/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.19-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: markto6_joom555
-- ------------------------------------------------------
-- Server version	10.6.19-MariaDB-log

/*!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 `ij8_action_log_config`
--

DROP TABLE IF EXISTS `ij8_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_action_log_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `id_holder` varchar(255) DEFAULT NULL,
  `title_holder` varchar(255) DEFAULT NULL,
  `table_name` varchar(255) DEFAULT NULL,
  `text_prefix` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_action_log_config`
--

LOCK TABLES `ij8_action_log_config` WRITE;
/*!40000 ALTER TABLE `ij8_action_log_config` DISABLE KEYS */;
INSERT INTO `ij8_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA'),(20,'task','com_scheduler.task','id','title','#__scheduler_tasks','PLG_ACTIONLOG_JOOMLA'),(21,'field','com_fields.field','id','title','#__fields','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `ij8_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_action_logs`
--

DROP TABLE IF EXISTS `ij8_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_action_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `message_language_key` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `log_date` datetime NOT NULL,
  `extension` varchar(50) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `item_id` int(11) NOT NULL DEFAULT 0,
  `ip_address` varchar(40) NOT NULL DEFAULT '0.0.0.0',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  KEY `idx_user_id_extension` (`user_id`,`extension`),
  KEY `idx_extension_item_id` (`extension`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_action_logs`
--

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

--
-- Table structure for table `ij8_action_logs_extensions`
--

DROP TABLE IF EXISTS `ij8_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_action_logs_extensions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `extension` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_action_logs_extensions`
--

LOCK TABLES `ij8_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `ij8_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `ij8_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin'),(19,'com_scheduler'),(20,'com_fields');
/*!40000 ALTER TABLE `ij8_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_action_logs_users`
--

DROP TABLE IF EXISTS `ij8_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_action_logs_users` (
  `user_id` int(10) unsigned NOT NULL,
  `notify` tinyint(3) unsigned NOT NULL,
  `extensions` text NOT NULL,
  PRIMARY KEY (`user_id`),
  KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_action_logs_users`
--

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

--
-- Table structure for table `ij8_admintools_adminiplist`
--

DROP TABLE IF EXISTS `ij8_admintools_adminiplist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_adminiplist` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_adminiplist`
--

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

--
-- Table structure for table `ij8_admintools_badwords`
--

DROP TABLE IF EXISTS `ij8_admintools_badwords`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_badwords` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `word` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `word` (`word`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_badwords`
--

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

--
-- Table structure for table `ij8_admintools_cookies`
--

DROP TABLE IF EXISTS `ij8_admintools_cookies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_cookies` (
  `series` varchar(255) NOT NULL,
  `client_hash` varchar(255) NOT NULL,
  `valid_to` datetime DEFAULT NULL,
  PRIMARY KEY (`series`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_cookies`
--

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

--
-- Table structure for table `ij8_admintools_customperms`
--

DROP TABLE IF EXISTS `ij8_admintools_customperms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_customperms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(255) NOT NULL,
  `perms` varchar(4) DEFAULT '0644',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `ij8_admintools_customperms_path` (`path`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_customperms`
--

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

--
-- Table structure for table `ij8_admintools_filescache`
--

DROP TABLE IF EXISTS `ij8_admintools_filescache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_filescache` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) NOT NULL,
  `filedate` int(11) NOT NULL DEFAULT 0,
  `filesize` int(11) NOT NULL DEFAULT 0,
  `data` blob DEFAULT NULL,
  `checksum` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_filescache`
--

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

--
-- Table structure for table `ij8_admintools_ipallow`
--

DROP TABLE IF EXISTS `ij8_admintools_ipallow`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_ipallow` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_ipallow`
--

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

--
-- Table structure for table `ij8_admintools_ipautoban`
--

DROP TABLE IF EXISTS `ij8_admintools_ipautoban`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_ipautoban` (
  `ip` varchar(255) NOT NULL,
  `reason` varchar(255) DEFAULT 'other',
  `until` datetime DEFAULT NULL,
  PRIMARY KEY (`ip`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_ipautoban`
--

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

--
-- Table structure for table `ij8_admintools_ipautobanhistory`
--

DROP TABLE IF EXISTS `ij8_admintools_ipautobanhistory`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_ipautobanhistory` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) NOT NULL,
  `reason` varchar(255) DEFAULT 'other',
  `until` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_ipautobanhistory`
--

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

--
-- Table structure for table `ij8_admintools_ipblock`
--

DROP TABLE IF EXISTS `ij8_admintools_ipblock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_ipblock` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_ipblock`
--

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

--
-- Table structure for table `ij8_admintools_log`
--

DROP TABLE IF EXISTS `ij8_admintools_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `logdate` datetime NOT NULL,
  `ip` varchar(40) DEFAULT NULL,
  `url` varchar(10240) DEFAULT NULL,
  `reason` enum('other','admindir','awayschedule','adminpw','ipwl','ipbl','sqlishield','antispam','tpone','tmpl','wafblacklist','template','muashield','csrfshield','badbehaviour','geoblocking','rfishield','dfishield','uploadshield','xssshield','httpbl','loginfailure','securitycode','sessionshield','external','nonewadmins','nonewfrontendadmins','configmonitor','phpshield','404shield','itemidshield','susparam') DEFAULT 'other',
  `extradata` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `ij8_admintools_log_logdate_reason` (`logdate`,`reason`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_log`
--

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

--
-- Table structure for table `ij8_admintools_redirects`
--

DROP TABLE IF EXISTS `ij8_admintools_redirects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_redirects` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `source` varchar(255) DEFAULT NULL,
  `dest` varchar(255) DEFAULT NULL,
  `ordering` bigint(20) NOT NULL DEFAULT 0,
  `created` datetime DEFAULT NULL,
  `created_by` int(11) NOT NULL DEFAULT 0,
  `modified` datetime DEFAULT NULL,
  `modified_by` int(11) NOT NULL DEFAULT 0,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `keepurlparams` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_redirects`
--

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

--
-- Table structure for table `ij8_admintools_scanalerts`
--

DROP TABLE IF EXISTS `ij8_admintools_scanalerts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_scanalerts` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` varchar(2048) NOT NULL,
  `scan_id` bigint(20) NOT NULL DEFAULT 0,
  `diff` longtext DEFAULT NULL,
  `threat_score` int(11) NOT NULL DEFAULT 0,
  `acknowledged` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_scanalerts`
--

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

--
-- Table structure for table `ij8_admintools_scans`
--

DROP TABLE IF EXISTS `ij8_admintools_scans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_scans` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment` longtext DEFAULT NULL,
  `scanstart` timestamp NULL DEFAULT NULL,
  `scanend` timestamp NULL DEFAULT NULL,
  `status` enum('run','fail','complete') NOT NULL DEFAULT 'run',
  `origin` varchar(30) NOT NULL DEFAULT 'backend',
  `totalfiles` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_stale` (`status`,`origin`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_scans`
--

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

--
-- Table structure for table `ij8_admintools_storage`
--

DROP TABLE IF EXISTS `ij8_admintools_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_storage` (
  `key` varchar(255) NOT NULL,
  `value` longtext NOT NULL,
  PRIMARY KEY (`key`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_storage`
--

LOCK TABLES `ij8_admintools_storage` WRITE;
/*!40000 ALTER TABLE `ij8_admintools_storage` DISABLE KEYS */;
INSERT INTO `ij8_admintools_storage` VALUES ('cparams','{\"quickstart\":1,\"superuserslist\":0,\"disabled_superuserslist\":1}'),('fixperms_stack','{\"folders\":[],\"files\":[],\"total\":0,\"done\":0}');
/*!40000 ALTER TABLE `ij8_admintools_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_admintools_tempsupers`
--

DROP TABLE IF EXISTS `ij8_admintools_tempsupers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_tempsupers` (
  `user_id` bigint(20) NOT NULL,
  `expiration` datetime NOT NULL,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_tempsupers`
--

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

--
-- Table structure for table `ij8_admintools_wafblacklists`
--

DROP TABLE IF EXISTS `ij8_admintools_wafblacklists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_wafblacklists` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option` varchar(255) NOT NULL,
  `view` varchar(255) NOT NULL,
  `task` varchar(255) NOT NULL,
  `query` varchar(255) NOT NULL,
  `query_type` varchar(1) NOT NULL,
  `query_content` varchar(255) NOT NULL,
  `verb` varchar(6) NOT NULL,
  `application` enum('site','admin','api','both') NOT NULL DEFAULT 'site',
  `enabled` tinyint(3) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_wafblacklists`
--

LOCK TABLES `ij8_admintools_wafblacklists` WRITE;
/*!40000 ALTER TABLE `ij8_admintools_wafblacklists` DISABLE KEYS */;
INSERT INTO `ij8_admintools_wafblacklists` VALUES (1,'','','','list[select]','E','!#^[\\p{L}\\d,\\s]+$#iu','','site',1),(2,'com_users','','','user[groups]','P','','','site',1),(3,'com_content','category','','type','R','!#^[a-z][a-z\\-_0-9]{2,}$#i','','site',1),(4,'','','','public','E','','GET','api',1);
/*!40000 ALTER TABLE `ij8_admintools_wafblacklists` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_admintools_wafexceptions`
--

DROP TABLE IF EXISTS `ij8_admintools_wafexceptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_admintools_wafexceptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option` varchar(255) DEFAULT NULL,
  `view` varchar(255) DEFAULT NULL,
  `query` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_admintools_wafexceptions`
--

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

--
-- Table structure for table `ij8_akeeba_common`
--

DROP TABLE IF EXISTS `ij8_akeeba_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_akeeba_common` (
  `key` varchar(190) NOT NULL,
  `value` longtext NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_akeeba_common`
--

LOCK TABLES `ij8_akeeba_common` WRITE;
/*!40000 ALTER TABLE `ij8_akeeba_common` DISABLE KEYS */;
INSERT INTO `ij8_akeeba_common` VALUES ('fof30','{\"1\":\"file_fef\"}'),('stats_siteurl','690349eb355967b6331cf919a48609b9'),('stats_siteid','51d1d0c1660b5f6757f98fc504a4ded859ec4b8b'),('stats_lastrun','1727616982'),('file_fef','[\"com_admintools\"]'),('fof40','{\"3\":\"plg_system_akversioncheck\"}');
/*!40000 ALTER TABLE `ij8_akeeba_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_assets`
--

DROP TABLE IF EXISTS `ij8_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_assets`
--

LOCK TABLES `ij8_assets` WRITE;
/*!40000 ALTER TABLE `ij8_assets` DISABLE KEYS */;
INSERT INTO `ij8_assets` VALUES (1,0,0,189,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(8,1,17,40,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(9,1,41,42,1,'com_cpanel','com_cpanel','{}'),(10,1,43,44,1,'com_installer','com_installer','{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,45,46,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(12,1,47,48,1,'com_login','com_login','{}'),(13,1,49,50,1,'com_mailto','com_mailto','{}'),(14,1,51,52,1,'com_massmail','com_massmail','{}'),(15,1,53,54,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,55,56,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(17,1,57,58,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,59,128,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(19,1,129,132,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(20,1,133,134,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(21,1,135,136,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),(23,1,137,138,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(24,1,139,142,1,'com_users','com_users','{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(26,1,143,144,1,'com_wrapper','com_wrapper','{}'),(27,8,18,19,2,'com_content.category.2','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(30,19,130,131,2,'com_newsfeeds.category.5','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),(32,24,140,141,1,'com_users.category.7','Uncategorised','{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(33,1,145,146,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,147,148,1,'com_joomlaupdate','com_joomlaupdate','{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(35,1,149,150,1,'com_tags','com_tags','{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),(36,1,151,152,1,'com_contenthistory','com_contenthistory','{}'),(37,1,153,154,1,'com_ajax','com_ajax','{}'),(38,1,155,156,1,'com_postinstall','com_postinstall','{}'),(39,18,60,61,2,'com_modules.module.1','Main Menu','{\"core.delete\":{\"1\":1},\"core.edit\":{\"1\":1},\"core.edit.state\":{\"1\":1}}'),(40,18,62,63,2,'com_modules.module.2','Login','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(41,18,64,65,2,'com_modules.module.3','Popular Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(42,18,66,67,2,'com_modules.module.4','Recently Added Articles','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(43,18,68,69,2,'com_modules.module.8','Toolbar','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(44,18,70,71,2,'com_modules.module.9','Quick Icons','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(45,18,72,73,2,'com_modules.module.10','Logged-in Users','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(46,18,74,75,2,'com_modules.module.12','Admin Menu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(47,18,76,77,2,'com_modules.module.13','Admin Submenu','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(48,18,78,79,2,'com_modules.module.14','User Status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(49,18,80,81,2,'com_modules.module.15','Title','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(50,18,82,83,2,'com_modules.module.16','Login Form','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(51,18,84,85,2,'com_modules.module.17','Breadcrumbs','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(52,18,86,87,2,'com_modules.module.79','Multilanguage status','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(53,18,88,89,2,'com_modules.module.86','Joomla Version','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(54,57,23,24,3,'com_content.article.1','Home','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(55,18,90,91,2,'com_modules.module.87','Navigation','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(56,57,21,22,3,'com_content.article.2','Professional','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(57,8,20,27,2,'com_content.category.8','Main Pages','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(59,57,25,26,3,'com_content.article.4','Bio','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(66,18,92,93,2,'com_modules.module.88','Search','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(67,18,94,95,2,'com_modules.module.89','Side Navigation','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),(68,18,96,97,2,'com_modules.module.90','Share this site!','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(69,18,98,99,2,'com_modules.module.91','Footer','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(70,8,28,39,2,'com_content.category.9','Blog','{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(71,70,29,30,3,'com_content.article.11','My first blog post','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(72,18,100,101,2,'com_modules.module.92','Categories','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(78,70,31,32,3,'com_content.article.12','Mark T. Wiki just went live!','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(79,18,102,103,2,'com_modules.module.93','Gantry 5 Particle','{}'),(80,1,157,158,1,'com_gantry5','com_gantry5','{}'),(81,18,104,105,2,'com_modules.module.94','Recent Posts','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(82,70,33,34,3,'com_content.article.13','PubMed research trends (hidradenitis suppurativa)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(83,70,35,36,3,'com_content.article.14','My first hidradenitis suppurativa support group meeting','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(84,18,106,107,2,'com_modules.module.95','Sidebar Title','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(85,18,108,109,2,'com_modules.module.96','On the Web','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(86,18,110,111,2,'com_modules.module.97','Header','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(96,1,159,160,1,'com_comment','COM_COMMENT','{}'),(97,70,37,38,3,'com_content.article.15','Control Myo using MATLAB!','{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),(98,18,112,113,2,'com_modules.module.106','Bio (subfeature)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),(99,18,114,115,2,'com_modules.module.107','Professional (subfeature)','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(100,18,116,117,2,'com_modules.module.108','Blog (subfeature)','{}'),(101,18,118,119,2,'com_modules.module.109','On the Web','{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),(102,18,120,121,2,'com_modules.module.110','Main Pages (footer)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(103,1,161,162,1,'com_rereplacer','com_rereplacer','{}'),(107,18,122,123,2,'com_modules.module.113','On the Web','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(108,18,124,125,2,'com_modules.module.114','On the Web (footer)','{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),(109,1,163,164,1,'com_fields','com_fields','{}'),(110,1,165,166,1,'com_associations','com_associations','{}'),(111,1,167,168,1,'com_admintools','Admintools','{}'),(112,1,169,170,1,'com_privacy','com_privacy','{}'),(113,1,171,172,1,'com_actionlogs','com_actionlogs','{}'),(114,1,173,174,1,'com_guidedtours','com_guidedtours','{}'),(115,1,175,176,1,'com_mails','com_mails','{}'),(116,1,177,178,1,'com_scheduler','com_scheduler','{}'),(117,1,179,180,1,'com_workflow','com_workflow','{}'),(118,1,181,182,1,'com_conditions','COM_CONDITIONS','{}'),(119,18,126,127,2,'com_modules.module.135','On the web 2','{}'),(120,1,183,184,1,'com_scheduler.task.1','com_scheduler.task.1','{}'),(121,1,185,186,1,'com_scheduler.task.2','com_scheduler.task.2','{}'),(122,1,187,188,1,'com_scheduler.task.3','com_scheduler.task.3','{}');
/*!40000 ALTER TABLE `ij8_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_associations`
--

DROP TABLE IF EXISTS `ij8_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_associations`
--

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

--
-- Table structure for table `ij8_banner_clients`
--

DROP TABLE IF EXISTS `ij8_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `metakey` text DEFAULT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT 0,
  `metakey_prefix` varchar(255) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT -1,
  `track_clicks` tinyint(4) NOT NULL DEFAULT -1,
  `track_impressions` tinyint(4) NOT NULL DEFAULT -1,
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_banner_clients`
--

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

--
-- Table structure for table `ij8_banner_tracks`
--

DROP TABLE IF EXISTS `ij8_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_banner_tracks`
--

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

--
-- Table structure for table `ij8_banners`
--

DROP TABLE IF EXISTS `ij8_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT 0,
  `type` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT 0,
  `impmade` int(11) NOT NULL DEFAULT 0,
  `clicks` int(11) NOT NULL DEFAULT 0,
  `clickurl` varchar(2048) NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `catid` int(10) unsigned NOT NULL DEFAULT 0,
  `description` mediumtext NOT NULL,
  `custombannercode` varchar(2048) NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `metakey` text DEFAULT NULL,
  `params` mediumtext NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT 0,
  `metakey_prefix` varchar(400) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT -1,
  `track_clicks` tinyint(4) NOT NULL DEFAULT -1,
  `track_impressions` tinyint(4) NOT NULL DEFAULT -1,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `reset` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `version` int(10) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_banners`
--

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

--
-- Table structure for table `ij8_categories`
--

DROP TABLE IF EXISTS `ij8_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) unsigned NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `params` text DEFAULT NULL,
  `metadesc` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL,
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `version` int(10) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_categories`
--

LOCK TABLES `ij8_categories` WRITE;
/*!40000 ALTER TABLE `ij8_categories` DISABLE KEYS */;
INSERT INTO `ij8_categories` VALUES (1,0,0,0,15,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',42,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',42,'2011-01-01 00:00:01',42,'2011-01-01 00:00:01',0,'*',1),(8,57,1,11,12,1,'main-pages','com_content','Main Pages','main-pages','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',431,'2015-01-03 23:21:31',431,'2016-04-16 01:52:34',0,'*',1),(9,70,1,13,14,1,'blog','com_content','Blog','blog','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',431,'2015-08-01 02:02:10',431,'2023-12-30 19:36:34',0,'*',1);
/*!40000 ALTER TABLE `ij8_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_comment`
--

DROP TABLE IF EXISTS `ij8_comment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_comment` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `contentid` int(10) NOT NULL DEFAULT 0,
  `component` varchar(50) NOT NULL DEFAULT '',
  `ip` varchar(15) NOT NULL DEFAULT '',
  `userid` int(10) unsigned NOT NULL DEFAULT 0,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `date` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `name` varchar(30) NOT NULL DEFAULT '',
  `email` varchar(50) NOT NULL DEFAULT '',
  `website` varchar(100) NOT NULL DEFAULT '',
  `notify` tinyint(1) NOT NULL DEFAULT 0,
  `title` varchar(50) NOT NULL DEFAULT '',
  `comment` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `deleted` tinyint(1) NOT NULL DEFAULT 0,
  `spam` tinyint(1) NOT NULL DEFAULT 0,
  `voting_yes` int(10) NOT NULL DEFAULT 0,
  `voting_no` int(10) NOT NULL DEFAULT 0,
  `parentid` int(10) NOT NULL DEFAULT -1,
  `importtable` varchar(30) NOT NULL DEFAULT '',
  `importid` int(10) NOT NULL DEFAULT 0,
  `importparentid` int(10) NOT NULL DEFAULT -1,
  `unsubscribe_hash` varchar(255) NOT NULL,
  `moderate_hash` varchar(255) NOT NULL,
  `customfields` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `com_contentid` (`component`,`contentid`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_comment`
--

LOCK TABLES `ij8_comment` WRITE;
/*!40000 ALTER TABLE `ij8_comment` DISABLE KEYS */;
INSERT INTO `ij8_comment` VALUES (1,13,'com_content','59.92.217.81',0,0,'2017-10-06 04:55:55',NULL,'dennisemorris','dennise.morris@yahoo.com','',0,'','Your article is very nice thank you for share this information. It is very useful for all peoples there are all possibilities to provide for this blog.  Refer [url=https://essaycaptains.com/]custom essay writing service[/url].',1,0,0,0,0,-1,'',0,-1,'43989df7d6923c814391f3ee170dd423','8ef71852e5693c0af41a24cbaad8172f',''),(2,12,'com_content','59.92.217.81',0,0,'2017-10-06 04:58:35',NULL,'dennisemorris','dennise.morris@yahoo.com','',0,'','Thanks for sharing, I just like the valuable info you provide for your articles. I’ll bookmark your weblog and take a look at once more right here regularly. [url=https://swiftessays.com/]Best essay writing service[/url] will give you opportunity to spend more free time with friends',1,0,0,0,0,-1,'',0,-1,'75c380cddefbc19eb914e308884d8147','3fbbb147302f853326482ca9eda4d144',''),(3,14,'com_content','59.92.217.46',0,0,'2017-10-07 11:16:16',NULL,'Terry M. Wise','randolphocampo437@yahoo.com','',0,'','This publish shows the steps to explain this topic for readers effectively. This is truly an appealing element of this topic region. I simply stumbled upon your factors and I should say that I get in reality enjoyed account your blog submit. Any manner I am going to bookmark this content for in addition reference with one more thing, Go for [url=https://essayreviewratings.com/how_can_i_write_my_essay_useful_essay_writing_advice.html]paper writing service reviews[/url]. Good good fortune.\n',1,0,0,0,0,-1,'',0,-1,'e6b4bdd7ec4d3f465274534764dd7417','effcd5c0d60e32748c448556cfcc7a95','');
/*!40000 ALTER TABLE `ij8_comment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_comment_captcha`
--

DROP TABLE IF EXISTS `ij8_comment_captcha`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_comment_captcha` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `insertdate` datetime DEFAULT NULL,
  `referenceid` varchar(100) NOT NULL DEFAULT '',
  `hiddentext` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_comment_captcha`
--

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

--
-- Table structure for table `ij8_comment_queue`
--

DROP TABLE IF EXISTS `ij8_comment_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_comment_queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `mailfrom` varchar(255) DEFAULT NULL,
  `fromname` varchar(255) DEFAULT NULL,
  `recipient` varchar(255) NOT NULL,
  `subject` text NOT NULL,
  `body` text NOT NULL,
  `created` datetime NOT NULL,
  `type` varchar(10) NOT NULL DEFAULT 'html',
  `status` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_comment_queue`
--

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

--
-- Table structure for table `ij8_comment_setting`
--

DROP TABLE IF EXISTS `ij8_comment_setting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_comment_setting` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `note` varchar(50) NOT NULL DEFAULT '',
  `component` varchar(50) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_comment_setting`
--

LOCK TABLES `ij8_comment_setting` WRITE;
/*!40000 ALTER TABLE `ij8_comment_setting` DISABLE KEYS */;
INSERT INTO `ij8_comment_setting` VALUES (1,'The standard joomla article manager','com_content','{\"basic\":{\"include_categories\":\"1\",\"categories\":[\"9\"],\"exclude_content_items\":\"blog\"},\"security\":{\"authorised_users\":[\"1\"],\"auto_publish\":\"1\",\"notify_moderators\":\"0\",\"moderators\":[\"8\"],\"captcha\":\"0\",\"captcha_type\":\"default\",\"maxlength_text\":\"30000\"},\"layout\":{\"tree\":\"2\",\"sort\":\"1\",\"comments_per_page\":\"0\",\"support_ubb\":\"1\",\"support_pictures\":\"0\",\"pictures_maxwidth\":\"200\",\"voting_visible\":\"1\",\"date_format\":\"age\",\"show_readon\":\"0\",\"menu_readon\":\"0\",\"intro_only\":\"0\",\"emoticon_pack\":\"modern\"},\"template\":{\"template\":\"default\"},\"template_params\":{\"emulate_bootstrap\":\"0\",\"minify_scripts\":\"1\",\"notify_users\":\"1\",\"pagination_position\":\"0\",\"form_position\":\"0\",\"form_avatar\":\"0\",\"form_ubb\":\"0\",\"required_user\":\"1\",\"required_email\":\"0\",\"show_rss\":\"0\",\"show_search\":\"0\",\"preview_visible\":\"0\",\"preview_length\":\"80\",\"preview_lines\":\"5\"},\"integrations\":{\"gravatar\":\"0\",\"support_profiles\":\"0\"}}');
/*!40000 ALTER TABLE `ij8_comment_setting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_comment_voting`
--

DROP TABLE IF EXISTS `ij8_comment_voting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_comment_voting` (
  `id` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(15) NOT NULL DEFAULT '',
  `time` int(11) NOT NULL DEFAULT 0,
  `current_vote` int(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_comment_voting`
--

LOCK TABLES `ij8_comment_voting` WRITE;
/*!40000 ALTER TABLE `ij8_comment_voting` DISABLE KEYS */;
INSERT INTO `ij8_comment_voting` VALUES (1,'76.180.141.132',1460943915,NULL);
/*!40000 ALTER TABLE `ij8_comment_voting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_compojoom_customfields`
--

DROP TABLE IF EXISTS `ij8_compojoom_customfields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_compojoom_customfields` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `slug` varchar(255) NOT NULL DEFAULT '',
  `component` varchar(255) NOT NULL DEFAULT '',
  `show` enum('all','category') NOT NULL DEFAULT 'all',
  `type` varchar(100) NOT NULL DEFAULT 'text',
  `options` mediumtext DEFAULT NULL,
  `default` varchar(255) DEFAULT '',
  `allow_empty` tinyint(3) NOT NULL DEFAULT 0,
  `params` mediumtext DEFAULT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT 1,
  `filter` tinyint(3) NOT NULL DEFAULT 0,
  `ordering` bigint(20) unsigned NOT NULL DEFAULT 0,
  `created_by` bigint(20) NOT NULL DEFAULT 0,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` bigint(20) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_compojoom_customfields`
--

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

--
-- Table structure for table `ij8_compojoom_customfields_cats`
--

DROP TABLE IF EXISTS `ij8_compojoom_customfields_cats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_compojoom_customfields_cats` (
  `compojoom_customfields_id` int(11) NOT NULL,
  `catid` int(11) NOT NULL,
  PRIMARY KEY (`compojoom_customfields_id`,`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_compojoom_customfields_cats`
--

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

--
-- Table structure for table `ij8_compojoom_multimedia`
--

DROP TABLE IF EXISTS `ij8_compojoom_multimedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_compojoom_multimedia` (
  `compojoom_multimedia_id` int(11) NOT NULL AUTO_INCREMENT,
  `item_id` int(11) NOT NULL,
  `type_alias` varchar(255) DEFAULT '',
  `title` varchar(1024) NOT NULL,
  `description` text NOT NULL,
  `mangled_filename` varchar(1024) NOT NULL,
  `mime_type` varchar(255) NOT NULL DEFAULT 'application/octet-stream',
  `origin` varchar(40) DEFAULT 'web',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` bigint(20) NOT NULL DEFAULT 0,
  `enabled` tinyint(4) NOT NULL DEFAULT 1,
  `params` text NOT NULL,
  PRIMARY KEY (`compojoom_multimedia_id`),
  KEY `item_id` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_compojoom_multimedia`
--

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

--
-- Table structure for table `ij8_conditions`
--

DROP TABLE IF EXISTS `ij8_conditions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_conditions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `alias` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `description` text NOT NULL,
  `category` varchar(50) NOT NULL DEFAULT '',
  `color` varchar(8) DEFAULT NULL,
  `match_all` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `hash` varchar(32) NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_conditions`
--

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

--
-- Table structure for table `ij8_conditions_groups`
--

DROP TABLE IF EXISTS `ij8_conditions_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_conditions_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `condition_id` int(10) unsigned NOT NULL,
  `match_all` tinyint(1) unsigned NOT NULL DEFAULT 1,
  `ordering` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `condition_id` (`condition_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_conditions_groups`
--

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

--
-- Table structure for table `ij8_conditions_map`
--

DROP TABLE IF EXISTS `ij8_conditions_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_conditions_map` (
  `condition_id` int(10) unsigned NOT NULL,
  `extension` varchar(50) NOT NULL,
  `item_id` int(10) unsigned NOT NULL,
  `table` varchar(50) NOT NULL,
  `name_column` varchar(50) NOT NULL,
  UNIQUE KEY `condition_id` (`condition_id`,`item_id`,`extension`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_conditions_map`
--

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

--
-- Table structure for table `ij8_conditions_rules`
--

DROP TABLE IF EXISTS `ij8_conditions_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_conditions_rules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` int(10) unsigned NOT NULL,
  `type` varchar(50) NOT NULL,
  `exclude` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `ordering` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_conditions_rules`
--

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

--
-- Table structure for table `ij8_contact_details`
--

DROP TABLE IF EXISTS `ij8_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) DEFAULT NULL,
  `address` mediumtext DEFAULT NULL,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` longtext DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` mediumtext NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `catid` int(11) NOT NULL DEFAULT 0,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  `sortname1` varchar(255) NOT NULL DEFAULT '',
  `sortname2` varchar(255) NOT NULL DEFAULT '',
  `sortname3` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(7) NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `metakey` text DEFAULT NULL,
  `metadesc` mediumtext NOT NULL,
  `metadata` mediumtext NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Set if article is featured.',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT 1,
  `hits` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_contact_details`
--

LOCK TABLES `ij8_contact_details` WRITE;
/*!40000 ALTER TABLE `ij8_contact_details` DISABLE KEYS */;
INSERT INTO `ij8_contact_details` VALUES (1,'Mark Tomaszewski','mark-tomaszewski','PhD Student, Mechanical Engineer','','North Tonawanda, NY','','','','','','','','mark@mark-toma.com',0,0,NULL,NULL,1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}',432,4,1,'','','','','','*','2016-04-24 20:56:46',431,'','2016-04-24 21:06:26',431,'','','{\"robots\":\"\",\"rights\":\"\"}',0,NULL,NULL,3,7);
/*!40000 ALTER TABLE `ij8_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_content`
--

DROP TABLE IF EXISTS `ij8_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` longtext NOT NULL,
  `fulltext` longtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `catid` int(10) unsigned NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `images` mediumtext NOT NULL,
  `urls` mediumtext NOT NULL,
  `attribs` varchar(5120) NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT 1,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `metakey` text DEFAULT NULL,
  `metadesc` mediumtext NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `hits` int(10) unsigned NOT NULL DEFAULT 0,
  `metadata` mediumtext NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Set if article is featured.',
  `language` char(7) NOT NULL COMMENT 'The language code for the article.',
  `note` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_alias` (`alias`(191))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_content`
--

LOCK TABLES `ij8_content` WRITE;
/*!40000 ALTER TABLE `ij8_content` DISABLE KEYS */;
INSERT INTO `ij8_content` VALUES (1,54,'Home','home','<p>Welcome to my personal web portal!<img class=\"pull-right rect-round\" style=\"width: 30%;\" title=\"Mark Tomaszewski\" src=\"images/ubid_picture.JPG\" alt=\"Mark Tomaszewski\" /></p>\r\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:</p>\r\n<ul>\r\n<li><a href=\"bio\">Bio</a> - Get to know a little about me</li>\r\n<li><a href=\"professional\">Professional</a> - My detailed digital resume</li>\r\n<li><a href=\"blog\">Blog</a> - Periodic writings on all things that interest me</li>\r\n</ul>\r\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\"http://wiki.mark-toma.com/\" target=\"_blank\">Wiki</a> site.\r\n</p>\r\n<p>\r\nIf you\'d like to get in touch, send me an email at <a href=\"mailto:mark@mark-toma.com\">mark@mark-toma.com</a>.\r\n</p>','',1,8,'2015-01-03 19:38:28',431,'','2023-12-30 18:00:13',431,NULL,NULL,'2015-01-03 19:38:28',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_tags\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"1\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"1\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',53,1,'','',1,55682,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(2,56,'Professional','professional','<div class=\"resume\"><!--\r\nPERSONAL INFO CONTACT\r\n-->\r\n<div class=\"pull-left contact\">\r\n<h4>Mark Tomaszewski</h4>\r\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer</em></p>\r\n<p>Able to obtain a US security clearance</p>\r\n<p><a href=\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\">mark@mark-toma.com</a></p>\r\n<p><a title=\"LinkedIn\" href=\"https://www.linkedin.com/in/mark-tomaszewski\" target=\"_blank\" rel=\"noopener noreferrer\"> LinkedIn Profile</a></p>\r\n</div>\r\n<!--\r\nTODO: CONTENTS\r\n-->\r\n<div class=\"pull-right contents\">\r\n<h4>Jump to Section</h4>\r\n<ul class=\"fa-ul\">\r\n<li><a href=\"#profile\">Profile</a></li>\r\n<li><a href=\"#experience\">Experience</a></li>\r\n<li><a href=\"#skills\">Skills</a></li>\r\n<li><a href=\"#education\">Education</a></li>\r\n<li><a href=\"#research-and-technical\">Research and Technical</a></li>\r\n<li><a href=\"#leadership-and-volunteer\">Leadership and Volunteer</a></li>\r\n<li><a href=\"#teaching\">Teaching Experience</a></li>\r\n<li><a href=\"#prior-experience\">Prior Experience</a></li>\r\n</ul>\r\n</div>\r\n<!--\r\nPROFILE\r\n-->\r\n<h3><a id=\"profile\" href=\"#profile\">Profile</a></h3>\r\n<p>\r\nSystems Engineer with strong background in analysis, modeling/simulation, control, system/software development/integration, and verification/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to “get things done” and is sometimes referred to by nicknames such as “MarkGPT”\r\n</p>\r\n<!--\r\nEXPERIENCE\r\n-->\r\n<h3><a id=\"experience\" href=\"#experience\">Experience</a></h3>\r\n<!--\r\nTEMPLATE\r\n-->\r\n<!--\r\n<h4>Company, City, State<span class=\"right\"></span></h4>\r\n<h5>Title, [Sub]Function<span class=\"right\">begin - end</span></h5>\r\n-->\r\n<!-- <p></p> -->\r\n<!--\r\n<ul>\r\n<li><strong>Highlight</strong> detail...</li>\r\n<li><strong>Highlight</strong> detail...</li>\r\n<li><strong>Highlight</strong> detail...</li>\r\n<li><strong>Highlight</strong> detail...</li>\r\n</ul>\r\n-->\r\n\r\n<!--\r\nBALL\r\n-->\r\n<h4>\r\n<a href=\"https://www.ball.com/aerospace\" target=\"_blank\" rel=\"noopener noreferrer\">\r\nBall Aerospace Technologies Corp</a>, Boulder, CO<span class=\"right\"></span></h4>\r\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\"right\">May 2023 - present</span></h5>\r\n<ul>\r\n<li><strong>Lead test script/software development, simulation, and validation</strong> for 5 mission partner payloads using “right-size” approach for each\r\n</li>\r\n<li><strong>Lead development and implementation of ground system integration</strong> for mission partner situational awareness and test data delivery\r\n</li>\r\n<li><strong>Deliver all test script products on schedule with excellent deployment success</strong> exhibiting no functional anomalies nor required changes\r\n</li>\r\n<li><strong>Support observatory I&T campaign as test team SME</strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\r\n</li>\r\n</ul>\r\n\r\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\"right\">August 2022 - present</span></h5>\r\n<ul>\r\n<li><strong>Lead test script/software development, configuration/change management</strong> planning/training/development for 3 civil space vehicles\r\n</li>\r\n<li><strong>Maintain test script repository</strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools/utilities\r\n</li>\r\n<li><strong>Curate modular architecture of reusable scripts</strong> by driving commonality across programs and components throughout script lifecycle\r\n</li>\r\n<li><strong>Mentor junior to senior level engineers</strong> with version control tools, programming languages, and automated test frameworks and methods\r\n</li>\r\n<li><strong>Develop and deploy test-driven test script development workflows</strong> leveraging XIL simulators to digitally validate test scripts\r\n</li>\r\n<li><strong>Contribute to roadmapping the test automation future for space vehicles</strong> by investigating new tools and performing trials and trades\r\n</li>\r\n</ul>\r\n\r\n\r\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\"right\">December 2021 - August 2022</span></h5>\r\n<!-- <p></p> -->\r\n<ul>\r\n<li><strong>Lead test script development/maintenance</strong> through script validation and test execution for a civil space mechanism test campaign\r\n</li>\r\n<li><strong>Lead anomaly investigation to determine root cause(s)</strong> of intermittent failures due to both hardware and test equipment \r\n</li>\r\n<li><strong>Design, implement, and validate</strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\r\n</li>\r\n<li><strong>Develop and deploy multiple digital engineering tools</strong> for cross-functional users to increase productivity while decreasing human error\r\n</li>\r\n</ul>\r\n<!--\r\nMOOG\r\n-->\r\n<h4><a href=\"https://www.moog.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\nMoog Inc</a>, <a href=\"https://www.moog.com/markets/aircraft.html\" target=\"_blank\" rel=\"noopener noreferrer\">\r\nAircraft Group</a>, East Aurora, NY<span class=\"right\"></span></h4>\r\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\"right\">February 2020 - November 2021</span></h5>\r\n<!-- <p></p> -->\r\n<ul>\r\n<li><strong>Lead system design</strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)</li>\r\n<li><strong>Specify, design, and implement real time code</strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces</li>\r\n<li><strong>Analyze system level closed loop performance</strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies</li>\r\n<li><strong>Derive and allocate requirements</strong> for scripted automation features to be implemented by software department</li>\r\n<li><strong>Lead system level redesign</strong> using simulation models of a hydromechanical load system to meet customer’s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design</li>\r\n<li><strong>Reverse engineer and rebuild</strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment</li>\r\n<li><strong>Define and verify functional requirements</strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes</li>\r\n<li><strong>Build, integrate, and test a XIL test system</strong> for development and training purposes in the test equipment systems lab</li>\r\n<li><strong>Lead CONOPS development</strong> for departmental digital design and Industry 4.0 (IIOT) strategy</li>\r\n</ul>\r\n\r\n<!--\r\nCUICAR\r\n-->\r\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\"right\"></span></h4>\r\n<h5>Research Engineer III, Vehicle Automation Group<span class=\"right\">July 2017 - February 2020</span></h5>\r\n<!-- <p></p> -->\r\n<ul>\r\n<li><strong>Lead platform specification and operation planning</strong> for $1M Open Connected and Automated Vehicle program</li>\r\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)</strong> executed by PhD students</li>\r\n<li><strong>Supervise 3 interns and 1 MS thesis</strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping</li>\r\n<li><strong>Continuously train PhD students in technical development topics</strong> to supplement academic and research experience</li>\r\n<li><strong>Design, integrate, validate robotic systems</strong> built on MATLAB/Simulink Real-Time and Robot Operating System (ROS)</li>\r\n<li><strong>Procure, test, train users, manage inventory</strong> for over $250k in robotics laboratory and instrumentation equipment</li>\r\n<li><strong>Negotiate scope of work for new projects</strong> between researchers and private project partners</li>\r\n</ul>\r\n<!--\r\n...\r\n...\r\n...\r\n-->\r\n<!--\r\nSKILLS\r\n-->\r\n<h3><a id=\"skills\" href=\"#skills\">Skills</a></h3>\r\n<div class=\"pull-left\">\r\n<h4>Engineering</h4>\r\n<ul>\r\n<li>PTC Creo / SolidWorks / AutoCAD</li>\r\n<li>Matlab &amp; Simulink / Maple &amp; MapleSim / Amesim</li>\r\n<li>IBM DOORS, Siemens Teamcenter</li>\r\n<li>First Principles &amp; Napkin Sketches</li>\r\n</ul>\r\n</div>\r\n<div class=\"pull-right half\">\r\n<h4>Software / Development</h4>\r\n<ul>\r\n<li>Git / SVN / GitLab / BitBucket / JIRA</li>\r\n<li>C / C++ / Python / Ruby</li>\r\n<li>HTML / CSS / Javascript / PHP</li>\r\n<li>BASH, PowerShell, CLI Tools</li>\r\n</ul>\r\n</div>\r\n<div class=\"pull-left\">\r\n<h4>Personal</h4>\r\n<ul>\r\n<li>Punctual, Focused, Conscientious</li>\r\n<li>Observant, Responsive, Engaged</li>\r\n<li>Analytical &amp; Creative Problem Solver</li>\r\n<li>Gets things done!</li>\r\n\r\n</ul>\r\n</div>\r\n<div class=\"pull-right half\">\r\n<h4>Productivity</h4>\r\n<ul>\r\n<li>Microsoft Office Suite / OpenOffice</li>\r\n<li>Adobe Creative Suite / Gimp &amp; Inkscape</li>\r\n<li>Google Apps / Google Apps Script</li>\r\n</ul>\r\n</div>\r\n<!--\r\nEDUCATION\r\n-->\r\n<h3><a id=\"education\" href=\"#education\">Education</a></h3>\r\n<!--\r\nMS\r\n-->\r\n<h4>University at Buffalo (~UB/LINK~)</h4>\r\n<h5>MS in Mechanical Engineering<span class=\"right\">February 2017</span></h5>\r\n<p><em>dynamics, controls, and mechatronics</em></p>\r\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis</em></p>\r\n<p>Advisor: Professor ~VENKAT-KROVI/LINK~</p>\r\n<p><a href=\"http://wiki.mark-toma.com/view/Graduate_Coursework_Portfolio\" target=\"_blank\" rel=\"noopener noreferrer\">Graduate Coursework Portfolio</a></p>\r\n<!--\r\nBS\r\n-->\r\n<h5>BS in Mechanical Engineering<span class=\"right\">June 2014</span></h5>\r\n<p><em>summa cum laude</em></p>\r\n<p><a href=\"http://wiki.mark-toma.com/view/Undergraduate_Coursework_Portfolio\" target=\"_blank\" rel=\"noopener noreferrer\">Undergraduate Coursework Portfolio</a></p>\r\n<!--\r\nAAS\r\n-->\r\n<h4>Niagara County Community College (~NCCC/LINK~)</h4>\r\n<h5>AAS in Mathematics and Science<span class=\"right\">August 2011</span></h5>\r\n<!--\r\nRESEARCH AND TECHNICAL\r\n-->\r\n<h3><a id=\"research-and-technical\" href=\"#research-and-technical\"> Research and Technical</a></h3>\r\n<!--\r\nMASTER\'S THESIS\r\n-->\r\n<h4>Master\'s Thesis, ~UB/LINK~</h4>\r\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis</em><span class=\"right\">Fall 2016</span></h5>\r\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.</p>\r\n<ul>\r\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB</li>\r\n<li>Theoretical upper limb modeling of forward/inverse kinematics, intrinsic/extrinsic model calibration</li>\r\n<li>Validation of software functionality, model correctness, accuracy assessment</li>\r\n</ul>\r\n<!--\r\nMECHATRONIC SW\r\n-->\r\n<h4>Mechatronic Interface Software Development<span class=\"right\">2014 - present</span></h4>\r\n<!--\r\nMYO SDK MATLAB MEX WRAPPER\r\n-->\r\n<h5><a href=\"https://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\">Myo SDK MATLAB MEX Wrapper</a><span class=\"right\">2016 - present</span></h5>\r\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\"https://www.myo.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thalmic Labs\' Myo Armband</a> in MATLAB m-code through the <a href=\"http://www.mathworks.com/help/matlab/matlab_external/introducing-mex-files.html\" target=\"_blank\" rel=\"noopener noreferrer\">MATLAB executable (MEX)</a><a href=\"http://www.mathworks.com/help/matlab/mex-library.html\" target=\"_blank\" rel=\"noopener noreferrer\"> C/C++ API</a>.</p>\r\n<p><a href=\"https://youtu.be/pPh306IgEDo\" target=\"_blank\" rel=\"noopener noreferrer\"> YouTube Preview (video) </a> | <a href=\"https://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"> MathWorks File Exchange (code) </a> | <a href=\"https://github.com/mark-toma/MyoMex\" target=\"_blank\" rel=\"noopener noreferrer\"> GitHub (code) </a> | <a href=\"http://wiki.mark-toma.com/view/Myo_SDK_MATLAB_MEX_Wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"> Implementation Design (wiki) </a></p>\r\n<!--\r\nSPHERO API MATLAB SDK\r\n-->\r\n<h5><a href=\"http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk\" target=\"_blank\" rel=\"noopener noreferrer\">Sphero API Matlab SDK</a><span class=\"right\">2014 - present</span></h5>\r\n<p>Extended the functionality of <a href=\"http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface\" target=\"_blank\" rel=\"noopener noreferrer\"> Sphero MATLAB Interface</a> to expose frequently requested device features of <a href=\"http://www.sphero.com/sphero\" target=\"_blank\" rel=\"noopener noreferrer\">Sphero</a>\'s <a href=\"http://sdk.sphero.com/api-reference/api-quick-reference/\" target=\"_blank\" rel=\"noopener noreferrer\">low-level (network) binary API</a> by writing a new core device class with a backwards-compatible interface.</p>\r\n<p><a href=\"https://youtu.be/YohxMa_z4Ww\" target=\"_blank\" rel=\"noopener noreferrer\"> YouTube Preview (video) </a> | <a href=\"http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk\" target=\"_blank\" rel=\"noopener noreferrer\"> MathWorks File Exchange (code) </a> | <a href=\"https://github.com/mark-toma/SpheroMATLAB\" target=\"_blank\" rel=\"noopener noreferrer\"> GitHub (code) </a> | <a href=\"http://wiki.mark-toma.com/view/Sphero_API_MATLAB_SDK\" target=\"_blank\" rel=\"noopener noreferrer\"> Implementation Design (wiki) </a> | <a href=\"http://wiki.mark-toma.com/view/Sphero_API_Tutorial\" target=\"_blank\" rel=\"noopener noreferrer\"> Sphero API Tutorial (wiki) </a></p>\r\n<!--\r\nARMLAB RA\r\n-->\r\n<h4>~ARMLAB/LINK~, ~UB/LINK~<span class=\"right\">2015 - 2016</span></h4>\r\n<h5>Research Assistant</h5>\r\n<p><em>Automation, Robotics, and Mechatronics Laboratory</em></p>\r\n<p>Lab Director: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Manage focused projects and subtasks in parallel cooperation with the research team</li>\r\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board</li>\r\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources</li>\r\n</ul>\r\n<!--\r\nPELVIC FLOOR\r\n-->\r\n<h4>Pelvic Floor Analysis, ~ARMLAB/LINK~<span class=\"right\">2014 - 2015</span></h4>\r\n<h5>Engineering Team Research Assistant</h5>\r\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?</em></p>\r\n<p>PI: <a href=\"https://medicine.buffalo.edu/content/medicine/faculty/profile.html?ubit=tablove\" target=\"_blank\" rel=\"noopener noreferrer\">Tova Ablove, MD</a>, Faculty Advisor: Professor ~VENKAT-KROVI/LINK~</p>\r\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.</p>\r\n<ul>\r\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware/software).</li>\r\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology</li>\r\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality</li>\r\n</ul>\r\n<!--\r\nLEADERSHIP AND VOLUNTEER\r\n-->\r\n<h3><a id=\"leadership-and-volunteer\" href=\"#leadership-and-volunteer\"> Leadership and Volunteer</a></h3>\r\n<!--\r\nARMLAB HARDWARE MANAGER\r\n-->\r\n<h4>~ARMLAB/LINK~, ~UB/LINK~<span class=\"right\">June 2014 - present</span></h4>\r\n<h5>Hardware Manager</h5>\r\n<p><em>Automation, Robotics, and Mechatronics Laboratory</em></p>\r\n<p>Lab Director: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection</li>\r\n<li>Source equipment and prepare new orders for purchasing</li>\r\n<li>Assemble and test new hardware upon receipt</li>\r\n<li>Advise lab personnel on safe and effective operating procedures</li>\r\n</ul>\r\n<!--\r\nMAE-GSA PRESIDENT\r\n-->\r\n<h4>~MAE-GSA/LINK~, ~UB/LINK~<span class=\"right\">2014 - 2016</span></h4>\r\n<h5>President</h5>\r\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering</em></p>\r\n<ul>\r\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department</li>\r\n<li>Organize and promote Interdepartmental events for student career growth</li>\r\n<li>Foster professional relationships with integral university administration and staff</li>\r\n<li>Manage annual budget and associated operational expenditures</li>\r\n</ul>\r\n<!--\r\nIEEE RAS CHAIR\r\n-->\r\n<h4><a href=\"http://www.ieee-ras.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> <abbr title=\"Institute of Electrical and Electronics Engineers\">IEEE</abbr> <abbr title=\"Robotics and Automation Society\">RAS</abbr> </a> at ~UB/LINK~<span class=\"right\">2015 - 2016</span></h4>\r\n<h5>Chair</h5>\r\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\"https://sites.google.com/site/rasscsunyub/\" target=\"_blank\" rel=\"noopener noreferrer\">Student Chapter</a>, ~UB/LINK~</em></p>\r\n<p>Faculty Advisor: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience</li>\r\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body</li>\r\n<li>Mentor students with technical and professional aspects of supported academic and research projects</li>\r\n</ul>\r\n<!--\r\nCPNC CO-CHAIR\r\n-->\r\n<h4><a href=\"http://engineering.buffalo.edu/cpnc/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"Career Perspectives and Networking Conference\">CPNC</abbr></a>, ~UB/LINK~<span class=\"right\">2015 - 2016</span></h4>\r\n<h5>Co-Chair<span class=\"right\">April \'15, \'16</span></h5>\r\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences</em></p>\r\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.</p>\r\n<ul>\r\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo</li>\r\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind</li>\r\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university</li>\r\n</ul>\r\n<!-- SAGES LC COORDINATOR\r\n-->\r\n<h4>Learning Center, <a href=\"http://www.sages2016.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"Society of American Gastrointestinal and Endoscopic Surgeons\">SAGES</abbr> 2016</a>, ~ARMLAB/LINK~, ~UB/LINK~<span class=\"right\">2016</span></h4>\r\n<h5>Lead Functional Coordinator, <abbr title=\"Human in the Loop\">HITL</abbr> Interactive Surgical Simulation</h5>\r\n<p>Coordinator: Professor ~VENKAT-KROVI/LINK~, <a href=\"http://medicine.buffalo.edu/content/medicine/faculty/profile.html?ubit=schwaitz\" target=\"_blank\" rel=\"noopener noreferrer\">Steven Schwaitzberg, MD, FACS</a></p>\r\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user’s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,</p>\r\n<ul>\r\n<li>Learn about the state of the art in human-in-the-loop surgical simulation</li>\r\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability</li>\r\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics</li>\r\n</ul>\r\n<!--\r\nASME IDETC/ADMIF 2014 ORGANIZER\r\n-->\r\n<h4><a href=\"http://www.asmeconferences.org/idetc2014/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"American Society of Mechanical Engineers\">ASME</abbr> <abbr title=\"International Design and Engineering Technical Conferences\">IDETC</abbr>/<abbr title=\"Advanced Design and Manufacturing Impact Forum\">ADMIF</abbr> 2014</a>, Buffalo, New York<span class=\"right\">2014</span></h4>\r\n<h5>Student Organizing Chair</h5>\r\n<p>Conference General Chair: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo</li>\r\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives</li>\r\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)</li>\r\n<li>Supported the General Conference Chair with on-site operations at the conference</li>\r\n</ul>\r\n<!--\r\nNCCC SPEAKER\r\n-->\r\n<h4>Invited Speaker, ~NCCC/LINK~<span class=\"right\">2013 - present</span></h4>\r\n<h5>Engineering Careers Forum<span class=\"right\">S\'14, S\'15, S\'16</span></h5>\r\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\"right\">F\'13</span></h5>\r\n<!--\r\nTEACHING EXPERIENCE\r\n-->\r\n<h3><a id=\"teaching-experience\" href=\"#teaching-experience\"> Teaching Experience</a></h3>\r\n<!--\r\nTEACHING ASSISTANT UB\r\n-->\r\n<h4>Teaching Assistant, ~UB/LINK~<span class=\"right\">2014 - 2015</span></h4>\r\n<!--\r\nMECHATRONICS\r\n-->\r\n<h5><a href=\"http://www.mae.buffalo.edu/graduate/course_descriptions.php#MAE576\" target=\"_blank\" rel=\"noopener noreferrer\">Mechatronics (MAE 576)</a><span class=\"right\">S\'15</span></h5>\r\n<p>Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction</li>\r\n<li>Design lab experiments for implementation of mechanical systems with embedded processing</li>\r\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware/software and discovering connections between theory and practice)</li>\r\n</ul>\r\n<!--\r\nAPPLIED MATH MAE\r\n-->\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=376\" target=\"_blank\" rel=\"noopener noreferrer\">Applied Mathematics for <abbr title=\"Mechanical and Aerospace Engineering\">MAE</abbr> (MAE 376)</a><span class=\"right\">F\'14</span></h5>\r\n<p>Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)</li>\r\n<li>Instructed students in core concepts of programming in Matlab</li>\r\n<li>Held two office hours weekly and assisted professor with administrative duties</li>\r\n</ul>\r\n<!--\r\nSTUDENT ASSISTANT\r\n-->\r\n<h4>Student Assistant, <a href=\"http://www.buffalo.edu/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"University at Buffalo\">UB</abbr></a><span class=\"right\">2013 - 2014</span></h4>\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=334\" target=\"_blank\" rel=\"noopener noreferrer\">System Dynamics Laboratory (MAE 334)</a><span class=\"right\">S\'14</span></h5>\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=311\" target=\"_blank\" rel=\"noopener noreferrer\">Machines and Mechanisms (MAE 311)</a><span class=\"right\">S\'14</span></h5>\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=277\" target=\"_blank\" rel=\"noopener noreferrer\">Introduction to Mechanical Engineering Practice (MAE 277)</a><span class=\"right\">F\'13</span></h5>\r\n<h4>Math Center Tutor, <a href=\"http://www.niagaracc.suny.edu/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"Niagara County Community College\">NCCC</abbr></a><span class=\"right\">F\'10, S\'11</span></h4>\r\n<ul>\r\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment</li>\r\n</ul>\r\n<!--\r\nPRIVATE TUTOR\r\n-->\r\n<h4>Private Tutor, Independent Contract<span class=\"right\">2005 - present</span></h4>\r\n<ul>\r\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.</li>\r\n</ul>\r\n<!-- WORK EXPERIENCE -->\r\n<h3><a id=\"work-experience\" href=\"#work-experience\"> Work Experience</a></h3>\r\n<h4><a href=\"http://www.thenetcracker.com/\" target=\"_blank\" rel=\"noopener noreferrer\">The Net Cracker LLC</a>, North Tonawanda, NY<span class=\"right\">2011 - present</span></h4>\r\n<h5>Technical Support</h5>\r\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment</p>\r\n<ul>\r\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs</li>\r\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel</li>\r\n<li>Provide technology installation, maintenance and repair services to customers</li>\r\n</ul>\r\n<h4>Independent Contract<span class=\"right\">2011 - present</span></h4>\r\n<h5>Commercial Media Design</h5>\r\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.</p>\r\n<ul>\r\n<li>Instill consistency with creativity in new, unique aesthetic designs</li>\r\n<li>Support projects through completion as determined by client satisfaction</li>\r\n</ul>\r\n<h4>Independent Contract<span class=\"right\">2006 - present</span></h4>\r\n<h5>Construction/Maintenance (Residential &amp; Commercial)</h5>\r\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.</p>\r\n<ul>\r\n<li>Practical, real-world project management</li>\r\n<li>Problem solving with open scenarios</li>\r\n<li>Business / financial affects on decision making</li>\r\n<li>Experience interacting with many perspectives of engineered systems</li>\r\n</ul>\r\n<h4>Specialty Vending, Wilson, NY<span class=\"right\">2005 - 2013</span></h4>\r\n<h5>Assistant Event Production Supervisor<span class=\"right\">2007 - 2013</span></h5>\r\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).</p>\r\n<ul>\r\n<li>Develop and implement new strategies for optimizing procedural efficiency</li>\r\n<li>Coordinate workflow with other teams to overcome limitations of the working environment</li>\r\n<li>Train, educate, and motive new, inexperienced employees frequently</li>\r\n</ul>\r\n<h5>General Event Staff<span class=\"right\">2005 - 2007</span></h5>\r\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.</p>\r\n<ul>\r\n<li>Beverage ticket sales and age proofing for alcohol purchasing</li>\r\n<li>Event security includes person checks and crowd control</li>\r\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees</li>\r\n</ul>\r\n</div>\r\n<p><!-- END RESUME --></p>','',1,8,'2015-01-03 23:20:31',431,'','2024-01-06 23:04:35',431,NULL,NULL,'2015-01-03 23:20:31',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',418,3,'','',1,8160,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(4,59,'Bio','bio','<p>\r\nMy mother would insist regularly at the slightest hint of doubt in achievement,\r\n</p>\r\n\r\n<blockquote>\r\nCan\'t never did anything!\r\n</blockquote>\r\n\r\n<p>\r\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \r\n</p>\r\n<p>\r\nMost notably, my undying passion for “things that move,” was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\r\n</p>\r\n\r\n<h3><a href=\"#early-life\" id=\"early-life\">Early Life</a></h3>\r\n<p>\r\nComing soon:\r\n</p>\r\n<ul>\r\n<li>TV repair</li>\r\n<li>All Electronics and Ramsay Electronics hobby kits</li>\r\n<li>Science fair projects\r\n<ul>\r\n<li>Electromagnet demonstrator</li>\r\n<li>Intel MCU development board</li>\r\n</ul>\r\n</li>\r\n<li>Home renovations (we moved our garage when I was 8)</li>\r\n<li>Home computer games and productivity</li>\r\n</ul>\r\n<!--\r\n<p>\r\n</p>\r\n-->\r\n<h3><a href=\"#adolescence\" id=\"adolescence\">Adolescence</a></h3>\r\n<p>\r\nComing soon:\r\n</p>\r\n<ul>\r\n<li>Balsa wood airplane kits</li>\r\n<li>Small engines and equipment</li>\r\n<li>Radio controlled vehicles and kits</li>\r\n<li>HTML, CSS, JavaScript, and PHP</li>\r\n<li>Digital media, vector graphics, Flash animation</li>\r\n</ul>\r\n\r\n<!--\r\n<h3><a href=\"#young-adulthood\" id=\"young-adulthood\">Young Adulthood</a></h3>\r\n<p>\r\n\r\n</p>\r\n\r\n<h3><a href=\"#higher-education\" id=\"higher-education\">Higher Education</a></h3>\r\n<p>\r\n\r\n</p>\r\n-->\r\n\r\n\r\n<!-- REMOVED\r\n<p>Under construction ... </p>\r\n<p>Please check back soon.</p>\r\n\r\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.</p>\r\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!</p>\r\n\r\n<h3>Snapshot</h3>\r\n-->','',1,8,'2015-01-05 22:19:48',431,'','2022-09-28 02:25:42',431,NULL,NULL,'2015-01-05 22:19:48',NULL,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/portrait\\/headshot_circle_300px.png\",\"float_fulltext\":\"right\",\"image_fulltext_alt\":\"Mark Tomaszewski\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_tags\":\"0\",\"show_intro\":\"0\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"1\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_vote\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',29,2,'','',1,5553,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(11,71,'My first blog post','my-first-blog-post','<p>\r\nI suppose that the title of this posting is quite direct &mdash; this is my first blog entry!\r\n','\r\nAlthough the main purpose of this posting is merely to test the waters in the blogging workflow, I\'ll take this opportunity to elaborate a bit on my thoughts for future development of this site feature.\r\n</p>',1,9,'2015-08-02 06:43:20',432,'','2015-08-17 23:06:17',431,NULL,NULL,'2015-08-02 06:43:20',NULL,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,1,'','',1,1082,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(12,78,'Mark T. Wiki just went live!','mark-t-wiki-just-went-live','<p>\r\nMy personal wiki site (<a href=\"http://wiki.mark-toma.com/\" target=\"_blank\">wiki.mark-toma.com</a>) is now live on the web!',' At this time, the wiki is pretty empty since I\'m just starting to use it regularly. You\'ll find three top-level pages.\r\n\r\n<ul>\r\n<li><a href=\"http://wiki.mark-toma.com/view/Academics\" target=\"_blank\">Academics</a></li>\r\n<li><a href=\"http://wiki.mark-toma.com/view/Project\" target=\"_blank\">Project</a></li>\r\n<li><a href=\"http://wiki.mark-toma.com/view/Hobby\" target=\"_blank\">Hobby</a></li>\r\n</ul>\r\n\r\nThese are the locations where I intend to begin (and continue) documenting my activities in those categories.\r\n</p>\r\n\r\n<p>\r\nUnfortunately, these top-level pages don\'t contain any interesting content yet. In the mean time, I\'ll be using the <a href=\"http://wiki.mark-toma.com/view/Journal\" target=\"_blank\">Journal</a> page to write notes about things that I\'m currently working on. These notes may be simple instructions for installing software or more complicated thoughts about design challenges for a current project.\r\n</p>',1,9,'2015-08-17 22:50:12',432,'','2015-08-17 23:05:47',431,NULL,NULL,'2015-08-17 22:50:12',NULL,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',4,2,'','',1,1465,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(13,82,'PubMed research trends (hidradenitis suppurativa)','pubmed-research-trends-hidradenitis-suppurativa','<p>My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical/biological technologies and a recent exercise in naive data extrapolation.</p>\r\n','\r\n<p>People who know me well are very much aware of my focused interest and passion for a little known skin disease named <a href=\"https://www.aad.org/dermatology-a-to-z/diseases-and-treatments/e---h/hidradenitis-suppurativa\" target=\"_blank\">Hidradenitis Supurativa (HS)</a>, which is also known as Acne Inversa. I spend a good bit of my free time reading information on HS in the public domain; starting conversations with patients, doctors, and scientists; and stumbling through the peer-reviewed literature with hopes that some day my influence may contribute toward advancing the prognosis of HS patients. As it stands today, HS is regarded as a chronic illness that is painful, disabling, ill-understood (no agreed-upon mechanism), and has no known cure. If I could have a single wish granted (aside from personal health and immortality), it would surely be for the eradication of HS — a monster that affects my favorite person.</p>\r\n<p>As I have done periodically for a little over a year, I was just working on updating my catalog of HS publications this evening. In my typical systematic and procedural approach, I was set out to pull down references before finding full-text PDFs from a few choice databases with my standard set of search queries. The fun began with the first query for ( \"hidradenitis\" OR \"suppurativa\" ) AND \"20&lt;nn&gt;\" that returns a liberal collection of all HS publications by year.</p>\r\n<p>The results from the first query targeting the current year (2015) revealed 169 results! The year hasn\'t quite ended yet, and this number of search hits is notably higher than any year in the past decade. My curiosity kicked in immediately and my inner number nerd easily found a new manifestation in this otherwise mundane research maintenance task.</p>\r\n<p>As I commenced my trip down an investigative rabbit-hole, subsequent queries for preceding years returned fewer results. All the way down to 2010, the decrease was monotonic and seemingly substantial. I kept going back in time through 2005 while noticing the same phenomenon. Finally by the years 2004, 2003, and down into 2000, the decreasing trend had broken. If not for the late hour and my fading motivation (laziness), I\'d have continued the historical descent further and further until some plateau became undeniably evident.</p>\r\n<p>Here\'s where the real fun could begin. What good is a list of sequential data if not depicted in (at least) a simple visualization? A quick copy and paste of this information into spreadsheet allowed for a simple scatter plot that shows an interesting apparent trend. Crude and naive visual inspection of the plot shows what looks like a possible exponential increase in the popularity of HS research in PubMed throughout the past decade!</p>\r\n<figure class=\"pull-center\"><img title=\"PubMed hits on HS versus time\" src=\"images/nlm_pubmed_search_hits_on_hs_plot_exp.png\" alt=\"\" /><figcaption>Number of publications matching the search query \"hidradenitis OR suppurativa\" from PubMed by publication year.</figcaption></figure>\r\n<p>I know, I know, I know that it isn\'t proper to imply inferences from an ad-hoc and hasty \"data analysis\" exercise such as this, but my emotions just can\'t help but bias my rational integrity with innocent optimism that supports my grandest dreams. I just can\'t help but imagine a reality in which this indicates a trend of exponentially increasing HS research results... and ultimately a cure for this disease!</p>',1,9,'2015-11-06 08:15:48',432,'','2015-11-17 05:38:21',431,NULL,NULL,'2015-11-06 08:15:48',NULL,'{\"image_intro\":\"images\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',7,3,'hidradenitis, suppurativa, cure, medical, medicine, research, pubmed, nlm, biological, science','My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical/biological technologies and a recent exercise in naive data extrapolation.',1,1596,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(14,83,'My first hidradenitis suppurativa support group meeting','my-first-hidradenitis-suppurativa-support-group-meeting','<p>This evening I had the great pleasure to participate in my first hidradenitis suppurativa (HS) support group meeting. Although we didn\'t make the trip to <a href=\"http://www.massgeneral.org/\" target=\"_blank\">Massachusetts General Hospital (MGH)</a> to meet with the group in person, my sister and I were able to patch in remotely via Google Hangouts video call. This was made possible by the exceptional efforts put forth by Molly and Katie with <a href=\"https://www.facebook.com/curtis.harvard\" target=\"_blank\">Harvard Skin Studies</a> to include the greater HS community.</p>\r\n','\r\n<p>The <a href=\"http://www.massgeneral.org/dermatology/services/curtis.aspx\" target=\"_blank\">Clinical Unit for Research Trials and Outcomes in Skin (CURTIS)</a>, also called Harvard Skin Studies, is a research unit in the dermatology department of MGH that is directed by one of the world\'s leading researchers in HS, <a href=\"http://www.massgeneral.org/dermatology/doctors/doctor.aspx?id=17581\" target=\"_blank\">Alexa Kimball, MD, MPH</a>. Dr. Kimball is also the Medical Director of the Massachusetts General Physicians Organization and Professor of Dermatology at Harvard Medical School. Among the broad spectrum of dermatology research Dr. Kimball has published, her contributions to the knowledge of HS can be found with a <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/?term=kimball+hidradenitis+suppurativa\" target=\"_blank\">search in PubMed for \"kimball hidradenitis suppurativa\"</a>.</p>\r\n<p>With recent interest in the evaluation of adalimumab as a treatment for moderate to severe HS (AbbVie\'s Humira), it seems that some momentum may be accumulating in the motivation for future HS research. Harvard Skin Studies is currently gearing up for a new HS treatment study, and with this campaign has expanded their resources to perform outreach into the broader HS community at large on the internet. Kudos to <a href=\"https://www.facebook.com/curtis.harvard\" target=\"_blank\">Harvard Skin Studies\' Facebook presence</a> for realizing this, entering into the many closed (private) Facebook support groups for HS, and inviting HS patients, friends, family, and medical professional worldwide to join in their local HS support group at MGH.</p>\r\n<p>The support group meeting took place at MGH around dinner time today, and kicked off as one might expect as the first meeting. Guided by two wonderfully delightful moderators, Molly and Katie (medical research colleagues of Dr. Kimball), the meeting began with a welcoming round of introductions from everyone including remote attendees.</p>',0,9,'2015-11-17 05:37:52',432,'','2015-11-17 05:46:28',431,NULL,NULL,'2015-11-17 05:37:52',NULL,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',3,4,'','',1,1635,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*',''),(15,97,'Control Myo using MATLAB!','control-myo-using-matlab','<p>\r\nFinally the need has presented itself &mdash; I\'ve begun the development of a MATLAB wrapper for <a href=\"https://www.myo.com/\" target=\"_blank\">Thalmic Labs\' Myo</a> gesture control armband!\r\n</p>\r\n','\r\n<p>\r\nMyo is a consumer product marketed for use as a natural user interface input device. The typical consumer wears Myo on his or her arm to seamlessly control applications by way of orientation and kinematic information along with the detection of hand gestures. These outputs are enabled by eight surface electromyography (sEMG) sensors and an inertial measurement unit containing at least a three axis gyroscope and a three axis accelerometer (existence of a magnetometer is ambiguous). With this combination of technology packaged in a relatively inexpensive consumer product, this device is a wonderful treat for experimentation by students, researchers, scientists, and engineers!\r\n</p>\r\n<p>\r\nJust over one year ago, an undergraduate researching student in my lab set out to harness the capabilities of Myo as a real time interactive data acquisition system to be accessed in the MATLAB environment. \r\n</p>',1,9,'2016-04-21 04:22:23',431,'','2016-04-25 00:57:08',431,NULL,NULL,'2022-09-24 03:53:10',NULL,'{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}','{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',2,0,'','',1,427,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `ij8_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_content_frontpage`
--

DROP TABLE IF EXISTS `ij8_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `featured_up` datetime DEFAULT NULL,
  `featured_down` datetime DEFAULT NULL,
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_content_frontpage`
--

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

--
-- Table structure for table `ij8_content_rating`
--

DROP TABLE IF EXISTS `ij8_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `rating_sum` int(10) unsigned NOT NULL DEFAULT 0,
  `rating_count` int(10) unsigned NOT NULL DEFAULT 0,
  `lastip` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_content_rating`
--

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

--
-- Table structure for table `ij8_content_types`
--

DROP TABLE IF EXISTS `ij8_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_content_types` (
  `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(400) NOT NULL DEFAULT '',
  `table` varchar(2048) NOT NULL DEFAULT '',
  `rules` mediumtext NOT NULL,
  `field_mappings` mediumtext NOT NULL,
  `router` varchar(255) NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
  PRIMARY KEY (`type_id`),
  KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_content_types`
--

LOCK TABLES `ij8_content_types` WRITE;
/*!40000 ALTER TABLE `ij8_content_types` DISABLE KEYS */;
INSERT INTO `ij8_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"ArticleTable\",\"prefix\":\"Joomla\\\\Component\\\\Content\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Weblink','com_weblinks.weblink','{\"special\":{\"dbtable\":\"#__weblinks\",\"key\":\"id\",\"type\":\"Weblink\",\"prefix\":\"WeblinksTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{}}','WeblinksHelperRoute::getWeblinkRoute','{\"formFile\":\"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"featured\",\"images\"], \"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(3,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"ContactTable\",\"prefix\":\"Joomla\\\\Component\\\\Contact\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(4,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"NewsfeedTable\",\"prefix\":\"Joomla\\\\Component\\\\Newsfeeds\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(5,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"UserTable\",\"prefix\":\"Joomla\\\\Component\\\\Users\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerDate\",\"core_modified_time\":\"null\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}','',''),(6,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(9,'Weblinks Category','com_weblinks.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','WeblinksHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(10,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"TagTable\",\"prefix\":\"Joomla\\\\Component\\\\Tags\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(11,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"BannerTable\",\"prefix\":\"Joomla\\\\Component\\\\Banners\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(12,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(13,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"ClientTable\",\"prefix\":\"Joomla\\\\Component\\\\Banners\\\\Administrator\\\\Table\\\\\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(14,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"NoteTable\",\"prefix\":\"Joomla\\\\Component\\\\Users\\\\Administrator\\\\Table\\\\\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(15,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `ij8_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_contentitem_tag_map`
--

DROP TABLE IF EXISTS `ij8_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_contentitem_tag_map` (
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_contentitem_tag_map`
--

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

--
-- Table structure for table `ij8_core_log_searches`
--

DROP TABLE IF EXISTS `ij8_core_log_searches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_core_log_searches`
--

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

--
-- Table structure for table `ij8_extensions`
--

DROP TABLE IF EXISTS `ij8_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `package_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) NOT NULL,
  `type` varchar(20) NOT NULL,
  `element` varchar(100) NOT NULL,
  `changelogurl` text DEFAULT NULL,
  `folder` varchar(100) NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT 0,
  `access` int(10) unsigned NOT NULL DEFAULT 1,
  `protected` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Flag to indicate if the extension is protected. Protected extensions cannot be disabled.',
  `manifest_cache` mediumtext NOT NULL,
  `params` mediumtext NOT NULL,
  `custom_data` mediumtext NOT NULL,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int(11) DEFAULT 0,
  `state` int(11) DEFAULT 0,
  `note` varchar(255) DEFAULT NULL,
  `locked` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Flag to indicate if the extension is locked. Locked extensions cannot be uninstalled.',
  PRIMARY KEY (`extension_id`),
  KEY `element_clientid` (`element`,`client_id`),
  KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10163 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_extensions`
--

LOCK TABLES `ij8_extensions` WRITE;
/*!40000 ALTER TABLE `ij8_extensions` DISABLE KEYS */;
INSERT INTO `ij8_extensions` VALUES (2,0,'com_wrapper','component','com_wrapper',NULL,'',1,1,1,0,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Wrapper\",\"filename\":\"wrapper\"}','','',NULL,NULL,0,0,NULL,1),(3,0,'com_admin','component','com_admin',NULL,'',1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Admin\"}','','',NULL,NULL,0,0,NULL,1),(4,0,'com_banners','component','com_banners',NULL,'',1,1,1,0,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Banners\",\"filename\":\"banners\"}','{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','',NULL,NULL,0,0,NULL,1),(5,0,'com_cache','component','com_cache',NULL,'',1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cache\"}','','',NULL,NULL,0,0,NULL,1),(6,0,'com_categories','component','com_categories',NULL,'',1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Categories\"}','','',NULL,NULL,0,0,NULL,1),(7,0,'com_checkin','component','com_checkin',NULL,'',1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Checkin\"}','','',NULL,NULL,0,0,NULL,1),(8,0,'com_contact','component','com_contact',NULL,'',1,1,1,0,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contact\",\"filename\":\"contact\"}','{\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"allow_vcard_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_category_crumb\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}','',NULL,NULL,0,0,NULL,1),(9,0,'com_cpanel','component','com_cpanel',NULL,'',1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"2007-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cpanel\"}','','',NULL,NULL,0,0,NULL,1),(10,0,'com_installer','component','com_installer',NULL,'',1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Installer\"}','','',NULL,NULL,0,0,NULL,1),(11,0,'com_languages','component','com_languages',NULL,'',1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Languages\"}','{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}','',NULL,NULL,0,0,NULL,1),(12,0,'com_login','component','com_login',NULL,'',1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Login\"}','','',NULL,NULL,0,0,NULL,1),(13,0,'com_media','component','com_media',NULL,'',1,1,0,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Media\",\"filename\":\"media\"}','{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"files\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}','',NULL,NULL,0,0,NULL,1),(14,0,'com_menus','component','com_menus',NULL,'',1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Menus\",\"filename\":\"menus\"}','{\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\"}','',NULL,NULL,0,0,NULL,1),(15,0,'com_messages','component','com_messages',NULL,'',1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Messages\"}','','',NULL,NULL,0,0,NULL,1),(16,0,'com_modules','component','com_modules',NULL,'',1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Modules\",\"filename\":\"modules\"}','','',NULL,NULL,0,0,NULL,1),(17,0,'com_newsfeeds','component','com_newsfeeds',NULL,'',1,1,1,0,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}','',NULL,NULL,0,0,NULL,1),(18,0,'com_plugins','component','com_plugins',NULL,'',1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Plugins\"}','','',NULL,NULL,0,0,NULL,1),(20,0,'com_templates','component','com_templates',NULL,'',1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Templates\"}','{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,yaml,twig\",\"font_formats\":\"woff,ttf,otf,eot,svg\",\"compressed_formats\":\"zip\"}','',NULL,NULL,0,0,NULL,1),(22,0,'com_content','component','com_content',NULL,'',1,1,0,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Content\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"1\",\"link_author\":\"1\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"right\",\"float_fulltext\":\"right\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"0\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"0\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"0\",\"show_cat_num_articles_cat\":\"0\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"10\",\"num_columns\":\"1\",\"num_links\":\"0\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"1\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"0\",\"list_show_author\":\"0\",\"orderby_pri\":\"order\",\"orderby_sec\":\"order\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"0\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}','',NULL,NULL,0,0,NULL,1),(23,0,'com_config','component','com_config',NULL,'',1,1,0,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Config\",\"filename\":\"config\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"WL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','',NULL,NULL,0,0,NULL,1),(24,0,'com_redirect','component','com_redirect',NULL,'',1,1,0,0,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Redirect\"}','{\"mode\":\"1\"}','',NULL,NULL,0,0,NULL,1),(25,0,'com_users','component','com_users',NULL,'',1,1,0,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Users\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"1\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"1\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"0\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','',NULL,NULL,0,0,NULL,1),(27,0,'com_finder','component','com_finder',NULL,'',1,1,0,0,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Finder\",\"filename\":\"finder\"}','{\"enabled\":\"0\",\"show_description\":\"1\",\"description_length\":140,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_suggested_query\":\"1\",\"show_explained_query\":\"1\",\"show_advanced\":\"0\",\"show_advanced_tips\":\"0\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"snowball\",\"enable_logging\":\"0\"}','',NULL,NULL,0,0,NULL,1),(28,0,'com_joomlaupdate','component','com_joomlaupdate',NULL,'',1,1,0,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.3\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Joomlaupdate\"}','{\"updatesource\":\"default\",\"minimum_stability\":\"4\",\"customurl\":\"\"}','',NULL,NULL,0,0,NULL,1),(29,0,'com_tags','component','com_tags',NULL,'',1,1,1,0,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"2013-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Tags\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"show_tag_num_items\":\"0\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_descripion\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','',NULL,NULL,0,0,NULL,1),(30,0,'com_contenthistory','component','com_contenthistory',NULL,'',1,1,1,0,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"2013-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contenthistory\",\"filename\":\"contenthistory\"}','','',NULL,NULL,0,0,NULL,1),(31,0,'com_ajax','component','com_ajax',NULL,'',1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','',NULL,NULL,0,0,NULL,1),(32,0,'com_postinstall','component','com_postinstall',NULL,'',1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Postinstall\"}','','',NULL,NULL,0,0,NULL,1),(33,0,'com_fields','component','com_fields',NULL,'',1,1,1,0,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL,1),(34,0,'com_associations','component','com_associations',NULL,'',1,1,1,0,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Associations\"}','','',NULL,NULL,0,0,NULL,1),(35,0,'com_privacy','component','com_privacy',NULL,'',1,1,1,0,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Privacy\",\"filename\":\"privacy\"}','','',NULL,NULL,0,0,NULL,1),(36,0,'com_actionlogs','component','com_actionlogs',NULL,'',1,1,1,0,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Actionlogs\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_content\",\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}','',NULL,NULL,0,0,NULL,1),(100,0,'PHPMailer','library','phpmailer',NULL,'',0,1,1,1,'false','','',NULL,NULL,0,0,NULL,0),(103,0,'lib_joomla','library','joomla',NULL,'',0,1,1,1,'{\"name\":\"lib_joomla\",\"type\":\"library\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','{\"mediaversion\":\"0bb7a1ebc6fa040f0387293194895b7b\"}','',NULL,NULL,0,0,NULL,1),(105,0,'FOF','library','fof',NULL,'',0,1,1,0,'{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}','','',NULL,NULL,0,0,NULL,0),(106,0,'lib_phpass','library','phpass',NULL,'',0,1,1,1,'{\"name\":\"lib_phpass\",\"type\":\"library\",\"creationDate\":\"2004-01\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"https:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','',NULL,NULL,0,0,NULL,1),(200,0,'mod_articles_archive','module','mod_articles_archive',NULL,'',0,1,1,0,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesArchive\",\"filename\":\"mod_articles_archive\"}','','',NULL,NULL,0,0,NULL,1),(201,0,'mod_articles_latest','module','mod_articles_latest',NULL,'',0,1,1,0,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesLatest\",\"filename\":\"mod_articles_latest\"}','','',NULL,NULL,0,0,NULL,1),(202,0,'mod_articles_popular','module','mod_articles_popular',NULL,'',0,1,1,0,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesPopular\",\"filename\":\"mod_articles_popular\"}','','',NULL,NULL,0,0,NULL,1),(203,0,'mod_banners','module','mod_banners',NULL,'',0,1,1,0,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Banners\",\"filename\":\"mod_banners\"}','','',NULL,NULL,0,0,NULL,1),(204,0,'mod_breadcrumbs','module','mod_breadcrumbs',NULL,'',0,1,1,0,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Breadcrumbs\",\"filename\":\"mod_breadcrumbs\"}','','',NULL,NULL,0,0,NULL,1),(205,0,'mod_custom','module','mod_custom',NULL,'',0,1,1,0,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL,1),(206,0,'mod_feed','module','mod_feed',NULL,'',0,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL,1),(207,0,'mod_footer','module','mod_footer',NULL,'',0,1,1,0,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Footer\",\"filename\":\"mod_footer\"}','','',NULL,NULL,0,0,NULL,1),(208,0,'mod_login','module','mod_login',NULL,'',0,1,1,0,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL,1),(209,0,'mod_menu','module','mod_menu',NULL,'',0,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL,1),(210,0,'mod_articles_news','module','mod_articles_news',NULL,'',0,1,1,0,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesNews\",\"filename\":\"mod_articles_news\"}','','',NULL,NULL,0,0,NULL,1),(211,0,'mod_random_image','module','mod_random_image',NULL,'',0,1,1,0,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RandomImage\",\"filename\":\"mod_random_image\"}','','',NULL,NULL,0,0,NULL,1),(212,0,'mod_related_items','module','mod_related_items',NULL,'',0,1,1,0,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RelatedItems\",\"filename\":\"mod_related_items\"}','','',NULL,NULL,0,0,NULL,1),(214,0,'mod_stats','module','mod_stats',NULL,'',0,1,1,0,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Stats\",\"filename\":\"mod_stats\"}','','',NULL,NULL,0,0,NULL,1),(215,0,'mod_syndicate','module','mod_syndicate',NULL,'',0,1,1,0,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"2006-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Syndicate\",\"filename\":\"mod_syndicate\"}','','',NULL,NULL,0,0,NULL,1),(216,0,'mod_users_latest','module','mod_users_latest',NULL,'',0,1,1,0,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"2009-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\UsersLatest\",\"filename\":\"mod_users_latest\"}','','',NULL,NULL,0,0,NULL,1),(218,0,'mod_whosonline','module','mod_whosonline',NULL,'',0,1,1,0,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Whosonline\",\"filename\":\"mod_whosonline\"}','','',NULL,NULL,0,0,NULL,1),(219,0,'mod_wrapper','module','mod_wrapper',NULL,'',0,1,1,0,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"2004-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Wrapper\",\"filename\":\"mod_wrapper\"}','','',NULL,NULL,0,0,NULL,1),(220,0,'mod_articles_category','module','mod_articles_category',NULL,'',0,1,1,0,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategory\",\"filename\":\"mod_articles_category\"}','','',NULL,NULL,0,0,NULL,1),(221,0,'mod_articles_categories','module','mod_articles_categories',NULL,'',0,1,1,0,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategories\",\"filename\":\"mod_articles_categories\"}','','',NULL,NULL,0,0,NULL,1),(222,0,'mod_languages','module','mod_languages',NULL,'',0,1,1,0,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Languages\",\"filename\":\"mod_languages\"}','','',NULL,NULL,0,0,NULL,1),(223,0,'mod_finder','module','mod_finder',NULL,'',0,1,0,0,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Finder\",\"filename\":\"mod_finder\"}','','',NULL,NULL,0,0,NULL,1),(300,0,'mod_custom','module','mod_custom',NULL,'',1,1,1,0,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL,1),(301,0,'mod_feed','module','mod_feed',NULL,'',1,1,1,0,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL,1),(302,0,'mod_latest','module','mod_latest',NULL,'',1,1,1,0,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Latest\",\"filename\":\"mod_latest\"}','','',NULL,NULL,0,0,NULL,1),(303,0,'mod_logged','module','mod_logged',NULL,'',1,1,1,0,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"2005-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Logged\",\"filename\":\"mod_logged\"}','','',NULL,NULL,0,0,NULL,1),(304,0,'mod_login','module','mod_login',NULL,'',1,1,1,0,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2005-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL,1),(305,0,'mod_menu','module','mod_menu',NULL,'',1,1,1,0,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL,1),(307,0,'mod_popular','module','mod_popular',NULL,'',1,1,1,0,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Popular\",\"filename\":\"mod_popular\"}','','',NULL,NULL,0,0,NULL,1),(308,0,'mod_quickicon','module','mod_quickicon',NULL,'',1,1,1,0,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Quickicon\",\"filename\":\"mod_quickicon\"}','','',NULL,NULL,0,0,NULL,1),(311,0,'mod_title','module','mod_title',NULL,'',1,1,1,0,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Title\",\"filename\":\"mod_title\"}','','',NULL,NULL,0,0,NULL,1),(312,0,'mod_toolbar','module','mod_toolbar',NULL,'',1,1,1,0,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Toolbar\",\"filename\":\"mod_toolbar\"}','','',NULL,NULL,0,0,NULL,1),(313,0,'mod_multilangstatus','module','mod_multilangstatus',NULL,'',1,1,1,0,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"2011-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\MultilangStatus\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL,1),(314,0,'mod_version','module','mod_version',NULL,'',1,1,1,0,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"2012-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Version\",\"filename\":\"mod_version\"}','{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}','',NULL,NULL,0,0,NULL,1),(315,0,'mod_stats_admin','module','mod_stats_admin',NULL,'',1,1,1,0,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\StatsAdmin\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL,1),(316,0,'mod_tags_popular','module','mod_tags_popular',NULL,'',0,1,1,0,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsPopular\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL,1),(317,0,'mod_tags_similar','module','mod_tags_similar',NULL,'',0,1,1,0,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsSimilar\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL,1),(318,0,'mod_sampledata','module','mod_sampledata',NULL,'',1,1,1,0,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Sampledata\",\"filename\":\"mod_sampledata\"}','{}','',NULL,NULL,0,0,NULL,1),(319,0,'mod_latestactions','module','mod_latestactions',NULL,'',1,1,1,0,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\LatestActions\",\"filename\":\"mod_latestactions\"}','{}','',NULL,'1970-01-01 00:00:00',0,0,NULL,1),(320,0,'mod_privacy_dashboard','module','mod_privacy_dashboard',NULL,'',1,1,1,0,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyDashboard\",\"filename\":\"mod_privacy_dashboard\"}','{}','',NULL,'1970-01-01 00:00:00',0,0,NULL,1),(401,0,'plg_authentication_joomla','plugin','joomla',NULL,'authentication',0,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL,1),(402,0,'plg_authentication_ldap','plugin','ldap',NULL,'authentication',0,0,1,0,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Ldap\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','',NULL,NULL,3,0,NULL,1),(403,0,'plg_content_contact','plugin','contact',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"2014-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,1,0,NULL,1),(404,0,'plg_content_emailcloak','plugin','emailcloak',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\EmailCloak\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','',NULL,NULL,1,0,NULL,1),(406,0,'plg_content_loadmodule','plugin','loadmodule',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\LoadModule\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','',NULL,'2011-09-18 15:22:50',0,0,NULL,1),(407,0,'plg_content_pagebreak','plugin','pagebreak',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageBreak\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','',NULL,NULL,4,0,NULL,1),(408,0,'plg_content_pagenavigation','plugin','pagenavigation',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"2006-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageNavigation\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','',NULL,NULL,5,0,NULL,1),(409,0,'plg_content_vote','plugin','vote',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Vote\",\"filename\":\"vote\"}','','',NULL,NULL,6,0,NULL,1),(410,0,'plg_editors_codemirror','plugin','codemirror',NULL,'editors',0,1,1,0,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"6.0.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\CodeMirror\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','',NULL,NULL,1,0,NULL,1),(411,0,'plg_editors_none','plugin','none',NULL,'editors',0,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"2005-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\None\",\"filename\":\"none\"}','','',NULL,NULL,2,0,NULL,1),(412,0,'plg_editors_tinymce','plugin','tinymce',NULL,'editors',0,1,1,0,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-08\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"6.8.4\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\TinyMCE\",\"filename\":\"tinymce\"}','{\"mode\":\"1\",\"skin\":\"0\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"extended_elements\":\"\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}','',NULL,NULL,3,0,NULL,1),(413,0,'plg_editors-xtd_article','plugin','article',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"2009-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Article\",\"filename\":\"article\"}','','',NULL,NULL,1,0,NULL,1),(414,0,'plg_editors-xtd_image','plugin','image',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Image\",\"filename\":\"image\"}','','',NULL,NULL,2,0,NULL,1),(415,0,'plg_editors-xtd_pagebreak','plugin','pagebreak',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\PageBreak\",\"filename\":\"pagebreak\"}','','',NULL,NULL,3,0,NULL,1),(416,0,'plg_editors-xtd_readmore','plugin','readmore',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\ReadMore\",\"filename\":\"readmore\"}','','',NULL,NULL,4,0,NULL,1),(421,0,'plg_search_weblinks','plugin','weblinks',NULL,'search',0,1,1,0,'{\"name\":\"plg_search_weblinks\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}','',NULL,NULL,0,0,NULL,0),(422,0,'plg_system_languagefilter','plugin','languagefilter',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"2010-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageFilter\",\"filename\":\"languagefilter\"}','','',NULL,NULL,1,0,NULL,1),(424,0,'plg_system_cache','plugin','cache',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"2007-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Cache\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','',NULL,NULL,9,0,NULL,1),(425,0,'plg_system_debug','plugin','debug',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Debug\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','',NULL,NULL,4,0,NULL,1),(426,0,'plg_system_log','plugin','log',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Log\",\"filename\":\"log\"}','','',NULL,NULL,5,0,NULL,1),(427,0,'plg_system_redirect','plugin','redirect',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Redirect\",\"filename\":\"redirect\"}','','',NULL,NULL,6,0,NULL,1),(428,0,'plg_system_remember','plugin','remember',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Remember\",\"filename\":\"remember\"}','','',NULL,NULL,7,0,NULL,1),(429,0,'plg_system_sef','plugin','sef',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Sef\",\"filename\":\"sef\"}','','',NULL,NULL,8,0,NULL,1),(430,0,'plg_system_logout','plugin','logout',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Logout\",\"filename\":\"logout\"}','','',NULL,NULL,3,0,NULL,1),(431,0,'plg_user_contactcreator','plugin','contactcreator',NULL,'user',0,0,1,0,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"2009-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\ContactCreator\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}','',NULL,NULL,1,0,NULL,1),(432,0,'plg_user_joomla','plugin','joomla',NULL,'user',0,1,1,0,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Joomla\",\"filename\":\"joomla\"}','{\"strong_passwords\":\"1\",\"autoregister\":\"1\"}','',NULL,NULL,2,0,NULL,1),(433,0,'plg_user_profile','plugin','profile',NULL,'user',0,0,1,0,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Profile\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','',NULL,NULL,0,0,NULL,1),(434,0,'plg_extension_joomla','plugin','joomla',NULL,'extension',0,1,1,0,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,1,0,NULL,1),(435,0,'plg_content_joomla','plugin','joomla',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL,1),(436,0,'plg_system_languagecode','plugin','languagecode',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"2011-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageCode\",\"filename\":\"languagecode\"}','','',NULL,NULL,10,0,NULL,1),(437,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate',NULL,'quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,0,0,NULL,1),(438,0,'plg_quickicon_extensionupdate','plugin','extensionupdate',NULL,'quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Extensionupdate\",\"filename\":\"extensionupdate\"}','','',NULL,NULL,0,0,NULL,1),(440,0,'plg_system_highlight','plugin','highlight',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Highlight\",\"filename\":\"highlight\"}','','',NULL,NULL,7,0,NULL,1),(441,0,'plg_content_finder','plugin','finder',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,0,0,NULL,1),(442,0,'plg_finder_categories','plugin','categories',NULL,'finder',0,1,1,0,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Categories\",\"filename\":\"categories\"}','','',NULL,NULL,1,0,NULL,1),(443,0,'plg_finder_contacts','plugin','contacts',NULL,'finder',0,1,1,0,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Contacts\",\"filename\":\"contacts\"}','','',NULL,NULL,2,0,NULL,1),(444,0,'plg_finder_content','plugin','content',NULL,'finder',0,1,1,0,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Content\",\"filename\":\"content\"}','','',NULL,NULL,3,0,NULL,1),(445,0,'plg_finder_newsfeeds','plugin','newsfeeds',NULL,'finder',0,1,1,0,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','','',NULL,NULL,4,0,NULL,1),(446,0,'plg_finder_weblinks','plugin','weblinks',NULL,'finder',0,1,1,0,'{\"name\":\"plg_finder_weblinks\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2014 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_WEBLINKS_XML_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,5,0,NULL,0),(447,0,'plg_finder_tags','plugin','tags',NULL,'finder',0,1,1,0,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"2013-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Tags\",\"filename\":\"tags\"}','','',NULL,NULL,0,0,NULL,1),(449,0,'plg_authentication_cookie','plugin','cookie',NULL,'authentication',0,1,1,0,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"2013-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Cookie\",\"filename\":\"cookie\"}','','',NULL,NULL,0,0,NULL,1),(453,0,'plg_editors-xtd_module','plugin','module',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"2015-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Module\",\"filename\":\"module\"}','','',NULL,NULL,0,0,NULL,1),(454,0,'plg_system_stats','plugin','stats',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"2013-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Stats\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"17564d861d1ddca256c6ff54e16e6d95ff3a4ebc\",\"interval\":12}','',NULL,NULL,0,0,NULL,1),(455,0,'plg_installer_packageinstaller','plugin','packageinstaller',NULL,'installer',0,1,1,0,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Package\",\"filename\":\"packageinstaller\"}','','',NULL,NULL,1,0,NULL,1),(456,0,'plg_installer_folderinstaller','plugin','folderinstaller',NULL,'installer',0,1,1,0,'{\"name\":\"plg_installer_folderinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Folder\",\"filename\":\"folderinstaller\"}','','',NULL,NULL,2,0,NULL,1),(457,0,'plg_installer_urlinstaller','plugin','urlinstaller',NULL,'installer',0,1,1,0,'{\"name\":\"plg_installer_urlinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Url\",\"filename\":\"urlinstaller\"}','','',NULL,NULL,3,0,NULL,1),(458,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck',NULL,'quickicon',0,0,1,0,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PhpVersionCheck\",\"filename\":\"phpversioncheck\"}','','',NULL,NULL,0,0,NULL,1),(459,0,'plg_editors-xtd_menu','plugin','menu',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Menu\",\"filename\":\"menu\"}','','',NULL,NULL,0,0,NULL,1),(460,0,'plg_editors-xtd_contact','plugin','contact',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"2016-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,0,0,NULL,1),(461,0,'plg_system_fields','plugin','fields',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL,1),(462,0,'plg_fields_calendar','plugin','calendar',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Calendar\",\"filename\":\"calendar\"}','','',NULL,NULL,0,0,NULL,1),(463,0,'plg_fields_checkboxes','plugin','checkboxes',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Checkboxes\",\"filename\":\"checkboxes\"}','','',NULL,NULL,0,0,NULL,1),(464,0,'plg_fields_color','plugin','color',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Color\",\"filename\":\"color\"}','','',NULL,NULL,0,0,NULL,1),(465,0,'plg_fields_editor','plugin','editor',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Editor\",\"filename\":\"editor\"}','','',NULL,NULL,0,0,NULL,1),(466,0,'plg_fields_imagelist','plugin','imagelist',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Imagelist\",\"filename\":\"imagelist\"}','','',NULL,NULL,0,0,NULL,1),(467,0,'plg_fields_integer','plugin','integer',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Integer\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','',NULL,NULL,0,0,NULL,1),(468,0,'plg_fields_list','plugin','list',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\ListField\",\"filename\":\"list\"}','','',NULL,NULL,0,0,NULL,1),(469,0,'plg_fields_media','plugin','media',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Media\",\"filename\":\"media\"}','','',NULL,NULL,0,0,NULL,1),(470,0,'plg_fields_radio','plugin','radio',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Radio\",\"filename\":\"radio\"}','','',NULL,NULL,0,0,NULL,1),(471,0,'plg_fields_sql','plugin','sql',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\SQL\",\"filename\":\"sql\"}','','',NULL,NULL,0,0,NULL,1),(472,0,'plg_fields_text','plugin','text',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Text\",\"filename\":\"text\"}','','',NULL,NULL,0,0,NULL,1),(473,0,'plg_fields_textarea','plugin','textarea',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Textarea\",\"filename\":\"textarea\"}','','',NULL,NULL,0,0,NULL,1),(474,0,'plg_fields_url','plugin','url',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Url\",\"filename\":\"url\"}','','',NULL,NULL,0,0,NULL,1),(475,0,'plg_fields_user','plugin','user',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\User\",\"filename\":\"user\"}','','',NULL,NULL,0,0,NULL,1),(476,0,'plg_fields_usergrouplist','plugin','usergrouplist',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\UsergroupList\",\"filename\":\"usergrouplist\"}','','',NULL,NULL,0,0,NULL,1),(477,0,'plg_content_fields','plugin','fields',NULL,'content',0,1,1,0,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL,1),(478,0,'plg_editors-xtd_fields','plugin','fields',NULL,'editors-xtd',0,1,1,0,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL,1),(479,0,'plg_sampledata_blog','plugin','blog',NULL,'sampledata',0,0,1,0,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\Blog\",\"filename\":\"blog\"}','','',NULL,NULL,0,0,NULL,1),(482,0,'plg_content_confirmconsent','plugin','confirmconsent',NULL,'content',0,0,1,0,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\ConfirmConsent\",\"filename\":\"confirmconsent\"}','{}','',NULL,NULL,0,0,NULL,1),(483,0,'plg_system_actionlogs','plugin','actionlogs',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ActionLogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,0,0,NULL,1),(484,0,'plg_actionlog_joomla','plugin','joomla',NULL,'actionlog',0,1,1,0,'{\"name\":\"plg_actionlog_joomla\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Actionlog\\\\Joomla\",\"filename\":\"joomla\"}','{}','',NULL,NULL,0,0,NULL,1),(485,0,'plg_system_privacyconsent','plugin','privacyconsent',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,0,0,NULL,1),(487,0,'plg_privacy_user','plugin','user',NULL,'privacy',0,1,1,0,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\User\",\"filename\":\"user\"}','{}','',NULL,NULL,0,0,NULL,1),(488,0,'plg_quickicon_privacycheck','plugin','privacycheck',NULL,'quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PrivacyCheck\",\"filename\":\"privacycheck\"}','{}','',NULL,NULL,0,0,NULL,1),(489,0,'plg_user_terms','plugin','terms',NULL,'user',0,0,1,0,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Terms\",\"filename\":\"terms\"}','{}','',NULL,NULL,0,0,NULL,1),(490,0,'plg_privacy_contact','plugin','contact',NULL,'privacy',0,1,1,0,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,0,0,NULL,1),(491,0,'plg_privacy_content','plugin','content',NULL,'privacy',0,1,1,0,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,0,0,NULL,1),(492,0,'plg_privacy_message','plugin','message',NULL,'privacy',0,1,1,0,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Message\",\"filename\":\"message\"}','{}','',NULL,NULL,0,0,NULL,1),(493,0,'plg_privacy_actionlogs','plugin','actionlogs',NULL,'privacy',0,1,1,0,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Actionlogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,0,0,NULL,1),(494,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible',NULL,'captcha',0,0,1,0,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"2017-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\InvisibleReCaptcha\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','',NULL,NULL,0,0,NULL,0),(495,0,'plg_privacy_consents','plugin','consents',NULL,'privacy',0,1,1,0,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Consents\",\"filename\":\"consents\"}','{}','',NULL,NULL,0,0,NULL,1),(600,802,'English (en-GB)','language','en-GB',NULL,'',0,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.4\",\"description\":\"en-GB site language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,1),(601,802,'English (en-GB)','language','en-GB',NULL,'',1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.4\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,1),(700,0,'files_joomla','file','joomla',NULL,'',0,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.4\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,1),(802,0,'English (en-GB) Language Pack','package','pkg_en-GB',NULL,'',0,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.4.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','',NULL,NULL,0,0,NULL,1),(10001,0,'plg_content_autotoc','plugin','autotoc',NULL,'content',0,0,1,0,'{\"name\":\"plg_content_autotoc\",\"type\":\"plugin\",\"creationDate\":\"January 2010\",\"author\":\"TomProgs\",\"copyright\":\"\\n    Copyright (C) 2009, Straton IT\\n    Copyright (C) 2010-2014 Thomas Geymayer. All rights reserved.\\n  \",\"authorEmail\":\"admin@tomprogs.at\",\"authorUrl\":\"http:\\/\\/www.tomprogs.at\",\"version\":\"0.17.6-J1.6+\",\"description\":\"PLG_CONTENT_AUTOTOC_DESC\",\"group\":\"\"}','{\"enabled\":\"0\",\"addToc\":\"1\",\"showOnFrontPage\":\"0\",\"addNumbering\":\"0\",\"addNumberingToc\":\"0\",\"numSlice\":\"2\",\"maxHeadingLevel\":\"6\",\"floatDir\":\"right\",\"layout\":\"table\",\"hide_button\":\"1\",\"hide_default\":\"0\",\"additional_views\":\"\",\"useDefaultCSS\":\"1\",\"appendClear\":\"0\"}','',NULL,NULL,0,0,NULL,0),(10002,10009,'plg_system_gantry5','plugin','gantry5','','system',0,1,1,0,'{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_SYSTEM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"production\":0,\"asset_timestamps\":\"1\",\"asset_timestamps_period\":\"7\"}','',NULL,NULL,0,0,NULL,0),(10003,10009,'plg_quickicon_gantry5','plugin','gantry5','','quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"context\":\"mod_quickicon\"}','',NULL,NULL,0,0,NULL,0),(10004,10009,'plg_gantry5_preset','plugin','preset','','gantry5',0,1,1,0,'{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}','{\"preset\":\"presets\",\"reset\":\"reset-settings\"}','',NULL,NULL,0,0,NULL,0),(10005,10009,'mod_gantry5_particle','module','mod_gantry5_particle','','',0,1,0,0,'{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}','{\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL,0),(10007,10009,'gantry5_nucleus','file','gantry5_nucleus',NULL,'',0,1,0,0,'{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,0),(10008,10009,'com_gantry5','component','com_gantry5','','',1,1,0,0,'{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL,0),(10009,0,'pkg_gantry5','package','pkg_gantry5',NULL,'',0,1,1,0,'{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}','{}','',NULL,NULL,0,0,NULL,0),(10012,0,'g5_hydrogen','template','g5_hydrogen','','',0,1,1,0,'{\"name\":\"g5_hydrogen\",\"type\":\"template\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"TPL_G5_HYDROGEN_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}','[]','',NULL,NULL,0,0,NULL,0),(10031,0,'com_comment','component','com_comment',NULL,'',1,1,0,0,'{\"name\":\"com_comment\",\"type\":\"component\",\"creationDate\":\"2023-02-06\",\"author\":\"Compojoom.com\",\"copyright\":\"(C) 2010 Daniel Dimitrov\",\"authorEmail\":\"contact-us@compojoom.com\",\"authorUrl\":\"https:\\/\\/compojoom.com\",\"version\":\"6.1.9\",\"description\":\"\",\"group\":\"\",\"filename\":\"comment\"}','{}','{\"update_report_sent\":\"2016-04-18 02:07:04\"}',NULL,NULL,0,0,NULL,0),(10032,0,'Content - CComment','plugin','joscomment',NULL,'content',0,0,1,0,'{\"name\":\"Content - CComment\",\"type\":\"plugin\",\"creationDate\":\"2023-02-06\",\"author\":\"Daniel Dimitrov \",\"copyright\":\"Copyright(C) Daniel Dimitrov All rights reserved!\",\"authorEmail\":\"services@compojoom.com\",\"authorUrl\":\"http:\\/\\/compojoom.com\",\"version\":\"6.1.9\",\"description\":\"You need to enable this plugin if you want to have comments in com_content or in virtuemart(com_virtuemart)\",\"group\":\"\",\"filename\":\"joscomment\"}','{\"support_com_content\":\"1\",\"on_content_prepare\":\"0\",\"support_com_virtuemart\":\"0\",\"support_com_matukio\":\"0\",\"printView\":\"0\"}','',NULL,NULL,0,0,NULL,0),(10033,0,'K2 Plugin - CComment','plugin','ccomment',NULL,'k2',0,0,1,0,'{\"name\":\"K2 Plugin - CComment\",\"type\":\"plugin\",\"creationDate\":\"2023-02-06\",\"author\":\"Compojoom\",\"copyright\":\"Copyright (c) 2008 - 2010 Compojoom.com. All rights reserved.\",\"authorEmail\":\"services@compojoom.com\",\"authorUrl\":\"www.compojoom.com\",\"version\":\"6.1.9\",\"description\":\"A K2 plugin to allow comments with compojoomcomment\",\"group\":\"\",\"filename\":\"ccomment\"}','{}','',NULL,NULL,0,0,NULL,0),(10034,0,'Search - CComment','plugin','ccomment',NULL,'search',0,0,1,0,'{\"name\":\"Search - CComment\",\"type\":\"plugin\",\"creationDate\":\"2023-02-06\",\"author\":\"Daniel Dimitrov\",\"copyright\":\"Copyright (C) 2008 - 2013 compojoom.com. All rights reserved.\",\"authorEmail\":\"daniel@compojoom.com\",\"authorUrl\":\"https:\\/\\/compojoom.com\",\"version\":\"6.1.9\",\"description\":\"This plugin enables you to search comments through joomla\'s search\",\"group\":\"\",\"filename\":\"ccomment\"}','{\"search_limit\":\"50\"}','',NULL,NULL,0,0,NULL,0),(10038,10140,'PLG_SYSTEM_REGULARLABS','plugin','regularlabs','','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_REGULARLABS\",\"type\":\"plugin\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"24.8.21262\",\"description\":\"PLG_SYSTEM_REGULARLABS_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Plugin\\\\System\\\\RegularLabs\",\"filename\":\"regularlabs\"}','{\"combine_admin_menu\":\"0\",\"max_list_count\":\"2500\"}','',NULL,NULL,0,0,NULL,0),(10039,10144,'COM_REREPLACER','component','com_rereplacer','','',1,1,0,0,'{\"name\":\"COM_REREPLACER\",\"type\":\"component\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"14.1.5\",\"description\":\"COM_REREPLACER_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Component\\\\ReReplacer\"}','{}','',NULL,NULL,0,0,NULL,0),(10040,10144,'PLG_SYSTEM_REREPLACER','plugin','rereplacer','','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_REREPLACER\",\"type\":\"plugin\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"14.1.5\",\"description\":\"PLG_SYSTEM_REREPLACER_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Plugin\\\\System\\\\ReReplacer\",\"filename\":\"rereplacer\"}','[]','',NULL,NULL,1,0,NULL,0),(10050,0,'FOF30','library','lib_fof30',NULL,'',0,1,1,0,'{\"name\":\"FOF30\",\"type\":\"library\",\"creationDate\":\"2018-09-04\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2010-2017 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"3.3.6\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 3.x - The rapid application development framework for Joomla!.<br\\/>\\n\\t\\t<b>WARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla!. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\",\"filename\":\"lib_fof30\"}','{}','',NULL,NULL,0,0,NULL,0),(10051,10053,'com_admintools','component','com_admintools','','',1,1,0,0,'{\"name\":\"com_admintools\",\"type\":\"component\",\"creationDate\":\"2024-08-30\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2024 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"nicholas@akeeba.com\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"7.6.1\",\"description\":\"COM_ADMINTOOLS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Component\\\\AdminTools\",\"filename\":\"admintools\"}','{\"updatedb\":null,\"siteurl\":\"https:\\/\\/www.mark-toma.com\\/view\\/\"}','',NULL,NULL,0,0,NULL,0),(10052,10053,'PLG_SYSTEM_ADMINTOOLS','plugin','admintools','','system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_ADMINTOOLS\",\"type\":\"plugin\",\"creationDate\":\"2024-08-30\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2024 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"nicholas@akeeba.com\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"7.6.1\",\"description\":\"PLG_SYSTEM_ADMINTOOLS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Plugin\\\\System\\\\AdminTools\",\"filename\":\"admintools\"}','{}','',NULL,NULL,-1,0,NULL,0),(10053,0,'pkg_admintools','package','pkg_admintools',NULL,'',0,1,1,0,'{\"name\":\"pkg_admintools\",\"type\":\"package\",\"creationDate\":\"2024-08-30\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2024 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"7.6.1\",\"description\":\"PKG_ADMINTOOLS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_admintools\"}','{}','',NULL,NULL,0,0,NULL,0),(10054,0,'file_fef','file','file_fef',NULL,'',0,1,0,0,'{\"name\":\"file_fef\",\"type\":\"file\",\"creationDate\":\"2022-10-24\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2017-2021 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"2.1.1\",\"description\":\"Akeeba Frontend Framework - The CSS framework for Akeeba Ltd extensions.\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,0),(10056,0,'file_fof40','file','file_fof40',NULL,'',0,1,0,0,'{\"name\":\"file_fof40\",\"type\":\"file\",\"creationDate\":\"2022-10-24\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"Copyright (c)2010-2019 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"nicholas@akeeba.com\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"4.1.4\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 4.x - The rapid application development framework for Joomla!.<br\\/>\\n\\t\\t<b>WARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla! 3. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,0),(10057,10053,'PLG_ACTIONLOG_ADMINTOOLS','plugin','admintools','','actionlog',0,0,1,0,'{\"name\":\"PLG_ACTIONLOG_ADMINTOOLS\",\"type\":\"plugin\",\"creationDate\":\"2024-08-30\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2018 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"7.6.1\",\"description\":\"PLG_ACTIONLOG_ADMINTOOLS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Plugin\\\\Actionlog\\\\AdminTools\",\"filename\":\"admintools\"}','{}','',NULL,NULL,0,0,NULL,0),(10062,10144,'PLG_ACTIONLOG_REREPLACER','plugin','rereplacer','','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_REREPLACER\",\"type\":\"plugin\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"14.1.5\",\"description\":\"PLG_ACTIONLOG_REREPLACER_DESC\",\"group\":\"\",\"filename\":\"rereplacer\"}','[]','',NULL,NULL,0,0,NULL,0),(10064,0,'Library - compojoom','library','compojoom',NULL,'',0,1,1,0,'{\"name\":\"Library - compojoom\",\"type\":\"library\",\"creationDate\":\"2017-09-27\",\"author\":\"compojoom.com\",\"copyright\":\"(C) 2008 - 2017 Daniel Dimitrov and Yves Hoppe\",\"authorEmail\":\"contact-us@compojoom.com\",\"authorUrl\":\"https:\\/\\/compojoom.com\",\"version\":\"5.3.5\",\"description\":\"LIB_COMPOJOOM_DESC\",\"group\":\"\",\"filename\":\"compojoom\"}','{}','',NULL,NULL,0,0,NULL,0),(10065,10053,'PLG_SYSTEM_AKVERSIONCHECK','plugin','akversioncheck',NULL,'system',0,1,1,0,'{\"name\":\"PLG_SYSTEM_AKVERSIONCHECK\",\"type\":\"plugin\",\"creationDate\":\"2023-07-26\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2023 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"6.1.11\",\"description\":\"PLG_SYSTEM_AKVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"akversioncheck\"}','{}','',NULL,NULL,0,0,NULL,0),(10066,0,'plg_behaviour_taggable','plugin','taggable',NULL,'behaviour',0,1,1,0,'{\"name\":\"plg_behaviour_taggable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_TAGGABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Taggable\",\"filename\":\"taggable\"}','{}','',NULL,NULL,0,0,NULL,1),(10067,0,'plg_behaviour_versionable','plugin','versionable',NULL,'behaviour',0,1,1,0,'{\"name\":\"plg_behaviour_versionable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_VERSIONABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Versionable\",\"filename\":\"versionable\"}','{}','',NULL,NULL,0,0,NULL,1),(10068,0,'atum','template','atum',NULL,'',1,1,1,0,'{\"name\":\"atum\",\"type\":\"template\",\"creationDate\":\"2016-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ATUM_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','{}','',NULL,NULL,0,0,NULL,1),(10069,0,'cassiopeia','template','cassiopeia',NULL,'',0,1,1,0,'{\"name\":\"cassiopeia\",\"type\":\"template\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_CASSIOPEIA_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','{}','',NULL,NULL,0,0,NULL,1),(10070,0,'plg_filesystem_local','plugin','local',NULL,'filesystem',0,1,1,0,'{\"name\":\"plg_filesystem_local\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FILESYSTEM_LOCAL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Filesystem\\\\Local\",\"filename\":\"local\"}','{}','',NULL,NULL,0,0,NULL,1),(10071,0,'plg_media-action_crop','plugin','crop',NULL,'media-action',0,1,1,0,'{\"name\":\"plg_media-action_crop\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_CROP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Crop\",\"filename\":\"crop\"}','{}','',NULL,NULL,0,0,NULL,1),(10072,0,'plg_media-action_resize','plugin','resize',NULL,'media-action',0,1,1,0,'{\"name\":\"plg_media-action_resize\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_RESIZE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Resize\",\"filename\":\"resize\"}','{}','',NULL,NULL,0,0,NULL,1),(10073,0,'plg_media-action_rotate','plugin','rotate',NULL,'media-action',0,1,1,0,'{\"name\":\"plg_media-action_rotate\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_ROTATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Rotate\",\"filename\":\"rotate\"}','{}','',NULL,NULL,0,0,NULL,1),(10074,0,'plg_system_httpheaders','plugin','httpheaders',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_httpheaders\",\"type\":\"plugin\",\"creationDate\":\"2017-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_HTTPHEADERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Httpheaders\",\"filename\":\"httpheaders\"}','{\"xframeoptions\":1,\"referrerpolicy\":\"strict-origin-when-cross-origin\",\"coop\":\"same-origin\",\"additional_httpheader\":[],\"hsts\":0,\"hsts_maxage\":31536000,\"hsts_subdomains\":0,\"hsts_preload\":0,\"contentsecuritypolicy\":\"0\",\"contentsecuritypolicy_client\":\"site\",\"contentsecuritypolicy_report_only\":\"1\",\"nonce_enabled\":\"0\",\"script_hashes_enabled\":\"0\",\"strict_dynamic_enabled\":\"0\",\"style_hashes_enabled\":\"0\",\"frame_ancestors_self_enabled\":\"1\",\"contentsecuritypolicy_values\":[]}','',NULL,NULL,0,0,'',1),(10075,0,'com_workflow','component','com_workflow',NULL,'',1,1,0,1,'{\"name\":\"com_workflow\",\"type\":\"component\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WORKFLOW_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Workflow\"}','{}','',NULL,NULL,0,0,NULL,1),(10076,0,'plg_workflow_publishing','plugin','publishing',NULL,'workflow',0,1,1,0,'{\"name\":\"plg_workflow_publishing\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_PUBLISHING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Publishing\",\"filename\":\"publishing\"}','{}','',NULL,NULL,0,0,NULL,0),(10077,0,'plg_workflow_featuring','plugin','featuring',NULL,'workflow',0,1,1,0,'{\"name\":\"plg_workflow_featuring\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_FEATURING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Featuring\",\"filename\":\"featuring\"}','{}','',NULL,NULL,0,0,NULL,0),(10078,0,'plg_workflow_notification','plugin','notification',NULL,'workflow',0,1,1,0,'{\"name\":\"plg_workflow_notification\",\"type\":\"plugin\",\"creationDate\":\"2020-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Notification\",\"filename\":\"notification\"}','{}','',NULL,NULL,0,0,NULL,0),(10079,0,'plg_extension_namespacemap','plugin','namespacemap',NULL,'extension',0,1,1,1,'{\"name\":\"plg_extension_namespacemap\",\"type\":\"plugin\",\"creationDate\":\"2017-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_NAMESPACEMAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\NamespaceMap\",\"filename\":\"namespacemap\"}','','',NULL,NULL,0,0,NULL,1),(10080,0,'plg_installer_override','plugin','override',NULL,'installer',0,1,1,0,'{\"name\":\"plg_installer_override\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_OVERRIDE_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Override\",\"filename\":\"override\"}','','',NULL,NULL,4,0,NULL,1),(10081,0,'plg_quickicon_overridecheck','plugin','overridecheck',NULL,'quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_overridecheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_OVERRIDECHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\OverrideCheck\",\"filename\":\"overridecheck\"}','','',NULL,NULL,0,0,NULL,1),(10082,0,'plg_extension_finder','plugin','finder',NULL,'extension',0,1,1,0,'{\"name\":\"plg_extension_finder\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,0,0,NULL,1),(10083,0,'plg_api-authentication_basic','plugin','basic',NULL,'api-authentication',0,0,1,0,'{\"name\":\"plg_api-authentication_basic\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_BASIC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Basic\",\"filename\":\"basic\"}','{}','',NULL,NULL,0,0,NULL,1),(10084,0,'plg_webservices_content','plugin','content',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_content\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,0,0,NULL,1),(10085,0,'com_mails','component','com_mails',NULL,'',1,1,1,1,'{\"name\":\"com_mails\",\"type\":\"component\",\"creationDate\":\"2019-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MAILS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Mails\"}','{}','',NULL,NULL,0,0,NULL,1),(10086,0,'plg_system_skipto','plugin','skipto',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_skipto\",\"type\":\"plugin\",\"creationDate\":\"2020-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_SKIPTO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Skipto\",\"filename\":\"skipto\"}','{}','',NULL,NULL,0,0,NULL,1),(10087,0,'plg_sampledata_multilang','plugin','multilang',NULL,'sampledata',0,1,1,0,'{\"name\":\"plg_sampledata_multilang\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SAMPLEDATA_MULTILANG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\MultiLanguage\",\"filename\":\"multilang\"}','{}','',NULL,NULL,0,0,NULL,1),(10088,0,'plg_installer_webinstaller','plugin','webinstaller',NULL,'installer',0,1,1,0,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Web\",\"filename\":\"webinstaller\"}','{}','',NULL,NULL,0,0,NULL,1),(10089,0,'plg_fields_subform','plugin','subform',NULL,'fields',0,1,1,0,'{\"name\":\"plg_fields_subform\",\"type\":\"plugin\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FIELDS_SUBFORM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Subform\",\"filename\":\"subform\"}','','',NULL,NULL,0,0,NULL,1),(10090,0,'plg_system_webauthn','plugin','webauthn',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2019-07-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_WEBAUTHN_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Webauthn\",\"filename\":\"webauthn\"}','{}','',NULL,NULL,0,0,NULL,1),(10091,0,'mod_loginsupport','module','mod_loginsupport',NULL,'',1,1,1,0,'{\"name\":\"mod_loginsupport\",\"type\":\"module\",\"creationDate\":\"2019-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_LOGINSUPPORT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Loginsupport\",\"filename\":\"mod_loginsupport\"}','','',NULL,NULL,0,0,NULL,1),(10092,0,'mod_frontend','module','mod_frontend',NULL,'',1,1,1,0,'{\"name\":\"mod_frontend\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_FRONTEND_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Frontend\",\"filename\":\"mod_frontend\"}','','',NULL,NULL,0,0,NULL,1),(10093,0,'mod_messages','module','mod_messages',NULL,'',1,1,1,0,'{\"name\":\"mod_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Messages\",\"filename\":\"mod_messages\"}','','',NULL,NULL,0,0,NULL,1),(10094,0,'mod_post_installation_messages','module','mod_post_installation_messages',NULL,'',1,1,1,0,'{\"name\":\"mod_post_installation_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_POST_INSTALLATION_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PostInstallationMessages\",\"filename\":\"mod_post_installation_messages\"}','','',NULL,NULL,0,0,NULL,1),(10095,0,'mod_user','module','mod_user',NULL,'',1,1,1,0,'{\"name\":\"mod_user\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\User\",\"filename\":\"mod_user\"}','','',NULL,NULL,0,0,NULL,1),(10096,0,'mod_submenu','module','mod_submenu',NULL,'',1,1,1,0,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"2006-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Submenu\",\"filename\":\"mod_submenu\"}','{}','',NULL,NULL,0,0,NULL,1),(10097,0,'mod_privacy_status','module','mod_privacy_status',NULL,'',1,1,1,0,'{\"name\":\"mod_privacy_status\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_PRIVACY_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyStatus\",\"filename\":\"mod_privacy_status\"}','{}','',NULL,NULL,0,0,NULL,1),(10098,0,'plg_webservices_banners','plugin','banners',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_banners\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Banners\",\"filename\":\"banners\"}','{}','',NULL,NULL,0,0,NULL,1),(10099,0,'plg_webservices_config','plugin','config',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_config\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Config\",\"filename\":\"config\"}','{}','',NULL,NULL,0,0,NULL,1),(10100,0,'plg_webservices_contact','plugin','contact',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_contact\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,0,0,NULL,1),(10101,0,'plg_webservices_languages','plugin','languages',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_languages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Languages\",\"filename\":\"languages\"}','{}','',NULL,NULL,0,0,NULL,1),(10102,0,'plg_webservices_menus','plugin','menus',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_menus\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Menus\",\"filename\":\"menus\"}','{}','',NULL,NULL,0,0,NULL,1),(10103,0,'plg_webservices_messages','plugin','messages',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_messages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Messages\",\"filename\":\"messages\"}','{}','',NULL,NULL,0,0,NULL,1),(10104,0,'plg_webservices_modules','plugin','modules',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_modules\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Modules\",\"filename\":\"modules\"}','{}','',NULL,NULL,0,0,NULL,1),(10105,0,'plg_webservices_newsfeeds','plugin','newsfeeds',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{}','',NULL,NULL,0,0,NULL,1),(10106,0,'plg_webservices_plugins','plugin','plugins',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_plugins\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Plugins\",\"filename\":\"plugins\"}','{}','',NULL,NULL,0,0,NULL,1),(10107,0,'plg_webservices_privacy','plugin','privacy',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_privacy\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Privacy\",\"filename\":\"privacy\"}','{}','',NULL,NULL,0,0,NULL,1),(10108,0,'plg_webservices_redirect','plugin','redirect',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_redirect\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Redirect\",\"filename\":\"redirect\"}','{}','',NULL,NULL,0,0,NULL,1),(10109,0,'plg_webservices_tags','plugin','tags',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_tags\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Tags\",\"filename\":\"tags\"}','{}','',NULL,NULL,0,0,NULL,1),(10110,0,'plg_webservices_templates','plugin','templates',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_templates\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Templates\",\"filename\":\"templates\"}','{}','',NULL,NULL,0,0,NULL,1),(10111,0,'plg_webservices_users','plugin','users',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_users\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Users\",\"filename\":\"users\"}','{}','',NULL,NULL,0,0,NULL,1),(10112,0,'plg_webservices_installer','plugin','installer',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_installer\",\"type\":\"plugin\",\"creationDate\":\"2020-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Installer\",\"filename\":\"installer\"}','{}','',NULL,NULL,0,0,NULL,0),(10113,0,'plg_user_token','plugin','token',NULL,'user',0,1,1,0,'{\"name\":\"plg_user_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,0,0,NULL,1),(10114,0,'plg_api-authentication_token','plugin','token',NULL,'api-authentication',0,1,1,0,'{\"name\":\"plg_api-authentication_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,0,0,NULL,1),(10115,0,'plg_system_accessibility','plugin','accessibility',NULL,'system',0,0,1,0,'{\"name\":\"plg_system_accessibility\",\"type\":\"plugin\",\"creationDate\":\"2020-02-15\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_ACCESSIBILITY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Accessibility\",\"filename\":\"accessibility\"}','{}','',NULL,NULL,0,0,NULL,1),(10116,802,'English (en-GB)','language','en-GB',NULL,'',3,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2024-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.4\",\"description\":\"en-GB api language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL,1),(10117,0,'plg_quickicon_downloadkey','plugin','downloadkey',NULL,'quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_downloadkey\",\"type\":\"plugin\",\"creationDate\":\"2019-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_DOWNLOADKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Downloadkey\",\"filename\":\"downloadkey\"}','','',NULL,NULL,0,0,NULL,1),(10118,0,'pkg_search','package','pkg_search',NULL,'',0,1,1,0,'{\"name\":\"pkg_search\",\"type\":\"package\",\"creationDate\":\"2021-08-17\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_search\"}','','',NULL,NULL,0,0,NULL,0),(10119,0,'com_scheduler','component','com_scheduler',NULL,'',1,1,1,0,'{\"name\":\"com_scheduler\",\"type\":\"component\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"COM_SCHEDULER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Scheduler\"}','{}','',NULL,NULL,0,0,NULL,1),(10120,0,'plg_system_schedulerunner','plugin','schedulerunner',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_schedulerunner\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_SCHEDULERUNNER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ScheduleRunner\",\"filename\":\"schedulerunner\"}','{}','',NULL,NULL,15,0,NULL,1),(10121,0,'plg_system_task_notification','plugin','tasknotification',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_task_notification\",\"type\":\"plugin\",\"creationDate\":\"2021-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\TaskNotification\",\"filename\":\"tasknotification\"}','','',NULL,NULL,22,0,NULL,1),(10122,0,'plg_task_check_files','plugin','checkfiles',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_check_files\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_CHECK_FILES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Checkfiles\",\"filename\":\"checkfiles\"}','{}','',NULL,NULL,15,0,NULL,1),(10124,0,'plg_task_requests','plugin','requests',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_requests\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_REQUESTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Requests\",\"filename\":\"requests\"}','{}','',NULL,NULL,15,0,NULL,1),(10125,0,'plg_task_site_status','plugin','sitestatus',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_site_status\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_SITE_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SiteStatus\",\"filename\":\"sitestatus\"}','{}','',NULL,NULL,15,0,NULL,1),(10126,0,'plg_system_jooa11y','plugin','jooa11y',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_jooa11y\",\"type\":\"plugin\",\"creationDate\":\"2022-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_JOOA11Y_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Jooa11y\",\"filename\":\"jooa11y\"}','','',NULL,NULL,0,0,NULL,1),(10127,0,'plg_webservices_media','plugin','media',NULL,'webservices',0,1,1,0,'{\"name\":\"plg_webservices_media\",\"type\":\"plugin\",\"creationDate\":\"2021-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"PLG_WEBSERVICES_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Media\",\"filename\":\"media\"}','{}','',NULL,NULL,0,0,NULL,1),(10128,0,'plg_multifactorauth_totp','plugin','totp',NULL,'multifactorauth',0,0,1,0,'{\"name\":\"plg_multifactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Totp\",\"filename\":\"totp\"}','','',NULL,NULL,1,0,NULL,1),(10129,0,'plg_multifactorauth_yubikey','plugin','yubikey',NULL,'multifactorauth',0,0,1,0,'{\"name\":\"plg_multifactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Yubikey\",\"filename\":\"yubikey\"}','','',NULL,NULL,2,0,NULL,1),(10130,0,'plg_multifactorauth_webauthn','plugin','webauthn',NULL,'multifactorauth',0,0,1,0,'{\"name\":\"plg_multifactorauth_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_WEBAUTHN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Webauthn\",\"filename\":\"webauthn\"}','','',NULL,NULL,3,0,NULL,1),(10131,0,'plg_multifactorauth_email','plugin','email',NULL,'multifactorauth',0,0,1,0,'{\"name\":\"plg_multifactorauth_email\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_EMAIL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Email\",\"filename\":\"email\"}','','',NULL,NULL,4,0,NULL,1),(10132,0,'plg_multifactorauth_fixed','plugin','fixed',NULL,'multifactorauth',0,0,1,0,'{\"name\":\"plg_multifactorauth_fixed\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_FIXED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Fixed\",\"filename\":\"fixed\"}','','',NULL,NULL,5,0,NULL,1),(10133,0,'plg_system_shortcut','plugin','shortcut',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_shortcut\",\"type\":\"plugin\",\"creationDate\":\"2022-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_SHORTCUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Shortcut\",\"filename\":\"shortcut\"}','','',NULL,NULL,0,0,NULL,1),(10134,0,'com_guidedtours','component','com_guidedtours',NULL,'',1,1,0,0,'{\"name\":\"com_guidedtours\",\"type\":\"component\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"COM_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Guidedtours\"}','{}','',NULL,NULL,0,0,NULL,1),(10135,0,'mod_guidedtours','module','mod_guidedtours',NULL,'',1,1,1,0,'{\"name\":\"mod_guidedtours\",\"type\":\"module\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"MOD_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\GuidedTours\",\"filename\":\"mod_guidedtours\"}','{}','',NULL,NULL,0,0,NULL,1),(10136,0,'plg_system_guidedtours','plugin','guidedtours',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_guidedtours\",\"type\":\"plugin\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"PLG_SYSTEM_GUIDEDTOURS_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\GuidedTours\",\"filename\":\"guidedtours\"}','{}','',NULL,NULL,0,0,NULL,1),(10137,0,'plg_quickicon_eos','plugin','eos',NULL,'quickicon',0,1,1,0,'{\"name\":\"plg_quickicon_eos\",\"type\":\"plugin\",\"creationDate\":\"2023-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_QUICKICON_EOS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Eos\",\"filename\":\"eos\"}','{\"last_snoozed_id\":1}','',NULL,NULL,7,0,NULL,1),(10138,0,'plg_behaviour_compat','plugin','compat',NULL,'behaviour',0,1,1,0,'{\"name\":\"plg_behaviour_compat\",\"type\":\"plugin\",\"creationDate\":\"2023-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_COMPAT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Compat\",\"filename\":\"compat\"}','{}','',NULL,NULL,-1,0,NULL,1),(10140,0,'PKG_REGULARLABS','package','pkg_regularlabs','','',0,1,1,0,'{\"name\":\"PKG_REGULARLABS\",\"type\":\"package\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"24.8.21262\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_regularlabs\"}','{}','',NULL,NULL,0,0,NULL,0),(10141,10144,'COM_CONDITIONS','component','com_conditions','','',1,1,0,0,'{\"name\":\"COM_CONDITIONS\",\"type\":\"component\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"24.8.21262\",\"description\":\"COM_CONDITIONS_DESC\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Component\\\\Conditions\"}','{}','',NULL,NULL,0,0,NULL,0),(10142,10144,'PLG_ACTIONLOG_CONDITIONS','plugin','conditions','','actionlog',0,1,1,0,'{\"name\":\"PLG_ACTIONLOG_CONDITIONS\",\"type\":\"plugin\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"24.8.21262\",\"description\":\"PLG_ACTIONLOG_CONDITIONS_DESC\",\"group\":\"\",\"filename\":\"conditions\"}','[]','',NULL,NULL,0,0,NULL,0),(10143,10144,'PKG_CONDITIONS','package','pkg_conditions','','',0,1,1,0,'{\"name\":\"PKG_CONDITIONS\",\"type\":\"package\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"24.8.21262\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_conditions\"}','{}','',NULL,NULL,0,0,NULL,0),(10144,0,'PKG_REREPLACER','package','pkg_rereplacer','','',0,1,1,0,'{\"name\":\"PKG_REREPLACER\",\"type\":\"package\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"14.1.5\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_rereplacer\"}','{}','',NULL,NULL,0,0,NULL,0),(10145,10140,'Regular Labs Library','library','regularlabs','','',0,1,1,0,'{\"name\":\"Regular Labs Library\",\"type\":\"library\",\"creationDate\":\"August 2024\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2024 Regular Labs - All Rights Reserved\",\"authorEmail\":\"info@regularlabs.com\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"24.8.21262\",\"description\":\"Regular Labs Library - used by Regular Labs extensions\",\"group\":\"\",\"namespace\":\"RegularLabs\\\\Library\",\"filename\":\"regularlabs\"}','{}','',NULL,NULL,0,0,NULL,0),(10146,10009,'Gantry 5 Framework','library','gantry5','','',0,1,1,0,'{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL,0),(10147,0,'plg_schemaorg_blogposting','plugin','blogposting',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_blogposting\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_BLOGPOSTING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\BlogPosting\",\"filename\":\"blogposting\"}','{}','',NULL,NULL,1,0,NULL,0),(10148,0,'plg_schemaorg_book','plugin','book',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_book\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_BOOK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Book\",\"filename\":\"book\"}','{}','',NULL,NULL,2,0,NULL,0),(10149,0,'plg_schemaorg_event','plugin','event',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_event\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_EVENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Event\",\"filename\":\"event\"}','{}','',NULL,NULL,3,0,NULL,0),(10150,0,'plg_schemaorg_organization','plugin','organization',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_organization\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_ORGANIZATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Organization\",\"filename\":\"organization\"}','{}','',NULL,NULL,4,0,NULL,0),(10151,0,'plg_schemaorg_person','plugin','person',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_person\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_PERSON_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Person\",\"filename\":\"person\"}','{}','',NULL,NULL,5,0,NULL,0),(10152,0,'plg_schemaorg_recipe','plugin','recipe',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_recipe\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_RECIPE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Recipe\",\"filename\":\"recipe\"}','{}','',NULL,NULL,6,0,NULL,0),(10153,0,'plg_schemaorg_jobposting','plugin','jobposting',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_jobposting\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_JOBPOSTING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\JobPosting\",\"filename\":\"jobposting\"}','{}','',NULL,NULL,7,0,NULL,0),(10154,0,'plg_system_schemaorg','plugin','schemaorg',NULL,'system',0,1,1,0,'{\"name\":\"plg_system_schemaorg\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SYSTEM_SCHEMAORG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Schemaorg\",\"filename\":\"schemaorg\"}','{}','',NULL,NULL,0,0,NULL,0),(10155,0,'plg_task_globalcheckin','plugin','globalcheckin',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_globalcheckin\",\"type\":\"plugin\",\"creationDate\":\"2023-06-22\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_GLOBALCHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Globalcheckin\",\"filename\":\"globalcheckin\"}','{}','',NULL,NULL,5,0,NULL,0),(10156,0,'plg_task_deleteactionlogs','plugin','deleteactionlogs',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_deleteactionlogs\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_DELETEACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\DeleteActionLogs\",\"filename\":\"deleteactionlogs\"}','{}','',NULL,NULL,0,0,NULL,1),(10157,0,'plg_task_privacyconsent','plugin','privacyconsent',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,0,0,NULL,1),(10158,0,'plg_task_rotatelogs','plugin','rotatelogs',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_rotatelogs\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_ROTATELOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\RotateLogs\",\"filename\":\"rotatelogs\"}','{}','',NULL,NULL,0,0,NULL,1),(10159,0,'plg_task_sessiongc','plugin','sessiongc',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"2023-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SessionGC\",\"filename\":\"sessiongc\"}','{}','',NULL,NULL,0,0,NULL,1),(10160,0,'plg_task_updatenotification','plugin','updatenotification',NULL,'task',0,1,1,0,'{\"name\":\"plg_task_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\UpdateNotification\",\"filename\":\"updatenotification\"}','{}','',NULL,NULL,0,0,NULL,1),(10161,0,'plg_schemaorg_article','plugin','article',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_article\",\"type\":\"plugin\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.0\",\"description\":\"PLG_SCHEMAORG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Article\",\"filename\":\"article\"}','{}','',NULL,NULL,0,0,NULL,0),(10162,0,'plg_schemaorg_custom','plugin','custom',NULL,'schemaorg',0,1,1,0,'{\"name\":\"plg_schemaorg_custom\",\"type\":\"plugin\",\"creationDate\":\"2024-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.0\",\"description\":\"PLG_SCHEMAORG_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Custom\",\"filename\":\"custom\"}','{}','',NULL,NULL,0,0,NULL,0);
/*!40000 ALTER TABLE `ij8_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_fields`
--

DROP TABLE IF EXISTS `ij8_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_fields` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `group_id` int(10) unsigned NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `default_value` text DEFAULT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'text',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `fieldparams` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL,
  `created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1,
  `only_use_in_subform` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_user_id` (`created_user_id`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_fields`
--

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

--
-- Table structure for table `ij8_fields_categories`
--

DROP TABLE IF EXISTS `ij8_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT 0,
  `category_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`field_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_fields_categories`
--

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

--
-- Table structure for table `ij8_fields_groups`
--

DROP TABLE IF EXISTS `ij8_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_fields_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_access` (`access`),
  KEY `idx_context` (`context`(191)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_fields_groups`
--

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

--
-- Table structure for table `ij8_fields_values`
--

DROP TABLE IF EXISTS `ij8_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_fields_values` (
  `field_id` int(10) unsigned NOT NULL,
  `item_id` varchar(255) NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` mediumtext DEFAULT NULL,
  KEY `idx_field_id` (`field_id`),
  KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_fields_values`
--

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

--
-- Table structure for table `ij8_finder_filters`
--

DROP TABLE IF EXISTS `ij8_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_filters` (
  `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `map_count` int(10) unsigned NOT NULL DEFAULT 0,
  `data` mediumtext NOT NULL,
  `params` longtext DEFAULT NULL,
  PRIMARY KEY (`filter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_filters`
--

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

--
-- Table structure for table `ij8_finder_links`
--

DROP TABLE IF EXISTS `ij8_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(400) DEFAULT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `indexdate` datetime NOT NULL,
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `state` int(11) NOT NULL DEFAULT 1,
  `access` int(11) NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `publish_start_date` datetime DEFAULT NULL,
  `publish_end_date` datetime DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `list_price` double unsigned NOT NULL DEFAULT 0,
  `sale_price` double unsigned NOT NULL DEFAULT 0,
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL,
  PRIMARY KEY (`link_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_md5` (`md5sum`),
  KEY `idx_url` (`url`(75)),
  KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`),
  KEY `idx_title` (`title`(100)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_links`
--

LOCK TABLES `ij8_finder_links` WRITE;
/*!40000 ALTER TABLE `ij8_finder_links` DISABLE KEYS */;
INSERT INTO `ij8_finder_links` VALUES (1,'index.php?option=com_content&view=article&id=1','index.php?option=com_content&view=article&id=1:home&catid=8','Home',' Welcome to my personal web portal! In order to keep things simple, you\'ll find only a few main pages on this site: Bio - Get to know a little about me Professional - My detailed digital resume Blog - Periodic writings on all things that interest me In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my Wiki site. If you\'d like to get in touch, send me an email at mark@mark-toma.com. ','2023-12-30 18:00:13','ebb237b7a478cee1f3ffa43ea99f0a30',1,1,1,'*','2015-01-03 19:38:28',NULL,'2015-01-03 19:38:28',NULL,0,0,4,'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:561:\" Welcome to my personal web portal! In order to keep things simple, you\'ll find only a few main pages on this site: Bio - Get to know a little about me Professional - My detailed digital resume Blog - Periodic writings on all things that interest me In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my Wiki site. If you\'d like to get in touch, send me an email at mark@mark-toma.com. \";i:3;a:25:{s:2:\"id\";i:1;s:5:\"alias\";s:4:\"home\";s:7:\"summary\";s:935:\"<p>Welcome to my personal web portal!<img class=\"pull-right rect-round\" style=\"width: 30%;\" title=\"Mark Tomaszewski\" src=\"images/ubid_picture.JPG\" alt=\"Mark Tomaszewski\" /></p>\r\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:</p>\r\n<ul>\r\n<li><a href=\"bio\">Bio</a> - Get to know a little about me</li>\r\n<li><a href=\"professional\">Professional</a> - My detailed digital resume</li>\r\n<li><a href=\"blog\">Blog</a> - Periodic writings on all things that interest me</li>\r\n</ul>\r\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\"http://wiki.mark-toma.com/\" target=\"_blank\">Wiki</a> site.\r\n</p>\r\n<p>\r\nIf you\'d like to get in touch, send me an email at <a href=\"mailto:mark@mark-toma.com\">mark@mark-toma.com</a>.\r\n</p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:8;s:10:\"created_by\";i:431;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2023-12-30 18:00:13\";s:11:\"modified_by\";i:431;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":75:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"0\";s:19:\"info_block_position\";s:1:\"1\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"0\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"1\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:9:\"show_tags\";s:1:\"0\";s:10:\"show_icons\";s:1:\"0\";s:15:\"show_print_icon\";s:1:\"0\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"0\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"0\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"0\";s:25:\"show_cat_num_articles_cat\";s:1:\"0\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:2:\"10\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"1\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"0\";s:16:\"list_show_author\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"order\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"0\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:53;s:8:\"ordering\";i:1;s:8:\"category\";s:10:\"Main Pages\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:6:\"1:home\";s:7:\"catslug\";s:12:\"8:main-pages\";s:6:\"author\";s:13:\"Administrator\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2015-01-03 19:38:28\";i:10;N;i:11;s:59:\"index.php?option=com_content&view=article&id=1:home&catid=8\";i:12;N;i:13;s:19:\"2015-01-03 19:38:28\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrator\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:10:\"Main Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:4:\"Home\";i:17;i:4;i:18;s:46:\"index.php?option=com_content&view=article&id=1\";}'),(2,'index.php?option=com_content&view=category&id=9','index.php?option=com_content&view=category&id=9','Blog','','2023-12-30 19:36:34','1399eda5acdaa0609bb32c3a02b2c702',1,1,1,'*',NULL,NULL,'2015-08-01 02:02:10',NULL,0,0,2,'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:9;s:5:\"alias\";s:4:\"blog\";s:9:\"extension\";s:11:\"com_content\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:15;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:431;s:8:\"modified\";s:19:\"2023-12-30 19:36:34\";s:11:\"modified_by\";i:431;s:4:\"slug\";s:6:\"9:blog\";s:6:\"layout\";s:8:\"category\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;N;i:10;N;i:11;s:47:\"index.php?option=com_content&view=category&id=9\";i:12;N;i:13;s:19:\"2015-08-01 02:02:10\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:10;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:4:\"Blog\";i:17;i:2;i:18;s:47:\"index.php?option=com_content&view=category&id=9\";}'),(3,'index.php?option=com_content&view=article&id=2','index.php?option=com_content&view=article&id=2:professional&catid=8','Professional',' Mark Tomaszewski Systems Engineer, Test Software Architect, Robot Whisperer Able to obtain a US security clearance mark@mark-toma.com LinkedIn Profile Jump to Section Profile Experience Skills Education Research and Technical Leadership and Volunteer Teaching Experience Prior Experience Profile Systems Engineer with strong background in analysis, modeling/simulation, control, system/software development/integration, and verification/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to “get things done” and is sometimes referred to by nicknames such as “MarkGPT” Experience Ball Aerospace Technologies Corp, Boulder, CO System Test Engineer (Observatory I&T GSW Lead), Space VehiclesMay 2023 - present Lead test script/software development, simulation, and validation for 5 mission partner payloads using “right-size” approach for each Lead development and implementation of ground system integration for mission partner situational awareness and test data delivery Deliver all test script products on schedule with excellent deployment success exhibiting no functional anomalies nor required changes Support observatory I&T campaign as test team SME for GSE, GSW, and first order diagnosis of bus FSW and payload behavior System Test Engineer (Test Automation Lead), Space VehiclesAugust 2022 - present Lead test script/software development, configuration/change management planning/training/development for 3 civil space vehicles Maintain test script repository scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools/utilities Curate modular architecture of reusable scripts by driving commonality across programs and components throughout script lifecycle Mentor junior to senior level engineers with version control tools, programming languages, and automated test frameworks and methods Develop and deploy test-driven test script development workflows leveraging XIL simulators to digitally validate test scripts Contribute to roadmapping the test automation future for space vehicles by investigating new tools and performing trials and trades System Test Engineer (Test Software Lead), MechanismsDecember 2021 - August 2022 Lead test script development/maintenance through script validation and test execution for a civil space mechanism test campaign Lead anomaly investigation to determine root cause(s) of intermittent failures due to both hardware and test equipment Design, implement, and validate a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design Develop and deploy multiple digital engineering tools for cross-functional users to increase productivity while decreasing human error Moog Inc, Aircraft Group, East Aurora, NY Development Engineer (Systems Engineer), Test EquipmentFebruary 2020 - November 2021 Lead system design of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase) Specify, design, and implement real time code for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces Analyze system level closed loop performance to express anticipated requirement compliance at CDR and discuss potential discrepancies Derive and allocate requirements for scripted automation features to be implemented by software department Lead system level redesign using simulation models of a hydromechanical load system to meet customer’s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design Reverse engineer and rebuild multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment Define and verify functional requirements for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes Build, integrate, and test a XIL test system for development and training purposes in the test equipment systems lab Lead CONOPS development for departmental digital design and Industry 4.0 (IIOT) strategy Clemson University (~CUICAR~), Greenville, SC Research Engineer III, Vehicle Automation GroupJuly 2017 - February 2020 Lead platform specification and operation planning for $1M Open Connected and Automated Vehicle program Lead technical projects in vehicle automation and advanced manufacturing (robotics) executed by PhD students Supervise 3 interns and 1 MS thesis including vehicle autonomy, mobile manipulation, machine vision, physical prototyping Continuously train PhD students in technical development topics to supplement academic and research experience Design, integrate, validate robotic systems built on MATLAB/Simulink Real-Time and Robot Operating System (ROS) Procure, test, train users, manage inventory for over $250k in robotics laboratory and instrumentation equipment Negotiate scope of work for new projects between researchers and private project partners Skills Engineering PTC Creo / SolidWorks / AutoCAD Matlab & Simulink / Maple & MapleSim / Amesim IBM DOORS, Siemens Teamcenter First Principles & Napkin Sketches Software / Development Git / SVN / GitLab / BitBucket / JIRA C / C++ / Python / Ruby HTML / CSS / Javascript / PHP BASH, PowerShell, CLI Tools Personal Punctual, Focused, Conscientious Observant, Responsive, Engaged Analytical & Creative Problem Solver Gets things done! Productivity Microsoft Office Suite / OpenOffice Adobe Creative Suite / Gimp & Inkscape Google Apps / Google Apps Script Education University at Buffalo (~UB/LINK~) MS in Mechanical EngineeringFebruary 2017 dynamics, controls, and mechatronics Thesis: Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis Advisor: Professor ~VENKAT-KROVI/LINK~ Graduate Coursework Portfolio BS in Mechanical EngineeringJune 2014 summa cum laude Undergraduate Coursework Portfolio Niagara County Community College (~NCCC/LINK~) AAS in Mathematics and ScienceAugust 2011 Research and Technical Master\'s Thesis, ~UB/LINK~ Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion AnalysisFall 2016 Development of a prototypical human upper limb motion analysis system using consumer devices. Original software tools to access Myo and Sphero data in near-real-time from MATLAB Theoretical upper limb modeling of forward/inverse kinematics, intrinsic/extrinsic model calibration Validation of software functionality, model correctness, accuracy assessment Mechatronic Interface Software Development2014 - present Myo SDK MATLAB MEX Wrapper2016 - present Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from Thalmic Labs\' Myo Armband in MATLAB m-code through the MATLAB executable (MEX) C/C++ API. YouTube Preview (video) | MathWorks File Exchange (code) | GitHub (code) | Implementation Design (wiki)  Sphero API Matlab SDK2014 - present Extended the functionality of Sphero MATLAB Interface to expose frequently requested device features of Sphero\'s low-level (network) binary API by writing a new core device class with a backwards-compatible interface. YouTube Preview (video) | MathWorks File Exchange (code) | GitHub (code) | Implementation Design (wiki) | Sphero API Tutorial (wiki) ~ARMLAB/LINK~, ~UB/LINK~2015 - 2016 Research Assistant Automation, Robotics, and Mechatronics Laboratory Lab Director: Professor ~VENKAT-KROVI/LINK~ Manage focused projects and subtasks in parallel cooperation with the research team Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources Pelvic Floor Analysis, ~ARMLAB/LINK~2014 - 2015 Engineering Team Research Assistant Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor? PI: Tova Ablove, MD, Faculty Advisor: Professor ~VENKAT-KROVI/LINK~ The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways. Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware/software). Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality Leadership and Volunteer ~ARMLAB/LINK~, ~UB/LINK~June 2014 - present Hardware Manager Automation, Robotics, and Mechatronics Laboratory Lab Director: Professor ~VENKAT-KROVI/LINK~ Administer and audit inventory logs for a diverse and dynamically changing hardware collection Source equipment and prepare new orders for purchasing Assemble and test new hardware upon receipt Advise lab personnel on safe and effective operating procedures ~MAE-GSA/LINK~, ~UB/LINK~2014 - 2016 President Graduate Student Association, Department of Mechanical and Aerospace Engineering Stimulate the social, academic, and professional growth of more than 200 graduate students in the department Organize and promote Interdepartmental events for student career growth Foster professional relationships with integral university administration and staff Manage annual budget and associated operational expenditures IEEE RAS at ~UB/LINK~2015 - 2016 Chair Institute of Electrical and Electronics Engineers, Robotics and Automation Society, Student Chapter, ~UB/LINK~ Faculty Advisor: Professor ~VENKAT-KROVI/LINK~ Advocate the state of the art in robotics, both technical and societal, to a broad audience Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body Mentor students with technical and professional aspects of supported academic and research projects CPNC, ~UB/LINK~2015 - 2016 Co-ChairApril \'15, \'16 Career Perspectives and Networking Conference, School of Engineering and Applied Sciences The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities. Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo Promote the initial concept internally to gain support and motivation for the first-ever event of this kind Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university Learning Center, SAGES 2016, ~ARMLAB/LINK~, ~UB/LINK~2016 Lead Functional Coordinator, HITL Interactive Surgical Simulation Coordinator: Professor ~VENKAT-KROVI/LINK~, Steven Schwaitzberg, MD, FACS Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user’s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were, Learn about the state of the art in human-in-the-loop surgical simulation Compare evaluation of alternate technologies with a focus on economic and logistic viability Learn about the ongoing development of validating the novel class of quantitative metrics ASME IDETC/ADMIF 2014, Buffalo, New York2014 Student Organizing Chair Conference General Chair: Professor ~VENKAT-KROVI/LINK~ Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down) Supported the General Conference Chair with on-site operations at the conference Invited Speaker, ~NCCC/LINK~2013 - present Engineering Careers ForumS\'14, S\'15, S\'16 Special Topics in Undergraduate Engineering AcademicsF\'13 Teaching Experience Teaching Assistant, ~UB/LINK~2014 - 2015 Mechatronics (MAE 576)S\'15 Professor ~VENKAT-KROVI/LINK~ Support the course by supplementing the professor\'s efforts with course administration and instruction Design lab experiments for implementation of mechanical systems with embedded processing Offer primary technical support to students in their lab work (e.g. debugging hardware/software and discovering connections between theory and practice) Applied Mathematics for MAE (MAE 376)F\'14 Professor ~VENKAT-KROVI/LINK~ Conducted two laboratory sessions weekly (sessions were one hour with 40 students each) Instructed students in core concepts of programming in Matlab Held two office hours weekly and assisted professor with administrative duties Student Assistant, UB2013 - 2014 System Dynamics Laboratory (MAE 334)S\'14 Machines and Mechanisms (MAE 311)S\'14 Introduction to Mechanical Engineering Practice (MAE 277)F\'13 Math Center Tutor, NCCCF\'10, S\'11 Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment Private Tutor, Independent Contract2005 - present Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering. Work Experience The Net Cracker LLC, North Tonawanda, NY2011 - present Technical Support Provide remote and in-the-field support for Windows-based PCs in a business environment Maintain software, network connectivity, and multiple user accounts on five laptop PCs Troubleshoot computer problems remotely via telephone with untrained personnel Provide technology installation, maintenance and repair services to customers Independent Contract2011 - present Commercial Media Design Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations. Instill consistency with creativity in new, unique aesthetic designs Support projects through completion as determined by client satisfaction Independent Contract2006 - present Construction/Maintenance (Residential & Commercial) Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur. Practical, real-world project management Problem solving with open scenarios Business / financial affects on decision making Experience interacting with many perspectives of engineered systems Specialty Vending, Wilson, NY2005 - 2013 Assistant Event Production Supervisor2007 - 2013 Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY). Develop and implement new strategies for optimizing procedural efficiency Coordinate workflow with other teams to overcome limitations of the working environment Train, educate, and motive new, inexperienced employees frequently General Event Staff2005 - 2007 Perform a variety of general staff and event security tasks for live performance and community events such as the following. Beverage ticket sales and age proofing for alcohol purchasing Event security includes person checks and crowd control Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees ','2024-01-06 23:04:35','8336c0df8d408485c2edd69a4be7c350',1,1,1,'*','2015-01-03 23:20:31',NULL,'2015-01-03 23:20:31',NULL,0,0,4,'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"en-GB\";i:2;s:17201:\" Mark Tomaszewski Systems Engineer, Test Software Architect, Robot Whisperer Able to obtain a US security clearance mark@mark-toma.com LinkedIn Profile Jump to Section Profile Experience Skills Education Research and Technical Leadership and Volunteer Teaching Experience Prior Experience Profile Systems Engineer with strong background in analysis, modeling/simulation, control, system/software development/integration, and verification/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to “get things done” and is sometimes referred to by nicknames such as “MarkGPT” Experience Ball Aerospace Technologies Corp, Boulder, CO System Test Engineer (Observatory I&T GSW Lead), Space VehiclesMay 2023 - present Lead test script/software development, simulation, and validation for 5 mission partner payloads using “right-size” approach for each Lead development and implementation of ground system integration for mission partner situational awareness and test data delivery Deliver all test script products on schedule with excellent deployment success exhibiting no functional anomalies nor required changes Support observatory I&T campaign as test team SME for GSE, GSW, and first order diagnosis of bus FSW and payload behavior System Test Engineer (Test Automation Lead), Space VehiclesAugust 2022 - present Lead test script/software development, configuration/change management planning/training/development for 3 civil space vehicles Maintain test script repository scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools/utilities Curate modular architecture of reusable scripts by driving commonality across programs and components throughout script lifecycle Mentor junior to senior level engineers with version control tools, programming languages, and automated test frameworks and methods Develop and deploy test-driven test script development workflows leveraging XIL simulators to digitally validate test scripts Contribute to roadmapping the test automation future for space vehicles by investigating new tools and performing trials and trades System Test Engineer (Test Software Lead), MechanismsDecember 2021 - August 2022 Lead test script development/maintenance through script validation and test execution for a civil space mechanism test campaign Lead anomaly investigation to determine root cause(s) of intermittent failures due to both hardware and test equipment Design, implement, and validate a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design Develop and deploy multiple digital engineering tools for cross-functional users to increase productivity while decreasing human error Moog Inc, Aircraft Group, East Aurora, NY Development Engineer (Systems Engineer), Test EquipmentFebruary 2020 - November 2021 Lead system design of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase) Specify, design, and implement real time code for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces Analyze system level closed loop performance to express anticipated requirement compliance at CDR and discuss potential discrepancies Derive and allocate requirements for scripted automation features to be implemented by software department Lead system level redesign using simulation models of a hydromechanical load system to meet customer’s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design Reverse engineer and rebuild multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment Define and verify functional requirements for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes Build, integrate, and test a XIL test system for development and training purposes in the test equipment systems lab Lead CONOPS development for departmental digital design and Industry 4.0 (IIOT) strategy Clemson University (~CUICAR~), Greenville, SC Research Engineer III, Vehicle Automation GroupJuly 2017 - February 2020 Lead platform specification and operation planning for $1M Open Connected and Automated Vehicle program Lead technical projects in vehicle automation and advanced manufacturing (robotics) executed by PhD students Supervise 3 interns and 1 MS thesis including vehicle autonomy, mobile manipulation, machine vision, physical prototyping Continuously train PhD students in technical development topics to supplement academic and research experience Design, integrate, validate robotic systems built on MATLAB/Simulink Real-Time and Robot Operating System (ROS) Procure, test, train users, manage inventory for over $250k in robotics laboratory and instrumentation equipment Negotiate scope of work for new projects between researchers and private project partners Skills Engineering PTC Creo / SolidWorks / AutoCAD Matlab & Simulink / Maple & MapleSim / Amesim IBM DOORS, Siemens Teamcenter First Principles & Napkin Sketches Software / Development Git / SVN / GitLab / BitBucket / JIRA C / C++ / Python / Ruby HTML / CSS / Javascript / PHP BASH, PowerShell, CLI Tools Personal Punctual, Focused, Conscientious Observant, Responsive, Engaged Analytical & Creative Problem Solver Gets things done! Productivity Microsoft Office Suite / OpenOffice Adobe Creative Suite / Gimp & Inkscape Google Apps / Google Apps Script Education University at Buffalo (~UB/LINK~) MS in Mechanical EngineeringFebruary 2017 dynamics, controls, and mechatronics Thesis: Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis Advisor: Professor ~VENKAT-KROVI/LINK~ Graduate Coursework Portfolio BS in Mechanical EngineeringJune 2014 summa cum laude Undergraduate Coursework Portfolio Niagara County Community College (~NCCC/LINK~) AAS in Mathematics and ScienceAugust 2011 Research and Technical Master\'s Thesis, ~UB/LINK~ Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion AnalysisFall 2016 Development of a prototypical human upper limb motion analysis system using consumer devices. Original software tools to access Myo and Sphero data in near-real-time from MATLAB Theoretical upper limb modeling of forward/inverse kinematics, intrinsic/extrinsic model calibration Validation of software functionality, model correctness, accuracy assessment Mechatronic Interface Software Development2014 - present Myo SDK MATLAB MEX Wrapper2016 - present Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from Thalmic Labs\' Myo Armband in MATLAB m-code through the MATLAB executable (MEX) C/C++ API. YouTube Preview (video) | MathWorks File Exchange (code) | GitHub (code) | Implementation Design (wiki)  Sphero API Matlab SDK2014 - present Extended the functionality of Sphero MATLAB Interface to expose frequently requested device features of Sphero\'s low-level (network) binary API by writing a new core device class with a backwards-compatible interface. YouTube Preview (video) | MathWorks File Exchange (code) | GitHub (code) | Implementation Design (wiki) | Sphero API Tutorial (wiki) ~ARMLAB/LINK~, ~UB/LINK~2015 - 2016 Research Assistant Automation, Robotics, and Mechatronics Laboratory Lab Director: Professor ~VENKAT-KROVI/LINK~ Manage focused projects and subtasks in parallel cooperation with the research team Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources Pelvic Floor Analysis, ~ARMLAB/LINK~2014 - 2015 Engineering Team Research Assistant Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor? PI: Tova Ablove, MD, Faculty Advisor: Professor ~VENKAT-KROVI/LINK~ The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways. Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware/software). Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality Leadership and Volunteer ~ARMLAB/LINK~, ~UB/LINK~June 2014 - present Hardware Manager Automation, Robotics, and Mechatronics Laboratory Lab Director: Professor ~VENKAT-KROVI/LINK~ Administer and audit inventory logs for a diverse and dynamically changing hardware collection Source equipment and prepare new orders for purchasing Assemble and test new hardware upon receipt Advise lab personnel on safe and effective operating procedures ~MAE-GSA/LINK~, ~UB/LINK~2014 - 2016 President Graduate Student Association, Department of Mechanical and Aerospace Engineering Stimulate the social, academic, and professional growth of more than 200 graduate students in the department Organize and promote Interdepartmental events for student career growth Foster professional relationships with integral university administration and staff Manage annual budget and associated operational expenditures IEEE RAS at ~UB/LINK~2015 - 2016 Chair Institute of Electrical and Electronics Engineers, Robotics and Automation Society, Student Chapter, ~UB/LINK~ Faculty Advisor: Professor ~VENKAT-KROVI/LINK~ Advocate the state of the art in robotics, both technical and societal, to a broad audience Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body Mentor students with technical and professional aspects of supported academic and research projects CPNC, ~UB/LINK~2015 - 2016 Co-ChairApril \'15, \'16 Career Perspectives and Networking Conference, School of Engineering and Applied Sciences The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities. Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo Promote the initial concept internally to gain support and motivation for the first-ever event of this kind Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university Learning Center, SAGES 2016, ~ARMLAB/LINK~, ~UB/LINK~2016 Lead Functional Coordinator, HITL Interactive Surgical Simulation Coordinator: Professor ~VENKAT-KROVI/LINK~, Steven Schwaitzberg, MD, FACS Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user’s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were, Learn about the state of the art in human-in-the-loop surgical simulation Compare evaluation of alternate technologies with a focus on economic and logistic viability Learn about the ongoing development of validating the novel class of quantitative metrics ASME IDETC/ADMIF 2014, Buffalo, New York2014 Student Organizing Chair Conference General Chair: Professor ~VENKAT-KROVI/LINK~ Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down) Supported the General Conference Chair with on-site operations at the conference Invited Speaker, ~NCCC/LINK~2013 - present Engineering Careers ForumS\'14, S\'15, S\'16 Special Topics in Undergraduate Engineering AcademicsF\'13 Teaching Experience Teaching Assistant, ~UB/LINK~2014 - 2015 Mechatronics (MAE 576)S\'15 Professor ~VENKAT-KROVI/LINK~ Support the course by supplementing the professor\'s efforts with course administration and instruction Design lab experiments for implementation of mechanical systems with embedded processing Offer primary technical support to students in their lab work (e.g. debugging hardware/software and discovering connections between theory and practice) Applied Mathematics for MAE (MAE 376)F\'14 Professor ~VENKAT-KROVI/LINK~ Conducted two laboratory sessions weekly (sessions were one hour with 40 students each) Instructed students in core concepts of programming in Matlab Held two office hours weekly and assisted professor with administrative duties Student Assistant, UB2013 - 2014 System Dynamics Laboratory (MAE 334)S\'14 Machines and Mechanisms (MAE 311)S\'14 Introduction to Mechanical Engineering Practice (MAE 277)F\'13 Math Center Tutor, NCCCF\'10, S\'11 Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment Private Tutor, Independent Contract2005 - present Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering. Work Experience The Net Cracker LLC, North Tonawanda, NY2011 - present Technical Support Provide remote and in-the-field support for Windows-based PCs in a business environment Maintain software, network connectivity, and multiple user accounts on five laptop PCs Troubleshoot computer problems remotely via telephone with untrained personnel Provide technology installation, maintenance and repair services to customers Independent Contract2011 - present Commercial Media Design Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations. Instill consistency with creativity in new, unique aesthetic designs Support projects through completion as determined by client satisfaction Independent Contract2006 - present Construction/Maintenance (Residential & Commercial) Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur. Practical, real-world project management Problem solving with open scenarios Business / financial affects on decision making Experience interacting with many perspectives of engineered systems Specialty Vending, Wilson, NY2005 - 2013 Assistant Event Production Supervisor2007 - 2013 Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY). Develop and implement new strategies for optimizing procedural efficiency Coordinate workflow with other teams to overcome limitations of the working environment Train, educate, and motive new, inexperienced employees frequently General Event Staff2005 - 2007 Perform a variety of general staff and event security tasks for live performance and community events such as the following. Beverage ticket sales and age proofing for alcohol purchasing Event security includes person checks and crowd control Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees \";i:3;a:25:{s:2:\"id\";i:2;s:5:\"alias\";s:12:\"professional\";s:7:\"summary\";s:28694:\"<div class=\"resume\"><!--\r\nPERSONAL INFO CONTACT\r\n-->\r\n<div class=\"pull-left contact\">\r\n<h4>Mark Tomaszewski</h4>\r\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer</em></p>\r\n<p>Able to obtain a US security clearance</p>\r\n<p><a href=\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\">mark@mark-toma.com</a></p>\r\n<p><a title=\"LinkedIn\" href=\"https://www.linkedin.com/in/mark-tomaszewski\" target=\"_blank\" rel=\"noopener noreferrer\"> LinkedIn Profile</a></p>\r\n</div>\r\n<!--\r\nTODO: CONTENTS\r\n-->\r\n<div class=\"pull-right contents\">\r\n<h4>Jump to Section</h4>\r\n<ul class=\"fa-ul\">\r\n<li><a href=\"#profile\">Profile</a></li>\r\n<li><a href=\"#experience\">Experience</a></li>\r\n<li><a href=\"#skills\">Skills</a></li>\r\n<li><a href=\"#education\">Education</a></li>\r\n<li><a href=\"#research-and-technical\">Research and Technical</a></li>\r\n<li><a href=\"#leadership-and-volunteer\">Leadership and Volunteer</a></li>\r\n<li><a href=\"#teaching\">Teaching Experience</a></li>\r\n<li><a href=\"#prior-experience\">Prior Experience</a></li>\r\n</ul>\r\n</div>\r\n<!--\r\nPROFILE\r\n-->\r\n<h3><a id=\"profile\" href=\"#profile\">Profile</a></h3>\r\n<p>\r\nSystems Engineer with strong background in analysis, modeling/simulation, control, system/software development/integration, and verification/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to “get things done” and is sometimes referred to by nicknames such as “MarkGPT”\r\n</p>\r\n<!--\r\nEXPERIENCE\r\n-->\r\n<h3><a id=\"experience\" href=\"#experience\">Experience</a></h3>\r\n<!--\r\nTEMPLATE\r\n-->\r\n<!--\r\n<h4>Company, City, State<span class=\"right\"></span></h4>\r\n<h5>Title, [Sub]Function<span class=\"right\">begin - end</span></h5>\r\n-->\r\n<!-- <p></p> -->\r\n<!--\r\n<ul>\r\n<li><strong>Highlight</strong> detail...</li>\r\n<li><strong>Highlight</strong> detail...</li>\r\n<li><strong>Highlight</strong> detail...</li>\r\n<li><strong>Highlight</strong> detail...</li>\r\n</ul>\r\n-->\r\n\r\n<!--\r\nBALL\r\n-->\r\n<h4>\r\n<a href=\"https://www.ball.com/aerospace\" target=\"_blank\" rel=\"noopener noreferrer\">\r\nBall Aerospace Technologies Corp</a>, Boulder, CO<span class=\"right\"></span></h4>\r\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\"right\">May 2023 - present</span></h5>\r\n<ul>\r\n<li><strong>Lead test script/software development, simulation, and validation</strong> for 5 mission partner payloads using “right-size” approach for each\r\n</li>\r\n<li><strong>Lead development and implementation of ground system integration</strong> for mission partner situational awareness and test data delivery\r\n</li>\r\n<li><strong>Deliver all test script products on schedule with excellent deployment success</strong> exhibiting no functional anomalies nor required changes\r\n</li>\r\n<li><strong>Support observatory I&T campaign as test team SME</strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\r\n</li>\r\n</ul>\r\n\r\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\"right\">August 2022 - present</span></h5>\r\n<ul>\r\n<li><strong>Lead test script/software development, configuration/change management</strong> planning/training/development for 3 civil space vehicles\r\n</li>\r\n<li><strong>Maintain test script repository</strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools/utilities\r\n</li>\r\n<li><strong>Curate modular architecture of reusable scripts</strong> by driving commonality across programs and components throughout script lifecycle\r\n</li>\r\n<li><strong>Mentor junior to senior level engineers</strong> with version control tools, programming languages, and automated test frameworks and methods\r\n</li>\r\n<li><strong>Develop and deploy test-driven test script development workflows</strong> leveraging XIL simulators to digitally validate test scripts\r\n</li>\r\n<li><strong>Contribute to roadmapping the test automation future for space vehicles</strong> by investigating new tools and performing trials and trades\r\n</li>\r\n</ul>\r\n\r\n\r\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\"right\">December 2021 - August 2022</span></h5>\r\n<!-- <p></p> -->\r\n<ul>\r\n<li><strong>Lead test script development/maintenance</strong> through script validation and test execution for a civil space mechanism test campaign\r\n</li>\r\n<li><strong>Lead anomaly investigation to determine root cause(s)</strong> of intermittent failures due to both hardware and test equipment \r\n</li>\r\n<li><strong>Design, implement, and validate</strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\r\n</li>\r\n<li><strong>Develop and deploy multiple digital engineering tools</strong> for cross-functional users to increase productivity while decreasing human error\r\n</li>\r\n</ul>\r\n<!--\r\nMOOG\r\n-->\r\n<h4><a href=\"https://www.moog.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\nMoog Inc</a>, <a href=\"https://www.moog.com/markets/aircraft.html\" target=\"_blank\" rel=\"noopener noreferrer\">\r\nAircraft Group</a>, East Aurora, NY<span class=\"right\"></span></h4>\r\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\"right\">February 2020 - November 2021</span></h5>\r\n<!-- <p></p> -->\r\n<ul>\r\n<li><strong>Lead system design</strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)</li>\r\n<li><strong>Specify, design, and implement real time code</strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces</li>\r\n<li><strong>Analyze system level closed loop performance</strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies</li>\r\n<li><strong>Derive and allocate requirements</strong> for scripted automation features to be implemented by software department</li>\r\n<li><strong>Lead system level redesign</strong> using simulation models of a hydromechanical load system to meet customer’s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design</li>\r\n<li><strong>Reverse engineer and rebuild</strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment</li>\r\n<li><strong>Define and verify functional requirements</strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes</li>\r\n<li><strong>Build, integrate, and test a XIL test system</strong> for development and training purposes in the test equipment systems lab</li>\r\n<li><strong>Lead CONOPS development</strong> for departmental digital design and Industry 4.0 (IIOT) strategy</li>\r\n</ul>\r\n\r\n<!--\r\nCUICAR\r\n-->\r\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\"right\"></span></h4>\r\n<h5>Research Engineer III, Vehicle Automation Group<span class=\"right\">July 2017 - February 2020</span></h5>\r\n<!-- <p></p> -->\r\n<ul>\r\n<li><strong>Lead platform specification and operation planning</strong> for $1M Open Connected and Automated Vehicle program</li>\r\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)</strong> executed by PhD students</li>\r\n<li><strong>Supervise 3 interns and 1 MS thesis</strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping</li>\r\n<li><strong>Continuously train PhD students in technical development topics</strong> to supplement academic and research experience</li>\r\n<li><strong>Design, integrate, validate robotic systems</strong> built on MATLAB/Simulink Real-Time and Robot Operating System (ROS)</li>\r\n<li><strong>Procure, test, train users, manage inventory</strong> for over $250k in robotics laboratory and instrumentation equipment</li>\r\n<li><strong>Negotiate scope of work for new projects</strong> between researchers and private project partners</li>\r\n</ul>\r\n<!--\r\n...\r\n...\r\n...\r\n-->\r\n<!--\r\nSKILLS\r\n-->\r\n<h3><a id=\"skills\" href=\"#skills\">Skills</a></h3>\r\n<div class=\"pull-left\">\r\n<h4>Engineering</h4>\r\n<ul>\r\n<li>PTC Creo / SolidWorks / AutoCAD</li>\r\n<li>Matlab &amp; Simulink / Maple &amp; MapleSim / Amesim</li>\r\n<li>IBM DOORS, Siemens Teamcenter</li>\r\n<li>First Principles &amp; Napkin Sketches</li>\r\n</ul>\r\n</div>\r\n<div class=\"pull-right half\">\r\n<h4>Software / Development</h4>\r\n<ul>\r\n<li>Git / SVN / GitLab / BitBucket / JIRA</li>\r\n<li>C / C++ / Python / Ruby</li>\r\n<li>HTML / CSS / Javascript / PHP</li>\r\n<li>BASH, PowerShell, CLI Tools</li>\r\n</ul>\r\n</div>\r\n<div class=\"pull-left\">\r\n<h4>Personal</h4>\r\n<ul>\r\n<li>Punctual, Focused, Conscientious</li>\r\n<li>Observant, Responsive, Engaged</li>\r\n<li>Analytical &amp; Creative Problem Solver</li>\r\n<li>Gets things done!</li>\r\n\r\n</ul>\r\n</div>\r\n<div class=\"pull-right half\">\r\n<h4>Productivity</h4>\r\n<ul>\r\n<li>Microsoft Office Suite / OpenOffice</li>\r\n<li>Adobe Creative Suite / Gimp &amp; Inkscape</li>\r\n<li>Google Apps / Google Apps Script</li>\r\n</ul>\r\n</div>\r\n<!--\r\nEDUCATION\r\n-->\r\n<h3><a id=\"education\" href=\"#education\">Education</a></h3>\r\n<!--\r\nMS\r\n-->\r\n<h4>University at Buffalo (~UB/LINK~)</h4>\r\n<h5>MS in Mechanical Engineering<span class=\"right\">February 2017</span></h5>\r\n<p><em>dynamics, controls, and mechatronics</em></p>\r\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis</em></p>\r\n<p>Advisor: Professor ~VENKAT-KROVI/LINK~</p>\r\n<p><a href=\"http://wiki.mark-toma.com/view/Graduate_Coursework_Portfolio\" target=\"_blank\" rel=\"noopener noreferrer\">Graduate Coursework Portfolio</a></p>\r\n<!--\r\nBS\r\n-->\r\n<h5>BS in Mechanical Engineering<span class=\"right\">June 2014</span></h5>\r\n<p><em>summa cum laude</em></p>\r\n<p><a href=\"http://wiki.mark-toma.com/view/Undergraduate_Coursework_Portfolio\" target=\"_blank\" rel=\"noopener noreferrer\">Undergraduate Coursework Portfolio</a></p>\r\n<!--\r\nAAS\r\n-->\r\n<h4>Niagara County Community College (~NCCC/LINK~)</h4>\r\n<h5>AAS in Mathematics and Science<span class=\"right\">August 2011</span></h5>\r\n<!--\r\nRESEARCH AND TECHNICAL\r\n-->\r\n<h3><a id=\"research-and-technical\" href=\"#research-and-technical\"> Research and Technical</a></h3>\r\n<!--\r\nMASTER\'S THESIS\r\n-->\r\n<h4>Master\'s Thesis, ~UB/LINK~</h4>\r\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis</em><span class=\"right\">Fall 2016</span></h5>\r\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.</p>\r\n<ul>\r\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB</li>\r\n<li>Theoretical upper limb modeling of forward/inverse kinematics, intrinsic/extrinsic model calibration</li>\r\n<li>Validation of software functionality, model correctness, accuracy assessment</li>\r\n</ul>\r\n<!--\r\nMECHATRONIC SW\r\n-->\r\n<h4>Mechatronic Interface Software Development<span class=\"right\">2014 - present</span></h4>\r\n<!--\r\nMYO SDK MATLAB MEX WRAPPER\r\n-->\r\n<h5><a href=\"https://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\">Myo SDK MATLAB MEX Wrapper</a><span class=\"right\">2016 - present</span></h5>\r\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\"https://www.myo.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Thalmic Labs\' Myo Armband</a> in MATLAB m-code through the <a href=\"http://www.mathworks.com/help/matlab/matlab_external/introducing-mex-files.html\" target=\"_blank\" rel=\"noopener noreferrer\">MATLAB executable (MEX)</a><a href=\"http://www.mathworks.com/help/matlab/mex-library.html\" target=\"_blank\" rel=\"noopener noreferrer\"> C/C++ API</a>.</p>\r\n<p><a href=\"https://youtu.be/pPh306IgEDo\" target=\"_blank\" rel=\"noopener noreferrer\"> YouTube Preview (video) </a> | <a href=\"https://www.mathworks.com/matlabcentral/fileexchange/55817-myo-sdk-matlab-mex-wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"> MathWorks File Exchange (code) </a> | <a href=\"https://github.com/mark-toma/MyoMex\" target=\"_blank\" rel=\"noopener noreferrer\"> GitHub (code) </a> | <a href=\"http://wiki.mark-toma.com/view/Myo_SDK_MATLAB_MEX_Wrapper\" target=\"_blank\" rel=\"noopener noreferrer\"> Implementation Design (wiki) </a></p>\r\n<!--\r\nSPHERO API MATLAB SDK\r\n-->\r\n<h5><a href=\"http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk\" target=\"_blank\" rel=\"noopener noreferrer\">Sphero API Matlab SDK</a><span class=\"right\">2014 - present</span></h5>\r\n<p>Extended the functionality of <a href=\"http://www.mathworks.com/matlabcentral/fileexchange/48359-sphero-matlab-interface\" target=\"_blank\" rel=\"noopener noreferrer\"> Sphero MATLAB Interface</a> to expose frequently requested device features of <a href=\"http://www.sphero.com/sphero\" target=\"_blank\" rel=\"noopener noreferrer\">Sphero</a>\'s <a href=\"http://sdk.sphero.com/api-reference/api-quick-reference/\" target=\"_blank\" rel=\"noopener noreferrer\">low-level (network) binary API</a> by writing a new core device class with a backwards-compatible interface.</p>\r\n<p><a href=\"https://youtu.be/YohxMa_z4Ww\" target=\"_blank\" rel=\"noopener noreferrer\"> YouTube Preview (video) </a> | <a href=\"http://www.mathworks.com/matlabcentral/fileexchange/52746-sphero-api-matlab-sdk\" target=\"_blank\" rel=\"noopener noreferrer\"> MathWorks File Exchange (code) </a> | <a href=\"https://github.com/mark-toma/SpheroMATLAB\" target=\"_blank\" rel=\"noopener noreferrer\"> GitHub (code) </a> | <a href=\"http://wiki.mark-toma.com/view/Sphero_API_MATLAB_SDK\" target=\"_blank\" rel=\"noopener noreferrer\"> Implementation Design (wiki) </a> | <a href=\"http://wiki.mark-toma.com/view/Sphero_API_Tutorial\" target=\"_blank\" rel=\"noopener noreferrer\"> Sphero API Tutorial (wiki) </a></p>\r\n<!--\r\nARMLAB RA\r\n-->\r\n<h4>~ARMLAB/LINK~, ~UB/LINK~<span class=\"right\">2015 - 2016</span></h4>\r\n<h5>Research Assistant</h5>\r\n<p><em>Automation, Robotics, and Mechatronics Laboratory</em></p>\r\n<p>Lab Director: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Manage focused projects and subtasks in parallel cooperation with the research team</li>\r\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board</li>\r\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources</li>\r\n</ul>\r\n<!--\r\nPELVIC FLOOR\r\n-->\r\n<h4>Pelvic Floor Analysis, ~ARMLAB/LINK~<span class=\"right\">2014 - 2015</span></h4>\r\n<h5>Engineering Team Research Assistant</h5>\r\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?</em></p>\r\n<p>PI: <a href=\"https://medicine.buffalo.edu/content/medicine/faculty/profile.html?ubit=tablove\" target=\"_blank\" rel=\"noopener noreferrer\">Tova Ablove, MD</a>, Faculty Advisor: Professor ~VENKAT-KROVI/LINK~</p>\r\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.</p>\r\n<ul>\r\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware/software).</li>\r\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology</li>\r\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality</li>\r\n</ul>\r\n<!--\r\nLEADERSHIP AND VOLUNTEER\r\n-->\r\n<h3><a id=\"leadership-and-volunteer\" href=\"#leadership-and-volunteer\"> Leadership and Volunteer</a></h3>\r\n<!--\r\nARMLAB HARDWARE MANAGER\r\n-->\r\n<h4>~ARMLAB/LINK~, ~UB/LINK~<span class=\"right\">June 2014 - present</span></h4>\r\n<h5>Hardware Manager</h5>\r\n<p><em>Automation, Robotics, and Mechatronics Laboratory</em></p>\r\n<p>Lab Director: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection</li>\r\n<li>Source equipment and prepare new orders for purchasing</li>\r\n<li>Assemble and test new hardware upon receipt</li>\r\n<li>Advise lab personnel on safe and effective operating procedures</li>\r\n</ul>\r\n<!--\r\nMAE-GSA PRESIDENT\r\n-->\r\n<h4>~MAE-GSA/LINK~, ~UB/LINK~<span class=\"right\">2014 - 2016</span></h4>\r\n<h5>President</h5>\r\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering</em></p>\r\n<ul>\r\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department</li>\r\n<li>Organize and promote Interdepartmental events for student career growth</li>\r\n<li>Foster professional relationships with integral university administration and staff</li>\r\n<li>Manage annual budget and associated operational expenditures</li>\r\n</ul>\r\n<!--\r\nIEEE RAS CHAIR\r\n-->\r\n<h4><a href=\"http://www.ieee-ras.org/\" target=\"_blank\" rel=\"noopener noreferrer\"> <abbr title=\"Institute of Electrical and Electronics Engineers\">IEEE</abbr> <abbr title=\"Robotics and Automation Society\">RAS</abbr> </a> at ~UB/LINK~<span class=\"right\">2015 - 2016</span></h4>\r\n<h5>Chair</h5>\r\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\"https://sites.google.com/site/rasscsunyub/\" target=\"_blank\" rel=\"noopener noreferrer\">Student Chapter</a>, ~UB/LINK~</em></p>\r\n<p>Faculty Advisor: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience</li>\r\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body</li>\r\n<li>Mentor students with technical and professional aspects of supported academic and research projects</li>\r\n</ul>\r\n<!--\r\nCPNC CO-CHAIR\r\n-->\r\n<h4><a href=\"http://engineering.buffalo.edu/cpnc/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"Career Perspectives and Networking Conference\">CPNC</abbr></a>, ~UB/LINK~<span class=\"right\">2015 - 2016</span></h4>\r\n<h5>Co-Chair<span class=\"right\">April \'15, \'16</span></h5>\r\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences</em></p>\r\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.</p>\r\n<ul>\r\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo</li>\r\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind</li>\r\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university</li>\r\n</ul>\r\n<!-- SAGES LC COORDINATOR\r\n-->\r\n<h4>Learning Center, <a href=\"http://www.sages2016.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"Society of American Gastrointestinal and Endoscopic Surgeons\">SAGES</abbr> 2016</a>, ~ARMLAB/LINK~, ~UB/LINK~<span class=\"right\">2016</span></h4>\r\n<h5>Lead Functional Coordinator, <abbr title=\"Human in the Loop\">HITL</abbr> Interactive Surgical Simulation</h5>\r\n<p>Coordinator: Professor ~VENKAT-KROVI/LINK~, <a href=\"http://medicine.buffalo.edu/content/medicine/faculty/profile.html?ubit=schwaitz\" target=\"_blank\" rel=\"noopener noreferrer\">Steven Schwaitzberg, MD, FACS</a></p>\r\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user’s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,</p>\r\n<ul>\r\n<li>Learn about the state of the art in human-in-the-loop surgical simulation</li>\r\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability</li>\r\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics</li>\r\n</ul>\r\n<!--\r\nASME IDETC/ADMIF 2014 ORGANIZER\r\n-->\r\n<h4><a href=\"http://www.asmeconferences.org/idetc2014/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"American Society of Mechanical Engineers\">ASME</abbr> <abbr title=\"International Design and Engineering Technical Conferences\">IDETC</abbr>/<abbr title=\"Advanced Design and Manufacturing Impact Forum\">ADMIF</abbr> 2014</a>, Buffalo, New York<span class=\"right\">2014</span></h4>\r\n<h5>Student Organizing Chair</h5>\r\n<p>Conference General Chair: Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo</li>\r\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives</li>\r\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)</li>\r\n<li>Supported the General Conference Chair with on-site operations at the conference</li>\r\n</ul>\r\n<!--\r\nNCCC SPEAKER\r\n-->\r\n<h4>Invited Speaker, ~NCCC/LINK~<span class=\"right\">2013 - present</span></h4>\r\n<h5>Engineering Careers Forum<span class=\"right\">S\'14, S\'15, S\'16</span></h5>\r\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\"right\">F\'13</span></h5>\r\n<!--\r\nTEACHING EXPERIENCE\r\n-->\r\n<h3><a id=\"teaching-experience\" href=\"#teaching-experience\"> Teaching Experience</a></h3>\r\n<!--\r\nTEACHING ASSISTANT UB\r\n-->\r\n<h4>Teaching Assistant, ~UB/LINK~<span class=\"right\">2014 - 2015</span></h4>\r\n<!--\r\nMECHATRONICS\r\n-->\r\n<h5><a href=\"http://www.mae.buffalo.edu/graduate/course_descriptions.php#MAE576\" target=\"_blank\" rel=\"noopener noreferrer\">Mechatronics (MAE 576)</a><span class=\"right\">S\'15</span></h5>\r\n<p>Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction</li>\r\n<li>Design lab experiments for implementation of mechanical systems with embedded processing</li>\r\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware/software and discovering connections between theory and practice)</li>\r\n</ul>\r\n<!--\r\nAPPLIED MATH MAE\r\n-->\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=376\" target=\"_blank\" rel=\"noopener noreferrer\">Applied Mathematics for <abbr title=\"Mechanical and Aerospace Engineering\">MAE</abbr> (MAE 376)</a><span class=\"right\">F\'14</span></h5>\r\n<p>Professor ~VENKAT-KROVI/LINK~</p>\r\n<ul>\r\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)</li>\r\n<li>Instructed students in core concepts of programming in Matlab</li>\r\n<li>Held two office hours weekly and assisted professor with administrative duties</li>\r\n</ul>\r\n<!--\r\nSTUDENT ASSISTANT\r\n-->\r\n<h4>Student Assistant, <a href=\"http://www.buffalo.edu/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"University at Buffalo\">UB</abbr></a><span class=\"right\">2013 - 2014</span></h4>\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=334\" target=\"_blank\" rel=\"noopener noreferrer\">System Dynamics Laboratory (MAE 334)</a><span class=\"right\">S\'14</span></h5>\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=311\" target=\"_blank\" rel=\"noopener noreferrer\">Machines and Mechanisms (MAE 311)</a><span class=\"right\">S\'14</span></h5>\r\n<h5><a href=\"http://undergrad-catalog.buffalo.edu/courses/index.php?abbr=MAE&amp;num=277\" target=\"_blank\" rel=\"noopener noreferrer\">Introduction to Mechanical Engineering Practice (MAE 277)</a><span class=\"right\">F\'13</span></h5>\r\n<h4>Math Center Tutor, <a href=\"http://www.niagaracc.suny.edu/\" target=\"_blank\" rel=\"noopener noreferrer\"><abbr title=\"Niagara County Community College\">NCCC</abbr></a><span class=\"right\">F\'10, S\'11</span></h4>\r\n<ul>\r\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment</li>\r\n</ul>\r\n<!--\r\nPRIVATE TUTOR\r\n-->\r\n<h4>Private Tutor, Independent Contract<span class=\"right\">2005 - present</span></h4>\r\n<ul>\r\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.</li>\r\n</ul>\r\n<!-- WORK EXPERIENCE -->\r\n<h3><a id=\"work-experience\" href=\"#work-experience\"> Work Experience</a></h3>\r\n<h4><a href=\"http://www.thenetcracker.com/\" target=\"_blank\" rel=\"noopener noreferrer\">The Net Cracker LLC</a>, North Tonawanda, NY<span class=\"right\">2011 - present</span></h4>\r\n<h5>Technical Support</h5>\r\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment</p>\r\n<ul>\r\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs</li>\r\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel</li>\r\n<li>Provide technology installation, maintenance and repair services to customers</li>\r\n</ul>\r\n<h4>Independent Contract<span class=\"right\">2011 - present</span></h4>\r\n<h5>Commercial Media Design</h5>\r\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.</p>\r\n<ul>\r\n<li>Instill consistency with creativity in new, unique aesthetic designs</li>\r\n<li>Support projects through completion as determined by client satisfaction</li>\r\n</ul>\r\n<h4>Independent Contract<span class=\"right\">2006 - present</span></h4>\r\n<h5>Construction/Maintenance (Residential &amp; Commercial)</h5>\r\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.</p>\r\n<ul>\r\n<li>Practical, real-world project management</li>\r\n<li>Problem solving with open scenarios</li>\r\n<li>Business / financial affects on decision making</li>\r\n<li>Experience interacting with many perspectives of engineered systems</li>\r\n</ul>\r\n<h4>Specialty Vending, Wilson, NY<span class=\"right\">2005 - 2013</span></h4>\r\n<h5>Assistant Event Production Supervisor<span class=\"right\">2007 - 2013</span></h5>\r\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).</p>\r\n<ul>\r\n<li>Develop and implement new strategies for optimizing procedural efficiency</li>\r\n<li>Coordinate workflow with other teams to overcome limitations of the working environment</li>\r\n<li>Train, educate, and motive new, inexperienced employees frequently</li>\r\n</ul>\r\n<h5>General Event Staff<span class=\"right\">2005 - 2007</span></h5>\r\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.</p>\r\n<ul>\r\n<li>Beverage ticket sales and age proofing for alcohol purchasing</li>\r\n<li>Event security includes person checks and crowd control</li>\r\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees</li>\r\n</ul>\r\n</div>\r\n<p><!-- END RESUME --></p>\";s:4:\"body\";s:0:\"\";s:6:\"images\";s:173:\"{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}\";s:5:\"catid\";i:8;s:10:\"created_by\";i:431;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-01-06 23:04:35\";s:11:\"modified_by\";i:431;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":75:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"1\";s:11:\"link_titles\";s:1:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"0\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:11:\"show_author\";s:1:\"1\";s:11:\"link_author\";s:1:\"1\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"1\";s:20:\"show_item_navigation\";s:1:\"0\";s:9:\"show_vote\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"1\";s:19:\"show_readmore_title\";s:1:\"0\";s:14:\"readmore_limit\";s:3:\"100\";s:9:\"show_tags\";s:1:\"0\";s:10:\"show_icons\";s:1:\"0\";s:15:\"show_print_icon\";s:1:\"0\";s:15:\"show_email_icon\";s:1:\"0\";s:9:\"show_hits\";s:1:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";s:1:\"0\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:5:\"right\";s:14:\"float_fulltext\";s:5:\"right\";s:15:\"category_layout\";s:6:\"_:blog\";s:32:\"show_category_heading_title_text\";s:1:\"0\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"0\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"0\";s:25:\"show_cat_num_articles_cat\";s:1:\"0\";s:20:\"num_leading_articles\";s:1:\"1\";s:18:\"num_intro_articles\";s:2:\"10\";s:11:\"num_columns\";s:1:\"1\";s:9:\"num_links\";s:1:\"0\";s:18:\"multi_column_order\";s:1:\"0\";s:24:\"show_subcategory_content\";s:1:\"1\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"0\";s:16:\"list_show_author\";s:1:\"0\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"order\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"0\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:418;s:8:\"ordering\";i:3;s:8:\"category\";s:10:\"Main Pages\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:14:\"2:professional\";s:7:\"catslug\";s:12:\"8:main-pages\";s:6:\"author\";s:13:\"Administrator\";s:6:\"layout\";s:7:\"article\";s:7:\"context\";s:19:\"com_content.article\";s:10:\"metaauthor\";N;}i:4;N;i:5;a:5:{i:1;a:3:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";i:2;s:2:\"id\";}i:2;a:2:{i:0;s:7:\"summary\";i:1;s:4:\"body\";}i:3;a:8:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:7:\"metakey\";i:4;s:8:\"metadesc\";i:5;s:10:\"metaauthor\";i:6;s:6:\"author\";i:7;s:16:\"created_by_alias\";}i:4;a:2:{i:0;s:4:\"path\";i:1;s:5:\"alias\";}i:5;a:1:{i:0;s:8:\"comments\";}}i:6;s:1:\"*\";i:7;N;i:8;N;i:9;s:19:\"2015-01-03 23:20:31\";i:10;N;i:11;s:67:\"index.php?option=com_content&view=article&id=2:professional&catid=8\";i:12;N;i:13;s:19:\"2015-01-03 23:20:31\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrator\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:10:\"Main Pages\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:12:\"Professional\";i:17;i:4;i:18;s:46:\"index.php?option=com_content&view=article&id=2\";}');
/*!40000 ALTER TABLE `ij8_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_finder_links_terms`
--

DROP TABLE IF EXISTS `ij8_finder_links_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_links_terms` (
  `link_id` int(10) unsigned NOT NULL,
  `term_id` int(10) unsigned NOT NULL,
  `weight` float unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`link_id`,`term_id`),
  KEY `idx_term_weight` (`term_id`,`weight`),
  KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_links_terms`
--

LOCK TABLES `ij8_finder_links_terms` WRITE;
/*!40000 ALTER TABLE `ij8_finder_links_terms` DISABLE KEYS */;
INSERT INTO `ij8_finder_links_terms` VALUES (3,1,0.07),(1,1,0.17),(1,2,0.09338),(3,2,1.35401),(1,3,0.46662),(3,3,0.46662),(1,4,0.37331),(1,5,1.04004),(3,5,1.04004),(1,6,0.14),(3,6,0.42),(1,7,0.09331),(1,8,0.09331),(3,8,0.09331),(1,9,0.14),(3,9,17.5),(1,10,0.14),(1,11,0.09331),(3,11,0.74648),(1,12,0.09331),(3,12,0.09331),(1,13,0.14),(1,14,0.18669),(2,14,0.98679),(1,15,0.14),(1,16,0.14),(3,16,0.14),(1,17,0.32669),(1,18,0.37331),(1,19,0.32669),(3,19,1.30676),(1,20,0.46669),(1,21,0.23331),(1,22,0.42),(1,23,0.32669),(1,24,0.14),(1,25,0.37338),(1,26,0.14),(3,26,5.6),(1,27,0.28),(1,28,0.23331),(1,29,0.98679),(1,30,0.04669),(3,30,0.18676),(1,31,0.09331),(1,32,0.37324),(3,32,2.98592),(1,33,0.51331),(1,34,0.37331),(1,35,0.23331),(1,36,0.18669),(1,37,0.18669),(1,38,0.18669),(1,39,0.18669),(1,40,0.28),(1,41,0.18669),(1,42,0.18669),(3,42,0.56007),(1,43,0.18669),(3,43,0.37338),(1,44,0.42),(3,44,0.42),(1,45,0.27993),(1,46,0.27993),(1,47,0.09331),(3,47,5.41198),(1,48,0.37324),(3,48,1.02641),(1,49,0.18669),(1,50,0.23331),(3,50,0.23331),(1,51,0.23331),(3,51,0.69993),(1,52,0.23331),(1,53,0.37331),(1,54,0.37331),(3,54,0.37331),(1,55,0.28),(1,56,0.28),(1,57,0.56),(3,57,5.2),(1,58,0.74662),(3,58,1.86655),(1,59,0.28),(1,60,0.18669),(1,61,0.23331),(1,62,0.28),(1,63,0.37338),(1,64,0.42),(3,64,5.88),(1,65,0.37338),(3,65,0.56007),(1,66,0.14),(3,66,6.58),(1,67,0.23331),(1,68,0.56),(3,68,0.56),(1,69,0.37338),(3,69,0.93345),(1,70,0.46655),(3,70,3.45247),(1,71,0.23331),(1,72,0.14),(1,73,0.32669),(1,74,0.23331),(1,75,0.18669),(3,75,0.56007),(1,76,0.18669),(1,77,0.32669),(3,77,0.32669),(1,78,0.37331),(1,79,0.14),(1,80,0.23331),(1,81,0.28),(2,82,0.17),(3,83,0.14),(3,84,0.14),(3,85,0.09331),(3,86,0.17),(3,87,0.21),(3,88,0.28),(3,89,0.23331),(3,90,0.28),(3,91,0.84),(3,92,1.96),(3,93,1.4),(3,94,1.96),(3,95,0.56),(3,96,0.56),(3,97,0.56),(3,98,0.18669),(3,99,0.21),(3,100,0.14),(3,101,0.21),(3,102,0.21),(3,103,0.21),(3,104,0.21),(3,105,0.14),(3,106,0.21),(3,107,0.14),(3,108,0.18669),(3,109,0.21),(3,110,0.14),(3,111,0.18669),(3,112,0.28),(3,113,1.11993),(3,114,0.60669),(3,115,0.46669),(3,116,0.28),(3,117,0.56),(3,118,0.37331),(3,119,0.37331),(3,120,0.51331),(3,121,0.56),(3,122,0.46669),(3,123,0.37331),(3,124,0.37331),(3,125,0.37331),(3,126,0.23331),(3,127,0.46669),(3,128,1.95993),(3,129,1.30662),(3,130,0.65331),(3,131,0.23331),(3,132,0.37331),(3,133,0.28),(3,134,0.98007),(3,135,0.37331),(3,136,1.26),(3,137,0.42),(3,138,0.32669),(3,139,0.14),(3,140,0.37331),(3,141,0.32669),(3,142,0.32669),(3,143,0.42),(3,145,0.37331),(3,146,0.42),(3,147,0.28),(3,148,0.23331),(3,149,1.49324),(3,150,0.56),(3,151,0.32669),(3,152,0.28),(3,153,0.51331),(3,154,0.56),(3,155,0.46669),(3,156,1.02662),(3,157,0.56),(3,158,0.98007),(3,159,0.51331),(3,160,0.37338),(3,161,0.42),(3,162,0.56),(3,163,0.32669),(3,164,1.12),(3,165,0.28),(3,166,0.83979),(3,167,0.37331),(3,168,0.37338),(3,169,0.32669),(3,170,0.74662),(3,171,0.37331),(3,172,0.46669),(3,173,2.1),(3,174,0.37331),(3,175,0.46669),(3,176,0.51331),(3,178,0.37331),(3,179,0.23331),(3,180,0.28),(3,181,0.32669),(3,182,0.84),(3,183,4.20021),(3,184,0.46669),(3,185,0.37331),(3,186,0.37331),(3,187,0.46669),(3,188,0.7),(3,189,0.32669),(3,190,0.18669),(3,191,0.23331),(3,192,0.28),(3,193,0.28),(3,194,0.65338),(3,195,0.37331),(3,196,0.28),(3,197,0.23331),(3,198,0.18669),(3,199,0.37338),(3,200,0.32669),(3,201,0.23331),(3,202,0.09331),(3,203,0.28),(3,204,1.30676),(3,206,0.69993),(3,207,0.37331),(3,208,0.23331),(3,209,1.11993),(3,210,0.46669),(3,211,1.02641),(3,212,0.18676),(3,213,0.42),(3,214,0.37331),(3,215,0.51331),(3,216,0.74662),(3,217,0.46662),(3,218,0.84),(3,219,0.32669),(3,221,0.14),(3,222,0.56),(3,223,0.93324),(3,224,0.37331),(3,225,0.32669),(3,226,0.28),(3,227,0.46662),(3,228,0.46662),(3,230,0.42),(3,231,0.32669),(3,232,0.28),(3,233,0.28),(3,234,0.09331),(3,235,0.60669),(3,236,0.93345),(3,237,0.93338),(3,238,0.65338),(3,239,0.51331),(3,240,1.86676),(3,242,0.84),(3,243,0.32669),(3,244,0.46669),(3,245,0.32669),(3,246,0.46669),(3,247,0.42),(3,248,0.46669),(3,249,0.74662),(3,250,0.37331),(3,251,0.32669),(3,252,0.37331),(3,253,0.98007),(3,254,0.42),(3,255,2.33345),(3,256,0.42),(3,257,0.51331),(3,258,0.56),(3,259,0.28),(3,260,0.65331),(3,261,0.51331),(3,262,0.56),(3,263,0.37331),(3,264,1.4),(3,265,0.32669),(3,266,0.42),(3,267,0.56),(3,268,0.56),(3,269,0.56),(3,270,0.56),(3,271,0.93338),(3,272,0.98007),(3,273,0.93338),(3,274,0.46669),(3,275,0.51331),(3,276,0.37331),(3,277,0.51331),(3,278,0.46669),(3,279,0.56),(3,280,1.02662),(3,281,0.56007),(3,282,0.18669),(3,283,0.42),(3,284,0.51331),(3,285,0.65331),(3,286,0.37338),(3,287,0.28),(3,288,0.56),(3,289,0.93338),(3,290,0.18669),(3,291,0.32669),(3,292,0.74662),(3,293,0.46669),(3,294,0.18669),(3,295,0.37331),(3,296,0.23331),(3,297,0.28),(3,298,0.14),(3,299,0.28),(3,300,0.14),(3,301,0.42),(3,303,0.46669),(3,304,0.42),(3,305,1.30683),(3,306,0.84),(3,307,0.37331),(3,308,0.28),(3,309,0.93338),(3,310,1.40007),(3,311,0.56),(3,312,0.37331),(3,313,0.28),(3,314,0.37331),(3,315,4.48),(3,316,0.37331),(3,317,0.32669),(3,318,0.46669),(3,319,1.30676),(3,320,0.42),(3,321,7.69965),(3,322,0.7),(3,323,0.56),(3,324,0.98007),(3,326,0.56),(3,327,0.74662),(3,328,0.51331),(3,329,0.60669),(3,330,0.32669),(3,331,0.51331),(3,332,0.56),(3,333,0.32669),(3,334,0.60669),(3,335,0.42),(3,336,0.18669),(3,337,0.37331),(3,339,0.28),(3,341,0.28),(3,342,0.65338),(3,343,0.51331),(3,344,0.74662),(3,345,0.04669),(3,346,0.37338),(3,347,0.18669),(3,348,0.37331),(3,349,0.32669),(3,350,0.84),(3,351,0.42),(3,353,0.46669),(3,355,0.32669),(3,356,0.46669),(3,357,0.51331),(3,358,0.37331),(3,359,0.37331),(3,360,1.26),(3,361,3.35979),(3,362,0.46669),(3,363,6.67303),(3,364,0.7),(3,365,0.7),(3,366,0.84),(3,367,0.56),(3,368,1.02662),(3,370,0.42),(3,371,2.52),(3,372,0.7),(3,373,0.14),(3,374,0.93338),(3,375,2.56641),(3,376,0.56),(3,377,0.74662),(3,378,0.46669),(3,379,0.93338),(3,380,0.65338),(3,381,0.74662),(3,382,0.84),(3,383,0.37331),(3,384,0.56),(3,385,4.20021),(3,386,1.12),(3,387,0.7),(3,388,1.02662),(3,389,0.32669),(3,390,0.28),(3,391,0.32669),(3,392,0.32669),(3,393,0.37331),(3,394,0.42),(3,395,0.18669),(3,396,0.18669),(3,397,0.18669),(3,398,0.98007),(3,400,0.18669),(3,401,0.23331),(3,402,0.74662),(3,403,0.42),(3,404,0.37331),(3,405,0.37338),(3,406,0.42),(3,407,0.46669),(3,408,0.18669),(3,411,1.16655),(3,412,0.23331),(3,413,0.65338),(3,414,0.84),(3,415,0.69993),(3,416,0.42),(3,417,0.32669),(3,418,0.28),(3,420,0.56),(3,421,0.18669),(3,422,0.93338),(3,423,0.93338),(3,424,1.49352),(3,426,1.86676),(3,427,1.21338),(3,428,0.04669),(3,429,0.37338),(3,430,1.30676),(3,431,0.37331),(3,432,0.32669),(3,433,0.42),(3,434,0.37331),(3,435,0.18669),(3,436,0.56),(3,437,0.56),(3,438,0.28),(3,439,1.49324),(3,440,0.37331),(3,441,0.46669),(3,442,0.56),(3,443,0.69993),(3,444,0.42),(3,445,0.56),(3,446,3.35979),(3,448,0.18669),(3,450,0.18669),(3,451,0.46669),(3,452,0.18669),(3,453,0.18669),(3,454,0.18669),(3,455,0.46662),(3,456,0.18669),(3,457,0.93324),(3,458,0.7),(3,459,0.7),(3,460,0.23331),(3,461,0.18669),(3,462,0.09331),(3,463,0.28),(3,464,0.18669),(3,465,1.68),(3,466,3.26655),(3,467,0.51331),(3,468,0.32669),(3,469,0.14),(3,470,0.56),(3,471,0.42),(3,472,0.14),(3,473,0.37331),(3,474,0.37331),(3,475,1.68),(3,476,1.53993),(3,477,0.46669),(3,478,0.37331),(3,479,0.60669),(3,480,0.32669),(3,481,0.37331),(3,482,0.23331),(3,483,0.65338),(3,484,0.56),(3,485,0.32669),(3,486,0.42),(3,487,0.46669),(3,488,1.02662),(3,489,1.4),(3,490,0.56),(3,491,0.37331),(3,492,0.84),(3,493,1.53993),(3,494,0.51331),(3,495,0.51331),(3,497,0.51331),(3,498,0.7),(3,499,1.68),(3,500,0.46669),(3,501,0.46669),(3,502,0.60669),(3,503,0.32669),(3,504,0.7),(3,505,0.42),(3,506,0.56),(3,507,0.84),(3,508,0.32669),(3,509,0.32669),(3,510,0.09331),(3,511,0.18662),(3,512,0.42),(3,513,0.46669),(3,514,0.46669),(3,515,0.32669),(3,516,0.18669),(3,517,0.18669),(3,518,0.14),(3,519,0.32669),(3,520,0.18669),(3,521,0.46669),(3,522,0.84),(3,523,0.37331),(3,524,2.80014),(3,525,0.23331),(3,526,0.28),(3,527,0.28),(3,528,0.23331),(3,529,2.61366),(3,530,0.93338),(3,531,0.46662),(3,532,0.37331),(3,533,0.14),(3,534,0.56),(3,535,0.69993),(3,537,0.42),(3,538,0.37338),(3,539,0.51331),(3,540,0.28),(3,541,4.85394),(3,542,0.37331),(3,543,0.18669),(3,544,0.14),(3,545,0.37338),(3,546,0.23331),(3,547,0.74662),(3,548,0.37331),(3,549,0.18669),(3,550,0.18669),(3,551,0.42),(3,552,0.37331),(3,553,0.28),(3,554,0.32669),(3,555,0.37331),(3,556,0.84),(3,557,0.32669),(3,558,1.11993),(3,559,0.46669),(3,560,2.05324),(3,561,0.28),(3,562,1.12),(3,563,0.32669),(3,564,1.40007),(3,565,0.32669),(3,566,0.56),(3,567,1.82007),(3,568,0.23331),(3,569,0.37331),(3,570,0.42),(3,571,0.37331),(3,572,0.37338),(3,573,1.02662),(3,574,0.84),(3,575,2.8),(3,577,0.18662),(3,578,0.37331),(3,579,0.51331),(3,580,2.80014),(3,581,0.84),(3,582,0.46669),(3,583,0.51331),(3,584,2.24),(3,585,0.46662),(3,586,0.18669),(3,587,0.56),(3,589,0.65338),(3,590,0.28),(3,591,0.51331),(3,592,0.42),(3,594,0.32669),(3,596,0.65338),(3,597,0.28),(3,598,0.46662),(3,599,1.11993),(3,600,0.56),(3,603,0.28),(3,604,0.46669),(3,605,0.18669),(3,606,0.18669),(3,607,0.84),(3,608,0.46669),(3,609,0.28),(3,610,0.18662),(3,611,0.7),(3,612,1.86655),(3,613,0.65338),(3,614,0.42),(3,615,0.28),(3,616,0.37338),(3,617,0.37331),(3,618,0.65331),(3,619,0.23331),(3,620,0.42),(3,621,0.14),(3,622,0.65338),(3,623,0.93338),(3,624,1.4),(3,625,0.65338),(3,626,0.28),(3,627,0.69993),(3,628,0.23331),(3,629,0.37331),(3,630,0.37331),(3,631,0.46655),(3,632,0.28),(3,633,0.28),(3,634,0.42),(3,635,0.46669),(3,636,0.28),(3,637,0.23331),(3,638,0.56),(3,639,0.32669),(3,640,0.32669),(3,641,0.14),(3,642,0.46669),(3,643,0.32669),(3,644,0.37338),(3,645,0.32669),(3,646,0.46669),(3,647,0.32669),(3,648,0.84),(3,649,0.42),(3,650,0.51331),(3,651,0.93338),(3,652,0.32669),(3,653,0.46669),(3,654,0.09331),(3,655,0.28),(3,656,0.60669),(3,657,1.11993),(3,658,0.46669),(3,660,0.51331),(3,661,0.37331),(3,662,0.14),(3,663,0.18669),(3,664,0.37331),(3,665,0.46662),(3,666,0.23331),(3,667,0.23331),(3,668,0.37331),(3,669,0.74662),(3,670,0.28),(3,671,1.4),(3,672,0.65338),(3,673,2.56655),(3,674,0.93338),(3,675,0.28),(3,676,0.56),(3,677,0.84),(3,678,1.12),(3,679,0.23331),(3,680,0.28),(3,681,0.28),(3,682,0.14),(3,683,0.74662),(3,684,0.32669),(3,685,0.09331),(3,686,0.18669),(3,687,0.32669),(3,688,1.11993),(3,689,0.37331),(3,690,0.84),(3,691,0.18669),(3,692,0.37331),(3,693,0.7),(3,694,0.42),(3,695,0.42),(3,696,1.11993),(3,697,0.51331),(3,698,0.32669),(3,699,3.59359),(3,700,0.56),(3,701,0.60669),(3,702,0.42),(3,703,1.11993),(3,704,0.65338),(3,705,0.32669),(3,706,0.46662),(3,707,0.98007),(3,708,0.65338),(3,709,0.37331),(3,710,0.46669),(3,711,0.46669),(3,712,0.32669),(3,713,0.42),(3,714,0.46669),(3,715,0.32669),(3,716,0.65338),(3,717,0.93338),(3,718,1.68),(3,719,4.2),(3,720,0.51331),(3,721,0.46669),(3,722,0.98007),(3,723,1.30676),(3,724,1.53993),(3,725,0.37331),(3,726,0.98007),(3,727,0.65338),(3,728,0.51331),(3,729,0.46669),(3,730,0.37331),(3,731,0.42),(3,732,0.93338),(3,733,0.32669),(3,734,0.37331),(3,736,0.56),(3,737,0.51331),(3,738,1.96014),(3,739,0.14),(3,740,0.93338),(3,741,0.37331),(3,742,0.28),(3,743,0.28),(3,744,0.60669),(3,745,0.32669),(3,746,1.12),(3,747,0.14),(3,748,0.37331),(3,749,0.18669),(3,750,0.42),(3,751,0.46669),(3,752,0.32669),(3,753,0.32669),(3,754,0.42),(3,756,0.32669),(3,757,0.37331),(3,758,0.23331),(3,759,0.46669),(3,760,1.21338),(3,761,0.51331),(3,762,0.28),(3,763,0.37331),(3,764,0.56),(3,765,0.32669),(3,766,0.65331),(3,767,0.7),(3,768,0.42),(3,769,1.53993),(3,770,1.68),(3,771,3.35979),(3,772,0.51331),(3,773,1.02662),(3,774,0.32669),(3,775,0.28),(3,777,0.23331),(3,779,0.46662),(3,780,0.32669),(3,781,2.61317),(3,782,0.23331),(3,784,0.14),(3,785,0.46669),(3,786,0.18669),(3,787,0.37338),(3,788,0.37338),(3,789,0.18669),(3,790,0.28),(3,791,0.18669),(3,792,0.28),(3,793,0.23331),(3,794,0.23331),(3,796,0.56),(3,797,0.09331),(3,798,0.42),(3,799,0.32669),(3,800,0.84),(3,801,0.37331),(3,802,0.56),(3,803,0.32669),(3,804,0.60669),(3,805,0.74662),(3,806,0.23331),(3,807,2.52),(3,808,0.37331),(3,809,0.98007),(3,810,0.14),(3,811,0.32669),(3,812,0.32669),(3,813,1.11993),(3,814,0.28),(3,815,0.18669),(3,816,0.65331),(3,817,0.32669),(3,818,0.28),(3,819,0.84),(3,820,1.11993),(3,821,0.74662),(3,822,0.56),(3,823,0.32669),(3,824,0.37331),(3,825,0.46669),(3,826,0.23331),(3,827,2.80014),(3,828,0.74662),(3,829,0.23331),(3,830,0.56),(3,831,0.23331),(3,832,0.28),(3,833,0.37331),(3,834,0.32669),(3,835,5.97296),(3,836,0.46669),(3,837,0.32669),(3,838,0.28),(3,839,0.32669),(3,840,1.16655),(3,841,0.32669),(3,842,0.32669),(3,843,0.42),(3,844,1.21338),(3,845,0.65331),(3,846,0.32669),(3,847,0.37331),(3,848,1.12),(3,849,0.37331),(3,850,0.23331),(3,851,0.32669),(3,852,0.37331),(3,853,0.93324),(3,854,0.42),(3,855,0.28),(3,856,0.46662),(3,858,0.28),(3,859,0.42),(3,860,0.32669),(3,861,0.46669),(3,862,0.37331),(3,863,0.42),(3,864,0.42),(3,865,0.56),(3,866,0.46669),(3,867,2.61352),(3,868,4.10641),(3,869,0.14),(3,870,0.7),(3,871,0.32669),(3,872,0.37331),(3,873,0.37331),(3,874,0.56007),(3,875,0.37331),(3,876,0.46662),(3,877,0.23331),(3,878,0.42),(3,879,0.65331),(3,880,0.46669),(3,881,1.12),(3,882,0.60669),(3,883,2.61352),(3,884,0.84),(3,885,0.93338),(3,886,0.37331),(3,887,1.11993),(3,888,0.51331),(3,889,4.48),(3,890,3.59359),(3,891,0.09338),(3,892,0.32669),(3,893,0.28),(3,894,0.23331),(3,895,0.69993),(3,896,1.11993),(3,897,1.12014),(3,898,0.23331),(3,899,0.42),(3,900,1.68),(3,901,0.93338),(3,902,0.42),(3,903,0.37331),(3,904,5.78739),(3,906,0.32669),(3,907,0.18669),(3,908,0.46662),(3,909,0.51331),(3,910,0.56),(3,912,0.84),(3,913,0.23331),(3,914,2.61352),(3,915,0.46669),(3,916,0.28),(3,917,0.18669),(3,918,0.18669),(3,919,0.65331),(3,920,0.7),(3,921,0.51331),(3,922,1.26),(3,923,1.63317),(3,924,0.56),(3,925,0.18669),(3,926,0.69993),(3,927,0.74662),(3,928,0.65331),(3,929,0.51331),(3,930,0.32669),(3,931,0.56),(3,932,0.46662),(3,933,0.37331),(3,934,0.42),(3,935,0.37331),(3,936,0.42),(3,937,0.32669),(3,938,0.9331),(3,939,0.28),(3,941,0.7),(3,942,1.21338),(3,943,0.56),(3,944,0.60669),(3,945,0.28),(3,947,4.20021),(3,948,0.42),(3,949,0.37338),(3,950,0.46662),(3,951,0.09331),(3,952,0.18669),(3,953,0.28),(3,954,0.46662),(3,955,0.93324),(3,956,0.32669),(3,958,1.11993),(3,959,0.46669),(3,960,2.33345),(3,961,0.32669),(3,962,0.98007),(3,963,1.30676),(3,964,1.11993),(3,965,0.32669),(3,966,0.32669),(3,967,5.04),(3,968,0.23331),(3,969,0.28),(3,970,0.14),(3,971,0.42),(3,972,0.46662),(3,973,0.32669),(3,974,0.28),(3,975,0.84),(3,976,0.46669),(3,977,0.32669),(3,978,0.56),(3,979,0.14),(3,980,0.18669),(3,981,0.56),(3,982,0.18669),(3,983,0.51331),(3,984,0.56007),(3,985,0.23331),(3,986,0.46662),(3,987,0.42),(3,988,0.28),(3,989,0.14),(3,990,0.60669),(3,991,0.28),(3,992,0.60669),(3,993,4.85394),(3,994,0.93345),(3,995,0.37331),(3,996,0.37331),(3,997,0.84),(3,998,0.32669),(3,999,0.51331),(3,1000,0.32669),(3,1001,0.28),(3,1002,0.37331),(3,1003,0.65338),(3,1004,0.56),(3,1005,0.32669),(3,1006,0.28),(3,1007,0.46669),(3,1008,0.23331),(3,1009,0.42),(3,1010,0.7),(3,1011,0.46669),(3,1012,0.56),(3,1013,0.42),(3,1014,0.23331),(3,1015,0.14),(3,1016,0.23331),(3,1017,0.37331),(3,1018,0.23331),(3,1019,0.28),(3,1020,0.42),(3,1021,0.37331),(3,1022,0.65331),(3,1023,0.56),(3,1024,0.60669),(3,1025,0.7),(3,1026,0.42),(3,1027,0.37331),(3,1028,0.37331),(3,1029,0.28),(3,1030,0.28),(3,1031,0.18669),(3,1032,0.04669),(3,1033,0.42),(3,1034,0.23331),(3,1035,0.51331),(3,1036,0.56),(3,1037,0.18669),(3,1038,0.42),(3,1039,0.14),(3,1040,0.28),(3,1041,0.07),(3,1042,0.14),(3,1043,0.42),(3,1044,0.37331),(3,1045,0.60669),(3,1046,0.42),(3,1047,0.37331),(3,1048,0.14),(3,1049,0.28),(3,1050,0.32669),(3,1051,0.51331),(3,1052,0.46669),(3,1053,0.60669),(3,1054,0.28),(3,1055,0.32669),(3,1056,0.37331),(3,1057,0.46669),(3,1058,0.42),(3,1059,0.42),(3,1060,0.32669),(3,1061,0.42),(3,1062,0.46669),(3,1063,0.46662),(3,1064,0.14),(3,1065,0.28),(3,1066,0.14),(3,1067,0.28),(3,1068,0.60669),(3,1069,0.28),(3,1070,0.42),(3,1071,0.46669),(3,1072,0.46662),(3,1073,0.32669),(3,1074,0.32669),(3,1075,0.09331),(3,1076,0.14),(3,1077,1.02662),(3,1078,0.65338),(3,1079,0.32669),(3,1080,0.37331),(3,1081,0.37331),(3,1082,0.46669),(3,1083,0.37331),(3,1084,0.37331),(3,1085,0.51331),(3,1086,0.37331),(3,1087,0.28),(3,1088,0.28),(3,1089,0.46669),(3,1090,0.51331),(3,1091,0.14),(3,1092,0.32669),(3,1093,0.51331),(3,1094,0.28),(3,1095,0.28),(3,1096,0.42),(3,1097,0.65331),(3,1098,0.51331),(3,1099,0.32669),(3,1100,0.42),(3,1101,0.56),(3,1102,0.28),(3,1103,0.42),(3,1104,0.23331),(3,1105,0.14),(3,1106,0.28),(3,1107,0.14),(3,1108,0.18669),(3,1109,0.18669),(3,1110,0.32669),(3,1111,0.14),(3,1112,0.46669),(3,1113,0.46669),(3,1114,0.60669),(3,1115,0.18669),(3,1116,0.32669),(3,1117,0.18669),(3,1118,0.42),(3,1119,0.37331),(3,1120,0.46669),(3,1121,0.28),(3,1128,0.28),(3,1129,0.46669),(3,1130,0.37331),(3,1131,0.18669),(3,1132,0.14),(3,1133,0.46669);
/*!40000 ALTER TABLE `ij8_finder_links_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_finder_logging`
--

DROP TABLE IF EXISTS `ij8_finder_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_logging` (
  `searchterm` varchar(255) NOT NULL DEFAULT '',
  `md5sum` varchar(32) NOT NULL DEFAULT '',
  `query` blob NOT NULL,
  `hits` int(11) NOT NULL DEFAULT 1,
  `results` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`md5sum`),
  KEY `searchterm` (`searchterm`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_logging`
--

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

--
-- Table structure for table `ij8_finder_taxonomy`
--

DROP TABLE IF EXISTS `ij8_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_taxonomy` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) unsigned NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) NOT NULL DEFAULT '',
  `state` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `access` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_access` (`access`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_language` (`language`),
  KEY `idx_parent_published` (`parent_id`,`state`,`access`),
  KEY `idx_level` (`level`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_taxonomy`
--

LOCK TABLES `ij8_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `ij8_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `ij8_finder_taxonomy` VALUES (1,0,0,19,0,'','ROOT','root',1,1,'*'),(2,1,1,6,1,'type','Type','type',1,1,''),(3,2,2,3,2,'type/article','Article','article',1,1,''),(4,1,7,10,1,'author','Author','author',1,1,''),(5,4,8,9,2,'author/administrator','Administrator','administrator',1,1,''),(6,1,11,14,1,'category','Category','category',1,1,''),(7,6,12,13,2,'category/main-pages','Main Pages','main-pages',1,1,'*'),(8,1,15,18,1,'language','Language','language',1,1,''),(9,8,16,17,2,'language/faef360113599eb6a0282d981cc199d8','*','faef360113599eb6a0282d981cc199d8',1,1,''),(10,2,4,5,2,'type/category','Category','category',1,1,'');
/*!40000 ALTER TABLE `ij8_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `ij8_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_taxonomy_map` (
  `link_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`link_id`,`node_id`),
  KEY `link_id` (`link_id`),
  KEY `node_id` (`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_taxonomy_map`
--

LOCK TABLES `ij8_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `ij8_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `ij8_finder_taxonomy_map` VALUES (1,3),(1,5),(1,7),(1,9),(2,9),(2,10),(3,3),(3,5),(3,7),(3,9);
/*!40000 ALTER TABLE `ij8_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_finder_terms`
--

DROP TABLE IF EXISTS `ij8_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_terms` (
  `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `common` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `weight` float unsigned NOT NULL DEFAULT 0,
  `soundex` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `links` int(10) NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `idx_term_language` (`term`,`language`),
  KEY `idx_term_phrase` (`term`,`phrase`),
  KEY `idx_stem_phrase` (`stem`,`phrase`),
  KEY `idx_soundex_phrase` (`soundex`,`phrase`),
  KEY `idx_stem` (`stem`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=1134 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_terms`
--

LOCK TABLES `ij8_finder_terms` WRITE;
/*!40000 ALTER TABLE `ij8_finder_terms` DISABLE KEYS */;
INSERT INTO `ij8_finder_terms` VALUES (1,'1','1',0,0,0.1,'',12,'*'),(2,'a','a',0,0,0.0667,'A000',12,'*'),(3,'about','about',0,0,0.3333,'A130',12,'*'),(4,'addition','addition',0,0,0.5333,'A350',3,'*'),(5,'administrator','administrator',0,0,0.8667,'A3523636',12,'*'),(6,'all','all',0,0,0.2,'A400',12,'*'),(7,'am','am',0,0,0.1333,'A500',3,'*'),(8,'an','an',0,0,0.1333,'A500',12,'*'),(9,'and','and',0,0,0.2,'A530',12,'*'),(10,'are','are',0,0,0.2,'A600',3,'*'),(11,'at','at',0,0,0.1333,'A300',12,'*'),(12,'be','be',0,0,0.1333,'B000',12,'*'),(13,'bio','bio',0,0,0.2,'B000',3,'*'),(14,'blog','blog',0,0,0.2667,'B420',4,'*'),(15,'can','can',0,0,0.2,'C500',3,'*'),(16,'com','com',0,0,0.2,'C500',12,'*'),(17,'content','content',0,0,0.4667,'C5353',3,'*'),(18,'detailed','detailed',0,0,0.5333,'D430',3,'*'),(19,'digital','digital',0,0,0.4667,'D234',12,'*'),(20,'documented','documented',0,0,0.6667,'D253',3,'*'),(21,'email','email',0,0,0.3333,'E540',3,'*'),(22,'endeavors','endeavors',0,0,0.6,'E53162',3,'*'),(23,'example','example',0,0,0.4667,'E2514',3,'*'),(24,'few','few',0,0,0.2,'F000',3,'*'),(25,'find','find',0,0,0.2667,'F530',3,'*'),(26,'for','for',0,0,0.2,'F600',12,'*'),(27,'get','get',0,0,0.2,'G300',3,'*'),(28,'hobby','hobby',0,0,0.3333,'H100',3,'*'),(29,'home','home',0,0,0.2667,'H500',3,'*'),(30,'i','i',0,0,0.0667,'I000',12,'*'),(31,'if','if',0,0,0.1333,'I100',3,'*'),(32,'in','in',0,0,0.1333,'I500',12,'*'),(33,'information','information',0,0,0.7333,'I516535',3,'*'),(34,'interest','interest',0,0,0.5333,'I53623',3,'*'),(35,'items','items',0,0,0.3333,'I352',3,'*'),(36,'keep','keep',0,0,0.2667,'K100',3,'*'),(37,'know','know',0,0,0.2667,'K500',3,'*'),(38,'like','like',0,0,0.2667,'L200',3,'*'),(39,'list','list',0,0,0.2667,'L230',3,'*'),(40,'little','little',0,0,0.4,'L340',3,'*'),(41,'main','main',0,0,0.2667,'M000',3,'*'),(42,'many','many',0,0,0.2667,'M000',12,'*'),(43,'mark','mark',0,0,0.2667,'M620',12,'*'),(44,'mark-toma','mark-toma',0,0,0.6,'M6235',12,'*'),(45,'me','me',0,0,0.1333,'M000',3,'*'),(46,'my','my',0,0,0.1333,'M000',3,'*'),(47,'of','of',0,0,0.1333,'O100',12,'*'),(48,'on','on',0,0,0.1333,'O500',12,'*'),(49,'only','only',0,0,0.2667,'O540',3,'*'),(50,'order','order',0,0,0.3333,'O636',10,'*'),(51,'other','other',0,0,0.3333,'O360',12,'*'),(52,'pages','pages',0,0,0.3333,'P200',3,'*'),(53,'periodic','periodic',0,0,0.5333,'P632',3,'*'),(54,'personal','personal',0,0,0.5333,'P6254',6,'*'),(55,'places','places',0,0,0.4,'P420',3,'*'),(56,'portal','portal',0,0,0.4,'P634',3,'*'),(57,'professional','professional',0,0,0.8,'P61254',12,'*'),(58,'projects','projects',0,0,0.5333,'P6232',12,'*'),(59,'resume','resume',0,0,0.4,'R250',3,'*'),(60,'send','send',0,0,0.2667,'S530',3,'*'),(61,'short','short',0,0,0.3333,'S630',3,'*'),(62,'simple','simple',0,0,0.4,'S514',3,'*'),(63,'site','site',0,0,0.2667,'S300',3,'*'),(64,'technical','technical',0,0,0.6,'T2524',12,'*'),(65,'that','that',0,0,0.2667,'T000',12,'*'),(66,'the','the',0,0,0.2,'T000',12,'*'),(67,'there','there',0,0,0.3333,'T600',3,'*'),(68,'things','things',0,0,0.4,'T520',11,'*'),(69,'this','this',0,0,0.2667,'T200',12,'*'),(70,'to','to',0,0,0.1333,'T000',12,'*'),(71,'touch','touch',0,0,0.3333,'T200',3,'*'),(72,'web','web',0,0,0.2,'W100',3,'*'),(73,'welcome','welcome',0,0,0.4667,'W425',3,'*'),(74,'where','where',0,0,0.3333,'W600',3,'*'),(75,'wiki','wiki',0,0,0.2667,'W200',12,'*'),(76,'will','will',0,0,0.2667,'W400',3,'*'),(77,'working','working',0,0,0.4667,'W6252',12,'*'),(78,'writings','writings',0,0,0.5333,'W6352',3,'*'),(79,'you','you',0,0,0.2,'Y000',3,'*'),(80,'you\'d','you\'d',0,0,0.3333,'Y300',3,'*'),(81,'you\'ll','you\'ll',0,0,0.4,'Y400',3,'*'),(82,'9','9',0,0,0.1,'',1,'*'),(83,'\'15','\'15',0,0,0.2,'',9,'*'),(84,'\'16','\'16',0,0,0.2,'',9,'*'),(85,'1m','1m',0,0,0.1333,'M000',9,'*'),(86,'2','2',0,0,0.1,'',9,'*'),(87,'200','200',0,0,0.3,'',9,'*'),(88,'2007','2007',0,0,0.4,'',9,'*'),(89,'200hz','200hz',0,0,0.3333,'H200',9,'*'),(90,'2011','2011',0,0,0.4,'',9,'*'),(91,'2013','2013',0,0,0.4,'',9,'*'),(92,'2014','2014',0,0,0.4,'',9,'*'),(93,'2015','2015',0,0,0.4,'',9,'*'),(94,'2016','2016',0,0,0.4,'',9,'*'),(95,'2017','2017',0,0,0.4,'',9,'*'),(96,'2020','2020',0,0,0.4,'',9,'*'),(97,'2021','2021',0,0,0.4,'',9,'*'),(98,'250k','250k',0,0,0.2667,'K000',9,'*'),(99,'277','277',0,0,0.3,'',9,'*'),(100,'3','3',0,0,0.1,'',9,'*'),(101,'311','311',0,0,0.3,'',9,'*'),(102,'334','334',0,0,0.3,'',9,'*'),(103,'376','376',0,0,0.3,'',9,'*'),(104,'4.0','4.0',0,0,0.3,'',9,'*'),(105,'40','40',0,0,0.2,'',9,'*'),(106,'5-8','5-8',0,0,0.3,'',9,'*'),(107,'50','50',0,0,0.2,'',9,'*'),(108,'50hz','50hz',0,0,0.2667,'H200',9,'*'),(109,'576','576',0,0,0.3,'',9,'*'),(110,'aas','aas',0,0,0.2,'A200',9,'*'),(111,'able','able',0,0,0.2667,'A140',9,'*'),(112,'ablove','ablove',0,0,0.4,'A141',9,'*'),(113,'academic','academic',0,0,0.5333,'A2352',9,'*'),(114,'academicsf\'13','academicsf\'13',0,0,0.8667,'A23521',9,'*'),(115,'acceptance','acceptance',0,0,0.6667,'A21352',9,'*'),(116,'access','access',0,0,0.4,'A200',9,'*'),(117,'accomplished','accomplished',0,0,0.8,'A251423',9,'*'),(118,'accounts','accounts',0,0,0.5333,'A2532',9,'*'),(119,'accuracy','accuracy',0,0,0.5333,'A262',9,'*'),(120,'acquisition','acquisition',0,0,0.7333,'A235',9,'*'),(121,'across','across',0,0,0.4,'A262',9,'*'),(122,'activities','activities',0,0,0.6667,'A23132',9,'*'),(123,'activity','activity',0,0,0.5333,'A2313',9,'*'),(124,'actuator','actuator',0,0,0.5333,'A236',9,'*'),(125,'additive','additive',0,0,0.5333,'A310',9,'*'),(126,'admif','admif',0,0,0.3333,'A351',9,'*'),(127,'administer','administer',0,0,0.6667,'A35236',9,'*'),(128,'administration','administration',0,0,0.9333,'A3523635',9,'*'),(129,'administrative','administrative',0,0,0.9333,'A3523631',9,'*'),(130,'administrators','administrators',0,0,0.9333,'A35236362',9,'*'),(131,'adobe','adobe',0,0,0.3333,'A310',9,'*'),(132,'advanced','advanced',0,0,0.5333,'A31523',9,'*'),(133,'advise','advise',0,0,0.4,'A312',9,'*'),(134,'advisor','advisor',0,0,0.4667,'A3126',9,'*'),(135,'advocate','advocate',0,0,0.5333,'A3123',9,'*'),(136,'aerospace','aerospace',0,0,0.6,'A6212',9,'*'),(137,'aesthetic','aesthetic',0,0,0.6,'A232',9,'*'),(138,'affects','affects',0,0,0.4667,'A1232',9,'*'),(139,'age','age',0,0,0.2,'A200',9,'*'),(140,'aircraft','aircraft',0,0,0.5333,'A62613',9,'*'),(141,'alcohol','alcohol',0,0,0.4667,'A424',9,'*'),(142,'algebra','algebra',0,0,0.4667,'A4216',9,'*'),(143,'algorithm','algorithm',0,0,0.6,'A42635',9,'*'),(144,'algorithms','algorithms',0,0,0.6667,'A426352',1,'*'),(145,'allocate','allocate',0,0,0.5333,'A423',9,'*'),(146,'alternate','alternate',0,0,0.6,'A43653',9,'*'),(147,'alumni','alumni',0,0,0.4,'A450',9,'*'),(148,'among','among',0,0,0.3333,'A520',9,'*'),(149,'analysis','analysis',0,0,0.5333,'A542',9,'*'),(150,'analysisfall','analysisfall',0,0,0.8,'A54214',9,'*'),(151,'analyze','analyze',0,0,0.4667,'A542',9,'*'),(152,'annual','annual',0,0,0.4,'A540',9,'*'),(153,'anticipated','anticipated',0,0,0.7333,'A53213',9,'*'),(154,'api','api',0,0,0.2,'A100',9,'*'),(155,'appliances','appliances',0,0,0.6667,'A1452',9,'*'),(156,'application','application',0,0,0.7333,'A14235',9,'*'),(157,'applications','applications',0,0,0.8,'A142352',9,'*'),(158,'applied','applied',0,0,0.4667,'A143',9,'*'),(159,'appointment','appointment',0,0,0.7333,'A15353',9,'*'),(160,'apps','apps',0,0,0.2667,'A120',9,'*'),(161,'architect','architect',0,0,0.6,'A62323',9,'*'),(162,'architecture','architecture',0,0,0.8,'A623236',8,'*'),(163,'armband','armband',0,0,0.4667,'A65153',9,'*'),(164,'armlab','armlab',0,0,0.4,'A6541',9,'*'),(165,'art','art',0,0,0.2,'A630',9,'*'),(166,'as','as',0,0,0.1333,'A200',9,'*'),(167,'as-built','as-built',0,0,0.5333,'A2143',9,'*'),(168,'asme','asme',0,0,0.2667,'A250',9,'*'),(169,'aspects','aspects',0,0,0.4667,'A21232',9,'*'),(170,'assemble','assemble',0,0,0.5333,'A2514',9,'*'),(171,'assembly','assembly',0,0,0.5333,'A2514',9,'*'),(172,'assessment','assessment',0,0,0.6667,'A253',9,'*'),(173,'assistant','assistant',0,0,0.6,'A2353',9,'*'),(174,'assisted','assisted',0,0,0.5333,'A230',9,'*'),(175,'associated','associated',0,0,0.6667,'A230',9,'*'),(176,'association','association',0,0,0.7333,'A235',9,'*'),(177,'attributes','attributes',0,0,0.6667,'A36132',4,'*'),(178,'audience','audience',0,0,0.5333,'A352',9,'*'),(179,'audit','audit',0,0,0.3333,'A300',9,'*'),(180,'aurora','aurora',0,0,0.4,'A600',9,'*'),(181,'autocad','autocad',0,0,0.4667,'A323',9,'*'),(182,'automated','automated',0,0,0.6,'A353',9,'*'),(183,'automation','automation',0,0,0.6667,'A3535',9,'*'),(184,'autonomous','autonomous',0,0,0.6667,'A352',9,'*'),(185,'autonomy','autonomy',0,0,0.5333,'A350',9,'*'),(186,'aviation','aviation',0,0,0.5333,'A135',9,'*'),(187,'background','background',0,0,0.6667,'B2653',9,'*'),(188,'backwards-compatible','backwards-compatible',0,0,1,'B263251314',9,'*'),(189,'balance','balance',0,0,0.4667,'B452',9,'*'),(190,'ball','ball',0,0,0.2667,'B400',9,'*'),(191,'based','based',0,0,0.3333,'B230',9,'*'),(192,'before','before',0,0,0.4,'B600',9,'*'),(193,'behalf','behalf',0,0,0.4,'B410',9,'*'),(194,'between','between',0,0,0.4667,'B350',9,'*'),(195,'beverage','beverage',0,0,0.5333,'B620',9,'*'),(196,'binary','binary',0,0,0.4,'B560',9,'*'),(197,'board','board',0,0,0.3333,'B630',9,'*'),(198,'body','body',0,0,0.2667,'B300',9,'*'),(199,'both','both',0,0,0.2667,'B300',9,'*'),(200,'boulder','boulder',0,0,0.4667,'B436',9,'*'),(201,'broad','broad',0,0,0.3333,'B630',9,'*'),(202,'bs','bs',0,0,0.1333,'B200',9,'*'),(203,'budget','budget',0,0,0.4,'B323',9,'*'),(204,'buffalo','buffalo',0,0,0.4667,'B400',9,'*'),(205,'bugs','bugs',0,0,0.2667,'B200',1,'*'),(206,'build','build',0,0,0.3333,'B430',9,'*'),(207,'building','building',0,0,0.5333,'B4352',9,'*'),(208,'built','built',0,0,0.3333,'B430',9,'*'),(209,'business','business',0,0,0.5333,'B252',9,'*'),(210,'businesses','businesses',0,0,0.6667,'B252',9,'*'),(211,'by','by',0,0,0.1333,'B000',9,'*'),(212,'c','c',0,0,0.0667,'C000',9,'*'),(213,'cadaveric','cadaveric',0,0,0.6,'C3162',9,'*'),(214,'calculus','calculus',0,0,0.5333,'C4242',9,'*'),(215,'calibration','calibration',0,0,0.7333,'C41635',9,'*'),(216,'campaign','campaign',0,0,0.5333,'C5125',9,'*'),(217,'canal','canal',0,0,0.3333,'C540',9,'*'),(218,'career','career',0,0,0.4,'C600',9,'*'),(219,'careers','careers',0,0,0.4667,'C620',9,'*'),(220,'cases','cases',0,0,0.3333,'C000',1,'*'),(221,'cdr','cdr',0,0,0.2,'C360',9,'*'),(222,'center','center',0,0,0.4,'C536',9,'*'),(223,'chair','chair',0,0,0.3333,'C600',9,'*'),(224,'changing','changing',0,0,0.5333,'C5252',9,'*'),(225,'chapter','chapter',0,0,0.4667,'C136',9,'*'),(226,'checks','checks',0,0,0.4,'C000',9,'*'),(227,'civil','civil',0,0,0.3333,'C140',9,'*'),(228,'class','class',0,0,0.3333,'C420',9,'*'),(229,'clean','clean',0,0,0.3333,'C450',1,'*'),(230,'clearance','clearance',0,0,0.6,'C4652',9,'*'),(231,'clemson','clemson',0,0,0.4667,'C4525',9,'*'),(232,'client','client',0,0,0.4,'C453',9,'*'),(233,'closed','closed',0,0,0.4,'C423',9,'*'),(234,'co','co',0,0,0.1333,'C000',9,'*'),(235,'co-chairapril','co-chairapril',0,0,0.8667,'C6164',9,'*'),(236,'code','code',0,0,0.2667,'C300',9,'*'),(237,'collection','collection',0,0,0.6667,'C4235',9,'*'),(238,'college','college',0,0,0.4667,'C420',9,'*'),(239,'collocation','collocation',0,0,0.7333,'C4235',9,'*'),(240,'commercial','commercial',0,0,0.6667,'C5624',9,'*'),(241,'communicates','communicates',0,0,0.8,'C5232',1,'*'),(242,'community','community',0,0,0.6,'C530',9,'*'),(243,'compare','compare',0,0,0.4667,'C516',9,'*'),(244,'completion','completion',0,0,0.6667,'C51435',9,'*'),(245,'complex','complex',0,0,0.4667,'C5142',9,'*'),(246,'compliance','compliance',0,0,0.6667,'C51452',9,'*'),(247,'component','component',0,0,0.6,'C5153',9,'*'),(248,'compromise','compromise',0,0,0.6667,'C51652',9,'*'),(249,'computer','computer',0,0,0.5333,'C5136',9,'*'),(250,'conceive','conceive',0,0,0.5333,'C521',9,'*'),(251,'concept','concept',0,0,0.4667,'C5213',9,'*'),(252,'concepts','concepts',0,0,0.5333,'C52132',9,'*'),(253,'concert','concert',0,0,0.4667,'C5263',9,'*'),(254,'conducted','conducted',0,0,0.6,'C5323',9,'*'),(255,'conference','conference',0,0,0.6667,'C51652',9,'*'),(256,'connected','connected',0,0,0.6,'C523',9,'*'),(257,'connections','connections',0,0,0.7333,'C52352',9,'*'),(258,'connectivity','connectivity',0,0,0.8,'C52313',9,'*'),(259,'conops','conops',0,0,0.4,'C512',9,'*'),(260,'considerations','considerations',0,0,0.9333,'C5236352',9,'*'),(261,'consistency','consistency',0,0,0.7333,'C52352',9,'*'),(262,'construction','construction',0,0,0.8,'C5236235',9,'*'),(263,'consumer','consumer',0,0,0.5333,'C5256',9,'*'),(264,'consumer-off-the-shelf','consumer-off-the-shelf',0,0,1,'C525613241',9,'*'),(265,'contact','contact',0,0,0.4667,'C5323',9,'*'),(266,'contained','contained',0,0,0.6,'C5353',9,'*'),(267,'continuously','continuously',0,0,0.8,'C53524',9,'*'),(268,'contract2005','contract2005',0,0,0.8,'C53623',9,'*'),(269,'contract2006','contract2006',0,0,0.8,'C53623',9,'*'),(270,'contract2011','contract2011',0,0,0.8,'C53623',9,'*'),(271,'contribute','contribute',0,0,0.6667,'C53613',9,'*'),(272,'control','control',0,0,0.4667,'C5364',9,'*'),(273,'controlled','controlled',0,0,0.6667,'C53643',9,'*'),(274,'controller','controller',0,0,0.6667,'C53646',9,'*'),(275,'controllers','controllers',0,0,0.7333,'C536462',9,'*'),(276,'controls','controls',0,0,0.5333,'C53642',9,'*'),(277,'cooperation','cooperation',0,0,0.7333,'C1635',9,'*'),(278,'coordinate','coordinate',0,0,0.6667,'C6353',9,'*'),(279,'coordination','coordination',0,0,0.8,'C63535',9,'*'),(280,'coordinator','coordinator',0,0,0.7333,'C63536',9,'*'),(281,'core','core',0,0,0.2667,'C600',9,'*'),(282,'corp','corp',0,0,0.2667,'C610',9,'*'),(283,'corporate','corporate',0,0,0.6,'C6163',9,'*'),(284,'correctness','correctness',0,0,0.7333,'C62352',9,'*'),(285,'correspondence','correspondence',0,0,0.9333,'C6215352',9,'*'),(286,'cots','cots',0,0,0.2667,'C320',9,'*'),(287,'county','county',0,0,0.4,'C530',9,'*'),(288,'course','course',0,0,0.4,'C620',9,'*'),(289,'coursework','coursework',0,0,0.6667,'C6262',9,'*'),(290,'cpnc','cpnc',0,0,0.2667,'C152',9,'*'),(291,'cracker','cracker',0,0,0.4667,'C626',9,'*'),(292,'creative','creative',0,0,0.5333,'C631',9,'*'),(293,'creativity','creativity',0,0,0.6667,'C6313',9,'*'),(294,'creo','creo',0,0,0.2667,'C600',9,'*'),(295,'critical','critical',0,0,0.5333,'C6324',9,'*'),(296,'crowd','crowd',0,0,0.3333,'C630',9,'*'),(297,'cruise','cruise',0,0,0.4,'C620',9,'*'),(298,'css','css',0,0,0.2,'C000',9,'*'),(299,'cuicar','cuicar',0,0,0.4,'C600',9,'*'),(300,'cum','cum',0,0,0.2,'C500',9,'*'),(301,'currently','currently',0,0,0.6,'C6534',9,'*'),(302,'customer','customer',0,0,0.5333,'C356',1,'*'),(303,'customer\'s','customer\'s',0,0,0.6667,'C3562',9,'*'),(304,'customers','customers',0,0,0.6,'C3562',9,'*'),(305,'data','data',0,0,0.2667,'D000',9,'*'),(306,'debugging','debugging',0,0,0.6,'D1252',9,'*'),(307,'decision','decision',0,0,0.5333,'D250',9,'*'),(308,'define','define',0,0,0.4,'D150',9,'*'),(309,'definition','definition',0,0,0.6667,'D1535',9,'*'),(310,'department','department',0,0,0.6667,'D16353',9,'*'),(311,'departmental','departmental',0,0,0.8,'D163534',9,'*'),(312,'deployed','deployed',0,0,0.5333,'D143',9,'*'),(313,'derive','derive',0,0,0.4,'D610',9,'*'),(314,'deriving','deriving',0,0,0.5333,'D6152',9,'*'),(315,'design','design',0,0,0.4,'D250',9,'*'),(316,'designed','designed',0,0,0.5333,'D253',9,'*'),(317,'designs','designs',0,0,0.4667,'D252',9,'*'),(318,'determined','determined',0,0,0.6667,'D653',9,'*'),(319,'develop','develop',0,0,0.4667,'D141',9,'*'),(320,'developed','developed',0,0,0.6,'D1413',9,'*'),(321,'development','development',0,0,0.7333,'D14153',9,'*'),(322,'development2014','development2014',0,0,1,'D14153',9,'*'),(323,'device','device',0,0,0.4,'D120',9,'*'),(324,'devices','devices',0,0,0.4667,'D120',9,'*'),(325,'diagnose','diagnose',0,0,0.5333,'D252',1,'*'),(326,'differential','differential',0,0,0.8,'D16534',9,'*'),(327,'director','director',0,0,0.5333,'D6236',9,'*'),(328,'discovering','discovering',0,0,0.7333,'D21652',9,'*'),(329,'discrepancies','discrepancies',0,0,0.8667,'D26152',9,'*'),(330,'discuss','discuss',0,0,0.4667,'D200',9,'*'),(331,'discussions','discussions',0,0,0.7333,'D252',9,'*'),(332,'distribution','distribution',0,0,0.8,'D236135',9,'*'),(333,'diverse','diverse',0,0,0.4667,'D162',9,'*'),(334,'documentation','documentation',0,0,0.8667,'D2535',9,'*'),(335,'documents','documents',0,0,0.6,'D2532',9,'*'),(336,'does','does',0,0,0.2667,'D200',9,'*'),(337,'drawings','drawings',0,0,0.5333,'D652',9,'*'),(338,'driven','driven',0,0,0.4,'D615',1,'*'),(339,'dspace','dspace',0,0,0.4,'D212',9,'*'),(340,'duplication','duplication',0,0,0.7333,'D14235',1,'*'),(341,'duties','duties',0,0,0.4,'D200',9,'*'),(342,'dynamic','dynamic',0,0,0.4667,'D520',9,'*'),(343,'dynamically','dynamically',0,0,0.7333,'D524',9,'*'),(344,'dynamics','dynamics',0,0,0.5333,'D520',9,'*'),(345,'e','e',0,0,0.0667,'E000',9,'*'),(346,'each','each',0,0,0.2667,'E200',9,'*'),(347,'east','east',0,0,0.2667,'E230',9,'*'),(348,'economic','economic',0,0,0.5333,'E252',9,'*'),(349,'educate','educate',0,0,0.4667,'E323',9,'*'),(350,'education','education',0,0,0.6,'E3235',9,'*'),(351,'effective','effective',0,0,0.6,'E1231',9,'*'),(352,'effectively','effectively',0,0,0.7333,'E12314',1,'*'),(353,'efficiency','efficiency',0,0,0.6667,'E1252',9,'*'),(354,'efficiently','efficiently',0,0,0.7333,'E12534',1,'*'),(355,'efforts','efforts',0,0,0.4667,'E1632',9,'*'),(356,'electrical','electrical',0,0,0.6667,'E423624',9,'*'),(357,'electronics','electronics',0,0,0.7333,'E423652',9,'*'),(358,'elements','elements',0,0,0.5333,'E4532',9,'*'),(359,'embedded','embedded',0,0,0.5333,'E513',9,'*'),(360,'employees','employees',0,0,0.6,'E5142',9,'*'),(361,'engineer','engineer',0,0,0.5333,'E5256',9,'*'),(362,'engineered','engineered',0,0,0.6667,'E52563',9,'*'),(363,'engineering','engineering',0,0,0.7333,'E525652',9,'*'),(364,'engineeringfebruary','engineeringfebruary',0,0,1,'E52565216',9,'*'),(365,'engineeringjune','engineeringjune',0,0,1,'E5256525',9,'*'),(366,'engineers','engineers',0,0,0.6,'E52562',9,'*'),(367,'entrepreneur','entrepreneur',0,0,0.8,'E5361656',9,'*'),(368,'environment','environment',0,0,0.7333,'E51653',9,'*'),(369,'environments','environments',0,0,0.8,'E516532',1,'*'),(370,'equations','equations',0,0,0.6,'E2352',9,'*'),(371,'equipment','equipment',0,0,0.6,'E2153',9,'*'),(372,'equipmentfebruary','equipmentfebruary',0,0,1,'E215316',9,'*'),(373,'etc','etc',0,0,0.2,'E320',9,'*'),(374,'evaluation','evaluation',0,0,0.6667,'E1435',9,'*'),(375,'event','event',0,0,0.3333,'E153',9,'*'),(376,'events','events',0,0,0.4,'E1532',9,'*'),(377,'exchange','exchange',0,0,0.5333,'E252',9,'*'),(378,'excitation','excitation',0,0,0.6667,'E235',9,'*'),(379,'executable','executable',0,0,0.6667,'E2314',9,'*'),(380,'execute','execute',0,0,0.4667,'E230',9,'*'),(381,'executed','executed',0,0,0.5333,'E230',9,'*'),(382,'execution','execution',0,0,0.6,'E235',9,'*'),(383,'existing','existing',0,0,0.5333,'E2352',9,'*'),(384,'expenditures','expenditures',0,0,0.8,'E215362',9,'*'),(385,'experience','experience',0,0,0.6667,'E21652',9,'*'),(386,'experimental','experimental',0,0,0.8,'E216534',9,'*'),(387,'experimentation','experimentation',0,0,1,'E216535',9,'*'),(388,'experiments','experiments',0,0,0.7333,'E216532',9,'*'),(389,'experts','experts',0,0,0.4667,'E21632',9,'*'),(390,'expose','expose',0,0,0.4,'E212',9,'*'),(391,'exposes','exposes',0,0,0.4667,'E212',9,'*'),(392,'express','express',0,0,0.4667,'E2162',9,'*'),(393,'extended','extended',0,0,0.5333,'E2353',9,'*'),(394,'extrinsic','extrinsic',0,0,0.6,'E23652',9,'*'),(395,'f\'13','f\'13',0,0,0.2667,'F000',9,'*'),(396,'f\'14','f\'14',0,0,0.2667,'F000',9,'*'),(397,'facs','facs',0,0,0.2667,'F200',9,'*'),(398,'faculty','faculty',0,0,0.4667,'F243',9,'*'),(399,'failure','failure',0,0,0.4667,'F460',1,'*'),(400,'fair','fair',0,0,0.2667,'F600',9,'*'),(401,'favor','favor',0,0,0.3333,'F600',9,'*'),(402,'features','features',0,0,0.5333,'F362',9,'*'),(403,'featuring','featuring',0,0,0.6,'F3652',9,'*'),(404,'february','february',0,0,0.5333,'F600',9,'*'),(405,'file','file',0,0,0.2667,'F400',9,'*'),(406,'financial','financial',0,0,0.6,'F524',9,'*'),(407,'first-ever','first-ever',0,0,0.6667,'F62316',9,'*'),(408,'five','five',0,0,0.2667,'F000',9,'*'),(409,'fix','fix',0,0,0.2,'F200',1,'*'),(410,'flight','flight',0,0,0.4,'F423',1,'*'),(411,'floor','floor',0,0,0.3333,'F460',9,'*'),(412,'focus','focus',0,0,0.3333,'F200',9,'*'),(413,'focused','focused',0,0,0.4667,'F230',9,'*'),(414,'following','following',0,0,0.6,'F452',9,'*'),(415,'force','force',0,0,0.3333,'F620',9,'*'),(416,'forums\'14','forums\'14',0,0,0.6,'F652',9,'*'),(417,'forward','forward',0,0,0.4667,'F630',9,'*'),(418,'foster','foster',0,0,0.4,'F236',9,'*'),(419,'found','found',0,0,0.3333,'F530',1,'*'),(420,'foundational','foundational',0,0,0.8,'F5354',9,'*'),(421,'four','four',0,0,0.2667,'F600',9,'*'),(422,'frameworks','frameworks',0,0,0.6667,'F6562',9,'*'),(423,'frequently','frequently',0,0,0.6667,'F62534',9,'*'),(424,'from','from',0,0,0.2667,'F650',9,'*'),(425,'function','function',0,0,0.5333,'F5235',1,'*'),(426,'functional','functional',0,0,0.6667,'F52354',9,'*'),(427,'functionality','functionality',0,0,0.8667,'F523543',9,'*'),(428,'g','g',0,0,0.0667,'G000',9,'*'),(429,'gain','gain',0,0,0.2667,'G500',9,'*'),(430,'general','general',0,0,0.4667,'G564',9,'*'),(431,'generate','generate',0,0,0.5333,'G563',9,'*'),(432,'generic','generic',0,0,0.4667,'G562',9,'*'),(433,'geometric','geometric',0,0,0.6,'G5362',9,'*'),(434,'geometry','geometry',0,0,0.5333,'G536',9,'*'),(435,'gimp','gimp',0,0,0.2667,'G510',9,'*'),(436,'github','github',0,0,0.4,'G310',9,'*'),(437,'google','google',0,0,0.4,'G400',9,'*'),(438,'graded','graded',0,0,0.4,'G630',9,'*'),(439,'graduate','graduate',0,0,0.5333,'G630',9,'*'),(440,'graphics','graphics',0,0,0.5333,'G612',9,'*'),(441,'greenville','greenville',0,0,0.6667,'G6514',9,'*'),(442,'ground','ground',0,0,0.4,'G653',9,'*'),(443,'group','group',0,0,0.3333,'G610',9,'*'),(444,'groupjuly','groupjuly',0,0,0.6,'G6124',9,'*'),(445,'growth','growth',0,0,0.4,'G630',9,'*'),(446,'hardware','hardware',0,0,0.5333,'H636',9,'*'),(447,'has','has',0,0,0.2,'H200',1,'*'),(448,'have','have',0,0,0.2667,'H100',9,'*'),(449,'health','health',0,0,0.4,'H430',1,'*'),(450,'held','held',0,0,0.2667,'H430',9,'*'),(451,'highschool','highschool',0,0,0.6667,'H240',9,'*'),(452,'hitl','hitl',0,0,0.2667,'H340',9,'*'),(453,'host','host',0,0,0.2667,'H230',9,'*'),(454,'hour','hour',0,0,0.2667,'H600',9,'*'),(455,'hours','hours',0,0,0.3333,'H620',9,'*'),(456,'html','html',0,0,0.2667,'H354',9,'*'),(457,'human','human',0,0,0.3333,'H500',9,'*'),(458,'human-in-the-loop','human-in-the-loop',0,0,1,'H5341',9,'*'),(459,'hydromechanical','hydromechanical',0,0,1,'H3652524',9,'*'),(460,'idetc','idetc',0,0,0.3333,'I320',9,'*'),(461,'ieee','ieee',0,0,0.2667,'I000',9,'*'),(462,'ii','ii',0,0,0.1333,'I000',9,'*'),(463,'iii','iii',0,0,0.2,'I000',9,'*'),(464,'iiot','iiot',0,0,0.2667,'I300',9,'*'),(465,'implement','implement',0,0,0.6,'I51453',9,'*'),(466,'implementation','implementation',0,0,0.9333,'I514535',9,'*'),(467,'implemented','implemented',0,0,0.7333,'I51453',9,'*'),(468,'improve','improve',0,0,0.4667,'I5161',9,'*'),(469,'imu','imu',0,0,0.2,'I500',9,'*'),(470,'in-the-field','in-the-field',0,0,0.8,'I53143',9,'*'),(471,'inaugural','inaugural',0,0,0.6,'I5264',9,'*'),(472,'inc','inc',0,0,0.2,'I520',9,'*'),(473,'included','included',0,0,0.5333,'I5243',9,'*'),(474,'includes','includes',0,0,0.5333,'I52432',9,'*'),(475,'including','including',0,0,0.6,'I524352',9,'*'),(476,'independent','independent',0,0,0.7333,'I5315353',9,'*'),(477,'industries','industries',0,0,0.6667,'I532362',9,'*'),(478,'industry','industry',0,0,0.5333,'I53236',9,'*'),(479,'inexperienced','inexperienced',0,0,0.8667,'I5216523',9,'*'),(480,'initial','initial',0,0,0.4667,'I534',9,'*'),(481,'inkscape','inkscape',0,0,0.5333,'I521',9,'*'),(482,'input','input',0,0,0.3333,'I513',9,'*'),(483,'insight','insight',0,0,0.4667,'I523',9,'*'),(484,'installation','installation',0,0,0.8,'I523435',9,'*'),(485,'instill','instill',0,0,0.4667,'I5234',9,'*'),(486,'institute','institute',0,0,0.6,'I523',9,'*'),(487,'instructed','instructed',0,0,0.6667,'I523623',9,'*'),(488,'instruction','instruction',0,0,0.7333,'I5236235',9,'*'),(489,'instrumentation','instrumentation',0,0,1,'I5236535',9,'*'),(490,'instrumented','instrumented',0,0,0.8,'I523653',9,'*'),(491,'integral','integral',0,0,0.5333,'I53264',9,'*'),(492,'integrate','integrate',0,0,0.6,'I53263',9,'*'),(493,'integration','integration',0,0,0.7333,'I532635',9,'*'),(494,'interacting','interacting',0,0,0.7333,'I5362352',9,'*'),(495,'interaction','interaction',0,0,0.7333,'I536235',9,'*'),(496,'interactions','interactions',0,0,0.8,'I5362352',1,'*'),(497,'interactive','interactive',0,0,0.7333,'I536231',9,'*'),(498,'interdepartmental','interdepartmental',0,0,1,'I5363163534',9,'*'),(499,'interface','interface',0,0,0.6,'I53612',9,'*'),(500,'interfaces','interfaces',0,0,0.6667,'I53612',9,'*'),(501,'internally','internally',0,0,0.6667,'I53654',9,'*'),(502,'international','international',0,0,0.8667,'I5365354',9,'*'),(503,'interns','interns',0,0,0.4667,'I53652',9,'*'),(504,'intra-abdominal','intra-abdominal',0,0,1,'I5361354',9,'*'),(505,'intrinsic','intrinsic',0,0,0.6,'I53652',9,'*'),(506,'introduction','introduction',0,0,0.8,'I5363235',9,'*'),(507,'inventory','inventory',0,0,0.6,'I51536',9,'*'),(508,'inverse','inverse',0,0,0.4667,'I5162',9,'*'),(509,'invited','invited',0,0,0.4667,'I513',9,'*'),(510,'io','io',0,0,0.1333,'I000',9,'*'),(511,'is','is',0,0,0.1333,'I200',9,'*'),(512,'iterating','iterating',0,0,0.6,'I36352',9,'*'),(513,'javascript','javascript',0,0,0.6667,'J12613',9,'*'),(514,'job-skills','job-skills',0,0,0.6667,'J1242',9,'*'),(515,'jointly','jointly',0,0,0.4667,'J534',9,'*'),(516,'jump','jump',0,0,0.2667,'J510',9,'*'),(517,'june','june',0,0,0.2667,'J500',9,'*'),(518,'key','key',0,0,0.2,'K000',9,'*'),(519,'keynote','keynote',0,0,0.4667,'K530',9,'*'),(520,'kind','kind',0,0,0.2667,'K530',9,'*'),(521,'kinematics','kinematics',0,0,0.6667,'K532',9,'*'),(522,'lab','lab',0,0,0.2,'L100',9,'*'),(523,'labatt\'s','labatt\'s',0,0,0.5333,'L132',9,'*'),(524,'laboratory','laboratory',0,0,0.6667,'L1636',9,'*'),(525,'labs\'','labs\'',0,0,0.3333,'L120',9,'*'),(526,'laptop','laptop',0,0,0.4,'L131',9,'*'),(527,'larger','larger',0,0,0.4,'L626',9,'*'),(528,'laude','laude',0,0,0.3333,'L300',9,'*'),(529,'lead','lead',0,0,0.2667,'L300',9,'*'),(530,'leadership','leadership',0,0,0.6667,'L3621',9,'*'),(531,'learn','learn',0,0,0.3333,'L650',9,'*'),(532,'learning','learning',0,0,0.5333,'L652',9,'*'),(533,'led','led',0,0,0.2,'L300',9,'*'),(534,'legacy','legacy',0,0,0.4,'L200',9,'*'),(535,'level','level',0,0,0.3333,'L140',9,'*'),(536,'leverage','leverage',0,0,0.5333,'L162',1,'*'),(537,'lifecycle','lifecycle',0,0,0.6,'L124',8,'*'),(538,'limb','limb',0,0,0.2667,'L510',9,'*'),(539,'limitations','limitations',0,0,0.7333,'L5352',9,'*'),(540,'linear','linear',0,0,0.4,'L560',9,'*'),(541,'link','link',0,0,0.2667,'L520',9,'*'),(542,'linkedin','linkedin',0,0,0.5333,'L5235',9,'*'),(543,'live','live',0,0,0.2667,'L100',9,'*'),(544,'llc','llc',0,0,0.2,'L200',9,'*'),(545,'load','load',0,0,0.2667,'L300',9,'*'),(546,'local','local',0,0,0.3333,'L240',9,'*'),(547,'lockport','lockport',0,0,0.5333,'L2163',9,'*'),(548,'logistic','logistic',0,0,0.5333,'L232',9,'*'),(549,'logs','logs',0,0,0.2667,'L200',9,'*'),(550,'loop','loop',0,0,0.2667,'L100',9,'*'),(551,'low-level','low-level',0,0,0.6,'L140',9,'*'),(552,'luncheon','luncheon',0,0,0.5333,'L525',9,'*'),(553,'m-code','m-code',0,0,0.4,'M230',9,'*'),(554,'machine','machine',0,0,0.4667,'M250',9,'*'),(555,'machines','machines',0,0,0.5333,'M252',9,'*'),(556,'mae','mae',0,0,0.2,'M000',9,'*'),(557,'mae-gsa','mae-gsa',0,0,0.4667,'M200',9,'*'),(558,'maintain','maintain',0,0,0.5333,'M350',9,'*'),(559,'maintained','maintained',0,0,0.6667,'M353',9,'*'),(560,'maintenance','maintenance',0,0,0.7333,'M352',9,'*'),(561,'making','making',0,0,0.4,'M252',9,'*'),(562,'manage','manage',0,0,0.4,'M200',9,'*'),(563,'managed','managed',0,0,0.4667,'M230',9,'*'),(564,'management','management',0,0,0.6667,'M253',9,'*'),(565,'manager','manager',0,0,0.4667,'M260',9,'*'),(566,'manipulation','manipulation',0,0,0.8,'M1435',9,'*'),(567,'manufacturing','manufacturing',0,0,0.8667,'M123652',9,'*'),(568,'maple','maple',0,0,0.3333,'M140',9,'*'),(569,'maplesim','maplesim',0,0,0.5333,'M1425',9,'*'),(570,'marketing','marketing',0,0,0.6,'M62352',9,'*'),(571,'master\'s','master\'s',0,0,0.5333,'M2362',9,'*'),(572,'math','math',0,0,0.2667,'M300',9,'*'),(573,'mathematics','mathematics',0,0,0.7333,'M3532',9,'*'),(574,'mathworks','mathworks',0,0,0.6,'M362',9,'*'),(575,'matlab','matlab',0,0,0.4,'M341',9,'*'),(576,'matters','matters',0,0,0.4667,'M362',1,'*'),(577,'md','md',0,0,0.1333,'M300',9,'*'),(578,'measured','measured',0,0,0.5333,'M263',9,'*'),(579,'measurement','measurement',0,0,0.7333,'M2653',9,'*'),(580,'mechanical','mechanical',0,0,0.6667,'M2524',9,'*'),(581,'mechanism','mechanism',0,0,0.6,'M2525',9,'*'),(582,'mechanisms','mechanisms',0,0,0.6667,'M25252',9,'*'),(583,'mechatronic','mechatronic',0,0,0.7333,'M23652',9,'*'),(584,'mechatronics','mechatronics',0,0,0.8,'M23652',9,'*'),(585,'media','media',0,0,0.3333,'M300',9,'*'),(586,'meet','meet',0,0,0.2667,'M300',9,'*'),(587,'mentor','mentor',0,0,0.4,'M360',9,'*'),(588,'methodology','methodology',0,0,0.7333,'M342',1,'*'),(589,'metrics','metrics',0,0,0.4667,'M362',9,'*'),(590,'mex','mex',0,0,0.2,'M200',9,'*'),(591,'microlabbox','microlabbox',0,0,0.7333,'M26412',9,'*'),(592,'microsoft','microsoft',0,0,0.6,'M26213',9,'*'),(593,'mid-senior','mid-senior',0,0,0.6667,'M3256',1,'*'),(594,'minimal','minimal',0,0,0.4667,'M400',9,'*'),(595,'minimizing','minimizing',0,0,0.6667,'M252',1,'*'),(596,'mission','mission',0,0,0.4667,'M250',8,'*'),(597,'mobile','mobile',0,0,0.4,'M140',9,'*'),(598,'model','model',0,0,0.3333,'M340',9,'*'),(599,'modeling','modeling',0,0,0.5333,'M3452',9,'*'),(600,'models','models',0,0,0.4,'M342',9,'*'),(601,'modern','modern',0,0,0.4,'M365',1,'*'),(602,'modularity','modularity',0,0,0.6667,'M3463',1,'*'),(603,'molson','molson',0,0,0.4,'M425',9,'*'),(604,'monitoring','monitoring',0,0,0.6667,'M3652',9,'*'),(605,'moog','moog',0,0,0.2667,'M200',9,'*'),(606,'more','more',0,0,0.2667,'M600',9,'*'),(607,'motion','motion',0,0,0.4,'M350',9,'*'),(608,'motivation','motivation',0,0,0.6667,'M3135',9,'*'),(609,'motive','motive',0,0,0.4,'M310',9,'*'),(610,'ms','ms',0,0,0.1333,'M200',9,'*'),(611,'multidisciplinary','multidisciplinary',0,0,1,'M4321456',9,'*'),(612,'multiple','multiple',0,0,0.5333,'M4314',9,'*'),(613,'muscles','muscles',0,0,0.4667,'M242',9,'*'),(614,'myo','myo',0,0,0.2,'M000',9,'*'),(615,'nature','nature',0,0,0.4,'N360',9,'*'),(616,'nccc','nccc',0,0,0.2667,'N200',9,'*'),(617,'ncccf\'10','ncccf\'10',0,0,0.5333,'N210',9,'*'),(618,'near-real-time','near-real-time',0,0,0.9333,'N6435',9,'*'),(619,'needs','needs',0,0,0.3333,'N320',9,'*'),(620,'negotiate','negotiate',0,0,0.6,'N230',9,'*'),(621,'net','net',0,0,0.2,'N300',9,'*'),(622,'network','network',0,0,0.4667,'N362',9,'*'),(623,'networking','networking',0,0,0.6667,'N36252',9,'*'),(624,'new','new',0,0,0.2,'N000',9,'*'),(625,'niagara','niagara',0,0,0.4667,'N260',9,'*'),(626,'nights','nights',0,0,0.4,'N232',9,'*'),(627,'north','north',0,0,0.3333,'N630',9,'*'),(628,'novel','novel',0,0,0.3333,'N140',9,'*'),(629,'november','november',0,0,0.5333,'N1516',9,'*'),(630,'numerous','numerous',0,0,0.5333,'N620',9,'*'),(631,'ny','ny',0,0,0.1333,'N000',9,'*'),(632,'ny2005','ny2005',0,0,0.4,'N000',9,'*'),(633,'ny2011','ny2011',0,0,0.4,'N000',9,'*'),(634,'objective','objective',0,0,0.6,'O1231',9,'*'),(635,'objectives','objectives',0,0,0.6667,'O12312',9,'*'),(636,'obtain','obtain',0,0,0.4,'O135',9,'*'),(637,'offer','offer',0,0,0.3333,'O160',9,'*'),(638,'office','office',0,0,0.4,'O120',9,'*'),(639,'offices','offices',0,0,0.4667,'O120',9,'*'),(640,'on-site','on-site',0,0,0.4667,'O523',9,'*'),(641,'one','one',0,0,0.2,'O500',9,'*'),(642,'one-on-one','one-on-one',0,0,0.6667,'O500',9,'*'),(643,'ongoing','ongoing',0,0,0.4667,'O5252',9,'*'),(644,'open','open',0,0,0.2667,'O150',9,'*'),(645,'opening','opening',0,0,0.4667,'O152',9,'*'),(646,'openoffice','openoffice',0,0,0.6667,'O1512',9,'*'),(647,'operate','operate',0,0,0.4667,'O163',9,'*'),(648,'operating','operating',0,0,0.6,'O16352',9,'*'),(649,'operation','operation',0,0,0.6,'O1635',9,'*'),(650,'operational','operational',0,0,0.7333,'O16354',9,'*'),(651,'operations','operations',0,0,0.6667,'O16352',9,'*'),(652,'optical','optical',0,0,0.4667,'O1324',9,'*'),(653,'optimizing','optimizing',0,0,0.6667,'O135252',9,'*'),(654,'or','or',0,0,0.1333,'O600',9,'*'),(655,'orders','orders',0,0,0.4,'O6362',9,'*'),(656,'organizations','organizations',0,0,0.8667,'O6252352',9,'*'),(657,'organize','organize',0,0,0.5333,'O6252',9,'*'),(658,'organizing','organizing',0,0,0.6667,'O625252',9,'*'),(659,'orgdecember','orgdecember',0,0,0.7333,'O6232516',1,'*'),(660,'orientation','orientation',0,0,0.7333,'O6535',9,'*'),(661,'original','original',0,0,0.5333,'O6254',9,'*'),(662,'our','our',0,0,0.2,'O600',9,'*'),(663,'over','over',0,0,0.2667,'O160',9,'*'),(664,'overcome','overcome',0,0,0.5333,'O1625',9,'*'),(665,'owned','owned',0,0,0.3333,'O530',9,'*'),(666,'owner','owner',0,0,0.3333,'O560',9,'*'),(667,'panel','panel',0,0,0.3333,'P540',9,'*'),(668,'parallel','parallel',0,0,0.5333,'P640',9,'*'),(669,'partners','partners',0,0,0.5333,'P63562',9,'*'),(670,'pcs','pcs',0,0,0.2,'P200',9,'*'),(671,'pelvic','pelvic',0,0,0.4,'P412',9,'*'),(672,'perform','perform',0,0,0.4667,'P6165',9,'*'),(673,'performance','performance',0,0,0.7333,'P61652',9,'*'),(674,'performing','performing',0,0,0.6667,'P61652',9,'*'),(675,'person','person',0,0,0.4,'P625',9,'*'),(676,'personalized','personalized',0,0,0.8,'P625423',9,'*'),(677,'personnel','personnel',0,0,0.6,'P6254',9,'*'),(678,'perspectives','perspectives',0,0,0.8,'P6212312',9,'*'),(679,'phase','phase',0,0,0.3333,'P200',9,'*'),(680,'phases','phases',0,0,0.4,'P200',9,'*'),(681,'phd','phd',0,0,0.2,'P300',9,'*'),(682,'php','php',0,0,0.2,'P000',9,'*'),(683,'physical','physical',0,0,0.5333,'P240',9,'*'),(684,'physics','physics',0,0,0.4667,'P200',9,'*'),(685,'pi','pi',0,0,0.1333,'P000',9,'*'),(686,'plan','plan',0,0,0.2667,'P450',9,'*'),(687,'planned','planned',0,0,0.4667,'P453',9,'*'),(688,'planning','planning',0,0,0.5333,'P452',9,'*'),(689,'platform','platform',0,0,0.5333,'P43165',9,'*'),(690,'portfolio','portfolio',0,0,0.6,'P6314',9,'*'),(691,'pose','pose',0,0,0.2667,'P200',9,'*'),(692,'position','position',0,0,0.5333,'P235',9,'*'),(693,'post-processing','post-processing',0,0,1,'P2316252',9,'*'),(694,'potential','potential',0,0,0.6,'P3534',9,'*'),(695,'practical','practical',0,0,0.6,'P62324',9,'*'),(696,'practice','practice',0,0,0.5333,'P6232',9,'*'),(697,'preparation','preparation',0,0,0.7333,'P61635',9,'*'),(698,'prepare','prepare',0,0,0.4667,'P616',9,'*'),(699,'present','present',0,0,0.4667,'P6253',9,'*'),(700,'presentation','presentation',0,0,0.8,'P62535',9,'*'),(701,'presentations','presentations',0,0,0.8667,'P625352',9,'*'),(702,'president','president',0,0,0.6,'P62353',9,'*'),(703,'pressure','pressure',0,0,0.5333,'P626',9,'*'),(704,'preview','preview',0,0,0.4667,'P610',9,'*'),(705,'primary','primary',0,0,0.4667,'P656',9,'*'),(706,'prior','prior',0,0,0.3333,'P600',9,'*'),(707,'private','private',0,0,0.4667,'P613',9,'*'),(708,'problem','problem',0,0,0.4667,'P6145',9,'*'),(709,'problems','problems',0,0,0.5333,'P61452',9,'*'),(710,'procedural','procedural',0,0,0.6667,'P62364',9,'*'),(711,'procedures','procedures',0,0,0.6667,'P62362',9,'*'),(712,'process','process',0,0,0.4667,'P620',9,'*'),(713,'processes','processes',0,0,0.6,'P620',9,'*'),(714,'processing','processing',0,0,0.6667,'P6252',9,'*'),(715,'procure','procure',0,0,0.4667,'P626',9,'*'),(716,'produce','produce',0,0,0.4667,'P632',9,'*'),(717,'production','production',0,0,0.6667,'P63235',9,'*'),(718,'productivity','productivity',0,0,0.8,'P632313',9,'*'),(719,'professor','professor',0,0,0.6,'P6126',9,'*'),(720,'professor\'s','professor\'s',0,0,0.7333,'P61262',9,'*'),(721,'proficient','proficient',0,0,0.6667,'P61253',9,'*'),(722,'profile','profile',0,0,0.4667,'P614',9,'*'),(723,'program','program',0,0,0.4667,'P6265',9,'*'),(724,'programming','programming',0,0,0.7333,'P62652',9,'*'),(725,'programs','programs',0,0,0.5333,'P62652',8,'*'),(726,'project','project',0,0,0.4667,'P623',9,'*'),(727,'promote','promote',0,0,0.4667,'P653',9,'*'),(728,'promotional','promotional',0,0,0.7333,'P65354',9,'*'),(729,'promotions','promotions',0,0,0.6667,'P65352',9,'*'),(730,'proofing','proofing',0,0,0.5333,'P6152',9,'*'),(731,'propeller','propeller',0,0,0.6,'P6146',9,'*'),(732,'properties','properties',0,0,0.6667,'P61632',9,'*'),(733,'protect','protect',0,0,0.4667,'P6323',9,'*'),(734,'protocol','protocol',0,0,0.5333,'P6324',9,'*'),(735,'prototype','prototype',0,0,0.6,'P631',1,'*'),(736,'prototypical','prototypical',0,0,0.8,'P63124',9,'*'),(737,'prototyping','prototyping',0,0,0.7333,'P63152',9,'*'),(738,'provide','provide',0,0,0.4667,'P613',9,'*'),(739,'ptc','ptc',0,0,0.2,'P320',9,'*'),(740,'purchasing','purchasing',0,0,0.6667,'P6252',9,'*'),(741,'purposes','purposes',0,0,0.5333,'P612',9,'*'),(742,'pusher','pusher',0,0,0.4,'P260',9,'*'),(743,'python','python',0,0,0.4,'P350',9,'*'),(744,'qualification','qualification',0,0,0.8667,'Q41235',9,'*'),(745,'quality','quality',0,0,0.4667,'Q430',9,'*'),(746,'quantitative','quantitative',0,0,0.8,'Q531',9,'*'),(747,'ras','ras',0,0,0.2,'R200',9,'*'),(748,'reaction','reaction',0,0,0.5333,'R235',9,'*'),(749,'real','real',0,0,0.2667,'R400',9,'*'),(750,'real-time','real-time',0,0,0.6,'R435',9,'*'),(751,'real-world','real-world',0,0,0.6667,'R4643',9,'*'),(752,'rebuild','rebuild',0,0,0.4667,'R143',9,'*'),(753,'receipt','receipt',0,0,0.4667,'R213',9,'*'),(754,'reception','reception',0,0,0.6,'R2135',9,'*'),(755,'recovery','recovery',0,0,0.5333,'R216',1,'*'),(756,'recruit','recruit',0,0,0.4667,'R263',9,'*'),(757,'redesign','redesign',0,0,0.5333,'R325',9,'*'),(758,'regan','regan',0,0,0.3333,'R250',9,'*'),(759,'regulation','regulation',0,0,0.6667,'R2435',9,'*'),(760,'relationships','relationships',0,0,0.8667,'R435212',9,'*'),(761,'reliability','reliability',0,0,0.7333,'R4143',9,'*'),(762,'remote','remote',0,0,0.4,'R530',9,'*'),(763,'remotely','remotely',0,0,0.5333,'R534',9,'*'),(764,'repair','repair',0,0,0.4,'R160',9,'*'),(765,'replace','replace',0,0,0.4667,'R142',9,'*'),(766,'representative','representative',0,0,0.9333,'R162531',9,'*'),(767,'representatives','representatives',0,0,1,'R1625312',9,'*'),(768,'requested','requested',0,0,0.6,'R230',9,'*'),(769,'requirement','requirement',0,0,0.7333,'R2653',9,'*'),(770,'requirements','requirements',0,0,0.8,'R26532',9,'*'),(771,'research','research',0,0,0.5333,'R262',9,'*'),(772,'researchers','researchers',0,0,0.7333,'R26262',9,'*'),(773,'residential','residential',0,0,0.7333,'R23534',9,'*'),(774,'reverse','reverse',0,0,0.4667,'R162',9,'*'),(775,'review','review',0,0,0.4,'R100',9,'*'),(776,'revision','revision',0,0,0.5333,'R125',1,'*'),(777,'river','river',0,0,0.3333,'R160',9,'*'),(778,'road','road',0,0,0.2667,'R300',1,'*'),(779,'robot','robot',0,0,0.3333,'R130',9,'*'),(780,'robotic','robotic',0,0,0.4667,'R132',9,'*'),(781,'robotics','robotics',0,0,0.5333,'R132',9,'*'),(782,'rocks','rocks',0,0,0.3333,'R200',9,'*'),(783,'room','room',0,0,0.2667,'R500',1,'*'),(784,'ros','ros',0,0,0.2,'R200',9,'*'),(785,'rotorcraft','rotorcraft',0,0,0.6667,'R362613',9,'*'),(786,'s\'11','s\'11',0,0,0.2667,'S000',9,'*'),(787,'s\'14','s\'14',0,0,0.2667,'S000',9,'*'),(788,'s\'15','s\'15',0,0,0.2667,'S000',9,'*'),(789,'s\'16','s\'16',0,0,0.2667,'S000',9,'*'),(790,'sacrum','sacrum',0,0,0.4,'S650',9,'*'),(791,'safe','safe',0,0,0.2667,'S100',9,'*'),(792,'safety','safety',0,0,0.4,'S130',9,'*'),(793,'sages','sages',0,0,0.3333,'S000',9,'*'),(794,'sales','sales',0,0,0.3333,'S420',9,'*'),(795,'same-as-flight','same-as-flight',0,0,0.9333,'S521423',1,'*'),(796,'satisfaction','satisfaction',0,0,0.8,'S321235',9,'*'),(797,'sc','sc',0,0,0.1333,'S000',9,'*'),(798,'scenarios','scenarios',0,0,0.6,'S562',9,'*'),(799,'scholar','scholar',0,0,0.4667,'S460',9,'*'),(800,'school','school',0,0,0.4,'S400',9,'*'),(801,'school\'s','school\'s',0,0,0.5333,'S420',9,'*'),(802,'schwaitzberg','schwaitzberg',0,0,0.8,'S32162',9,'*'),(803,'science','science',0,0,0.4667,'S520',9,'*'),(804,'scienceaugust','scienceaugust',0,0,0.8667,'S523',9,'*'),(805,'sciences','sciences',0,0,0.5333,'S520',9,'*'),(806,'scope','scope',0,0,0.3333,'S100',9,'*'),(807,'script','script',0,0,0.4,'S613',9,'*'),(808,'scripted','scripted',0,0,0.5333,'S613',9,'*'),(809,'scripts','scripts',0,0,0.4667,'S6132',8,'*'),(810,'sdk','sdk',0,0,0.2,'S320',9,'*'),(811,'sdk2014','sdk2014',0,0,0.4667,'S320',9,'*'),(812,'section','section',0,0,0.4667,'S350',9,'*'),(813,'security','security',0,0,0.5333,'S630',9,'*'),(814,'select','select',0,0,0.4,'S423',9,'*'),(815,'semg','semg',0,0,0.2667,'S520',9,'*'),(816,'semi-automated','semi-automated',0,0,0.9333,'S5353',9,'*'),(817,'sensing','sensing',0,0,0.4667,'S5252',9,'*'),(818,'sensor','sensor',0,0,0.4,'S526',9,'*'),(819,'series','series',0,0,0.4,'S620',9,'*'),(820,'services','services',0,0,0.5333,'S612',9,'*'),(821,'sessions','sessions',0,0,0.5333,'S520',9,'*'),(822,'set-up','set-up',0,0,0.4,'S310',9,'*'),(823,'setting','setting',0,0,0.4667,'S352',9,'*'),(824,'showcase','showcase',0,0,0.5333,'S000',9,'*'),(825,'showcasing','showcasing',0,0,0.6667,'S520',9,'*'),(826,'shred','shred',0,0,0.3333,'S630',9,'*'),(827,'simulation','simulation',0,0,0.6667,'S5435',9,'*'),(828,'simulink','simulink',0,0,0.5333,'S5452',9,'*'),(829,'skill','skill',0,0,0.3333,'S400',9,'*'),(830,'skills','skills',0,0,0.4,'S420',9,'*'),(831,'small','small',0,0,0.3333,'S540',9,'*'),(832,'social','social',0,0,0.4,'S400',9,'*'),(833,'societal','societal',0,0,0.5333,'S340',9,'*'),(834,'society','society',0,0,0.4667,'S300',9,'*'),(835,'software','software',0,0,0.5333,'S136',9,'*'),(836,'solidworks','solidworks',0,0,0.6667,'S4362',9,'*'),(837,'solving','solving',0,0,0.4667,'S4152',9,'*'),(838,'source','source',0,0,0.4,'S620',9,'*'),(839,'sources','sources',0,0,0.4667,'S620',9,'*'),(840,'space','space',0,0,0.3333,'S120',9,'*'),(841,'speaker','speaker',0,0,0.4667,'S126',9,'*'),(842,'special','special',0,0,0.4667,'S124',9,'*'),(843,'specialty','specialty',0,0,0.6,'S1243',9,'*'),(844,'specification','specification',0,0,0.8667,'S121235',9,'*'),(845,'specifications','specifications',0,0,0.9333,'S1212352',9,'*'),(846,'specify','specify',0,0,0.4667,'S121',9,'*'),(847,'speeches','speeches',0,0,0.5333,'S120',9,'*'),(848,'sphero','sphero',0,0,0.4,'S160',9,'*'),(849,'sphero\'s','sphero\'s',0,0,0.5333,'S162',9,'*'),(850,'spine','spine',0,0,0.3333,'S150',9,'*'),(851,'sponsor','sponsor',0,0,0.4667,'S1526',9,'*'),(852,'sponsors','sponsors',0,0,0.5333,'S15262',9,'*'),(853,'staff','staff',0,0,0.3333,'S310',9,'*'),(854,'staff2005','staff2005',0,0,0.6,'S310',9,'*'),(855,'stands','stands',0,0,0.4,'S3532',9,'*'),(856,'state','state',0,0,0.3333,'S300',9,'*'),(857,'status','status',0,0,0.4,'S320',1,'*'),(858,'steven','steven',0,0,0.4,'S315',9,'*'),(859,'stimulate','stimulate',0,0,0.6,'S3543',9,'*'),(860,'stimuli','stimuli',0,0,0.4667,'S354',9,'*'),(861,'strategies','strategies',0,0,0.6667,'S3632',9,'*'),(862,'strategy','strategy',0,0,0.5333,'S3632',9,'*'),(863,'streaming','streaming',0,0,0.6,'S3652',9,'*'),(864,'strengths','strengths',0,0,0.6,'S365232',9,'*'),(865,'strong','strong',0,0,0.4,'S3652',9,'*'),(866,'structures','structures',0,0,0.6667,'S362362',9,'*'),(867,'student','student',0,0,0.4667,'S353',9,'*'),(868,'students','students',0,0,0.5333,'S3532',9,'*'),(869,'sub','sub',0,0,0.2,'S100',9,'*'),(870,'sub-contractors','sub-contractors',0,0,1,'S125362362',9,'*'),(871,'subject','subject',0,0,0.4667,'S123',9,'*'),(872,'subjects','subjects',0,0,0.5333,'S1232',9,'*'),(873,'subtasks','subtasks',0,0,0.5333,'S132',9,'*'),(874,'such','such',0,0,0.2667,'S000',9,'*'),(875,'suitable','suitable',0,0,0.5333,'S314',9,'*'),(876,'suite','suite',0,0,0.3333,'S300',9,'*'),(877,'summa','summa',0,0,0.3333,'S500',9,'*'),(878,'supervise','supervise',0,0,0.6,'S1612',9,'*'),(879,'supervisor2007','supervisor2007',0,0,0.9333,'S16126',9,'*'),(880,'supplement','supplement',0,0,0.6667,'S1453',9,'*'),(881,'supplemental','supplemental',0,0,0.8,'S14534',9,'*'),(882,'supplementing','supplementing',0,0,0.8667,'S145352',9,'*'),(883,'support','support',0,0,0.4667,'S163',9,'*'),(884,'supported','supported',0,0,0.6,'S163',9,'*'),(885,'supporting','supporting',0,0,0.6667,'S16352',9,'*'),(886,'surgeons','surgeons',0,0,0.5333,'S6252',9,'*'),(887,'surgical','surgical',0,0,0.5333,'S624',9,'*'),(888,'sustainment','sustainment',0,0,0.7333,'S353',9,'*'),(889,'system','system',0,0,0.4,'S350',9,'*'),(890,'systems','systems',0,0,0.4667,'S352',9,'*'),(891,'t','t',0,0,0.0667,'T000',8,'*'),(892,'tactile','tactile',0,0,0.4667,'T234',9,'*'),(893,'talent','talent',0,0,0.4,'T453',9,'*'),(894,'talks','talks',0,0,0.3333,'T420',9,'*'),(895,'tasks','tasks',0,0,0.3333,'T200',9,'*'),(896,'teaching','teaching',0,0,0.5333,'T252',9,'*'),(897,'team','team',0,0,0.2667,'T500',9,'*'),(898,'teams','teams',0,0,0.3333,'T520',9,'*'),(899,'tear-down','tear-down',0,0,0.6,'T635',9,'*'),(900,'technologies','technologies',0,0,0.8,'T2542',9,'*'),(901,'technology','technology',0,0,0.6667,'T2542',9,'*'),(902,'telephone','telephone',0,0,0.6,'T415',9,'*'),(903,'temporal','temporal',0,0,0.5333,'T5164',9,'*'),(904,'test','test',0,0,0.2667,'T230',9,'*'),(905,'tests','tests',0,0,0.3333,'T232',1,'*'),(906,'thalmic','thalmic',0,0,0.4667,'T452',9,'*'),(907,'than','than',0,0,0.2667,'T500',9,'*'),(908,'their','their',0,0,0.3333,'T600',9,'*'),(909,'theoretical','theoretical',0,0,0.7333,'T6324',9,'*'),(910,'theory','theory',0,0,0.4,'T600',9,'*'),(911,'thermal','thermal',0,0,0.4667,'T654',1,'*'),(912,'thesis','thesis',0,0,0.4,'T200',9,'*'),(913,'those','those',0,0,0.3333,'T200',9,'*'),(914,'through','through',0,0,0.4667,'T620',9,'*'),(915,'throughout','throughout',0,0,0.6667,'T623',8,'*'),(916,'ticket','ticket',0,0,0.4,'T230',9,'*'),(917,'tier','tier',0,0,0.2667,'T600',9,'*'),(918,'time','time',0,0,0.2667,'T500',9,'*'),(919,'time-sensitive','time-sensitive',0,0,0.9333,'T525231',9,'*'),(920,'time-synchronization','time-synchronization',0,0,1,'T525265235',9,'*'),(921,'tomaszewski','tomaszewski',0,0,0.7333,'T520',9,'*'),(922,'tonawanda','tonawanda',0,0,0.6,'T530',9,'*'),(923,'tools','tools',0,0,0.3333,'T420',9,'*'),(924,'topics','topics',0,0,0.4,'T120',9,'*'),(925,'tova','tova',0,0,0.2667,'T100',9,'*'),(926,'train','train',0,0,0.3333,'T650',9,'*'),(927,'training','training',0,0,0.5333,'T652',9,'*'),(928,'transformation','transformation',0,0,0.9333,'T65216535',9,'*'),(929,'translating','translating',0,0,0.7333,'T6524352',9,'*'),(930,'trigger','trigger',0,0,0.4667,'T626',9,'*'),(931,'troubleshoot','troubleshoot',0,0,0.8,'T61423',9,'*'),(932,'tutor','tutor',0,0,0.3333,'T600',9,'*'),(933,'tutorial','tutorial',0,0,0.5333,'T640',9,'*'),(934,'tutorials','tutorials',0,0,0.6,'T642',9,'*'),(935,'tutoring','tutoring',0,0,0.5333,'T652',9,'*'),(936,'two','two',0,0,0.2,'T000',9,'*'),(937,'two-day','two-day',0,0,0.4667,'T000',9,'*'),(938,'ub','ub',0,0,0.1333,'U100',9,'*'),(939,'ub2013','ub2013',0,0,0.4,'U100',9,'*'),(940,'under','under',0,0,0.3333,'U536',1,'*'),(941,'under-performing','under-performing',0,0,1,'U536161652',9,'*'),(942,'undergraduate','undergraduate',0,0,0.8667,'U536263',9,'*'),(943,'underpinning','underpinning',0,0,0.8,'U536152',9,'*'),(944,'understanding','understanding',0,0,0.8667,'U536235352',9,'*'),(945,'unique','unique',0,0,0.4,'U520',9,'*'),(946,'unit','unit',0,0,0.2667,'U530',1,'*'),(947,'university','university',0,0,0.6667,'U51623',9,'*'),(948,'untrained','untrained',0,0,0.6,'U53653',9,'*'),(949,'upon','upon',0,0,0.2667,'U150',9,'*'),(950,'upper','upper',0,0,0.3333,'U160',9,'*'),(951,'us','us',0,0,0.1333,'U200',9,'*'),(952,'user','user',0,0,0.2667,'U260',9,'*'),(953,'user\'s','user\'s',0,0,0.4,'U262',9,'*'),(954,'users','users',0,0,0.3333,'U262',9,'*'),(955,'using','using',0,0,0.3333,'U252',9,'*'),(956,'utility','utility',0,0,0.4667,'U343',9,'*'),(957,'vacuum','vacuum',0,0,0.4,'V250',1,'*'),(958,'validate','validate',0,0,0.5333,'V430',9,'*'),(959,'validating','validating',0,0,0.6667,'V4352',9,'*'),(960,'validation','validation',0,0,0.6667,'V435',9,'*'),(961,'variety','variety',0,0,0.4667,'V630',9,'*'),(962,'various','various',0,0,0.4667,'V620',9,'*'),(963,'vehicle','vehicle',0,0,0.4667,'V240',9,'*'),(964,'vehicles','vehicles',0,0,0.5333,'V242',9,'*'),(965,'vending','vending',0,0,0.4667,'V5352',9,'*'),(966,'vendors','vendors',0,0,0.4667,'V5362',9,'*'),(967,'venkat-krovi','venkat-krovi',0,0,0.8,'V523261',9,'*'),(968,'venue','venue',0,0,0.3333,'V500',9,'*'),(969,'verify','verify',0,0,0.4,'V610',9,'*'),(970,'via','via',0,0,0.2,'V000',9,'*'),(971,'viability','viability',0,0,0.6,'V430',9,'*'),(972,'video','video',0,0,0.3333,'V300',9,'*'),(973,'virtual','virtual',0,0,0.4667,'V634',9,'*'),(974,'vision','vision',0,0,0.4,'V250',9,'*'),(975,'volunteer','volunteer',0,0,0.6,'V4536',9,'*'),(976,'volunteers','volunteers',0,0,0.6667,'V45362',9,'*'),(977,'walk-in','walk-in',0,0,0.4667,'W425',9,'*'),(978,'was','was',0,0,0.2,'W200',9,'*'),(979,'way','way',0,0,0.2,'W000',9,'*'),(980,'ways','ways',0,0,0.2667,'W200',9,'*'),(981,'weekly','weekly',0,0,0.4,'W240',9,'*'),(982,'well','well',0,0,0.2667,'W400',9,'*'),(983,'well-versed','well-versed',0,0,0.7333,'W41623',9,'*'),(984,'were','were',0,0,0.2667,'W600',9,'*'),(985,'which','which',0,0,0.3333,'W200',9,'*'),(986,'while','while',0,0,0.3333,'W400',9,'*'),(987,'whisperer','whisperer',0,0,0.6,'W216',9,'*'),(988,'who','who',0,0,0.2,'W000',9,'*'),(989,'wii','wii',0,0,0.2,'W000',9,'*'),(990,'williamsville','williamsville',0,0,0.8667,'W45214',9,'*'),(991,'wilson','wilson',0,0,0.4,'W425',9,'*'),(992,'windows-based','windows-based',0,0,0.8667,'W532123',9,'*'),(993,'with','with',0,0,0.2667,'W300',9,'*'),(994,'work','work',0,0,0.2667,'W620',9,'*'),(995,'workflow','workflow',0,0,0.5333,'W6214',9,'*'),(996,'workshop','workshop',0,0,0.5333,'W621',9,'*'),(997,'workshops','workshops',0,0,0.6,'W6212',9,'*'),(998,'wrapper','wrapper',0,0,0.4667,'W616',9,'*'),(999,'wrapper2016','wrapper2016',0,0,0.7333,'W616',9,'*'),(1000,'writing','writing',0,0,0.4667,'W6352',9,'*'),(1001,'xil','xil',0,0,0.2,'X400',9,'*'),(1002,'york2014','york2014',0,0,0.5333,'Y620',9,'*'),(1003,'youtube','youtube',0,0,0.4667,'Y310',9,'*'),(1004,'2022','2022',0,0,0.4,'',8,'*'),(1005,'anomaly','anomaly',0,0,0.4667,'A540',8,'*'),(1006,'august','august',0,0,0.4,'A230',8,'*'),(1007,'automotive','automotive',0,0,0.6667,'A3531',8,'*'),(1008,'cause','cause',0,0,0.3333,'C000',8,'*'),(1009,'colleague','colleague',0,0,0.6,'C420',8,'*'),(1010,'cross-functional','cross-functional',0,0,1,'C62152354',8,'*'),(1011,'decreasing','decreasing',0,0,0.6667,'D26252',8,'*'),(1012,'deploy','deploy',0,0,0.4,'D140',8,'*'),(1013,'determine','determine',0,0,0.6,'D650',8,'*'),(1014,'done”','done”',0,0,0.3333,'D500',8,'*'),(1015,'due','due',0,0,0.2,'D000',8,'*'),(1016,'error','error',0,0,0.3333,'E600',8,'*'),(1017,'failures','failures',0,0,0.5333,'F462',8,'*'),(1018,'fault','fault',0,0,0.3333,'F430',8,'*'),(1019,'faulty','faulty',0,0,0.4,'F430',8,'*'),(1020,'in-flight','in-flight',0,0,0.6,'I51423',8,'*'),(1021,'increase','increase',0,0,0.5333,'I5262',8,'*'),(1022,'initialization','initialization',0,0,0.9333,'I534235',8,'*'),(1023,'intermittent','intermittent',0,0,0.8,'I5365353',8,'*'),(1024,'investigation','investigation',0,0,0.8667,'I5123235',8,'*'),(1025,'mechanismsdecember','mechanismsdecember',0,0,1,'M2525232516',8,'*'),(1026,'nicknames','nicknames',0,0,0.6,'N252',8,'*'),(1027,'referred','referred',0,0,0.5333,'R163',8,'*'),(1028,'regarded','regarded',0,0,0.5333,'R263',8,'*'),(1029,'rework','rework',0,0,0.4,'R200',8,'*'),(1030,'robust','robust',0,0,0.4,'R123',8,'*'),(1031,'root','root',0,0,0.2667,'R300',8,'*'),(1032,'s','s',0,0,0.0667,'S000',8,'*'),(1033,'sometimes','sometimes',0,0,0.6,'S5352',8,'*'),(1034,'tends','tends',0,0,0.3333,'T532',8,'*'),(1035,'trustworthy','trustworthy',0,0,0.7333,'T62363',8,'*'),(1036,'verification','verification',0,0,0.8,'V61235',8,'*'),(1037,'“get','“get',0,0,0.2667,'“230',8,'*'),(1038,'“markgpt”','“markgpt”',0,0,0.6,'“56213',8,'*'),(1039,'15k','15k',0,0,0.2,'K000',7,'*'),(1040,'2023','2023',0,0,0.4,'',7,'*'),(1041,'5','5',0,0,0.1,'',7,'*'),(1042,'50k','50k',0,0,0.2,'K000',7,'*'),(1043,'anomalies','anomalies',0,0,0.6,'A542',7,'*'),(1044,'approach','approach',0,0,0.5333,'A162',7,'*'),(1045,'approximately','approximately',0,0,0.8667,'A162534',7,'*'),(1046,'awareness','awareness',0,0,0.6,'A652',7,'*'),(1047,'behavior','behavior',0,0,0.5333,'B600',7,'*'),(1048,'bus','bus',0,0,0.2,'B200',7,'*'),(1049,'change','change',0,0,0.4,'C520',7,'*'),(1050,'changes','changes',0,0,0.4667,'C520',7,'*'),(1051,'commonality','commonality',0,0,0.7333,'C543',7,'*'),(1052,'components','components',0,0,0.6667,'C51532',7,'*'),(1053,'configuration','configuration',0,0,0.8667,'C512635',7,'*'),(1054,'curate','curate',0,0,0.4,'C630',7,'*'),(1055,'deliver','deliver',0,0,0.4667,'D416',7,'*'),(1056,'delivery','delivery',0,0,0.5333,'D416',7,'*'),(1057,'deployment','deployment',0,0,0.6667,'D1453',7,'*'),(1058,'diagnosis','diagnosis',0,0,0.6,'D252',7,'*'),(1059,'digitally','digitally',0,0,0.6,'D234',7,'*'),(1060,'driving','driving',0,0,0.4667,'D6152',7,'*'),(1061,'excellent','excellent',0,0,0.6,'E2453',7,'*'),(1062,'exhibiting','exhibiting',0,0,0.6667,'E21352',7,'*'),(1063,'first','first',0,0,0.3333,'F623',7,'*'),(1064,'fsw','fsw',0,0,0.2,'F200',7,'*'),(1065,'future','future',0,0,0.4,'F360',7,'*'),(1066,'gse','gse',0,0,0.2,'G000',7,'*'),(1067,'gsw','gsw',0,0,0.2,'G000',7,'*'),(1068,'investigating','investigating',0,0,0.8667,'I51232352',7,'*'),(1069,'junior','junior',0,0,0.4,'J560',7,'*'),(1070,'languages','languages',0,0,0.6,'L520',7,'*'),(1071,'leveraging','leveraging',0,0,0.6667,'L16252',7,'*'),(1072,'lines','lines',0,0,0.3333,'L520',7,'*'),(1073,'methods','methods',0,0,0.4667,'M320',7,'*'),(1074,'modular','modular',0,0,0.4667,'M346',7,'*'),(1075,'no','no',0,0,0.1333,'N000',7,'*'),(1076,'nor','nor',0,0,0.2,'N600',7,'*'),(1077,'observatory','observatory',0,0,0.7333,'O126136',7,'*'),(1078,'partner','partner',0,0,0.4667,'P6356',7,'*'),(1079,'payload','payload',0,0,0.4667,'P430',7,'*'),(1080,'payloads','payloads',0,0,0.5333,'P432',7,'*'),(1081,'products','products',0,0,0.5333,'P63232',7,'*'),(1082,'repository','repository',0,0,0.6667,'R1236',7,'*'),(1083,'required','required',0,0,0.5333,'R263',7,'*'),(1084,'reusable','reusable',0,0,0.5333,'R214',7,'*'),(1085,'roadmapping','roadmapping',0,0,0.7333,'R35152',7,'*'),(1086,'schedule','schedule',0,0,0.5333,'S340',7,'*'),(1087,'scoped','scoped',0,0,0.4,'S130',7,'*'),(1088,'senior','senior',0,0,0.4,'S560',7,'*'),(1089,'simulators','simulators',0,0,0.6667,'S54362',7,'*'),(1090,'situational','situational',0,0,0.7333,'S354',7,'*'),(1091,'sme','sme',0,0,0.2,'S500',7,'*'),(1092,'success','success',0,0,0.4667,'S000',7,'*'),(1093,'test-driven','test-driven',0,0,0.7333,'T23615',7,'*'),(1094,'trades','trades',0,0,0.4,'T632',7,'*'),(1095,'trials','trials',0,0,0.4,'T642',7,'*'),(1096,'utilities','utilities',0,0,0.6,'U3432',7,'*'),(1097,'vehiclesaugust','vehiclesaugust',0,0,0.9333,'V2423',7,'*'),(1098,'vehiclesmay','vehiclesmay',0,0,0.7333,'V2425',7,'*'),(1099,'version','version',0,0,0.4667,'V625',7,'*'),(1100,'workflows','workflows',0,0,0.6,'W62142',7,'*'),(1101,'“right-size”','“right-size”',0,0,0.8,'“6232',7,'*'),(1102,'amesim','amesim',0,0,0.4,'A525',5,'*'),(1103,'bitbucket','bitbucket',0,0,0.6,'B3123',5,'*'),(1104,'doors','doors',0,0,0.3333,'D620',5,'*'),(1105,'git','git',0,0,0.2,'G300',5,'*'),(1106,'gitlab','gitlab',0,0,0.4,'G341',5,'*'),(1107,'ibm','ibm',0,0,0.2,'I150',5,'*'),(1108,'jira','jira',0,0,0.2667,'J600',5,'*'),(1109,'ruby','ruby',0,0,0.2667,'R100',5,'*'),(1110,'siemens','siemens',0,0,0.4667,'S520',5,'*'),(1111,'svn','svn',0,0,0.2,'S150',5,'*'),(1112,'teamcenter','teamcenter',0,0,0.6667,'T52536',5,'*'),(1113,'analytical','analytical',0,0,0.6667,'A54324',3,'*'),(1114,'conscientious','conscientious',0,0,0.8667,'C52532',3,'*'),(1115,'done','done',0,0,0.2667,'D500',3,'*'),(1116,'engaged','engaged',0,0,0.4667,'E523',3,'*'),(1117,'gets','gets',0,0,0.2667,'G320',3,'*'),(1118,'observant','observant',0,0,0.6,'O126153',3,'*'),(1119,'punctual','punctual',0,0,0.5333,'P5234',3,'*'),(1120,'responsive','responsive',0,0,0.6667,'R21521',3,'*'),(1121,'solver','solver',0,0,0.4,'S416',3,'*'),(1128,'napkin','napkin',0,0,0.4,'N125',2,'*'),(1129,'principles','principles',0,0,0.6667,'P652142',2,'*'),(1130,'sketches','sketches',0,0,0.5333,'S320',2,'*'),(1131,'bash','bash',0,0,0.2667,'B200',1,'*'),(1132,'cli','cli',0,0,0.2,'C400',1,'*'),(1133,'powershell','powershell',0,0,0.6667,'P624',1,'*');
/*!40000 ALTER TABLE `ij8_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_finder_terms_common`
--

DROP TABLE IF EXISTS `ij8_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_terms_common` (
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `language` char(7) NOT NULL DEFAULT '',
  `custom` int(11) NOT NULL DEFAULT 0,
  UNIQUE KEY `idx_term_language` (`term`,`language`),
  KEY `idx_lang` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_terms_common`
--

LOCK TABLES `ij8_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `ij8_finder_terms_common` DISABLE KEYS */;
INSERT INTO `ij8_finder_terms_common` VALUES ('a','en',0),('about','en',0),('above','en',0),('after','en',0),('again','en',0),('against','en',0),('all','en',0),('am','en',0),('an','en',0),('and','en',0),('any','en',0),('are','en',0),('aren\'t','en',0),('as','en',0),('at','en',0),('be','en',0),('because','en',0),('been','en',0),('before','en',0),('being','en',0),('below','en',0),('between','en',0),('both','en',0),('but','en',0),('by','en',0),('can\'t','en',0),('cannot','en',0),('could','en',0),('couldn\'t','en',0),('did','en',0),('didn\'t','en',0),('do','en',0),('does','en',0),('doesn\'t','en',0),('doing','en',0),('don\'t','en',0),('down','en',0),('during','en',0),('each','en',0),('few','en',0),('for','en',0),('from','en',0),('further','en',0),('had','en',0),('hadn\'t','en',0),('has','en',0),('hasn\'t','en',0),('have','en',0),('haven\'t','en',0),('having','en',0),('he','en',0),('he\'d','en',0),('he\'ll','en',0),('he\'s','en',0),('her','en',0),('here','en',0),('here\'s','en',0),('hers','en',0),('herself','en',0),('him','en',0),('himself','en',0),('his','en',0),('how','en',0),('how\'s','en',0),('i','en',0),('i\'d','en',0),('i\'ll','en',0),('i\'m','en',0),('i\'ve','en',0),('if','en',0),('in','en',0),('into','en',0),('is','en',0),('isn\'t','en',0),('it','en',0),('it\'s','en',0),('its','en',0),('itself','en',0),('let\'s','en',0),('me','en',0),('more','en',0),('most','en',0),('mustn\'t','en',0),('my','en',0),('myself','en',0),('no','en',0),('nor','en',0),('not','en',0),('of','en',0),('off','en',0),('on','en',0),('once','en',0),('only','en',0),('or','en',0),('other','en',0),('ought','en',0),('our','en',0),('ours','en',0),('ourselves','en',0),('out','en',0),('over','en',0),('own','en',0),('same','en',0),('shan\'t','en',0),('she','en',0),('she\'d','en',0),('she\'ll','en',0),('she\'s','en',0),('should','en',0),('shouldn\'t','en',0),('so','en',0),('some','en',0),('such','en',0),('than','en',0),('that','en',0),('that\'s','en',0),('the','en',0),('their','en',0),('theirs','en',0),('them','en',0),('themselves','en',0),('then','en',0),('there','en',0),('there\'s','en',0),('these','en',0),('they','en',0),('they\'d','en',0),('they\'ll','en',0),('they\'re','en',0),('they\'ve','en',0),('this','en',0),('those','en',0),('through','en',0),('to','en',0),('too','en',0),('under','en',0),('until','en',0),('up','en',0),('very','en',0),('was','en',0),('wasn\'t','en',0),('we','en',0),('we\'d','en',0),('we\'ll','en',0),('we\'re','en',0),('we\'ve','en',0),('were','en',0),('weren\'t','en',0),('what','en',0),('what\'s','en',0),('when','en',0),('when\'s','en',0),('where','en',0),('where\'s','en',0),('which','en',0),('while','en',0),('who','en',0),('who\'s','en',0),('whom','en',0),('why','en',0),('why\'s','en',0),('with','en',0),('won\'t','en',0),('would','en',0),('wouldn\'t','en',0),('you','en',0),('you\'d','en',0),('you\'ll','en',0),('you\'re','en',0),('you\'ve','en',0),('your','en',0),('yours','en',0),('yourself','en',0),('yourselves','en',0);
/*!40000 ALTER TABLE `ij8_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_finder_tokens`
--

DROP TABLE IF EXISTS `ij8_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_tokens` (
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `common` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `weight` float unsigned NOT NULL DEFAULT 1,
  `context` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `language` char(7) NOT NULL DEFAULT '',
  KEY `idx_word` (`term`),
  KEY `idx_context` (`context`),
  KEY `idx_stem` (`stem`),
  KEY `idx_language` (`language`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_tokens`
--

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

--
-- Table structure for table `ij8_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `ij8_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_tokens_aggregate` (
  `term_id` int(10) unsigned NOT NULL,
  `term` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `stem` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `common` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `phrase` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `term_weight` float unsigned NOT NULL DEFAULT 0,
  `context` tinyint(1) unsigned NOT NULL DEFAULT 2,
  `context_weight` float unsigned NOT NULL DEFAULT 0,
  `total_weight` float unsigned NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  KEY `token` (`term`),
  KEY `keyword_id` (`term_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_tokens_aggregate`
--

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

--
-- Table structure for table `ij8_finder_types`
--

DROP TABLE IF EXISTS `ij8_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_finder_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_finder_types`
--

LOCK TABLES `ij8_finder_types` WRITE;
/*!40000 ALTER TABLE `ij8_finder_types` DISABLE KEYS */;
INSERT INTO `ij8_finder_types` VALUES (1,'Tag',''),(2,'Category',''),(3,'Contact',''),(4,'Article',''),(5,'News Feed',''),(6,'Web Link','');
/*!40000 ALTER TABLE `ij8_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_guidedtour_steps`
--

DROP TABLE IF EXISTS `ij8_guidedtour_steps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_guidedtour_steps` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tour_id` int(11) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL,
  `published` tinyint(4) NOT NULL DEFAULT 0,
  `description` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `position` varchar(255) NOT NULL,
  `target` varchar(255) NOT NULL,
  `type` int(11) NOT NULL,
  `interactive_type` int(11) NOT NULL DEFAULT 1,
  `url` varchar(255) NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `language` varchar(7) NOT NULL,
  `note` varchar(255) NOT NULL DEFAULT '',
  `params` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_tour` (`tour_id`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_guidedtour_steps`
--

LOCK TABLES `ij8_guidedtour_steps` WRITE;
/*!40000 ALTER TABLE `ij8_guidedtour_steps` DISABLE KEYS */;
INSERT INTO `ij8_guidedtour_steps` VALUES (1,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_NEW_DESCRIPTION',1,'bottom','.button-new',2,1,'administrator/index.php?option=com_guidedtours&view=tours','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(2,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_DESCRIPTION',2,'bottom','#jform_title',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(3,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_DESCRIPTION',3,'top','#jform_url',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(4,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_DESCRIPTION',4,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(5,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_DESCRIPTION',5,'top','joomla-field-fancy-select .choices',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(6,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_DESCRIPTION',6,'top','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(7,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_DESCRIPTION',7,'bottom','',0,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(8,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_DESCRIPTION',8,'top','#toursList tbody tr:nth-last-of-type(1) td:nth-of-type(5) .btn',2,1,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(9,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_DESCRIPTION',9,'bottom','.button-new',2,1,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(10,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_DESCRIPTION',10,'bottom','#jform_title',2,2,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(11,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_DESCRIPTION',11,'bottom','#jform_description,#jform_description_ifr',2,3,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(12,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_DESCRIPTION',12,'bottom','#jform_published',2,3,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(13,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_DESCRIPTION',13,'top','#jform_position',2,3,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(14,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_DESCRIPTION',14,'top','#jform_target',2,3,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(15,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_DESCRIPTION',15,'top','#jform_type',2,3,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(16,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_DESCRIPTION',16,'bottom','#save-group-children-save .button-save',2,1,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(17,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_DESCRIPTION',17,'bottom','',0,1,'','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(18,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_DESCRIPTION',18,'bottom','.button-new',2,1,'administrator/index.php?option=com_content&view=articles','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(19,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_DESCRIPTION',19,'bottom','#jform_title',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(20,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_DESCRIPTION',20,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(21,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_DESCRIPTION',21,'bottom','#jform_articletext,#jform_articletext_ifr',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(22,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_DESCRIPTION',22,'bottom','#jform_state',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(23,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_DESCRIPTION',23,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(24,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_DESCRIPTION',24,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(25,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_DESCRIPTION',25,'bottom','#jform_access',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(26,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_DESCRIPTION',26,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(27,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_DESCRIPTION',27,'top','#jform_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(28,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_DESCRIPTION',28,'top','#jform_version_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(29,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_DESCRIPTION',29,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(30,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_DESCRIPTION',30,'bottom','',0,1,'administrator/index.php?option=com_content&view=article&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(31,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_DESCRIPTION',31,'bottom','.button-new',2,1,'administrator/index.php?option=com_categories&view=categories&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(32,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_DESCRIPTION',32,'bottom','#jform_title',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(33,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_DESCRIPTION',33,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(34,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_DESCRIPTION',34,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(35,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_DESCRIPTION',35,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(36,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_DESCRIPTION',36,'bottom','#jform_published',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(37,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_DESCRIPTION',37,'bottom','#jform_access',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(38,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_DESCRIPTION',38,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(39,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_DESCRIPTION',39,'top','#jform_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(40,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_DESCRIPTION',40,'top','#jform_version_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(41,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_DESCRIPTION',41,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(42,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_DESCRIPTION',42,'bottom','',0,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(43,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_DESCRIPTION',43,'bottom','.button-new',2,1,'administrator/index.php?option=com_menus&view=menus','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(44,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_DESCRIPTION',44,'bottom','#jform_title',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(45,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_DESCRIPTION',45,'top','#jform_menutype',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(46,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_DESCRIPTION',46,'top','#jform_menudescription',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(47,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_DESCRIPTION',47,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(48,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_DESCRIPTION',48,'bottom','',0,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(49,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_DESCRIPTION',49,'bottom','.button-new',2,1,'administrator/index.php?option=com_tags&view=tags','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(50,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_DESCRIPTION',50,'bottom','#jform_title',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(51,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_DESCRIPTION',51,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(52,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_DESCRIPTION',52,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(53,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_DESCRIPTION',53,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(54,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_DESCRIPTION',54,'bottom','#jform_published',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(55,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_DESCRIPTION',55,'bottom','#jform_access',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(56,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_DESCRIPTION',56,'top','#jform_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(57,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_DESCRIPTION',57,'top','#jform_version_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(58,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_DESCRIPTION',58,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(59,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_DESCRIPTION',59,'bottom','',0,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(60,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_DESCRIPTION',60,'bottom','.button-new',2,1,'administrator/index.php?option=com_banners&view=banners','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(61,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_DESCRIPTION',61,'bottom','#jform_name',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(62,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_DESCRIPTION',62,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(63,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_DESCRIPTION',63,'bottom','.col-lg-9',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(64,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_DESCRIPTION',64,'bottom','#jform_state',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(65,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_DESCRIPTION',65,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(66,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_DESCRIPTION',66,'bottom','#jform_sticky1',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(67,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_DESCRIPTION',67,'top','#jform_version_note',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(68,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_DESCRIPTION',68,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(69,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_DESCRIPTION',69,'bottom','',0,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(70,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_DESCRIPTION',70,'bottom','.button-new',2,1,'administrator/index.php?option=com_contact&view=contacts','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(71,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_DESCRIPTION',71,'bottom','#jform_name',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(72,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_DESCRIPTION',72,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(73,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_DESCRIPTION',73,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(74,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_DESCRIPTION',74,'bottom','#jform_published',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(75,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_DESCRIPTION',75,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(76,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_DESCRIPTION',76,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(77,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_DESCRIPTION',77,'bottom','#jform_access',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(78,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_DESCRIPTION',78,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(79,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_DESCRIPTION',79,'top','#jform_version_note',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(80,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_DESCRIPTION',80,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(81,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_DESCRIPTION',81,'bottom','',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(82,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_DESCRIPTION',82,'bottom','.button-new',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeeds','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(83,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_DESCRIPTION',83,'bottom','#jform_name',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(84,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_DESCRIPTION',84,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(85,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_DESCRIPTION',85,'bottom','#jform_link',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(86,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_DESCRIPTION',86,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(87,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_DESCRIPTION',87,'bottom','#jform_published',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(88,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_DESCRIPTION',88,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(89,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_DESCRIPTION',89,'bottom','#jform_access',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(90,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_DESCRIPTION',90,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(91,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_DESCRIPTION',91,'top','#jform_version_note',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(92,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_DESCRIPTION',92,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(93,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_DESCRIPTION',93,'bottom','',0,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(94,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_DESCRIPTION',94,'bottom','.button-new',2,1,'administrator/index.php?option=com_finder&view=filters','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(95,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_DESCRIPTION',95,'bottom','#jform_title',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(96,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_DESCRIPTION',96,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(97,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_DESCRIPTION',97,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(98,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_DESCRIPTION',98,'bottom','#jform_state',2,3,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(99,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_DESCRIPTION',99,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(100,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_DESCRIPTION',100,'bottom','',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(101,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_DESCRIPTION',101,'bottom','.button-new',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(102,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_DESCRIPTION',102,'bottom','#jform_name',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(103,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_DESCRIPTION',103,'bottom','#jform_username',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(104,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_DESCRIPTION',104,'bottom','#jform_password',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(105,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_DESCRIPTION',105,'bottom','#jform_password2',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(106,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_DESCRIPTION',106,'bottom','#jform_email',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(107,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_DESCRIPTION',107,'top','#jform_sendEmail0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(108,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_DESCRIPTION',108,'top','#jform_block0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(109,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_DESCRIPTION',109,'top','#jform_requireReset0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(110,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_DESCRIPTION',110,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(111,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_DESCRIPTION',111,'bottom','',0,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,'*','',NULL),(112,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_MENUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_MENUS_DESCRIPTION',1,'right','#sidebarmenu',0,1,'','2024-09-29 11:05:50',0,'2024-09-29 11:05:50',0,NULL,NULL,'*','',NULL),(113,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_QUICKACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_QUICKACCESS_DESCRIPTION',2,'center','',0,1,'','2024-09-29 11:05:50',0,'2024-09-29 11:05:50',0,NULL,NULL,'*','',NULL),(114,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_NOTIFICATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_NOTIFICATIONS_DESCRIPTION',3,'left','.quickicons-for-update_quickicon .card',0,1,'','2024-09-29 11:05:50',0,'2024-09-29 11:05:50',0,NULL,NULL,'*','',NULL),(115,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_TOPBAR_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_TOPBAR_DESCRIPTION',4,'bottom','#header',0,1,'','2024-09-29 11:05:50',0,'2024-09-29 11:05:50',0,NULL,NULL,'*','',NULL),(116,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_FINALWORDS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_FINALWORDS_DESCRIPTION',5,'right','#sidebarmenu nav > ul:first-of-type > li:last-child',0,1,'','2024-09-29 11:05:50',0,'2024-09-29 11:05:50',0,NULL,NULL,'*','',NULL);
/*!40000 ALTER TABLE `ij8_guidedtour_steps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_guidedtours`
--

DROP TABLE IF EXISTS `ij8_guidedtours`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_guidedtours` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `uid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `description` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `extensions` text NOT NULL,
  `url` varchar(255) NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int(11) NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL,
  `modified_by` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `published` tinyint(4) NOT NULL DEFAULT 0,
  `language` varchar(7) NOT NULL,
  `note` varchar(255) NOT NULL DEFAULT '',
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `autostart` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`),
  KEY `idx_uid` (`uid`(191))
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_guidedtours`
--

LOCK TABLES `ij8_guidedtours` WRITE;
/*!40000 ALTER TABLE `ij8_guidedtours` DISABLE KEYS */;
INSERT INTO `ij8_guidedtours` VALUES (1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_TITLE','joomla-guidedtours','COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_DESCRIPTION',1,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_TITLE','joomla-guidedtoursteps','COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_DESCRIPTION',2,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(3,'COM_GUIDEDTOURS_TOUR_ARTICLES_TITLE','joomla-articles','COM_GUIDEDTOURS_TOUR_ARTICLES_DESCRIPTION',3,'[\"com_content\",\"com_categories\"]','administrator/index.php?option=com_content&view=articles','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE','joomla-categories','COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION',4,'[\"com_content\",\"com_categories\"]','administrator/index.php?option=com_categories&view=categories&extension=com_content','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(5,'COM_GUIDEDTOURS_TOUR_MENUS_TITLE','joomla-menus','COM_GUIDEDTOURS_TOUR_MENUS_DESCRIPTION',5,'[\"com_menus\"]','administrator/index.php?option=com_menus&view=menus','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(6,'COM_GUIDEDTOURS_TOUR_TAGS_TITLE','joomla-tags','COM_GUIDEDTOURS_TOUR_TAGS_DESCRIPTION',6,'[\"com_tags\"]','administrator/index.php?option=com_tags&view=tags','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(7,'COM_GUIDEDTOURS_TOUR_BANNERS_TITLE','joomla-banners','COM_GUIDEDTOURS_TOUR_BANNERS_DESCRIPTION',7,'[\"com_banners\"]','administrator/index.php?option=com_banners&view=banners','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(8,'COM_GUIDEDTOURS_TOUR_CONTACTS_TITLE','joomla-contacts','COM_GUIDEDTOURS_TOUR_CONTACTS_DESCRIPTION',8,'[\"com_contact\"]','administrator/index.php?option=com_contact&view=contacts','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_TITLE','joomla-newsfeeds','COM_GUIDEDTOURS_TOUR_NEWSFEEDS_DESCRIPTION',9,'[\"com_newsfeeds\"]','administrator/index.php?option=com_newsfeeds&view=newsfeeds','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_TITLE','joomla-smartsearch','COM_GUIDEDTOURS_TOUR_SMARTSEARCH_DESCRIPTION',10,'[\"com_finder\"]','administrator/index.php?option=com_finder&view=filters','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(11,'COM_GUIDEDTOURS_TOUR_USERS_TITLE','joomla-users','COM_GUIDEDTOURS_TOUR_USERS_DESCRIPTION',11,'[\"com_users\"]','administrator/index.php?option=com_users&view=users','2023-12-29 17:40:17',0,'2023-12-29 17:40:17',0,NULL,NULL,1,'*','',1,0),(12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_TITLE','joomla-welcome','COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_DESCRIPTION',1,'[\"com_cpanel\"]','administrator/index.php','2024-09-29 11:05:50',0,'2024-09-29 11:05:50',0,NULL,NULL,1,'*','',1,0);
/*!40000 ALTER TABLE `ij8_guidedtours` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_history`
--

DROP TABLE IF EXISTS `ij8_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_history` (
  `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `item_id` varchar(50) NOT NULL,
  `version_note` varchar(255) NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL,
  `editor_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `character_count` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` longtext NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=auto delete; 1=keep',
  PRIMARY KEY (`version_id`),
  KEY `idx_ucm_item_id` (`item_id`),
  KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB AUTO_INCREMENT=549 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_history`
--

LOCK TABLES `ij8_history` WRITE;
/*!40000 ALTER TABLE `ij8_history` DISABLE KEYS */;
INSERT INTO `ij8_history` VALUES (3,'com_content.category.8','','2015-01-03 23:21:31',431,521,'cddafa7b89d73c3456730d86ac7f77460f9fd279','{\"id\":8,\"asset_id\":57,\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":14,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Main level\",\"alias\":\"main-level\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"431\",\"created_time\":\"2015-01-03 23:21:31\",\"modified_user_id\":null,\"modified_time\":null,\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(226,'com_content.category.8','','2015-08-01 02:01:41',431,589,'64e8b5eafc3bc9c6e7050627bcf69edc03cd1542','{\"id\":8,\"asset_id\":\"57\",\"parent_id\":\"1\",\"lft\":\"13\",\"rgt\":\"14\",\"level\":\"1\",\"path\":\"main-level\",\"extension\":\"com_content\",\"title\":\"Main Pages\",\"alias\":\"main-pages\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-01 02:01:14\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"431\",\"created_time\":\"2015-01-03 23:21:31\",\"modified_user_id\":\"431\",\"modified_time\":\"2015-08-01 02:01:41\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(227,'com_content.category.9','','2015-08-01 02:02:10',431,545,'22cdc185bd1371135ae54e7228d7f0b77652744a','{\"id\":9,\"asset_id\":70,\"parent_id\":\"8\",\"lft\":\"14\",\"rgt\":15,\"level\":2,\"path\":null,\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"431\",\"created_time\":\"2015-08-01 02:02:10\",\"modified_user_id\":null,\"modified_time\":\"2015-08-01 02:02:10\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(245,'com_content.article.11','','2015-08-02 06:43:20',431,1810,'26db93fb8eecba2674efebea80664a06cde31a16','{\"id\":11,\"asset_id\":71,\"title\":\"My first blog post\",\"alias\":\"my-first-blog-post\",\"introtext\":\"<p>\\r\\nI suppose that the title of this posting is quite direct &mdash; this is my first blog entry!\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\n\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-08-02 06:43:20\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2015-08-02 06:43:20\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-08-02 06:43:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(246,'com_content.article.11','','2015-08-02 06:49:44',431,2015,'0a3d6449a35a8a510842832ef24b0905c9f692ea','{\"id\":11,\"asset_id\":\"71\",\"title\":\"My first blog post\",\"alias\":\"my-first-blog-post\",\"introtext\":\"<p>\\r\\nI suppose that the title of this posting is quite direct &mdash; this is my first blog entry!\\r\\n\",\"fulltext\":\"\\r\\nAlthough the main purpose of this posting is merely to test the waters in the blogging workflow, I\'ll take this opportunity to elaborate a bit on my thoughts for future development of this site feature.\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-08-02 06:43:20\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2015-08-02 06:49:44\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-02 06:43:20\",\"publish_up\":\"2015-08-02 06:43:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(255,'com_content.article.12','','2015-08-17 22:50:12',431,2815,'29914090b4bde11ae9321977165f73bf2ef5f0bb','{\"id\":12,\"asset_id\":78,\"title\":\"Mark T. Wiki just went live!\",\"alias\":\"mark-t-wiki-just-went-live\",\"introtext\":\"<p>\\r\\nMy personal wiki site (<a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">wiki.mark-toma.com<\\/a>) is now live on the web!\",\"fulltext\":\" At this time, the wiki is pretty empty since I\'m just starting to use it regularly. You\'ll find three top-level pages:\\r\\n\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Academics\\\" target=\\\"_blank\\\">Academics<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Project\\\" target=\\\"_blank\\\">Academics<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Hobby\\\" target=\\\"_blank\\\">Academics<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\nWhere I intend to begin documenting my activities in those categories.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nSince I just started using the wiki, these top-level pages don\'t contain any interesting content yet. In the mean time, I\'ll be using the <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Journal\\\" target=\\\"_blank\\\">Journal<\\/a> page to write notes about things that I\'m currently working on. These notes may be simple instructions for installing software or more complicated thoughts about design challenges for a current project.\\r\\n<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2015-08-17 22:50:12\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2015-08-17 22:50:12\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-08-17 22:50:12\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(256,'com_content.article.12','','2015-08-17 23:01:34',431,2842,'153e65c7fa9dd050ac3aa0a9d11e22f099a0f928','{\"id\":12,\"asset_id\":\"78\",\"title\":\"Mark T. Wiki just went live!\",\"alias\":\"mark-t-wiki-just-went-live\",\"introtext\":\"<p>\\r\\nMy personal wiki site (<a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">wiki.mark-toma.com<\\/a>) is now live on the web!\",\"fulltext\":\" At this time, the wiki is pretty empty since I\'m just starting to use it regularly. You\'ll find three top-level pages.\\r\\n\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Academics\\\" target=\\\"_blank\\\">Academics<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Project\\\" target=\\\"_blank\\\">Project<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Hobby\\\" target=\\\"_blank\\\">Hobby<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\nThese are the locations where I intend to begin (and continue) documenting my activities in those categories.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nUnfortunately, these top-level pages don\'t contain any interesting content yet. In the mean time, I\'ll be using the <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Journal\\\" target=\\\"_blank\\\">Journal<\\/a> page to write notes about things that I\'m currently working on. These notes may be simple instructions for installing software or more complicated thoughts about design challenges for a current project.\\r\\n<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2015-08-17 22:50:12\",\"created_by\":\"\",\"created_by_alias\":\"\",\"modified\":\"2015-08-17 23:01:34\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-17 22:59:32\",\"publish_up\":\"2015-08-17 22:50:12\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(257,'com_content.article.12','','2015-08-17 23:02:47',431,2842,'5f118e8ee5d6637976e097ed7656c9accfe98157','{\"id\":12,\"asset_id\":\"78\",\"title\":\"Mark T. Wiki just went live!\",\"alias\":\"mark-t-wiki-just-went-live\",\"introtext\":\"<p>\\r\\nMy personal wiki site (<a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">wiki.mark-toma.com<\\/a>) is now live on the web!\",\"fulltext\":\" At this time, the wiki is pretty empty since I\'m just starting to use it regularly. You\'ll find three top-level pages.\\r\\n\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Academics\\\" target=\\\"_blank\\\">Academics<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Project\\\" target=\\\"_blank\\\">Project<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Hobby\\\" target=\\\"_blank\\\">Hobby<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\nThese are the locations where I intend to begin (and continue) documenting my activities in those categories.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nUnfortunately, these top-level pages don\'t contain any interesting content yet. In the mean time, I\'ll be using the <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Journal\\\" target=\\\"_blank\\\">Journal<\\/a> page to write notes about things that I\'m currently working on. These notes may be simple instructions for installing software or more complicated thoughts about design challenges for a current project.\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-08-17 22:50:12\",\"created_by\":\"0\",\"created_by_alias\":\"\",\"modified\":\"2015-08-17 23:02:47\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-17 23:01:34\",\"publish_up\":\"2015-08-17 22:50:12\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(258,'com_content.article.12','','2015-08-17 23:05:47',431,2844,'77bc5cbd52e67a2c45f3c9a376155f24819de93c','{\"id\":12,\"asset_id\":\"78\",\"title\":\"Mark T. Wiki just went live!\",\"alias\":\"mark-t-wiki-just-went-live\",\"introtext\":\"<p>\\r\\nMy personal wiki site (<a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">wiki.mark-toma.com<\\/a>) is now live on the web!\",\"fulltext\":\" At this time, the wiki is pretty empty since I\'m just starting to use it regularly. You\'ll find three top-level pages.\\r\\n\\r\\n<ul>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Academics\\\" target=\\\"_blank\\\">Academics<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Project\\\" target=\\\"_blank\\\">Project<\\/a><\\/li>\\r\\n<li><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Hobby\\\" target=\\\"_blank\\\">Hobby<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\nThese are the locations where I intend to begin (and continue) documenting my activities in those categories.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nUnfortunately, these top-level pages don\'t contain any interesting content yet. In the mean time, I\'ll be using the <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Journal\\\" target=\\\"_blank\\\">Journal<\\/a> page to write notes about things that I\'m currently working on. These notes may be simple instructions for installing software or more complicated thoughts about design challenges for a current project.\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-08-17 22:50:12\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-08-17 23:05:47\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-17 23:04:58\",\"publish_up\":\"2015-08-17 22:50:12\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"3\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(259,'com_content.article.11','','2015-08-17 23:06:17',431,2016,'eaa5819863f623a1400317358984bce9cd51f846','{\"id\":11,\"asset_id\":\"71\",\"title\":\"My first blog post\",\"alias\":\"my-first-blog-post\",\"introtext\":\"<p>\\r\\nI suppose that the title of this posting is quite direct &mdash; this is my first blog entry!\\r\\n\",\"fulltext\":\"\\r\\nAlthough the main purpose of this posting is merely to test the waters in the blogging workflow, I\'ll take this opportunity to elaborate a bit on my thoughts for future development of this site feature.\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-08-02 06:43:20\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-08-17 23:06:17\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-17 23:05:52\",\"publish_up\":\"2015-08-02 06:43:20\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"13\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(261,'com_content.article.1','','2015-08-17 23:14:04',431,4977,'2e6063660676e3e6a6efb58c24a76bebab98a3fe','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal! \\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nIn order to keep things simple, you\'ll find only a few main pages on this site:\\r\\n<ul>\\r\\n<li><a href=\\\"\\/bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"\\/professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"\\/blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nIn addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nIf you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.\\r\\n<\\/p>\\r\\n\\r\\n<p>\\r\\nEnjoy!\\r\\n<\\/br>\\r\\nMark Tomaszewski\\r\\n<\\/p>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\/bio>Bio<\\/a><\\/h3>\\r\\n<p>While the majority of this site content is focused on what I&apos;m doing now or what my passions are for the future, the <a href=\\/bio>Bio<\\/a> page <strong>offers a view of my past experiences that have influenced my current position in life<\\/strong>. Although the personal aspects of my daily life with friends and family are not greatly emphasized on this site, much of the person I am today has been molded by these elements of my past. Here is where I pay respect to those people who have dearly inspired me and the events which have molded the principles and values I honor in my life.<\\/p>\\r\\n\\r\\n<h3><a href=\\/professional>Professional<\\/a><\\/h3>\\r\\nHere&apos;s a snapshot of my current professional status (<a href=http:\\/\\/www.buffalo.edu\\/ target=_blank>University at Buffalo<\\/a>):\\r\\n<ul>\\r\\n<li>Ph.D. student in mechanical engineering (dynamics controls and mechatronics)<\\/li>\\r\\n<li>Teaching Assistant in the department of Mechanical and Aerospace Engineering<\\/li>\\r\\n<li>Member of the <a href=http:\\/\\/mechatronics.eng.buffalo.edu\\/ target=_blank>Automation, Robotics, and Mechatronics Laboratory (ARMLAB)<\\/a><\\/li>\\r\\n<li>President of the <a href=https:\\/\\/www.facebook.com\\/UB.MAE.GSA target=_blank>Mechanical and Aerospace Engineering Graduate Student Association (MAE-GSA)<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<p>Check out the <a href=\\/professional>Professional<\\/a> page for my <strong>detailed digital resume including live links to additional supporting content<\\/strong>.<\\/p>\\r\\n\\r\\n<h3><a href=\\/project>Project<\\/a><\\/h3>\\r\\n<p>You&apos;ll come to realize through my <a href=\\/bio>Bio<\\/a> and <a href=\\/professional>Professional<\\/a> pages that I am very passionate about learning and creating new things (typically involving technology). As a student, I have embarked upon many academic and research-oriented projects, but these documented works (see: <a href=\\/professional>Professional<\\/a>) do not fully describe my technical project repertoire. The <a href=\\/project>Project<\\/a> page presents <strong>descriptive briefs for those projects I tend to in my free time outside of academia, but treat with due diligence in a technical sense<\\/strong>.<\\/p>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2015-08-17 23:14:04\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-08-17 23:13:36\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":39,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"1342\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(282,'com_content.article.13','','2015-11-06 08:15:48',431,5623,'28490421179858409eb095139f88070b5f257fe2','{\"id\":13,\"asset_id\":82,\"title\":\"PubMed Research Trends (Hidradenitis Suppurativa)\",\"alias\":\"pubmed-research-trends-hidradenitis-suppurativa\",\"introtext\":\"<p>\\r\\nMy dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\nPeople who know me well are very much aware of my focused interest and passion for a little known skin disease named <a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.aad.org\\/dermatology-a-to-z\\/diseases-and-treatments\\/e---h\\/hidradenitis-suppurativa\\\">Hidradenitis Supurativa (HS)<\\/a>, which is also known as Acne Inversa. I spend a good bit of my free time reading information on HS in the public domain; starting conversations with patients, doctors, and scientists; and stumbling through the peer-reviewed literature with hopes that some day my influence may contribute toward advancing the prognosis of HS patients. As it stands today, HS is regarded as a chronic illness that is painful, disabling, ill-understood (no agreed-upon mechanism), and has no known cure. If I could have a single wish granted (aside from personal health and immortality), it would surely be for the eradication of HS &mdash; a monster that affects my favorite person.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I have done periodically for a little over a year, I was just working on updating my catalog of HS publications this evening. In my typical systematic and procedural approach, I was set out to pull down references before finding full-text PDFs from a few choice databases with my standard set of search queries. The fun began with the first query for ( \\\"hidradenitis\\\" OR \\\"suppurativa\\\" ) AND \\\"20<nn>\\\" that returns a liberal collection of all HS publications by year.\\r\\n<\\/p>\\r\\n<p>\\r\\nThe results from the first query targeting the current year (2015) revealed 169 results! The year hasn\'t quite ended yet, and this number of search hits is notably higher than any year in the past decade. My curiosity kicked in immediately and my inner number nerd easily found a new manifestation in this otherwise mundane research maintenance task.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I commenced my trip down an investigative rabbit-hole, subsequent queries for preceding years returned fewer results. All the way down to 2010, the decrease was monotonic and seemingly substantial. I kept going back in time through 2005 while noticing the same phenomenon. Finally by the years 2004, 2003, and down into 2000, the decreasing trend had broken. If not for the late hour and my fading motivation (laziness), I\'d have continued the historical descent further and further until some plateau became undeniably evident.\\r\\n<\\/p>\\r\\n<p>\\r\\nHere\'s where the real fun could begin. What good is a list of sequential data if not depicted in (at least) a simple visualization? A quick copy and paste of this information into spreadsheet allowed for a simple scatter plot that shows an interesting apparent trend. Crude and naive visual inspection of the plot shows what looks like a possible exponential increase in the popularity of HS research in PubMed throughout the past decade!\\r\\n<\\/p>\\r\\n<p>\\r\\nI know, I know, I know that it isn\'t proper to imply inferences from an ad-hoc and hasty \\\"data analysis\\\" exercise such as this, but my emotions just can\'t help but bias my rational integrity with innocent optimism that supports my grandest dreams. I just can\'t help but imagine a reality in which this indicates a trend of exponentially increasing HS research results... and ultimately a cure for this disease!\\r\\n<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2015-11-06 08:15:48\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-06 08:15:48\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-11-06 08:15:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"hidradenitis, suppurativa, cure, medical, medicine, research, pubmed, nlm, biological, science\",\"metadesc\":\"My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(283,'com_content.article.13','','2015-11-06 08:16:43',431,5641,'83704e6065330185f4c88330c7251b8bd8bcbcc8','{\"id\":13,\"asset_id\":\"82\",\"title\":\"PubMed Research Trends (Hidradenitis Suppurativa)\",\"alias\":\"pubmed-research-trends-hidradenitis-suppurativa\",\"introtext\":\"<p>\\r\\nMy dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\nPeople who know me well are very much aware of my focused interest and passion for a little known skin disease named <a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.aad.org\\/dermatology-a-to-z\\/diseases-and-treatments\\/e---h\\/hidradenitis-suppurativa\\\">Hidradenitis Supurativa (HS)<\\/a>, which is also known as Acne Inversa. I spend a good bit of my free time reading information on HS in the public domain; starting conversations with patients, doctors, and scientists; and stumbling through the peer-reviewed literature with hopes that some day my influence may contribute toward advancing the prognosis of HS patients. As it stands today, HS is regarded as a chronic illness that is painful, disabling, ill-understood (no agreed-upon mechanism), and has no known cure. If I could have a single wish granted (aside from personal health and immortality), it would surely be for the eradication of HS &mdash; a monster that affects my favorite person.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I have done periodically for a little over a year, I was just working on updating my catalog of HS publications this evening. In my typical systematic and procedural approach, I was set out to pull down references before finding full-text PDFs from a few choice databases with my standard set of search queries. The fun began with the first query for ( \\\"hidradenitis\\\" OR \\\"suppurativa\\\" ) AND \\\"20<nn>\\\" that returns a liberal collection of all HS publications by year.\\r\\n<\\/p>\\r\\n<p>\\r\\nThe results from the first query targeting the current year (2015) revealed 169 results! The year hasn\'t quite ended yet, and this number of search hits is notably higher than any year in the past decade. My curiosity kicked in immediately and my inner number nerd easily found a new manifestation in this otherwise mundane research maintenance task.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I commenced my trip down an investigative rabbit-hole, subsequent queries for preceding years returned fewer results. All the way down to 2010, the decrease was monotonic and seemingly substantial. I kept going back in time through 2005 while noticing the same phenomenon. Finally by the years 2004, 2003, and down into 2000, the decreasing trend had broken. If not for the late hour and my fading motivation (laziness), I\'d have continued the historical descent further and further until some plateau became undeniably evident.\\r\\n<\\/p>\\r\\n<p>\\r\\nHere\'s where the real fun could begin. What good is a list of sequential data if not depicted in (at least) a simple visualization? A quick copy and paste of this information into spreadsheet allowed for a simple scatter plot that shows an interesting apparent trend. Crude and naive visual inspection of the plot shows what looks like a possible exponential increase in the popularity of HS research in PubMed throughout the past decade!\\r\\n<\\/p>\\r\\n<p>\\r\\nI know, I know, I know that it isn\'t proper to imply inferences from an ad-hoc and hasty \\\"data analysis\\\" exercise such as this, but my emotions just can\'t help but bias my rational integrity with innocent optimism that supports my grandest dreams. I just can\'t help but imagine a reality in which this indicates a trend of exponentially increasing HS research results... and ultimately a cure for this disease!\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-11-06 08:15:48\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-06 08:16:43\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-11-06 08:15:48\",\"publish_up\":\"2015-11-06 08:15:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"hidradenitis, suppurativa, cure, medical, medicine, research, pubmed, nlm, biological, science\",\"metadesc\":\"My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(284,'com_content.article.13','','2015-11-06 08:17:54',431,5647,'cd7e57c336418e56821d0da7baa2db60f13aeeee','{\"id\":13,\"asset_id\":\"82\",\"title\":\"PubMed Research Trends (Hidradenitis Suppurativa)\",\"alias\":\"pubmed-research-trends-hidradenitis-suppurativa\",\"introtext\":\"<p>\\r\\nMy dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\nPeople who know me well are very much aware of my focused interest and passion for a little known skin disease named <a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.aad.org\\/dermatology-a-to-z\\/diseases-and-treatments\\/e---h\\/hidradenitis-suppurativa\\\">Hidradenitis Supurativa (HS)<\\/a>, which is also known as Acne Inversa. I spend a good bit of my free time reading information on HS in the public domain; starting conversations with patients, doctors, and scientists; and stumbling through the peer-reviewed literature with hopes that some day my influence may contribute toward advancing the prognosis of HS patients. As it stands today, HS is regarded as a chronic illness that is painful, disabling, ill-understood (no agreed-upon mechanism), and has no known cure. If I could have a single wish granted (aside from personal health and immortality), it would surely be for the eradication of HS &mdash; a monster that affects my favorite person.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I have done periodically for a little over a year, I was just working on updating my catalog of HS publications this evening. In my typical systematic and procedural approach, I was set out to pull down references before finding full-text PDFs from a few choice databases with my standard set of search queries. The fun began with the first query for ( \\\"hidradenitis\\\" OR \\\"suppurativa\\\" ) AND \\\"20&lt;nn&gt;\\\" that returns a liberal collection of all HS publications by year.\\r\\n<\\/p>\\r\\n<p>\\r\\nThe results from the first query targeting the current year (2015) revealed 169 results! The year hasn\'t quite ended yet, and this number of search hits is notably higher than any year in the past decade. My curiosity kicked in immediately and my inner number nerd easily found a new manifestation in this otherwise mundane research maintenance task.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I commenced my trip down an investigative rabbit-hole, subsequent queries for preceding years returned fewer results. All the way down to 2010, the decrease was monotonic and seemingly substantial. I kept going back in time through 2005 while noticing the same phenomenon. Finally by the years 2004, 2003, and down into 2000, the decreasing trend had broken. If not for the late hour and my fading motivation (laziness), I\'d have continued the historical descent further and further until some plateau became undeniably evident.\\r\\n<\\/p>\\r\\n<p>\\r\\nHere\'s where the real fun could begin. What good is a list of sequential data if not depicted in (at least) a simple visualization? A quick copy and paste of this information into spreadsheet allowed for a simple scatter plot that shows an interesting apparent trend. Crude and naive visual inspection of the plot shows what looks like a possible exponential increase in the popularity of HS research in PubMed throughout the past decade!\\r\\n<\\/p>\\r\\n<p>\\r\\nI know, I know, I know that it isn\'t proper to imply inferences from an ad-hoc and hasty \\\"data analysis\\\" exercise such as this, but my emotions just can\'t help but bias my rational integrity with innocent optimism that supports my grandest dreams. I just can\'t help but imagine a reality in which this indicates a trend of exponentially increasing HS research results... and ultimately a cure for this disease!\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-11-06 08:15:48\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-06 08:17:54\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-11-06 08:16:43\",\"publish_up\":\"2015-11-06 08:15:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"hidradenitis, suppurativa, cure, medical, medicine, research, pubmed, nlm, biological, science\",\"metadesc\":\"My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\",\"access\":\"1\",\"hits\":\"1\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(285,'com_content.article.13','','2015-11-06 08:20:28',431,5945,'a4b1f282805d27909ad44808eaf90c63f765c723','{\"id\":13,\"asset_id\":\"82\",\"title\":\"PubMed Research Trends (Hidradenitis Suppurativa)\",\"alias\":\"pubmed-research-trends-hidradenitis-suppurativa\",\"introtext\":\"<p>\\r\\nMy dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\nPeople who know me well are very much aware of my focused interest and passion for a little known skin disease named <a target=\\\"_blank\\\" href=\\\"https:\\/\\/www.aad.org\\/dermatology-a-to-z\\/diseases-and-treatments\\/e---h\\/hidradenitis-suppurativa\\\">Hidradenitis Supurativa (HS)<\\/a>, which is also known as Acne Inversa. I spend a good bit of my free time reading information on HS in the public domain; starting conversations with patients, doctors, and scientists; and stumbling through the peer-reviewed literature with hopes that some day my influence may contribute toward advancing the prognosis of HS patients. As it stands today, HS is regarded as a chronic illness that is painful, disabling, ill-understood (no agreed-upon mechanism), and has no known cure. If I could have a single wish granted (aside from personal health and immortality), it would surely be for the eradication of HS &mdash; a monster that affects my favorite person.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I have done periodically for a little over a year, I was just working on updating my catalog of HS publications this evening. In my typical systematic and procedural approach, I was set out to pull down references before finding full-text PDFs from a few choice databases with my standard set of search queries. The fun began with the first query for ( \\\"hidradenitis\\\" OR \\\"suppurativa\\\" ) AND \\\"20&lt;nn&gt;\\\" that returns a liberal collection of all HS publications by year.\\r\\n<\\/p>\\r\\n<p>\\r\\nThe results from the first query targeting the current year (2015) revealed 169 results! The year hasn\'t quite ended yet, and this number of search hits is notably higher than any year in the past decade. My curiosity kicked in immediately and my inner number nerd easily found a new manifestation in this otherwise mundane research maintenance task.\\r\\n<\\/p>\\r\\n<p>\\r\\nAs I commenced my trip down an investigative rabbit-hole, subsequent queries for preceding years returned fewer results. All the way down to 2010, the decrease was monotonic and seemingly substantial. I kept going back in time through 2005 while noticing the same phenomenon. Finally by the years 2004, 2003, and down into 2000, the decreasing trend had broken. If not for the late hour and my fading motivation (laziness), I\'d have continued the historical descent further and further until some plateau became undeniably evident.\\r\\n<\\/p>\\r\\n<p>\\r\\nHere\'s where the real fun could begin. What good is a list of sequential data if not depicted in (at least) a simple visualization? A quick copy and paste of this information into spreadsheet allowed for a simple scatter plot that shows an interesting apparent trend. Crude and naive visual inspection of the plot shows what looks like a possible exponential increase in the popularity of HS research in PubMed throughout the past decade!\\r\\n<\\/p>\\r\\n<figure class=\\\"pull-center\\\"><img src=\\\"images\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\" alt=\\\"\\\" title=\\\"PubMed hits on HS versus time\\\" \\/><figcaption>Number of publications matching the search query \\\"hidradenitis OR suppurativa\\\" from PubMed by publication year.<\\/figcaption><\\/figure>\\r\\n<p>\\r\\nI know, I know, I know that it isn\'t proper to imply inferences from an ad-hoc and hasty \\\"data analysis\\\" exercise such as this, but my emotions just can\'t help but bias my rational integrity with innocent optimism that supports my grandest dreams. I just can\'t help but imagine a reality in which this indicates a trend of exponentially increasing HS research results... and ultimately a cure for this disease!\\r\\n<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-11-06 08:15:48\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-06 08:20:28\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-11-06 08:17:54\",\"publish_up\":\"2015-11-06 08:15:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":4,\"ordering\":\"0\",\"metakey\":\"hidradenitis, suppurativa, cure, medical, medicine, research, pubmed, nlm, biological, science\",\"metadesc\":\"My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\",\"access\":\"1\",\"hits\":\"2\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(286,'com_content.article.14','','2015-11-17 05:37:52',431,4059,'5fdf0dd01f122a85beb18defc4a4a230f9723220','{\"id\":14,\"asset_id\":83,\"title\":\"My first hidradenitis suppurativa support group meeting\",\"alias\":\"my-first-hidradenitis-suppurativa-support-group-meeting\",\"introtext\":\"<p>This evening I had the great pleasure to participate in my first hidradenitis suppurativa (HS) support group meeting. Although we didn\'t make the trip to\\u00a0<a href=\\\"http:\\/\\/www.massgeneral.org\\/\\\" target=\\\"_blank\\\">Massachusetts General Hospital (MGH)<\\/a> to meet with the group in person, my sister and I were able to patch in remotely via Google Hangouts video call. This was made possible by the exceptional efforts put forth by Molly and Katie with <a href=\\\"https:\\/\\/www.facebook.com\\/curtis.harvard\\\" target=\\\"_blank\\\">Harvard Skin Studies<\\/a> to include the greater HS community.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>The <a href=\\\"http:\\/\\/www.massgeneral.org\\/dermatology\\/services\\/curtis.aspx\\\" target=\\\"_blank\\\">Clinical Unit for Research Trials and Outcomes in Skin (CURTIS)<\\/a>, also called Harvard Skin Studies, is a research unit in the dermatology department of MGH that is directed by one of the world\'s leading researchers in HS, <a href=\\\"http:\\/\\/www.massgeneral.org\\/dermatology\\/doctors\\/doctor.aspx?id=17581\\\" target=\\\"_blank\\\">Alexa Kimball, MD, MPH<\\/a>. Dr. Kimball is also the Medical Director of the Massachusetts General Physicians Organization and Professor of Dermatology at Harvard Medical School. Among the broad spectrum of dermatology research Dr. Kimball has published, her contributions to the knowledge of HS can be found with a <a href=\\\"http:\\/\\/www.ncbi.nlm.nih.gov\\/pubmed\\/?term=kimball+hidradenitis+suppurativa\\\" target=\\\"_blank\\\">search in PubMed for \\\"kimball hidradenitis suppurativa\\\"<\\/a>.<\\/p>\\r\\n<p>With recent interest in the evaluation of adalimumab as a treatment for moderate to severe HS (AbbVie\'s Humira), it seems that some momentum may be accumulating in the motivation for future HS research. Harvard Skin Studies is currently gearing up for a new HS treatment study, and with this campaign has expanded their resources to perform outreach into the broader HS community at large on the internet. Kudos to\\u00a0<a href=\\\"https:\\/\\/www.facebook.com\\/curtis.harvard\\\" target=\\\"_blank\\\">Harvard Skin Studies\' Facebook presence<\\/a> for realizing this, entering into the many closed (private) Facebook support groups for HS, and inviting HS patients, friends, family, and medical professional worldwide to join in their local group at MGH.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2015-11-17 05:37:52\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2015-11-17 05:37:52\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2015-11-17 05:37:52\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(287,'com_content.article.13','','2015-11-17 05:38:21',431,5889,'0c61233ec3a555e98c06f83e90f6a561dae2217a','{\"id\":13,\"asset_id\":\"82\",\"title\":\"PubMed research trends (hidradenitis suppurativa)\",\"alias\":\"pubmed-research-trends-hidradenitis-suppurativa\",\"introtext\":\"<p>My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>People who know me well are very much aware of my focused interest and passion for a little known skin disease named <a href=\\\"https:\\/\\/www.aad.org\\/dermatology-a-to-z\\/diseases-and-treatments\\/e---h\\/hidradenitis-suppurativa\\\" target=\\\"_blank\\\">Hidradenitis Supurativa (HS)<\\/a>, which is also known as Acne Inversa. I spend a good bit of my free time reading information on HS in the public domain; starting conversations with patients, doctors, and scientists; and stumbling through the peer-reviewed literature with hopes that some day my influence may contribute toward advancing the prognosis of HS patients. As it stands today, HS is regarded as a chronic illness that is painful, disabling, ill-understood (no agreed-upon mechanism), and has no known cure. If I could have a single wish granted (aside from personal health and immortality), it would surely be for the eradication of HS \\u2014 a monster that affects my favorite person.<\\/p>\\r\\n<p>As I have done periodically for a little over a year, I was just working on updating my catalog of HS publications this evening. In my typical systematic and procedural approach, I was set out to pull down references before finding full-text PDFs from a few choice databases with my standard set of search queries. The fun began with the first query for ( \\\"hidradenitis\\\" OR \\\"suppurativa\\\" ) AND \\\"20&lt;nn&gt;\\\" that returns a liberal collection of all HS publications by year.<\\/p>\\r\\n<p>The results from the first query targeting the current year (2015) revealed 169 results! The year hasn\'t quite ended yet, and this number of search hits is notably higher than any year in the past decade. My curiosity kicked in immediately and my inner number nerd easily found a new manifestation in this otherwise mundane research maintenance task.<\\/p>\\r\\n<p>As I commenced my trip down an investigative rabbit-hole, subsequent queries for preceding years returned fewer results. All the way down to 2010, the decrease was monotonic and seemingly substantial. I kept going back in time through 2005 while noticing the same phenomenon. Finally by the years 2004, 2003, and down into 2000, the decreasing trend had broken. If not for the late hour and my fading motivation (laziness), I\'d have continued the historical descent further and further until some plateau became undeniably evident.<\\/p>\\r\\n<p>Here\'s where the real fun could begin. What good is a list of sequential data if not depicted in (at least) a simple visualization? A quick copy and paste of this information into spreadsheet allowed for a simple scatter plot that shows an interesting apparent trend. Crude and naive visual inspection of the plot shows what looks like a possible exponential increase in the popularity of HS research in PubMed throughout the past decade!<\\/p>\\r\\n<figure class=\\\"pull-center\\\"><img title=\\\"PubMed hits on HS versus time\\\" src=\\\"images\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\" alt=\\\"\\\" \\/><figcaption>Number of publications matching the search query \\\"hidradenitis OR suppurativa\\\" from PubMed by publication year.<\\/figcaption><\\/figure>\\r\\n<p>I know, I know, I know that it isn\'t proper to imply inferences from an ad-hoc and hasty \\\"data analysis\\\" exercise such as this, but my emotions just can\'t help but bias my rational integrity with innocent optimism that supports my grandest dreams. I just can\'t help but imagine a reality in which this indicates a trend of exponentially increasing HS research results... and ultimately a cure for this disease!<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-11-06 08:15:48\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-17 05:38:21\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-11-17 05:38:01\",\"publish_up\":\"2015-11-06 08:15:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/nlm_pubmed_search_hits_on_hs_plot_exp.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"hidradenitis, suppurativa, cure, medical, medicine, research, pubmed, nlm, biological, science\",\"metadesc\":\"My dream that researchers will find a cure for Hidradenitis Suppurativa lives somewhere between a delayed excitement with current advances in medical\\/biological technologies and a recent exercise in naive data extrapolation.\",\"access\":\"1\",\"hits\":\"33\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(288,'com_content.article.14','','2015-11-17 05:46:03',431,4420,'89b6453cc8d487c6c5fdacf5170b5cd410acfe50','{\"id\":14,\"asset_id\":\"83\",\"title\":\"My first hidradenitis suppurativa support group meeting\",\"alias\":\"my-first-hidradenitis-suppurativa-support-group-meeting\",\"introtext\":\"<p>This evening I had the great pleasure to participate in my first hidradenitis suppurativa (HS) support group meeting. Although we didn\'t make the trip to\\u00a0<a href=\\\"http:\\/\\/www.massgeneral.org\\/\\\" target=\\\"_blank\\\">Massachusetts General Hospital (MGH)<\\/a> to meet with the group in person, my sister and I were able to patch in remotely via Google Hangouts video call. This was made possible by the exceptional efforts put forth by Molly and Katie with <a href=\\\"https:\\/\\/www.facebook.com\\/curtis.harvard\\\" target=\\\"_blank\\\">Harvard Skin Studies<\\/a> to include the greater HS community.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>The <a href=\\\"http:\\/\\/www.massgeneral.org\\/dermatology\\/services\\/curtis.aspx\\\" target=\\\"_blank\\\">Clinical Unit for Research Trials and Outcomes in Skin (CURTIS)<\\/a>, also called Harvard Skin Studies, is a research unit in the dermatology department of MGH that is directed by one of the world\'s leading researchers in HS, <a href=\\\"http:\\/\\/www.massgeneral.org\\/dermatology\\/doctors\\/doctor.aspx?id=17581\\\" target=\\\"_blank\\\">Alexa Kimball, MD, MPH<\\/a>. Dr. Kimball is also the Medical Director of the Massachusetts General Physicians Organization and Professor of Dermatology at Harvard Medical School. Among the broad spectrum of dermatology research Dr. Kimball has published, her contributions to the knowledge of HS can be found with a <a href=\\\"http:\\/\\/www.ncbi.nlm.nih.gov\\/pubmed\\/?term=kimball+hidradenitis+suppurativa\\\" target=\\\"_blank\\\">search in PubMed for \\\"kimball hidradenitis suppurativa\\\"<\\/a>.<\\/p>\\r\\n<p>With recent interest in the evaluation of adalimumab as a treatment for moderate to severe HS (AbbVie\'s Humira), it seems that some momentum may be accumulating in the motivation for future HS research. Harvard Skin Studies is currently gearing up for a new HS treatment study, and with this campaign has expanded their resources to perform outreach into the broader HS community at large on the internet. Kudos to\\u00a0<a href=\\\"https:\\/\\/www.facebook.com\\/curtis.harvard\\\" target=\\\"_blank\\\">Harvard Skin Studies\' Facebook presence<\\/a> for realizing this, entering into the many closed (private) Facebook support groups for HS, and inviting HS patients, friends, family, and medical professional worldwide to join in their local HS support group at MGH.<\\/p>\\r\\n<p>The support group meeting took place at MGH around dinner time today, and kicked off as one might expect as the first meeting. Guided by two wonderfully delightful moderators, Molly and Katie (medical research colleagues of Dr. Kimball), the meeting began with a welcoming round of introductions from everyone including remote attendees.<\\/p>\",\"state\":1,\"catid\":\"10\",\"created\":\"2015-11-17 05:37:52\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-17 05:46:03\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-11-17 05:38:28\",\"publish_up\":\"2015-11-17 05:37:52\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(289,'com_content.article.14','','2015-11-17 05:46:28',431,4419,'b71770f610caddebcc7ff1743e42061f15b38f74','{\"id\":14,\"asset_id\":\"83\",\"title\":\"My first hidradenitis suppurativa support group meeting\",\"alias\":\"my-first-hidradenitis-suppurativa-support-group-meeting\",\"introtext\":\"<p>This evening I had the great pleasure to participate in my first hidradenitis suppurativa (HS) support group meeting. Although we didn\'t make the trip to\\u00a0<a href=\\\"http:\\/\\/www.massgeneral.org\\/\\\" target=\\\"_blank\\\">Massachusetts General Hospital (MGH)<\\/a> to meet with the group in person, my sister and I were able to patch in remotely via Google Hangouts video call. This was made possible by the exceptional efforts put forth by Molly and Katie with <a href=\\\"https:\\/\\/www.facebook.com\\/curtis.harvard\\\" target=\\\"_blank\\\">Harvard Skin Studies<\\/a> to include the greater HS community.<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>The <a href=\\\"http:\\/\\/www.massgeneral.org\\/dermatology\\/services\\/curtis.aspx\\\" target=\\\"_blank\\\">Clinical Unit for Research Trials and Outcomes in Skin (CURTIS)<\\/a>, also called Harvard Skin Studies, is a research unit in the dermatology department of MGH that is directed by one of the world\'s leading researchers in HS, <a href=\\\"http:\\/\\/www.massgeneral.org\\/dermatology\\/doctors\\/doctor.aspx?id=17581\\\" target=\\\"_blank\\\">Alexa Kimball, MD, MPH<\\/a>. Dr. Kimball is also the Medical Director of the Massachusetts General Physicians Organization and Professor of Dermatology at Harvard Medical School. Among the broad spectrum of dermatology research Dr. Kimball has published, her contributions to the knowledge of HS can be found with a <a href=\\\"http:\\/\\/www.ncbi.nlm.nih.gov\\/pubmed\\/?term=kimball+hidradenitis+suppurativa\\\" target=\\\"_blank\\\">search in PubMed for \\\"kimball hidradenitis suppurativa\\\"<\\/a>.<\\/p>\\r\\n<p>With recent interest in the evaluation of adalimumab as a treatment for moderate to severe HS (AbbVie\'s Humira), it seems that some momentum may be accumulating in the motivation for future HS research. Harvard Skin Studies is currently gearing up for a new HS treatment study, and with this campaign has expanded their resources to perform outreach into the broader HS community at large on the internet. Kudos to\\u00a0<a href=\\\"https:\\/\\/www.facebook.com\\/curtis.harvard\\\" target=\\\"_blank\\\">Harvard Skin Studies\' Facebook presence<\\/a> for realizing this, entering into the many closed (private) Facebook support groups for HS, and inviting HS patients, friends, family, and medical professional worldwide to join in their local HS support group at MGH.<\\/p>\\r\\n<p>The support group meeting took place at MGH around dinner time today, and kicked off as one might expect as the first meeting. Guided by two wonderfully delightful moderators, Molly and Katie (medical research colleagues of Dr. Kimball), the meeting began with a welcoming round of introductions from everyone including remote attendees.<\\/p>\",\"state\":1,\"catid\":\"9\",\"created\":\"2015-11-17 05:37:52\",\"created_by\":\"432\",\"created_by_alias\":\"\",\"modified\":\"2015-11-17 05:46:28\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2015-11-17 05:46:03\",\"publish_up\":\"2015-11-17 05:37:52\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(295,'com_content.article.1','','2016-04-10 03:21:18',431,4901,'888f30710b7aab67f572010ee88b569b6854f22a','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\\r\\n<!--\\r\\n<h3><a href=\\/bio>Bio<\\/a><\\/h3>\\r\\n<p>While the majority of this site content is focused on what I&apos;m doing now or what my passions are for the future, the <a href=\\/bio>Bio<\\/a> page <strong>offers a view of my past experiences that have influenced my current position in life<\\/strong>. Although the personal aspects of my daily life with friends and family are not greatly emphasized on this site, much of the person I am today has been molded by these elements of my past. Here is where I pay respect to those people who have dearly inspired me and the events which have molded the principles and values I honor in my life.<\\/p>\\r\\n\\r\\n<h3><a href=\\/professional>Professional<\\/a><\\/h3>\\r\\nHere&apos;s a snapshot of my current professional status (<a href=http:\\/\\/www.buffalo.edu\\/ target=_blank>University at Buffalo<\\/a>):\\r\\n<ul>\\r\\n<li>Ph.D. student in mechanical engineering (dynamics controls and mechatronics)<\\/li>\\r\\n<li>Teaching Assistant in the department of Mechanical and Aerospace Engineering<\\/li>\\r\\n<li>Member of the <a href=http:\\/\\/mechatronics.eng.buffalo.edu\\/ target=_blank>Automation, Robotics, and Mechatronics Laboratory (ARMLAB)<\\/a><\\/li>\\r\\n<li>President of the <a href=https:\\/\\/www.facebook.com\\/UB.MAE.GSA target=_blank>Mechanical and Aerospace Engineering Graduate Student Association (MAE-GSA)<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<p>Check out the <a href=\\/professional>Professional<\\/a> page for my <strong>detailed digital resume including live links to additional supporting content<\\/strong>.<\\/p>\\r\\n\\r\\n<h3><a href=\\/project>Project<\\/a><\\/h3>\\r\\n<p>You&apos;ll come to realize through my <a href=\\/bio>Bio<\\/a> and <a href=\\/professional>Professional<\\/a> pages that I am very passionate about learning and creating new things (typically involving technology). As a student, I have embarked upon many academic and research-oriented projects, but these documented works (see: <a href=\\/professional>Professional<\\/a>) do not fully describe my technical project repertoire. The <a href=\\/project>Project<\\/a> page presents <strong>descriptive briefs for those projects I tend to in my free time outside of academia, but treat with due diligence in a technical sense<\\/strong>.<\\/p>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-10 03:21:18\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-10 03:19:34\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":41,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4670\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(296,'com_content.article.1','','2016-04-10 03:22:57',431,2791,'6a5ee8762f094976a4b04a2b2bb3c5d871285baf','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<\\/p>\\r\\n<p><img class=\\\"pull-right\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-10 03:22:57\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-10 03:21:18\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":42,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4672\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(297,'com_content.article.1','','2016-04-10 03:24:10',431,2779,'48fcc63dbad1ba3e45e8745b31175a749caef98a','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-10 03:24:10\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-10 03:22:57\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":43,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4673\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(298,'com_content.article.1','','2016-04-10 03:47:40',431,2790,'fc839f37fa134b27f975e565fe2107686dca528d','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right rect-round\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-10 03:47:40\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-10 03:47:24\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":44,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4679\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(299,'com_content.article.1','','2016-04-10 03:53:59',431,2808,'834c661111e1b7abd172fb29bb68dfd30955f9d8','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right rect-round\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-10 03:53:59\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-10 03:47:40\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":45,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4685\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(300,'com_content.article.1','','2016-04-14 02:41:34',431,2830,'3e5a526f9b6293651d5b0db0bc490f23549c137a','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right rect-round\\\" style=\\\"width: 30%;\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-14 02:41:34\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-14 02:39:57\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":46,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4779\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(302,'com_content.category.9','','2016-04-16 01:51:15',431,579,'4b6a0491b380dcc1df789fff2e3a3691cfd0e25e','{\"id\":9,\"asset_id\":\"70\",\"parent_id\":\"1\",\"lft\":\"15\",\"rgt\":16,\"level\":1,\"path\":\"main-pages\\/blog\",\"extension\":\"com_content\",\"title\":\"Blog\",\"alias\":\"blog\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-16 01:50:50\",\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"431\",\"created_time\":\"2015-08-01 02:02:10\",\"modified_user_id\":\"431\",\"modified_time\":\"2016-04-16 01:51:15\",\"hits\":\"0\",\"language\":\"*\",\"version\":\"1\"}',0),(303,'com_content.article.1','','2016-04-16 01:56:21',431,2831,'a877721fcf7ccd2127a451665741c7eb76bea056','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right rect-round\\\" style=\\\"width: 30%;\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">Wiki<\\/a> site. Links to this off-site information can be found in the footer or through blog posts.<\\/p>\\r\\n<p>If you\'d like to get in touch, please don\'t hesitate to send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.<\\/p>\\r\\n<p>Enjoy! Mark Tomaszewski<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-16 01:56:21\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-16 01:55:34\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"1\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":47,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4881\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(366,'com_content.article.15','','2016-04-21 04:22:23',431,2798,'db30c0e476ef387040a41e80dcb0daa8f05be6fd','{\"id\":15,\"asset_id\":97,\"title\":\"Control Myo using MATLAB!\",\"alias\":\"control-myo-using-matlab\",\"introtext\":\"<p>\\r\\nFinally the need has presented itself &mdash; I\'ve begun the development of a MATLAB wrapper for <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\">Thalmic Lab\' Myo<\\/a> gesture control armband!\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\nMyo is a consumer product marketed for use as a natural user interface input device. The typical consumer wears Myo on his or her arm to seamlessly control applications by way of orientation and kinematic information along with the detection of hand gestures. These outputs are enabled by eight surface electromyography (sEMG) sensors and an inertial measurement unit containing at least a three axis gyroscope and a three axis accelerometer (existence of a magnetometer is ambiguous). With this combination of technology packaged in a relatively inexpensive consumer product, this device is a wonderful treat for experimentation by students, researchers, scientists, and engineers!\\r\\n<\\/p>\\r\\n<p>\\r\\nJust over one year ago, an undergraduate researching student in my lab set out to harness the capabilities of Myo as a real time interactive data acquisition system to be accessed in the MATLAB environment. \\r\\n<\\/p>\",\"state\":0,\"catid\":\"9\",\"created\":\"2016-04-21 04:22:23\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-21 04:22:23\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(367,'com_content.article.1','','2016-04-22 04:12:33',431,2698,'bc733d292255ac86b34ba520bf3f659a26767ffc','{\"id\":1,\"asset_id\":\"54\",\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right rect-round\\\" style=\\\"width: 30%;\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">Wiki<\\/a> site.\\r\\n<\\/p>\\r\\n<p>\\r\\nIf you\'d like to get in touch, send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-22 04:12:33\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-22 04:09:43\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"1\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":49,\"ordering\":\"1\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"5043\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(371,'com_content.article.4','','2016-04-22 15:13:15',431,4019,'f260e778c48a84b0104fe48af038b375309606d8','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\"><\\/a>Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\"><\\/a>Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\"><\\/a>Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-22 15:13:15\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-22 15:12:29\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/ubid_picture.JPG\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":19,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"692\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(372,'com_content.article.4','','2016-04-22 15:13:40',431,4004,'f532d631d5ba8d52a1abc28d62eee0fff2bed4c8','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-22 15:13:40\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-22 15:13:15\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/ubid_picture.JPG\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":20,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"693\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(373,'com_content.article.4','','2016-04-22 15:14:59',431,4019,'da765e1502adde2b3b528da5b20a3d358bb1210b','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-22 15:14:59\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-22 15:13:40\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/ubid_picture.JPG\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"_:default\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":21,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"694\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(445,'com_contact.contact.1','','2016-04-24 20:56:46',431,1735,'8ee76210725e33be3b3547d936147f3dbe8cc825','{\"id\":1,\"name\":\"Mark Tomaszewski\",\"alias\":\"mark-tomaszewski\",\"con_position\":\"PhD Student, Mechanical Engineer\",\"address\":\"\",\"suburb\":\"North Tonawanda\",\"state\":\"NY\",\"country\":\"US\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"mark@mark-toma.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":\"432\",\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-04-24 20:56:46\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-24 20:56:46\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"hits\":null}',0),(446,'com_contact.contact.1','','2016-04-24 20:59:40',431,1760,'a9835d6da35e1cf12b68646a920cafae4c9b598c','{\"id\":1,\"name\":\"Mark Tomaszewski\",\"alias\":\"mark-tomaszewski\",\"con_position\":\"PhD Student, Mechanical Engineer\",\"address\":\"\",\"suburb\":\"North Tonawanda, NY\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"mark@mark-toma.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-24 20:58:29\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"plain\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":\"432\",\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-04-24 20:56:46\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-24 20:59:40\",\"modified_by\":\"431\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":2,\"hits\":\"1\"}',0),(447,'com_contact.contact.1','','2016-04-24 21:06:26',431,1755,'5a726b20b20b412902a2c588505265ed48c877ed','{\"id\":1,\"name\":\"Mark Tomaszewski\",\"alias\":\"mark-tomaszewski\",\"con_position\":\"PhD Student, Mechanical Engineer\",\"address\":\"\",\"suburb\":\"North Tonawanda, NY\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"mark@mark-toma.com\",\"default_con\":0,\"published\":\"1\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-24 21:06:08\",\"ordering\":\"1\",\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"presentation_style\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_misc\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":false,\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":false,\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":false,\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":false,\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":false,\\\"contact_layout\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"\\\",\\\"banned_email\\\":\\\"\\\",\\\"banned_subject\\\":\\\"\\\",\\\"banned_text\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":\"432\",\"catid\":\"4\",\"access\":\"1\",\"mobile\":\"\",\"webpage\":false,\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2016-04-24 20:56:46\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-24 21:06:26\",\"modified_by\":\"431\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":3,\"hits\":\"2\"}',0),(450,'com_content.article.15','','2016-04-25 00:57:08',431,2820,'eba991c92b1625c844b0b5bc5b6b59ac0d27050d','{\"id\":15,\"asset_id\":\"97\",\"title\":\"Control Myo using MATLAB!\",\"alias\":\"control-myo-using-matlab\",\"introtext\":\"<p>\\r\\nFinally the need has presented itself &mdash; I\'ve begun the development of a MATLAB wrapper for <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\">Thalmic Labs\' Myo<\\/a> gesture control armband!\\r\\n<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\r\\nMyo is a consumer product marketed for use as a natural user interface input device. The typical consumer wears Myo on his or her arm to seamlessly control applications by way of orientation and kinematic information along with the detection of hand gestures. These outputs are enabled by eight surface electromyography (sEMG) sensors and an inertial measurement unit containing at least a three axis gyroscope and a three axis accelerometer (existence of a magnetometer is ambiguous). With this combination of technology packaged in a relatively inexpensive consumer product, this device is a wonderful treat for experimentation by students, researchers, scientists, and engineers!\\r\\n<\\/p>\\r\\n<p>\\r\\nJust over one year ago, an undergraduate researching student in my lab set out to harness the capabilities of Myo as a real time interactive data acquisition system to be accessed in the MATLAB environment. \\r\\n<\\/p>\",\"state\":\"0\",\"catid\":\"9\",\"created\":\"2016-04-21 04:22:23\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-25 00:57:08\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2016-04-25 00:56:35\",\"publish_up\":\"\",\"publish_down\":\"\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_layout\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(451,'com_weblinks.category.15','','2016-04-29 05:18:20',431,560,'23657a0335467ed7428e88ba1d8700448896b397','{\"id\":15,\"asset_id\":104,\"parent_id\":\"1\",\"lft\":\"17\",\"rgt\":18,\"level\":1,\"path\":null,\"extension\":\"com_weblinks\",\"title\":\"On the Web\",\"alias\":\"on-the-web\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":\"1\",\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"431\",\"created_time\":\"2016-04-29 05:18:20\",\"modified_user_id\":null,\"modified_time\":\"2016-04-29 05:18:20\",\"hits\":\"0\",\"language\":\"*\",\"version\":null}',0),(452,'com_weblinks.weblink.1','','2016-04-29 05:19:41',431,829,'fb2acb822826179465cb1d1cdcbc22069f630edb','{\"id\":1,\"catid\":\"15\",\"title\":\"GitHub (mark-toma)\",\"alias\":\"github-mark-toma\",\"url\":\"https:\\/\\/github.com\\/mark-toma\",\"description\":\"\",\"hits\":null,\"state\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":1,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:19:41\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":null,\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(453,'com_weblinks.weblink.2','','2016-04-29 05:21:06',431,887,'412432f0fb88915ad40e4f43d0ec8f361fa20969','{\"id\":2,\"catid\":\"15\",\"title\":\"MathWorks Community\",\"alias\":\"mathworks-community\",\"url\":\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/profile\\/authors\\/4540343-mark-tomaszewski\",\"description\":\"\",\"hits\":null,\"state\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":2,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:21:06\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":null,\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(454,'com_weblinks.weblink.3','','2016-04-29 05:26:40',431,817,'1dc1e9fb7af2e998e1c5885e14193827fedc7a97','{\"id\":3,\"catid\":\"15\",\"title\":\"~ARMLAB~\",\"alias\":\"armlab\",\"url\":\"http:\\/\\/mechatronics.eng.buffalo.edu\\/\",\"description\":\"\",\"hits\":null,\"state\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":3,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:26:40\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":null,\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(455,'com_weblinks.weblink.4','','2016-04-29 05:27:21',431,814,'851d7063428be84f9e57ad31e95e50dc1c9c38ef','{\"id\":4,\"catid\":\"15\",\"title\":\"Mark T. Wiki\",\"alias\":\"mark-t-wiki\",\"url\":\"http:\\/\\/wiki.mark-toma.com\",\"description\":\"\",\"hits\":null,\"state\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":4,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:27:21\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"\",\"modified_by\":null,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":null,\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":1,\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(456,'com_weblinks.weblink.4','','2016-04-29 05:27:50',431,852,'8760f0e3abd4b6d9e2f95b9f944cf4502cf88d19','{\"id\":\"4\",\"catid\":\"15\",\"title\":\"Mark T. Wiki\",\"alias\":\"mark-t-wiki\",\"url\":\"http:\\/\\/wiki.mark-toma.com\",\"description\":\"\",\"hits\":\"0\",\"state\":\"1\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"ordering\":1,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:27:21\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-29 05:27:50\",\"modified_by\":\"431\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":\"1\",\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(457,'com_weblinks.weblink.1','','2016-04-29 05:27:50',431,867,'9cba98277e338d83babef51cd7d07a18b38b346f','{\"id\":\"1\",\"catid\":\"15\",\"title\":\"GitHub (mark-toma)\",\"alias\":\"github-mark-toma\",\"url\":\"https:\\/\\/github.com\\/mark-toma\",\"description\":\"\",\"hits\":\"0\",\"state\":\"1\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"ordering\":2,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:19:41\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-29 05:27:50\",\"modified_by\":\"431\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":\"1\",\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(458,'com_weblinks.weblink.2','','2016-04-29 05:27:50',431,925,'172e3c6e356564950f569c63cbb6533e562e2c21','{\"id\":\"2\",\"catid\":\"15\",\"title\":\"MathWorks Community\",\"alias\":\"mathworks-community\",\"url\":\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/profile\\/authors\\/4540343-mark-tomaszewski\",\"description\":\"\",\"hits\":\"0\",\"state\":\"1\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"ordering\":3,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:21:06\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-29 05:27:50\",\"modified_by\":\"431\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":\"1\",\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(459,'com_weblinks.weblink.3','','2016-04-29 05:27:50',431,855,'03669166022fd4ee07d546baac67a0d2aa415917','{\"id\":\"3\",\"catid\":\"15\",\"title\":\"~ARMLAB~\",\"alias\":\"armlab\",\"url\":\"http:\\/\\/mechatronics.eng.buffalo.edu\\/\",\"description\":\"\",\"hits\":\"0\",\"state\":\"1\",\"checked_out\":\"0\",\"checked_out_time\":\"0000-00-00 00:00:00\",\"ordering\":4,\"access\":\"1\",\"params\":\"{\\\"target\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"count_clicks\\\":\\\"\\\"}\",\"language\":\"*\",\"created\":\"2016-04-29 05:26:40\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2016-04-29 05:27:50\",\"modified_by\":\"431\",\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"xreference\":\"\",\"publish_up\":\"0000-00-00 00:00:00\",\"publish_down\":\"0000-00-00 00:00:00\",\"version\":\"1\",\"images\":\"{\\\"image_first\\\":\\\"\\\",\\\"float_first\\\":\\\"\\\",\\\"image_first_alt\\\":\\\"\\\",\\\"image_first_caption\\\":\\\"\\\",\\\"image_second\\\":\\\"\\\",\\\"float_second\\\":\\\"\\\",\\\"image_second_alt\\\":\\\"\\\",\\\"image_second_caption\\\":\\\"\\\"}\"}',0),(504,'com_content.article.4','','2022-01-09 02:17:52',431,4128,'ab5d31828e7eb71610f572898c3617f6245265ec','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-01-09 02:17:52\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-01-09 02:15:45\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portraits\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":23,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4319\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(505,'com_content.article.4','','2022-01-09 02:18:55',431,4127,'e8857b8c16fc6fdd3b5b006f4838e131c37cc718','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-01-09 02:18:55\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-01-09 02:17:52\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portrait\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":24,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4321\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\"}',0),(533,'com_content.article.2','','2022-09-24 05:47:56',431,30523,'f7438b61c8bee38a25076042266c16f633ae2b2d','{\"id\":2,\"asset_id\":\"56\",\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nCONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#professional-profile\\\">Professional Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#professional-experience\\\">Professional Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills-and-attributes\\\">Skills and Attributes<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching-experience\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#work-experience\\\">Work Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFESSIONAL PROFILE\\r\\n-->\\r\\n<h3><a id=\\\"professional-profile\\\" href=\\\"#professional-profile\\\">Professional Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, and system\\/software integration in the aerospace and aviation industries. Prior foundational experience in a robotics research and development laboratory setting with applications in both autonomous road vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Communicates technical matters effectively and efficiently in both customer interactions and training\\/instruction.\\r\\n<\\/p>\\r\\n<!--\\r\\nPROFESSIONAL EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"professional-experience\\\" href=\\\"#professional-experience\\\">Professional Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Test Software), Mission & Space Vehicle Org<span class=\\\"right\\\">December 2021 - present<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script architecture development<\\/strong> for 3 civil space programs to leverage modularity in supporting source code by minimizing code duplication throughout the I&T campaign lifecycle<\\/li>\\r\\n<li><strong>Train mid-senior test engineers in modern source code management methodology<\\/strong> to improve development efficiency and code quality<\\/li>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign<\\/li>\\r\\n<li><strong>Validate test script functionality<\\/strong> using prototype engineering development unit hardware as unit under test<\\/li>\\r\\n<li><strong>Troubleshoot, diagnose, and fix bugs<\\/strong> found with test scripts and same-as-flight control algorithms<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a new algorithm for failure recovery that has driven revision to the original flight software algorithm<\\/li>\\r\\n<li><strong>Execute tests in clean room and thermal vacuum environments<\\/strong> including function, performance, and unit health status test cases<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS AND ATTRIBUTES\\r\\n-->\\r\\n<h3><a id=\\\"skills-and-attributes\\\" href=\\\"#skills-and-attributes\\\"> Skills and Attributes<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim<\\/li>\\r\\n<li>C \\/ C++ \\/ Python<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-09-24 05:47:56\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-09-24 05:47:17\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":408,\"ordering\":\"3\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"5986\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}',0),(534,'com_content.article.4','','2022-09-28 02:18:09',431,4640,'8058af313fe38938b67a0700aaac93883ac99b12','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>Coming soon:<\\/p>\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects<\\/li>\\r\\n<li>Home renovations: (we moved our garage when I was 8)<\\/li>\\r\\n<li>Home computer games and productivity<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n<p>\\r\\n<\\/p>\\r\\n-->\\r\\n<!--\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects<\\/li>\\r\\n<li>Home renovations: (we moved our garage when I was 8)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-09-28 02:18:09\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-09-28 02:14:38\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portrait\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":25,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4393\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}',0),(535,'com_content.article.4','','2022-09-28 02:18:37',431,4632,'803a3c4740e1a4fd95f072202bc3bc871d9009e9','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>Coming soon:<\\/p>\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects<\\/li>\\r\\n<li>Home renovations: (we moved our garage when I was 8)<\\/li>\\r\\n<li>Home computer games and productivity<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n<p>\\r\\n<\\/p>\\r\\n-->\\r\\n<!--\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects<\\/li>\\r\\n<li>Home renovations: (we moved our garage when I was 8)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-09-28 02:18:37\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-09-28 02:18:09\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portrait\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":26,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4396\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}',0),(536,'com_content.article.4','','2022-09-28 02:22:15',431,4685,'e39198c58339feb430beb7f9ba788295bf393cb8','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<\\/p>\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects<\\/li>\\r\\n<li>Home renovations: (we moved our garage when I was 8)<\\/li>\\r\\n<li>Home computer games and productivity<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n<p>\\r\\n<\\/p>\\r\\n-->\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<\\/p>\\r\\n<ul>\\r\\n<li>Balsa wood airplane kits<\\/li>\\r\\n<li>Small engines and equipment<\\/li>\\r\\n<li>Radio controlled vehicles and kits<\\/li>\\r\\n<li>HTML, CSS, JavaScript, and PHP<\\/li>\\r\\n<li>Digital media, vector graphics, Flash animation<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-09-28 02:22:15\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-09-28 02:18:37\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portrait\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":27,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4397\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}',0),(537,'com_content.article.4','','2022-09-28 02:25:16',431,4788,'8cf2e859d826f58332a65b9237ee45425559b910','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<\\/p>\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects\\r\\n<ul>\\r\\n<li>Electromagnet demonstrator<\\/li>\\r\\n<li>Intel MCU development board<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<li>Home renovations: (we moved our garage when I was 8)<\\/li>\\r\\n<li>Home computer games and productivity<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n<p>\\r\\n<\\/p>\\r\\n-->\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<\\/p>\\r\\n<ul>\\r\\n<li>Balsa wood airplane kits<\\/li>\\r\\n<li>Small engines and equipment<\\/li>\\r\\n<li>Radio controlled vehicles and kits<\\/li>\\r\\n<li>HTML, CSS, JavaScript, and PHP<\\/li>\\r\\n<li>Digital media, vector graphics, Flash animation<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-09-28 02:25:16\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-09-28 02:22:15\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portrait\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":28,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4398\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}',0),(538,'com_content.article.4','','2022-09-28 02:25:42',431,4787,'a8c8fa6f18c48e82bdc3c8e9af50699017980dec','{\"id\":4,\"asset_id\":\"59\",\"title\":\"Bio\",\"alias\":\"bio\",\"introtext\":\"<p>\\r\\nMy mother would insist regularly at the slightest hint of doubt in achievement,\\r\\n<\\/p>\\r\\n\\r\\n<blockquote>\\r\\nCan\'t never did anything!\\r\\n<\\/blockquote>\\r\\n\\r\\n<p>\\r\\nAs a teacher (both at heart and by profession), she has instilled this truth in my outlook on life since before I can remember. Throughout my youth and adolescence I was consistently presented with projects and activities that allowed me to develop this optimistic confidence with learning and creating new things. \\r\\n<\\/p>\\r\\n<p>\\r\\nMost notably, my undying passion for \\u201cthings that move,\\u201d was aptly supported by my father (an electrical engineer) through countless hobby kits and do-it-yourself projects, which typically included a substantial electrical hardware component. This early first-hand exposure to mechanics and electronics along with the cultivation of a self-motivated attitude is how my propensity for a future in engineering was born.\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#early-life\\\" id=\\\"early-life\\\">Early Life<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<\\/p>\\r\\n<ul>\\r\\n<li>TV repair<\\/li>\\r\\n<li>All Electronics and Ramsay Electronics hobby kits<\\/li>\\r\\n<li>Science fair projects\\r\\n<ul>\\r\\n<li>Electromagnet demonstrator<\\/li>\\r\\n<li>Intel MCU development board<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<li>Home renovations (we moved our garage when I was 8)<\\/li>\\r\\n<li>Home computer games and productivity<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n<p>\\r\\n<\\/p>\\r\\n-->\\r\\n<h3><a href=\\\"#adolescence\\\" id=\\\"adolescence\\\">Adolescence<\\/a><\\/h3>\\r\\n<p>\\r\\nComing soon:\\r\\n<\\/p>\\r\\n<ul>\\r\\n<li>Balsa wood airplane kits<\\/li>\\r\\n<li>Small engines and equipment<\\/li>\\r\\n<li>Radio controlled vehicles and kits<\\/li>\\r\\n<li>HTML, CSS, JavaScript, and PHP<\\/li>\\r\\n<li>Digital media, vector graphics, Flash animation<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\n<h3><a href=\\\"#young-adulthood\\\" id=\\\"young-adulthood\\\">Young Adulthood<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n\\r\\n<h3><a href=\\\"#higher-education\\\" id=\\\"higher-education\\\">Higher Education<\\/a><\\/h3>\\r\\n<p>\\r\\n\\r\\n<\\/p>\\r\\n-->\\r\\n\\r\\n\\r\\n<!-- REMOVED\\r\\n<p>Under construction ... <\\/p>\\r\\n<p>Please check back soon.<\\/p>\\r\\n\\r\\n<p>My goal with this &quot;Bio&quot; page is to provide you with a personal view on the person I am today based upon some of the most influential aspects of my life. I begin with &quot;Snapshot,&quot; which is an abbreviated introduction to the sections that follow. In fact, this is the paragraph that I typically use to begin a personal statement, and if my life were a novel, it would be printed on the back cover.<\\/p>\\r\\n<p>Beyond this initial glimpse, the story-line then unfolds through discussion of the path I have taken from early life to present day. Along the way, you will be lightly introduced to my family, close friends, and honorable acquaintances while learning about some of the activities I have enjoyed throughout this journey!<\\/p>\\r\\n\\r\\n<h3>Snapshot<\\/h3>\\r\\n-->\",\"fulltext\":\"\",\"state\":1,\"catid\":\"8\",\"created\":\"2015-01-05 22:19:48\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2022-09-28 02:25:42\",\"modified_by\":\"431\",\"checked_out\":\"431\",\"checked_out_time\":\"2022-09-28 02:25:16\",\"publish_up\":\"2015-01-05 22:19:48\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/portrait\\\\\\/headshot_circle_300px.png\\\",\\\"float_fulltext\\\":\\\"right\\\",\\\"image_fulltext_alt\\\":\\\"Mark Tomaszewski\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_icons\\\":\\\"0\\\",\\\"show_print_icon\\\":\\\"0\\\",\\\"show_email_icon\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":29,\"ordering\":\"2\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"4399\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}',0),(539,'com_content.article.1','','2023-12-30 17:57:48',431,2629,'86b4f12f353999b02fa148b87849305cd26dea50','{\"id\":\"1\",\"asset_id\":54,\"title\":\"Home\",\"alias\":\"home\",\"introtext\":\"<p>Welcome to my personal web portal!<img class=\\\"pull-right rect-round\\\" style=\\\"width: 30%;\\\" title=\\\"Mark Tomaszewski\\\" src=\\\"images\\/ubid_picture.JPG\\\" alt=\\\"Mark Tomaszewski\\\" \\/><\\/p>\\r\\n<p>In order to keep things simple, you\'ll find only a few main pages on this site:<\\/p>\\r\\n<ul>\\r\\n<li><a href=\\\"bio\\\">Bio<\\/a> - Get to know a little about me<\\/li>\\r\\n<li><a href=\\\"professional\\\">Professional<\\/a> - My detailed digital resume<\\/li>\\r\\n<li><a href=\\\"blog\\\">Blog<\\/a> - Periodic writings on all things that interest me<\\/li>\\r\\n<\\/ul>\\r\\n<p>In addition to the content in this short list of items, there are other places where you can find information about projects that I am working on. For example, many technical projects and hobby endeavors will be documented on my <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/\\\" target=\\\"_blank\\\">Wiki<\\/a> site.\\r\\n<\\/p>\\r\\n<p>\\r\\nIf you\'d like to get in touch, send me an email at <a href=\\\"mailto:mark@mark-toma.com\\\">mark@mark-toma.com<\\/a>.\\r\\n<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 19:38:28\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2023-12-30 17:57:48\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2023-12-30 17:56:35\",\"publish_up\":\"2015-01-03 19:38:28\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"_:default\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"0\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_intro\\\":\\\"0\\\",\\\"info_block_position\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"0\\\",\\\"show_parent_category\\\":\\\"0\\\",\\\"link_parent_category\\\":\\\"0\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"1\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"0\\\",\\\"show_vote\\\":\\\"0\\\",\\\"show_hits\\\":\\\"0\\\",\\\"show_noauth\\\":\\\"0\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":51,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":46251,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(540,'com_content.article.2','','2024-01-01 21:45:34',431,30360,'313e6ab4a38299bbedfc58beb4c86fdd3782e8b6','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nCONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#professional-profile\\\">Professional Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#professional-experience\\\">Professional Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills-and-attributes\\\">Skills and Attributes<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching-experience\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#work-experience\\\">Work Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFESSIONAL PROFILE\\r\\n-->\\r\\n<h3><a id=\\\"professional-profile\\\" href=\\\"#professional-profile\\\">Professional Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, and system\\/software integration in the aerospace and aviation industries. Prior foundational experience in a robotics research and development laboratory setting with applications in both autonomous road vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Communicates technical matters effectively and efficiently in both customer interactions and training\\/instruction.\\r\\n<\\/p>\\r\\n<!--\\r\\nPROFESSIONAL EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"professional-experience\\\" href=\\\"#professional-experience\\\">Professional Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Test Software), Mission & Space Vehicle Org<span class=\\\"right\\\">December 2021 - present<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script architecture development<\\/strong> for 3 civil space programs to leverage modularity in supporting source code by minimizing code duplication throughout the I&T campaign lifecycle<\\/li>\\r\\n<li><strong>Train mid-senior test engineers in modern source code management methodology<\\/strong> to improve development efficiency and code quality<\\/li>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign<\\/li>\\r\\n<li><strong>Validate test script functionality<\\/strong> using prototype engineering development unit hardware as unit under test<\\/li>\\r\\n<li><strong>Troubleshoot, diagnose, and fix bugs<\\/strong> found with test scripts and same-as-flight control algorithms<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a new algorithm for failure recovery that has driven revision to the original flight software algorithm<\\/li>\\r\\n<li><strong>Execute tests in clean room and thermal vacuum environments<\\/strong> including function, performance, and unit health status test cases<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS AND ATTRIBUTES\\r\\n-->\\r\\n<h3><a id=\\\"skills-and-attributes\\\" href=\\\"#skills-and-attributes\\\"> Skills and Attributes<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim<\\/li>\\r\\n<li>C \\/ C++ \\/ Python<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-01 21:45:34\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-01 21:45:29\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":410,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7314,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(541,'com_content.article.2','','2024-01-06 22:41:26',431,29774,'22b7c681721e2a4e7eea9ccb4ac20b9bc21e67a8','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS AND ATTRIBUTES\\r\\n-->\\r\\n<h3><a id=\\\"skills-and-attributes\\\" href=\\\"#skills-and-attributes\\\"> Skills and Attributes<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim<\\/li>\\r\\n<li>C \\/ C++ \\/ Python<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 22:41:26\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 22:32:58\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":411,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7323,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(542,'com_content.article.2','','2024-01-06 22:47:57',431,31725,'3abdfbe95e145a10d56a379599ceb5f11a572465','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\nLead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<ul>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS AND ATTRIBUTES\\r\\n-->\\r\\n<h3><a id=\\\"skills-and-attributes\\\" href=\\\"#skills-and-attributes\\\"> Skills and Attributes<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim<\\/li>\\r\\n<li>C \\/ C++ \\/ Python<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 22:47:57\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 22:41:26\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":412,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7324,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(543,'com_content.article.2','','2024-01-06 22:49:38',431,31747,'862ccf63282c00b5b19f1d1853af0f9cb8e396f6','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<\\/li>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS AND ATTRIBUTES\\r\\n-->\\r\\n<h3><a id=\\\"skills-and-attributes\\\" href=\\\"#skills-and-attributes\\\"> Skills and Attributes<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim<\\/li>\\r\\n<li>C \\/ C++ \\/ Python<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 22:49:38\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 22:47:57\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":413,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7326,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(544,'com_content.article.2','','2024-01-06 22:55:58',431,31845,'4889db874359a46eeaa91e9ac810b8d030d687e8','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<\\/li>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS\\r\\n-->\\r\\n<h3><a id=\\\"skills\\\" href=\\\"#skills\\\">Skills<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Engineering<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim \\/ Amesim<\\/li>\\r\\n<li>IBM DOORS, Siemens Teamcenter<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>Git \\/ SVN \\/ GitLab \\/ BitBucket \\/ JIRA<\\/li>\\r\\n<li>C \\/ C++ \\/ Python \\/ Ruby<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 22:55:58\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 22:49:38\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":414,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7327,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(545,'com_content.article.2','','2024-01-06 22:57:08',431,31889,'6396d4cdcd7f40528930cda3e164f997b3147ed4','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<\\/li>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS\\r\\n-->\\r\\n<h3><a id=\\\"skills\\\" href=\\\"#skills\\\">Skills<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Engineering<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim \\/ Amesim<\\/li>\\r\\n<li>IBM DOORS, Siemens Teamcenter<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<\\/div>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>Git \\/ SVN \\/ GitLab \\/ BitBucket \\/ JIRA<\\/li>\\r\\n<li>C \\/ C++ \\/ Python \\/ Ruby<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 22:57:08\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 22:55:58\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":415,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7328,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(546,'com_content.article.2','','2024-01-06 23:01:42',431,32150,'c4912551339364edb5cd94dd9aea41aad1ba911c','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<\\/li>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS\\r\\n-->\\r\\n<h3><a id=\\\"skills\\\" href=\\\"#skills\\\">Skills<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Engineering<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim \\/ Amesim<\\/li>\\r\\n<li>IBM DOORS, Siemens Teamcenter<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>Git \\/ SVN \\/ GitLab \\/ BitBucket \\/ JIRA<\\/li>\\r\\n<li>C \\/ C++ \\/ Python \\/ Ruby<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Personal<\\/h4>\\r\\n<ul>\\r\\n<li>Punctual, Focused, Conscientious<\\/li>\\r\\n<li>Observant, Responsive, Engaged<\\/li>\\r\\n<li>Analytical &amp; Creative Problem Solver<\\/li>\\r\\n<li>Gets things done!<\\/li>\\r\\n\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 23:01:42\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 22:57:08\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":416,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7329,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(547,'com_content.article.2','','2024-01-06 23:03:47',431,32252,'0defaab515f5dfc46ac30728644263c28d51acc6','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<\\/li>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS\\r\\n-->\\r\\n<h3><a id=\\\"skills\\\" href=\\\"#skills\\\">Skills<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Engineering<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim \\/ Amesim<\\/li>\\r\\n<li>IBM DOORS, Siemens Teamcenter<\\/li>\\r\\n<li>First Principles &amp; Napkin Sketches<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>Git \\/ SVN \\/ GitLab \\/ BitBucket \\/ JIRA<\\/li>\\r\\n<li>C \\/ C++ \\/ Python \\/ Ruby<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<li>Planning \\/ Execution \\/ Maintenance<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Personal<\\/h4>\\r\\n<ul>\\r\\n<li>Punctual, Focused, Conscientious<\\/li>\\r\\n<li>Observant, Responsive, Engaged<\\/li>\\r\\n<li>Analytical &amp; Creative Problem Solver<\\/li>\\r\\n<li>Gets things done!<\\/li>\\r\\n\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 23:03:47\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 23:01:42\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":417,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7330,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(548,'com_content.article.2','','2024-01-06 23:04:35',431,32243,'e40519ff243801fd886908a41367c34ab5eb225c','{\"id\":\"2\",\"asset_id\":56,\"title\":\"Professional\",\"alias\":\"professional\",\"introtext\":\"<div class=\\\"resume\\\"><!--\\r\\nPERSONAL INFO CONTACT\\r\\n-->\\r\\n<div class=\\\"pull-left contact\\\">\\r\\n<h4>Mark Tomaszewski<\\/h4>\\r\\n<p><em>Systems Engineer, Test Software Architect, Robot Whisperer<\\/em><\\/p>\\r\\n<p>Able to obtain a US security clearance<\\/p>\\r\\n<p><a href=\\\"mailto:mark@mark-toma.com?subject=Interested in your resume on mark-toma.com\\\">mark@mark-toma.com<\\/a><\\/p>\\r\\n<p><a title=\\\"LinkedIn\\\" href=\\\"https:\\/\\/www.linkedin.com\\/in\\/mark-tomaszewski\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> LinkedIn Profile<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!--\\r\\nTODO: CONTENTS\\r\\n-->\\r\\n<div class=\\\"pull-right contents\\\">\\r\\n<h4>Jump to Section<\\/h4>\\r\\n<ul class=\\\"fa-ul\\\">\\r\\n<li><a href=\\\"#profile\\\">Profile<\\/a><\\/li>\\r\\n<li><a href=\\\"#experience\\\">Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#skills\\\">Skills<\\/a><\\/li>\\r\\n<li><a href=\\\"#education\\\">Education<\\/a><\\/li>\\r\\n<li><a href=\\\"#research-and-technical\\\">Research and Technical<\\/a><\\/li>\\r\\n<li><a href=\\\"#leadership-and-volunteer\\\">Leadership and Volunteer<\\/a><\\/li>\\r\\n<li><a href=\\\"#teaching\\\">Teaching Experience<\\/a><\\/li>\\r\\n<li><a href=\\\"#prior-experience\\\">Prior Experience<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nPROFILE\\r\\n-->\\r\\n<h3><a id=\\\"profile\\\" href=\\\"#profile\\\">Profile<\\/a><\\/h3>\\r\\n<p>\\r\\nSystems Engineer with strong background in analysis, modeling\\/simulation, control, system\\/software development\\/integration, and verification\\/validation in the aerospace, aviation, and automotive industries. Prior foundational experience in a robotics research and development laboratory setting with applications in autonomous vehicles and manufacturing automation. Well-versed in translating technical understanding from theory through implementation to practice including many hours of debugging software and hardware while iterating through the integration of complex systems. Proficient with systems engineering process from requirement definition to validation. Regarded as a trustworthy technical colleague who tends to \\u201cget things done\\u201d and is sometimes referred to by nicknames such as \\u201cMarkGPT\\u201d\\r\\n<\\/p>\\r\\n<!--\\r\\nEXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"experience\\\" href=\\\"#experience\\\">Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEMPLATE\\r\\n-->\\r\\n<!--\\r\\n<h4>Company, City, State<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Title, [Sub]Function<span class=\\\"right\\\">begin - end<\\/span><\\/h5>\\r\\n-->\\r\\n<!-- <p><\\/p> -->\\r\\n<!--\\r\\n<ul>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<li><strong>Highlight<\\/strong> detail...<\\/li>\\r\\n<\\/ul>\\r\\n-->\\r\\n\\r\\n<!--\\r\\nBALL\\r\\n-->\\r\\n<h4>\\r\\n<a href=\\\"https:\\/\\/www.ball.com\\/aerospace\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nBall Aerospace Technologies Corp<\\/a>, Boulder, CO<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>System Test Engineer (Observatory I&T GSW Lead), Space Vehicles<span class=\\\"right\\\">May 2023 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, simulation, and validation<\\/strong> for 5 mission partner payloads using \\u201cright-size\\u201d approach for each\\r\\n<\\/li>\\r\\n<li><strong>Lead development and implementation of ground system integration<\\/strong> for mission partner situational awareness and test data delivery\\r\\n<\\/li>\\r\\n<li><strong>Deliver all test script products on schedule with excellent deployment success<\\/strong> exhibiting no functional anomalies nor required changes\\r\\n<\\/li>\\r\\n<li><strong>Support observatory I&T campaign as test team SME<\\/strong> for GSE, GSW, and first order diagnosis of bus FSW and payload behavior\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h5>System Test Engineer (Test Automation Lead), Space Vehicles<span class=\\\"right\\\">August 2022 - present<\\/span><\\/h5>\\r\\n<ul>\\r\\n<li><strong>Lead test script\\/software development, configuration\\/change management<\\/strong> planning\\/training\\/development for 3 civil space vehicles\\r\\n<\\/li>\\r\\n<li><strong>Maintain test script repository<\\/strong> scoped to approximately 50k lines of executable program scripts and 15k lines of functional tools\\/utilities\\r\\n<\\/li>\\r\\n<li><strong>Curate modular architecture of reusable scripts<\\/strong> by driving commonality across programs and components throughout script lifecycle\\r\\n<\\/li>\\r\\n<li><strong>Mentor junior to senior level engineers<\\/strong> with version control tools, programming languages, and automated test frameworks and methods\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy test-driven test script development workflows<\\/strong> leveraging XIL simulators to digitally validate test scripts\\r\\n<\\/li>\\r\\n<li><strong>Contribute to roadmapping the test automation future for space vehicles<\\/strong> by investigating new tools and performing trials and trades\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n\\r\\n<h5>System Test Engineer (Test Software Lead), Mechanisms<span class=\\\"right\\\">December 2021 - August 2022<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead test script development\\/maintenance<\\/strong> through script validation and test execution for a civil space mechanism test campaign\\r\\n<\\/li>\\r\\n<li><strong>Lead anomaly investigation to determine root cause(s)<\\/strong> of intermittent failures due to both hardware and test equipment \\r\\n<\\/li>\\r\\n<li><strong>Design, implement, and validate<\\/strong> a robust algorithm for in-flight mechanism initialization and fault management to rework faulty design\\r\\n<\\/li>\\r\\n<li><strong>Develop and deploy multiple digital engineering tools<\\/strong> for cross-functional users to increase productivity while decreasing human error\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMOOG\\r\\n-->\\r\\n<h4><a href=\\\"https:\\/\\/www.moog.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nMoog Inc<\\/a>, <a href=\\\"https:\\/\\/www.moog.com\\/markets\\/aircraft.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">\\r\\nAircraft Group<\\/a>, East Aurora, NY<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Development Engineer (Systems Engineer), Test Equipment<span class=\\\"right\\\">February 2020 - November 2021<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead system design<\\/strong> of actuator acceptance and qualification test systems for a new pusher propeller rotorcraft design through all program phases from requirement definition to critical design review (currently in build phase)<\\/li>\\r\\n<li><strong>Specify, design, and implement real time code<\\/strong> for semi-automated test system controller (dSPACE MicroLabBox) including all system controllers (position, load, pressure regulation), safety & monitoring, and IO interfaces<\\/li>\\r\\n<li><strong>Analyze system level closed loop performance<\\/strong> to express anticipated requirement compliance at CDR and discuss potential discrepancies<\\/li>\\r\\n<li><strong>Derive and allocate requirements<\\/strong> for scripted automation features to be implemented by software department<\\/li>\\r\\n<li><strong>Lead system level redesign<\\/strong> using simulation models of a hydromechanical load system to meet customer\\u2019s dynamic performance requirements by deriving sub tier component performance specification before building an under-performing design<\\/li>\\r\\n<li><strong>Reverse engineer and rebuild<\\/strong> multiple legacy production test stands from existing hardware and as-built drawings to provide maintenance and reliability support to sustainment and improve digital documentation of deployed equipment<\\/li>\\r\\n<li><strong>Define and verify functional requirements<\\/strong> for generic test software tools that replace legacy mechanical equipment through digital transformation of assembly and test processes<\\/li>\\r\\n<li><strong>Build, integrate, and test a XIL test system<\\/strong> for development and training purposes in the test equipment systems lab<\\/li>\\r\\n<li><strong>Lead CONOPS development<\\/strong> for departmental digital design and Industry 4.0 (IIOT) strategy<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<!--\\r\\nCUICAR\\r\\n-->\\r\\n<h4>Clemson University (~CUICAR~), Greenville, SC<span class=\\\"right\\\"><\\/span><\\/h4>\\r\\n<h5>Research Engineer III, Vehicle Automation Group<span class=\\\"right\\\">July 2017 - February 2020<\\/span><\\/h5>\\r\\n<!-- <p><\\/p> -->\\r\\n<ul>\\r\\n<li><strong>Lead platform specification and operation planning<\\/strong> for $1M Open Connected and Automated Vehicle program<\\/li>\\r\\n<li><strong>Lead technical projects in vehicle automation and advanced manufacturing (robotics)<\\/strong> executed by PhD students<\\/li>\\r\\n<li><strong>Supervise 3 interns and 1 MS thesis<\\/strong> including vehicle autonomy, mobile manipulation, machine vision, physical prototyping<\\/li>\\r\\n<li><strong>Continuously train PhD students in technical development topics<\\/strong> to supplement academic and research experience<\\/li>\\r\\n<li><strong>Design, integrate, validate robotic systems<\\/strong> built on MATLAB\\/Simulink Real-Time and Robot Operating System (ROS)<\\/li>\\r\\n<li><strong>Procure, test, train users, manage inventory<\\/strong> for over $250k in robotics laboratory and instrumentation equipment<\\/li>\\r\\n<li><strong>Negotiate scope of work for new projects<\\/strong> between researchers and private project partners<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\n...\\r\\n...\\r\\n...\\r\\n-->\\r\\n<!--\\r\\nSKILLS\\r\\n-->\\r\\n<h3><a id=\\\"skills\\\" href=\\\"#skills\\\">Skills<\\/a><\\/h3>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Engineering<\\/h4>\\r\\n<ul>\\r\\n<li>PTC Creo \\/ SolidWorks \\/ AutoCAD<\\/li>\\r\\n<li>Matlab &amp; Simulink \\/ Maple &amp; MapleSim \\/ Amesim<\\/li>\\r\\n<li>IBM DOORS, Siemens Teamcenter<\\/li>\\r\\n<li>First Principles &amp; Napkin Sketches<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Software \\/ Development<\\/h4>\\r\\n<ul>\\r\\n<li>Git \\/ SVN \\/ GitLab \\/ BitBucket \\/ JIRA<\\/li>\\r\\n<li>C \\/ C++ \\/ Python \\/ Ruby<\\/li>\\r\\n<li>HTML \\/ CSS \\/ Javascript \\/ PHP<\\/li>\\r\\n<li>BASH, PowerShell, CLI Tools<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-left\\\">\\r\\n<h4>Personal<\\/h4>\\r\\n<ul>\\r\\n<li>Punctual, Focused, Conscientious<\\/li>\\r\\n<li>Observant, Responsive, Engaged<\\/li>\\r\\n<li>Analytical &amp; Creative Problem Solver<\\/li>\\r\\n<li>Gets things done!<\\/li>\\r\\n\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<div class=\\\"pull-right half\\\">\\r\\n<h4>Productivity<\\/h4>\\r\\n<ul>\\r\\n<li>Microsoft Office Suite \\/ OpenOffice<\\/li>\\r\\n<li>Adobe Creative Suite \\/ Gimp &amp; Inkscape<\\/li>\\r\\n<li>Google Apps \\/ Google Apps Script<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!--\\r\\nEDUCATION\\r\\n-->\\r\\n<h3><a id=\\\"education\\\" href=\\\"#education\\\">Education<\\/a><\\/h3>\\r\\n<!--\\r\\nMS\\r\\n-->\\r\\n<h4>University at Buffalo (~UB\\/LINK~)<\\/h4>\\r\\n<h5>MS in Mechanical Engineering<span class=\\\"right\\\">February 2017<\\/span><\\/h5>\\r\\n<p><em>dynamics, controls, and mechatronics<\\/em><\\/p>\\r\\n<p>Thesis: <em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><\\/p>\\r\\n<p>Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Graduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Graduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nBS\\r\\n-->\\r\\n<h5>BS in Mechanical Engineering<span class=\\\"right\\\">June 2014<\\/span><\\/h5>\\r\\n<p><em>summa cum laude<\\/em><\\/p>\\r\\n<p><a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Undergraduate_Coursework_Portfolio\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Undergraduate Coursework Portfolio<\\/a><\\/p>\\r\\n<!--\\r\\nAAS\\r\\n-->\\r\\n<h4>Niagara County Community College (~NCCC\\/LINK~)<\\/h4>\\r\\n<h5>AAS in Mathematics and Science<span class=\\\"right\\\">August 2011<\\/span><\\/h5>\\r\\n<!--\\r\\nRESEARCH AND TECHNICAL\\r\\n-->\\r\\n<h3><a id=\\\"research-and-technical\\\" href=\\\"#research-and-technical\\\"> Research and Technical<\\/a><\\/h3>\\r\\n<!--\\r\\nMASTER\'S THESIS\\r\\n-->\\r\\n<h4>Master\'s Thesis, ~UB\\/LINK~<\\/h4>\\r\\n<h5><em>Application of Consumer-Off-The-Shelf (COTS) Devices to Human Motion Analysis<\\/em><span class=\\\"right\\\">Fall 2016<\\/span><\\/h5>\\r\\n<p>Development of a prototypical human upper limb motion analysis system using consumer devices.<\\/p>\\r\\n<ul>\\r\\n<li>Original software tools to access Myo and Sphero data in near-real-time from MATLAB<\\/li>\\r\\n<li>Theoretical upper limb modeling of forward\\/inverse kinematics, intrinsic\\/extrinsic model calibration<\\/li>\\r\\n<li>Validation of software functionality, model correctness, accuracy assessment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMECHATRONIC SW\\r\\n-->\\r\\n<h4>Mechatronic Interface Software Development<span class=\\\"right\\\">2014 - present<\\/span><\\/h4>\\r\\n<!--\\r\\nMYO SDK MATLAB MEX WRAPPER\\r\\n-->\\r\\n<h5><a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Myo SDK MATLAB MEX Wrapper<\\/a><span class=\\\"right\\\">2016 - present<\\/span><\\/h5>\\r\\n<p>Developed a wrapper that exposes streaming IMU and sEMG data (at 50Hz and 200Hz) from <a href=\\\"https:\\/\\/www.myo.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Thalmic Labs\' Myo Armband<\\/a> in MATLAB m-code through the <a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/matlab_external\\/introducing-mex-files.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">MATLAB executable (MEX)<\\/a><a href=\\\"http:\\/\\/www.mathworks.com\\/help\\/matlab\\/mex-library.html\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> C\\/C++ API<\\/a>.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/pPh306IgEDo\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"https:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/55817-myo-sdk-matlab-mex-wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/MyoMex\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Myo_SDK_MATLAB_MEX_Wrapper\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nSPHERO API MATLAB SDK\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero API Matlab SDK<\\/a><span class=\\\"right\\\">2014 - present<\\/span><\\/h5>\\r\\n<p>Extended the functionality of <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/48359-sphero-matlab-interface\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero MATLAB Interface<\\/a> to expose frequently requested device features of <a href=\\\"http:\\/\\/www.sphero.com\\/sphero\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Sphero<\\/a>\'s <a href=\\\"http:\\/\\/sdk.sphero.com\\/api-reference\\/api-quick-reference\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">low-level (network) binary API<\\/a> by writing a new core device class with a backwards-compatible interface.<\\/p>\\r\\n<p><a href=\\\"https:\\/\\/youtu.be\\/YohxMa_z4Ww\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> YouTube Preview (video) <\\/a> | <a href=\\\"http:\\/\\/www.mathworks.com\\/matlabcentral\\/fileexchange\\/52746-sphero-api-matlab-sdk\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> MathWorks File Exchange (code) <\\/a> | <a href=\\\"https:\\/\\/github.com\\/mark-toma\\/SpheroMATLAB\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> GitHub (code) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_MATLAB_SDK\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Implementation Design (wiki) <\\/a> | <a href=\\\"http:\\/\\/wiki.mark-toma.com\\/view\\/Sphero_API_Tutorial\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> Sphero API Tutorial (wiki) <\\/a><\\/p>\\r\\n<!--\\r\\nARMLAB RA\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Research Assistant<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Manage focused projects and subtasks in parallel cooperation with the research team<\\/li>\\r\\n<li>Design and operate a ground reaction force data collection system interface using Matlab and Wii Balance Board<\\/li>\\r\\n<li>Implement time-synchronization hardware (optical trigger) and post-processing software for temporal correspondence of data from multiple sources<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPELVIC FLOOR\\r\\n-->\\r\\n<h4>Pelvic Floor Analysis, ~ARMLAB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<h5>Engineering Team Research Assistant<\\/h5>\\r\\n<p><em>Does the Orientation of the Spine and Sacrum Protect the Pelvic Floor?<\\/em><\\/p>\\r\\n<p>PI: <a href=\\\"https:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=tablove\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tova Ablove, MD<\\/a>, Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<p>The objective of this project is to gain insight on the nature of force distribution on the pelvic floor muscles through cadaveric experimentation. Various experiments were designed in which geometric pose of the subject was controlled, intra-abdominal pressure was the input or excitation, and contact force on the pelvic floor muscles was measured. I was on a team of two engineering students supporting this work in the following ways.<\\/p>\\r\\n<ul>\\r\\n<li>Generate technical specifications and select a suitable instrumentation for experimental data acquisition (tactile pressure sensor and supporting hardware\\/software).<\\/li>\\r\\n<li>Develop frameworks for virtual modeling of personalized pelvic floor geometry and produce physical models with additive manufacturing technology<\\/li>\\r\\n<li>Contribute technical insight in the way of considerations for experimental protocol that favor minimal compromise to data quality<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nLEADERSHIP AND VOLUNTEER\\r\\n-->\\r\\n<h3><a id=\\\"leadership-and-volunteer\\\" href=\\\"#leadership-and-volunteer\\\"> Leadership and Volunteer<\\/a><\\/h3>\\r\\n<!--\\r\\nARMLAB HARDWARE MANAGER\\r\\n-->\\r\\n<h4>~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">June 2014 - present<\\/span><\\/h4>\\r\\n<h5>Hardware Manager<\\/h5>\\r\\n<p><em>Automation, Robotics, and Mechatronics Laboratory<\\/em><\\/p>\\r\\n<p>Lab Director: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Administer and audit inventory logs for a diverse and dynamically changing hardware collection<\\/li>\\r\\n<li>Source equipment and prepare new orders for purchasing<\\/li>\\r\\n<li>Assemble and test new hardware upon receipt<\\/li>\\r\\n<li>Advise lab personnel on safe and effective operating procedures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nMAE-GSA PRESIDENT\\r\\n-->\\r\\n<h4>~MAE-GSA\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2016<\\/span><\\/h4>\\r\\n<h5>President<\\/h5>\\r\\n<p><em>Graduate Student Association, Department of Mechanical and Aerospace Engineering<\\/em><\\/p>\\r\\n<ul>\\r\\n<li>Stimulate the social, academic, and professional growth of more than 200 graduate students in the department<\\/li>\\r\\n<li>Organize and promote Interdepartmental events for student career growth<\\/li>\\r\\n<li>Foster professional relationships with integral university administration and staff<\\/li>\\r\\n<li>Manage annual budget and associated operational expenditures<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nIEEE RAS CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.ieee-ras.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"> <abbr title=\\\"Institute of Electrical and Electronics Engineers\\\">IEEE<\\/abbr> <abbr title=\\\"Robotics and Automation Society\\\">RAS<\\/abbr> <\\/a> at ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Chair<\\/h5>\\r\\n<p><em>Institute of Electrical and Electronics Engineers, Robotics and Automation Society, <a href=\\\"https:\\/\\/sites.google.com\\/site\\/rasscsunyub\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Student Chapter<\\/a>, ~UB\\/LINK~<\\/em><\\/p>\\r\\n<p>Faculty Advisor: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Advocate the state of the art in robotics, both technical and societal, to a broad audience<\\/li>\\r\\n<li>Organize and execute technical talks, tutorials, and workshops for a multidisciplinary engineering student body<\\/li>\\r\\n<li>Mentor students with technical and professional aspects of supported academic and research projects<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nCPNC CO-CHAIR\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/engineering.buffalo.edu\\/cpnc\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Career Perspectives and Networking Conference\\\">CPNC<\\/abbr><\\/a>, ~UB\\/LINK~<span class=\\\"right\\\">2015 - 2016<\\/span><\\/h4>\\r\\n<h5>Co-Chair<span class=\\\"right\\\">April \'15, \'16<\\/span><\\/h5>\\r\\n<p><em>Career Perspectives and Networking Conference, School of Engineering and Applied Sciences<\\/em><\\/p>\\r\\n<p>The dynamic program for this event included collocation of numerous workshops and job-skills presentations from university Career Services and International Student Scholar Services, panel discussions and keynote speeches featuring accomplished alumni who have maintained strong relationships with our school, a talent fair showcasing many of the school\'s corporate partners, and a networking luncheon among other activities.<\\/p>\\r\\n<ul>\\r\\n<li>Work with a team of four graduate students to conceive, organize, and execute the inaugural event in the School of Engineering and Applied Sciences at University at Buffalo<\\/li>\\r\\n<li>Promote the initial concept internally to gain support and motivation for the first-ever event of this kind<\\/li>\\r\\n<li>Recruit and assemble a larger group of professional experts (administration and staff) across various offices of the university<\\/li>\\r\\n<\\/ul>\\r\\n<!-- SAGES LC COORDINATOR\\r\\n-->\\r\\n<h4>Learning Center, <a href=\\\"http:\\/\\/www.sages2016.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Society of American Gastrointestinal and Endoscopic Surgeons\\\">SAGES<\\/abbr> 2016<\\/a>, ~ARMLAB\\/LINK~, ~UB\\/LINK~<span class=\\\"right\\\">2016<\\/span><\\/h4>\\r\\n<h5>Lead Functional Coordinator, <abbr title=\\\"Human in the Loop\\\">HITL<\\/abbr> Interactive Surgical Simulation<\\/h5>\\r\\n<p>Coordinator: Professor ~VENKAT-KROVI\\/LINK~, <a href=\\\"http:\\/\\/medicine.buffalo.edu\\/content\\/medicine\\/faculty\\/profile.html?ubit=schwaitz\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Steven Schwaitzberg, MD, FACS<\\/a><\\/p>\\r\\n<p>Provide a supplemental two-day workshop for surgeons to showcase core technical strengths underpinning surgical simulation including; (i) controlled presentation of stimuli; (ii) instrumented measurement of the user\\u2019s interaction (with various sensing technologies); (iii) quantitative metrics for graded performance and skill evaluation. The objectives for this activity were,<\\/p>\\r\\n<ul>\\r\\n<li>Learn about the state of the art in human-in-the-loop surgical simulation<\\/li>\\r\\n<li>Compare evaluation of alternate technologies with a focus on economic and logistic viability<\\/li>\\r\\n<li>Learn about the ongoing development of validating the novel class of quantitative metrics<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nASME IDETC\\/ADMIF 2014 ORGANIZER\\r\\n-->\\r\\n<h4><a href=\\\"http:\\/\\/www.asmeconferences.org\\/idetc2014\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"American Society of Mechanical Engineers\\\">ASME<\\/abbr> <abbr title=\\\"International Design and Engineering Technical Conferences\\\">IDETC<\\/abbr>\\/<abbr title=\\\"Advanced Design and Manufacturing Impact Forum\\\">ADMIF<\\/abbr> 2014<\\/a>, Buffalo, New York<span class=\\\"right\\\">2014<\\/span><\\/h4>\\r\\n<h5>Student Organizing Chair<\\/h5>\\r\\n<p>Conference General Chair: Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Planned and executed the conference opening reception as a representative of the host sponsor, University at Buffalo<\\/li>\\r\\n<li>Managed the coordination of event planning with key university administrators, faculty, and staff as well as ASME representatives<\\/li>\\r\\n<li>Led a team of 50 student volunteers in event execution (preparation, set-up, operations, tear-down)<\\/li>\\r\\n<li>Supported the General Conference Chair with on-site operations at the conference<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nNCCC SPEAKER\\r\\n-->\\r\\n<h4>Invited Speaker, ~NCCC\\/LINK~<span class=\\\"right\\\">2013 - present<\\/span><\\/h4>\\r\\n<h5>Engineering Careers Forum<span class=\\\"right\\\">S\'14, S\'15, S\'16<\\/span><\\/h5>\\r\\n<h5>Special Topics in Undergraduate Engineering Academics<span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<!--\\r\\nTEACHING EXPERIENCE\\r\\n-->\\r\\n<h3><a id=\\\"teaching-experience\\\" href=\\\"#teaching-experience\\\"> Teaching Experience<\\/a><\\/h3>\\r\\n<!--\\r\\nTEACHING ASSISTANT UB\\r\\n-->\\r\\n<h4>Teaching Assistant, ~UB\\/LINK~<span class=\\\"right\\\">2014 - 2015<\\/span><\\/h4>\\r\\n<!--\\r\\nMECHATRONICS\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/www.mae.buffalo.edu\\/graduate\\/course_descriptions.php#MAE576\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Mechatronics (MAE 576)<\\/a><span class=\\\"right\\\">S\'15<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Support the course by supplementing the professor\'s efforts with course administration and instruction<\\/li>\\r\\n<li>Design lab experiments for implementation of mechanical systems with embedded processing<\\/li>\\r\\n<li>Offer primary technical support to students in their lab work (e.g. debugging hardware\\/software and discovering connections between theory and practice)<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nAPPLIED MATH MAE\\r\\n-->\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=376\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Applied Mathematics for <abbr title=\\\"Mechanical and Aerospace Engineering\\\">MAE<\\/abbr> (MAE 376)<\\/a><span class=\\\"right\\\">F\'14<\\/span><\\/h5>\\r\\n<p>Professor ~VENKAT-KROVI\\/LINK~<\\/p>\\r\\n<ul>\\r\\n<li>Conducted two laboratory sessions weekly (sessions were one hour with 40 students each)<\\/li>\\r\\n<li>Instructed students in core concepts of programming in Matlab<\\/li>\\r\\n<li>Held two office hours weekly and assisted professor with administrative duties<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nSTUDENT ASSISTANT\\r\\n-->\\r\\n<h4>Student Assistant, <a href=\\\"http:\\/\\/www.buffalo.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"University at Buffalo\\\">UB<\\/abbr><\\/a><span class=\\\"right\\\">2013 - 2014<\\/span><\\/h4>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=334\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">System Dynamics Laboratory (MAE 334)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=311\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Machines and Mechanisms (MAE 311)<\\/a><span class=\\\"right\\\">S\'14<\\/span><\\/h5>\\r\\n<h5><a href=\\\"http:\\/\\/undergrad-catalog.buffalo.edu\\/courses\\/index.php?abbr=MAE&amp;num=277\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Introduction to Mechanical Engineering Practice (MAE 277)<\\/a><span class=\\\"right\\\">F\'13<\\/span><\\/h5>\\r\\n<h4>Math Center Tutor, <a href=\\\"http:\\/\\/www.niagaracc.suny.edu\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"><abbr title=\\\"Niagara County Community College\\\">NCCC<\\/abbr><\\/a><span class=\\\"right\\\">F\'10, S\'11<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide one-on-one and group tutoring in calculus, differential equations, linear algebra, and physics to walk-in students and by private appointment<\\/li>\\r\\n<\\/ul>\\r\\n<!--\\r\\nPRIVATE TUTOR\\r\\n-->\\r\\n<h4>Private Tutor, Independent Contract<span class=\\\"right\\\">2005 - present<\\/span><\\/h4>\\r\\n<ul>\\r\\n<li>Provide supplemental instruction to highschool, college, and university students based upon their needs in subjects of math, science, computer programming, and engineering.<\\/li>\\r\\n<\\/ul>\\r\\n<!-- WORK EXPERIENCE -->\\r\\n<h3><a id=\\\"work-experience\\\" href=\\\"#work-experience\\\"> Work Experience<\\/a><\\/h3>\\r\\n<h4><a href=\\\"http:\\/\\/www.thenetcracker.com\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Net Cracker LLC<\\/a>, North Tonawanda, NY<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Technical Support<\\/h5>\\r\\n<p>Provide remote and in-the-field support for Windows-based PCs in a business environment<\\/p>\\r\\n<ul>\\r\\n<li>Maintain software, network connectivity, and multiple user accounts on five laptop PCs<\\/li>\\r\\n<li>Troubleshoot computer problems remotely via telephone with untrained personnel<\\/li>\\r\\n<li>Provide technology installation, maintenance and repair services to customers<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2011 - present<\\/span><\\/h4>\\r\\n<h5>Commercial Media Design<\\/h5>\\r\\n<p>Design and produce marketing graphics, business documents, and other promotional media for multiple small businesses and organizations.<\\/p>\\r\\n<ul>\\r\\n<li>Instill consistency with creativity in new, unique aesthetic designs<\\/li>\\r\\n<li>Support projects through completion as determined by client satisfaction<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Independent Contract<span class=\\\"right\\\">2006 - present<\\/span><\\/h4>\\r\\n<h5>Construction\\/Maintenance (Residential &amp; Commercial)<\\/h5>\\r\\n<p>Design, plan, build, maintain, repair residential and commercial properties, structures, and contained elements (such as utility systems, appliances, etc.) for jointly owned properties and those owned by a local commercial entrepreneur.<\\/p>\\r\\n<ul>\\r\\n<li>Practical, real-world project management<\\/li>\\r\\n<li>Problem solving with open scenarios<\\/li>\\r\\n<li>Business \\/ financial affects on decision making<\\/li>\\r\\n<li>Experience interacting with many perspectives of engineered systems<\\/li>\\r\\n<\\/ul>\\r\\n<h4>Specialty Vending, Wilson, NY<span class=\\\"right\\\">2005 - 2013<\\/span><\\/h4>\\r\\n<h5>Assistant Event Production Supervisor<span class=\\\"right\\\">2007 - 2013<\\/span><\\/h5>\\r\\n<p>Manage the productivity of 5-8 employees performing time-sensitive event venue set-up tasks for the Labatt\'s Canal Concert Series (North Tonawanda, Lockport, NY), Molson Canal Concert Series (Lockport, NY), Niagara River Rocks Concert Series (North Tonawanda, NY), and Shred and Regan Cruise Nights (Williamsville, NY).<\\/p>\\r\\n<ul>\\r\\n<li>Develop and implement new strategies for optimizing procedural efficiency<\\/li>\\r\\n<li>Coordinate workflow with other teams to overcome limitations of the working environment<\\/li>\\r\\n<li>Train, educate, and motive new, inexperienced employees frequently<\\/li>\\r\\n<\\/ul>\\r\\n<h5>General Event Staff<span class=\\\"right\\\">2005 - 2007<\\/span><\\/h5>\\r\\n<p>Perform a variety of general staff and event security tasks for live performance and community events such as the following.<\\/p>\\r\\n<ul>\\r\\n<li>Beverage ticket sales and age proofing for alcohol purchasing<\\/li>\\r\\n<li>Event security includes person checks and crowd control<\\/li>\\r\\n<li>Perform administrative tasks on behalf of event promotions owner with sub-contractors, sponsors, vendors, and employees<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<p><!-- END RESUME --><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":8,\"created\":\"2015-01-03 23:20:31\",\"created_by\":\"431\",\"created_by_alias\":\"\",\"modified\":\"2024-01-06 23:04:35\",\"modified_by\":431,\"checked_out\":431,\"checked_out_time\":\"2024-01-06 23:03:47\",\"publish_up\":\"2015-01-03 23:20:31\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"0\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":418,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":7331,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
/*!40000 ALTER TABLE `ij8_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_k2_log`
--

DROP TABLE IF EXISTS `ij8_k2_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_k2_log` (
  `status` int(11) NOT NULL,
  `response` text NOT NULL,
  `timestamp` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_k2_log`
--

LOCK TABLES `ij8_k2_log` WRITE;
/*!40000 ALTER TABLE `ij8_k2_log` DISABLE KEYS */;
INSERT INTO `ij8_k2_log` VALUES (200,'OK','2016-04-15 23:55:10');
/*!40000 ALTER TABLE `ij8_k2_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_languages`
--

DROP TABLE IF EXISTS `ij8_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) NOT NULL,
  `title_native` varchar(50) NOT NULL,
  `sef` varchar(50) NOT NULL,
  `image` varchar(50) NOT NULL,
  `description` varchar(512) NOT NULL,
  `metakey` text DEFAULT NULL,
  `metadesc` mediumtext NOT NULL,
  `sitename` varchar(1024) NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT 0,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_languages`
--

LOCK TABLES `ij8_languages` WRITE;
/*!40000 ALTER TABLE `ij8_languages` DISABLE KEYS */;
INSERT INTO `ij8_languages` VALUES (1,0,'en-GB','English (UK)','English (UK)','en','en','','','','',1,1,1);
/*!40000 ALTER TABLE `ij8_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_mail_templates`
--

DROP TABLE IF EXISTS `ij8_mail_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_mail_templates` (
  `template_id` varchar(127) NOT NULL DEFAULT '',
  `extension` varchar(127) NOT NULL DEFAULT '',
  `language` char(7) NOT NULL DEFAULT '',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `htmlbody` mediumtext NOT NULL,
  `attachments` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`template_id`,`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_mail_templates`
--

LOCK TABLES `ij8_mail_templates` WRITE;
/*!40000 ALTER TABLE `ij8_mail_templates` DISABLE KEYS */;
INSERT INTO `ij8_mail_templates` VALUES ('com_actionlogs.notification','com_actionlogs','','COM_ACTIONLOGS_EMAIL_SUBJECT','COM_ACTIONLOGS_EMAIL_BODY','COM_ACTIONLOGS_EMAIL_HTMLBODY','','{\"tags\":[\"message\",\"date\",\"extension\",\"username\"]}'),('com_admintools.adminloginfail','com_admintools','','COM_ADMINTOOLS_EMAIL_ADMINLOGINFAIL_SUBJECT','COM_ADMINTOOLS_EMAIL_ADMINLOGINFAIL_BODY','COM_ADMINTOOLS_EMAIL_ADMINLOGINFAIL_BODY_HTML','','{\"tags\":[\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.adminloginsuccess','com_admintools','','COM_ADMINTOOLS_EMAIL_ADMINLOGINSUCCESS_SUBJECT','COM_ADMINTOOLS_EMAIL_ADMINLOGINSUCCESS_BODY','COM_ADMINTOOLS_EMAIL_ADMINLOGINSUCCESS_BODY_HTML','','{\"tags\":[\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.blockedrequest','com_admintools','','COM_ADMINTOOLS_EMAIL_BLOCKEDREQUEST_SUBJECT','COM_ADMINTOOLS_EMAIL_BLOCKEDREQUEST_BODY','COM_ADMINTOOLS_EMAIL_BLOCKEDREQUEST_BODY_HTML','','{\"tags\":[\"INFO_HTML\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.configmonitor','com_admintools','','COM_ADMINTOOLS_EMAIL_CONFIGMONITOR_SUBJECT','COM_ADMINTOOLS_EMAIL_CONFIGMONITOR_BODY','COM_ADMINTOOLS_EMAIL_CONFIGMONITOR_BODY_HTML','','{\"tags\":[\"AREA\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.criticalfiles','com_admintools','','COM_ADMINTOOLS_EMAIL_CRITICALFILES_SUBJECT','COM_ADMINTOOLS_EMAIL_CRITICALFILES_BODY','COM_ADMINTOOLS_EMAIL_CRITICALFILES_BODY_HTML','','{\"tags\":[\"INFO\",\"INFO_HTML\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.criticalfiles_global','com_admintools','','COM_ADMINTOOLS_EMAIL_CRITICALFILES_GLOBAL_SUBJECT','COM_ADMINTOOLS_EMAIL_CRITICALFILES_GLOBAL_BODY','COM_ADMINTOOLS_EMAIL_CRITICALFILES_GLOBAL_BODY_HTML','','{\"tags\":[\"INFO\",\"INFO_HTML\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.ipautoban','com_admintools','','COM_ADMINTOOLS_EMAIL_IPAUTOBAN_SUBJECT','COM_ADMINTOOLS_EMAIL_IPAUTOBAN_BODY','COM_ADMINTOOLS_EMAIL_IPAUTOBAN_BODY_HTML','','{\"tags\":[\"UNTIL\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.rescueurl','com_admintools','','COM_ADMINTOOLS_EMAIL_RESCUEURL_SUBJECT','COM_ADMINTOOLS_EMAIL_RESCUEURL_BODY','COM_ADMINTOOLS_EMAIL_RESCUEURL_BODY_HTML','','{\"tags\":[\"RESCUEURL\",\"INFO_HTML\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\"]}'),('com_admintools.superuserslist','com_admintools','','COM_ADMINTOOLS_EMAIL_SUPERUSERSLIST_SUBJECT','COM_ADMINTOOLS_EMAIL_SUPERUSERSLIST_BODY','COM_ADMINTOOLS_EMAIL_SUPERUSERSLIST_BODY_HTML','','{\"tags\":[\"INFO\",\"INFO_HTML\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_admintools.troubleshooting','com_admintools','','COM_ADMINTOOLS_EMAIL_TROUBLESHOOTING_SUBJECT','COM_ADMINTOOLS_EMAIL_TROUBLESHOOTING_BODY','COM_ADMINTOOLS_EMAIL_TROUBLESHOOTING_BODY_HTML','','{\"tags\":[\"USERNAME\",\"ACTION\",\"SITENAME\",\"TROUBLESHOOTING_URLS\",\"TROUBLESHOOTING_URLS_HTML\"]}'),('com_admintools.userreactivate','com_admintools','','COM_ADMINTOOLS_EMAIL_USER_REACTIVATE_SUBJECT','COM_ADMINTOOLS_EMAIL_USER_REACTIVATE_BODY','COM_ADMINTOOLS_EMAIL_USER_REACTIVATE_BODY_HTML','','{\"tags\":[\"ACTIVATE\",\"USER\",\"SITENAME\",\"DATE\",\"IP\",\"URL\",\"LOOKUP\",\"UA\",\"RESCUEINFO\",\"RESCUE_TRIGGER_URL\"]}'),('com_config.test_mail','com_config','','COM_CONFIG_SENDMAIL_SUBJECT','COM_CONFIG_SENDMAIL_BODY','','','{\"tags\":[\"sitename\",\"method\"]}'),('com_contact.mail','com_contact','','COM_CONTACT_ENQUIRY_SUBJECT','COM_CONTACT_ENQUIRY_TEXT','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\"]}'),('com_contact.mail.copy','com_contact','','COM_CONTACT_COPYSUBJECT_OF','COM_CONTACT_COPYTEXT_OF','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\",\"contactname\"]}'),('com_messages.new_message','com_messages','','COM_MESSAGES_NEW_MESSAGE','COM_MESSAGES_NEW_MESSAGE_BODY','','','{\"tags\":[\"subject\",\"message\",\"fromname\",\"sitename\",\"siteurl\",\"fromemail\",\"toname\",\"toemail\"]}'),('com_privacy.notification.admin.export','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.admin.remove','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.export','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.remove','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.userdataexport','com_privacy','','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_SUBJECT','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_BODY','','','{\"tags\":[\"sitename\",\"url\"]}'),('com_users.massmail.mail','com_users','','COM_USERS_MASSMAIL_MAIL_SUBJECT','COM_USERS_MASSMAIL_MAIL_BODY','','','{\"tags\":[\"subject\",\"body\",\"subjectprefix\",\"bodysuffix\"]}'),('com_users.password_reset','com_users','','COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT','COM_USERS_EMAIL_PASSWORD_RESET_BODY','','','{\"tags\":[\"name\",\"email\",\"sitename\",\"link_text\",\"link_html\",\"token\"]}'),('com_users.registration.admin.new_notification','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.admin.verification_request','com_users','','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"email\",\"username\",\"activate\"]}'),('com_users.registration.user.admin_activated','com_users','','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.registration_mail','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.registration_mail_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.self_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.self_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.reminder','com_users','','COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT','COM_USERS_EMAIL_USERNAME_REMINDER_BODY','','','{\"tags\":[\"name\",\"username\",\"sitename\",\"email\",\"link_text\",\"link_html\"]}'),('plg_multifactorauth_email.mail','plg_multifactorauth_email','','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_SUBJECT','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_BODY','','','{\"tags\":[\"code\",\"sitename\",\"siteurl\",\"username\",\"email\",\"fullname\"]}'),('plg_system_tasknotification.failure_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\", \"exit_code\", \"exec_data_time\", \"task_output\"]}'),('plg_system_tasknotification.fatal_recovery_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.orphan_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.success_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_BODY','','','{\"tags\":[\"task_id\", \"task_title\", \"exec_data_time\", \"task_output\"]}'),('plg_task_privacyconsent.request.reminder','plg_task_privacyconsent','','PLG_TASK_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT','PLG_TASK_PRIVACYCONSENT_EMAIL_REMIND_BODY','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('plg_task_updatenotification.mail','plg_task_updatenotification','','PLG_TASK_UPDATENOTIFICATION_EMAIL_SUBJECT','PLG_TASK_UPDATENOTIFICATION_EMAIL_BODY','','','{\"tags\":[\"newversion\",\"curversion\",\"sitename\",\"url\",\"link\",\"releasenews\"]}'),('plg_user_joomla.mail','plg_user_joomla','','PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT','PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY','','','{\"tags\":[\"name\",\"sitename\",\"url\",\"username\",\"password\",\"email\"]}');
/*!40000 ALTER TABLE `ij8_mail_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_menu`
--

DROP TABLE IF EXISTS `ij8_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT 1 COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `browserNav` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT 0,
  `params` mediumtext NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT 0,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_path` (`path`(100))
) ENGINE=InnoDB AUTO_INCREMENT=219 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_menu`
--

LOCK TABLES `ij8_menu` WRITE;
/*!40000 ALTER TABLE `ij8_menu` DISABLE KEYS */;
INSERT INTO `ij8_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,111,0,'*',0,NULL,NULL),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,NULL,NULL,0,0,'class:bookmark',0,'',31,40,0,'*',1,NULL,NULL),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners&view=banners','component',1,2,2,4,NULL,NULL,0,0,'class:banners',0,'',32,33,0,'*',1,NULL,NULL),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&view=categories&extension=com_banners','component',1,2,2,6,NULL,NULL,0,0,'class:banners-cat',0,'',34,35,0,'*',1,NULL,NULL),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,NULL,NULL,0,0,'class:banners-clients',0,'',36,37,0,'*',1,NULL,NULL),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,NULL,NULL,0,0,'class:banners-tracks',0,'',38,39,0,'*',1,NULL,NULL),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,NULL,NULL,0,0,'class:address-book',0,'',41,52,0,'*',1,NULL,NULL),(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact&view=contacts','component',1,7,2,8,NULL,NULL,0,0,'class:contact',0,'',42,43,0,'*',1,NULL,NULL),(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&view=categories&extension=com_contact','component',1,7,2,6,NULL,NULL,0,0,'class:contact-cat',0,'',44,45,0,'*',1,NULL,NULL),(13,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,NULL,NULL,0,0,'class:rss',0,'',53,58,0,'*',1,NULL,NULL),(14,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds&view=newsfeeds','component',1,13,2,17,NULL,NULL,0,0,'class:newsfeeds',0,'',54,55,0,'*',1,NULL,NULL),(15,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&view=categories&extension=com_newsfeeds','component',1,13,2,6,NULL,NULL,0,0,'class:newsfeeds-cat',0,'',56,57,0,'*',1,NULL,NULL),(21,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,NULL,NULL,0,0,'class:search-plus',0,'',59,70,0,'*',1,NULL,NULL),(23,'main','com_tags','Tags','','Tags','index.php?option=com_tags&view=tags','component',1,1,1,29,NULL,NULL,0,1,'class:tags',0,'',71,72,0,'',1,NULL,NULL),(102,'topmenu','Professional','professional','','professional','index.php?option=com_content&view=article&id=2','component',1,1,1,22,NULL,NULL,0,1,' ',14,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"\",\"info_block_position\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"1\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_tags\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',15,28,0,'*',0,NULL,NULL),(104,'topmenu','Bio','bio','','bio','index.php?option=com_content&view=article&id=4','component',1,1,1,22,NULL,NULL,0,1,' ',14,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"\",\"info_block_position\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"1\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_tags\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',13,14,0,'*',0,NULL,NULL),(107,'topmenu','Home','home','','home','index.php?option=com_content&view=article&id=1','component',1,1,1,22,NULL,NULL,0,1,' ',12,'{\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"\",\"info_block_position\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"1\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_tags\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',1,12,1,'*',0,NULL,NULL),(112,'topmenu','Blog','blog','','blog','index.php?option=com_content&view=category&layout=blog&id=9','component',0,1,1,22,NULL,NULL,0,1,' ',14,'{\"layout_type\":\"blog\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_category_heading_title_text\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"num_leading_articles\":\"\",\"blog_class_leading\":\"\",\"num_intro_articles\":\"\",\"blog_class\":\"\",\"num_columns\":\"\",\"multi_column_order\":\"\",\"num_links\":\"\",\"show_featured\":\"\",\"link_intro_image\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"rdate\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\"}',29,30,0,'*',0,NULL,NULL),(114,'hydrogen-theme','Home','hydrogen','','hydrogen','index.php?option=com_gantry5&view=custom','component',1,1,1,10008,NULL,NULL,0,1,' ',12,'{}',73,74,0,'*',0,NULL,NULL),(140,'topmenu','Education','2016-04-21-03-02-44','','professional/2016-04-21-03-02-44','index.php?Itemid=','alias',1,102,2,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"102\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',16,17,0,'*',0,NULL,NULL),(141,'topmenu','Research and Technical','2016-04-21-03-03-39','','professional/2016-04-21-03-03-39','index.php?Itemid=','alias',1,102,2,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"102\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',18,19,0,'*',0,NULL,NULL),(142,'topmenu','Teaching Experience','2016-04-21-03-04-11','','professional/2016-04-21-03-04-11','index.php?Itemid=','alias',1,102,2,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"102\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',20,21,0,'*',0,NULL,NULL),(143,'topmenu','Leadership and Volunteer','2016-04-21-03-04-45','','professional/2016-04-21-03-04-45','index.php?Itemid=','alias',1,102,2,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"102\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',22,23,0,'*',0,NULL,NULL),(144,'topmenu','Work Experience','2016-04-21-03-05-20','','professional/2016-04-21-03-05-20','index.php?Itemid=','alias',1,102,2,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"102\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',24,25,0,'*',0,NULL,NULL),(146,'topmenu','Skills and Attributes','2016-04-23-19-07-30','','professional/2016-04-23-19-07-30','index.php?Itemid=','alias',1,102,2,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"102\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',26,27,0,'*',0,NULL,NULL),(147,'hidden','User Login (hidden)','hidden-login','','hidden-login','index.php?option=com_users&view=login','component',1,1,1,25,NULL,NULL,0,1,' ',0,'{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',75,76,0,'*',0,NULL,NULL),(151,'topmenu','On the Web','on-the-web','','home/on-the-web','','heading',1,107,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',2,11,0,'*',0,NULL,NULL),(152,'topmenu','GitHub','2016-04-29-20-46-12','','home/on-the-web/2016-04-29-20-46-12','https://github.com/mark-toma','url',1,151,3,0,NULL,NULL,1,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',5,6,0,'*',0,NULL,NULL),(153,'topmenu','Wiki','2016-04-29-20-43-11','','home/on-the-web/2016-04-29-20-43-11','http://wiki.mark-toma.com','url',1,151,3,0,NULL,NULL,1,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',3,4,0,'*',0,NULL,NULL),(154,'topmenu','MathWorks','2016-04-29-20-44-09','','home/on-the-web/2016-04-29-20-44-09','https://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski','url',1,151,3,0,NULL,NULL,1,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',7,8,0,'*',0,NULL,NULL),(155,'topmenu','~ARMLAB~','2016-04-29-20-45-10','','home/on-the-web/2016-04-29-20-45-10','http://mechatronics.eng.buffalo.edu','url',1,151,3,0,NULL,NULL,1,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1}',9,10,0,'*',0,NULL,NULL),(160,'main','com_associations','multilingual-associations','','multilingual-associations','index.php?option=com_associations','component',1,1,1,34,NULL,NULL,0,1,'class:associations',0,'{}',77,78,0,'*',1,NULL,NULL),(191,'main','COM_COMMENT','com-comment','','com-comment','index.php?option=com_comment','component',1,1,1,10031,NULL,NULL,0,1,'../media/com_comment/backend/images/ccomment-logo.png',0,'{}',79,92,0,'',1,NULL,NULL),(192,'main','COM_COMMENT_DASHBOARD','com-comment-dashboard','','com-comment/com-comment-dashboard','index.php?option=com_comment&view=dashboard','component',1,191,2,10031,NULL,NULL,0,1,'class:component',0,'{}',80,81,0,'',1,NULL,NULL),(193,'main','COM_COMMENT_MANAGE_COMMENTS','com-comment-manage-comments','','com-comment/com-comment-manage-comments','index.php?option=com_comment&view=comments','component',1,191,2,10031,NULL,NULL,0,1,'class:component',0,'{}',82,83,0,'',1,NULL,NULL),(194,'main','COM_COMMENT_EMAIL_QUEUE','com-comment-email-queue','','com-comment/com-comment-email-queue','index.php?option=com_comment&view=emailqueues','component',1,191,2,10031,NULL,NULL,0,1,'class:component',0,'{}',84,85,0,'',1,NULL,NULL),(195,'main','COM_COMMENT_SETTINGS','com-comment-settings','','com-comment/com-comment-settings','index.php?option=com_comment&view=settings','component',1,191,2,10031,NULL,NULL,0,1,'class:component',0,'{}',86,87,0,'',1,NULL,NULL),(196,'main','COM_COMMENT_IMPORT','com-comment-import','','com-comment/com-comment-import','index.php?option=com_comment&view=import','component',1,191,2,10031,NULL,NULL,0,1,'class:component',0,'{}',88,89,0,'',1,NULL,NULL),(197,'main','COM_COMMENT_CUSTOM_FIELDS','com-comment-custom-fields','','com-comment/com-comment-custom-fields','index.php?option=com_comment&view=customfields','component',1,191,2,10031,NULL,NULL,0,1,'class:component',0,'{}',90,91,0,'',1,NULL,NULL),(200,'main','-','1703889623-2185','','Contacts/1703889623-2185','#','separator',1,7,2,33,NULL,NULL,0,0,' ',0,'{}',46,47,0,'*',1,NULL,NULL),(201,'main','mod_menu_fields','contact-custom-fields','','Contacts/contact-custom-fields','index.php?option=com_fields&context=com_contact.contact','component',1,7,2,33,NULL,NULL,0,0,' ',0,'{}',48,49,0,'*',1,NULL,NULL),(202,'main','mod_menu_fields_group','contact-custom-fields-group','','Contacts/contact-custom-fields-group','index.php?option=com_fields&view=groups&context=com_contact.contact','component',1,7,2,33,NULL,NULL,0,0,' ',0,'{}',50,51,0,'*',1,NULL,NULL),(203,'main','-','1703889623-2202','','Smart Search/1703889623-2202','#','separator',1,21,2,27,NULL,NULL,0,0,' ',0,'{}',60,61,0,'*',1,NULL,NULL),(204,'main','com_finder_index','smart-search-index','','Smart Search/smart-search-index','index.php?option=com_finder&view=index','component',1,21,2,27,NULL,NULL,0,0,' ',0,'{}',62,63,0,'*',1,NULL,NULL),(205,'main','com_finder_maps','smart-search-maps','','Smart Search/smart-search-maps','index.php?option=com_finder&view=maps','component',1,21,2,27,NULL,NULL,0,0,' ',0,'{}',64,65,0,'*',1,NULL,NULL),(206,'main','com_finder_filters','smart-search-filters','','Smart Search/smart-search-filters','index.php?option=com_finder&view=filters','component',1,21,2,27,NULL,NULL,0,0,' ',0,'{}',66,67,0,'*',1,NULL,NULL),(207,'main','com_finder_searches','smart-search-searches','','Smart Search/smart-search-searches','index.php?option=com_finder&view=searches','component',1,21,2,27,NULL,NULL,0,0,' ',0,'{}',68,69,0,'*',1,NULL,NULL),(210,'main','COM_ADMINTOOLS','com-admintools','','com-admintools','index.php?option=com_admintools','component',1,1,1,10051,NULL,NULL,0,1,'class:component',0,'{}',93,100,0,'',1,NULL,NULL),(211,'main','COM_ADMINTOOLS_TITLE_CONTROLPANEL','com-admintools-title-controlpanel','','com-admintools/com-admintools-title-controlpanel','index.php?option=com_admintools&view=controlpanel','component',1,210,2,10051,NULL,NULL,0,1,'class:component',0,'{}',94,95,0,'',1,NULL,NULL),(212,'main','COM_ADMINTOOLS_TITLE_EMERGENCYOFFLINE','com-admintools-title-emergencyoffline','','com-admintools/com-admintools-title-emergencyoffline','index.php?option=com_admintools&view=emergencyoffline','component',1,210,2,10051,NULL,NULL,0,1,'class:component',0,'{}',96,97,0,'',1,NULL,NULL),(213,'main','COM_ADMINTOOLS_TITLE_TEMPSUPERUSERS','com-admintools-title-tempsuperusers','','com-admintools/com-admintools-title-tempsuperusers','index.php?option=com_admintools&view=tempsuperusers','component',1,210,2,10051,NULL,NULL,0,1,'class:component',0,'{\"menu-quicktask\":\"index.php?option=com_admintools&task=tempsuperuser.add\",\"menu-quicktask-permission\":\"core.create;com_admintools\"}',98,99,0,'',1,NULL,NULL),(214,'main','COM_CONDITIONS','com-conditions','','com-conditions','index.php?option=com_conditions','component',1,1,1,10141,NULL,NULL,0,1,'class:regularlabs-conditions',0,'{}',101,102,0,'',1,NULL,NULL),(215,'main','COM_REREPLACER','com-rereplacer','','com-rereplacer','index.php?option=com_rereplacer','component',1,1,1,10039,NULL,NULL,0,1,'class:regularlabs-rereplacer',0,'{}',103,104,0,'',1,NULL,NULL),(216,'main','COM_GANTRY5','com-gantry5','','com-gantry5','index.php?option=com_gantry5','component',1,1,1,10008,NULL,NULL,0,1,'class:component',0,'{}',105,110,0,'',1,NULL,NULL),(217,'main','COM_GANTRY5_ADMIN_MENU_THEMES','com-gantry5-admin-menu-themes','','com-gantry5/com-gantry5-admin-menu-themes','index.php?option=com_gantry5&view=themes','component',1,216,2,10008,NULL,NULL,0,1,'class:component',0,'{}',106,107,0,'',1,NULL,NULL),(218,'main','COM_GANTRY5_ADMIN_MENU_THEME','com-gantry5-admin-menu-theme','','com-gantry5/com-gantry5-admin-menu-theme','index.php?option=com_gantry5','component',1,216,2,10008,NULL,NULL,0,1,'class:component',0,'{}',108,109,0,'',1,NULL,NULL);
/*!40000 ALTER TABLE `ij8_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_menu_types`
--

DROP TABLE IF EXISTS `ij8_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_menu_types`
--

LOCK TABLES `ij8_menu_types` WRITE;
/*!40000 ALTER TABLE `ij8_menu_types` DISABLE KEYS */;
INSERT INTO `ij8_menu_types` VALUES (2,0,'topmenu','Top Menu','The top menu for the site',0,2),(3,0,'hydrogen-theme','Hydrogen Theme','Sample menu for Hydrogen theme.',0,3),(4,0,'hidden','Hidden Items','',0,4);
/*!40000 ALTER TABLE `ij8_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_messages`
--

DROP TABLE IF EXISTS `ij8_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT 0,
  `user_id_to` int(10) unsigned NOT NULL DEFAULT 0,
  `folder_id` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `date_time` datetime NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `priority` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` mediumtext NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_messages`
--

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

--
-- Table structure for table `ij8_messages_cfg`
--

DROP TABLE IF EXISTS `ij8_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `cfg_name` varchar(100) NOT NULL DEFAULT '',
  `cfg_value` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_messages_cfg`
--

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

--
-- Table structure for table `ij8_modules`
--

DROP TABLE IF EXISTS `ij8_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(100) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `content` text DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `position` varchar(50) NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `module` varchar(50) DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `params` mediumtext NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_modules`
--

LOCK TABLES `ij8_modules` WRITE;
/*!40000 ALTER TABLE `ij8_modules` DISABLE KEYS */;
INSERT INTO `ij8_modules` VALUES (2,40,'Login','','',1,'login',NULL,NULL,NULL,NULL,1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',3,'cpanel',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',NULL,NULL,NULL,NULL,1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Notifications','','',3,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',3,1,'{\"context\":\"update_quickicon\",\"header_icon\":\"fas fa-sync\",\"show_global\":\"0\",\"show_checkin\":\"0\",\"show_cache\":\"0\",\"show_users\":\"0\",\"show_articles\":\"0\",\"show_categories\":\"0\",\"show_media\":\"0\",\"show_menuItems\":\"0\",\"show_modules\":\"0\",\"show_plugins\":\"0\",\"show_templates\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',NULL,NULL,NULL,NULL,1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(13,47,'Admin Submenu','','',1,'submenu',NULL,NULL,NULL,NULL,1,'mod_submenu',3,1,'',1,'*'),(14,48,'User Status','','',2,'status',NULL,NULL,NULL,NULL,1,'mod_status',3,1,'',1,'*'),(15,49,'Title','','',1,'title',NULL,NULL,NULL,NULL,1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',1,'position-11',NULL,NULL,NULL,NULL,1,'mod_login',1,0,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"usetext\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'breadcrumbs',NULL,NULL,'2016-04-16 02:37:51',NULL,1,'mod_breadcrumbs',1,0,'{\"showHere\":\"1\",\"showHome\":\"1\",\"homeText\":\"\",\"showLast\":\"1\",\"separator\":\"»\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"System-none\"}',0,'*'),(79,52,'Multilanguage status','','',2,'status',NULL,NULL,NULL,NULL,0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Navigation','','',1,'position-1',NULL,NULL,NULL,NULL,1,'mod_menu',1,1,'{\"menutype\":\"topmenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\" nav-pills\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"test\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(88,66,'Search','','',1,'search-nav',NULL,NULL,NULL,NULL,1,'mod_finder',1,0,'{\"searchfilter\":\"\",\"show_autosuggest\":\"1\",\"show_advanced\":\"0\",\"field_size\":25,\"show_label\":\"0\",\"label_pos\":\"left\",\"alt_label\":\"Test\",\"show_button\":\"0\",\"button_pos\":\"right\",\"opensearch\":\"1\",\"opensearch_title\":\"\",\"set_itemid\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(89,67,'Side Navigation','','',1,'position-7',NULL,NULL,NULL,NULL,0,'mod_menu',1,0,'{\"menutype\":\"topmenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\" nav-pills nav-stacked\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(90,68,'Share this site!','','<div align=right width=58px class=pull-right>\r\n<script src=//platform.linkedin.com/in.js type=text/javascript>\r\n  lang: en_US\r\n</script>\r\n<script type=IN/Share data-url=http://www.mark-tomaszewski.com/></script>\r\n</br>\r\n<iframe src=//www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fwww.mark-tomaszewski.com%2F&amp;layout=button scrolling=no frameborder=0 style=border:none; overflow:hidden; allowTransparency=true height=20px width=60px></iframe>\r\n</div>\r\n\r\n',1,'position-0',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" pull-right\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(91,69,'Footer','','<ul>\r\n<li><a href=\"http://wiki.mark-toma.com/\" target=\"_blank\">Mark T. Wiki</a></li>\r\n<li><a href=\"https://github.com/mark-toma\" target=\"_blank\">GitHub (mark-toma)</a></li>\r\n<li><a href=\"http://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski\" target=\"_blank\">MathWorks Community</a></li>\r\n<li><a href=\"http://mechatronics.eng.buffalo.edu/\" target=\"_blank\"><abbr title=\"Automation, Robotics, and Mechatronics Laboratory\">ARMLAB</abbr></a></li>\r\n</ul>',1,'footer-a',NULL,NULL,'2016-04-29 05:32:04',NULL,-2,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" horz-menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(92,72,'Categories','','',1,'sidebar-a',NULL,NULL,'2016-04-16 02:36:46',NULL,0,'mod_articles_categories',1,1,'{\"parent\":\"9\",\"show_description\":\"0\",\"numitems\":\"0\",\"show_children\":\"0\",\"count\":\"0\",\"maxlevel\":\"0\",\"layout\":\"_:default\",\"item_heading\":\"4\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(93,79,'Gantry 5 Particle','','',0,'',NULL,NULL,NULL,NULL,0,'mod_gantry5_particle',1,1,'',0,'*'),(94,81,'Recent Posts','','',1,'sidebar-a',NULL,NULL,'2016-04-16 02:36:44',NULL,0,'mod_articles_latest',1,1,'{\"catid\":[\"9\"],\"count\":\"5\",\"show_featured\":\"\",\"ordering\":\"p_dsc\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(95,84,'Sidebar Title','','<h1>Explore …</h1>',1,'sidebar-title',NULL,NULL,NULL,NULL,0,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(96,85,'On the Web','','<ul>\r\n<li>\r\n<a href=\"http://wiki.mark-toma.com/view/Main_Page\" target=\"_blank\">Mark T. Wiki</a>\r\n</li>\r\n<li>\r\n<a href=\"https://github.com/mark-toma\" target=\"_blank\">GitHub (mark-toma)</a>\r\n</li>\r\n<li>\r\n<a href=\"http://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski\" target=\"_blank\">MathWorks Community</a>\r\n</li>\r\n<li>\r\n<a href=\"http://mechatronics.eng.buffalo.edu/\" target=\"_blank\"><abbr title=\"Automation, Robotics, and Mechatronics Laboratory\">ARMLAB</abbr></a>\r\n</li>\r\n</ul>',1,'sidebar-b',NULL,NULL,'2016-04-16 02:38:15',NULL,-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(97,86,'Header','','<h1><a href=\"http://www.mark-toma.com/\" target=\"_parent\">Mark Tomaszewski</a></h1>\r\n<p><a href=\"http://www.mark-toma.com/\" target=\"_parent\"><em> perception, conception, inception</em> </a></p>',1,'header',NULL,NULL,NULL,NULL,0,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" header-text\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(106,98,'Bio (subfeature)','','<a href=\"index.php?option=com_content&view=article&id=4&catid=8&Itemid=104\">\r\n<i class=\"fa fa-user fa-5x\"></i>\r\n<h3>Bio</h3>\r\n</a>\r\n<p>Get to know a bit about me.</p>',1,'subfeature-a',NULL,NULL,NULL,NULL,1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(107,99,'Professional (subfeature)','','<a href=\"index.php?option=com_content&view=article&id=2&catid=8&Itemid=102\">\r\n<i class=\"fa fa-briefcase fa-5x\"></i>\r\n<h3>Professional</h3>\r\n</a>\r\n<p>My digital resume.</p>',1,'subfeature-b',NULL,NULL,NULL,NULL,1,'mod_custom',1,0,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" center\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(108,100,'Blog (subfeature)','','<!--\r\n<a href=\"index.php?option=com_content&view=category&layout=blog&Itemid=112&id=9\">\r\n-->\r\n<i class=\"fa fa-pencil-square fa-5x\"></i>\r\n<h3>Blog</h3>\r\n<!--\r\n</a>\r\n-->\r\n<p>Under construction.</p>\r\n<!--\r\n<p>Writings on things that interest me.</p>\r\n-->',1,'subfeature-c',NULL,NULL,'2016-04-22 05:07:57',NULL,0,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" center\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(109,101,'On the Web','','<ul>\r\n<li>\r\n<a href=\"http://wiki.mark-toma.com/view/Main_Page\" target=\"_blank\">Mark T. Wiki</a>\r\n</li>\r\n<li>\r\n<a href=\"https://github.com/mark-toma\" target=\"_blank\">GitHub (mark-toma)</a>\r\n</li>\r\n<li>\r\n<a href=\"http://www.mathworks.com/matlabcentral/profile/authors/4540343-mark-tomaszewski\" target=\"_blank\">MathWorks Community</a>\r\n</li>\r\n<li>\r\n<a href=\"http://mechatronics.eng.buffalo.edu/\" target=\"_blank\"><abbr title=\"Automation, Robotics, and Mechatronics Laboratory\">ARMLAB</abbr></a>\r\n</li>\r\n</ul>',1,'footer-b',NULL,NULL,'2016-04-16 02:38:15',NULL,-2,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(110,102,'Main Pages (footer)','','',1,'footer-a',NULL,NULL,NULL,NULL,0,'mod_menu',1,0,'{\"menutype\":\"topmenu\",\"base\":\"\",\"startLevel\":1,\"endLevel\":1,\"showAllChildren\":0,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\" horz-menu\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(113,107,'On the Web','','',1,'sidebar-b',NULL,NULL,NULL,NULL,0,'mod_menu',1,1,'{\"menutype\":\"topmenu\",\"base\":151,\"startLevel\":3,\"endLevel\":3,\"showAllChildren\":0,\"tag_id\":\"\",\"class_sfx\":\"bullet-menu\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(114,108,'On the Web (footer)','','',1,'footer-b',NULL,NULL,NULL,NULL,0,'mod_menu',1,0,'{\"menutype\":\"topmenu\",\"base\":151,\"startLevel\":3,\"endLevel\":3,\"showAllChildren\":0,\"tag_id\":\"\",\"class_sfx\":\"horz-menu\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(115,0,'Login Support','','',1,'sidebar',NULL,NULL,NULL,NULL,1,'mod_loginsupport',1,1,'{\"forum_url\":\"https://forum.joomla.org/\",\"documentation_url\":\"https://docs.joomla.org/\",\"news_url\":\"https://www.joomla.org/announcements.html\",\"automatic_title\":1,\"prepare_content\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',1,'*'),(116,0,'System Dashboard','','',1,'cpanel-system',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"system\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(117,0,'Content Dashboard','','',1,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"content\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"3\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(118,0,'Menus Dashboard','','',1,'cpanel-menus',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"menus\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(119,0,'Components Dashboard','','',1,'cpanel-components',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"components\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(120,0,'Users Dashboard','','',1,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"users\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),(121,0,'Popular Articles','','',3,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\":\"12\"}',1,'*'),(122,0,'Recently Added Articles','','',4,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\":\"12\"}',1,'*'),(123,0,'Logged-in Users','','',2,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\":\"12\"}',1,'*'),(124,0,'Frontend Link','','',5,'status',NULL,NULL,NULL,NULL,1,'mod_frontend',1,1,'',1,'*'),(125,0,'Messages','','',4,'status',NULL,NULL,NULL,NULL,1,'mod_messages',3,1,'',1,'*'),(126,0,'Post Install Messages','','',3,'status',NULL,NULL,NULL,NULL,1,'mod_post_installation_messages',3,1,'',1,'*'),(127,0,'User Status','','',6,'status',NULL,NULL,NULL,NULL,1,'mod_user',3,1,'',1,'*'),(128,0,'Site','','',1,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"site_quickicon\",\"header_icon\":\"fas fa-desktop\",\"show_users\":\"1\",\"show_articles\":\"1\",\"show_categories\":\"1\",\"show_media\":\"1\",\"show_menuItems\":\"1\",\"show_modules\":\"1\",\"show_plugins\":\"1\",\"show_templates\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(129,0,'System','','',2,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"system_quickicon\",\"header_icon\":\"fas fa-wrench\",\"show_global\":\"1\",\"show_checkin\":\"1\",\"show_cache\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(130,0,'3rd Party','','',4,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"mod_quickicon\",\"header_icon\":\"fas fa-boxes\",\"load_plugins\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(131,0,'Help Dashboard','','',1,'cpanel-help',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"help\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"style\":\"System-none\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(132,0,'Privacy Requests','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_dashboard',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(133,0,'Privacy Status','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_status',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(134,0,'Guided Tours','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_guidedtours',1,1,'',1,'*'),(135,119,'On the web 2','',NULL,1,'sidebar-c',NULL,NULL,'2023-12-30 19:33:00',NULL,-2,'mod_menu',1,1,'{\"menutype\":\"topmenu\",\"base\":151,\"startLevel\":3,\"endLevel\":3,\"showAllChildren\":0,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `ij8_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_modules_menu`
--

DROP TABLE IF EXISTS `ij8_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT 0,
  `menuid` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_modules_menu`
--

LOCK TABLES `ij8_modules_menu` WRITE;
/*!40000 ALTER TABLE `ij8_modules_menu` DISABLE KEYS */;
INSERT INTO `ij8_modules_menu` VALUES (2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,0),(88,0),(89,0),(90,0),(91,0),(92,112),(94,104),(94,107),(94,112),(95,-102),(96,-102),(97,0),(106,107),(107,107),(108,107),(109,-102),(110,0),(113,-114),(113,-102),(114,0),(115,0),(116,0),(117,0),(118,0),(119,0),(120,0),(121,0),(122,0),(123,0),(124,0),(125,0),(126,0),(127,0),(128,0),(129,0),(130,0),(131,0),(132,0),(133,0),(134,0),(135,0);
/*!40000 ALTER TABLE `ij8_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_newsfeeds`
--

DROP TABLE IF EXISTS `ij8_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT 0,
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `numarticles` int(10) unsigned NOT NULL DEFAULT 1,
  `cache_time` int(10) unsigned NOT NULL DEFAULT 3600,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `rtl` tinyint(4) NOT NULL DEFAULT 0,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL DEFAULT '',
  `params` mediumtext NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT 0,
  `metakey` text DEFAULT NULL,
  `metadesc` mediumtext NOT NULL,
  `metadata` mediumtext NOT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `description` mediumtext NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT 1,
  `hits` int(10) unsigned NOT NULL DEFAULT 0,
  `images` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_newsfeeds`
--

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

--
-- Table structure for table `ij8_overrider`
--

DROP TABLE IF EXISTS `ij8_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` mediumtext NOT NULL,
  `file` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_overrider`
--

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

--
-- Table structure for table `ij8_postinstall_messages`
--

DROP TABLE IF EXISTS `ij8_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_postinstall_messages` (
  `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `extension_id` bigint(20) NOT NULL DEFAULT 700 COMMENT 'FK to #__extensions',
  `title_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) NOT NULL DEFAULT '',
  `language_extension` varchar(255) NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT 1,
  `type` varchar(10) NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT 1,
  PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_postinstall_messages`
--

LOCK TABLES `ij8_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `ij8_postinstall_messages` DISABLE KEYS */;
INSERT INTO `ij8_postinstall_messages` VALUES (3,700,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(5,700,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',1),(11,700,'COM_ACTIONLOGS_POSTINSTALL_TITLE','COM_ACTIONLOGS_POSTINSTALL_BODY','','com_actionlogs',1,'message','','','','','3.9.0',1),(12,700,'COM_PRIVACY_POSTINSTALL_TITLE','COM_PRIVACY_POSTINSTALL_BODY','','com_privacy',1,'message','','','','','3.9.0',1),(13,700,'COM_CPANEL_MSG_ADDNOSNIFF_TITLE','COM_CPANEL_MSG_ADDNOSNIFF_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/addnosniff.php','admin_postinstall_addnosniff_condition','3.9.3',0),(14,700,'COM_CPANEL_MSG_TEXTFILTER3919_TITLE','COM_CPANEL_MSG_TEXTFILTER3919_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/textfilter3919.php','admin_postinstall_textfilter3919_condition','3.9.19',1),(15,700,'COM_CPANEL_MSG_HTACCESSSVG_TITLE','COM_CPANEL_MSG_HTACCESSSVG_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/htaccesssvg.php','admin_postinstall_htaccesssvg_condition','3.9.21',1),(16,700,'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_TITLE','COM_ADMIN_POSTINSTALL_MSG_HTACCESS_AUTOINDEX_DESCRIPTION','','com_admin',1,'message','','',NULL,NULL,'3.9.22',0),(17,700,'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_TITLE','COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_DESCRIPTION','COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_ACTION','com_admin',1,'action','admin://components/com_admin/postinstall/behindproxy.php','behindproxy_postinstall_action','admin://components/com_admin/postinstall/behindproxy.php','admin_postinstall_behindproxy_condition','3.9.26',1),(19,700,'PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_TITLE','PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_BODY','PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_ACTION','plg_system_httpheaders',1,'action','site://plugins/system/httpheaders/postinstall/introduction.php','httpheaders_postinstall_action','site://plugins/system/httpheaders/postinstall/introduction.php','httpheaders_postinstall_condition','4.0.0',1),(20,700,'COM_USERS_POSTINSTALL_MULTIFACTORAUTH_TITLE','COM_USERS_POSTINSTALL_MULTIFACTORAUTH_BODY','COM_USERS_POSTINSTALL_MULTIFACTORAUTH_ACTION','com_users',1,'action','admin://components/com_users/postinstall/multifactorauth.php','com_users_postinstall_mfa_action','admin://components/com_users/postinstall/multifactorauth.php','com_users_postinstall_mfa_condition','4.2.0',1),(21,700,'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_SETCE_TITLE','COM_ADMIN_POSTINSTALL_MSG_HTACCESS_SETCE_DESCRIPTION','','com_admin',1,'message','','','admin://components/com_admin/postinstall/htaccesssetce.php','admin_postinstall_htaccesssetce_condition','4.2.9',0),(22,700,'COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_TITLE','COM_ADMIN_POSTINSTALL_MSG_HTACCESS_BROTLI_DESCRIPTION','','com_admin',1,'message','','','admin://components/com_admin/postinstall/htaccessbrotli.php','admin_postinstall_htaccessbrotli_condition','4.4.4',1);
/*!40000 ALTER TABLE `ij8_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_privacy_consents`
--

DROP TABLE IF EXISTS `ij8_privacy_consents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_privacy_consents` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `state` int(11) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT 0,
  `token` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_privacy_consents`
--

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

--
-- Table structure for table `ij8_privacy_requests`
--

DROP TABLE IF EXISTS `ij8_privacy_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_privacy_requests` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(100) NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `request_type` varchar(25) NOT NULL DEFAULT '',
  `confirm_token` varchar(100) NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_privacy_requests`
--

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

--
-- Table structure for table `ij8_redirect_links`
--

DROP TABLE IF EXISTS `ij8_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(2048) NOT NULL,
  `new_url` varchar(2048) DEFAULT NULL,
  `referer` varchar(2048) NOT NULL,
  `comment` varchar(255) NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT 0,
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL,
  `modified_date` datetime NOT NULL,
  `header` smallint(3) NOT NULL DEFAULT 301,
  PRIMARY KEY (`id`),
  KEY `idx_old_url` (`old_url`(100)),
  KEY `idx_link_modified` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_redirect_links`
--

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

--
-- Table structure for table `ij8_rereplacer`
--

DROP TABLE IF EXISTS `ij8_rereplacer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_rereplacer` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `description` text NOT NULL,
  `category` varchar(50) NOT NULL,
  `color` varchar(8) DEFAULT NULL,
  `search` text NOT NULL,
  `replace` text NOT NULL,
  `area` text NOT NULL,
  `params` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`,`published`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_rereplacer`
--

LOCK TABLES `ij8_rereplacer` WRITE;
/*!40000 ALTER TABLE `ij8_rereplacer` DISABLE KEYS */;
INSERT INTO `ij8_rereplacer` VALUES (1,'UB (link)','','',NULL,'~UB/LINK~','<a href=\"http://www.buffalo.edu/\" target=\"_blank\"><abbr title=\"The State University of New York at Buffalo\">UB</abbr></a>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(2,'ARMLAB (link)','','',NULL,'~ARMLAB/LINK~','<a href=\"http://mechatronics.eng.buffalo.edu/\" target=\"_blank\"><abbr title=\"Automation, Robotics, and Mechatronics Laboratory\">ARMLAB</abbr></a>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(3,'NCCC (link)','','',NULL,'~NCCC/LINK~','<a href=\"http://www.niagaracc.suny.edu/\" target=\"_blank\"><abbr title=\"Niagara County Community College\">NCCC</abbr></a>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(4,'Venkat Krovi (link)','','',NULL,'~VENKAT-KROVI/LINK~','<a href=\"https://www.clemson.edu/cecas/departments/automotive-engineering/people/Venkat%20Krovi.html\" target=\"_blank\">Venkat Krovi</a>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(5,'MAE-GSA (link)','','',NULL,'~MAE-GSA/LINK~','<a href=\"http://gsa.buffalo.edu/mae/\" target=\"_blank\"><abbr title=\" Graduate Student Association, Department of Mechanical and Aerospace Engineering\">MAE-GSA</abbr></a>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(6,'ARMLAB','','',NULL,'~ARMLAB~','<abbr title=\"Automation, Robotics, and Mechatronics Laboratory\">ARMLAB</abbr>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(7,'ARMLAB','','',NULL,'~ARMLAB~','<abbr title=\"Automation, Robotics, and Mechatronics Laboratory\">ARMLAB</abbr>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"enable_in_title\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL),(8,'CUICAR','','',NULL,'~CUICAR~','<a href=\"http://cuicar.com/\" target=\"_blank\"><abbr title=\"Clemson University - International Center for Automotive Research\">CU-ICAR</abbr></a>','everywhere','{\"regex\":\"0\",\"treat_as_list\":\"0\",\"word_search\":\"1\",\"s_modifier\":\"1\",\"casesensitive\":\"1\",\"thorough\":\"0\",\"strip_p_tags\":\"0\",\"enable_in_category\":\"1\",\"enable_in_title\":\"1\",\"enable_in_author\":\"1\",\"enable_in_feeds\":\"1\",\"enable_in_admin\":\"0\",\"enable_in_edit_forms\":\"0\",\"category_select\":\"\"}',1,0,NULL,NULL);
/*!40000 ALTER TABLE `ij8_rereplacer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_scheduler_tasks`
--

DROP TABLE IF EXISTS `ij8_scheduler_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_scheduler_tasks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(128) NOT NULL COMMENT 'unique identifier for job defined by plugin',
  `execution_rules` text DEFAULT NULL COMMENT 'Execution Rules, Unprocessed',
  `cron_rules` text DEFAULT NULL COMMENT 'Processed execution rules, crontab-like JSON form',
  `state` tinyint(4) NOT NULL DEFAULT 0,
  `last_exit_code` int(11) NOT NULL DEFAULT 0 COMMENT 'Exit code when job was last run',
  `last_execution` datetime DEFAULT NULL COMMENT 'Timestamp of last run',
  `next_execution` datetime DEFAULT NULL COMMENT 'Timestamp of next (planned) run, referred for execution on trigger',
  `times_executed` int(11) DEFAULT 0 COMMENT 'Count of successful triggers',
  `times_failed` int(11) DEFAULT 0 COMMENT 'Count of failures',
  `locked` datetime DEFAULT NULL,
  `priority` smallint(6) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0 COMMENT 'Configurable list ordering',
  `cli_exclusive` smallint(6) NOT NULL DEFAULT 0 COMMENT 'If 1, the task is only accessible via CLI',
  `params` text NOT NULL,
  `note` text DEFAULT NULL,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_type` (`type`),
  KEY `idx_state` (`state`),
  KEY `idx_last_exit` (`last_exit_code`),
  KEY `idx_next_exec` (`next_execution`),
  KEY `idx_locked` (`locked`),
  KEY `idx_priority` (`priority`),
  KEY `idx_cli_exclusive` (`cli_exclusive`),
  KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_scheduler_tasks`
--

LOCK TABLES `ij8_scheduler_tasks` WRITE;
/*!40000 ALTER TABLE `ij8_scheduler_tasks` DISABLE KEYS */;
INSERT INTO `ij8_scheduler_tasks` VALUES (1,120,'Rotate Logs','rotation.logs','{\"rule-type\":\"interval-days\",\"interval-days\":30,\"exec-time\":\"05:59\",\"exec-day\":\"29\"}','{\"type\":\"interval\",\"exp\":\"P30D\"}',1,0,NULL,'2024-10-29 05:59:00',0,0,NULL,0,0,0,'{\"logstokeep\":1}',NULL,'2024-09-29 15:05:50',431,NULL,NULL),(2,121,'Session GC','session.gc','{\"rule-type\":\"interval-hours\",\"interval-hours\":24,\"exec-time\":\"15:05\",\"exec-day\":\"29\"}','{\"type\":\"interval\",\"exp\":\"PT24H\"}',1,0,NULL,'2024-09-30 15:05:00',0,0,NULL,0,0,0,'{\"enable_session_gc\":1,\"enable_session_metadata_gc\":1}',NULL,'2024-09-29 15:05:50',431,NULL,NULL),(3,122,'Update Notification','update.notification','{\"rule-type\":\"interval-hours\",\"interval-hours\":6,\"exec-time\":\"14:25\",\"exec-day\":\"29\"}','{\"type\":\"interval\",\"exp\":\"PT6H\"}',1,0,NULL,'2024-09-29 20:25:00',0,0,NULL,0,0,0,'{\"email\":\"\",\"language_override\":\"\"}',NULL,'2024-09-29 15:05:50',431,NULL,NULL);
/*!40000 ALTER TABLE `ij8_scheduler_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_schemaorg`
--

DROP TABLE IF EXISTS `ij8_schemaorg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_schemaorg` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `itemId` int(10) unsigned DEFAULT NULL,
  `context` varchar(100) DEFAULT NULL,
  `schemaType` varchar(100) DEFAULT NULL,
  `schema` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_schemaorg`
--

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

--
-- Table structure for table `ij8_schemas`
--

DROP TABLE IF EXISTS `ij8_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_schemas`
--

LOCK TABLES `ij8_schemas` WRITE;
/*!40000 ALTER TABLE `ij8_schemas` DISABLE KEYS */;
INSERT INTO `ij8_schemas` VALUES (700,'5.1.1-2024-04-18'),(10051,'7.4.5-20231214');
/*!40000 ALTER TABLE `ij8_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_session`
--

DROP TABLE IF EXISTS `ij8_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) unsigned DEFAULT NULL,
  `guest` tinyint(3) unsigned DEFAULT 1,
  `time` int(11) NOT NULL DEFAULT 0,
  `data` longtext DEFAULT NULL,
  `userid` int(11) DEFAULT 0,
  `username` varchar(150) DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `userid` (`userid`),
  KEY `time` (`time`),
  KEY `client_id_guest` (`client_id`,`guest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_session`
--

LOCK TABLES `ij8_session` WRITE;
/*!40000 ALTER TABLE `ij8_session` DISABLE KEYS */;
INSERT INTO `ij8_session` VALUES ('068011aa3e3e95c1fa70efbb6117fe6e',0,1,1727623654,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzI3NjIzNjU0O3M6NDoibGFzdCI7aToxNzI3NjIzNjU0O3M6Mzoibm93IjtpOjE3Mjc2MjM2NTQ7fXM6NToidG9rZW4iO3M6MzI6ImQwYjBhOTg0NWNlNjcxOWUwMDJmYmVkZTZmYzk4NTJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('60a73c103318a92230ed07ca844b4886',0,1,1727624343,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzI3NjE5OTU2O3M6NDoibGFzdCI7aToxNzI3NjI0MzM5O3M6Mzoibm93IjtpOjE3Mjc2MjQzNDM7fXM6NToidG9rZW4iO3M6MzI6IjcyOTM0ZmViZjlmMGNlMWNmOGNkNGQ3OWUzMmQxYWEyIjtzOjc6ImNvdW50ZXIiO2k6Mzg7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',0,''),('87f05d6d0ec5cb210350b22c75982df2',0,1,1727623413,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzI3NjIzNDEzO3M6NDoibGFzdCI7aToxNzI3NjIzNDEzO3M6Mzoibm93IjtpOjE3Mjc2MjM0MTM7fXM6NToidG9rZW4iO3M6MzI6IjZhZDExNjk5YTUwMDhlNDI1ZDcwYmI3MzM3MWE0ZjUyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),('b4fccb68a4e49dbe426f8a0001bb3195',1,0,1727624172,'joomla|s:1540:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjY6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzI3NjI0MDIzO3M6NDoibGFzdCI7aToxNzI3NjI0MTY3O3M6Mzoibm93IjtpOjE3Mjc2MjQxNzI7fXM6NToidG9rZW4iO3M6MzI6Ijk0ZTA4NTJhZDgwYWI2NWIzYzI5ZTNhYzYxMjdlNmIzIjtzOjc6ImNvdW50ZXIiO2k6MTU7fXM6MTk6InBsZ19zeXN0ZW1fd2ViYXV0aG4iO086ODoic3RkQ2xhc3MiOjE6e3M6OToicmV0dXJuVXJsIjtzOjU0OiJodHRwczovL3d3dy5tYXJrLXRvbWEuY29tL3ZpZXcvYWRtaW5pc3RyYXRvci9pbmRleC5waHAiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjtzOjY6Im1hbmFnZSI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo2OiJmaWx0ZXIiO2E6Nzp7czo2OiJzZWFyY2giO3M6NzoiY29tbWVudCI7czo2OiJzdGF0dXMiO3M6MDoiIjtzOjk6ImNsaWVudF9pZCI7czowOiIiO3M6NDoidHlwZSI7czowOiIiO3M6NjoiZm9sZGVyIjtzOjA6IiI7czoxMDoicGFja2FnZV9pZCI7czowOiIiO3M6NDoiY29yZSI7czowOiIiO31zOjQ6Imxpc3QiO2E6Mjp7czoxMjoiZnVsbG9yZGVyaW5nIjtzOjg6Im5hbWUgQVNDIjtzOjU6ImxpbWl0IjtzOjI6IjIwIjt9czoxMDoibGltaXRzdGFydCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjQzMTt9czo5OiJjb21fdXNlcnMiO086ODoic3RkQ2xhc3MiOjE6e3M6MTE6Im1mYV9jaGVja2VkIjtpOjE7fXM6MTE6ImFwcGxpY2F0aW9uIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6InF1ZXVlIjthOjA6e319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO30=\";',431,'admin'),('f05d574aed81db9b25f8e2e72eeca9e3',0,1,1727623396,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzI3NjIzMzk1O3M6NDoibGFzdCI7aToxNzI3NjIzMzk1O3M6Mzoibm93IjtpOjE3Mjc2MjMzOTU7fXM6NToidG9rZW4iO3M6MzI6IjljOTM3YzJjYTk3N2E3YTQxYmQ1YmY4ZDY4MjY4NTM3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `ij8_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_tags`
--

DROP TABLE IF EXISTS `ij8_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) unsigned NOT NULL DEFAULT 0,
  `lft` int(11) NOT NULL DEFAULT 0,
  `rgt` int(11) NOT NULL DEFAULT 0,
  `level` int(10) unsigned NOT NULL DEFAULT 0,
  `path` varchar(400) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `params` mediumtext NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL DEFAULT '',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL,
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL,
  `images` mediumtext NOT NULL,
  `urls` mediumtext NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT 1,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `tag_idx` (`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_language` (`language`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_alias` (`alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_tags`
--

LOCK TABLES `ij8_tags` WRITE;
/*!40000 ALTER TABLE `ij8_tags` DISABLE KEYS */;
INSERT INTO `ij8_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,NULL,NULL,1,'','','','',0,'2011-01-01 00:00:01','',0,'2011-01-01 00:00:01','','',0,'*',1,NULL,NULL);
/*!40000 ALTER TABLE `ij8_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_template_overrides`
--

DROP TABLE IF EXISTS `ij8_template_overrides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_template_overrides` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) NOT NULL DEFAULT '',
  `hash_id` varchar(255) NOT NULL DEFAULT '',
  `extension_id` int(11) DEFAULT 0,
  `state` tinyint(4) NOT NULL DEFAULT 0,
  `action` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `created_date` datetime NOT NULL,
  `modified_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_extension_id` (`extension_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_template_overrides`
--

LOCK TABLES `ij8_template_overrides` WRITE;
/*!40000 ALTER TABLE `ij8_template_overrides` DISABLE KEYS */;
INSERT INTO `ij8_template_overrides` VALUES (1,'g5_hydrogen','L2h0bWwvY29tX2NvbnRlbnQvY2F0ZWdvcnkvYmxvZ19jaGlsZHJlbi5waHA=',10012,0,'Joomla Update',0,'2024-09-29 15:05:54','2024-09-29 15:05:54'),(2,'g5_hydrogen','L2h0bWwvY29tX2NvbnRlbnQvY2F0ZWdvcnkvYmxvZy5waHA=',10012,0,'Joomla Update',0,'2024-09-29 15:05:54','2024-09-29 15:05:54'),(3,'g5_hydrogen','L2h0bWwvY29tX2NvbnRlbnQvY2F0ZWdvcnkvZGVmYXVsdF9jaGlsZHJlbi5waHA=',10012,0,'Joomla Update',0,'2024-09-29 15:05:54','2024-09-29 15:05:54');
/*!40000 ALTER TABLE `ij8_template_overrides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_template_styles`
--

DROP TABLE IF EXISTS `ij8_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `home` char(7) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `params` mediumtext NOT NULL,
  `inheritable` tinyint(4) NOT NULL DEFAULT 0,
  `parent` varchar(50) DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_client_id` (`client_id`),
  KEY `idx_client_id_home` (`client_id`,`home`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_template_styles`
--

LOCK TABLES `ij8_template_styles` WRITE;
/*!40000 ALTER TABLE `ij8_template_styles` DISABLE KEYS */;
INSERT INTO `ij8_template_styles` VALUES (11,'g5_hydrogen',0,'0','Hydrogen - Default','{\"configuration\":\"11\",\"preset\":\"default\"}',0,''),(12,'g5_hydrogen',0,'0','Hydrogen - Home','{\"configuration\":\"12\",\"preset\":\"home\"}',0,''),(14,'g5_hydrogen',0,'1','Hydrogen - Default Sidebar Right','{\"configuration\":\"14\",\"preset\":\"2_column_-_right\"}',0,''),(15,'atum',1,'1','Atum - Default','{\"hue\": \"hsl(214, 63%, 20%)\", \"bg-light\": \"#f0f4fb\", \"text-dark\": \"#495057\", \"text-light\": \"#ffffff\", \"link-color\": \"#2a69b8\", \"special-color\": \"#001b4c\", \"monochrome\": \"0\", \"loginLogo\": \"\", \"loginLogoAlt\": \"\", \"logoBrandLarge\": \"\", \"logoBrandLargeAlt\": \"\", \"logoBrandSmall\": \"\", \"logoBrandSmallAlt\": \"\", \"colorScheme\": \"os\"}',1,''),(16,'cassiopeia',0,'0','Cassiopeia - Default','{}',1,'');
/*!40000 ALTER TABLE `ij8_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_tuf_metadata`
--

DROP TABLE IF EXISTS `ij8_tuf_metadata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_tuf_metadata` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT 0,
  `root` text DEFAULT NULL,
  `targets` text DEFAULT NULL,
  `snapshot` text DEFAULT NULL,
  `timestamp` text DEFAULT NULL,
  `mirrors` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Secure TUF Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_tuf_metadata`
--

LOCK TABLES `ij8_tuf_metadata` WRITE;
/*!40000 ALTER TABLE `ij8_tuf_metadata` DISABLE KEYS */;
INSERT INTO `ij8_tuf_metadata` VALUES (1,1,'{\"signed\":{\"_type\":\"root\",\"spec_version\":\"1.0\",\"version\":4,\"expires\":\"2025-03-02T16:38:55Z\",\"keys\":{\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"9b2af2d9b9727227735253d795bd27ea8f0e294a5f3603e822dc5052b44802b9\"}},\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"a18e5ebabc19d5d5984b601a292ece61ba3662ab2d071dc520da5bd4f8948799\"}},\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"cb0a7a131961a20edea051d6dc2b091fb650bd399bd8514adb67b3c60db9f8f9\"}},\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"589d029a68b470deff1ca16dbf3eea6b5b3fcba0ae7bb52c468abc7fb058b2a2\"}},\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"6043c8bacc76ac5c9750f45454dd865c6ca1fc57d69e14cc192cfd420f6a66a9\"}},\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"ad1950e117b29ebe7a38635a2e574123e07571e4f9a011783e053b5f15d2562a\"}},\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"5d451915bc2b93a0e4e4745bc6a8b292d58996d50e0fb66c78c7827152a65879\"}}},\"roles\":{\"root\":{\"keyids\":[\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\",\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\"],\"threshold\":1},\"snapshot\":{\"keyids\":[\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\",\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\",\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\",\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\"],\"threshold\":1},\"targets\":{\"keyids\":[\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\",\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\",\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\"],\"threshold\":1},\"timestamp\":{\"keyids\":[\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\"],\"threshold\":1}},\"consistent_snapshot\":true},\"signatures\":[{\"keyid\":\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\",\"sig\":\"1c8060aab4c5290dc398199d8f124701bd3f7d3fb47d688e3e61d20eeb90d6e387556ce680ba8db9b99f15332df64da349a03344f50ab4f1fe491efdf88f170c\"}]}','{\"signed\":{\"_type\":\"targets\",\"spec_version\":\"1.0\",\"version\":23,\"expires\":\"2024-12-17T15:48:04Z\",\"targets\":{\"Joomla_5.1.2-Stable-Upgrade_Package.zip\":{\"length\":28134889,\"hashes\":{\"sha512\":\"d6b46cdedb9b31d01a607fe4c2f3a830a3265ed6ae5c0cb7b0f836b1b016ee7c639bd8948df00baf1b61a87f2fc71368a80b39e67ef9ec2b8842ee0ab09a620f\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.1.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-1-2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.1.2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.1.2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5909-joomla-5-1-2-and-joomla-4-4-6-security-and-bug-fix-release.html\",\"title\":\"Joomla! 5.1.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.1.2\",\"php_minimum\":\"8.1.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.1.2\"}},\"Joomla_5.1.4-Stable-Update_Package.zip\":{\"length\":28289998,\"hashes\":{\"sha512\":\"97c556bddd77604d89106077e09e43845927e0507179bfca7646aadddaf69246079d71e83ceb33b714f4437d836deac8d3ec12fc103024524e2ae1ae41885104\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.1.4 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-1-4/Joomla_5.1.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.1.4/Joomla_5.1.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.1.4/Joomla_5.1.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5911-joomla-5-1-4-and-joomla-4-4-8-are-here.html\",\"title\":\"Joomla! 5.1.4 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.1.4\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.1.4\"}},\"Joomla_5.2.0-beta3-Beta-Update_Package.zip\":{\"length\":28143116,\"hashes\":{\"sha512\":\"7fd986f6aa2ea6f17944322fb5ee030919d4753d322aec1efc3fc72cb402179973f10bd011aeb55137aa07c564f2b8f2b65e9876194790d53a7912bf44828c92\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.2.0-beta3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.2.0-beta3/Joomla_5.2.0-beta3-Beta-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/950-joomla-5-2-0-beta-3.html\",\"title\":\"Joomla! 5.2.0-beta3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.2.0-beta3\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Beta\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.2.0-beta3\"}}}},\"signatures\":[{\"keyid\":\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\",\"sig\":\"3793d9d1ef272e8c911e844c587dc8a3e6d41a3c0b2ec8cb803e1361771e0cd019c89f9663ac77911393273836c7b8b3716064ba34d13dd3250c28d65135eb00\"}]}','{\"signed\":{\"_type\":\"snapshot\",\"spec_version\":\"1.0\",\"version\":26,\"expires\":\"2025-04-15T15:59:49Z\",\"meta\":{\"targets.json\":{\"length\":3685,\"hashes\":{\"sha512\":\"56b3f419fbfdd515b277e82dea94874a6ebe12581ac1698516ffcb2c0747afc962bf457fe449618f30bf78054beba52e427f23c2976a1f5311b8bf71e74f1668\"},\"version\":23}}},\"signatures\":[{\"keyid\":\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\",\"sig\":\"a59954a45464757b1071b0e37343769c839f917718959a7923b6301ad1c13df3527b62044b042322bb471987c02aff7810a242c18791ff9693ca15ffc6116606\"}]}','{\"signed\":{\"_type\":\"timestamp\",\"spec_version\":\"1.0\",\"version\":298,\"expires\":\"2024-10-01T01:34:23Z\",\"meta\":{\"snapshot.json\":{\"length\":531,\"hashes\":{\"sha512\":\"353fe11bf1bcb77fa95c59f704a9de6259a9165a8bfca3ce6639f377d0c31bc517de47c57b2536ca43cb5408cf6e7cdc7c9840e64e306aadf5ef3081c48d478e\"},\"version\":26}}},\"signatures\":[{\"keyid\":\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\",\"sig\":\"bb1745a7733a283946fc8994a04a0bd2f15d72267e357b7bafaf61a62038e45d63a1aa9c0fc58d45557aa8bc37b23a4b89eeea30d996877efcdd07fe3de2f204\"}]}',NULL);
/*!40000 ALTER TABLE `ij8_tuf_metadata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_ucm_base`
--

DROP TABLE IF EXISTS `ij8_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_ucm_base` (
  `ucm_id` int(10) unsigned NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL,
  PRIMARY KEY (`ucm_id`),
  KEY `idx_ucm_item_id` (`ucm_item_id`),
  KEY `idx_ucm_type_id` (`ucm_type_id`),
  KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_ucm_base`
--

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

--
-- Table structure for table `ij8_ucm_content`
--

DROP TABLE IF EXISTS `ij8_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_ucm_content` (
  `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `core_type_alias` varchar(400) NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext DEFAULT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT 0,
  `core_checked_out_time` datetime DEFAULT NULL,
  `core_checked_out_user_id` int(10) unsigned DEFAULT NULL,
  `core_access` int(10) unsigned NOT NULL DEFAULT 0,
  `core_params` text DEFAULT NULL,
  `core_featured` tinyint(4) unsigned NOT NULL DEFAULT 0,
  `core_metadata` varchar(2048) NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `core_created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL,
  `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL,
  `core_language` char(7) NOT NULL DEFAULT '',
  `core_publish_up` datetime DEFAULT NULL,
  `core_publish_down` datetime DEFAULT NULL,
  `core_content_item_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'ID from the individual type table',
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `core_images` text DEFAULT NULL,
  `core_urls` text DEFAULT NULL,
  `core_hits` int(10) unsigned NOT NULL DEFAULT 0,
  `core_version` int(10) unsigned NOT NULL DEFAULT 1,
  `core_ordering` int(11) NOT NULL DEFAULT 0,
  `core_metakey` text DEFAULT NULL,
  `core_metadesc` text DEFAULT NULL,
  `core_catid` int(10) unsigned NOT NULL DEFAULT 0,
  `core_xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`core_content_id`),
  KEY `tag_idx` (`core_state`,`core_access`),
  KEY `idx_access` (`core_access`),
  KEY `idx_language` (`core_language`),
  KEY `idx_modified_time` (`core_modified_time`),
  KEY `idx_created_time` (`core_created_time`),
  KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  KEY `idx_core_created_user_id` (`core_created_user_id`),
  KEY `idx_core_type_id` (`core_type_id`),
  KEY `idx_alias` (`core_alias`(100)),
  KEY `idx_title` (`core_title`(100)),
  KEY `idx_content_type` (`core_type_alias`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_ucm_content`
--

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

--
-- Table structure for table `ij8_update_sites`
--

DROP TABLE IF EXISTS `ij8_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `location` mediumtext NOT NULL,
  `enabled` int(11) DEFAULT 0,
  `last_check_timestamp` bigint(20) DEFAULT 0,
  `extra_query` varchar(1000) DEFAULT '',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_update_sites`
--

LOCK TABLES `ij8_update_sites` WRITE;
/*!40000 ALTER TABLE `ij8_update_sites` DISABLE KEYS */;
INSERT INTO `ij8_update_sites` VALUES (1,'Joomla! Core','tuf','https://update.joomla.org/cms/',1,1727624168,'',NULL,NULL),(3,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_5.xml',1,1727624168,'',NULL,NULL),(4,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1727624168,'',NULL,NULL),(5,'WebInstaller Update Site','extension','http://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1727624168,'',NULL,NULL),(6,'Gantry 5','extension','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml',1,1727624168,'',NULL,NULL),(7,'Gantry 5','collection','http://updates.gantry.org/5.0/joomla/list.xml',1,1727624169,'',NULL,NULL),(9,'Hydrogen Template','extension','http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml',1,1727624169,'',NULL,NULL),(11,'CComment Core','extension','https://compojoom.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=16&dummy=extension.xml',1,1727624169,'',NULL,NULL),(12,'Regular Labs - ReReplacer','extension','https://download.regularlabs.com/updates.xml?e=rereplacer&type=.xml',1,1727624170,'',NULL,NULL),(13,'WebInstaller Update Site','extension','https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml',1,1727624170,'',NULL,NULL),(14,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1727624170,'',NULL,NULL),(15,'FOF 3.x','extension','http://cdn.akeebabackup.com/updates/fof3.xml',1,1727624170,'',NULL,NULL),(16,'Akeeba FEF','extension','http://cdn.akeebabackup.com/updates/fef.xml',1,1727624170,'',NULL,NULL),(18,'FOF 4.x','extension','http://cdn.akeeba.com/updates/fof4_file.xml',1,1727624170,'',NULL,NULL),(19,'Akeeba FEF','extension','http://cdn.akeeba.com/updates/fef.xml',1,1727624170,'',NULL,NULL),(21,'Regular Labs Library','extension','https://download.regularlabs.com/updates.xml?e=library&type=.xml',1,1727624171,'',NULL,NULL),(22,'Hydrogen Template','extension','https://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml',1,1727624171,'',NULL,NULL),(23,'Search Update Site','extension','https://raw.githubusercontent.com/joomla-extensions/search/main/manifest.xml',1,1727624171,'',NULL,NULL),(24,'Regular Labs - Conditions','extension','https://download.regularlabs.com/updates.xml?e=conditions&type=.xml',1,1727624171,'',NULL,NULL),(25,'Admin Tools Core for Joomla','extension','https://cdn.akeeba.com/updates/pkgadmintoolscore.xml',1,1727624171,'',NULL,NULL);
/*!40000 ALTER TABLE `ij8_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_update_sites_extensions`
--

DROP TABLE IF EXISTS `ij8_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT 0,
  `extension_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_update_sites_extensions`
--

LOCK TABLES `ij8_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `ij8_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `ij8_update_sites_extensions` VALUES (1,700),(3,802),(4,28),(5,10000),(6,10009),(7,10009),(9,10012),(11,10031),(12,10039),(12,10040),(12,10062),(12,10144),(13,10000),(14,28),(15,10050),(16,10054),(18,10056),(19,10054),(21,10038),(21,10060),(21,10140),(22,10012),(23,10118),(24,10143),(25,10053);
/*!40000 ALTER TABLE `ij8_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_updates`
--

DROP TABLE IF EXISTS `ij8_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT 0,
  `extension_id` int(11) DEFAULT 0,
  `name` varchar(100) DEFAULT '',
  `description` mediumtext NOT NULL,
  `element` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `folder` varchar(20) DEFAULT '',
  `client_id` tinyint(3) DEFAULT 0,
  `version` varchar(32) DEFAULT '',
  `data` mediumtext NOT NULL,
  `detailsurl` mediumtext NOT NULL,
  `infourl` mediumtext NOT NULL,
  `changelogurl` text DEFAULT NULL,
  `extra_query` varchar(1000) DEFAULT '',
  PRIMARY KEY (`update_id`)
) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_updates`
--

LOCK TABLES `ij8_updates` WRITE;
/*!40000 ALTER TABLE `ij8_updates` DISABLE KEYS */;
INSERT INTO `ij8_updates` VALUES (1,3,0,'Afrikaans','','pkg_af-ZA','package','',0,'5.0.2.1','','https://update.joomla.org/language/details5/af-ZA_details.xml','','',''),(2,3,0,'Belarusian','','pkg_be-BY','package','',0,'5.1.1.1','','https://update.joomla.org/language/details5/be-BY_details.xml','','',''),(3,3,0,'Catalan','','pkg_ca-ES','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/ca-ES_details.xml','','',''),(4,3,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/zh-CN_details.xml','','',''),(5,3,0,'Chinese, Traditional','','pkg_zh-TW','package','',0,'5.0.3.1','','https://update.joomla.org/language/details5/zh-TW_details.xml','','',''),(6,3,0,'Czech','','pkg_cs-CZ','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/cs-CZ_details.xml','','',''),(7,3,0,'Danish','','pkg_da-DK','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/da-DK_details.xml','','',''),(8,3,0,'Dutch','','pkg_nl-NL','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/nl-NL_details.xml','','',''),(9,3,0,'English, Australia','','pkg_en-AU','package','',0,'5.0.3.1','','https://update.joomla.org/language/details5/en-AU_details.xml','','',''),(10,3,0,'English, Canada','','pkg_en-CA','package','',0,'5.0.3.1','','https://update.joomla.org/language/details5/en-CA_details.xml','','',''),(11,3,0,'English, New Zealand','','pkg_en-NZ','package','',0,'5.0.3.2','','https://update.joomla.org/language/details5/en-NZ_details.xml','','',''),(12,3,0,'English, USA','','pkg_en-US','package','',0,'5.0.3.1','','https://update.joomla.org/language/details5/en-US_details.xml','','',''),(13,3,0,'Estonian','','pkg_et-EE','package','',0,'5.1.0.1','','https://update.joomla.org/language/details5/et-EE_details.xml','','',''),(14,3,0,'Finnish','','pkg_fi-FI','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/fi-FI_details.xml','','',''),(15,3,0,'Flemish','','pkg_nl-BE','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/nl-BE_details.xml','','',''),(16,3,0,'French','','pkg_fr-FR','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/fr-FR_details.xml','','',''),(17,3,0,'French, Canada','','pkg_fr-CA','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/fr-CA_details.xml','','',''),(18,3,0,'Georgian','','pkg_ka-GE','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/ka-GE_details.xml','','',''),(19,3,0,'German','','pkg_de-DE','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/de-DE_details.xml','','',''),(20,3,0,'German, Austria','','pkg_de-AT','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/de-AT_details.xml','','',''),(21,3,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/de-LI_details.xml','','',''),(22,3,0,'German, Luxembourg','','pkg_de-LU','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/de-LU_details.xml','','',''),(23,3,0,'German, Switzerland','','pkg_de-CH','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/de-CH_details.xml','','',''),(24,3,0,'Greek','','pkg_el-GR','package','',0,'5.1.3.1','','https://update.joomla.org/language/details5/el-GR_details.xml','','',''),(25,3,0,'Hungarian','','pkg_hu-HU','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/hu-HU_details.xml','','',''),(26,3,0,'Italian','','pkg_it-IT','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/it-IT_details.xml','','',''),(27,3,0,'Japanese','','pkg_ja-JP','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/ja-JP_details.xml','','',''),(28,3,0,'Kazakh','','pkg_kk-KZ','package','',0,'5.0.0.4','','https://update.joomla.org/language/details5/kk-KZ_details.xml','','',''),(29,3,0,'Korean','','pkg_ko-KR','package','',0,'5.0.2.1','','https://update.joomla.org/language/details5/ko-KR_details.xml','','',''),(30,3,0,'Latvian','','pkg_lv-LV','package','',0,'5.0.1.1','','https://update.joomla.org/language/details5/lv-LV_details.xml','','',''),(31,3,0,'Pashto Afghanistan','','pkg_ps-AF','package','',0,'5.0.1.1','','https://update.joomla.org/language/details5/ps-AF_details.xml','','',''),(32,3,0,'Persian Farsi','','pkg_fa-IR','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/fa-IR_details.xml','','',''),(33,3,0,'Polish','','pkg_pl-PL','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/pl-PL_details.xml','','',''),(34,3,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'5.1.4.2','','https://update.joomla.org/language/details5/pt-BR_details.xml','','',''),(35,3,0,'Romanian','','pkg_ro-RO','package','',0,'5.1.1.1','','https://update.joomla.org/language/details5/ro-RO_details.xml','','',''),(36,3,0,'Russian','','pkg_ru-RU','package','',0,'5.1.1.1','','https://update.joomla.org/language/details5/ru-RU_details.xml','','',''),(37,3,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'5.1.4.2','','https://update.joomla.org/language/details5/sr-RS_details.xml','','',''),(38,3,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/sr-YU_details.xml','','',''),(39,3,0,'Slovak','','pkg_sk-SK','package','',0,'5.1.5.1','','https://update.joomla.org/language/details5/sk-SK_details.xml','','',''),(40,3,0,'Slovenian','','pkg_sl-SI','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/sl-SI_details.xml','','',''),(41,3,0,'Spanish','','pkg_es-ES','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/es-ES_details.xml','','',''),(42,3,0,'Swedish','','pkg_sv-SE','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/sv-SE_details.xml','','',''),(43,3,0,'Tamil, India','','pkg_ta-IN','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/ta-IN_details.xml','','',''),(44,3,0,'Thai','','pkg_th-TH','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/th-TH_details.xml','','',''),(45,3,0,'Turkish','','pkg_tr-TR','package','',0,'5.1.3.1','','https://update.joomla.org/language/details5/tr-TR_details.xml','','',''),(46,3,0,'Ukrainian','','pkg_uk-UA','package','',0,'5.1.3.1','','https://update.joomla.org/language/details5/uk-UA_details.xml','','',''),(47,3,0,'Urdu, Pakistan','','pkg_ur-PK','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/ur-PK_details.xml','','',''),(48,3,0,'Welsh','','pkg_cy-GB','package','',0,'5.1.4.1','','https://update.joomla.org/language/details5/cy-GB_details.xml','','',''),(49,7,0,'Helium','Helium Template','g5_helium','template','',0,'5.5.19','','http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','','',''),(50,21,0,'Regular Labs - Regular Labs Library','','library','library','',0,'21.8.0','','https://download.regularlabs.com/updates.xml?e=library&type=.xml','',NULL,'');
/*!40000 ALTER TABLE `ij8_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_user_keys`
--

DROP TABLE IF EXISTS `ij8_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_user_keys` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(150) NOT NULL,
  `token` varchar(255) NOT NULL,
  `series` varchar(191) NOT NULL,
  `time` varchar(200) NOT NULL,
  `uastring` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `series` (`series`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_user_keys`
--

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

--
-- Table structure for table `ij8_user_mfa`
--

DROP TABLE IF EXISTS `ij8_user_mfa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_user_mfa` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `method` varchar(100) NOT NULL,
  `default` tinyint(4) NOT NULL DEFAULT 0,
  `options` mediumtext NOT NULL,
  `created_on` datetime NOT NULL,
  `last_used` datetime DEFAULT NULL,
  `tries` int(11) NOT NULL DEFAULT 0,
  `last_try` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Multi-factor Authentication settings';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_user_mfa`
--

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

--
-- Table structure for table `ij8_user_notes`
--

DROP TABLE IF EXISTS `ij8_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `catid` int(10) unsigned NOT NULL DEFAULT 0,
  `subject` varchar(100) NOT NULL DEFAULT '',
  `body` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT 0,
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `created_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `created_time` datetime NOT NULL,
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL,
  `review_time` datetime DEFAULT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_user_notes`
--

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

--
-- Table structure for table `ij8_user_profiles`
--

DROP TABLE IF EXISTS `ij8_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` mediumtext NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_user_profiles`
--

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

--
-- Table structure for table `ij8_user_usergroup_map`
--

DROP TABLE IF EXISTS `ij8_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_user_usergroup_map`
--

LOCK TABLES `ij8_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `ij8_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `ij8_user_usergroup_map` VALUES (431,8),(432,5),(432,7);
/*!40000 ALTER TABLE `ij8_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_usergroups`
--

DROP TABLE IF EXISTS `ij8_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `title` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_usergroups`
--

LOCK TABLES `ij8_usergroups` WRITE;
/*!40000 ALTER TABLE `ij8_usergroups` DISABLE KEYS */;
INSERT INTO `ij8_usergroups` VALUES (1,0,1,18,'Public'),(2,1,8,15,'Registered'),(3,2,9,14,'Author'),(4,3,10,13,'Editor'),(5,4,11,12,'Publisher'),(6,1,4,7,'Manager'),(7,6,5,6,'Administrator'),(8,1,16,17,'Super Users'),(9,1,2,3,'Guest');
/*!40000 ALTER TABLE `ij8_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_users`
--

DROP TABLE IF EXISTS `ij8_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(400) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT 0,
  `sendEmail` tinyint(4) DEFAULT 0,
  `registerDate` datetime NOT NULL,
  `lastvisitDate` datetime DEFAULT NULL,
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` mediumtext NOT NULL,
  `lastResetTime` datetime DEFAULT NULL,
  `resetCount` int(11) NOT NULL DEFAULT 0 COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Require user to reset password on next login',
  `authProvider` varchar(100) NOT NULL DEFAULT '' COMMENT 'Name of used authentication plugin',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_username` (`username`),
  KEY `idx_block` (`block`),
  KEY `email` (`email`),
  KEY `idx_name` (`name`(100))
) ENGINE=InnoDB AUTO_INCREMENT=426388 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_users`
--

LOCK TABLES `ij8_users` WRITE;
/*!40000 ALTER TABLE `ij8_users` DISABLE KEYS */;
INSERT INTO `ij8_users` VALUES (431,'Administrator','admin','admin@mark-toma.com','$2y$10$2eQ2stVoQfcHMLFLp4fR0Oy.CNXAKqILSuH54zjb8UzK.stkCJMOa',0,1,'2015-01-02 17:08:51','2024-09-29 15:33:48','0','',NULL,0,'','',0,''),(432,'Mark Tomaszewski','marktoma','mark@mark-toma.com','$2y$10$UfCX335If1Qf1.QdDjQr/.9FmMgGlSQY2B6U92XDXZgPHdMq67luu',0,1,'2015-08-17 23:04:37','2022-09-24 02:06:04','','{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"tinymce\",\"helpsite\":\"\",\"timezone\":\"\"}',NULL,0,'','',0,'');
/*!40000 ALTER TABLE `ij8_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_viewlevels`
--

DROP TABLE IF EXISTS `ij8_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_viewlevels`
--

LOCK TABLES `ij8_viewlevels` WRITE;
/*!40000 ALTER TABLE `ij8_viewlevels` DISABLE KEYS */;
INSERT INTO `ij8_viewlevels` VALUES (1,'Public',0,'[1]'),(2,'Registered',1,'[6,2,8]'),(3,'Special',2,'[6,3,8]'),(5,'Guest',0,'[9]'),(6,'Super Users',0,'[8]');
/*!40000 ALTER TABLE `ij8_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_webauthn_credentials`
--

DROP TABLE IF EXISTS `ij8_webauthn_credentials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_webauthn_credentials` (
  `id` varchar(1000) NOT NULL COMMENT 'Credential ID',
  `user_id` varchar(128) NOT NULL COMMENT 'User handle',
  `label` varchar(190) NOT NULL COMMENT 'Human readable label',
  `credential` mediumtext NOT NULL COMMENT 'Credential source data, JSON format',
  PRIMARY KEY (`id`(100)),
  KEY `user_id` (`user_id`(60))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_webauthn_credentials`
--

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

--
-- Table structure for table `ij8_workflow_associations`
--

DROP TABLE IF EXISTS `ij8_workflow_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_workflow_associations` (
  `item_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Extension table id value',
  `stage_id` int(11) NOT NULL COMMENT 'Foreign Key to #__workflow_stages.id',
  `extension` varchar(50) NOT NULL,
  PRIMARY KEY (`item_id`,`extension`),
  KEY `idx_item_stage_extension` (`item_id`,`stage_id`,`extension`),
  KEY `idx_item_id` (`item_id`),
  KEY `idx_stage_id` (`stage_id`),
  KEY `idx_extension` (`extension`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_workflow_associations`
--

LOCK TABLES `ij8_workflow_associations` WRITE;
/*!40000 ALTER TABLE `ij8_workflow_associations` DISABLE KEYS */;
INSERT INTO `ij8_workflow_associations` VALUES (1,1,'com_content.article'),(2,1,'com_content.article'),(4,1,'com_content.article'),(11,1,'com_content.article'),(12,1,'com_content.article'),(13,1,'com_content.article'),(14,1,'com_content.article'),(15,1,'com_content.article');
/*!40000 ALTER TABLE `ij8_workflow_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_workflow_stages`
--

DROP TABLE IF EXISTS `ij8_workflow_stages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_workflow_stages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(11) DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `workflow_id` int(11) NOT NULL,
  `published` tinyint(4) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `default` tinyint(4) NOT NULL DEFAULT 0,
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_workflow_id` (`workflow_id`),
  KEY `idx_checked_out` (`checked_out`),
  KEY `idx_title` (`title`(191)),
  KEY `idx_asset_id` (`asset_id`),
  KEY `idx_default` (`default`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_workflow_stages`
--

LOCK TABLES `ij8_workflow_stages` WRITE;
/*!40000 ALTER TABLE `ij8_workflow_stages` DISABLE KEYS */;
INSERT INTO `ij8_workflow_stages` VALUES (1,0,1,1,1,'COM_WORKFLOW_BASIC_STAGE','',1,NULL,NULL);
/*!40000 ALTER TABLE `ij8_workflow_stages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_workflow_transitions`
--

DROP TABLE IF EXISTS `ij8_workflow_transitions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_workflow_transitions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(11) DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `workflow_id` int(11) NOT NULL,
  `published` tinyint(4) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `from_stage_id` int(11) NOT NULL,
  `to_stage_id` int(11) NOT NULL,
  `options` text NOT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_title` (`title`(191)),
  KEY `idx_asset_id` (`asset_id`),
  KEY `idx_checked_out` (`checked_out`),
  KEY `idx_from_stage_id` (`from_stage_id`),
  KEY `idx_to_stage_id` (`to_stage_id`),
  KEY `idx_workflow_id` (`workflow_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_workflow_transitions`
--

LOCK TABLES `ij8_workflow_transitions` WRITE;
/*!40000 ALTER TABLE `ij8_workflow_transitions` DISABLE KEYS */;
INSERT INTO `ij8_workflow_transitions` VALUES (1,0,1,1,1,'UNPUBLISH','',-1,1,'{\"publishing\":\"0\"}',NULL,NULL),(2,0,2,1,1,'PUBLISH','',-1,1,'{\"publishing\":\"1\"}',NULL,NULL),(3,0,3,1,1,'TRASH','',-1,1,'{\"publishing\":\"-2\"}',NULL,NULL),(4,0,4,1,1,'ARCHIVE','',-1,1,'{\"publishing\":\"2\"}',NULL,NULL),(5,0,5,1,1,'FEATURE','',-1,1,'{\"featuring\":\"1\"}',NULL,NULL),(6,0,6,1,1,'UNFEATURE','',-1,1,'{\"featuring\":\"0\"}',NULL,NULL),(7,0,7,1,1,'PUBLISH_AND_FEATURE','',-1,1,'{\"publishing\":\"1\",\"featuring\":\"1\"}',NULL,NULL);
/*!40000 ALTER TABLE `ij8_workflow_transitions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ij8_workflows`
--

DROP TABLE IF EXISTS `ij8_workflows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ij8_workflows` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(11) DEFAULT 0,
  `published` tinyint(4) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `extension` varchar(50) NOT NULL,
  `default` tinyint(4) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `created` datetime NOT NULL,
  `created_by` int(11) NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL,
  `modified_by` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime DEFAULT NULL,
  `checked_out` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_asset_id` (`asset_id`),
  KEY `idx_title` (`title`(191)),
  KEY `idx_extension` (`extension`),
  KEY `idx_default` (`default`),
  KEY `idx_created` (`created`),
  KEY `idx_created_by` (`created_by`),
  KEY `idx_modified` (`modified`),
  KEY `idx_modified_by` (`modified_by`),
  KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ij8_workflows`
--

LOCK TABLES `ij8_workflows` WRITE;
/*!40000 ALTER TABLE `ij8_workflows` DISABLE KEYS */;
INSERT INTO `ij8_workflows` VALUES (1,0,1,'COM_WORKFLOW_BASIC_WORKFLOW','','com_content.article',1,1,'2023-12-29 17:39:57',0,'2023-12-29 17:39:57',0,NULL,NULL);
/*!40000 ALTER TABLE `ij8_workflows` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2024-09-29 11:45:15
