sql
stringlengths
6
1.05M
<reponame>ngthuc/TSV2017-12 -- phpMyAdmin SQL Dump -- version 4.0.4.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 26, 2017 at 04:57 AM -- Server version: 5.6.13 -- PHP Version: 5.4.17 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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 utf8 */; -- -- Database: `diemdanh_nckh_webservices` -- CREATE DATABASE IF NOT EXISTS `diemdanh_nckh_webservices` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; USE `diemdanh_nckh_webservices`; -- -------------------------------------------------------- -- -- Table structure for table `account` -- CREATE TABLE IF NOT EXISTS `account` ( `id` int(5) NOT NULL AUTO_INCREMENT, `username` char(255) COLLATE utf8_unicode_ci NOT NULL, `password` char(10) COLLATE utf8_unicode_ci NOT NULL, `email` char(75) COLLATE utf8_unicode_ci DEFAULT NULL, `name` char(128) COLLATE utf8_unicode_ci DEFAULT NULL, `rolename` char(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'user', PRIMARY KEY (`id`,`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=8 ; -- -- Dumping data for table `account` -- INSERT INTO `account` (`id`, `username`, `password`, `email`, `name`, `rolename`) VALUES (1, 'admin', '1234', '<EMAIL>', 'Quản trị viên', 'admin'), (2, 'ntduy', '1234', '<EMAIL>', '<NAME>', 'manager'), (3, 'phuocthanh', '1234', '<EMAIL>', '<NAME>', 'manager'), (4, 'hploc', '1234', '<EMAIL>', '<NAME>', 'admin'), (5, 'quanbao', '1234', '<EMAIL>', '<NAME>', 'user'), (6, 'ngthuc', '1234', '<EMAIL>', '<NAME>', 'user'), (7, 'ngochuy', '1234', '<EMAIL>', '<NAME>', 'user'); -- -------------------------------------------------------- -- -- Table structure for table `attendance` -- CREATE TABLE IF NOT EXISTS `attendance` ( `id` int(20) NOT NULL AUTO_INCREMENT, `idEvent` int(20) NOT NULL, `idCard` char(10) COLLATE utf8_unicode_ci NOT NULL, `timeIn` datetime DEFAULT NULL, `timeOut` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `attendance` (`idEvent`), KEY `attendancerfid` (`idCard`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ; -- -------------------------------------------------------- -- -- Table structure for table `department` -- CREATE TABLE IF NOT EXISTS `department` ( `id` int(5) NOT NULL AUTO_INCREMENT, `nameDepartment` varchar(128) COLLATE utf8_unicode_ci NOT NULL, `idFaculty` char(10) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=15 ; -- -- Dumping data for table `department` -- INSERT INTO `department` (`id`, `nameDepartment`, `idFaculty`) VALUES (6, 'Công nghệ phần mềm', 'DI'), (7, 'Mạng máy tính và truyền thông', 'DI'), (8, 'Công nghệ thông tin', 'DI'), (9, 'Hệ thống thông tin', 'DI'), (10, 'Khoa học máy tính', 'DI'), (11, 'Tin học ứng dụng', 'DI'), (12, 'Ban giám hiệu - Trường Đại học Cần Thơ', NULL), (13, 'Phòng Hợp tác Quốc tế - Trường Đại học Cần Thơ', NULL), (14, 'Văn phòng Đoàn Hội - Trường Đại học Cần Thơ', NULL); -- -------------------------------------------------------- -- -- Table structure for table `devices` -- CREATE TABLE IF NOT EXISTS `devices` ( `id` int(5) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `serialnumber` char(50) DEFAULT NULL, `registerdate` date NOT NULL, `idApi` int(5) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- Dumping data for table `devices` -- INSERT INTO `devices` (`id`, `name`, `serialnumber`, `registerdate`, `idApi`) VALUES (1, 'TNTN_M_001', '25852085245SNL', '2017-12-21', 1), (2, 'TNTN_M_002', '25852085245SNL', '2017-12-21', 2), (3, 'TNTN_M_003', '25852085245SNL', '2017-12-21', 3), (4, 'TNTN_M_004', '25852085245SNL', '2017-12-21', NULL); -- -------------------------------------------------------- -- -- Table structure for table `event` -- CREATE TABLE IF NOT EXISTS `event` ( `id` int(20) NOT NULL AUTO_INCREMENT, `nameEvent` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `timeStart` time NOT NULL, `timeEnd` time NOT NULL, `dateEvent` date NOT NULL, `locationEvent` varchar(128) COLLATE utf8_unicode_ci NOT NULL, `descriptionEvent` varchar(256) COLLATE utf8_unicode_ci DEFAULT NULL, `userCreator` char(255) COLLATE utf8_unicode_ci NOT NULL, `idOrg` int(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=9 ; -- -- Dumping data for table `event` -- INSERT INTO `event` (`id`, `nameEvent`, `timeStart`, `timeEnd`, `dateEvent`, `locationEvent`, `descriptionEvent`, `userCreator`, `idOrg`) VALUES (1, 'Khám phá tri thức CNTT 2017 - Buổi 1', '07:30:00', '12:00:00', '2017-12-26', 'Hội trường lớn', 'Tuần lễ Khám phá tri thức CNTT năm 2017', 'admin', 4), (2, 'Khám phá tri thức CNTT 2017 - Buổi 2', '14:30:00', '16:30:00', '2017-12-07', 'Hội trường 2, khoa CNTT&TT', 'Tuần lễ Khám phá tri thức CNTT năm 2017', 'admin', 4), (3, 'Khám phá tri thức CNTT 2017 - Buổi 3', '07:30:00', '10:30:00', '2017-12-08', 'Hội trường 2, khoa CNTT&TT', 'Tuần lễ Khám phá tri thức CNTT năm 2017', 'admin', 4), (4, 'Khám phá tri thức CNTT 2017 - Buổi 4', '14:30:00', '16:30:00', '2017-12-08', 'Hội trường 2, khoa CNTT&TT', 'Tuần lễ Khám phá tri thức CNTT năm 2017', 'admin', 4), (5, 'Test1', '08:00:00', '11:00:00', '2017-12-23', 'Hội trường 2 - khoa CNTT&TT', 'Thử nghiệm', 'admin', 4), (6, 'Test2', '15:35:00', '23:00:00', '2017-12-23', 'Hội trường 2 - khoa CNTT&TT', 'Thử nghiệm', 'admin', 4), (7, 'Test3', '22:30:00', '23:00:00', '2017-12-23', 'Hội trường 2 - khoa CNTT&TT', 'Thử nghiệm', 'admin', 4), (8, 'Test4', '22:00:00', '23:00:00', '2017-12-21', 'Hội trường 2 - khoa CNTT&TT', 'Thử nghiệm', 'admin', 4); -- -------------------------------------------------------- -- -- Table structure for table `faculty` -- CREATE TABLE IF NOT EXISTS `faculty` ( `id` int(5) NOT NULL AUTO_INCREMENT, `idFaculty` char(10) NOT NULL, `nameFaculty` varchar(128) NOT NULL, PRIMARY KEY (`id`,`idFaculty`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ; -- -- Dumping data for table `faculty` -- INSERT INTO `faculty` (`id`, `idFaculty`, `nameFaculty`) VALUES (1, 'DI', 'Công nghệ thông tin & Truyền thông'), (2, 'KL', 'Luật'), (3, 'CN', 'Công nghệ'), (4, 'TN', 'Khoa học Tự nhiên'), (5, 'XH', 'Khoa học Xã hội & Nhân văn'), (6, 'FL', 'Ngoại ngữ'), (7, 'DB', 'Dự bị Dân tộc'), (8, 'NN', 'Nông nghiệp & Sinh học Ứng dụng'), (9, 'MT', 'Môi trường & Tài nguyên Thiên nhiên'), (10, 'ML', 'Khoa học Chính trị'), (11, 'KT', 'Kinh tế'), (12, 'TC', 'Giáo dục Thể chất'), (13, 'SP', 'Sư phạm'), (14, 'HG', 'Phát triển Nông thôn'), (15, 'CS', 'Nghiên cứu & Phát triển Công nghệ Sinh học'), (16, 'PD', 'Nghiên cứu & Phát triển Đồng bằng Sông Cửu Long'), (17, 'TS', 'Thủy sản'); -- -------------------------------------------------------- -- -- Table structure for table `major` -- CREATE TABLE IF NOT EXISTS `major` ( `id` int(5) NOT NULL AUTO_INCREMENT, `idMajor` char(10) COLLATE utf8_unicode_ci NOT NULL, `nameMajor` varchar(128) COLLATE utf8_unicode_ci NOT NULL, `idFaculty` char(10) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`,`idMajor`), KEY `idMajor` (`idMajor`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ; -- -- Dumping data for table `major` -- INSERT INTO `major` (`id`, `idMajor`, `nameMajor`, `idFaculty`) VALUES (1, '96', 'Kỹ thuật phần mềm', 'DI'), (2, 'V7', 'Công nghệ thông tin', 'DI'), (3, 'Y1', 'Tin học ứng dụng', 'DI'), (4, 'Y9', 'Truyền thông và mạng máy tính', 'DI'), (5, 'Z6', 'Khoa học máy tính', 'DI'), (6, '95', 'Hệ thống thông tin', 'DI'); -- -------------------------------------------------------- -- -- Table structure for table `organizations` -- CREATE TABLE IF NOT EXISTS `organizations` ( `id` int(5) NOT NULL, `parent` int(5) NOT NULL DEFAULT '0', `text` varchar(255) NOT NULL, `description` char(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `organizations` -- INSERT INTO `organizations` (`id`, `parent`, `text`, `description`) VALUES (1, 1, 'Trường Đại học Cần Thơ', 'Trường Đại học vùng trọng điểm Quốc gia'), (2, 2, 'Đoàn trường Đại học Cần Thơ', 'Đoàn tương đương cấp Quận/Huyện'), (3, 3, 'Hội Sinh viên trường Đại học Cần Thơ', 'Trực thuộc Hội Sinh viên Thành phố Cần Thơ'), (4, 2, 'Đoàn khoa CNTT&TT', 'Đoàn cơ sở trực thuộc Đoàn trường Đại học Cần Thơ'), (5, 3, 'Liên Chi hội Sinh viên Cần Thơ', 'Liên Chi hội theo tỉnh thành trực thuộc Hội sinh viên trường Đại học Cần Thơ'), (6, 1, 'Trung tâm Học liệu', 'Thư viện học liệu, trung tâm trực thuộc trường Đại học Cần Thơ'), (7, 4, 'CLB Tin học', 'CLB học thuật trực thuộc Đoàn khoa CNTT&TT'), (8, 4, 'Đội Thanh niên Tình nguyện', 'Lực lượng sinh viên tình nguyện trực thuộc Đoàn khoa CNTT&TT'); -- -------------------------------------------------------- -- -- Table structure for table `privatekey` -- CREATE TABLE IF NOT EXISTS `privatekey` ( `id` int(5) NOT NULL AUTO_INCREMENT, `Key` varchar(256) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `privatekey` -- INSERT INTO `privatekey` (`id`, `Key`) VALUES (1, '<KEY>'); -- -------------------------------------------------------- -- -- Table structure for table `register` -- CREATE TABLE IF NOT EXISTS `register` ( `id` int(20) NOT NULL AUTO_INCREMENT, `personalID` char(10) COLLATE utf8_unicode_ci NOT NULL, `idEvent` int(20) NOT NULL, PRIMARY KEY (`id`), KEY `register` (`idEvent`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `rfid` -- CREATE TABLE IF NOT EXISTS `rfid` ( `id` int(5) NOT NULL AUTO_INCREMENT, `idCard` char(10) COLLATE utf8_unicode_ci NOT NULL, `personalID` char(10) COLLATE utf8_unicode_ci DEFAULT NULL, `isStudent` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`,`idCard`), KEY `idCard` (`idCard`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=16 ; -- -- Dumping data for table `rfid` -- INSERT INTO `rfid` (`id`, `idCard`, `personalID`, `isStudent`) VALUES (2, '0770056810', '002356', 0), (3, '0101503659', '002321', 0), (4, '0770236810', '001232', 0), (5, '0770056910', '002354', 0), (6, '0770055520', '001234', 0), (7, '0770235210', 'B1400731', 1), (8, '0785256810', 'B1400706', 1), (9, '0780056810', 'B1400729', 1), (10, '0790056810', 'B1608553', 1), (11, '0770056810', 'B1400704', 1); -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE IF NOT EXISTS `roles` ( `idRole` int(12) NOT NULL AUTO_INCREMENT, `roleName` varchar(255) NOT NULL, `rolesGroup` longtext NOT NULL, `roleDesc` varchar(255) CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`idRole`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`idRole`, `roleName`, `rolesGroup`, `roleDesc`) VALUES (1, 'Owner', 'fullcontrol,device,borrowDevice,members,project,labs,profile,search,dashboard,account,mailCP,urlCP,addDevice,removeDevice,addMember,removeMember,addProject,removeProject,addLabs,removeLab,addPartner,removePartner,deviceCP,borrowDeviceCP,membersCP,projectCP,labsCP,producerCP,imagesCP,rolesCP,profileCP,rolesAD,settingCP', 'Tất cả quyền'), (2, 'Admin', 'device,borrowDevice,members,project,labs,profile,search,dashboard,addDevice,removeDevice,addMember,removeMember,addProject,removeProject,addLabs,removeLab,addPartner,removePartner,deviceCP,borrowDeviceCP,membersCP,projectCP,labsCP,producerCP,imagesCP,rolesCP,profileCP', 'Tất cả quyền (trừ quyền cài đặt và quản lý nhóm quyền)'), (3, 'User', 'device,borrowDevice,members,project,labs,profile,search', 'Chỉ nhóm quyền xem và không truy cập AdminCP'), (4, 'Manager', 'device,borrowDevice,members,project,labs,profile,search,dashboard,addDevice,addMember,addProject,addLabs,addPartner,deviceCP,borrowDeviceCP,membersCP,projectCP,labsCP,producerCP', 'Nhóm quyền xem, quyền quản lý cơ bản'), (6, 'Deny', 'profile', 'Bị cấm toàn hệ thống'); -- -------------------------------------------------------- -- -- Table structure for table `setting` -- CREATE TABLE IF NOT EXISTS `setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `value` varchar(20) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `setting` -- INSERT INTO `setting` (`id`, `name`, `value`) VALUES (1, 'Event', '1'); -- -------------------------------------------------------- -- -- Table structure for table `staff` -- CREATE TABLE IF NOT EXISTS `staff` ( `id` int(5) NOT NULL AUTO_INCREMENT, `staffID` char(10) COLLATE utf8_unicode_ci NOT NULL, `firstNameStaff` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `lastNameStaff` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `idDepartment` int(5) DEFAULT NULL, PRIMARY KEY (`id`,`staffID`), KEY `staffdepartment` (`idDepartment`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ; -- -- Dumping data for table `staff` -- INSERT INTO `staff` (`id`, `staffID`, `firstNameStaff`, `lastNameStaff`, `idDepartment`) VALUES (2, '002356', '<NAME>', 'Trần', 8), (3, '002321', '<NAME>', 'Ngô', 7), (4, '001232', '<NAME>', 'Phan', 6), (5, '002354', 'Minh Thái', 'Trương', 6), (6, '001234', 'Huỳnh Trâm', 'Võ', 6); -- -------------------------------------------------------- -- -- Table structure for table `student` -- CREATE TABLE IF NOT EXISTS `student` ( `id` int(5) NOT NULL AUTO_INCREMENT, `studentID` char(10) COLLATE utf8_unicode_ci NOT NULL, `firstNameStudent` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `lastNameStudent` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `idMajor` char(10) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`,`studentID`), KEY `studentmajor` (`idMajor`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ; -- -- Dumping data for table `student` -- INSERT INTO `student` (`id`, `studentID`, `firstNameStudent`, `lastNameStudent`, `idMajor`) VALUES (1, 'B1400731', '<NAME>', 'Lê', '96'), (2, 'B1400704', '<NAME>', 'Lê', '96'), (3, 'B1400706', 'Thiện Minh', 'Nguyễn', '96'), (4, 'B1400729', 'Hoàng Thơ', 'Huỳnh', '96'), (5, 'B1608553', 'Bửu Minh', 'Phương', 'V7'); -- -- Constraints for dumped tables -- -- -- Constraints for table `attendance` -- ALTER TABLE `attendance` ADD CONSTRAINT `attendance_ibfk_1` FOREIGN KEY (`idCard`) REFERENCES `rfid` (`idCard`) ON DELETE CASCADE, ADD CONSTRAINT `attendance_ibfk_2` FOREIGN KEY (`idEvent`) REFERENCES `event` (`id`) ON DELETE CASCADE; -- -- Constraints for table `register` -- ALTER TABLE `register` ADD CONSTRAINT `register_ibfk_1` FOREIGN KEY (`idEvent`) REFERENCES `event` (`id`) ON DELETE CASCADE; -- -- Constraints for table `staff` -- ALTER TABLE `staff` ADD CONSTRAINT `staffdepartment` FOREIGN KEY (`idDepartment`) REFERENCES `department` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `student` -- ALTER TABLE `student` ADD CONSTRAINT `student_ibfk_1` FOREIGN KEY (`idMajor`) REFERENCES `major` (`idMajor`) ON DELETE CASCADE; /*!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 */;
<filename>Codefights/arcade/db/level-2/8.contestLeaderboard/MySQL/solution1.sql -- MySQL CREATE PROCEDURE contestLeaderboard() SELECT name FROM `leaderboard` ORDER BY score DESC LIMIT 3, 5 ;
<reponame>TerrasAppSolutions/seeg-mapbiomas-workspace WITH CTS AS (SELECT CT.* FROM classificacao_tarefas AS CT LEFT JOIN classificacoes AS C ON C.id = CT.classificacao_id LEFT JOIN biomas AS B ON B.id = C.bioma_id LEFT JOIN cartas AS CA ON CA.id = C.carta_id WHERE (B.nome = 'PANTANAL' AND CA.codigo = 'SE-21-V-B' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-V-D' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SD-24-V-A' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-Z-B' AND C.year = '2003' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-24-X-D' AND C.year = '2003' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SD-23-X-D' AND C.year = '2003' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-Z-A' AND C.year = '2005' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SD-23-X-B' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SD-23-X-D' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-24-V-B' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-V-D' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-23-X-C' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-23-Z-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-23-Z-B' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-24-X-B' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-X-C' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-X-D' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-Z-A' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-Z-B' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-24-X-B' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-23-X-B' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SD-23-X-B' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SD-23-Z-B' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SC-24-V-C' AND C.year = '2014' AND CT.fase = 0) OR (B.nome = 'CAATINGA' AND CA.codigo = 'SB-24-X-D' AND C.year = '2016' AND CT.fase = 0) OR (B.nome = 'PAMPA' AND CA.codigo = 'SH-21-X-C' AND C.year = '2015' AND CT.fase = 0) OR (B.nome = 'PAMPA' AND CA.codigo = 'SH-22-X-C' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'PAMPA' AND CA.codigo = 'SH-21-Z-C' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'PAMPA' AND CA.codigo = 'SI-22-V-C' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SA-23-Z-C' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-22-Z-B' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-22-Z-B' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-22-Z-D' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-23-V-D' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-23-X-A' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-23-X-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-23-X-C' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-23-Y-C' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SB-23-Z-B' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-X-A' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-X-A' AND C.year = '2003' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-X-B' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-X-B' AND C.year = '2003' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-Y-D' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-Y-D' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-Z-D' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-22-Z-D' AND C.year = '2005' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-A' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-A' AND C.year = '2012' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-B' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-B' AND C.year = '2001' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-B' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-B' AND C.year = '2004' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-B' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-B' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-C' AND C.year = '2001' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-C' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-C' AND C.year = '2010' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-C' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-C' AND C.year = '2012' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-D' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-V-D' AND C.year = '2012' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-X-B' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-X-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-X-C' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-Y-C' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SC-23-Z-B' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-20-X-B' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-V-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-V-B' AND C.year = '2011' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-V-C' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-X-D' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-Y-B' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-Y-D' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-Z-A' AND C.year = '2012' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-Z-A' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-Z-B' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-21-Z-D' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-22-V-B' AND C.year = '2012' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-22-V-B' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-22-Z-A' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-22-Z-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-22-Z-D' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-V-C' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-X-B' AND C.year = '2004' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-X-B' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-X-C' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-X-C' AND C.year = '2004' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-X-D' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-Y-C' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SD-23-Y-C' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-21-Z-B' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-21-Z-C' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-21-Z-D' AND C.year = '2013' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-V-C' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2004' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2005' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2009' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2012' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-22-Y-B' AND C.year = '2016' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-23-Y-A' AND C.year = '2001' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-23-Y-B' AND C.year = '2000' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-23-Y-B' AND C.year = '2001' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-23-Y-B' AND C.year = '2002' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-23-Y-B' AND C.year = '2007' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SE-23-Y-B' AND C.year = '2008' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SF-22-V-B' AND C.year = '2006' AND CT.fase = 0) OR (B.nome = 'CERRADO' AND CA.codigo = 'SG-22-X-B' AND C.year = '2012' AND CT.fase = 0) ) UPDATE classificacao_tarefas SET status = 0 WHERE id IN (SELECT CTS.id FROM CTS); DELETE FROM classificacao_tarefas WHERE fase >= 1 AND classificacao_id IN (SELECT CTS.classificacao_id FROM CTS);
<filename>Scripts/Table_and_Index_storage_size.sql --Get Table and Index storage size in sql server --Link: http://stackoverflow.com/questions/15896564/get-table-and-index-storage-size-in-sql-server#15896658 /* Author: marc_s This query here will list the total size that a table takes up - clustered index, heap and all nonclustered indices If you want to separate table space from index space, you need to use AND i.index_id IN (0,1) for the table space (index_id = 0 is the heap space, index_id = 1 is the size of the clustered index = data pages) and AND i.index_id > 1 for the index-only space */ SELECT s.Name AS SchemaName, t.NAME AS TableName, p.rows AS RowCounts, SUM(a.total_pages) * 8 AS TotalSpaceKB, SUM(a.used_pages) * 8 AS UsedSpaceKB, (SUM(a.total_pages) - SUM(a.used_pages)) * 8 AS UnusedSpaceKB FROM sys.tables t INNER JOIN sys.schemas s ON s.schema_id = t.schema_id INNER JOIN sys.indexes i ON t.OBJECT_ID = i.object_id INNER JOIN sys.partitions p ON i.object_id = p.OBJECT_ID AND i.index_id = p.index_id INNER JOIN sys.allocation_units a ON p.partition_id = a.container_id WHERE t.NAME NOT LIKE 'dt%' -- filter out system tables for diagramming AND t.is_ms_shipped = 0 AND i.OBJECT_ID > 255 GROUP BY t.Name, s.Name, p.Rows ORDER BY s.Name, t.Name ----------------------------- /* Author: Muhmud Takes into account internal tables, such as those used for XML storage. Edit: If you divide the data_kb and index_kb values by 1024.0, you will get the numbers you see in the GUI. */ with pages as ( SELECT object_id, SUM (reserved_page_count) as reserved_pages, SUM (used_page_count) as used_pages, SUM (case when (index_id < 2) then (in_row_data_page_count + lob_used_page_count + row_overflow_used_page_count) else lob_used_page_count + row_overflow_used_page_count end) as pages FROM sys.dm_db_partition_stats group by object_id ), extra as ( SELECT p.object_id, sum(reserved_page_count) as reserved_pages, sum(used_page_count) as used_pages FROM sys.dm_db_partition_stats p, sys.internal_tables it WHERE it.internal_type IN (202,204,211,212,213,214,215,216) AND p.object_id = it.object_id group by p.object_id ) SELECT object_schema_name(p.object_id) + '.' + object_name(p.object_id) as TableName, (p.reserved_pages + isnull(e.reserved_pages, 0)) * 8 as reserved_kb, pages * 8 as data_kb, (CASE WHEN p.used_pages + isnull(e.used_pages, 0) > pages THEN (p.used_pages + isnull(e.used_pages, 0) - pages) ELSE 0 END) * 8 as index_kb, (CASE WHEN p.reserved_pages + isnull(e.reserved_pages, 0) > p.used_pages + isnull(e.used_pages, 0) THEN (p.reserved_pages + isnull(e.reserved_pages, 0) - p.used_pages + isnull(e.used_pages, 0)) else 0 end) * 8 as unused_kb from pages p left outer join extra e on p.object_id = e.object_id
<reponame>NowinskiK/ssdt-training /****** Object: UserDefinedTableType [Website].[OrderIDList] Script Date: 10/06/2020 18:14:16 ******/ CREATE TYPE [Website].[OrderIDList] AS TABLE( [OrderID] [int] NOT NULL, PRIMARY KEY CLUSTERED ( [OrderID] ASC )WITH (IGNORE_DUP_KEY = OFF) )
<filename>Problemset/product-sales-analysis-ii/product-sales-analysis-ii.sql -- @Title: 产品销售分析 II (Product Sales Analysis II) -- @Author: Singularity0909 -- @Date: 2020-09-28 01:32:06 -- @Runtime: 838 ms -- @Memory: 0 B select Product.product_id, sum(Sales.quantity) total_quantity from Product join Sales on Product.product_id = Sales.product_id group by Product.product_id
delete from bans where server_id=:server_id: and ban_id=:ban_id:;
-- test scrollable cursor support create function sc_test() returns setof integer as $$ declare c scroll cursor for select f1 from int4_tbl; x integer; begin open c; fetch last from c into x; while found loop return next x; fetch prior from c into x; end loop; close c; end; $$ language plpgsql;
DROP DATABASE IF EXISTS employeetrackerDB; CREATE database employeetrackerDB; USE employeetrackerDB; CREATE TABLE Department ( -- * id - INT PRIMARY KEY -- * name - VARCHAR(30) to hold department name id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30) NOT NULL, PRIMARY KEY (id) ); CREATE TABLE Role ( -- * id - INT PRIMARY KEY -- * title - VARCHAR(30) to hold role title -- * salary - DECIMAL to hold role salary -- * department_id - INT to hold reference to department role belongs to id INT NOT NULL AUTO_INCREMENT, title VARCHAR(30) NOT NULL, salary DECIMAL(10,2) NOT NULL, department_id INT NOT NULL, PRIMARY KEY (id), FOREIGN KEY (department_id) REFERENCES Department(id) ); CREATE TABLE Employee ( -- * id - INT PRIMARY KEY -- * first_name - VARCHAR(30) to hold employee first name -- * last_name - VARCHAR(30) to hold employee last name -- * role_id - INT to hold reference to role employee has -- * manager_id - INT to hold reference to another employee that manager of the current employee. -- This field may be null if the employee has no manager id INT NOT NULL AUTO_INCREMENT, first_name VARCHAR(30) NOT NULL, last_name VARCHAR(30) NOT NULL, role_id INT NOT NULL, manager_id INT NULL, PRIMARY KEY (id), FOREIGN KEY (role_id) REFERENCES Role(id), CONSTRAINT FK_ManagerEmployee FOREIGN KEY (manager_id) REFERENCES Employee(id) );
<reponame>FalveyLibraryTechnology/deselection-guide SELECT posted_books.barcode, posted_books.title, posted_books.pub_year FROM posted_books INNER JOIN posted_files ON posted_files.file_id = posted_books.file_id WHERE posted_files.month > '2020-01-15' AND posted_files.month < '2020-02-15';
create table if not exists measurements ( sensor_id INTEGER, measurement_time INTEGER, value NUMERIC, collection_time_ms INTEGER )
insert into contract(id, create_time, customer_id, customer_name, customer_id_number, customer_mobile_phone, interest_rate, commitment, repayment_type, maturity_date, status, version) values('20200917000001', '2020-09-17 18:00:16', '1', 'zhangsan', '410782199001011234', '18911112222', 9.9, 9000.00, 'DEBJ', '2022-05-01', 'valid', 1);
/* SAP HANA certified machine types */ /* https://cloud.google.com/solutions/sap/docs/certifications-sap-hana#hana-cert-table-vms */ UPDATE instances SET hana = '1' WHERE name LIKE 'n1-highmem-32'; UPDATE instances SET hana = '1' WHERE name LIKE 'n1-highmem-64'; UPDATE instances SET hana = '1' WHERE name LIKE 'n1-highmem-96'; UPDATE instances SET hana = '1' WHERE name LIKE 'n2-highmem-32'; UPDATE instances SET hana = '1' WHERE name LIKE 'n2-highmem-48'; UPDATE instances SET hana = '1' WHERE name LIKE 'n2-highmem-64'; UPDATE instances SET hana = '1' WHERE name LIKE 'n2-highmem-80'; UPDATE instances SET hana = '1' WHERE name LIKE 'n2-highmem-96'; UPDATE instances SET hana = '1' WHERE name LIKE 'n2-highmem-128'; UPDATE instances SET hana = '1' WHERE name LIKE 'm1-%'; UPDATE instances SET hana = '1' WHERE name LIKE 'm2-%';
INSERT INTO q_ob_benefit(benefittype_id, abbrname, name, identifier, begdate, enddate, description, parent_id, uid, utid, uapp, status, actual, note, crtuser, crtusergroup, create_date, update_date ) VALUES (2, 'NULL', 'Особи, яким Законом України «Про статус ветеранів війни, гарантії їх соціального захисту» надано таке право', null, null, null, 'Особи, яким Законом України «Про статус ветеранів війни, гарантії їх соціального захисту» надано таке право', NULL, 1, '1GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Діти-сироти та діти, які залишилися без піклування батьків, а також особи з числа дітей-сиріт та дітей, позбавлених батьківського піклування, віком від 18 до 23 років', null, null, null, 'Діти-сироти та діти, які залишилися без піклування батьків, а також особи з числа дітей-сиріт та дітей, позбавлених батьківського піклування, віком від 18 до 23 років', NULL, 2, '2GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Інваліди I та II групи та діти-інваліди віком до 18 років, яким не протипоказане навчання за обраним напрямом (спеціальністю)', null, null, null, 'Інваліди I та II групи та діти-інваліди віком до 18 років, яким не протипоказане навчання за обраним напрямом (спеціальністю)', NULL, 3, '3GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Особи, яким Законом України «Про статус і соціальний захист громадян, які постраждали внаслідок Чорнобильської катастрофи» надано таке право', null, null, null, 'Особи, яким Законом України «Про статус і соціальний захист громадян, які постраждали внаслідок Чорнобильської катастрофи» надано таке право', NULL, 4, '4GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Діти, чиї батьки загинули або стали інвалідами на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями', null, null, null, 'Діти, чиї батьки загинули або стали інвалідами на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями', NULL, 5, '5GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', ' Діти військовослужбовців Збройних Сил України, інших військових формувань, працівників правоохоронних органів, які загинули під час виконання службових обов’язків', null, null, null, ' Діти військовослужбовців Збройних Сил України, інших військових формувань, працівників правоохоронних органів, які загинули під час виконання службових обов’язків', NULL, 6, '6GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Члени сімей шахтарів та гірничорятувальників, які загинули внаслідок аварії на орендному підприємстві «Шахта імені О.Ф. Засядька», згідно з додатком 6 до постанови Кабінету Міністрів України від 9 січ', null, null, null, 'Члени сімей шахтарів та гірничорятувальників, які загинули внаслідок аварії на орендному підприємстві «Шахта імені <NAME>», згідно з додатком 6 до постанови Кабінету Міністрів України від 9 січня 2008 року № 6', NULL, 7, '7GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Особи, яким Законом України «Про підвищення престижності шахтарської праці» надано таке право', null, null, null, 'Особи, яким Законом України «Про підвищення престижності шахтарської праці» надано таке право', NULL, 8, '8GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Категорії осіб, які досягли визначних успіхів у вивченні профільних дисциплін і мають право на зарахування відповідно до пункту 12.1 Умов прийому до вищих навчальних закладів України', null, null, null, 'Категорії осіб, які досягли визначних успіхів у вивченні профільних дисциплін і мають право на зарахування відповідно до пункту 12.1 Умов прийому до вищих навчальних закладів України', NULL, 9, '9GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (2, 'NULL', 'Категорії осіб, які мають право на першочергове зарахування до вищих навчальних закладів відповідно до пункту 14.1 Умов прийому до вищих навчальних закладів України', null, null, null, 'Категорії осіб, які мають право на першочергове зарахування до вищих навчальних закладів відповідно до пункту 14.1 Умов прийому до вищих навчальних закладів України', NULL, 10, '10GR', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'учасник війни', 'Для учасника бойових дій (стаття 12)', '1', null, null, 'Для учасника бойових дій (стаття 12)', 1, 1, 'warrior', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'батьки-учасники війни', 'Для неповнолітніх дітей учасників бойових дій, які загинули або такі, що померли внаслідок поранення, контузії чи каліцтва, одержаних під час воєнних дій (стаття 15)', '2', null, null, 'Для неповнолітніх дітей учасників бойових дій, які загинули або такі, що померли внаслідок поранення, контузії чи каліцтва, одержаних під час воєнних дій (стаття 15)', 1, 2, 'warrior_child', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'батьки померли/загинули', 'Дитина-сирота, в якої померли або загинули батьки', '3', null, null, 'Дитина-сирота, в якої померли або загинули батьки', 2, 3, 'orphan', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'без батьківських прав', 'Позбавлення батьків батьківських прав', '4', null, null, 'Позбавлення батьків батьківських прав', 2, 4, 'parents_rightless', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'забрані у батьків', 'Відібрання у батьків без позбавлення батьківських прав', '5', null, null, 'Відібрання у батьків без позбавлення батьківських прав', 2, 5, 'parents_kidnepWOrightless', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'без батьків', 'Визнання батьків безвісно відсутніми або недієздатними, оголошенням батьків померлими', '6', null, null, 'Визнання батьків безвісно відсутніми або недієздатними, оголошенням батьків померлими', 2, 6, 'parents_missings', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'батьки у в"язниці', 'Відбування батьками покарання в місцях позбавлення волі чи перебуванням їх під вартою на час слідства', '7', null, null, 'Відбування батьками покарання в місцях позбавлення волі чи перебуванням їх під вартою на час слідства', 2, 7, 'parents_in_prison', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'батьки в розшуку', 'Розшук батьків органами внутрішніх справ, пов"язаним з ухиленням від сплати аліментів та відсутністю відомостей про їх місцезнаходження', '8', null, null, 'Розшук батьків органами внутрішніх справ, пов"язаним з ухиленням від сплати аліментів та відсутністю відомостей про їх місцезнаходження', 2, 8, 'parents_wanteds', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'хворі батьки', 'Тривала хвороба батьків, що перешкоджає їм виконувати свої батьківські обов"язки', '9', null, null, 'Тривала хвороба батьків, що перешкоджає їм виконувати свої батьківські обов"язки', 2, 9, 'parents_ills', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'діти підкинуті, безпритульні', 'Підкинуті діти, батьки яких невідомі; діти, від яких відмовилися батьки; та безпритульні діти', '10', null, null, 'Підкинуті діти, батьки яких невідомі; діти, від яких відмовилися батьки; та безпритульні діти', 2, 10, 'foundlings', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'сироти 18-23р', 'Особи віком від 18 до 23 років з числа дітей-сиріт та дітей, позбавлених батьківського піклування', '11', null, null, 'Особи віком від 18 до 23 років з числа дітей-сиріт та дітей, позбавлених батьківського піклування', 2, 11, 'olds_orphans', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'інвалід 1 і 2 гр', 'Інваліди I та II груп, яким не протипоказане навчання за обраною спеціальністю', '12', null, null, 'Інваліди I та II груп, яким не протипоказане навчання за обраною спеціальністю', 3, 12, 'disableds_I_II', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'інвалід до 18', 'Діти-інваліди віком до 18 років', '13', null, null, 'Діти-інваліди віком до 18 років', 3, 13, 'young_disableds', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'чорнобильці 1', 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 1 категорія (пункт 26 статті 20)', '14', null, null, 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 1 категорія (пункт 26 статті 20)', 4, 14, 'chornobyl_I', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'чорнобильці 2', 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 2 категорія (пункт 26 статті 20 через пункт 1 статті 21)', '15', null, null, 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 2 категорія (пункт 26 статті 20 через пункт 1 статті 21)', 4, 15, 'chornobyl_II', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'чорнобильці 3', 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 3 категорія (пункт 6 статті 22)', '16', null, null, 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 3 категорія (пункт 6 статті 22)', 4, 16, 'chornobyl_III', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'чорнобильці 4', 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 4 категорія (пункт 6 статті 22 через пункт 1 статті 23)', '17', null, null, 'Громадяни що постраждали внаслідок Чорнобильської катастрофи. 4 категорія (пункт 6 статті 22 через пункт 1 статті 23)', 4, 17, 'chornobyl_IV', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'інвалід через Чорнобиль', 'Діти до 18 років – інваліди у зв’язку з Чорнобильською катастрофою (пункт 4 частини 3 статті 30)', '18', null, null, 'Діти до 18 років – інваліди у зв’язку з Чорнобильською катастрофою (пункт 4 частини 3 статті 30)', 4, 18, 'chornobyl_before18', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти померлих чорнобильців 1 або 2 гр', 'Діти віком до 18 років, у яких померли батьки, віднесені до 1 або 2 категорії, смерть яких пов’язана з Чорнобильською катастрофою (пункт 26 статті 20 через частину 2 статті 20 та частини 2 статті 21)', '19', null, null, 'Діти віком до 18 років, у яких померли батьки, віднесені до 1 або 2 категорії, смерть яких пов’язана з Чорнобильською катастрофою (пункт 26 статті 20 через частину 2 статті 20 та частини 2 статті 21)', 4, 19, 'chornobyl_b18_pd_I_II', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти померлих чорнобильців 3 гр', 'Діти віком до 18 років, у яких померли батьки з числа учасників ліквідації наслідків аварії на ЧАЕС, віднесених до 3 категорії, смерть яких пов’язана з Чорнобильською катастрофою (пункт 26 статті 20 ч', '20', null, null, 'Діти віком до 18 років, у яких померли батьки з числа учасників ліквідації наслідків аварії на ЧАЕС, віднесених до 3 категорії, смерть яких пов’язана з Чорнобильською катастрофою (пункт 26 статті 20 через частину 2 статті 22)', 4, 20, 'chornobyl_b18_pd_III', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти чорнобильців 1 живих', 'Діти віком до 18 років, батьки яких віднесені до 1 категорії (частина 2 статті 20 через пункт 26 статті 20)', '21', null, null, 'Діти віком до 18 років, батьки яких віднесені до 1 категорії (частина 2 статті 20 через пункт 26 статті 20)', 4, 21, 'chornobyl_b18_p_I', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'на гірничу спеціальність', 'Діти, чиї батьки загинули на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями', '22', null, null, 'Діти, чиї батьки загинули на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями', 5, 22, 'pdead_coalminigs', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'на гірничу спеціальність', 'Діти, чиї батьки стали інвалідами на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями', '23', null, null, 'Діти, чиї батьки стали інвалідами на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями', 5, 23, 'pdis_coalminigs', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'діти військових, що загинули', 'Діти військовослужбовців Збройних Сил України, інших військових формувань, працівників правоохоронних органів, які загинули під час виконання службових обов’язків', '24', null, null, 'Діти військовослужбовців Збройних Сил України, інших військових формувань, працівників правоохоронних органів, які загинули під час виконання службових обов’язків', 6, 24, 'pdead_warriors', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'діти шахтарів "Засядька"', 'Члени сімей шахтарів та гірничорятувальників, що загинули внаслідок аварії на орендному підприємстві «Шахта імені О.Ф. Засядька»', '25', null, null, 'Члени сімей шахтарів та гірничорятувальників, що загинули внаслідок аварії на орендному підприємстві «Шахта імені О.Ф. Засядька»', 7, 25, 'zasyadko_relatives', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'шахтар', 'Шахтарі, що мають стаж підземної роботи не менш як три роки', '26', null, null, 'Шахтарі, що мають стаж підземної роботи не менш як три роки', 8, 26, '3years_miners', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти шахтаря', 'Особи, батьки яких є шахтарями та мають стаж підземної роботи не менш як 15 років (протягом трьох років після здобуття загальної середньої освіти)', '27', null, null, 'Особи, батьки яких є шахтарями та мають стаж підземної роботи не менш як 15 років (протягом трьох років після здобуття загальної середньої освіти)', 8, 27, 'shahtar27', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти загиблого шахтаря', 'Особи, батьки яких були шахтарями та загинули внаслідок нещасного випадку на виробництві (протягом трьох років після здобуття загальної середньої освіти)', '28', null, null, 'Особи, батьки яких були шахтарями та загинули внаслідок нещасного випадку на виробництві (протягом трьох років після здобуття загальної середньої освіти)', 8, 28, 'shahtar28', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти шахтарів-інвалідів', 'Особи, батьки яких були шахтарями та стали інвалідами I або II групи (протягом трьох років після здобуття загальної середньої освіти)', '29', null, null, 'Особи, батьки яких були шахтарями та стали інвалідами I або II групи (протягом трьох років після здобуття загальної середньої освіти)', 8, 29, 'shahtar29', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'олімпіадник', 'Учасники міжнародних олімпіад з конкурсних профільних предметів', '30', null, null, 'Учасники міжнародних олімпіад з конкурсних профільних предметів', 9, 30, 'olimp', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'інвалід/сирота', 'Дитина-інвалід, або дитина-сирота, або дитина, позбавлена батьківського піклування', '31', null, null, 'Дитина-інвалід, або дитина-сирота, або дитина, позбавлена батьківського піклування', 10, 31, 'childinv', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'багатодітні', 'Діти з багатодітних сімей, які мають п’ятьох і більше дітей', '32', null, null, 'Діти з багатодітних сімей, які мають п’ятьох і більше дітей', 10, 32, 'bagatodit', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'діти військових', 'Діти військовослужбовців або громадян, звільнених з військової служби за віком, за станом здоров`я чи у зв`язку із скороченням штатів або проведенням організаційних закодів, які мають вислугу в календ', '33', null, null, 'Діти військовослужбовців або громадян, звільнених з військової служби за віком, за станом здоров`я чи у зв`язку із скороченням штатів або проведенням організаційних закодів, які мають вислугу в календарному обчисленні 20 років і більше.', 10, 33, 'warowerh20', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'діти військового-інваліда', 'Діти військовослужбовців, які стали інвалідами внаслідок захворювання, пов`язаного з проходженням військової служби.', '34', null, null, 'Діти військовослужбовців, які стали інвалідами внаслідок захворювання, пов`язаного з проходженням військової служби.', 10, 34, 'warowerh20', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'інвалід 3 гр', 'Інваліди ІІІ групи.', '35', null, null, 'Інваліди ІІІ групи.', 10, 35, 'inv3gr', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'малозабезпечені', 'Діти з малозабезпечених сімей, у яких: Обидва батьки є інвалідами; Один з батьків інвалід, а інший помер; Одинока матір з числа інвалідів; Батько з числа інвалідів, який виховує дитину без матері.', '36', null, null, 'Діти з малозабезпечених сімей, у яких: Обидва батьки є інвалідами; Один з батьків інвалід, а інший помер; Одинока матір з числа інвалідів; Батько з числа інвалідів, який виховує дитину без матері.', 10, 36, 'malozab', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'з гір', 'Мешканці гірських населених пунктів.', '37', null, null, 'Мешканці гірських населених пунктів.', 10, 37, 'mountains', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'військовий', '<NAME>раїни, який відслужив строкову військову службу або службу за контрактом і має позитивну характеристику від командування військової частини.', '38', null, null, 'Громадянин України, який відслужив строкову військову службу або службу за контрактом і має позитивну характеристику від командування військової частини.', 10, 38, 'waraward', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (6, 'медаль ПЗСО', 'Випускники старшої школи (повна загальна середня освіта), нагороджені золотою або срібною медаллю, при вступі на базі повної загальної середньої освіти.', '39', null, null, 'Випускники старшої школи (повна загальна середня освіта), нагороджені золотою або срібною медаллю, при вступі на базі повної загальної середньої освіти.', 10, 39, 'medals', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (6, 'відзнака БЗСО', 'Випускники основної школи, які мають свідоцтво про базову загальну середню освіту з відзнакою (при вступі на навчання на основі базової загальної середньої освіти).', '40', null, null, 'Випускники основної школи, які мають свідоцтво про базову загальну середню освіту з відзнакою (при вступі на навчання на основі базової загальної середньої освіти).', 10, 40, 'vidznaka', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (6, 'за правилами ВНЗ', 'Вступники, яким право на першочергове зарахування визначено правилами прийому до ВНЗ', '41', null, null, 'Вступники, яким право на першочергове зарахування визначено правилами прийому до ВНЗ', 10, 41, 'pvnz', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (5, 'діти до 18, постраждалі через Чорнобиль', 'Діти до 18 років, які постраждали у зв`язку з Чорнобильскою катастрофою (пункт 4 частини 3 статті 30)', '42', null, null, 'Діти до 18 років, які постраждали у зв`язку з Чорнобильскою катастрофою (пункт 4 частини 3 статті 30)', 4, 42, 'chor4330_before18', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'базова ЗСО', 'Особи, які вступили на основі базової загальної середньої освіти.', '101', null, null, 'Особи, які вступили на основі базової загальної середньої освіти.', NULL, 1, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'повна ЗСО', 'Особи, які вступили на основі повної загальної середньої освіти.', '102', null, null, 'Особи, які вступили на основі повної загальної середньої освіти.', NULL, 2, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'робітник', 'Особи, які вступили на основі здобутого освітньо-кваліфікаційного рівня кваліфікованого робітника відповідної спеціальності.', '103', null, null, 'Особи, які вступили на основі здобутого освітньо-кваліфікаційного рівня кваліфікованого робітника відповідної спеціальності.', NULL, 3, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'молодший спеціаліст', 'Особи, які вступили на основі здобутого освітньо-кваліфікаційного рівня молодшого спеціаліста відповідної спеціальності.', '104', null, null, 'Особи, які вступили на основі здобутого освітньо-кваліфікаційного рівня молодшого спеціаліста відповідної спеціальності.', NULL, 4, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'інвалід І та ІІ гр, якому не заборонено', 'Інваліди І та II груп та діти-інваліди віком до 18 років, яким не протипоказане навчання за обраним напрямом (спеціальністю).', '105', null, null, 'Інваліди І та II груп та діти-інваліди віком до 18 років, яким не протипоказане навчання за обраним напрямом (спеціальністю).', NULL, 5, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'сирота', 'Діти-сироти та діти, позбавлені батьківського піклування, а також особи з їх числа, віком до 23 років.', '106', null, null, 'Діти-сироти та діти, позбавлені батьківського піклування, а також особи з їх числа, віком до 23 років.', NULL, 6, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'чорнобилець', 'Особи, яким відповідно до Закону України "Про статус і соціальний захист громадян, які постраждали внаслідок Чорнобильської катастрофи" надане право пільгового зарахування.', '107', null, null, 'Особи, яким відповідно до Закону України "Про статус і соціальний захист громадян, які постраждали внаслідок Чорнобильської катастрофи" надане право пільгового зарахування.', NULL, 7, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'з села', 'Особи, які зараховані на умовах цільового прийому згідно з постановою Кабінету Міністрів України від 29.06.1999 р. № 1159 "Про підготовку фахівців для роботи в сільській місцевості".', '108', null, null, 'Особи, які зараховані на умовах цільового прийому згідно з постановою Кабінету Міністрів України від 29.06.1999 р. № 1159 "Про підготовку фахівців для роботи в сільській місцевості".', NULL, 8, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'міжнародний олімпіадник', 'Учасники міжнародних олімпіад.', '109', null, null, 'Учасники міжнародних олімпіад.', NULL, 9, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'український олімпіадник', 'Призери IV етапу Всеукраїнських учнівських олімпіад з базових дисциплін. ', '110', null, null, 'Призери IV етапу Всеукраїнських учнівських олімпіад з базових дисциплін.', NULL, 10, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'МАН', 'Призери III етапу Всеукраїнських конкурсів-захистів науково-дослідницьких робіт учнів-членів Малої академії наук України.', '111', null, null, 'Призери III етапу Всеукраїнських конкурсів-захистів науково-дослідницьких робіт учнів-членів Малої академії наук України.', NULL, 11, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'курси', 'Особи з профес орієнтованої молоді, які в рік вступу закінчили підгот курси (та ін) ВНЗ, для вступу на основі повн заг сер освіти до цього ВНЗ для навчання на природ-математ та інж-техн напрямах', '112', null, null, 'Особи з профес орієнтованої молоді, які в рік вступу закінчили підгот курси (відділ, факульт довузівської підготовки) , для вступу на осн повн заг сер освіти до цього ВНЗ для навчання на природн-матем і інжо-техн напрямах підготовки (спеціальностях).', NULL, 12, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'іноземець за квотою МОН', 'Іноземці, зараховані за квотою МОН України', '113', null, null, 'Іноземці, зараховані за квотою МОН України', NULL, 13, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'іноземець', 'Іноземні громадяни.', '114', null, null, 'Іноземні громадяни.', NULL, 14, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'ветеран війни', 'Особи, яким Законом України "Про статус ветеранів війни, гарантії їх соціального захисту" надано право на вступ до вищого навчального закладу поза конкурсом.', '115', null, null, 'Особи, яким Законом України "Про статус ветеранів війни, гарантії їх соціального захисту" надано право на вступ до вищого навчального закладу поза конкурсом.', NULL, 15, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'шахтар', 'Особи, яким Законом України "Про підвищення престижності шахтарської праці" надано право на вступ до вищого навчального закладу поза конкурсом.', '116', null, null, 'Особи, яким Законом України "Про підвищення престижності шахтарської праці" надано право на вступ до вищого навчального закладу поза конкурсом.', NULL, 16, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'діти військових', 'Діти військовослужбовців Збройних сил України, інших військових формувань, працівників правоохоронних органів, які загинули під час виконання службових обов"язків.', '117', null, null, 'Діти військовослужбовців Збройних сил України, інших військових формувань, працівників правоохоронних органів, які загинули під час виконання службових обов"язків.', NULL, 17, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'діти загиблого шахтаря', 'Особи з числа членів сімей шахтарів та гірничорятувальників, що загинули внаслідок аварії на орендному підприємстві "Шахта імені О.Ф. Засядька".', '118', null, null, 'Особи з числа членів сімей шахтарів та гірничорятувальників, що загинули внаслідок аварії на орендному підприємстві "Шахта імені О.Ф. Засядька".', NULL, 18, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'першочерговий інвалід', 'Особи, яким відповідно до Закону України «Про основи соціальної захищеності інвалідів в Україні» надане право першочергового зарахування.', '119', null, null, 'Особи, яким відповідно до Закону України «Про основи соціальної захищеності інвалідів в Україні» надане право першочергового зарахування.', NULL, 19, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'першочерговий захисник', 'Особи, зг Указу Президента Укр від 21.02.02 №157 «Про додат заходи щодо посилення турботи про захисників Вітчизни, їх прав і соц захисту, поліпшення військ-патріот вихов молоді» право першочерг зарах', '120', null, null, 'Особи, яким відповідно до Указу Президента України від 21.02.02 №157 «Про додаткові заходи щодо посилення турботи про захисників Вітчизни, їх прав і соц захисту, поліпшення військ-патріот виховання молоді» право першочер зарахування.', NULL, 20, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'охорона дитинства', 'Особи, яким відповідно до Закону України «Про охорону дитинства» надане право першочергового зарахування.', '121', null, null, 'Особи, яким відповідно до Закону України «Про охорону дитинства» надане право першочергового зарахування.', NULL, 21, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, null, 'Особи, зг Указу Презид Укр від 12.09.07 №849 «Про рішення Ради нац безпеки і обор Укр 4.09.07 «Про осн напрями фін забезпеч заходів щодо підвищ жит рівня населення у 2008» право першочерг зарах', '122', null, null, 'Особи, яким відповідно до Указу Президента України від 12.09.07 №849 «Про рішення РНБО України від 4.097 «Про осн напрями фін забезпечення заходів щодо підвищення життєвого рівня населення у 2008 році» надане право першочерг зарахування', NULL, 22, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, null, 'Особи, зг Закону України «Про соц і прав захист військовослужбовців та чл їх сімей» право першочерг зарах при вступі до вищих військ нав закладів та військ навч підрозділів ВНЗ', '123', null, null, 'Особи, яким відповідно до Закону України «Про соціальний і правовий захист військовослужбовців та членів їх сімей» надане право першочерг зарахування при вступі до вищих військових навчальних закладів та військових навчальних підрозділів ВНЗ', NULL, 23, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'медаліст повна ЗСО', 'Випускники середньої загальноосвітньої школи, які нагороджені золотою (срібною) медаллю.', '124', null, null, 'Випускники середньої загальноосвітньої школи, які нагороджені золотою (срібною) медаллю.', NULL, 24, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'відзнака базова ЗСО', 'Випускники основної школи, які мають свідоцтво про базову загальну середню освіту з відзнакою.', '125', null, null, 'Випускники основної школи, які мають свідоцтво про базову загальну середню освіту з відзнакою.', NULL, 25, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'інвалід + ЗНО/іспит', 'Особи з обмеж фіз можливостями (інваліди І та ІІ груп, діти-інваліди), які мали право брати участь у конкурсі за результ вступ екзаменів з конкурсних предметів у ВНЗ або за результ ЗНО за їх вибором', '126', null, null, 'Особи з обмеженими фізичними можливостями (інваліди І та ІІ груп, діти-інваліди), які мали право брати участь у конкурсі за результатами вступних екзаменів з конкурсних предметів у ВНЗ або за результатами ЗНО за їх вибором.', NULL, 26, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'військовий', 'Військовослужбовці Збройних Сил Укр, інших утвор зг законів Укр військ формувань, а також правоохоронних органів спец призначення та Держ спец служби транспорту, які проходять військ строкову службу', '127', null, null, 'Військовослужбовці Збройних Сил України, інших утворених відповідно до законів України військових формувань, а також правоохоронних органів спеціального призначення та Державної спеціальної служби транспорту, які проходять військову строкову службу.', NULL, 27, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'звільнений військовий', 'Громадяни України, звільнені зі строкової військової служби в рік вступу до вищого навчального закладу.', '128', null, null, 'Громадяни України, звільнені зі строкової військової служби в рік вступу до вищого навчального закладу.', NULL, 28, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'військовий контрактник', 'Військовослужбовці рядового, сержантського та старшинського складу, які проходять військову службу за контрактом.', '129', null, null, 'Військовослужбовці рядового, сержантського та старшинського складу, які проходять військову службу за контрактом.', NULL, 29, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'горяни', 'Особи, які проживають на території населеного пункту, якому в установленому порядку надано статус гірського.', '130', null, null, 'Особи, які проживають на території населеного пункту, якому в установленому порядку надано статус гірського.', NULL, 30, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'хворі на час ЗНО', 'Особи, які мають захвор, вказані в переліку захвор, що можуть бути перешк для проходж громад ЗНО, встановл МОН та МОЗ Укр, для яких УЦОЯО не може забезпеч проходж ЗНО навч досягнень', '131', null, null, 'Особи, які мають захворювання, вказані в переліку захворювань, що можуть бути перешкодою для проходження громадянами ЗНО, встановленому МОН України та МОЗ України, для яких УЦОЯО не може забезпечити проходження ЗНО навчальних досягнень.', NULL, 31, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'закінчив до 2007', 'Особи, які здобули повну загальну середню освіту у 2007 році і раніше.', '132', null, null, 'Особи, які здобули повну загальну середню освіту у 2007 році і раніше.', NULL, 32, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'закордонна освіта', 'Громадяни України, які в рік вступу здобули повну загальну середню освіту за кордоном.', '133', null, null, 'Громадяни України, які в рік вступу здобули повну загальну середню освіту за кордоном.', NULL, 33, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'не атестований з української', 'Особи, які не атестовані з української мови та літератури.', '134', null, null, 'Особи, які не атестовані з української мови та літератури.', NULL, 34, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'менше 124 і більше 170', 'Особи, чий сертифікат УЦОЯО, кільк балів якого з непрофільн заг-освіт предм нижче 124 балів за умови, якщо кільк балів з профільн заг-освітн предмет є не нижче 170 балів з кожного предмету', '135', null, null, 'Особи, чий сертифікат УЦОЯО, кільк балів якого з непрофільн заг-освіт предм нижче 124 балів за умови, якщо кільк балів з профільн заг-освітн предмет є не нижче 170 балів з кожного предмету', NULL, 35, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'мешканець прикордоння', 'Квота МОНмолодьспорт зг Указу Президента України від 25 березня 1994 року № 112/94 «Про заходи щодо розвитку економічного співробітництва областей України з суміжними прикордонними областями РФ»', '136', null, null, 'Квота МОНмолодьспорт відповідно до Указу Президента України від 25 березня 1994 року № 112/94 «Про заходи щодо розвитку економічного співробітництва областей України з суміжними прикордонними областями РФ»', NULL, 36, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'глухий', 'Квота відповідно до наказу Міністерства освіти і науки від 04.07.2006 року № 504 «Про організацію прийому на навчання осіб з обмеженими можливостями (вадами слуху)» (Українське товариство глухих)', '137', null, null, 'Квота відповідно до наказу Міністерства освіти і науки від 04.07.2006 року № 504 «Про організацію прийому на навчання осіб з обмеженими можливостями (вадами слуху)» (Українське товариство глухих)', NULL, 37, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'за співбесідою', 'Зараховані за співбесідою.', '138', null, null, 'Зараховані за співбесідою.', NULL, 38, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'указ 524', 'Діти, чиї батьки загинули або стали інвалідами на вугледобувних підприємствах, при вступі на навчання за гірничими спеціальностями відповідно до Указу Президента України від 19.05.99 №524', '139', null, null, 'Діти, чиї батьки загин або інвалід на вугледоб підпр, при вступі на навч за гірнич спец зг Указу Презид Укр 19.05.99 №524 «Про держ допомогу дітям, які вчаться за гірнич спец і чиї батьки загин або інвалід на вугледобувних підприємств»', NULL, 39, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'указ 197/98', 'Діти, батьки яких, працівники орг ВС, померли чи інвалід І гр при виконанні служб обов (у т. ч інвалідність через аварію на ЧАЕС), право позаконкурсного вступу зг Указу Презид Укр 17.0398 №197/98', '140', null, null, 'Діти, батьки яких, працівники органів ВС, померли чи стали інвалідами І гр при виконанні служб обов"язків (у т.ч інвалідність яких пов"язана з участю в ліквідації наслідків аварії на ЧАЕС),право позаконкурс вступу зг Указу През Укр від 17.03.98 №197/98 ', NULL, 40, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, null, 'Діти працівників органів внутрішніх справ, які загинули, померли чи стали інвалідами за обставин, не пов"язаних з виконанням службових обов"язків.', '141', null, null, 'Діти працівників органів внутрішніх справ, які загинули, померли чи стали інвалідами за обставин, не пов"язаних з виконанням службових обов"язків.', NULL, 41, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'дитина МВС', 'Діти працівників органів внутрішніх справ.', '142', null, null, 'Діти працівників органів внутрішніх справ.', NULL, 42, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'випускник училища МВС з відзнакою', 'Особи із числа випускників училищ професійної підготовки системи МВС, які закінчили навчання з відзнакою.', '143', null, null, 'Особи із числа випускників училищ професійної підготовки системи МВС, які закінчили навчання з відзнакою.', NULL, 43, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'начальник МВС', 'Особи рядового і молодшого начальницького складу органів внутрішніх справ.', '144', null, null, 'Особи рядового і молодшого начальницького складу органів внутрішніх справ.', NULL, 44, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'інше', 'Інше.', '149', null, null, 'Інше.', NULL, 45, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'діти військових 20 років', 'Діти військовослужбовців або громадян, звільн з військ служби за віком, за станом здоров`я чи у зв`язку із скороч штатів та ін, які мають вислугу в календар обчисл 20 років і більше.', '145', null, null, 'Діти військовослужбовців або громадян, звільн з військової служби за віком, за станом здоров`я чи у зв`язку із скороч штатів або проведенням організац закодів, які мають вислугу в календар обчисл 20 років і більше.', NULL, 46, 'NULL', 'NULL', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'діти військових інвалідів ', 'Діти військовослужбовців, які стали інвалідами внаслідок захворювання, пов`язаного з проходженням військової служби.', '146', null, null, 'Діти військовослужбовців, які стали інвалідами внаслідок захворювання, пов`язаного з проходженням військової служби.', NULL, 47, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'військовий з позитивною характеристикою', 'Г<NAME>країни, який відслужив строкову військову службу або службу за контрактом і має позитивну характеристику від командування військової частини.', '147', null, null, 'Громадянин України, який відслужив строкову військову службу або службу за контрактом і має позитивну характеристику від командування військової частини.', NULL, 48, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (1, 'діти учасників АТО', 'Діти учасників бойових дій із числа осіб, які захищали незалежність, суверенітет і територіальну цілісність України та брали участь в антитерористичній операції, забезпеченні її проведення', 'NULL', null, null, 'Діти учасників бойових дій із числа осіб, які захищали незалежність, суверенітет і територіальну цілісність України та брали участь в антитерористичній операції, забезпеченні її проведення', NULL, 43, 'soc', 'edbo/BenefitsGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now()), (4, 'першочерговий вступ', 'Особи, яким відповідно до правил прийому до вищого навчального закладу надане право першочергового зарахування', '148', null, null, 'Особи, яким відповідно до правил прийому до вищого навчального закладу надане право першочергового зарахування', NULL, 49, 'NULL', 'edbo/RequestEnteranceCodesGet', 'ACTIVE', 1, 'NULL', 'NULL', 'admin', now(), now())
CREATE TABLE IF NOT EXISTS urls ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, url TEXT NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB AUTO_INCREMENT=500 DEFAULT CHARSET=utf8;
CREATE TABLE resource_table ( uuid VARCHAR2(40) NOT NULL, json CLOB, key CLOB, key_id VARCHAR2(40) NOT NULL, processed VARCHAR2(700), start_date DATE, fhir_version VARCHAR2(40) NOT NULL ); CREATE TABLE patient_map ( id VARCHAR2(40) NOT NULL, signature VARCHAR2(40) NOT NULL, subject_id VARCHAR2(40), start_date DATE, system VARCHAR2(200), code VARCHAR2(200), display VARCHAR2(200), version_id VARCHAR2(200) ); CREATE TABLE C3PRO ( "C_HLEVEL" NUMBER(22,0) NOT NULL, "C_FULLNAME" VARCHAR2(700) NOT NULL, "C_NAME" VARCHAR2(2000) NOT NULL, "C_SYNONYM_CD" CHAR(1) NOT NULL, "C_VISUALATTRIBUTES" CHAR(3) NOT NULL, "C_TOTALNUM" NUMBER(22,0) NULL, "C_BASECODE" VARCHAR2(50) NULL, "C_METADATAXML" CLOB NULL, "C_FACTTABLECOLUMN" VARCHAR2(50) NOT NULL, "C_TABLENAME" VARCHAR2(50) NOT NULL, "C_COLUMNNAME" VARCHAR2(50) NOT NULL, "C_COLUMNDATATYPE" VARCHAR2(50) NOT NULL, "C_OPERATOR" VARCHAR2(10) NOT NULL, "C_DIMCODE" VARCHAR2(700) NOT NULL, "C_COMMENT" CLOB NULL, "C_TOOLTIP" VARCHAR2(900) NULL, "M_APPLIED_PATH" VARCHAR2(700) NOT NULL, "UPDATE_DATE" DATE NOT NULL, "DOWNLOAD_DATE" DATE NULL, "IMPORT_DATE" DATE NULL, "SOURCESYSTEM_CD" VARCHAR2(50) NULL, "VALUETYPE_CD" VARCHAR2(50) NULL, "M_EXCLUSION_CD" VARCHAR2(25) NULL, "C_PATH" VARCHAR2(700) NULL, "C_SYMBOL" VARCHAR2(50) NULL ) ; CREATE INDEX META_FULLNAME_C3PRO_IDX ON C3PRO(C_FULLNAME) ; CREATE INDEX META_APPLIED_PATH_C3PRO_IDX ON C3PRO(M_APPLIED_PATH) ; CREATE INDEX META_EXCLUSION_C3PRO_IDX ON C3PRO(M_EXCLUSION_CD) ; CREATE INDEX META_HLEVEL_C3PRO_IDX ON C3PRO(C_HLEVEL) ; CREATE INDEX META_SYNONYM_C3PRO_IDX ON C3PRO(C_SYNONYM_CD) ; INSERT INTO TABLE_ACCESS(C_TABLE_CD, C_TABLE_NAME, C_PROTECTED_ACCESS, C_HLEVEL, C_FULLNAME, C_NAME, C_SYNONYM_CD, C_VISUALATTRIBUTES, C_TOTALNUM, C_BASECODE, C_METADATAXML, C_FACTTABLECOLUMN, C_DIMTABLENAME, C_COLUMNNAME, C_COLUMNDATATYPE, C_OPERATOR, C_DIMCODE, C_COMMENT, C_TOOLTIP, C_ENTRY_DATE, C_CHANGE_DATE, C_STATUS_CD, VALUETYPE_CD) VALUES('c-tracker', 'C3PRO', 'N', 0, '\c-tracker\', 'c-tracker', 'N', 'CA', NULL, NULL, NULL, 'concept_cd', 'concept_dimension', 'concept_path', 'T', 'LIKE', '\c-tracker\', NULL, 'c-tracker', NULL, NULL, NULL, NULL);
ALTER TABLE IDN_OAUTH_CONSUMER_APPS ADD USER_ACCESS_TOKEN_EXPIRE_TIME BIGINT DEFAULT 3600000; ALTER TABLE IDN_OAUTH_CONSUMER_APPS ADD APP_ACCESS_TOKEN_EXPIRE_TIME BIGINT DEFAULT 3600000; ALTER TABLE IDN_OAUTH_CONSUMER_APPS ADD REFRESH_TOKEN_EXPIRE_TIME BIGINT DEFAULT 84600000; DROP PROCEDURE IF EXISTS drop_index_idx_at_if_exists; CREATE PROCEDURE drop_index_idx_at_if_exists() BEGIN IF ((SELECT COUNT(*) AS index_exists FROM information_schema.statistics WHERE TABLE_SCHEMA = DATABASE() and table_name = 'IDN_OAUTH2_ACCESS_TOKEN' AND index_name = 'IDX_AT') > 0) THEN SET @s = CONCAT('DROP INDEX ', 'IDX_AT', ' ON ', 'IDN_OAUTH2_ACCESS_TOKEN'); PREPARE stmt FROM @s; EXECUTE stmt; END IF; END; CALL drop_index_idx_at_if_exists(); DROP PROCEDURE IF EXISTS drop_index_idx_at_if_exists; ALTER TABLE IDN_OAUTH2_ACCESS_TOKEN MODIFY ACCESS_TOKEN VARCHAR(2048); ALTER TABLE IDN_OAUTH2_ACCESS_TOKEN MODIFY REFRESH_TOKEN VARCHAR(2048); CREATE TABLE IF NOT EXISTS IDN_OAUTH2_SCOPE_BINDING ( SCOPE_ID INTEGER NOT NULL, SCOPE_BINDING VARCHAR(255), FOREIGN KEY (SCOPE_ID) REFERENCES IDN_OAUTH2_SCOPE (SCOPE_ID) ON DELETE CASCADE ) ENGINE NDB; ALTER TABLE IDN_IDENTITY_USER_DATA MODIFY DATA_VALUE VARCHAR(2048);
<reponame>EuPathDB/ApiCommonData /* table for SpliceSite sites */ CREATE TABLE apidb.SpliceSiteGenes ( splice_site_gene_id NUMBER(10) not null, splice_site_feature_id NUMBER(10) not null, protocol_app_node_id NUMBER(10) NOT NULL, source_id VARCHAR2(50), is_dominant NUMBER(1), percent_fraction NUMBER(3), first_atg_location NUMBER(10), dist_to_first_atg NUMBER(10), annot_atg_location NUMBER(10), dist_to_annot_atg NUMBER(10), MODIFICATION_DATE DATE, USER_READ NUMBER(1), USER_WRITE NUMBER(1), GROUP_READ NUMBER(1), GROUP_WRITE NUMBER(1), OTHER_READ NUMBER(1), OTHER_WRITE NUMBER(1), ROW_USER_ID NUMBER(12), ROW_GROUP_ID NUMBER(3), ROW_PROJECT_ID NUMBER(4), ROW_ALG_INVOCATION_ID NUMBER(12), FOREIGN KEY (protocol_app_node_id) REFERENCES Study.ProtocolAppNode, FOREIGN KEY (splice_site_feature_id) REFERENCES apidb.SpliceSiteFeature, PRIMARY KEY (splice_site_gene_id) ); CREATE SEQUENCE apidb.SpliceSiteGenes_sq; GRANT select ON apidb.SpliceSiteGenes_sq TO gus_w; grant select on Apidb.SpliceSiteGenes to gus_r; grant insert, select, update, delete on Apidb.SpliceSiteGenes to gus_w; create index apidb.splicesitegenes_data_idx ON Apidb.SpliceSiteGenes (splice_site_feature_id, protocol_app_node_id, source_id) tablespace indx; create index apidb.splicesitegenes_revix1 ON apidb.SpliceSiteGenes (protocol_app_node_id, splice_site_gene_id) tablespace indx; INSERT INTO core.TableInfo (table_id, name, table_type, primary_key_column, database_id, is_versioned, is_view, view_on_table_id, superclass_table_id, is_updatable, modification_date, user_read, user_write, group_read, group_write, other_read, other_write, row_user_id, row_group_id, row_project_id, row_alg_invocation_id) SELECT core.tableinfo_sq.nextval, 'SpliceSiteGenes', 'Standard', 'splice_site_gene_id', d.database_id, 0, 0, '', '', 1,sysdate, 1, 1, 1, 1, 1, 1, 1, 1, p.project_id, 0 FROM dual, (SELECT MAX(project_id) AS project_id FROM core.ProjectInfo) p, (SELECT database_id FROM core.DatabaseInfo WHERE name = 'ApiDB') d WHERE 'SpliceSiteGenes' NOT IN (SELECT name FROM core.TableInfo WHERE database_id = d.database_id); exit;
-- Things to note if you're not familiar with sqlite3: -- -- - After connecting always run "PRAGMA foreign_keys = ON" or foreign key -- constraints will not be honored. -- - Primary keys may be NULL (and thus always need a NOT NULL constraint) -- - Tables with primary keys that are not integers and that don't need auto -- incrementing counters can use WITHOUT ROWID to save some space. CREATE TABLE IF NOT EXISTS messages ( id INTEGER PRIMARY KEY NOT NULL, sent BOOLEAN NOT NULL, toAttr TEXT, fromAttr TEXT, idAttr TEXT, body TEXT, originID TEXT, stanzaType TEXT NOT NULL DEFAULT "normal", -- RFC 6121 § 5.2.2 received BOOLEAN NOT NULL DEFAULT FALSE, delay INTEGER NOT NULL DEFAULT (CAST(strftime('%s', 'now') AS INTEGER)), rosterJID TEXT, archiveID TEXT UNIQUE, UNIQUE (originID, fromAttr) ); -- Roster storage CREATE TABLE IF NOT EXISTS rosterVer ( id BOOLEAN PRIMARY KEY DEFAULT FALSE CHECK (id = FALSE), ver TEXT NOT NULL ) WITHOUT ROWID; -- Go ahead and populate the row if it doesn't exist so that we don't run into -- errors the first time we try to fetch it. INSERT INTO rosterVer (ver) VALUES ("") ON CONFLICT DO NOTHING; CREATE TABLE IF NOT EXISTS rosterJIDs ( jid TEXT PRIMARY KEY NOT NULL, name TEXT NOT NULL DEFAULT "", subs TEXT NOT NULL ) WITHOUT ROWID; CREATE TABLE IF NOT EXISTS rosterGroups ( id INTEGER PRIMARY KEY NOT NULL, jid TEXT NOT NULL, name TEXT NOT NULL, FOREIGN KEY (jid) REFERENCES rosterJIDs(jid) ON DELETE CASCADE, UNIQUE (jid, name) );
<filename>exam.sql<gh_stars>0 -- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Mar 09, 2022 at 07:28 PM -- Server version: 10.4.22-MariaDB -- PHP Version: 7.4.27 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!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 */; -- -- Database: `exam` -- -- -------------------------------------------------------- -- -- Table structure for table `create_digital_exam` -- CREATE TABLE `create_digital_exam` ( `id` bigint(20) UNSIGNED NOT NULL, `professional_group_number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `examing_body` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `date_of_examination` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `exam_release` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `exam_graders` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `exam_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `create_digital_exam` -- INSERT INTO `create_digital_exam` (`id`, `professional_group_number`, `examing_body`, `date_of_examination`, `exam_release`, `exam_graders`, `exam_id`, `created_at`, `updated_at`) VALUES (1, '0884', 'IHK Stuttgart', '2022-03-17', 'asd', '019233', '622812596', '2022-03-04 05:34:20', '2022-03-04 05:34:20'); -- -------------------------------------------------------- -- -- Table structure for table `exam_attempts` -- CREATE TABLE `exam_attempts` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `question_id` int(11) NOT NULL, `option_id` int(11) NOT NULL, `option_text` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `accuracy` double(8,2) NOT NULL, `is_correct` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `exam_attempts` -- INSERT INTO `exam_attempts` (`id`, `user_id`, `question_id`, `option_id`, `option_text`, `accuracy`, `is_correct`, `created_at`, `updated_at`) VALUES (1, 11, 1, 2, '', 100.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (2, 11, 2, 9, '', 100.00, 1, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (3, 11, 3, 12, '', 100.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (4, 11, 4, 17, '', 100.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (5, 11, 5, 0, '', 100.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (6, 11, 6, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (7, 11, 6, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (8, 11, 6, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (9, 11, 6, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (10, 11, 7, 34, '', 100.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (11, 11, 8, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (12, 11, 8, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (13, 11, 8, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (14, 11, 8, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (15, 11, 8, 0, NULL, 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (16, 11, 9, 0, '', 100.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'), (17, 11, 10, 0, '{\"cost_quantity\":[null],\"cost_unit\":[null],\"cost_importance\":[null],\"cost_total\":[null],\"cost_grand_total\":null,\"material_quantity\":[null],\"material_unit\":[null],\"material_importance\":[null],\"material_total\":[null],\"material_grand_total\":null,\"invoice_sub_total\":null,\"invoice_tax\":null,\"invoice_grand_total\":null}', 0.00, 0, '2022-02-20 00:08:51', '2022-02-23 06:42:42'); -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_12_14_000001_create_personal_access_tokens_table', 1), (5, '2022_01_30_123454_create_questions_table', 1), (6, '2022_01_30_123514_create_options_table', 1), (7, '2022_01_30_124410_create_exam_attempts_table', 1), (8, '2022_02_12_191035_create_student_exam_table', 1), (9, '2022_02_13_181736_update_table_users_add_participant_number', 1), (10, '2022_02_15_205145_create_question_time_table', 2), (11, '2022_03_03_205257_create_create_digital_exam_table', 3); -- -------------------------------------------------------- -- -- Table structure for table `options` -- CREATE TABLE `options` ( `id` bigint(20) UNSIGNED NOT NULL, `question_id` int(11) NOT NULL, `option` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_correct` tinyint(1) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `options` -- INSERT INTO `options` (`id`, `question_id`, `option`, `is_correct`, `created_at`, `updated_at`) VALUES (1, 1, 'An der roten Einfärbung', 0, NULL, NULL), (2, 1, 'An der schwarzen Einfärbung', 0, NULL, NULL), (3, 1, 'An der orangen Einfärbung', 1, NULL, NULL), (4, 1, 'An der grünen Einfärbung', 0, NULL, NULL), (5, 1, 'An der gelben Einfärbung', 0, NULL, NULL), (6, 2, 'Nur auf die Wattzahl', 0, NULL, NULL), (7, 2, 'Nur auf die Voltzahl', 0, NULL, NULL), (8, 2, 'Auf die Ampere- und die Wattzahl', 0, NULL, NULL), (9, 2, 'Auf die Volt- und die Wattzahl', 1, NULL, NULL), (10, 2, 'Auf die Volt- und die Amperezahl', 0, NULL, NULL), (11, 3, 'Gleichstrom', 0, NULL, NULL), (12, 3, '<NAME>', 0, NULL, NULL), (13, 3, '<NAME>', 0, NULL, NULL), (14, 3, '<NAME>strom', 0, NULL, NULL), (15, 3, '<NAME>', 1, NULL, NULL), (16, 4, 'd = 5,2 Inch (Zoll)', 0, NULL, NULL), (17, 4, 'd = 8,0 Inch (Zoll)', 0, NULL, NULL), (18, 4, 'd = 15,0 Inch (Zoll)', 1, NULL, NULL), (19, 4, 'd = 18,0 Inch (Zoll)', 0, NULL, NULL), (20, 4, 'd = 20,0 Inch (Zoll)', 0, NULL, NULL), (21, 5, 'Ein Vielfachmessgerät mit Strommesszange in analoger Ausführung', 0, NULL, NULL), (22, 5, 'Ein Vielfachmessgerät mit Strommesszange in digitaler Ausführung', 1, NULL, NULL), (23, 5, 'Ein Vielfachmessgerät mit Spannungszange in analoger Ausführung', 0, NULL, NULL), (24, 5, 'Ein Vielfachmessgerät mit Spannungszange in digitaler Ausführung', 0, NULL, NULL), (25, 5, 'Ein Vielfachmessgerät mit Befestigungsmöglichkeit in digitaler Ausführung', 0, NULL, NULL), (26, 6, 'Nicht genickt werden', 1, NULL, NULL), (27, 6, 'nicht an der Karosserie oder den Fahrzeugachsen scheuern', 1, NULL, NULL), (28, 6, 'nicht unter Spannung verbaut werden', 1, NULL, NULL), (29, 6, 'nicht von starken Rost befallen werden', 1, NULL, NULL), (30, 6, 'keine Vorbeschödigungen aufweisen', 1, NULL, NULL), (31, 6, 'nicht gequescht sein', 1, NULL, NULL), (32, 6, '<NAME>', 1, NULL, NULL), (33, 6, 'Keine Rostnarben', 1, NULL, NULL), (34, 7, 'Die Bördelbacken VAS 6056/6 sind für braune Bremsleitungen zu verwenden.', 0, NULL, NULL), (35, 7, 'Die Bördelbacken VAS 6056/6 sind für gelbe Bremsleitungen zu verwenden.', 0, NULL, NULL), (36, 7, 'Die Bördelbacken VAS 6056/6 sind für schwarze Bremsleitungen zu verwenden.', 1, NULL, NULL), (37, 7, 'Die Bördelbacken VAS 6056/6 sind für blaue Bremsleitungen zu verwenden.', 0, NULL, NULL), (38, 8, 'Bremsleitung vom Radbremszylinder abschrauben, die dabei auslaufende Bremsflüssigkeit auffangen und vorschriftsmäßig entsorgen', 1, NULL, NULL), (39, 8, 'Bremsleitung an geeigneter Stelle (gerades, freizugängiges Stück) mit dem Rohrabschneider durchtrennen', 1, NULL, NULL), (40, 8, 'Auszutauschendes Stück entfernen', 1, NULL, NULL), (41, 8, 'Bremsleitungsoberfläche entfetten', 1, NULL, NULL), (42, 8, 'Bremsleitung in der Gripzange so einklemmen, dass etwa 50 mm aus den Kunststoffbacken herausschauen', 1, NULL, NULL), (43, 9, 'Mit dem Schälwerkzeug wird die Beschichtung der Bremsleitung entfernt und auch entgratet.', 1, NULL, NULL), (44, 10, 'Gesamt: 224,79 EUR', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `questions` -- CREATE TABLE `questions` ( `id` bigint(20) UNSIGNED NOT NULL, `question` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `questions` -- INSERT INTO `questions` (`id`, `question`, `type`, `created_at`, `updated_at`) VALUES (1, 'Woran ist der Hochvoltkabelstrang im Kraftfahrzeug zu erkennen?', 'multiple_choice', NULL, NULL), (2, 'Eine defekte Glühlampe soll ersetzt werden. Worauf ist bei der Auswahl der Ersatzglühlampe unter anderem zu achten?', 'multiple_choice', NULL, NULL), (3, 'Welche Stromart entsteht in den Ständerwicklungen eines Drehstromgenerators?', 'multiple_choice', NULL, NULL), (4, 'Auf einem Kundenfahrzeug ist folgendes Rad montiert: Reifenbreite b = 205 mm, Felgendurchmesser d = 381 mm und Reifenhöhe h = 133,25 mm.', 'multiple_choice', NULL, NULL), (5, 'Welches Messgerät wird im Bild gezeigt?', 'multiple_choice', NULL, NULL), (6, 'Nennen Sie vier Punkte, die bei der Sichtprüfung und Montage von Bremsleitungen besonders zu beachten sind.', 'blanks_no_sequence', NULL, NULL), (7, 'Nennen Sie die Besonderheit des Sonderwerkzeugs VAS 6056/6.', 'dropdown', NULL, NULL), (8, 'Sie wollen das beschädigte Stück der Bremsleitung erneuern. Ermitteln Sie die erforderlichen Arbeitsschritte in der richtigen Reihenfolge, bevor Sie mit dem Schälwerkzeug arbeiten können.', 'blanks_sequence', NULL, NULL), (9, 'Nennen Sie die Aufgabe des Schälwerkzeugs.', 'textarea', NULL, NULL), (10, 'Erstellen Sie für die durchgeführten Arbeiten eine Kundenrechnung.', 'invoice', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `question_time` -- CREATE TABLE `question_time` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `starttime` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `endtime` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `totaltime` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `question_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `question_time` -- INSERT INTO `question_time` (`id`, `user_id`, `starttime`, `endtime`, `totaltime`, `question_id`, `created_at`, `updated_at`) VALUES (104, 9, '2022-02-21 22:57:39', '2022-02-21 22:57:41', NULL, 2, '2022-02-22 06:57:39', '2022-02-22 06:57:41'), (105, 9, '2022-02-21 22:57:41', NULL, NULL, 3, '2022-02-22 06:57:41', '2022-02-22 06:57:41'), (106, 9, '2022-02-23 20:31:51', NULL, NULL, 1, '2022-02-24 04:31:51', '2022-02-24 04:31:51'); -- -------------------------------------------------------- -- -- Table structure for table `student_exam` -- CREATE TABLE `student_exam` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `total_score` double(8,2) NOT NULL, `started_time` datetime NOT NULL, `end_time` datetime NOT NULL, `marked_correct_by_teacher` tinyint(1) NOT NULL DEFAULT 0, `marked_correct_at` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `student_exam` -- INSERT INTO `student_exam` (`id`, `user_id`, `total_score`, `started_time`, `end_time`, `marked_correct_by_teacher`, `marked_correct_at`, `created_at`, `updated_at`) VALUES (1, 2, 1.00, '2022-02-14 20:03:06', '2022-02-14 20:03:45', 0, NULL, '2022-02-15 04:03:45', '2022-02-15 04:03:45'), (2, 3, 0.00, '2022-02-15 21:31:20', '2022-02-15 21:47:09', 0, NULL, '2022-02-16 05:47:09', '2022-02-16 05:47:09'), (3, 3, 0.00, '2022-02-15 21:52:59', '2022-02-15 21:53:21', 0, NULL, '2022-02-16 05:53:21', '2022-02-16 05:53:21'), (4, 3, 0.00, '2022-02-15 21:55:29', '2022-02-15 21:58:50', 0, NULL, '2022-02-16 05:58:50', '2022-02-16 05:58:50'), (5, 3, 0.00, '2022-02-15 21:59:51', '2022-02-15 22:00:14', 0, NULL, '2022-02-16 06:00:14', '2022-02-16 06:00:14'), (6, 3, 0.00, '2022-02-15 21:59:51', '2022-02-15 22:00:33', 0, NULL, '2022-02-16 06:00:33', '2022-02-16 06:00:33'), (7, 3, 0.00, '2022-02-15 21:59:51', '2022-02-15 22:03:14', 0, NULL, '2022-02-16 06:03:14', '2022-02-16 06:03:14'), (8, 3, 0.00, '2022-02-15 21:59:51', '2022-02-15 22:03:54', 0, NULL, '2022-02-16 06:03:54', '2022-02-16 06:03:54'), (9, 3, 0.00, '2022-02-15 22:06:03', '2022-02-15 22:06:31', 0, NULL, '2022-02-16 06:06:31', '2022-02-16 06:06:31'), (10, 4, 2.00, '2022-02-15 22:07:40', '2022-02-15 22:07:58', 0, NULL, '2022-02-16 06:07:58', '2022-02-16 06:07:58'), (11, 5, 0.00, '2022-02-15 22:28:35', '2022-02-15 22:29:01', 0, NULL, '2022-02-16 06:29:01', '2022-02-16 06:29:01'), (12, 5, 1.00, '2022-02-15 22:38:18', '2022-02-15 22:38:43', 0, NULL, '2022-02-16 06:38:43', '2022-02-16 06:38:43'), (13, 8, 2.00, '2022-02-16 22:12:35', '2022-02-16 22:15:33', 0, NULL, '2022-02-17 06:15:33', '2022-02-17 18:08:20'), (14, 11, 1.00, '2022-02-19 16:08:32', '2022-02-19 16:08:51', 1, '2022-02-22 22:42:42', '2022-02-20 00:08:51', '2022-02-23 06:53:48'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `participant_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `name`, `email`, `participant_number`, `code`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES (1, 'Admin', '<EMAIL>', NULL, 'admin', NULL, '$2y$10$bOmlVaogkzg.WGnIGQ3hL.kXm77Hkp7gg3AbbVFH7bJDY0TIJzLVC', NULL, NULL, NULL), (9, 'asd', '<EMAIL>', 'asd', 'asd', NULL, '$2y$10$3/QZEnU0HT683Ce3uEhENOhIjnx0K.gYQmAXeJrjrmYeOwvGvHY7y', NULL, '2022-02-19 05:42:11', '2022-02-19 05:42:11'), (11, '12', '<EMAIL>', '12', '12', NULL, '$2y$10$xVfyVlT3xh5KSyMRyTiwn.xbC/yGRtdJUaOO422xHY2PRGOM7Dd6G', NULL, '2022-02-20 00:08:18', '2022-02-20 00:08:18'), (12, 'asd1', '<EMAIL>', 'asd1', 'asd1', NULL, '$2y$10$.VvIrIqxSVmvFcNcD0hY0OrmXEvNIkz1j8.46fcsCN94B7YX4Qbr.', NULL, '2022-02-20 23:10:14', '2022-02-20 23:10:14'), (14, 'Maglia', '<EMAIL>', NULL, '842003', NULL, '$2y$10$QxOO5HnfyOlTFLZShKuVz.8oZKfkTLuyXwGcH6f2Yp7cnqvWl1xf2', NULL, NULL, NULL), (15, 'sajid', '<EMAIL>', 'sajid', 'sajid', NULL, '$2y$10$r1JEksgBghHQkb5BEtePdOc4zvuIoU66nGuoiZSpO5fNO6wJFq0U2', NULL, '2022-02-23 06:00:28', '2022-02-23 06:00:28'); -- -- Indexes for dumped tables -- -- -- Indexes for table `create_digital_exam` -- ALTER TABLE `create_digital_exam` ADD PRIMARY KEY (`id`); -- -- Indexes for table `exam_attempts` -- ALTER TABLE `exam_attempts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `options` -- ALTER TABLE `options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indexes for table `questions` -- ALTER TABLE `questions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `question_time` -- ALTER TABLE `question_time` ADD PRIMARY KEY (`id`); -- -- Indexes for table `student_exam` -- ALTER TABLE `student_exam` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `users_email_unique` (`email`), ADD UNIQUE KEY `users_code_unique` (`code`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `create_digital_exam` -- ALTER TABLE `create_digital_exam` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `exam_attempts` -- ALTER TABLE `exam_attempts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `options` -- ALTER TABLE `options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `questions` -- ALTER TABLE `questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `question_time` -- ALTER TABLE `question_time` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=107; -- -- AUTO_INCREMENT for table `student_exam` -- ALTER TABLE `student_exam` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; COMMIT; /*!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 */;
<gh_stars>0 -- MySQL dump 10.13 Distrib 5.7.18, for Linux (x86_64) -- -- Host: localhost Database: YouPHPTube-Encoder -- ------------------------------------------------------ -- Server version 5.7.18-0ubuntu0.16.04.1 /*!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 utf8 */; /*!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 `formats` -- DROP TABLE IF EXISTS `formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `formats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `code` varchar(400) NOT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, `extension` varchar(5) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `formats` -- LOCK TABLES `formats` WRITE; /*!40000 ALTER TABLE `formats` DISABLE KEYS */; INSERT INTO `formats` VALUES (1,'MP4','ffmpeg -i {$pathFileName} -vf scale=1280:720 -vcodec h264 -acodec aac -strict -2 -y {$destinationFile}','2017-01-01 00:00:00',NULL,'mp4'),(2,'Webm','ffmpeg -i {$pathFileName} -vf scale=640:360 -f webm -c:v libvpx -b:v 1M -acodec libvorbis -y {$destinationFile}','2017-07-11 12:56:26','2017-07-11 12:56:26','webm'),(3,'MP3','ffmpeg -i {$pathFileName} -acodec libmp3lame -y {$destinationFile}','2017-01-01 00:00:00','2017-01-01 00:00:00','mp3'),(4,'OGG','ffmpeg -i {$pathFileName} -acodec libvorbis -y {$destinationFile}','2017-01-01 00:00:00','2017-01-01 00:00:00','ogg'),(5,'MP3 to Spectrum.MP4','ffmpeg -i {$pathFileName} -filter_complex \\\'[0:a]showwaves=s=858x480:mode=line,format=yuv420p[v]\\\' -map \\\'[v]\\\' -map 0:a -c:v libx264 -c:a copy {$destinationFile}','2017-01-01 00:00:00','2017-01-01 00:00:00','mp4'),(6,'Video.MP4 to Audio.MP3','ffmpeg -i {$pathFileName} -q:a 0 -map a {$destinationFile}','2017-01-01 00:00:00','2017-01-01 00:00:00','mp3'),(7,'Video to Spectrum','6-5-2','2017-01-01 00:00:00','2017-01-01 00:00:00','mp4'),(8,'Video to Audio','6-4','2017-01-01 00:00:00','2017-01-01 00:00:00','mp3'),(9,'Both Video','1-2','2017-01-01 00:00:00','2017-01-01 00:00:00','mp4'),(10,'Both Audio','3-4','2017-01-01 00:00:00','2017-01-01 00:00:00','mp3'); /*!40000 ALTER TABLE `formats` 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 2017-07-14 11:53:11
-- mysql -usomeUser -psomePass < 20200304T184700-create_tables.sql use lax_db; create table users ( token VARCHAR(60) PRIMARY KEY, email VARCHAR(60), display_name VARCHAR(40), password VARCHAR(60) ); create table channels ( channel_name VARCHAR(60) PRIMARY KEY, creator_token VARCHAR(60), num_messages INT ); create table messages ( msg_id INT AUTO_INCREMENT PRIMARY KEY, channel_name VARCHAR(60), reply_id INT, author_token VARCHAR(60), body TEXT ); create table read_counts ( token VARCHAR(60), channel_name VARCHAR(60), num_read INT, PRIMARY KEY (token, channel_name) );
CREATE OR REPLACE FUNCTION mt_user_u_pg1(i_id integer, i_name character varying, i_user character varying) RETURNS integer AS $BODY$ begin update mabotech.user set name = i_name, lastupdateon = now(), lastupdatedby = i_user where id = i_id; return 1; end; $BODY$ LANGUAGE plpgsql VOLATILE
<reponame>scaperex/My_Projects<gh_stars>0 /* Note that we perform left outer join on each part of stats as to make sure we get all stats on all treks No matter if specfic stat is zero (which can happen with number of recommendation for example) */ CREATE VIEW WarmUpView AS Select top 1000000 HikersStats.Trek, HikersStats.NumOfHikers, MsgsStats.NumOfForumMsgs, RecommendationStats.NumOfRecommendations FROM (SELECT * FROM Treks LEFT OUTER JOIN (SELECT Trek, COUNT(DISTINCT Hikes.Hiker) AS NumOfHikers FROM Hikes GROUP BY Trek) TableA ON TableA.Trek = Treks.Name) HikersStats , (SELECT * FROM Treks LEFT OUTER JOIN (SELECT Trek, COUNT(*) AS NumOfForumMsgs From ForumMessages FM, TreksPassingThroughCountry TC where FM.RelatedTo = TC.Country GROUP BY Trek) TableB ON TableB.Trek = Treks.Name) MsgsStats , (SELECT * FROM Treks LEFT OUTER JOIN (SELECT Trek,COUNT(*) as NumOfRecommendations FROM RecommendationsToHikes GROUP BY Trek) TableC ON TableC.Trek = Treks.Name) RecommendationStats WHERE HikersStats.Trek = MsgsStats.Trek AND MsgsStats.Trek = RecommendationStats.Trek ORDER BY HikersStats.NumOfHikers DESC;
------------------------------------------------------------------------------- -- -- Script: shared_pool_lru_stats.sql -- Purpose: to check the shared pool lru stats -- For: 8.0 and higher -- -- Copyright: (c) Ixora Pty Ltd -- Author: <NAME> -- ------------------------------------------------------------------------------- @save_sqlplus_settings column kghlurcr heading "RECURRENT|CHUNKS" column kghlutrn heading "TRANSIENT|CHUNKS" column kghlufsh heading "FLUSHED|CHUNKS" column kghluops heading "PINS AND|RELEASES" column kghlunfu heading "ORA-4031|ERRORS" column kghlunfs heading "LAST ERROR|SIZE" select kghlurcr, kghlutrn, kghlufsh, kghluops, kghlunfu, kghlunfs from sys.x_$kghlu where inst_id = userenv('Instance') / @restore_sqlplus_settings
<reponame>okauppinen/oskari-server -- update proper config for views UPDATE portti_view_bundle_seq set config = '{ "name": "MyPlacesImport", "sandbox": "sandbox", "flyoutClazz": "Oskari.mapframework.bundle.myplacesimport.Flyout", "maxFileSizeMb": 10 }' WHERE bundle_id = (SELECT id FROM portti_bundle WHERE name = 'myplacesimport'); -- update proper config for bundle UPDATE portti_bundle set config = '{ "name": "MyPlacesImport", "sandbox": "sandbox", "flyoutClazz": "Oskari.mapframework.bundle.myplacesimport.Flyout", "maxFileSizeMb": 10 }' WHERE name = 'myplacesimport';
/***************************************** Course: IMT 577 Instructor: <NAME> IT Session: 5 Date: 11/14/2021 Notes: Create dimension characters for IT Session 6 *****************************************/ USE DATABASE IMT577_ITSESSIONDW; --CREATE TABLE CREATE OR REPLACE TABLE Dim_Characters( DimCharacterID INT IDENTITY(1,1) CONSTRAINT PK_DimCharacterID PRIMARY KEY NOT NULL --Surrogate Key ,CharactersID INTEGER NOT NULL --Natural Key ,Name VARCHAR(255) NOT NULL ,HairColor VARCHAR(255) NOT NULL ,SkinColor VARCHAR(255) NOT NULL ,EyeColor VARCHAR(255) NOT NULL ,Gender VARCHAR(50) NOT NULL ,Homeworld VARCHAR(255) NOT NULL ,Species VARCHAR(255) NOT NULL );
<filename>src/main/resources/tpch/icarus/queries/q19.sql -- (Q19) Discounted Revenue Query -- tables: tpch_lineitem, tpch_part SELECT sum(l_extendedprice * (1 - l_discount)) AS revenue FROM tpch_lineitem, tpch_part WHERE ( p_partkey = l_partkey AND p_brand = 'Brand#12' AND (p_container = 'SM CASE' OR p_container = 'SM BOX' OR p_container = 'SM PACK' OR p_container = 'SM PKG') AND l_quantity >= 1 AND l_quantity <= 1 + 10 AND p_size >= 1 AND p_size >= 5 AND (l_shipmode = 'AIR' OR l_shipmode = 'AIR REG') AND l_shipinstruct = 'DELIVER IN PERSON' ) OR ( p_partkey = l_partkey AND p_brand = 'Brand#23' AND (p_container = 'MED BAG' OR p_container = 'MED BOX' OR p_container = 'MED PKG' OR p_container = 'MED PACK') AND l_quantity >= 10 AND l_quantity <= 10 + 10 AND p_size >= 1 AND p_size <= 10 AND (l_shipmode = 'AIR' OR l_shipmode = 'AIR REG') AND l_shipinstruct = 'DELIVER IN PERSON' ) OR ( p_partkey = l_partkey AND p_brand = 'Brand#34' AND (p_container = 'LG CASE' OR p_container = 'LG BOX' OR p_container = 'LG PACK' OR p_container = 'LG PKG') AND l_quantity >= 20 AND l_quantity <= 20 + 10 AND p_size >= 1 AND p_size <= 15 AND (l_shipmode = 'AIR' OR l_shipmode = 'AIR REG') AND l_shipinstruct = 'DELIVER IN PERSON' )
<gh_stars>1-10 CREATE TABLE `tags` ( `runID` bigint(20) NOT NULL, `tagname` varchar(500) NOT NULL, `tag` varchar(500) NOT NULL) CREATE TABLE `solverRun` ( `runID` bigint(20) NOT NULL, `runtime` bigint(20) NOT NULL) CREATE TABLE `startup` ( `runID` bigint(20) NOT NULL, `startTime` datetime NOT NULL) select * from startup, solverRun, finishup where finishup.runID = solverRun.runID and (finishup.endTime - startup.startTime) < 30 and solverRun.version = "618b5e79fdd8a15918e19fb76ca08aa069f14b54" and solverRun.runID = startup.runID; select * from tomerge.${DAT};" >> $FNAME; CREATE TABLE `timepassed` ( `runID` bigint(20) NOT NULL, `simplifications` bigint(20) NOT NULL, `conflicts` bigint(20) NOT NULL, `runtime` double NOT NULL, `name` varchar(200) NOT NULL, `elapsed` double NOT NULL, `timeout` int(20) DEFAULT NULL, `percenttimeremain` float DEFAULT NULL) create table `goodClauses` ( `runID` bigint(20) NOT NULL, `clauseID` bigint(20) NOT NULL, `numUsed` bigint(20) NOT NULL, `usedForTime` bigint(20) NOT NULL) CREATE TABLE `memused` ( `runID` bigint(20) NOT NULL, `simplifications` bigint(20) NOT NULL, `conflicts` bigint(20) NOT NULL, `runtime` double NOT NULL, `name` varchar(200) NOT NULL, `MB` int(20) NOT NULL) select * from restartDB; select * from timepassed where elapsed > 20 and name not like 'search'; select * from restart limit 1 CREATE TABLE `finishup` ( `runID` bigint(20) NOT NULL, `endTime` datetime NOT NULL, `status` varchar(255) NOT NULL)
<gh_stars>1-10 alter table short_url alter column modified_at drop not null;
-- phpMyAdmin SQL Dump -- version 4.8.2 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Aug 13, 2018 at 06:55 AM -- Server version: 10.1.34-MariaDB -- PHP Version: 7.2.7 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!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 */; -- -- Database: `db_ummi` -- -- -------------------------------------------------------- -- -- Table structure for table `mahasiswa` -- CREATE TABLE `mahasiswa` ( `id` int(11) NOT NULL, `nama` varchar(100) DEFAULT NULL, `nrp` char(9) DEFAULT NULL, `email` varchar(100) DEFAULT NULL, `jurusan` varchar(100) DEFAULT NULL, `gambar` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `mahasiswa` -- INSERT INTO `mahasiswa` (`id`, `nama`, `nrp`, `email`, `jurusan`, `gambar`) VALUES (2, 'Pocutrazha', '163051107', '<EMAIL>', 'Keperawatan', '2.jpg'), (5, '<NAME>', '163051101', '<EMAIL>', 'PGSD', '4.jpg'), (11, '<NAME>', '163051100', '<EMAIL>', 'PJKR', '1.png'), (12, '<NAME>', '163051110', '<EMAIL>', 'Teknik Informatika', '1.png'), (13, '<NAME>', '163051101', '<EMAIL>', 'PGPAUD', 'a.jpeg'), (16, 'Messi', '163051010', '<EMAIL>', 'PJKR', 'a.jpeg'), (17, 'Putri', '16305019', '<EMAIL>', 'Hukum', 'b.png'), (18, 'Dewi', '173051108', '<EMAIL>', 'SASING', 'b.png'), (19, '<NAME>', '163051102', '<EMAIL>', 'Kimia', 'a.jpeg'), (20, 'Gaping', '183051100', '<EMAIL>', 'PGSD', 'a.jpeg'), (21, 'Dewa', '153051101', '<EMAIL>', 'Teknik Sipil', 'a.jpeg'), (22, 'Supri', '163080801', '<EMAIL>', 'Ekonomi', 'a.jpeg'), (23, 'Habliansyah', '193051109', '<EMAIL>', 'ADBIS', 'a.jpeg'), (24, 'Siti', '17621340', '<EMAIL>', 'P MTK', 'b.png'), (25, 'Silvi', '173051102', '<EMAIL>', 'P Biologi', 'b.png'), (26, 'Jess No Limit', '143051100', '<EMAIL>', 'PTI', 'a.jpeg'), (27, 'Desi', '18345110', '<EMAIL>', 'Perpajakan', 'b.png'), (28, '<NAME>', '16308911', '<EMAIL>', 'Public Relations', 'a.jpeg'), (29, 'Vinti', '18543211', '<EMAIL>', 'ADPUB', 'b.png'), (30, 'Desti', '19732032', '<EMAIL>', 'ADBIS', 'b.png'), (31, 'Hesti', '19308912', '<EMAIL>', 'PBSI', 'b.png'); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id` int(11) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `user` -- INSERT INTO `user` (`id`, `username`, `password`) VALUES (6, 'robby', <PASSWORD>'); -- -- Indexes for dumped tables -- -- -- Indexes for table `mahasiswa` -- ALTER TABLE `mahasiswa` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `mahasiswa` -- ALTER TABLE `mahasiswa` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `user` -- ALTER TABLE `user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; COMMIT; /*!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 */;
<reponame>anjkrish2608/employee-tracker<gh_stars>0 USE employee_DB; INSERT INTO departmentTable(name) VALUES("IT"),("Accounting"),("Construction"); INSERT INTO roleTable(title,salary,department_id) VALUES("Head of IT",50000,1),("Head of Accounting",100000,2),("Head of Construction",70000,3); INSERT INTO employeeTable(first_name,last_name,role_id,manager_id) VALUES("Anjini","Krishnan", 1,0),("Sharmani","Krishnan",2,1),("Ben","Duregon",3,2); SELECT * FROM employeeTable; SELECT * FROM roleTable; SELECT * FROM departmentTable; UPDATE employeeTable SET first_name = 'Sarah' WHERE id = 4;
<reponame>MarkPryceMaherMSFT/Synapse if exists(select * from sys.procedures p inner join sys.schemas s on p.schema_id = s.schema_id where p.name like 'poly_into' and s.name = 'dbo') BEGIN DROP PROC [dbo].[poly_into] END go CREATE PROC [dbo].[poly_into] @tbname [varchar](200), -- Table we wish to load into @schema [varchar](200), -- schema we wish to load into @storageacc [varchar](200), -- External Data Source name ( example given below) https://docs.microsoft.com/en-us/sql/t-sql/statements/create-external-data-source-transact-sql?view=azure-sqldw-latest @datafolder [varchar](400), -- Path to the folders or file we want to import @fileformat [varchar](400), -- https://docs.microsoft.com/en-us/sql/t-sql/statements/create-external-file-format-transact-sql?view=azure-sqldw-latest @loaddata [int], -- Create External table / import the data (todo: just create external table) @truncate [int], -- Truncate the table we want to load into @strictDataTypes [int],-- strict data types -- use data types from table or just use varchar(4000) @removeExternalTable [int], -- Clean up remove the external table after the sucessful execution @externalTableSchema [varchar](200) -- schema where the external table will go AS BEGIN SET NOCOUNT ON /* This procedure is designed to make Polybase a bit easier to use. This proc creates an external table based on the shape of the table we want to import into. The Usage: exec [dbo].[poly_into] 'tablename','schema','MyAzureStorage','/path/path/file.csv','FormatCSV',1,0 @tbname [varchar](200), -- Table we wish to load into , i.e. 'sales' @schema [varchar](200), -- schema we wish to load into, i.e. 'dbo' @storageacc [varchar](200) External Data Source name i.e. 'MyAzureStorage' --https://docs.microsoft.com/en-us/sql/t-sql/statements/create-external-data-source-transact-sql?view=azure-sqldw-latest --CREATE EXTERNAL DATA SOURCE [MyAzureStorage] WITH (TYPE = HADOOP, LOCATION = N'wasbs://container@abc.blob.core.windows.net/', CREDENTIAL = [AzureStorageCredential]) @datafolder [varchar](400), -- Path to the folders or file we want to import, i.e. '/folder/folder/file.csv' or '/folder/' @fileformat [varchar](400), https://docs.microsoft.com/en-us/sql/t-sql/statements/create-external-file-format-transact-sql?view=azure-sqldw-latest @loaddata [int], -- Create External table / import the data (todo: just create external table) @truncate [int] -- Truncate the table we want to load into */ declare @folderpath [varchar](700) declare @procname varchar(200) declare @rcount bigint; set @procname = 'poly_into' declare @Rundate datetime2 set @Rundate = getdate() -- Insert statements for procedure here DECLARE @intColumnCount INT, @intProcessCount INT, @varColList VARCHAR(max) , @varFileColList VARCHAR(max) , @varFileColListwithDateTypes VARCHAR(max) , @varDestColList VARCHAR(max) , @varSQL VARCHAR(max), @varExtTableName VARCHAR(max), @colaname VARCHAR(max), @colanamereplace VARCHAR(max), @thiscol VARCHAR(max), @actualcol VARCHAR(max), @indent int SET @varColList = '' SET @varFileColList = '' SET @varFileColListwithDateTypes = ' ' SET @varDestColList = ' ' SET @colaname = '' SET @colanamereplace = '' set @actualcol = '' set @varExtTableName= '"ext_' + @tbname + '"' IF Object_id('tempdb.dbo.#tempColumnNames') IS NOT NULL BEGIN DROP TABLE #tempcolumnnames; END CREATE TABLE #tempcolumnnames ( intid INT, colname VARCHAR(512) , colaname VARCHAR(512) , actualcol VARCHAR(512) ) BEGIN INSERT INTO #tempcolumnnames select c.column_id, c.NAME + ' varchar(4000)' , c.NAME as colaname, '[' + c.NAME + '] ' + CASE WHEN c.system_type_id != c.user_type_id THEN '[' + SCHEMA_NAME(tp.[schema_id]) + '].[' + tp.name + ']' ELSE '[' + UPPER(tp.name) + ']' END + CASE WHEN tp.name IN ('varchar', 'char', 'varbinary', 'binary') THEN '(' + CASE WHEN c.max_length = -1 THEN 'MAX' ELSE CAST(c.max_length AS VARCHAR(5)) END + ')' WHEN tp.name IN ('nvarchar', 'nchar') THEN '(' + CASE WHEN c.max_length = -1 THEN 'MAX' ELSE CAST(c.max_length / 2 AS VARCHAR(5)) END + ')' WHEN tp.name IN ('datetime2', 'time2', 'datetimeoffset') THEN '(' + CAST(c.scale AS VARCHAR(5)) + ')' WHEN tp.name = 'decimal' THEN '(' + CAST(c.[precision] AS VARCHAR(5)) + ',' + CAST(c.scale AS VARCHAR(5)) + ')' ELSE '' END as columnss FROM sys.columns c WITH(NOLOCK) JOIN sys.types tp WITH(NOLOCK) ON c.user_type_id = tp.user_type_id inner join sys.tables t on t.object_id = c.object_id inner join sys.schemas s on s.schema_id = t.schema_id where t.name =@tbname and s.name = @schema select * from #tempcolumnnames SET @intProcessCount = 1 SET @intColumnCount = (SELECT Count(*) FROM #tempcolumnnames) WHILE ( @intProcessCount <= @intColumnCount ) BEGIN SELECT @thiscol = colaname FROM #tempcolumnnames WHERE intid = @intProcessCount SET @varFileColList = @varFileColList + ', ' + (SELECT colname FROM #tempcolumnnames WHERE intid = @intProcessCount) set @colaname = @colaname + ', ' + (SELECT colaname FROM #tempcolumnnames WHERE intid = @intProcessCount) set @actualcol = @actualcol + ', ' + (SELECT actualcol FROM #tempcolumnnames WHERE intid = @intProcessCount) SET @colanamereplace= @colanamereplace + ', case ' + @thiscol + ' WHEN ''NULL'' THEN NULL ELSE ' + @thiscol + ' END as ' + @thiscol + '' SET @intProcessCount +=1 END set @folderpath = @datafolder set @varFileColList = substring( @varFileColList,2, len(@varFileColList)) set @colaname = substring( @colaname,2, len(@colaname)) set @colanamereplace = substring( @colanamereplace,2, len(@colanamereplace)) set @actualcol = substring( @actualcol,2, len(@actualcol)) print @actualcol; if @strictDataTypes = 1 BEGIN set @varFileColList = @actualcol; END set @varSQL = ' if exists(select * from sys.tables t inner join sys.schemas s on s.schema_id = t.schema_id where t.name =''ext_'+ @tbname + ''' and s.name = ''ext'') begin drop external table ext.ext_'+ @tbname + ' end else begin print ''y'' end CREATE EXTERNAL TABLE [ext].[ext_' + @tbname + '] ( ' + @varFileColList + ' ) WITH ( DATA_SOURCE = [' + @storageacc + '], LOCATION = N'''+ @folderpath + ''', FILE_FORMAT = [' + @fileformat + '], REJECT_TYPE = VALUE, REJECT_VALUE = 99999); ' if @loaddata= 1 PRINT 'Create External table' print @varSQL EXEC(@varSQL) END PRINT @colanamereplace if @loaddata= 1 or @loaddata = 2 BEGIN PRINT 'Do polybase load' select @indent = count(*) from sys.tables t join sys.schemas s on (s.schema_id = t.schema_id) join sys.identity_columns ic on (ic.object_id = t.object_id) where t.name = @tbname and s.name = @schema set @varSQL = '' if @truncate = 1 BEGIN set @varSQL = @varSQL + 'TRUNCATE TABLE [' + @schema + '].[' + @tbname + ']; ' END if @indent > 0 BEGIN set @varSQL = @varSQL + ' set IDENTITY_INSERT [' + @schema + '].[' + @tbname + '] on; ' END set @varSQL = @varSQL + ' INSERT INTO [' + @schema + '].[' + @tbname + '] (' + @colaname + ') SELECT ' + @colanamereplace + ' FROM [EXT].[EXT_' + @tbname + '] ' if @indent > 0 BEGIN set @varSQL = @varSQL + ' set IDENTITY_INSERT [' + @schema + '].[' + @tbname + '] OFF; ' END /* if @truncate = 1 BEGIN set @varSQL = @varSQL + 'TRUNCATE TABLE [' + @schema + '].[' + @tbname + ']; ' END */ print @varSQL print '-----' EXEC(@varSQL) set @rundate = getdate() declare @ssql varchar(4000) set @ssql= '' if @removeExternalTable = 1 BEGIN print 'Removing External table' set @ssql = ' if exists(select * from sys.tables t inner join sys.schemas s on s.schema_id = t.schema_id where t.name =''ext_'+ @tbname + ''' and s.name = ''ext'') begin drop external table ext.ext_'+ @tbname + ' end else begin print ''y'' end' print @ssql EXEC(@ssql) END end end
<reponame>tconbeer/dbt-utils {% set prefix_with = "prefix_" if target.type != "snowflake" else "PREFIX_" %} {% set suffix_with = "_suffix" if target.type != "snowflake" else "_SUFFIX" %} with data as ( select {{ dbt_utils.star( from=ref("data_star"), prefix=prefix_with, suffix=suffix_with ) }} from {{ ref("data_star") }} ) select * from data
use mysql; select host, user from user; -- 因为mysql版本是5.6,因此新建用户为如下命令: --create user legendshop_sr1 identified by 'legendshop_sr1123'; -- 将docker_mysql数据库的权限授权给创建的docker用户,密码为<PASSWORD>: --grant all on legendshop_dev.* to legendshop_sr1@'%' identified by 'legendshop_sr1123' with grant option; -- 这一条命令一定要有: grant all PRIVILEGES on *.* to root@'%' WITH GRANT OPTION; flush privileges;
alter table test_event drop column acknowledged; create table test_event_acknowledgement ( acknowledgement_id int primary key, test_event_id int not null references test_event, acknowledgement_date timestamp ); create index acknowledegment_test_event_idx on test_event_acknowledgement(test_event_id);
{% macro get_incremental_manifest_status(incremental_manifest_table, models_in_run) -%} {% if not execute %} {{ return(['', '', '', '']) }} {% endif %} {% set last_success_query %} select min(last_success) as min_last_success, max(last_success) as max_last_success, coalesce(count(*), 0) as models from {{ incremental_manifest_table }} where model in ({{ snowplow_utils.print_list(models_in_run) }}) {% endset %} {% set results = run_query(last_success_query) %} {% if execute %} {% set min_last_success = results.columns[0].values()[0] %} {% set max_last_success = results.columns[1].values()[0] %} {% set models_matched_from_manifest = results.columns[2].values()[0] %} {% set has_matched_all_models = true if models_matched_from_manifest == models_in_run|length else false %} {% endif %} {{ return([min_last_success, max_last_success, models_matched_from_manifest, has_matched_all_models]) }} {%- endmacro %} {# Prints the run limits for the run to the console #} {% macro print_run_limits(run_limits_relation) -%} {% set run_limits_query %} select lower_limit, upper_limit from {{ run_limits_relation }} {% endset %} {# Derive limits from manifest instead of selecting from limits table since run_query executes during 2nd parse the limits table is yet to be updated. #} {% set results = run_query(run_limits_query) %} {% if execute %} {% set lower_limit = snowplow_utils.tstamp_to_str(results.columns[0].values()[0]) %} {% set upper_limit = snowplow_utils.tstamp_to_str(results.columns[1].values()[0]) %} {% set run_limits_message = "Snowplow: Processing data between " + lower_limit + " and " + upper_limit %} {% do snowplow_utils.log_message(run_limits_message) %} {% endif %} {%- endmacro %}
INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('noun', '名詞', '名词', '名詞', '2016-10-03 23:22:35', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('verb', '動詞', '动词', '動詞', '2016-10-03 23:23:36', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('adjective', '形容詞', '形容词', '形容詞', '2016-10-03 23:23:37', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('adverb', '副詞', '副词', '副詞', '2016-10-03 23:23:37', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('preposition', '前置詞', '前置词', '前置詞', '2016-10-03 23:23:37', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('pronoun', '代名詞', '代名词', '代名詞', '2016-10-03 23:23:37', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('conjunction', '連接詞', '连接词', '接続詞', '2016-10-03 23:23:37', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('interjection', '感嘆詞', '感叹词', '間投詞', '2016-10-03 23:23:37', 0); INSERT INTO wordcollocation.pos (Entry, EntryZht, EntryZhs, EntryJap, RowVersion, CanDel) VALUES ('phrase', '片語', '片语', '語句', '2016-10-03 23:23:37', 0);
<gh_stars>1-10 insert into sline_article_attr values('1','0','','线路攻略','','0','0','','','','1'); insert into sline_article_attr values('2','0','','酒店攻略','','0','0','','','','1'); insert into sline_article_attr values('3','0','','租车攻略','','0','0','','','','1'); insert into sline_article_attr values('4','0','','景点攻略','','1','0','','','','1'); insert into sline_article_attr values('5','0','','团购攻略','','0','0','','','','1'); insert into sline_article_attr values('6','0','','签证攻略','','0','0','','','','1'); insert into sline_article_attr values('7','6','','签证常见问题','','0','0','','','','1'); insert into sline_article_attr values('8','6','','签证新闻动态','','0','0','','','','1'); insert into sline_article_attr values('9','6','','签证办理流程','','0','0','','','','1'); insert into sline_article_attr values('11','0','','门票价格','','1','4','','','','0'); insert into sline_article_attr values('12','0','','攻略','','1','0','','','','0'); insert into sline_article_attr values('13','0','','旅游地图','','1','12','','','','0'); insert into sline_article_attr values('14','0','','美食购物','','1','12','','','','0');
DROP VIEW IF EXISTS thr_report_monthly CASCADE; CREATE VIEW thr_report_monthly AS SELECT "awc_location_months"."awc_id" AS "awc_id", "awc_location_months"."awc_name" AS "awc_name", "awc_location_months"."awc_site_code" AS "awc_site_code", "awc_location_months"."supervisor_id" AS "supervisor_id", "awc_location_months"."supervisor_name" AS "supervisor_name", "awc_location_months"."supervisor_site_code" AS "supervisor_site_code", "awc_location_months"."block_id" AS "block_id", "awc_location_months"."block_name" AS "block_name", "awc_location_months"."block_site_code" AS "block_site_code", "awc_location_months"."district_id" AS "district_id", "awc_location_months"."district_name" AS "district_name", "awc_location_months"."district_site_code" AS "district_site_code", "awc_location_months"."state_id" AS "state_id", "awc_location_months"."state_name" AS "state_name", "awc_location_months"."state_site_code" AS "state_site_code", "awc_location_months"."block_map_location_name" AS "block_map_location_name", "awc_location_months"."district_map_location_name" AS "district_map_location_name", "awc_location_months"."state_map_location_name" AS "state_map_location_name", "awc_location_months"."aww_name" AS "aww_name", "awc_location_months"."contact_phone_number" AS "contact_phone_number", "awc_location_months"."aggregation_level" AS "aggregation_level", COALESCE(agg_awc.thr_distribution_image_count,0) as thr_distribution_image_count, agg_awc.is_launched, agg_awc.month as month, COALESCE(agg_awc.thr_rations_21_plus_distributed_child,0) + COALESCE(agg_awc.num_mother_thr_21_days,0) as thr_given_21_days, COALESCE(agg_awc.thr_eligible_child,0) + COALESCE (agg_awc.num_mother_thr_eligible,0) as total_thr_candidates FROM "public"."awc_location_months_local" "awc_location_months" LEFT join agg_awc on ( ("awc_location_months"."month" = "agg_awc"."month") AND ("agg_awc"."state_id" = "awc_location_months"."state_id") AND ("agg_awc"."district_id" = "awc_location_months"."district_id") AND ("agg_awc"."block_id" = "awc_location_months"."block_id") AND ("agg_awc"."supervisor_id" = "awc_location_months"."supervisor_id") AND ("agg_awc"."aggregation_level" = "awc_location_months"."aggregation_level") AND ("agg_awc"."awc_id" = "awc_location_months"."awc_id") );
<reponame>GuilhermeVieira/mac0350-database \c acc_peo; -------------------------------------------------------------------------------- -- Create Group -------------------------------------------------------------------------------- CREATE OR REPLACE FUNCTION relaciona_usuario_pessoa (IN us_email email, INOUT pe_nusp int) RETURNS int AS $$ INSERT INTO b24_REL_US_PE(us_email, pe_nusp) VALUES ($1, $2) RETURNING pe_nusp $$ LANGUAGE sql SECURITY DEFINER SET search_path FROM CURRENT; -------------------------------------------------------------------------------- -- Update Group -------------------------------------------------------------------------------- CREATE OR REPLACE FUNCTION atualiza_rel_us_pe_email (INOUT us_email email, INOUT pe_nusp int) RETURNS SETOF RECORD AS $$ UPDATE b24_REL_US_PE SET us_email = $1 WHERE pe_nusp = $2 RETURNING us_email, pe_nusp $$ LANGUAGE sql SECURITY DEFINER SET search_path FROM CURRENT; -------------------------------------------------------------------------------- -- Delete Group -------------------------------------------------------------------------------- CREATE OR REPLACE FUNCTION remove_rel_us_pe (INOUT pe_nusp int) RETURNS int AS $$ DELETE FROM b24_REL_US_PE WHERE pe_nusp = $1 RETURNING pe_nusp $$ LANGUAGE sql SECURITY DEFINER SET search_path FROM CURRENT; -------------------------------------------------------------------------------- -- Retrieval Group -------------------------------------------------------------------------------- CREATE OR REPLACE FUNCTION verifica_email_existe (IN us_email email) RETURNS boolean AS $$ SELECT EXISTS(SELECT * FROM b24_REL_US_PE WHERE us_email = $1) $$ LANGUAGE sql SECURITY DEFINER SET search_path FROM CURRENT; CREATE OR REPLACE FUNCTION recupera_nusp_rel_us_pe (IN us_email email, OUT pe_nusp int) RETURNS int AS $$ SELECT pe_nusp FROM b24_REL_US_PE WHERE us_email = $1 $$ LANGUAGE sql SECURITY DEFINER SET search_path FROM CURRENT;
<gh_stars>0 /* Navicat Premium Data Transfer Source Server : gcloud Source Server Type : MySQL Source Server Version : 50725 Source Host : 192.168.3.11:3306 Source Schema : db_pandaisikek Target Server Type : MySQL Target Server Version : 50725 File Encoding : 65001 Date: 06/10/2020 10:03:03 */ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for admin_web -- ---------------------------- DROP TABLE IF EXISTS `admin_web`; CREATE TABLE `admin_web` ( `id_admin` int(3) NOT NULL AUTO_INCREMENT, `username` varchar(15) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `password` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `nama` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `telepon` varchar(12) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `jabatan` varchar(10) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, PRIMARY KEY (`id_admin`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 23 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of admin_web -- ---------------------------- INSERT INTO `admin_web` VALUES (22, 'ummi', '21232f297a57a5a743894a0e4a801fc3', 'ummi', '087876543342', 'Admin'); -- ---------------------------- -- Table structure for categories -- ---------------------------- DROP TABLE IF EXISTS `categories`; CREATE TABLE `categories` ( `id_kategori` int(4) NOT NULL AUTO_INCREMENT, `nama` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `status` bit(1) NOT NULL, PRIMARY KEY (`id_kategori`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 66 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of categories -- ---------------------------- INSERT INTO `categories` VALUES (44, 'Solahart', b'1'); INSERT INTO `categories` VALUES (45, 'Wika Swh', b'1'); INSERT INTO `categories` VALUES (46, 'Ariston', b'1'); INSERT INTO `categories` VALUES (47, 'Envirosun', b'0'); INSERT INTO `categories` VALUES (49, 'Honeywell', b'0'); INSERT INTO `categories` VALUES (50, 'Sepatu', b'1'); INSERT INTO `categories` VALUES (51, 'Tas', b'1'); INSERT INTO `categories` VALUES (52, 'T-Shirt', b'1'); INSERT INTO `categories` VALUES (53, 'Software', b'0'); -- ---------------------------- -- Table structure for daftar_order -- ---------------------------- DROP TABLE IF EXISTS `daftar_order`; CREATE TABLE `daftar_order` ( `kode_order` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `tanggal_order` date NOT NULL, `jam_order` time(0) NOT NULL, `orders_info` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `status` varchar(5) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, INDEX `kode_order`(`kode_order`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of daftar_order -- ---------------------------- INSERT INTO `daftar_order` VALUES ('20150426105259', '2015-04-26', '10:53:41', '<table cellspacing=0 cellpadding=0 id=\"tbcheckout\"><tr><td><b>NO</td>\r\n <td><b>Kode Barang</td>\r\n <td><b>Nama </td>\r\n\r\n <td><b>Harga</b></td>\r\n <td><b>Jumlah Beli</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>BR140</td><td>Negeri Partai</td><td>Rp. 95.000,-</td><td>1[Items]</td><td>Rp. 95.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">TOTAL BAYAR</td><td>Rp. 95.000,-</td></tr></table><br>', 'NEW'); INSERT INTO `daftar_order` VALUES ('20150607125422', '2015-06-07', '01:02:58', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Kode Barang</td>\r\n <td><b>Nama </td>\r\n\r\n <td><b>Harga</b></td>\r\n <td><b>Jumlah Beli</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>BR128</td><td>Politikus</td><td>Rp. 95.000,-</td><td>1[Items]</td><td>Rp. 95.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">TOTAL BAYAR</td><td>Rp. 95.000,-</td></tr></table><br>', 'NEW'); INSERT INTO `daftar_order` VALUES ('20160727111938', '2016-07-27', '11:19:54', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Kode Barang</td>\r\n <td><b>Nama </td>\r\n\r\n <td><b>Harga</b></td>\r\n <td><b>Jumlah Beli</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>BR140</td><td>HP ProLiant ML310e Gen9</td><td>Rp. 15.900.000,-</td><td>1[Items]</td><td>Rp. 15.900.000,-</td></tr><tr><td>2.</td><td>BR141</td><td>LENOVO IdeaCentre All in </td><td>Rp. 9.000.000,-</td><td>2[Items]</td><td>Rp. 18.000.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">TOTAL BAYAR</td><td>Rp. 33.900.000,-</td></tr></table><br>', 'NEW'); INSERT INTO `daftar_order` VALUES ('SMI20150808113553', '2015-08-08', '11:36:37', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Product ID</td>\r\n <td><b>Product Name</td>\r\n\r\n <td><b>Price</b></td>\r\n <td><b>Quantity</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>SMI138</td><td>HP Notebook 14-r103TX - B</td><td>Rp. 6.074.000,-</td><td>1[Items]</td><td>Rp. 6.074.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">Total Payment</td><td>Rp. 6.074.000,-</td></tr></table><br>', 'LUNAS'); INSERT INTO `daftar_order` VALUES ('SMI20151121041917', '2015-11-21', '04:19:43', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Product ID</td>\r\n <td><b>Product Name</td>\r\n\r\n <td><b>Price</b></td>\r\n <td><b>Quantity</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>SMI138</td><td>HP Notebook 14-r103TX - B</td><td>Rp. 6.074.000,-</td><td>4[Items]</td><td>Rp. 24.296.000,-</td></tr><tr><td>2.</td><td>SMI144</td><td>Tumbler</td><td>Rp. 330.000,-</td><td>1[Items]</td><td>Rp. 330.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">Total Payment</td><td>Rp. 24.626.000,-</td></tr></table><br>', 'LUNAS'); INSERT INTO `daftar_order` VALUES ('SMI20150808113553', '2015-08-08', '11:36:37', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Product ID</td>\r\n <td><b>Product Name</td>\r\n\r\n <td><b>Price</b></td>\r\n <td><b>Quantity</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>SMI138</td><td>HP Notebook 14-r103TX - B</td><td>Rp. 6.074.000,-</td><td>1[Items]</td><td>Rp. 6.074.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">Total Payment</td><td>Rp. 6.074.000,-</td></tr></table><br>', 'LUNAS'); INSERT INTO `daftar_order` VALUES ('SMI20151121041917', '2015-11-21', '04:19:43', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Product ID</td>\r\n <td><b>Product Name</td>\r\n\r\n <td><b>Price</b></td>\r\n <td><b>Quantity</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>SMI138</td><td>HP Notebook 14-r103TX - B</td><td>Rp. 6.074.000,-</td><td>4[Items]</td><td>Rp. 24.296.000,-</td></tr><tr><td>2.</td><td>SMI144</td><td>Tumbler</td><td>Rp. 330.000,-</td><td>1[Items]</td><td>Rp. 330.000,-</td></tr><tr><td colspan=\"5\" class=\"num\">Total Payment</td><td>Rp. 24.626.000,-</td></tr></table><br>', 'LUNAS'); INSERT INTO `daftar_order` VALUES ('20161109014950', '2016-11-09', '01:50:13', '<table cellspacing=0 cellpadding=0 id=\"checkout_last\"><tr><td><b>NO</td>\r\n <td><b>Kode Barang</td>\r\n <td><b>Nama </td>\r\n\r\n <td><b>Harga</b></td>\r\n <td><b>Jumlah Beli</b></td>\r\n <td><b>Subtotal</b></td>\r\n\r\n </tr><tr><td>1.</td><td>BR138</td><td>HP Notebook 14-r103TX - B</td><td>Rp. 6.074.000,-</td><td>1[Items]</td><td>Rp. 6.074.000,-</td></tr><tr><td>2.</td><td>BR137</td><td>HP ProLiant DL120G9-424</td><td>Rp. 22.051.700,-</td><td>1[Items]</td><td>Rp. 22.051.700,-</td></tr><tr><td colspan=\"5\" class=\"num\">TOTAL BAYAR</td><td>Rp. 28.125.700,-</td></tr></table><br>', 'NEW'); -- ---------------------------- -- Table structure for keys -- ---------------------------- DROP TABLE IF EXISTS `keys`; CREATE TABLE `keys` ( `id` int(11) NOT NULL AUTO_INCREMENT, `key` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `level` int(2) NOT NULL, `ignore_limits` tinyint(1) NOT NULL DEFAULT 0, `is_private_key` tinyint(1) NOT NULL DEFAULT 0, `ip_addresses` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, `date_created` int(11) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of keys -- ---------------------------- INSERT INTO `keys` VALUES (1, '<KEY>', 1, 0, 0, NULL, 1); -- ---------------------------- -- Table structure for konfirmasi -- ---------------------------- DROP TABLE IF EXISTS `konfirmasi`; CREATE TABLE `konfirmasi` ( `kode_order` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `tanggal` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `nama_pemilik` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `nama_bank` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `jumlah_transfer` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `alamat_kirim` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, PRIMARY KEY (`kode_order`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Table structure for news -- ---------------------------- DROP TABLE IF EXISTS `news`; CREATE TABLE `news` ( `id` int(11) NOT NULL AUTO_INCREMENT, `judul` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `tanggal` datetime(0) NOT NULL, `author` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `isi` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `kategori` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `views` int(11) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 43 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of news -- ---------------------------- INSERT INTO `news` VALUES (35, 'CARA BELANJA', '2014-01-03 11:22:00', 'admin', '<p style=\"text-align:justify\">Berikut adalah prosedur belanja di toko kami, mohon dibaca dengan teliti dan jelas, sehingga tidak ada pihak yang merasa dirugikan karena tidak faham dengan prosedur yang ada, dan apabila ada ketentuan yang kurang jelas, bisa ditanyakan langsung ke customer service kami,,</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">1.Silahkan pilih barang yang anda butuhkan, anda bisa menemukan barang yang anda maksud dengan mengklik menu daftar barang, atau mencari berdasarkan kategori atau berdasarkan nama pada kolom cari yang sudah disediakan.</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">2.Jika barang yang anda maksud sudah ditemukan, silahkan anda menentukan pilihan, apakah langsung menambahkan ke dalam keranjang belanja, atau melihat detail dari barang tersebut, dimana didalam detail akan diapaprkan deskripsi barang, mulai dari stok yang tersedia, jenis barang, bahan dasar, serta penjelasan secara lebih rinci.</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">3.Jika sudah yakin dengan pilihan anda, silahkan klik menu keranjang untuk melihat detail belanja anda, jika anda ingin menambah jumlah item barang yang anda maksud silahkan ubah angka yang ada di texbox dengan jumlah yang anda inginkan dan kemudian klik button update untuk memperbaharui data belanjaan anda, dengan catatan tidak melebihi stok yang ada.</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">4.Jika anda masih ingin belanja barang yang lain anda bisa mengklik button lanjutkan belanja, atau jika sudah yakin dan tidak ingin berbelanja lagi, silahkan klik button selesai belanja untuk proses pengisian data anda.</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">5.Silahkan isi data lengkap anda sesuai dengan yang diminta, dan jika sudah yakin data anda benar, silahkan klik button krirm untuk melanjutkan pesanan anda ke customer service kami, dan disaat bersamaan juga anda akan mendapatkan feedback dari kami berupa detail keseluruhan belanja beserta kode transaksi anda, silahkan catat kode transaksi yang diberikan oleh pihak kami, dan &nbsp;kode ini penting untuk memproses transaksi anda selanjutnya.</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">6.Setelah anda melakukan transfer sesuai jumlah yang ditentukan dan kemudian mengkonfirmasi pembayaran anda ke pada pihak kami, lengkap dengan bukti transfer yang anda miliki, bukti yang otentik yang kami minta adalah capture dari bukti pembayaran anda ke rekening kami, baik melalui sms banking, ATM, internet banking atau bentuk lainnya.</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">7.Barang yang anda minta akan segera kami proses 1x24 jam setelah anda mengikuti semua prosedur yang kami minta, jika dalam waktu 3x 24 jam anda tidak melakukan konfirmasi pembayaran, pesanan anda kami anggap dibatalkan,</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">Dengan membaca ketentuan ini diharapkan anda sudah faham dan menyetujui ketentuan yang telah kami terapkan, terima kasih</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\">Salam Hormat Kami</p>\r\n\r\n<p style=\"text-align:justify\">&nbsp;</p>\r\n\r\n<p style=\"text-align:justify\"><strong>PAHMI RITONGA</strong></p>\r\n', 'Tips', 556); -- ---------------------------- -- Table structure for pembeli -- ---------------------------- DROP TABLE IF EXISTS `pembeli`; CREATE TABLE `pembeli` ( `kode_order` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `nama_pembeli` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `email_pembeli` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `telepon_pembeli` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `alamat_pembeli` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, PRIMARY KEY (`kode_order`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Table structure for produk -- ---------------------------- DROP TABLE IF EXISTS `produk`; CREATE TABLE `produk` ( `id_produk` int(5) NOT NULL AUTO_INCREMENT, `category` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `nama_produk` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `deskripsi` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `harga` double NOT NULL, `img_path` varchar(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `stok` varchar(3) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `views` int(11) NOT NULL, PRIMARY KEY (`id_produk`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 144 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of produk -- ---------------------------- INSERT INTO `produk` VALUES (129, 'Microsoft', 'Songket 1', '<p>Microsoft Windows Server Standart 2012 x64 ENG 1pk DSP OEI DVD 2CPU/2VM</p>\r\n', 11663750, 'assets/products/stelan/stelan1.jpg', '35', 91); INSERT INTO `produk` VALUES (130, 'Polycom', 'Songket 2', '<p>Layar<br />\r\n132 x 65 pixel backlit graphical LCD<br />\r\nKeypad<br />\r\n12-key telephone keypad<br />\r\nConnection<br />\r\nFour foot cable with standard 2.5mm headset plugs<br />\r\nLoudspeaker<br />\r\nFrequency response: 300 to 3300 Hz &nbsp;<br />\r\nVolume: adjustable to 94 dBA SPL (peak) volume at 0.5 meters<br />\r\nPower Requirement<br />\r\n110V 60Hz AC / 220V 50 Hz AC<br />\r\nLain-Lain<br />\r\n&nbsp;Wireless Capability:<br />\r\nWireless protocol &ndash; 2.4 GHz WDCT Digital Spread Spectrum with Frequency Hopping &nbsp;<br />\r\nSignal range &ndash; 150 feet from base station<br />\r\nDimensi<br />\r\n14.5 x 12.25 x 2.5 in (L x W x H)<br />\r\nBerat<br />\r\n1.90 lb. (0.86 kg) (without battery)</p>\r\n', 15849370, 'assets/products/stelan/stelan2.jpg', '35', 334); INSERT INTO `produk` VALUES (131, 'Nas Storage', 'SYNOLOGY DiskStation [DS1', '<p>Tipe Prosesor&nbsp;&nbsp; &nbsp;<br />\r\nMARVELL Armada 375 88F6720 Dual Core 800 MHz &nbsp;<br />\r\n&nbsp;<br />\r\nMemori Standar&nbsp;&nbsp; &nbsp;512MB DDR3&nbsp;<br />\r\nAntarmuka / Interface&nbsp;&nbsp; &nbsp;<br />\r\n1 x USB 2.0 Port &nbsp;<br />\r\n1 x USB 3.0 Port &nbsp;<br />\r\n1 x eSATA &nbsp;<br />\r\n&nbsp;<br />\r\nBays Provided&nbsp;&nbsp; &nbsp;<br />\r\n1 x 3.5&quot;/2.5&quot; SATA (with optional 2.5&quot; Disk Holder)<br />\r\nMax Capacity : 6TB &nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\nSistem Pendinginan&nbsp;&nbsp; &nbsp;60 mm X 60 mm (1pcs)&nbsp;<br />\r\nJaringan&nbsp;&nbsp; &nbsp;Gigabit NIC&nbsp;<br />\r\nChassis&nbsp;&nbsp; &nbsp;Mini Tower&nbsp;<br />\r\nPower Supply&nbsp;&nbsp; &nbsp;36W&nbsp;<br />\r\nDimensi&nbsp;&nbsp; &nbsp;71mm X 224mm x 166mm (W x D x H)&nbsp;<br />\r\nBerat&nbsp;&nbsp; &nbsp;0.7 kg&nbsp;</p>\r\n', 3929200, '', '35', 86); INSERT INTO `produk` VALUES (132, 'Printer', 'Songket 3 ', '<p>Platform&nbsp;&nbsp; &nbsp;Multifunction&nbsp;<br />\r\nMetode Cetak&nbsp;&nbsp; &nbsp;Thermal&nbsp;<br />\r\nTeknologi Cetak&nbsp;&nbsp; &nbsp;HP Thermal Inkjet&nbsp;<br />\r\nMaks. Besaran Kertas&nbsp;&nbsp; &nbsp;A4&nbsp;<br />\r\nMaks. Resolusi&nbsp;&nbsp; &nbsp;4800&nbsp;<br />\r\nEffective Print Resolution&nbsp;&nbsp; &nbsp;4800 x 1200 dpi&nbsp;<br />\r\nKecepatan Cetak B/W&nbsp;&nbsp; &nbsp;20 ppm&nbsp;<br />\r\nKecepatan Cetak Warna&nbsp;&nbsp; &nbsp;16 ppm ppm&nbsp;<br />\r\nMonthly Usage Volume&nbsp;&nbsp; &nbsp;Up to 1000 pages&nbsp;<br />\r\nKonektivitas&nbsp;&nbsp; &nbsp;USB, Wireless&nbsp;<br />\r\nKesesuaian Sistem Operasi&nbsp;&nbsp; &nbsp;Windows 8, Windows 7, Windows Vista, Windows XP SP3 or higher (32-bit only); Mac OS X v10.6, Lion, Mountain Lion&nbsp;<br />\r\nMemori Standar&nbsp;&nbsp; &nbsp;Integrated&nbsp;<br />\r\nInput Tray #1&nbsp;&nbsp; &nbsp;60-sheet input tray&nbsp;<br />\r\nInput Tray #2&nbsp;&nbsp; &nbsp;25-sheet output tray&nbsp;<br />\r\nCompatible Media Sizes&nbsp;&nbsp; &nbsp;<br />\r\nA4; B5; A5; A6; DL envelope &nbsp;<br />\r\nLetter; legal; 4 x 6 in; 5 x 7 in; 8 x 10 in; No. 10 envelopes &nbsp;<br />\r\n&nbsp;<br />\r\nDuplex Printing&nbsp;&nbsp; &nbsp;Manual&nbsp;<br />\r\nCopier Function&nbsp;&nbsp; &nbsp;<br />\r\nSpeed<br />\r\nBlack: Up to 4.5 cpm (draft, A4); Up to 4.5 cpm (laser-comparable) &nbsp;<br />\r\nColour: Up to 3 cpm (draft, A4); Up to 3 cpm (laser-comparable) &nbsp;<br />\r\n&nbsp;<br />\r\nResolution<br />\r\nBlack (text and graphics): Up to 600 x 300 dpi; &nbsp;<br />\r\nColour (text and graphics): Up to 600 x 300 dpi &nbsp;<br />\r\n&nbsp;<br />\r\nMax copies : Up to 9 copies &nbsp;<br />\r\n&nbsp;<br />\r\nScanner Function&nbsp;&nbsp; &nbsp;<br />\r\nScanner type : Flatbed &nbsp;<br />\r\nScan file format : JPEG, TIFF, PDF, BMP, PNG &nbsp;<br />\r\nScan resolution, optical : Up to 1200 dpi &nbsp;<br />\r\nBit depth : 24-bit &nbsp;<br />\r\nScan size (flatbed), maximum : 216 x 297 mm &nbsp;<br />\r\n&nbsp;<br />\r\nPower Consumption&nbsp;&nbsp; &nbsp;10 watts maximum, 10 watts (Active), 0.2 watts (Off), 2.0 watts (Standby),0.9 watt (Sleep)&nbsp;<br />\r\nDimensi&nbsp;&nbsp; &nbsp;(W x D x H) : 425 x 306 x 157 mm&nbsp;<br />\r\nBerat&nbsp;&nbsp; &nbsp;3.60 kg (7.94 lb)&nbsp;<br />\r\nConsumables&nbsp;&nbsp; &nbsp;<br />\r\nHP 678 Black Original Ink Advantage Cartridge (CZ107AA) &nbsp;<br />\r\nHP 678 Tri-color Original Ink Advantage Cartridge (CZ108AA) &nbsp;</p>\r\n', 950000, 'assets/products/stelan/stelan3.jpg', '35', 111); INSERT INTO `produk` VALUES (133, 'UPS', 'Songket4', '<p>Form Factor&nbsp;&nbsp; &nbsp;Tower&nbsp;<br />\r\nDaya Keluar&nbsp;&nbsp; &nbsp;1200VA / 720W&nbsp;<br />\r\nVoltase Masuk&nbsp;&nbsp; &nbsp;<br />\r\nNominal Input Voltage 230V &nbsp;<br />\r\nInput voltage range for main operations 176 -294V &nbsp;<br />\r\nInput voltage adjustable range for mains operation 156 - 300V &nbsp;<br />\r\nInput Breaker Capacity 10.0 A &nbsp;<br />\r\nnput Connections (IEC-320 C14 ) &nbsp;<br />\r\n&nbsp;<br />\r\nVoltase Keluar&nbsp;&nbsp; &nbsp;230Vac<br />\r\nWaveform Type : Stepped approximation to a sinewave &nbsp;<br />\r\nOutput Connections :<br />\r\n(5) IEC 320 C13 (Battery Backup) &nbsp;<br />\r\n(5) IEC 320 C13 (Surge Protection) &nbsp;<br />\r\n(2) IEC Jumpers (Battery Backup) &nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;<br />\r\nSurge Energy Rating&nbsp;&nbsp; &nbsp;441 Joules<br />\r\nFull time multi-pole noise filtering :10% of IEEE surge let-thgouh : zero clamping response time: instantaneous &nbsp;<br />\r\n&nbsp;<br />\r\nDataline Protection&nbsp;&nbsp; &nbsp;Analog phone line for phone/fax/modem/DSL (RJ-11 connector),Network line - 10/100/1000 Base-T Ethernet (RJ-45 connector)&nbsp;<br />\r\nBack-Up Time Half Load&nbsp;&nbsp; &nbsp;19.9 Minutes&nbsp;<br />\r\nBack-Up Time Full Load&nbsp;&nbsp; &nbsp;7.6 Minutes&nbsp;<br />\r\nAntarmuka / Interface&nbsp;&nbsp; &nbsp;DB-9 RS-232, USB&nbsp;<br />\r\nBaterai&nbsp;&nbsp; &nbsp;<br />\r\nBattery Type Maintenance-free sealed Lead-Acid battery with suspended electrolyte : leakproof &nbsp;<br />\r\nTypical recharge time 8 hour(s) &nbsp;<br />\r\nReplacement Battery APCRBC124 &nbsp;<br />\r\n&nbsp;<br />\r\nDimensi&nbsp;&nbsp; &nbsp;112 x 301 x 380 mm (WxHxD)&nbsp;<br />\r\nBerat&nbsp;&nbsp; &nbsp;11.60 kg&nbsp;<br />\r\nKelengkapan Paket&nbsp;&nbsp; &nbsp;<br />\r\nCD with software &nbsp;<br />\r\nQty 2 - Detachable 2.0 m IEC power cords &nbsp;<br />\r\nTelephone Cable &nbsp;<br />\r\nUSB cable &nbsp;<br />\r\nUser Manual &nbsp;<br />\r\nWarranty card &nbsp;</p>\r\n', 5300000, 'assets/products/stelan/stelan4.jpg', '35', 168); INSERT INTO `produk` VALUES (134, 'Server IBM', 'Songket 5', '<p><br />\r\nPlatform&nbsp;&nbsp; &nbsp;Single CPU Tower Server&nbsp;<br />\r\nProcessor Type&nbsp;&nbsp; &nbsp;Intel Xeon Processor&nbsp;<br />\r\n#1 Processor Onboard&nbsp;&nbsp; &nbsp;<br />\r\nIntel&reg; Xeon&reg; Processor E3-1220v3 (8M Cache, 3.10 GHz) &nbsp;<br />\r\n&nbsp;<br />\r\nChipset&nbsp;&nbsp; &nbsp;Intel&reg; C222 Series Chipset&nbsp;<br />\r\nStandard Memory&nbsp;&nbsp; &nbsp;<br />\r\n4GB (1x 4GB) PC3-12800 1600Mhz ECC DDR3 UDIMM &nbsp;<br />\r\n&nbsp;<br />\r\nMax. Memory&nbsp;&nbsp; &nbsp;32 GB (4 DIMMs)&nbsp;<br />\r\nVideo Type&nbsp;&nbsp; &nbsp;Integrated Matrox G200e 16 MB&nbsp;<br />\r\n#1 Controller&nbsp;&nbsp; &nbsp;<br />\r\nServeRaid C100 (RAID -0, -1) &nbsp;&nbsp;<br />\r\n&nbsp;<br />\r\n#1 Hard Drive&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\n#1 Optical Drive&nbsp;&nbsp; &nbsp;DVD-ROM&nbsp;<br />\r\nStandard Bays&nbsp;&nbsp; &nbsp;<br />\r\n4x 3.5&quot; Simple Swap Serial ATA (SATA) or 8x 2.5&quot; Hot-Swap SAS/SATA &nbsp;<br />\r\n&nbsp;<br />\r\nSlot Provided&nbsp;&nbsp; &nbsp;<br />\r\nUp to four PCIe expansion slots &nbsp;<br />\r\n&nbsp;<br />\r\nChassis Form Factor&nbsp;&nbsp; &nbsp;Tower Chassis&nbsp;<br />\r\nPower Supply Type&nbsp;&nbsp; &nbsp;350w&nbsp;<br />\r\nKeyboard Type&nbsp;&nbsp; &nbsp;IBM Keyboard&nbsp;<br />\r\nInput Device Type&nbsp;&nbsp; &nbsp;IBM Mouse&nbsp;<br />\r\nMonitor&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nSystem Management&nbsp;&nbsp; &nbsp;<br />\r\nIntegrated Management Module 2 (IMM2) standard with IMPI 2.0 and Serial over LAN, optional upgrade to remote presence via IBM Feature on Demand, IBM System Director &nbsp;<br />\r\n&nbsp;<br />\r\nO/S Provided&nbsp;&nbsp; &nbsp;Pre-sales Request Available&nbsp;<br />\r\nValidated System&nbsp;&nbsp; &nbsp;<br />\r\nMicrosoft Windows Server 2012/2008/R2, SBS 2011, Red Hat Enterprise Linux, SUSE Linux, VMware &nbsp;<br />\r\n&nbsp;<br />\r\nDimensions (W x H x D)&nbsp;&nbsp; &nbsp;217 x 439 x 569 mm&nbsp;<br />\r\nStandard Warranty&nbsp;&nbsp; &nbsp;3-years Limited Warranty, Parts, Labor, Onsite, 9x5 NBD response time limited&nbsp;</p>\r\n', 15600000, 'assets/products/stelan/stelan5.jpg', '35', 112); INSERT INTO `produk` VALUES (135, 'Server Dell', 'DELL PowerEdge T20', '<p><br />\r\nPlatform&nbsp;&nbsp; &nbsp;Single CPU Tower Server&nbsp;<br />\r\nProcessor Type&nbsp;&nbsp; &nbsp;Intel Xeon Processor&nbsp;<br />\r\n#1 Processor Onboard&nbsp;&nbsp; &nbsp;Intel&reg; Xeon&reg; Processor E3-1225v3 (8M Cache, 3.20 GHz)&nbsp;<br />\r\nChipset&nbsp;&nbsp; &nbsp;Intel&reg; C226 Chipset&nbsp;<br />\r\nStandard Memory&nbsp;&nbsp; &nbsp;4 GB (1x4GB) DDR3-10600 Unbuffered DIMMs 1333 MHz&nbsp;<br />\r\nMax. Memory&nbsp;&nbsp; &nbsp;32 GB (4 DIMMs)&nbsp;<br />\r\n#1 Controller&nbsp;&nbsp; &nbsp;Intel Rapid Storage Controller 12.0&nbsp;<br />\r\n#1 Hard Drive&nbsp;&nbsp; &nbsp;<br />\r\n1TB HDD SATA &nbsp;<br />\r\n&nbsp;<br />\r\n#1 Optical Drive&nbsp;&nbsp; &nbsp;DVD&plusmn;RW&nbsp;<br />\r\nStandard Bays&nbsp;&nbsp; &nbsp;<br />\r\nUp to four 3.5&rdquo; SATA hard drives &nbsp;<br />\r\nUp to two 2.5&rdquo; SATA hard drives (require expansion kits) with optional controller card &nbsp;<br />\r\n&nbsp;<br />\r\nNetworking&nbsp;&nbsp; &nbsp;Integrated 10/100/1000 Ethernet&nbsp;<br />\r\nChassis Form Factor&nbsp;&nbsp; &nbsp;Tower Chassis&nbsp;<br />\r\nPower Supply Type&nbsp;&nbsp; &nbsp;<br />\r\n290W &nbsp;<br />\r\n&nbsp;<br />\r\nKeyboard Type&nbsp;&nbsp; &nbsp;<br />\r\nDELL Keyboard &nbsp;<br />\r\n&nbsp;<br />\r\nInput Device Type&nbsp;&nbsp; &nbsp;<br />\r\nDELL Mouse &nbsp;<br />\r\n&nbsp;<br />\r\nMonitor&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nO/S Provided&nbsp;&nbsp; &nbsp;Pre-sales Request Available&nbsp;<br />\r\nValidated System&nbsp;&nbsp; &nbsp;<br />\r\nWindow Server 2008 R2, 2012, 2012 R2, RedHat 6.5 &nbsp;<br />\r\n&nbsp;<br />\r\nStandard Warranty&nbsp;&nbsp; &nbsp;3-Years Warranty by IBM Indonesia (3-Years Next Bussiness Day Parts Replacement, 3-Years Labor, 3-Years Onsite Support)&nbsp;</p>\r\n', 11200000, '', '35', 107); INSERT INTO `produk` VALUES (136, 'Symantec', 'SYMANTEC EndPoint Protect', '<p>Tipe&nbsp;&nbsp; &nbsp;Lisensi Renewal&nbsp;<br />\r\nModel Kepemilikan&nbsp;&nbsp; &nbsp;Langganan 1 Tahun&nbsp;<br />\r\nMedia Instalasi&nbsp;&nbsp; &nbsp;Tidak disertakan atau unduh sendiri&nbsp;<br />\r\nPeruntukan&nbsp;&nbsp; &nbsp;Korporasi&nbsp;<br />\r\nPersyaratan Pembelian&nbsp;&nbsp; &nbsp;<br />\r\nMinimal Pembelian 250 Unit &nbsp;<br />\r\nDibutuhkan identitas organisasi pemilik &nbsp;<br />\r\nTidak temasuk instalasi &amp; konfigurasi &nbsp;<br />\r\nTidak termasuk training pemakaian &nbsp;</p>\r\n', 150000, '', '500', 130); INSERT INTO `produk` VALUES (137, 'Server HP', 'HP ProLiant DL120G9-424', '<p>Platform&nbsp;&nbsp; &nbsp;Multi-Flex Blade Server&nbsp;<br />\r\nProcessor Type&nbsp;&nbsp; &nbsp;Intel Xeon Six Core&nbsp;<br />\r\n#1 Processor Onboard&nbsp;&nbsp; &nbsp;Intel&reg; Xeon&reg; Processor E5-2603v3 (15M Cache, 1.60 GHz)&nbsp;<br />\r\n#2 Processor Onboard&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nChipset&nbsp;&nbsp; &nbsp;Intel&reg; C610 Series Chipset&nbsp;<br />\r\nStandard Memory&nbsp;&nbsp; &nbsp;4GB (1 x 4GB) DDR3-17000 RDIMM 2133Mhz&nbsp;<br />\r\nVideo Type&nbsp;&nbsp; &nbsp;Integrated Matrox G200eH2&nbsp;<br />\r\n#1 Controller&nbsp;&nbsp; &nbsp;HP Dynamic Smart Array B140i&nbsp;<br />\r\n#2 Controller&nbsp;&nbsp; &nbsp;HP Embedded Dual Port 361i Adapter Network Interface&nbsp;<br />\r\n#1 Hard Drive&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\n#1 Optical Drive&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nStandard Bays&nbsp;&nbsp; &nbsp;4 LFF HDD Bays&nbsp;<br />\r\nInterface Provided&nbsp;&nbsp; &nbsp;<br />\r\n4 x USB &nbsp;<br />\r\n&nbsp;<br />\r\nSlot Provided&nbsp;&nbsp; &nbsp;3 x PCIe Slot&nbsp;<br />\r\nNetworking&nbsp;&nbsp; &nbsp;Integrated 10/100/1000 Ethernet&nbsp;<br />\r\nSystem Fans / Coolers&nbsp;&nbsp; &nbsp;3 Hot Swap Fans, Non-redundant&nbsp;<br />\r\nChassis Form Factor&nbsp;&nbsp; &nbsp;1U Rackmount Chassis&nbsp;<br />\r\nPower Supply Type&nbsp;&nbsp; &nbsp;HP 550W FIO Power Supply&nbsp;<br />\r\nKeyboard Type&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nInput Device Type&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nMonitor&nbsp;&nbsp; &nbsp;Optional&nbsp;<br />\r\nSystem Management&nbsp;&nbsp; &nbsp;HP iLO Management Engine (standard)&nbsp;<br />\r\nValidated System&nbsp;&nbsp; &nbsp;Microsoft Windows Server, Red Hat Enterprise Linux, SUSE Linux Enterprise Server, VMware vSphere&nbsp;<br />\r\nDimensions (W x H x D)&nbsp;&nbsp; &nbsp;1,7&quot; x 17.1&quot; x 23.9&quot;&nbsp;<br />\r\nStandard Warranty&nbsp;&nbsp; &nbsp;1-Year Parts, 1-Year Labor, 1-Year Onsite support with next business day response&nbsp;</p>\r\n', 22051700, '', '12', 125); INSERT INTO `produk` VALUES (138, 'Laptop', 'HP Notebook 14-r103TX - B', '<p>Platform&nbsp;&nbsp; &nbsp;Notebook&nbsp;<br />\r\nTipe Prosesor&nbsp;&nbsp; &nbsp;Intel Core i3&nbsp;<br />\r\nProcessor Onboard&nbsp;&nbsp; &nbsp;<br />\r\nIntel&reg; Core&trade; i3-4030U Processor (1.90 GHz, 3M Cache) &nbsp;<br />\r\n&nbsp;<br />\r\nMemori Standar&nbsp;&nbsp; &nbsp;2 GB DDR3&nbsp;<br />\r\nTipe Grafis&nbsp;&nbsp; &nbsp;<br />\r\nNVIDIA GeForce 820M 2GB &nbsp;<br />\r\n&nbsp;<br />\r\nUkuran Layar&nbsp;&nbsp; &nbsp;14 Inch&nbsp;<br />\r\nResolusi Layar&nbsp;&nbsp; &nbsp;1366 x 768&nbsp;<br />\r\nTipe Layar&nbsp;&nbsp; &nbsp;LED Backlit&nbsp;<br />\r\nAudio&nbsp;&nbsp; &nbsp;Integrated&nbsp;<br />\r\nSpeaker&nbsp;&nbsp; &nbsp;Integrated<br />\r\nDual speakers &nbsp;<br />\r\n&nbsp;<br />\r\nKapasitas Penyimpanan&nbsp;&nbsp; &nbsp;500 GB HDD&nbsp;<br />\r\nOptical Drive Type&nbsp;&nbsp; &nbsp;DVD&plusmn;RW&nbsp;<br />\r\nNetworking&nbsp;&nbsp; &nbsp;Integrated&nbsp;<br />\r\nKecepatan Jaringan&nbsp;&nbsp; &nbsp;10 / 100 Mbps&nbsp;<br />\r\nWireless Network Type&nbsp;&nbsp; &nbsp;Integrated&nbsp;<br />\r\nWireless Network Protocol&nbsp;&nbsp; &nbsp;IEEE 802.11b, IEEE 802.11g, IEEE 802.11n&nbsp;<br />\r\nWireless Bluetooth&nbsp;&nbsp; &nbsp;Integrated<br />\r\nBluetooth 4.0 &nbsp;<br />\r\n&nbsp;<br />\r\nKeyboard&nbsp;&nbsp; &nbsp;<br />\r\nFull-size island-style with numeric keypad &nbsp;<br />\r\n&nbsp;<br />\r\nRagam Input Device&nbsp;&nbsp; &nbsp;<br />\r\nTouchpad with multi-touch gesture support &nbsp;<br />\r\n&nbsp;<br />\r\nCard Reader Provided&nbsp;&nbsp; &nbsp;<br />\r\n1 multi-format SD media card reader &nbsp;<br />\r\n&nbsp;<br />\r\nAntarmuka / Interface&nbsp;&nbsp; &nbsp;<br />\r\n1x USB 3.0 &nbsp;<br />\r\n2x USB 2.0 &nbsp;<br />\r\n1x HDMI &nbsp;<br />\r\n1x VGA &nbsp;<br />\r\n1x RJ-45 &nbsp;<br />\r\n1x headphone/microphone combo &nbsp;<br />\r\n&nbsp;<br />\r\nSistem Operasi&nbsp;&nbsp; &nbsp;Microsoft Windows 8.1&nbsp;<br />\r\nBaterai&nbsp;&nbsp; &nbsp;4 Cell&nbsp;<br />\r\nDaya / Power&nbsp;&nbsp; &nbsp;External AC Adapter&nbsp;<br />\r\nDimensi (PTL)&nbsp;&nbsp; &nbsp;34.5 x 24.4 x 2.53 cm&nbsp;<br />\r\nBerat&nbsp;&nbsp; &nbsp;<br />\r\nStarting at 1.96 kg</p>\r\n', 6074000, '', '10', 158); INSERT INTO `produk` VALUES (140, 'Server HP', 'HP ProLiant ML310e Gen9', '<p>Platform &nbsp; &nbsp;Single CPU Tower Server&nbsp;<br />\r\nProcessor Type &nbsp; &nbsp;Intel Xeon Processor&nbsp;<br />\r\n#1 Processor Onboard &nbsp; &nbsp;<br />\r\nIntel Xeon Processor E3-1220 v3 (8M Cache, 3.10 GHz) &nbsp;<br />\r\nStandard Memory &nbsp; &nbsp;<br />\r\n4GB (1x 4GB) PC3-12800E DDR3 UDIMM &nbsp;<br />\r\nMax. Memory &nbsp; &nbsp;32 GB (4 DIMMs)&nbsp;<br />\r\nVideo Type &nbsp; &nbsp;Integrated Matrox G200&nbsp;<br />\r\n#1 Controller &nbsp; &nbsp;<br />\r\nHP Dynamic Smart Array B120i, RAID 0/1/10 &nbsp;<br />\r\n#1 Hard Drive &nbsp; &nbsp;Optional&nbsp;<br />\r\n#2 Hard Drive &nbsp; &nbsp;Optional&nbsp;<br />\r\n#1 Optical Drive &nbsp; &nbsp;DVD&plusmn;RW&nbsp;<br />\r\nStandard Bays &nbsp; &nbsp;<br />\r\n4 LFF drive bays &nbsp;<br />\r\nInterface Provided &nbsp; &nbsp;<br />\r\n8x USB 2.0, 1x Serial, 1x VGA, 2x LAN &nbsp;<br />\r\nNetworking &nbsp; &nbsp;Integrated Two Gigabit Ethernet (10/100/1000 Mbps) ports&nbsp;<br />\r\nSystem Fans / Coolers &nbsp; &nbsp;<br />\r\n1x Non-redundant system fan ships standard &nbsp;<br />\r\n1x Non-redundant PCIe fan ships standard &nbsp;<br />\r\nChassis Form Factor &nbsp; &nbsp;Tower Chassis&nbsp;<br />\r\nPower Supply Type &nbsp; &nbsp;350w&nbsp;<br />\r\nKeyboard Type &nbsp; &nbsp;HP Keyboard&nbsp;<br />\r\nInput Device Type &nbsp; &nbsp;HP Mouse&nbsp;<br />\r\nMonitor &nbsp; &nbsp;Optional&nbsp;<br />\r\nSystem Management &nbsp; &nbsp;HP iLO Management Engine (standard)&nbsp;<br />\r\nO/S Provided &nbsp; &nbsp;Pre-sales Request Available&nbsp;<br />\r\nDimensions (W x H x D) &nbsp; &nbsp;17.5 x 36.8 x 47.5 cm&nbsp;<br />\r\nWeight &nbsp; &nbsp;Max : 18.96 kg, Min : 11.47 kg&nbsp;<br />\r\nStandard Warranty &nbsp; &nbsp;3-years Limited Warranty, Parts, Labor, Onsite, 9x5 NBD response time limited&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n', 15900000, '', '20', 201); INSERT INTO `produk` VALUES (141, 'Komputer PC', 'LENOVO IdeaCentre All in ', '<p>Processor Onboard<br />\r\nIntel Core i5 4460T-1.9GhzTurbo 2.7Ghz<br />\r\nMemori Standar<br />\r\n4GB<br />\r\nTipe Grafis<br />\r\nNvidia GT800M-2GB<br />\r\nMonitor<br />\r\n23&rdquo; LED<br />\r\nTipe Layar<br />\r\nNon Touch<br />\r\nAudio<br />\r\nIntegrated<br />\r\nSpeaker<br />\r\nIntegrated<br />\r\nHard disk<br />\r\n1TB<br />\r\nOptical Drive<br />\r\nDVD/RW<br />\r\nJaringan<br />\r\nGigabit Ethernet<br />\r\nMedia Card Reader<br />\r\n6-in-1 Card Reader<br />\r\nInterface<br />\r\nSistem Operasi<br />\r\nDos<br />\r\nDimensi<br />\r\nLain-lain<br />\r\nWIFI, Webcam<br />\r\nGaransi<br />\r\n1 year limited warranty by Lenovo Indonesia</p>\r\n', 9000000, '', '23', 4); -- ---------------------------- -- Table structure for statistik -- ---------------------------- DROP TABLE IF EXISTS `statistik`; CREATE TABLE `statistik` ( `ip` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `tanggal` date NOT NULL, `hits` int(11) NOT NULL, `online` varchar(255) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of statistik -- ---------------------------- INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-05', 10, '1391599828'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 1, '1391599253'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-05', 1, '1391599524'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 3, '1391599525'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 1, '1391599525'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 6, '1391599533'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-05', 1, '1391599526'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-05', 1, '1391599528'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 1, '1391599528'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-05', 1, '1391599942'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-05', 1, '1391602042'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-05', 1, '1391602123'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-05', 26, '1391612856'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 4, '1391604753'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-05', 1, '1391607266'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-05', 1, '1391611699'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 13, '1391613275'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-05', 1, '1391613569'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-05', 1, '1391613571'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-05', 2, '1391613938'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-05', 1, '1391614296'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-05', 1, '1391614296'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-05', 15, '1391619406'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 3, '1391699535'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-06', 1, '1391620384'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 1, '1391624856'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 2, '1391643860'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 2, '1391657560'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 18, '1391659346'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 35, '1391676164'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-06', 2, '1391657444'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 8, '1391696112'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 7, '1391696147'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-06', 1, '1391657443'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 1, '1391657453'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-06', 6, '1391659612'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 25, '1391662492'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 1, '1391660897'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-06', 14, '1391664286'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 1, '1391665148'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 1, '1391668869'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-06', 4, '1391676552'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 47, '1391690528'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 1, '1391684090'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 2, '1391687259'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 2, '1391687260'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 1, '1391687476'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 1, '1391689702'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 2, '1391693962'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-06', 9, '1391696165'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 1, '1391696114'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-06', 1, '1391696120'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-06', 2, '1391698864'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-06', 1, '1391699534'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-06', 5, '1391703935'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-07', 1, '1391706862'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-07', 3, '1391742625'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 2, '1391708252'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 2, '1391708254'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-07', 1, '1391711434'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-07', 1, '1391714881'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-07', 32, '1391719337'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-07', 1, '1391719309'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-07', 2, '1391736332'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-07', 2, '1391754029'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-07', 33, '1391741878'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 1, '1391746948'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 1, '1391748223'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 1, '1391748325'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 1, '1391751198'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-07', 14, '1391755228'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 15, '1391755946'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-07', 1, '1391767501'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-07', 8, '1391772937'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-07', 8, '1391772836'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-07', 7, '1391773567'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-07', 2, '1391790617'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-07', 1, '1391782406'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-07', 1, '1391783995'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-07', 2, '1391788685'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-08', 5, '1391862368'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-08', 1, '1391805126'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-08', 7, '1391869532'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-08', 1, '1391833528'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-08', 1, '1391846661'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-08', 3, '1391876503'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-08', 1, '1391875481'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-09', 6, '1391953003'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-09', 4, '1391880834'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-09', 1, '1391882463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-09', 33, '1391940891'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-09', 1, '1391884168'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-09', 26, '1391963965'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-09', 34, '1391891474'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-09', 12, '1391964369'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-09', 7, '1391935007'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-09', 2, '1391937246'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-09', 1, '1391948742'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-09', 21, '1391962441'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-10', 20, '1392029391'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-10', 6, '1392017159'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-10', 6, '1392007342'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-10', 33, '1391985990'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-10', 22, '1392016950'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-10', 2, '1392040827'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-10', 3, '1392048608'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-10', 9, '1392045409'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-10', 10, '1392036102'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-10', 3, '1392036682'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-11', 23, '1392111594'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-11', 6, '1392114415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-11', 1, '1392063246'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-11', 6, '1392075723'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-11', 12, '1392126151'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-11', 16, '1392114770'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-11', 1, '1392111028'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-11', 11, '1392136515'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-11', 2, '1392136432'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-11', 5, '1392128819'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-11', 11, '1392135276'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-12', 40, '1392223772'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-12', 1, '1392140462'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-12', 8, '1392211084'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 1, '1392149021'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 9, '1392218696'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 1, '1392162206'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-12', 1, '1392171264'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 5, '1392172597'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-12', 1, '1392173300'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-12', 3, '1392199706'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 1, '1392197394'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 2, '1392197395'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-12', 1, '1392197395'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-12', 1, '1392197396'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-12', 1, '1392197396'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-12', 6, '1392197414'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-12', 1, '1392197398'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-12', 9, '1392206398'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-12', 1, '1392204941'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-12', 1, '1392208532'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-12', 2, '1392216181'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-13', 21, '1392298215'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 6, '1392282023'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 6, '1392254041'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-13', 38, '1392285701'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392256829'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 3, '1392262386'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 1, '1392261514'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 4, '1392292880'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 8, '1392264144'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-13', 11, '1392293219'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392293546'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-13', 8, '1392296335'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392302642'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392302986'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392303386'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-13', 1, '1392303589'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392303787'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392303986'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392304186'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392304387'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-13', 1, '1392304786'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-13', 1, '1392305188'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392305390'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-13', 1, '1392305586'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 1, '1392305786'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392305987'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 1, '1392306187'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 1, '1392306587'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 2, '1392309387'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392306987'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392307387'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-13', 1, '1392307588'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392307987'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392308187'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 1, '1392308387'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-13', 1, '1392308590'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-13', 1, '1392308787'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392308986'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-13', 1, '1392309187'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-13', 1, '1392309587'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-14', 1, '1392328588'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-14', 1, '1392328788'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-14', 1, '1392328988'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-14', 1, '1392329188'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-14', 3, '1392343621'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-14', 28, '1392394745'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-14', 3, '1392393818'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-15', 2, '1392400842'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-15', 5, '1392452861'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-15', 8, '1392476213'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-15', 4, '1392434846'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-15', 1, '1392458177'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-15', 1, '1392466932'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-16', 1, '1392485858'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-16', 7, '1392562340'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-16', 1, '1392490900'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-16', 1, '1392517256'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-16', 1, '1392551000'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-16', 1, '1392551006'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-16', 1, '1392552255'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-17', 21, '1392570774'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-17', 6, '1392656122'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-17', 1, '1392577431'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-17', 3, '1392637923'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-17', 1, '1392605036'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-17', 8, '1392621469'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-17', 2, '1392635815'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-17', 6, '1392637704'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-17', 1, '1392638431'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-18', 54, '1392741048'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-18', 4, '1392705839'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-18', 1, '1392680342'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-18', 1, '1392687495'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-18', 3, '1392693590'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-18', 10, '1392699893'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-18', 1, '1392707041'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-18', 3, '1392725525'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-18', 1, '1392732236'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-19', 7, '1392821242'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-19', 1, '1392751002'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-19', 1, '1392778953'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-19', 7, '1392825506'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-20', 8, '1392899013'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-20', 5, '1392902330'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-20', 1, '1392856861'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-20', 1, '1392856880'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-20', 1, '1392899525'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-20', 1, '1392899969'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-20', 1, '1392910556'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-20', 12, '1392911582'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-21', 80, '1393001162'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-21', 3, '1392997092'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-21', 1, '1392957800'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-21', 4, '1393000779'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-21', 1, '1392964465'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-21', 7, '1392992661'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-21', 10, '1392968954'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-21', 2, '1392974850'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-21', 5, '1392987476'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-21', 3, '1392992050'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-21', 3, '1392998165'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-21', 1, '1392998127'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-22', 1, '1393002214'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-22', 62, '1393084817'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-22', 10, '1393083118'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-22', 8, '1393082282'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-22', 1, '1393016410'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-22', 2, '1393032491'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-22', 1, '1393032545'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-22', 3, '1393075229'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-22', 2, '1393033623'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-22', 21, '1393035514'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-22', 9, '1393038573'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-22', 57, '1393086413'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-22', 1, '1393049866'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-22', 1, '1393053910'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-22', 71, '1393087890'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-22', 16, '1393083700'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-22', 4, '1393068962'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-22', 4, '1393069475'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-22', 3, '1393069112'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-22', 18, '1393069593'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-22', 1, '1393068967'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-22', 1, '1393068976'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-22', 1, '1393069190'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-22', 2, '1393069242'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-22', 1, '1393069413'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-22', 1, '1393069494'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-22', 1, '1393069591'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-23', 54, '1393172921'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-23', 3, '1393123600'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-23', 8, '1393172838'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-23', 17, '1393142834'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-23', 10, '1393142723'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-23', 1, '1393094283'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-23', 1, '1393102151'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-23', 1, '1393122534'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-23', 2, '1393123366'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-23', 2, '1393123371'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-23', 1, '1393123365'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-23', 4, '1393123367'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-23', 5, '1393123382'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-23', 1, '1393123366'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-23', 1, '1393123366'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-23', 1, '1393123598'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-23', 6, '1393126255'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-23', 1, '1393129898'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-23', 3, '1393146601'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-23', 1, '1393161655'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-23', 1, '1393164058'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-23', 1, '1393166370'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-24', 6, '1393225458'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-24', 19, '1393259240'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-24', 5, '1393208277'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-24', 33, '1393203710'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-24', 3, '1393223117'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-24', 3, '1393230291'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-24', 1, '1393232414'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-24', 1, '1393233639'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-24', 1, '1393241613'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-24', 1, '1393259754'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-25', 43, '1393347545'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-25', 1, '1393267653'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-25', 1, '1393267659'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-25', 7, '1393332357'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-25', 13, '1393345750'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-25', 1, '1393282322'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-25', 1, '1393292232'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-25', 1, '1393293457'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-25', 1, '1393307389'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-25', 5, '1393327145'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-25', 1, '1393330819'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-25', 1, '1393346543'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-26', 26, '1393433306'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-26', 7, '1393419547'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-26', 48, '1393429843'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-26', 6, '1393408229'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-26', 1, '1393366365'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-26', 6, '1393397422'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-26', 1, '1393392157'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-26', 3, '1393420762'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-26', 1, '1393416746'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-26', 6, '1393418536'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-26', 36, '1393417344'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-26', 2, '1393433380'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-26', 1, '1393425819'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-27', 30, '1393519984'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-27', 3, '1393449495'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-27', 4, '1393462561'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-27', 5, '1393507234'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-27', 1, '1393444061'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-27', 7, '1393515533'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-27', 15, '1393518872'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-27', 3, '1393491705'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-27', 1, '1393475004'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-27', 2, '1393503379'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-27', 4, '1393499601'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-27', 1, '1393515542'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-27', 1, '1393517862'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-27', 1, '1393518841'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-27', 1, '1393518857'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-28', 6, '1393575600'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-28', 3, '1393547169'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-28', 4, '1393573795'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-28', 7, '1393574435'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-28', 1, '1393538771'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-28', 1, '1393547694'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-28', 1, '1393550937'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-28', 1, '1393562941'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-28', 1, '1393565888'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-28', 56, '1393593111'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-02-28', 1, '1393580808'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-28', 1, '1393584798'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-28', 1, '1393585138'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-28', 1, '1393587311'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-28', 3, '1393604979'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-28', 1, '1393600658'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-02-28', 62, '1393601575'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-02-28', 1, '1393601558'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-02-28', 1, '1393603586'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-02-28', 263, '1393605574'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393609086'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393611325'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393612046'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 6, '1393676613'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 9, '1393691551'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393624966'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 3, '1393625024'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 5, '1393625065'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 90, '1393680979'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 4, '1393625545'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 10, '1393633312'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393628970'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393629966'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 1, '1393629973'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 3, '1393644440'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393633863'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 2, '1393636311'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 2, '1393641927'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393637692'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393637789'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393638373'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 1, '1393638439'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 4, '1393638930'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393638798'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393638969'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393639691'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 1, '1393640641'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393640732'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 1, '1393641439'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 3, '1393642302'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 5, '1393642743'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 1, '1393643899'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393644083'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 9, '1393648378'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393645779'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393647648'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393652181'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393653932'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 1, '1393657207'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-01', 1, '1393662581'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 1, '1393665340'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393665780'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 4, '1393668081'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 1, '1393669157'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-01', 1, '1393673527'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-01', 1, '1393680147'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 22, '1393681267'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-01', 1, '1393684704'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-01', 2, '1393692335'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-02', 87, '1393770129'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 8, '1393772599'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 1, '1393695194'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-02', 1, '1393697895'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 7, '1393769200'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 1, '1393711914'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-02', 3, '1393759721'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 1, '1393715195'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-02', 1, '1393716098'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 1, '1393721659'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 2, '1393727526'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 2, '1393729567'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 1, '1393730887'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 3, '1393735616'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 7, '1393740456'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 2, '1393737557'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 4, '1393745576'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 4, '1393750116'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 4, '1393753858'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 1, '1393753670'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-02', 1, '1393755941'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 1, '1393757610'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 1, '1393758196'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 2, '1393761317'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-02', 1, '1393763336'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-02', 1, '1393764421'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 2, '1393766955'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-02', 1, '1393765332'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 1, '1393768456'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-02', 1, '1393769417'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-02', 2, '1393778207'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393779666'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-03', 8, '1393861684'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-03', 8, '1393859049'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-03', 48, '1393857897'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393782686'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393789280'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-03', 1, '1393789283'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393789346'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-03', 2, '1393791568'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-03', 1, '1393795010'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-03', 1, '1393795266'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-03', 1, '1393796270'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393798120'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-03', 1, '1393800806'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-03', 2, '1393801458'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-03', 1, '1393802606'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-03', 1, '1393813000'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393814204'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-03', 1, '1393816607'); INSERT INTO `statistik` VALUES ('172.16.17.3253', '2014-03-03', 1, '1393816687'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-03', 1, '1393829518'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-03', 7, '1393864413'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393847989'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393848164'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 3, '1393848487'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-03', 2, '1393854952'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-03', 1, '1393857819'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-03', 1, '1393861135'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-03', 1, '1393862040'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-04', 2, '1393948565'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-04', 1, '1393869574'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-04', 8, '1393946824'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-04', 4, '1393910301'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-04', 8, '1393941162'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-04', 1, '1393878162'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-04', 1, '1393884395'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-04', 3, '1393927327'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-04', 5, '1393909812'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-04', 1, '1393899532'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-04', 9, '1393908683'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-04', 1, '1393911034'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-04', 1, '1393922609'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-04', 57, '1393937370'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-04', 6, '1393933509'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-04', 1, '1393936556'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-04', 1, '1393936960'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-04', 1, '1393938762'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-04', 1, '1393939660'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-04', 1, '1393941463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-04', 1, '1393950761'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-05', 7, '1393953768'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-05', 1, '1393958077'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-05', 1, '1393961694'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 5, '1394013788'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-05', 8, '1394032158'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 8, '1394029994'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 5, '1394038798'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-05', 1, '1393972951'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 33, '1393995713'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 1, '1393989384'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-05', 5, '1393989959'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-05', 1, '1393989689'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 4, '1393990283'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-05', 1, '1393990534'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-05', 4, '1393990988'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 4, '1393994977'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 14, '1394012607'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 1, '1393994846'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-05', 2, '1393996148'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 3, '1393998584'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 1, '1394000586'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 1, '1394001804'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-05', 1, '1394004087'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-05', 2, '1394006715'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 1, '1394006826'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 1, '1394007007'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-05', 4, '1394018050'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-05', 10, '1394021577'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-05', 1, '1394021294'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-05', 4, '1394025958'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-05', 2, '1394026887'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-05', 1, '1394027063'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-05', 1, '1394038002'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-06', 2, '1394052151'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-06', 10, '1394106220'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-06', 6, '1394102979'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-06', 1, '1394045098'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-06', 1, '1394048181'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-06', 6, '1394117603'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-06', 1, '1394049080'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-06', 2, '1394069127'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-06', 2, '1394120020'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-06', 1, '1394052678'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-06', 4, '1394053125'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-06', 1, '1394052973'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-06', 1, '1394053279'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-06', 1, '1394056901'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-06', 1, '1394081461'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-06', 2, '1394082439'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-06', 5, '1394090107'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-06', 11, '1394092537'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-06', 1, '1394107712'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-06', 5, '1394116184'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-06', 2, '1394121001'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-06', 1, '1394121821'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 7, '1394200933'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394127296'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 1, '1394127849'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-07', 6, '1394196480'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-07', 14, '1394202198'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 1, '1394132109'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 34, '1394138490'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 1, '1394138791'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 2, '1394181070'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-07', 15, '1394206484'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-07', 10, '1394167067'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394165634'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394174713'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 12, '1394178681'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-07', 282, '1394177255'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 119, '1394176571'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-07', 1, '1394176459'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 1, '1394176507'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-07', 4, '1394176707'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-07', 4, '1394176971'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 1, '1394176948'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-07', 3, '1394178821'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394178923'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394179037'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394185794'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 1, '1394185795'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-07', 1, '1394191599'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-07', 1, '1394193607'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-07', 1, '1394194507'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-07', 1, '1394196307'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 2, '1394199265'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-07', 1, '1394199452'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-07', 1, '1394206628'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-07', 2, '1394211064'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-07', 1, '1394210631'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 9, '1394294955'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 1, '1394214104'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 9, '1394293180'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 1, '1394221116'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-08', 1, '1394222916'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-08', 3, '1394292699'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-08', 6, '1394281671'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 1, '1394228855'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-08', 1, '1394233964'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 14, '1394243771'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-08', 1, '1394242531'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 1, '1394243777'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-08', 263, '1394251872'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 2, '1394261170'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-08', 3, '1394272463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-08', 6, '1394283789'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-08', 1, '1394278952'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-08', 1, '1394287491'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-08', 4, '1394291258'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-08', 1, '1394295132'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-08', 1, '1394295347'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-08', 2, '1394297096'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-09', 6, '1394383877'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-09', 2, '1394300017'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-09', 7, '1394376269'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-09', 7, '1394369669'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-09', 1, '1394307425'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-09', 3, '1394366846'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-09', 1, '1394310256'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-09', 10, '1394360087'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-09', 1, '1394322487'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-09', 1, '1394323387'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-09', 1, '1394326075'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-09', 2, '1394326378'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-09', 1, '1394327388'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-09', 2, '1394328164'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-09', 1, '1394328239'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-09', 1, '1394329188'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-09', 8, '1394330462'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-09', 1, '1394334620'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-09', 1, '1394341658'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-09', 1, '1394369277'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-09', 3, '1394375611'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-10', 1, '1394384660'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-10', 7, '1394446953'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-10', 6, '1394428274'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-10', 1, '1394386344'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-10', 2, '1394417319'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-10', 7, '1394448857'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-10', 4, '1394446884'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-10', 2, '1394467628'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-10', 1, '1394410577'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-10', 1, '1394413038'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-10', 1, '1394415754'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-10', 2, '1394435937'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-10', 1, '1394419155'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-10', 1, '1394428392'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-10', 1, '1394435036'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-10', 1, '1394441083'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-10', 1, '1394443927'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-10', 1, '1394444897'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-10', 3, '1394469664'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-10', 4, '1394455803'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-10', 2, '1394459337'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-10', 1, '1394465329'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 1, '1394472683'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-11', 1, '1394472911'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 1, '1394473108'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-11', 3, '1394497549'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-11', 2, '1394496427'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-11', 1, '1394477062'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-11', 1, '1394479707'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 2, '1394497498'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-11', 1, '1394480617'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-11', 2, '1394487397'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 1, '1394485065'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-11', 1, '1394491062'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-11', 1, '1394500962'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-11', 5, '1394504517'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-11', 1, '1394505364'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-11', 5, '1394552445'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 5, '1394545402'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 1, '1394517689'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-11', 12, '1394520481'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-11', 3, '1394530994'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-11', 1, '1394530960'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-11', 1, '1394534419'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 2, '1394541903'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 1, '1394545955'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-11', 1, '1394547237'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-11', 1, '1394551605'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-11', 1, '1394556993'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 1, '1394557441'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-12', 1, '1394558258'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-12', 3, '1394566025'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-12', 34, '1394559759'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 8, '1394642205'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 6, '1394629970'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-12', 1, '1394572031'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 1, '1394575456'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 1, '1394575680'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 1, '1394576095'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 1, '1394577752'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-12', 1, '1394580145'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 1, '1394582649'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 1, '1394582973'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-12', 1, '1394597740'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-12', 6, '1394606243'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-12', 2, '1394607934'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-12', 2, '1394604663'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-12', 2, '1394604664'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-12', 1, '1394605296'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-12', 1, '1394606445'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-12', 7, '1394629257'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 6, '1394627292'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-12', 1, '1394627883'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-12', 1, '1394636063'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 4, '1394640881'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 1, '1394636070'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 2, '1394637567'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-12', 2, '1394640884'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 4, '1394729000'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-13', 4, '1394724761'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 1, '1394658000'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 1, '1394659911'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 5, '1394701410'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-13', 4, '1394709287'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 4, '1394684048'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-13', 4, '1394693521'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-13', 1, '1394699320'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 4, '1394705248'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 19, '1394706328'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-13', 1, '1394705699'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-13', 1, '1394705708'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-13', 24, '1394709143'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-13', 2, '1394714730'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-13', 10, '1394714034'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-13', 3, '1394714768'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-13', 1, '1394718941'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-13', 1, '1394729950'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 4, '1394754198'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394737865'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 5, '1394786386'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 2, '1394760736'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 5, '1394787460'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 1, '1394747458'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 1, '1394747851'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394751383'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-14', 1, '1394752208'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 1, '1394752479'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 1, '1394754155'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394754157'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-14', 1, '1394757032'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 2, '1394775231'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 1, '1394775430'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 1, '1394776452'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 1, '1394780006'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 1, '1394781775'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 5, '1394782992'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 7, '1394783448'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 18, '1394791479'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 4, '1394784075'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 5, '1394787419'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 4, '1394785506'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-14', 1, '1394792157'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 1, '1394792980'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 1, '1394793369'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 2, '1394814386'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 17, '1394800298'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 2, '1394814500'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 7, '1394809127'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 1, '1394802847'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 1, '1394803923'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-14', 1, '1394805312'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 1, '1394805312'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-14', 2, '1394805313'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-14', 1, '1394805314'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 6, '1394810693'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394805325'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 1, '1394805377'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-14', 1, '1394807079'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394808550'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394809676'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 3, '1394810091'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-14', 7, '1394814585'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-14', 1, '1394815182'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-15', 6, '1394879391'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-15', 6, '1394874624'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 8, '1394855976'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-15', 1, '1394839731'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 2, '1394857540'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-15', 1, '1394849315'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 1, '1394851222'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 34, '1394859554'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-15', 1, '1394854767'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-15', 2, '1394856519'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 3, '1394859644'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-15', 6, '1394860737'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 49, '1394864379'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 5, '1394863354'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-15', 8, '1394864247'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-15', 7, '1394864976'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-15', 52, '1394873975'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-15', 58, '1394884516'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-15', 1, '1394880432'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-15', 1, '1394880450'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-15', 2, '1394900188'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-15', 2, '1394898511'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-15', 4, '1394887520'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-15', 1, '1394901506'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 9, '1394905775'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 2, '1394906026'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 1, '1394906025'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 5, '1394906039'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 2, '1394906026'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 4, '1394909590'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 1, '1394907412'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 4, '1394986644'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 6, '1394976122'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 1, '1394921471'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 45, '1394958288'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 7, '1394981908'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 32, '1394950659'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 3, '1394965961'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 2, '1394967850'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 3, '1394985640'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 8, '1394943022'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 7, '1394946953'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 6, '1394949267'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 2, '1394958573'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 2, '1394979113'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 3, '1394953403'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 1, '1394957435'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 2, '1394964161'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 1, '1394961302'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 1, '1394962042'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 16, '1394965939'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 2, '1394962479'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 1, '1394962917'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 1, '1394962949'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 1, '1394964019'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 1, '1394965745'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-16', 3, '1394969852'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-16', 3, '1394973963'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 5, '1394979780'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 1, '1394975368'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-16', 1, '1394983134'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-16', 1, '1394985828'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 1, '1394986039'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-16', 3, '1394986107'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-17', 5, '1395031195'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-17', 4, '1394995756'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 2, '1395046695'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 7, '1395040952'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-17', 1, '1394993415'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1394993584'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-17', 2, '1395022623'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-17', 4, '1395024522'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1394999843'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1395001161'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-17', 5, '1395039092'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 4, '1395047437'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-17', 3, '1395064645'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-17', 7, '1395028110'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 6, '1395028980'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1395032826'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 4, '1395042831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 2, '1395061980'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 1, '1395042842'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 4, '1395043661'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-17', 1, '1395044989'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-17', 3, '1395072617'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 6, '1395059529'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1395056507'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 3, '1395073535'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-17', 2, '1395066381'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 2, '1395059462'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-17', 1, '1395064370'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 1, '1395064973'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-17', 1, '1395066541'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 6, '1395069391'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-17', 4, '1395069374'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-17', 1, '1395070145'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1395070854'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1395070933'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-17', 1, '1395074840'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-17', 1, '1395075152'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-18', 1, '1395076649'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 1, '1395079690'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-18', 2, '1395086230'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-18', 6, '1395125077'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 1, '1395081633'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-18', 1, '1395084422'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-18', 1, '1395084860'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 1, '1395085906'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 5, '1395128971'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-18', 8, '1395158115'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-18', 4, '1395118170'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 8, '1395158237'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 2, '1395109236'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 1, '1395113554'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-18', 1, '1395114009'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 1, '1395116195'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 4, '1395145608'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-18', 1, '1395118649'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 1, '1395122170'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 1, '1395127177'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-18', 1, '1395131902'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-18', 19, '1395136997'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 1, '1395136249'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-18', 7, '1395138741'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-18', 24, '1395141590'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-18', 1, '1395140143'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 156, '1395151505'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 1, '1395150334'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-18', 97, '1395158360'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-18', 1, '1395156085'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 1, '1395158298'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-18', 1, '1395159351'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-18', 1, '1395159353'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-19', 4, '1395221105'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-19', 25, '1395167892'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-19', 1, '1395168528'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-19', 1, '1395168712'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-19', 5, '1395241371'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-19', 7, '1395243765'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-19', 2, '1395209516'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-19', 3, '1395210500'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-19', 2, '1395206712'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-19', 5, '1395193308'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-19', 5, '1395242260'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-19', 9, '1395198710'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-19', 3, '1395200827'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-19', 2, '1395218588'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-19', 2, '1395216054'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-19', 3, '1395217515'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-19', 12, '1395234444'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-19', 1, '1395234971'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-19', 1, '1395236256'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-19', 4, '1395239283'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-19', 1, '1395244552'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-19', 1, '1395245816'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-19', 1, '1395246324'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 4, '1395298445'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-20', 8, '1395324385'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 1, '1395250346'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-20', 2, '1395267294'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-20', 6, '1395308409'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-20', 1, '1395254538'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 12, '1395254892'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 10, '1395255253'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 4, '1395302648'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 1, '1395255843'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 11, '1395255861'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 8, '1395256959'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-20', 6, '1395323510'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-20', 1, '1395258710'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-20', 1, '1395262888'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-20', 2, '1395301824'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 1, '1395272736'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 22, '1395289683'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-20', 1, '1395288464'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-20', 1, '1395291739'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-20', 3, '1395309741'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 3, '1395299363'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-20', 1, '1395307854'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 3, '1395322697'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 1, '1395323242'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 1, '1395323291'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-20', 1, '1395328490'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 1, '1395331178'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-20', 9, '1395332924'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-20', 1, '1395333478'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-20', 1, '1395334486'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 2, '1395343967'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 2, '1395351252'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 35, '1395412933'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-21', 2, '1395348278'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 1, '1395344072'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 2, '1395383017'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 2, '1395349163'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 1, '1395352517'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 1, '1395354259'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 1, '1395354501'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-21', 6, '1395415382'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 1, '1395363311'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-21', 4, '1395385744'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 7, '1395418743'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 1, '1395365123'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 1, '1395367184'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 2, '1395371623'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-21', 15, '1395372335'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 3, '1395410009'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-21', 4, '1395420505'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 1, '1395383574'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 2, '1395410238'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-21', 1, '1395385438'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-21', 1, '1395385766'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 10, '1395387354'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 1, '1395390423'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-21', 2, '1395407834'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 11, '1395397328'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-21', 1, '1395397284'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 6, '1395401547'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-21', 5, '1395404259'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-21', 1, '1395409685'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-21', 1, '1395410300'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-21', 6, '1395411629'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-21', 1, '1395413364'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-21', 1, '1395413604'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-22', 8, '1395505156'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-22', 7, '1395494302'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-22', 7, '1395504566'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-22', 3, '1395446775'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-22', 8, '1395503013'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-22', 8, '1395500043'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-22', 6, '1395504992'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-22', 2, '1395442527'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-22', 2, '1395464438'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-22', 1, '1395452989'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-22', 2, '1395499076'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-22', 1, '1395456234'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-22', 2, '1395485757'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-22', 4, '1395479160'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-22', 24, '1395483517'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-22', 5, '1395505653'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-22', 415, '1395497284'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-22', 1, '1395493790'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-22', 1, '1395505389'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-22', 1, '1395506433'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-23', 1, '1395508422'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 11, '1395569609'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-23', 6, '1395573145'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-23', 6, '1395533609'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-23', 5, '1395581111'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 1, '1395516548'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 15, '1395517021'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 5, '1395563683'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-23', 6, '1395543515'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-23', 4, '1395544856'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-23', 2, '1395566720'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 16, '1395553635'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-23', 14, '1395553899'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 19, '1395553677'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 3, '1395568584'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-23', 13, '1395555624'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 15, '1395562890'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-23', 1, '1395564224'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-23', 2, '1395585130'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-23', 29, '1395584737'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-23', 1, '1395577360'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-23', 2, '1395584055'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-23', 1, '1395578483'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-23', 1, '1395579839'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-23', 1, '1395580827'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-23', 1, '1395582110'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 2, '1395592790'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-23', 2, '1395591445'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-24', 5, '1395650030'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 6, '1395655662'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-24', 4, '1395662197'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 2, '1395631413'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 4, '1395617353'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-24', 6, '1395679866'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-24', 1, '1395599498'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-24', 2, '1395658221'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-24', 1, '1395603778'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-24', 7, '1395673484'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-24', 2, '1395656996'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 7, '1395673828'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-24', 1, '1395615826'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 1, '1395615894'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-24', 8, '1395658440'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-24', 1, '1395665607'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-24', 2, '1395675057'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 1, '1395669010'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-24', 1, '1395669909'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 1, '1395671710'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-24', 2, '1395674608'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-24', 1, '1395676449'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-24', 1, '1395676856'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-25', 6, '1395743182'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-25', 20, '1395742876'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-25', 1, '1395687738'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-25', 6, '1395734931'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-25', 3, '1395762206'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-25', 5, '1395722311'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-25', 188, '1395709857'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-25', 4, '1395760519'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-25', 2, '1395737029'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-25', 1, '1395735296'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-25', 2, '1395737515'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-25', 1, '1395741877'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-25', 1, '1395743408'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-25', 4, '1395765169'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-25', 2, '1395760335'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-25', 5, '1395755373'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-25', 1, '1395750707'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-25', 1, '1395750827'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-25', 1, '1395752507'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-25', 1, '1395753865'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-25', 1, '1395754448'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-25', 1, '1395756246'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-25', 2, '1395766105'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-25', 1, '1395765010'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-26', 1, '1395767255'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-26', 3, '1395832534'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-26', 1, '1395771675'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-26', 3, '1395803549'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 8, '1395841450'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-26', 8, '1395848509'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-26', 2, '1395806013'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-26', 10, '1395852463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-26', 2, '1395778935'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-26', 10, '1395832530'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-26', 4, '1395834474'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-26', 2, '1395817760'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-26', 2, '1395824169'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-26', 12, '1395847320'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 1, '1395830240'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 1, '1395834402'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-26', 1, '1395838058'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-26', 1, '1395838353'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-26', 1, '1395839857'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 1, '1395843310'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 1, '1395844210'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 48, '1395846739'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-26', 23, '1395850487'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 1, '1395850401'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-26', 21, '1395852208'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-27', 3, '1395922647'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-27', 8, '1395938990'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-27', 1, '1395855560'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 2, '1395886768'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-27', 14, '1395916407'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-27', 4, '1395929468'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-27', 2, '1395920550'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 1, '1395862993'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-27', 6, '1395933170'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-27', 1, '1395869278'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-27', 1, '1395869299'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 7, '1395933240'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-27', 2, '1395890159'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-27', 4, '1395939286'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-27', 4, '1395895213'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-27', 1, '1395900961'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-27', 1, '1395904539'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 1, '1395906272'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-27', 1, '1395919625'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-27', 1, '1395921210'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-27', 1, '1395923634'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-27', 1, '1395927954'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-27', 1, '1395931024'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 1, '1395931932'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 1, '1395935523'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-27', 1, '1395936412'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-27', 1, '1395938212'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1395940469'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 5, '1396007492'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 1, '1395942550'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-28', 7, '1396022299'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-28', 11, '1396021400'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-28', 3, '1396013983'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1395948839'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 7, '1396017713'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1395956042'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1395956941'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 1, '1395957841'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 3, '1395988381'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-28', 3, '1396010775'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 1, '1395968611'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-28', 1, '1395968842'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 4, '1395972535'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1395972308'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 5, '1396018485'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1395972492'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1395972514'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-28', 2, '1395991248'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1395982576'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 1, '1395990331'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 2, '1396014596'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-28', 5, '1396007494'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 2, '1396022312'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-28', 1, '1396016020'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1396016912'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1396018712'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-28', 1, '1396019791'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1396020513'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-28', 1, '1396021413'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1396023682'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-28', 1, '1396024112'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-28', 1, '1396025763'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 1, '1396026662'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-29', 188, '1396029199'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 8, '1396109878'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 2, '1396088950'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-29', 6, '1396101280'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 3, '1396075132'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 1, '1396035389'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-29', 3, '1396092708'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 1, '1396037058'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 2, '1396038851'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-29', 7, '1396111880'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-29', 35, '1396040733'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 5, '1396099784'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-29', 3, '1396109681'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 1, '1396051552'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 1, '1396059917'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-29', 6, '1396061847'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 2, '1396093182'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 1, '1396076651'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 1, '1396092828'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 1, '1396096622'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-29', 1, '1396097838'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-29', 4, '1396106156'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-29', 1, '1396107197'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-29', 1, '1396107912'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 8, '1396186725'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-30', 20, '1396195619'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-30', 1, '1396115899'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-30', 3, '1396147333'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-30', 8, '1396182191'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 1, '1396119448'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-30', 8, '1396190463'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-30', 3, '1396174102'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-30', 4, '1396148718'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-30', 2, '1396170367'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-30', 1, '1396142140'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-30', 3, '1396142967'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 3, '1396194024'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 19, '1396150145'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 1, '1396150833'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 1, '1396151724'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 1, '1396164071'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 1, '1396165211'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 2, '1396167402'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 2, '1396184258'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-30', 2, '1396198576'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-30', 1, '1396176142'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-30', 1, '1396177327'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 2, '1396193996'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 3, '1396198001'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-30', 1, '1396187755'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-30', 1, '1396188435'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 1, '1396191016'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-30', 1, '1396191488'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-30', 1, '1396191796'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 1, '1396195797'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-30', 1, '1396196086'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-30', 9, '1396198794'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 1, '1396198830'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 12, '1396199477'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 8, '1396201116'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 5, '1396199716'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-31', 1, '1396200151'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 4, '1396266310'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 1, '1396201756'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 1, '1396203804'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 5, '1396276555'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 5, '1396254051'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 1, '1396211401'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-31', 5, '1396263781'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-31', 1, '1396219038'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-31', 10, '1396258060'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-31', 4, '1396243048'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-31', 7, '1396261060'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-31', 12, '1396281140'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 1, '1396238486'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 1, '1396238487'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-31', 2, '1396254769'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 1, '1396256761'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 1, '1396268090'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-31', 1, '1396271011'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 1, '1396271098'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-31', 2, '1396283241'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-03-31', 2, '1396283651'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-31', 1, '1396273656'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-03-31', 1, '1396275722'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-03-31', 1, '1396276280'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-03-31', 1, '1396277183'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-03-31', 1, '1396285015'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-01', 1, '1396285284'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-01', 5, '1396350554'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-01', 10, '1396309249'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-01', 9, '1396290352'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-01', 5, '1396346175'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-01', 3, '1396333850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-01', 1, '1396306250'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-01', 5, '1396365048'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-01', 1, '1396311294'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-01', 1, '1396314693'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-01', 1, '1396315263'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-01', 2, '1396363114'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-01', 4, '1396345750'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-01', 1, '1396331322'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-01', 1, '1396331499'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-01', 1, '1396334095'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-01', 1, '1396343981'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-01', 1, '1396354487'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-01', 3, '1396369829'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-01', 1, '1396356999'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-01', 1, '1396364217'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-01', 1, '1396364832'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-01', 1, '1396369384'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 3, '1396403886'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 2, '1396374611'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-02', 1, '1396375529'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 13, '1396376802'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396375832'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396376732'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 8, '1396454860'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-02', 3, '1396410313'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 1, '1396380033'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-02', 8, '1396452581'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-02', 2, '1396440785'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-02', 1, '1396381833'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 1, '1396383778'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 1, '1396384908'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-02', 2, '1396402737'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-02', 4, '1396389611'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 7, '1396444491'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-02', 1, '1396395508'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396408206'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-02', 5, '1396408350'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-02', 1, '1396419648'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-02', 11, '1396427888'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 19, '1396431083'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 1, '1396431218'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396437224'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-02', 1, '1396439494'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-02', 1, '1396439770'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396441330'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-02', 2, '1396449365'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396446977'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-02', 1, '1396452298'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-02', 1, '1396452363'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396453932'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-02', 1, '1396456279'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-02', 1, '1396457888'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-03', 12, '1396532109'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-03', 1, '1396463392'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-03', 1, '1396465668'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-03', 1, '1396468651'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 1, '1396474876'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 7, '1396538204'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-03', 1, '1396476195'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-03', 1, '1396476274'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-03', 38, '1396507961'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-03', 5, '1396535377'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 1, '1396478532'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-03', 6, '1396541022'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-03', 2, '1396527387'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-03', 1, '1396494652'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 1, '1396507104'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-03', 2, '1396514759'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-03', 3, '1396540914'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-03', 3, '1396524275'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 1, '1396524733'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 21, '1396529242'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-03', 1, '1396525310'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-03', 2, '1396527576'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-03', 1, '1396525748'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-03', 1, '1396537342'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-03', 8, '1396540084'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-03', 1, '1396544218'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396545673'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 4, '1396606103'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-04', 1, '1396545973'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-04', 8, '1396630137'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396548868'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 1, '1396551100'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 6, '1396600014'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-04', 54, '1396625700'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-04', 4, '1396614969'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396559500'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-04', 1, '1396559957'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 1, '1396562729'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 3, '1396622153'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396564448'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 1, '1396575320'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 4, '1396603351'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-04', 1, '1396585604'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396587768'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-04', 29, '1396609274'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396592452'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 2, '1396605911'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 1, '1396600337'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 1, '1396600339'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 54, '1396605729'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 3, '1396629885'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 37, '1396619817'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-04', 3, '1396629123'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-04', 22, '1396616702'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-04', 22, '1396617304'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 1, '1396615650'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-04', 2, '1396620887'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 22, '1396616851'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396618690'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-04', 26, '1396621493'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-04', 1, '1396621543'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-04', 8, '1396627705'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-05', 2, '1396681927'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-05', 8, '1396640224'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-05', 1, '1396639019'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-05', 7, '1396713619'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-05', 8, '1396711717'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-05', 6, '1396699751'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-05', 2, '1396689353'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-05', 4, '1396694307'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-05', 1, '1396648862'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-05', 33, '1396649335'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-05', 3, '1396716131'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-05', 10, '1396671093'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-05', 1, '1396679545'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-05', 1, '1396688844'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-05', 3, '1396694926'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-05', 2, '1396708470'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-05', 1, '1396700269'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-05', 3, '1396714895'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-05', 1, '1396702424'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-05', 1, '1396710806'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-05', 3, '1396716203'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-06', 1, '1396719623'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-06', 1, '1396720591'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-06', 5, '1396770513'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 12, '1396744266'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 4, '1396773654'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-06', 80, '1396725916'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-06', 4, '1396772366'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-06', 3, '1396773334'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-06', 1, '1396740053'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-06', 1, '1396740054'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 2, '1396758223'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-06', 15, '1396757202'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 1, '1396756056'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-06', 12, '1396762128'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 32, '1396779419'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-06', 1, '1396779419'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-06', 1, '1396781220'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-06', 1, '1396783550'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 13, '1396791801'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-06', 2, '1396797726'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-06', 1, '1396784995'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-06', 2, '1396798153'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-06', 27, '1396791421'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-06', 1, '1396795290'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 4, '1396876304'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-07', 8, '1396876210'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-07', 4, '1396852598'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-07', 9, '1396875695'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 12, '1396877388'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 1, '1396812033'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 1, '1396816131'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-07', 3, '1396828662'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-07', 1, '1396825161'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-07', 3, '1396825198'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 3, '1396867378'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-07', 1, '1396840617'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 1, '1396842823'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-07', 3, '1396846281'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-07', 1, '1396855706'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-07', 1, '1396857107'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-07', 18, '1396857864'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-07', 1, '1396862173'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-07', 1, '1396876290'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-07', 1, '1396881407'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-07', 4, '1396884513'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-07', 7, '1396886552'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-07', 2, '1396889459'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-07', 1, '1396888263'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 8, '1396971749'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-08', 1, '1396893443'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-08', 1, '1396893540'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 14, '1396972709'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-08', 12, '1396963331'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 108, '1396895557'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-08', 1, '1396896679'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-08', 4, '1396932278'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-08', 8, '1396973997'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-08', 1, '1396910352'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 18, '1396915977'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-08', 2, '1396938852'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 1, '1396928745'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-08', 1, '1396928746'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 1, '1396938907'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 1, '1396947298'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 9, '1396957889'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-08', 1, '1396947914'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-08', 1, '1396966112'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-08', 1, '1396966370'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-08', 1, '1396968631'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-08', 1, '1396971808'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-09', 8, '1397044528'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-09', 1, '1396979243'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-09', 9, '1397020116'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-09', 3, '1397058969'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-09', 1, '1396985246'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-09', 1, '1396987366'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-09', 2, '1396992111'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-09', 1, '1396992900'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-09', 1, '1396993156'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-09', 4, '1397030143'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-09', 1, '1397007832'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-09', 1, '1397013834'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-09', 5, '1397061719'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-09', 1, '1397021489'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-09', 2, '1397052914'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-09', 2, '1397032969'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-09', 1, '1397034441'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-09', 1, '1397039278'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-09', 1, '1397039590'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-09', 1, '1397043683'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-09', 1, '1397044542'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-09', 2, '1397050635'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-09', 1, '1397057747'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-10', 1, '1397066691'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 1, '1397066821'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-10', 2, '1397140540'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-10', 7, '1397142436'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 3, '1397068420'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 1, '1397068676'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 9, '1397146186'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-10', 4, '1397142882'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 2, '1397079447'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 7, '1397126964'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 5, '1397079136'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-10', 4, '1397079148'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 7, '1397141223'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 36, '1397081748'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 3, '1397082396'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 4, '1397084120'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 11, '1397091641'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 1, '1397095058'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 1, '1397104838'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-10', 47, '1397108364'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 4, '1397122069'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 3, '1397148249'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 2, '1397134898'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-10', 1, '1397125257'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-10', 2, '1397133765'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 2, '1397137178'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 1, '1397137189'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-10', 1, '1397144373'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-10', 1, '1397144487'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 6, '1397234474'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-11', 7, '1397172677'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-11', 1, '1397151163'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-11', 6, '1397230786'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-11', 5, '1397211334'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-11', 1, '1397153692'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 2, '1397153884'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-11', 6, '1397230159'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-11', 2, '1397163773'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-11', 3, '1397231032'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-11', 3, '1397224818'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 1, '1397164850'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-11', 7, '1397231082'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-11', 1, '1397167777'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-11', 1, '1397169576'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-11', 3, '1397174716'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 4, '1397174522'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-11', 1, '1397176076'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 2, '1397181040'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-11', 1, '1397181116'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 16, '1397225843'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 1, '1397193091'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-11', 1, '1397194635'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-11', 1, '1397200107'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-11', 1, '1397204171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-11', 1, '1397210229'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 1, '1397210294'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-11', 6, '1397217435'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-11', 1, '1397224924'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-11', 2, '1397226310'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-11', 1, '1397229430'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-11', 1, '1397231988'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 3, '1397236439'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 5, '1397315149'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 1, '1397236739'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-12', 1, '1397237040'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 1, '1397237639'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-12', 1, '1397237843'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 1, '1397238410'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 6, '1397307960'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 1, '1397241242'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 5, '1397264876'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-12', 1, '1397243790'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-12', 3, '1397280861'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 2, '1397269277'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 1, '1397257344'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-12', 1, '1397264409'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 1, '1397267517'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 1, '1397268274'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 1, '1397271695'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 1, '1397275831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 2, '1397276293'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 7, '1397316792'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-12', 1, '1397283157'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 1, '1397283159'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-12', 1, '1397288004'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 1, '1397288803'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-12', 2, '1397290077'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-12', 1, '1397291265'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 1, '1397291910'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 2, '1397303936'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 1, '1397303938'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-12', 7, '1397309618'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 1, '1397308489'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-12', 2, '1397316415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-12', 1, '1397320346'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-13', 7, '1397397855'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 3, '1397378104'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-13', 2, '1397326079'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-13', 5, '1397400087'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 5, '1397397779'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-13', 4, '1397329561'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 6, '1397330621'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-13', 2, '1397329001'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-13', 8, '1397378255'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-13', 7, '1397331643'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-13', 1, '1397336186'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-13', 3, '1397370410'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-13', 1, '1397345457'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-13', 1, '1397348759'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-13', 5, '1397400419'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 9, '1397361500'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-13', 10, '1397359720'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-13', 6, '1397361001'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-13', 6, '1397361347'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-13', 1, '1397363896'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 1, '1397364211'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 1, '1397366395'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-13', 1, '1397376754'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-13', 1, '1397386103'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-13', 1, '1397392335'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 1, '1397394727'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-13', 1, '1397403217'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-14', 7, '1397493092'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-14', 8, '1397492584'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-14', 7, '1397446640'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 5, '1397470086'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 1, '1397411998'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-14', 1, '1397415670'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-14', 5, '1397453818'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-14', 4, '1397417189'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-14', 1, '1397418367'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-14', 4, '1397493545'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-14', 1, '1397422667'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-14', 4, '1397486058'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 2, '1397434014'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-14', 1, '1397434327'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-14', 1, '1397437155'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-14', 3, '1397462223'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 1, '1397449877'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 8, '1397453585'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-14', 1, '1397456795'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-14', 3, '1397480192'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 1, '1397462823'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-14', 4, '1397466442'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-14', 1, '1397469669'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-14', 1, '1397470931'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 1, '1397495609'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 1, '1397496509'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 6, '1397514528'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-15', 2, '1397501582'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 6, '1397557020'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-15', 3, '1397572851'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 1, '1397502301'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 1, '1397502377'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-15', 1, '1397504209'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 1, '1397511987'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 3, '1397576015'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-15', 11, '1397575406'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 1, '1397520249'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-15', 1, '1397521035'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 3, '1397523905'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 1, '1397522260'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 1, '1397522425'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 1, '1397522465'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 1, '1397525008'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 7, '1397578103'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-15', 2, '1397537205'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 1, '1397530428'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-15', 1, '1397532612'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 1, '1397532913'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 5, '1397579191'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 2, '1397557595'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-15', 1, '1397543087'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 2, '1397558753'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-15', 1, '1397559190'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-15', 1, '1397565275'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 1, '1397568868'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 1, '1397572198'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 2, '1397575913'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 2, '1397576388'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-15', 3, '1397578172'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-15', 2, '1397580048'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-15', 2, '1397580347'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 5, '1397638223'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 2, '1397582828'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 7, '1397587708'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 12, '1397640240'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 1, '1397582412'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 4, '1397635965'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 3, '1397604376'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 4, '1397629971'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 1, '1397585489'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 4, '1397591747'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 2, '1397589847'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 1, '1397591452'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 2, '1397608218'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 1, '1397592165'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 3, '1397599735'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 1, '1397593862'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 2, '1397601803'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 1, '1397596717'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 1, '1397596914'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 3, '1397639361'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 3, '1397617085'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 2, '1397645024'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 4, '1397659816'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 1, '1397604015'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 3, '1397608495'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 3, '1397609974'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 2, '1397612607'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 3, '1397643435'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 1, '1397612295'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 7, '1397621960'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 1, '1397617231'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 6, '1397626398'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 2, '1397626376'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 1, '1397628833'); INSERT INTO `statistik` VALUES ('23.23.222.104', '2014-04-16', 1, '1397631031'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 4, '1397667341'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 16, '1397644234'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 11, '1397644214'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 2, '1397640578'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 8, '1397644332'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 5, '1397644136'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 2, '1397650992'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 1, '1397648278'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-16', 2, '1397650546'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 3, '1397666829'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 1, '1397652133'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 1, '1397652745'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 1, '1397652748'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-16', 1, '1397652879'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-16', 9, '1397655215'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 1, '1397658716'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-16', 1, '1397665005'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-16', 1, '1397665759'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-17', 1, '1397671890'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 8, '1397748650'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-17', 1, '1397672760'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 1, '1397674127'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-17', 3, '1397749480'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-17', 6, '1397745955'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 2, '1397733190'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-17', 1, '1397685795'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-17', 4, '1397700824'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 1, '1397700079'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 1, '1397700688'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-17', 13, '1397715404'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-17', 1, '1397703965'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 8, '1397753680'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 5, '1397742344'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 7, '1397718016'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 1, '1397715979'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-17', 1, '1397717133'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-17', 2, '1397738437'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-17', 1, '1397722863'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 1, '1397734725'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-17', 6, '1397742017'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 1, '1397737718'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 1, '1397738662'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 1, '1397745635'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-17', 10, '1397753390'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-17', 1, '1397746740'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-17', 1, '1397750359'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 1, '1397755171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 6, '1397775108'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-18', 5, '1397805372'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 3, '1397775286'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-18', 9, '1397762307'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 2, '1397785946'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 5, '1397809427'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 6, '1397809812'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 3, '1397764168'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-18', 5, '1397823002'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-18', 1, '1397781700'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 1, '1397790559'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 1, '1397791378'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 1, '1397793114'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-18', 1, '1397794472'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 2, '1397835526'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 1, '1397817332'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-18', 1, '1397818834'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 2, '1397832910'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-18', 1, '1397829479'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-18', 6, '1397830489'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 1, '1397838596'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-18', 1, '1397839242'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-19', 8, '1397910496'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-19', 4, '1397919784'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 7, '1397907332'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-19', 5, '1397925419'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-19', 1, '1397852054'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 3, '1397921285'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397872818'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-19', 3, '1397875999'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-19', 2, '1397885631'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-19', 1, '1397876631'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-19', 4, '1397877293'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397880245'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397887594'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-19', 15, '1397889275'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-19', 1, '1397889648'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-19', 1, '1397894423'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397898275'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397902481'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-19', 1, '1397904281'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397906517'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-19', 1, '1397907747'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-19', 1, '1397911003'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-19', 1, '1397918147'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-19', 2, '1397920807'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-19', 1, '1397921459'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-20', 3, '1397936334'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 6, '1397983014'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-20', 1, '1397928697'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-20', 5, '1397990496'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-20', 40, '1397990141'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-20', 2, '1397931395'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-20', 6, '1397989667'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 8, '1397984990'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-20', 4, '1398004973'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-20', 1, '1397962936'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 1, '1397965046'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-20', 1, '1397969712'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 1, '1397977059'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 3, '1398012002'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-20', 3, '1398012506'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-20', 1, '1397987730'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-20', 2, '1398003744'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-20', 2, '1398011302'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-20', 1, '1398005537'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 1, '1398005644'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-20', 1, '1398008177'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-20', 1, '1398010502'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-21', 1, '1398013290'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-21', 8, '1398090397'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-21', 8, '1398090457'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-21', 7, '1398096521'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-21', 35, '1398076188'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-21', 1, '1398025399'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-21', 1, '1398032657'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-21', 2, '1398083005'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-21', 1, '1398040672'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-21', 1, '1398043455'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-21', 9, '1398087971'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-21', 2, '1398078519'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-21', 2, '1398082988'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-21', 1, '1398077039'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-21', 1, '1398080156'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-21', 1, '1398089850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-22', 6, '1398159476'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-22', 5, '1398171735'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 1, '1398103593'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 2, '1398103845'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 5, '1398177003'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 1, '1398105626'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-22', 4, '1398180126'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-22', 2, '1398108309'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-22', 31, '1398185777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 7, '1398168138'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-22', 1, '1398112777'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-22', 5, '1398185436'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-22', 1, '1398120149'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 1, '1398121868'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-22', 1, '1398126559'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-22', 1, '1398142500'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-22', 1, '1398158419'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-22', 1, '1398158422'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-22', 1, '1398161732'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-22', 1, '1398167928'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-22', 1, '1398168388'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-22', 1, '1398168945'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-22', 2, '1398185582'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-22', 1, '1398171713'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-22', 1, '1398177928'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-22', 1, '1398178947'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 8, '1398272240'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-23', 4, '1398245790'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-23', 1, '1398192382'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-23', 1, '1398193020'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-23', 9, '1398265828'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 1, '1398195398'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-23', 65, '1398269122'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-23', 5, '1398270697'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-23', 1, '1398199709'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-23', 6, '1398242638'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-23', 10, '1398239791'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-23', 2, '1398247474'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-23', 1, '1398212973'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-23', 1, '1398213375'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-23', 1, '1398215174'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-23', 1, '1398218207'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-23', 1, '1398218349'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-23', 2, '1398234488'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 1, '1398220779'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 1, '1398225162'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 2, '1398244077'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 1, '1398245790'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 1, '1398249679'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-23', 1, '1398249681'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-23', 1, '1398257366'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-23', 1, '1398264736'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-24', 7, '1398354650'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 1, '1398275499'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 2, '1398322767'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-24', 6, '1398350129'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-24', 6, '1398349005'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-24', 5, '1398337393'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 3, '1398355361'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-24', 1, '1398286891'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 1, '1398293651'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-24', 4, '1398327276'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-24', 4, '1398346902'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-24', 1, '1398300177'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-24', 1, '1398325842'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-24', 1, '1398329826'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-24', 1, '1398330171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-24', 194, '1398340133'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 2, '1398352924'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-24', 4, '1398354884'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-24', 1, '1398340847'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 1, '1398343891'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-24', 1, '1398344522'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-24', 1, '1398352766'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-24', 1, '1398354852'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-24', 1, '1398355006'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-24', 1, '1398357876'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-25', 8, '1398437532'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-25', 5, '1398365183'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-25', 8, '1398438411'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-25', 4, '1398423358'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-25', 1, '1398362975'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-25', 7, '1398434649'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-25', 2, '1398404003'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-25', 1, '1398376625'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-25', 1, '1398376625'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-25', 32, '1398427278'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-25', 1, '1398396152'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-25', 1, '1398397178'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-25', 8, '1398409291'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-25', 1, '1398411355'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-25', 1, '1398423929'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-25', 1, '1398426721'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-25', 1, '1398441283'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-25', 1, '1398444460'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-25', 1, '1398444783'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-26', 1, '1398447972'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-26', 6, '1398502397'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-26', 6, '1398503319'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-26', 1, '1398451458'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-26', 2, '1398454022'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 24, '1398530894'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-26', 1, '1398456419'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-26', 4, '1398521918'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 4, '1398529204'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-26', 8, '1398513520'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-26', 1, '1398464465'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-26', 5, '1398498933'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 1, '1398477019'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-26', 3, '1398508340'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-26', 1, '1398501131'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 1, '1398513247'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-26', 1, '1398514122'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-26', 2, '1398529415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-26', 2, '1398526705'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-26', 1, '1398516816'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 1, '1398517269'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-26', 1, '1398525664'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 1, '1398529751'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-26', 1, '1398529952'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-27', 3, '1398578388'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-27', 8, '1398586804'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-27', 9, '1398603878'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-27', 6, '1398565266'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-27', 2, '1398557218'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-27', 12, '1398606159'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-27', 1, '1398534822'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-27', 3, '1398561881'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-27', 8, '1398613182'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-27', 1, '1398538477'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-27', 10, '1398592002'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-27', 8, '1398615893'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-27', 6, '1398604792'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-27', 1, '1398545350'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-27', 7, '1398598203'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-27', 5, '1398609295'); INSERT INTO `statistik` VALUES ('199.223.234.184', '2014-04-27', 1, '1398565530'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-27', 2, '1398591409'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-27', 1, '1398586330'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-27', 1, '1398588475'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-27', 1, '1398614576'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-27', 1, '1398614613'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-28', 1, '1398619182'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-28', 4, '1398666401'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-28', 1, '1398621444'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 10, '1398622639'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-28', 8, '1398698939'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-28', 3, '1398654172'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 4, '1398703557'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 5, '1398684177'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-28', 5, '1398681436'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 1, '1398625874'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 8, '1398703381'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 1, '1398627788'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-28', 1, '1398630152'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 1, '1398631257'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-28', 1, '1398636500'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-28', 1, '1398636606'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-28', 1, '1398637156'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 1, '1398639044'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 4, '1398680951'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-28', 1, '1398642653'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 4, '1398685720'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 1, '1398668708'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-28', 1, '1398669198'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-28', 1, '1398673085'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-28', 3, '1398680915'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-28', 1, '1398684682'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 1, '1398687895'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-28', 1, '1398688782'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 1, '1398688783'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-28', 1, '1398689678'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-28', 1, '1398693491'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-28', 4, '1398698061'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-28', 1, '1398703259'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-29', 1, '1398705254'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-29', 8, '1398776909'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 1, '1398707591'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-29', 9, '1398789053'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-29', 6, '1398764199'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-29', 2, '1398740182'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-29', 1, '1398712580'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 6, '1398768238'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-29', 1, '1398715049'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 3, '1398787898'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-29', 1, '1398727043'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 1, '1398730034'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-29', 1, '1398730378'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-29', 46, '1398775482'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-29', 1, '1398743196'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-29', 1, '1398755317'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-29', 1, '1398755322'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 1, '1398763952'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-29', 1, '1398772053'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 1, '1398774783'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 3, '1398789327'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-29', 1, '1398775683'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-29', 2, '1398789486'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-29', 1, '1398782646'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-29', 1, '1398788550'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 2, '1398807166'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-30', 6, '1398857314'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 7, '1398830634'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-30', 1, '1398797329'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 3, '1398821753'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 4, '1398830820'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 1, '1398801186'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-30', 5, '1398847879'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 2, '1398809609'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 1, '1398813817'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-30', 1, '1398813933'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-30', 2, '1398867140'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-30', 1, '1398833384'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 1, '1398836187'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 4, '1398869626'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 1, '1398837364'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-30', 4, '1398870063'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 4, '1398874060'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-30', 1, '1398846200'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 1, '1398851964'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-30', 1, '1398852026'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 1, '1398852851'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 2, '1398867382'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 1, '1398853698'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 1, '1398853773'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-30', 1, '1398853893'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 1, '1398854698'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 2, '1398873349'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-04-30', 1, '1398862631'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-30', 1, '1398865123'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-04-30', 1, '1398865474'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-30', 1, '1398871824'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-30', 1, '1398873525'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-04-30', 1, '1398873624'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-04-30', 1, '1398876608'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-04-30', 1, '1398876654'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-01', 36, '1398961403'); INSERT INTO `statistik` VALUES ('172.16.58.33', '2014-05-01', 1, '1398879836'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-01', 1, '1398879873'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 8, '1398956248'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 1, '1398880947'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-01', 8, '1398956941'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-01', 1, '1398886502'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-01', 1, '1398886632'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-01', 3, '1398900224'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-01', 1, '1398890737'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-01', 2, '1398931721'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 4, '1398949643'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-01', 7, '1398958643'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-01', 1, '1398907548'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-01', 1, '1398909070'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-01', 4, '1398925547'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 1, '1398917228'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-01', 1, '1398928819'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-01', 1, '1398931420'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-01', 1, '1398931489'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-01', 1, '1398937890'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-01', 1, '1398943527'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 1, '1398947121'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-01', 1, '1398949340'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 1, '1398951047'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 1, '1398951914'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-01', 1, '1398961464'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-02', 6, '1399021866'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 6, '1399023866'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 6, '1399022556'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 1, '1398969507'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-02', 34, '1399048811'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-02', 1, '1398970900'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-02', 1, '1398971933'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-02', 1, '1398975531'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-02', 4, '1399036600'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-02', 1, '1398984141'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 1, '1398985943'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-02', 1, '1398988081'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 1, '1398994811'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-02', 1, '1398995611'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-02', 4, '1399025029'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-02', 1, '1399013692'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-02', 106, '1399021895'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-02', 106, '1399021895'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-02', 106, '1399021895'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-02', 1, '1399023136'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-02', 2, '1399041034'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-02', 1, '1399029085'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-02', 2, '1399043488'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 2, '1399044191'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-02', 1, '1399037588'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-02', 1, '1399047393'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-03', 1, '1399051116'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-03', 1, '1399051117'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-03', 7, '1399115577'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 3, '1399076116'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-03', 7, '1399114400'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 34, '1399130929'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-03', 1, '1399057048'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 4, '1399107865'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-03', 1, '1399063461'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 3, '1399081407'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-03', 2, '1399127705'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-03', 4, '1399101863'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 1, '1399068630'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-03', 1, '1399068961'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-03', 1, '1399071530'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 1, '1399077440'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 1, '1399078616'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-03', 2, '1399126562'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-03', 2, '1399124778'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 1, '1399091332'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-03', 1, '1399096526'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-03', 1, '1399112130'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 1, '1399114811'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-03', 1, '1399116700'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-03', 1, '1399123742'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-03', 2, '1399136024'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-03', 1, '1399126410'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-03', 1, '1399135938'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-04', 3, '1399218606'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-04', 8, '1399212939'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-04', 50, '1399222619'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-04', 1, '1399139799'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-04', 5, '1399218433'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-04', 3, '1399185951'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-04', 1, '1399141992'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-04', 1, '1399145901'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-04', 8, '1399222501'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-04', 5, '1399181607'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-04', 6, '1399152748'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-04', 1, '1399153190'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-04', 1, '1399155320'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-04', 7, '1399208306'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-04', 14, '1399160094'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-04', 3, '1399221816'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-04', 1, '1399169660'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-04', 3, '1399221174'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-05', 46, '1399307074'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-05', 8, '1399299457'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-05', 6, '1399293704'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-05', 2, '1399301800'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-05', 5, '1399300735'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-05', 7, '1399302079'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-05', 7, '1399302016'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-05', 6, '1399294203'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-05', 5, '1399308415'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-05', 2, '1399243675'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-05', 1, '1399248874'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-05', 1, '1399268247'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-05', 1, '1399272438'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-05', 4, '1399274740'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-05', 1, '1399283326'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-05', 1, '1399298518'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-05', 1, '1399303277'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-05', 1, '1399303314'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-05', 1, '1399304103'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-05', 1, '1399305679'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-05', 1, '1399307265'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-06', 30, '1399385778'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 8, '1399377989'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 7, '1399378352'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-06', 3, '1399387544'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 17, '1399316343'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-06', 5, '1399388949'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 1, '1399320173'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 1, '1399320839'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 2, '1399321891'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 4, '1399368345'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-06', 3, '1399365118'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 1, '1399339668'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 1, '1399340090'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 3, '1399375691'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 1, '1399348560'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 1, '1399348595'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 1, '1399358707'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 1, '1399368742'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 1, '1399373849'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-06', 1, '1399378317'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-06', 1, '1399379087'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-06', 1, '1399387064'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-06', 1, '1399388843'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-06', 2, '1399391908'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-06', 1, '1399392651'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-06', 1, '1399394542'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-07', 1, '1399397582'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 7, '1399464999'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 5, '1399409251'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 1, '1399398807'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 6, '1399453777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-07', 3, '1399458930'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399401853'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-07', 6, '1399453266'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-07', 1, '1399402752'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399402752'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-07', 3, '1399412810'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 1, '1399404599'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-07', 4, '1399444486'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-07', 1, '1399417940'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 26, '1399458967'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 5, '1399470403'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-07', 5, '1399478098'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399429264'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 1, '1399432186'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399444167'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 1, '1399447031'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-07', 1, '1399451358'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399452243'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 2, '1399454775'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 1, '1399456568'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 8, '1399459585'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-07', 1, '1399462185'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 2, '1399474928'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 2, '1399473053'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 1, '1399469293'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 18, '1399476829'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-07', 1, '1399478661'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-07', 1, '1399479035'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399479818'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-07', 1, '1399481064'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-07', 1, '1399481116'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-07', 1, '1399481903'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 7, '1399483440'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 10, '1399483500'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-08', 3, '1399532707'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-08', 6, '1399538006'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-08', 4, '1399513294'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-08', 6, '1399539816'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-08', 2, '1399497892'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 3, '1399501007'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 5, '1399559789'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-08', 2, '1399545224'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-08', 32, '1399560378'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-08', 3, '1399566622'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-08', 1, '1399493510'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-08', 1, '1399497675'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-08', 3, '1399517428'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 1, '1399499531'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-08', 3, '1399502547'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-08', 1, '1399514068'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-08', 1, '1399518574'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-08', 1, '1399523415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 1, '1399530526'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-08', 1, '1399539112'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-08', 2, '1399559654'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 1, '1399549071'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 2, '1399561446'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-08', 1, '1399554420'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-08', 1, '1399563407'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-08', 1, '1399565194'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-09', 2, '1399650672'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-09', 9, '1399645856'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-09', 9, '1399654176'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-09', 21, '1399650114'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-09', 8, '1399648876'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-09', 1, '1399576111'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-09', 1, '1399577911'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-09', 5, '1399646575'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-09', 2, '1399639191'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-09', 1, '1399589215'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-09', 2, '1399640390'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-09', 7, '1399653580'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-09', 2, '1399617789'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-09', 1, '1399615960'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-09', 4, '1399653222'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-09', 11, '1399638647'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-09', 2, '1399649093'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-10', 17, '1399739473'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 7, '1399730907'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-10', 3, '1399675021'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-10', 1, '1399662104'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-10', 8, '1399740724'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-10', 1, '1399666993'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-10', 1, '1399667515'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-10', 8, '1399740590'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-10', 7, '1399740859'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 6, '1399726975'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-10', 1, '1399672127'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-10', 3, '1399715293'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-10', 1, '1399687293'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 6, '1399735089'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-10', 11, '1399706592'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 11, '1399708640'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 9, '1399707116'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-10', 6, '1399707883'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-10', 1, '1399708479'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-10', 1, '1399732754'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 1, '1399734674'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-10', 1, '1399735717'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-10', 1, '1399736474'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-10', 1, '1399736617'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-11', 7, '1399804155'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-11', 1, '1399742117'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-11', 5, '1399825887'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-11', 13, '1399810730'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 19, '1399817958'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-11', 5, '1399820283'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-11', 7, '1399826065'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-11', 9, '1399825938'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-11', 6, '1399805593'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 2, '1399827293'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-11', 4, '1399805808'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-11', 1, '1399761640'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-11', 8, '1399780196'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-11', 9, '1399780309'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 1, '1399794436'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-11', 1, '1399794696'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 36, '1399803797'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-11', 1, '1399805808'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 8, '1399812692'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-11', 1, '1399813429'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-11', 2, '1399825929'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-11', 2, '1399823738'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 1, '1399818969'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-11', 1, '1399819102'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-11', 1, '1399820739'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-11', 1, '1399826328'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-12', 6, '1399863170'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-12', 1, '1399831752'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-12', 1, '1399831794'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-12', 6, '1399905713'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-12', 7, '1399908795'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-12', 8, '1399908602'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-12', 1, '1399841790'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-12', 1, '1399845443'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-12', 5, '1399887030'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-12', 9, '1399897141'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-12', 1, '1399860170'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-12', 6, '1399913873'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-12', 12, '1399900884'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-12', 1, '1399898896'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-12', 2, '1399907059'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-12', 1, '1399910313'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-13', 22, '1399997993'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-13', 1, '1399918803'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-13', 7, '1400000086'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-13', 6, '1399966372'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-13', 2, '1399999414'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-13', 25, '1399996458'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-13', 6, '1399997742'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-13', 3, '1399947451'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-13', 1, '1399944336'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-13', 17, '1399952592'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-13', 2, '1399976603'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-13', 1, '1399968182'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-13', 3, '1399999290'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-13', 2, '1399983845'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-13', 1, '1399979507'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-13', 1, '1399979732'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-13', 1, '1399990978'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-13', 1, '1399998633'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-14', 4, '1400082966'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 33, '1400075345'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 1, '1400004425'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-14', 3, '1400078895'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-14', 4, '1400071302'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-14', 1, '1400006383'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 2, '1400078089'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 8, '1400083437'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-14', 8, '1400086023'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-14', 5, '1400085151'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-14', 21, '1400047615'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 1, '1400015026'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-14', 3, '1400072276'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 3, '1400077989'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 1, '1400015678'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 3, '1400063612'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-14', 1, '1400021804'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 4, '1400070945'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-14', 10, '1400085075'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 1, '1400023605'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 2, '1400072272'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 2, '1400049326'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 18, '1400045902'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-14', 21, '1400048048'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 12, '1400051482'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-14', 1, '1400053756'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-14', 1, '1400055849'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-14', 2, '1400083727'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-14', 1, '1400072787'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-14', 1, '1400075909'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-14', 1, '1400078440'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-15', 4, '1400152355'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 3, '1400135241'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-15', 34, '1400155826'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 3, '1400149980'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 15, '1400152754'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 8, '1400167887'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 3, '1400140934'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 2, '1400152379'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 7, '1400167887'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 1, '1400099104'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 1, '1400099230'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-15', 2, '1400152296'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 1, '1400100801'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 1, '1400101264'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 1, '1400102289'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 8, '1400171595'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-15', 1, '1400108486'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 1, '1400114727'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-15', 1, '1400117407'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 1, '1400121071'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 1, '1400124071'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-15', 2, '1400142776'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 1, '1400129473'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 2, '1400157987'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 1, '1400146528'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 1, '1400148732'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 1, '1400150074'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-15', 1, '1400158229'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-15', 1, '1400160321'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 2, '1400170598'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-15', 1, '1400163826'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 2, '1400168538'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-15', 2, '1400168747'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-15', 1, '1400171924'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-15', 1, '1400171973'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 8, '1400238071'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-16', 1, '1400174844'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-16', 5, '1400196692'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-16', 6, '1400236154'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 7, '1400249796'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-16', 8, '1400259169'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-16', 1, '1400181698'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-16', 2, '1400202074'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 1, '1400186651'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-16', 6, '1400234895'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-16', 5, '1400229951'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-16', 2, '1400221393'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-16', 4, '1400254725'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-16', 3, '1400229178'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-16', 24, '1400255405'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 1, '1400211900'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-16', 34, '1400214962'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 1, '1400218061'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-16', 1, '1400230901'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 1, '1400239653'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 2, '1400245076'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-16', 9, '1400259179'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-16', 6, '1400257668'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-16', 1, '1400249529'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-16', 1, '1400249979'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-16', 1, '1400254090'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 2, '1400278497'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-17', 31, '1400343241'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 6, '1400320509'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 19, '1400342649'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-17', 15, '1400333975'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-17', 1, '1400262169'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-17', 4, '1400279257'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-17', 5, '1400313230'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-17', 3, '1400314700'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 1, '1400283046'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-17', 1, '1400288260'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 5, '1400327680'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 1, '1400295093'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-17', 1, '1400299036'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-17', 1, '1400308975'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-17', 1, '1400313826'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-17', 1, '1400313908'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-17', 3, '1400345690'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-17', 1, '1400329786'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-17', 1, '1400330640'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-17', 2, '1400344998'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-17', 1, '1400334329'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-17', 1, '1400335853'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-17', 1, '1400336321'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-17', 1, '1400339119'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-17', 1, '1400339195'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-18', 5, '1400410645'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-18', 7, '1400429694'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-18', 1, '1400352877'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-18', 21, '1400430357'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-18', 8, '1400426301'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-18', 8, '1400432169'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-18', 4, '1400376564'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-18', 6, '1400415511'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-18', 1, '1400367540'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-18', 4, '1400399628'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-18', 3, '1400373952'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-18', 2, '1400374743'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-18', 15, '1400430586'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-18', 1, '1400378341'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-18', 1, '1400395029'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-18', 1, '1400405964'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-18', 1, '1400408028'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-18', 1, '1400415892'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-18', 1, '1400422703'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-19', 19, '1400496324'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 9, '1400454420'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-19', 4, '1400509633'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 3, '1400506525'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 6, '1400491165'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-19', 1, '1400438709'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-19', 3, '1400502263'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-19', 5, '1400486270'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-19', 5, '1400457960'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-19', 2, '1400502177'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-19', 2, '1400465632'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 1, '1400466169'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-19', 1, '1400480127'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-19', 1, '1400481927'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-19', 1, '1400485915'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-19', 1, '1400497084'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 1, '1400497777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-19', 2, '1400503568'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-19', 6, '1400516464'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 1, '1400502001'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-19', 2, '1400518700'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-19', 1, '1400509147'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-19', 1, '1400512345'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-19', 1, '1400512511'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-19', 1, '1400514383'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-19', 8, '1400518414'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 1, '1400519197'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 5, '1400555205'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 29, '1400604194'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-20', 1, '1400525193'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-20', 5, '1400601887'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 2, '1400540322'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 1, '1400529545'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-20', 5, '1400590471'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 8, '1400588047'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 3, '1400568464'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 1, '1400540459'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-20', 1, '1400540560'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-20', 1, '1400545840'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 2, '1400572759'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 4, '1400589273'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 2, '1400579279'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-20', 2, '1400583575'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 1, '1400567197'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 3, '1400595900'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 1, '1400569348'); INSERT INTO `statistik` VALUES ('54.225.116.83', '2014-05-20', 18, '1400569685'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 1, '1400572438'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-20', 1, '1400585004'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-20', 1, '1400588255'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-20', 1, '1400588868'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 1, '1400588887'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 5, '1400604718'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 1, '1400590103'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 2, '1400591776'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 1, '1400594384'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-20', 1, '1400595504'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 1, '1400596187'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-20', 1, '1400597084'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-20', 1, '1400600960'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 1, '1400605223'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 4, '1400620144'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 2, '1400663181'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 2, '1400668243'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 1, '1400611774'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 19, '1400690584'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 1, '1400616031'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 1, '1400616605'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 7, '1400646100'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 1, '1400621046'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 3, '1400663075'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 2, '1400637648'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-21', 3, '1400670656'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-21', 5, '1400667060'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 5, '1400672583'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 2, '1400659843'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-21', 1, '1400641447'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 1, '1400645750'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 1, '1400648461'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 1, '1400649162'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-21', 1, '1400649166'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 2, '1400670082'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-21', 1, '1400659432'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-21', 2, '1400687669'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-21', 1, '1400664338'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 1, '1400666279'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-21', 1, '1400671341'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-21', 1, '1400674677'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 5, '1400689787'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-21', 4, '1400689680'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 1, '1400680894'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-21', 1, '1400681463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 1, '1400682398'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 3, '1400684858'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-21', 1, '1400684919'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-21', 2, '1400685883'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-21', 3, '1400687661'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-21', 1, '1400690971'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-22', 3, '1400745765'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-22', 4, '1400758049'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-22', 7, '1400762800'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-22', 14, '1400725961'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-22', 18, '1400763573'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-22', 2, '1400711022'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-22', 3, '1400756569'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-22', 2, '1400747233'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-22', 5, '1400753840'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-22', 6, '1400776687'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-22', 3, '1400727850'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-22', 4, '1400754574'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-22', 1, '1400713113'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-22', 3, '1400768856'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-22', 1, '1400723619'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-22', 1, '1400725702'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-22', 2, '1400767382'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-22', 1, '1400736055'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-22', 1, '1400758629'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-22', 1, '1400759864'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-22', 1, '1400759871'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-22', 1, '1400763215'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-22', 1, '1400768387'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-22', 1, '1400769347'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 4, '1400853876'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 23, '1400862433'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-23', 3, '1400812102'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-23', 9, '1400859276'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 1, '1400788656'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 1, '1400789002'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 4, '1400848798'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 1, '1400797777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-23', 4, '1400855287'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-23', 3, '1400833724'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-23', 7, '1400808688'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 3, '1400843059'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 4, '1400814048'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-23', 1, '1400818942'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-23', 1, '1400828169'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-23', 1, '1400829269'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 3, '1400833815'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 2, '1400850943'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-23', 2, '1400854435'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-23', 2, '1400840096'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-23', 1, '1400840836'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 3, '1400841033'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 3, '1400843324'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-23', 2, '1400855344'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-23', 1, '1400851672'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-23', 1, '1400854694'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-23', 1, '1400855061'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-23', 2, '1400858108'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-24', 4, '1400919141'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-24', 25, '1400945491'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-24', 23, '1400945408'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-24', 2, '1400941937'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-24', 1, '1400868834'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-24', 6, '1400931127'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-24', 1, '1400881595'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-24', 1, '1400882584'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-24', 5, '1400927682'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-24', 5, '1400947917'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-24', 1, '1400887742'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-24', 1, '1400888262'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-24', 1, '1400890385'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-24', 1, '1400891264'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-24', 2, '1400935171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-24', 1, '1400905717'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-24', 3, '1400940764'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-24', 1, '1400911507'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-24', 2, '1400933805'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-24', 1, '1400928910'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-24', 1, '1400931185'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-24', 1, '1400937764'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-24', 1, '1400939034'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-24', 1, '1400941154'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-24', 1, '1400947565'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-24', 1, '1400950574'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 6, '1401024724'); INSERT INTO `statistik` VALUES ('37.58.100.182', '2014-05-25', 5, '1400954372'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-25', 4, '1400954586'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-25', 4, '1400954022'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 10, '1400955039'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-25', 6, '1401028415'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-25', 2, '1400954078'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 4, '1400954211'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 13, '1401023731'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-25', 4, '1401027230'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-25', 19, '1401024806'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-25', 1, '1400958114'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-25', 1, '1400963551'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-25', 1, '1400965358'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 1, '1400966258'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 2, '1401035535'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 1, '1400973381'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 1, '1400973989'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 1, '1400983251'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-25', 1, '1400983947'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-25', 1, '1400985173'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 8, '1400987443'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 1, '1400987188'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 1, '1400998624'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 2, '1401006289'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-25', 1, '1401001952'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-25', 1, '1401003103'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-25', 1, '1401007176'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-25', 10, '1401010877'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 1, '1401027495'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-25', 1, '1401035251'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-26', 15, '1401075670'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-26', 8, '1401123352'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-26', 4, '1401115013'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 3, '1401111224'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-26', 2, '1401054092'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-26', 4, '1401093292'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 2, '1401087017'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-26', 7, '1401114626'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-26', 2, '1401060924'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 3, '1401100414'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 4, '1401122023'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-26', 1, '1401070260'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-26', 5, '1401076837'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-26', 1, '1401082557'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-26', 1, '1401088619'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 2, '1401122038'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-26', 1, '1401097300'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-26', 1, '1401100305'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-26', 1, '1401101205'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-26', 1, '1401104131'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 1, '1401107165'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 1, '1401107165'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-26', 1, '1401113922'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-26', 1, '1401114765'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-26', 1, '1401118887'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 1, '1401123630'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-27', 4, '1401169074'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 15, '1401203930'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-27', 5, '1401201070'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-27', 3, '1401197718'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-27', 3, '1401200783'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-27', 3, '1401183218'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-27', 3, '1401164418'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-27', 2, '1401190718'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-27', 3, '1401208526'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-27', 1, '1401150253'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-27', 1, '1401150369'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-27', 2, '1401154803'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 2, '1401201468'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-27', 1, '1401170304'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-27', 10, '1401206945'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 1, '1401173896'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-27', 2, '1401186903'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-27', 2, '1401201525'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 1, '1401186819'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-27', 1, '1401190855'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 1, '1401193149'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-27', 1, '1401193710'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-27', 1, '1401200300'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 14, '1401281512'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-28', 1, '1401212334'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 1, '1401213728'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 1, '1401215224'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 20, '1401288044'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-28', 5, '1401287372'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-28', 1, '1401217195'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 2, '1401240953'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-28', 5, '1401288013'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 5, '1401280494'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 1, '1401230065'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 3, '1401273393'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-28', 2, '1401278552'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-28', 2, '1401243678'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 4, '1401266565'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-28', 3, '1401281386'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-28', 2, '1401295043'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 2, '1401277203'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 1, '1401256299'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 1, '1401260769'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-28', 1, '1401261747'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 3, '1401295018'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 1, '1401263964'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-28', 3, '1401283492'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-28', 1, '1401276610'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-28', 1, '1401277832'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 1, '1401280195'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 1, '1401280478'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 1, '1401283506'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 1, '1401286704'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-28', 1, '1401287428'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-28', 1, '1401291782'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 1, '1401296461'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-29', 5, '1401317699'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 1, '1401300202'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-29', 5, '1401375899'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-29', 2, '1401306154'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 2, '1401316631'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-29', 1, '1401308763'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 3, '1401323646'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-29', 1, '1401309490'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-29', 3, '1401373462'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-29', 1, '1401317809'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-29', 1, '1401318359'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-29', 2, '1401332648'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 1, '1401322614'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-29', 2, '1401349738'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 13, '1401369428'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-29', 1, '1401325811'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 2, '1401370729'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-29', 1, '1401327884'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-29', 2, '1401359044'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-29', 1, '1401333143'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-29', 1, '1401337964'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-29', 1, '1401337965'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-29', 1, '1401338248'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 3, '1401359914'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-29', 4, '1401364790'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-29', 1, '1401350365'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-29', 1, '1401354266'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-29', 1, '1401373151'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-30', 3, '1401414184'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-30', 9, '1401466119'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-30', 3, '1401451784'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-30', 1, '1401401778'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-30', 4, '1401461074'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-30', 5, '1401439806'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 3, '1401462600'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-30', 1, '1401409705'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-30', 2, '1401458564'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-30', 2, '1401418699'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-30', 6, '1401422844'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 3, '1401422809'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-30', 1, '1401422992'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-30', 3, '1401424012'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 2, '1401442452'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 2, '1401459624'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-30', 4, '1401468251'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 2, '1401457965'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-30', 1, '1401440955'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-30', 2, '1401465146'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-30', 1, '1401444707'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-30', 1, '1401446592'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 2, '1401455078'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-30', 1, '1401457435'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-30', 1, '1401459518'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401470667'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-31', 2, '1401527455'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-31', 5, '1401525657'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 1, '1401476463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-31', 3, '1401532399'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-31', 18, '1401539996'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 3, '1401554745'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 2, '1401532407'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 3, '1401538264'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 1, '1401488130'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-31', 5, '1401517922'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 4, '1401548821'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-31', 5, '1401543934'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-31', 1, '1401490796'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-31', 1, '1401492567'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-31', 18, '1401555226'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 3, '1401542739'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-31', 4, '1401549231'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401498905'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-31', 1, '1401502426'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-31', 1, '1401503829'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 1, '1401506892'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401509859'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-05-31', 1, '1401521221'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401521639'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-05-31', 3, '1401549494'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-05-31', 3, '1401535747'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401543715'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-05-31', 1, '1401545897'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401547823'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-05-31', 1, '1401552671'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-01', 3, '1401562501'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-01', 16, '1401603830'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-01', 2, '1401624966'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-01', 2, '1401571968'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-01', 5, '1401630433'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-01', 1, '1401566291'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-01', 3, '1401639145'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-01', 4, '1401635814'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-01', 1, '1401571959'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-01', 3, '1401618761'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-01', 4, '1401639855'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-01', 2, '1401614111'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-01', 4, '1401617057'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-01', 1, '1401584846'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-01', 1, '1401587174'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-01', 1, '1401589633'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-01', 1, '1401593202'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-01', 2, '1401641243'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-01', 1, '1401598937'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-01', 2, '1401618010'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-01', 1, '1401629570'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-01', 1, '1401632296'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-02', 1, '1401645614'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-02', 3, '1401722562'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-02', 4, '1401716984'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-02', 5, '1401726542'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-02', 1, '1401659153'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 2, '1401689845'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-02', 2, '1401684509'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-02', 4, '1401700862'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-02', 4, '1401725864'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-02', 4, '1401720851'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-02', 2, '1401698524'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 1, '1401677017'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-02', 3, '1401717624'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-02', 1, '1401683912'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 1, '1401694564'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 21, '1401695056'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 2, '1401727800'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-02', 1, '1401711739'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 1, '1401715279'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-02', 1, '1401718715'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-02', 1, '1401719572'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 1, '1401730453'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-03', 2, '1401754984'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-03', 8, '1401765098'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 7, '1401811273'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-03', 4, '1401794169'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-03', 3, '1401810201'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 2, '1401749423'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-03', 1, '1401742690'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 194, '1401744601'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-03', 2, '1401799146'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 2, '1401758877'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-03', 2, '1401758945'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-03', 3, '1401794844'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 3, '1401809956'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-03', 2, '1401780822'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-03', 2, '1401806100'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-03', 1, '1401778323'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 3, '1401812791'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-03', 2, '1401805969'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-03', 2, '1401790674'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-03', 2, '1401809596'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-03', 1, '1401802247'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-03', 1, '1401805066'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-03', 1, '1401809902'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-03', 1, '1401812772'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 1, '1401814933'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-04', 7, '1401895427'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 3, '1401870653'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-04', 4, '1401827336'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-04', 7, '1401900198'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-04', 5, '1401890237'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-04', 4, '1401877756'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-04', 5, '1401887063'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-04', 1, '1401831611'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-04', 3, '1401900664'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-04', 2, '1401866925'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-04', 2, '1401889547'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-04', 4, '1401863346'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-04', 1, '1401851760'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-04', 1, '1401854023'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 2, '1401872506'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 1, '1401872193'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-04', 1, '1401872632'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-04', 1, '1401878653'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 1, '1401879390'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 1, '1401882396'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-04', 1, '1401885274'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 1, '1401891469'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-04', 1, '1401892535'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-04', 1, '1401895754'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 2, '1401899569'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-04', 1, '1401901084'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-05', 4, '1401986896'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 2, '1401982666'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-05', 7, '1401954154'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 3, '1401958546'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-05', 2, '1401948670'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-05', 2, '1401959346'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 4, '1401944598'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 1, '1401912028'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-05', 8, '1401985908'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-05', 1, '1401914975'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-05', 2, '1401965338'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 2, '1401970166'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 1, '1401931009'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-05', 7, '1401964150'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-05', 3, '1401981282'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 5, '1401986206'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 2, '1401943452'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 2, '1401980319'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 2, '1401956284'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-05', 3, '1401986104'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-05', 2, '1401971721'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 1, '1401963370'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 2, '1401978485'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-05', 1, '1401964413'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-05', 1, '1401968282'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-05', 1, '1401970594'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-05', 1, '1401976451'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 1, '1401977866'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 1, '1401980545'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-05', 1, '1401986036'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1401991470'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 2, '1401993096'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-06', 3, '1401994073'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 2, '1402023500'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-06', 7, '1402072471'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-06', 3, '1402065463'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-06', 3, '1402055412'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-06', 1, '1401993864'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 1, '1401993957'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1401994047'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-06', 4, '1402062095'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1401996945'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 9, '1402058502'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 2, '1402051940'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-06', 4, '1402055012'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-06', 2, '1402056381'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 3, '1402021568'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1402011127'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 1, '1402012025'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 5, '1402066857'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1402019983'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-06', 4, '1402022420'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1402025578'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-06', 1, '1402026263'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-06', 1, '1402029236'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-06', 1, '1402032467'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1402033299'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 1, '1402033799'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 3, '1402061609'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-06', 1, '1402035224'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-06', 1, '1402050946'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 3, '1402057966'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-06', 1, '1402061658'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-06', 1, '1402068045'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-06', 1, '1402073428'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 1, '1402075572'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 2, '1402120945'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 4, '1402123030'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 1, '1402080310'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 1, '1402080440'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 1, '1402080891'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 3, '1402115788'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-07', 1, '1402084540'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-07', 4, '1402131764'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 6, '1402160331'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 3, '1402094851'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 2, '1402096246'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 3, '1402098972'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-07', 1, '1402100966'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 4, '1402101030'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 6, '1402159431'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 2, '1402137408'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 1, '1402106013'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 1, '1402108186'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 4, '1402155647'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-07', 3, '1402149978'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 4, '1402115883'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-07', 2, '1402114456'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 1, '1402114132'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-07', 1, '1402115214'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 1, '1402115499'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 1, '1402119139'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-07', 3, '1402159089'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-07', 2, '1402151075'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-07', 1, '1402137736'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-07', 1, '1402142573'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-07', 1, '1402153378'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-07', 1, '1402154276'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-08', 4, '1402239880'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-08', 3, '1402226801'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-08', 5, '1402238492'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 2, '1402214398'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 3, '1402179145'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-08', 3, '1402202382'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 5, '1402244981'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-08', 8, '1402243979'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-08', 2, '1402178142'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 3, '1402196622'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 6, '1402244211'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 2, '1402196719'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 3, '1402235059'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 2, '1402183214'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 3, '1402217347'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-08', 2, '1402205709'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 1, '1402196710'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 1, '1402202422'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-08', 2, '1402245922'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 1, '1402218251'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-08', 2, '1402228049'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 1, '1402225130'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 1, '1402226030'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-08', 1, '1402233694'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-08', 1, '1402239899'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 1, '1402240534'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-08', 1, '1402244736'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-08', 2, '1402246428'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-08', 1, '1402246259'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 1, '1402246992'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-09', 1, '1402248593'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 2, '1402301983'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 8, '1402306354'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-09', 6, '1402324468'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 9, '1402293131'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 2, '1402267461'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-09', 2, '1402269553'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 3, '1402317353'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 1, '1402262279'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 6, '1402290014'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 1, '1402264080'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-09', 1, '1402268595'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-09', 2, '1402311472'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 5, '1402327554'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 3, '1402312794'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 4, '1402329625'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 2, '1402299895'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 1, '1402295452'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 2, '1402329266'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 1, '1402301169'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 1, '1402309558'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-09', 1, '1402310474'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 1, '1402313777'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-09', 1, '1402315475'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-09', 1, '1402318461'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-09', 1, '1402318565'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 4, '1402321985'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 1, '1402322288'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-09', 1, '1402323603'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-09', 1, '1402327127'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-09', 1, '1402333122'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 2, '1402386622'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-10', 3, '1402390323'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-10', 7, '1402410627'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 4, '1402385978'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-10', 1, '1402341392'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-10', 3, '1402397445'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 1, '1402351742'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-10', 2, '1402401422'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-10', 2, '1402380516'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-10', 2, '1402375782'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 11, '1402354254'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-10', 2, '1402355292'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 1, '1402355433'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-10', 1, '1402356408'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-10', 2, '1402387006'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-10', 1, '1402357940'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 2, '1402415370'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 4, '1402418997'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 2, '1402397119'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 1, '1402368293'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-10', 1, '1402379840'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 2, '1402408356'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-10', 1, '1402392841'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 1, '1402393024'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 1, '1402397857'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-10', 1, '1402398754'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 1, '1402399978'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 1, '1402406696'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-10', 1, '1402408935'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-10', 1, '1402410827'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-10', 1, '1402410946'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-10', 1, '1402413395'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 3, '1402486344'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 9, '1402497311'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 4, '1402472334'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 17, '1402503739'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-11', 1, '1402423790'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 1, '1402424532'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 5, '1402428592'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 2, '1402428289'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 11, '1402505709'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 1, '1402431993'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 2, '1402483156'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 3, '1402461027'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 2, '1402480569'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-11', 5, '1402497493'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 1, '1402442433'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 2, '1402475534'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402453256'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 1, '1402453613'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-11', 1, '1402454816'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 4, '1402466045'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-11', 3, '1402473090'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 4, '1402464564'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 1, '1402468484'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 1, '1402475804'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402478286'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402484667'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402486192'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402490652'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 1, '1402497239'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-11', 1, '1402497518'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 1, '1402499800'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-11', 1, '1402501953'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 1, '1402503595'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 1, '1402505099'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-11', 3, '1402505925'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-11', 1, '1402505518'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402505705'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-11', 1, '1402505738'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-11', 1, '1402505996'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 4, '1402508386'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-12', 6, '1402508393'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-12', 6, '1402508014'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-12', 2, '1402506828'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-12', 1, '1402507079'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 1, '1402507217'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-12', 3, '1402529691'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 13, '1402587382'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-12', 2, '1402520427'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 1, '1402509900'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-12', 2, '1402538349'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 3, '1402546474'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-12', 1, '1402514573'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-12', 9, '1402589989'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-12', 12, '1402589359'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 2, '1402562951'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-12', 1, '1402529667'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 2, '1402560388'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-12', 3, '1402568150'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 1, '1402535058'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 2, '1402573667'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-12', 1, '1402547070'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 3, '1402563338'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-12', 2, '1402562857'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-12', 3, '1402553970'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-12', 1, '1402571960'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 1, '1402574999'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 1, '1402575184'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 2, '1402589776'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 2, '1402584592'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 1, '1402584477'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-12', 1, '1402586298'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-12', 1, '1402590872'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 4, '1402650658'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 9, '1402666768'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 3, '1402598285'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 2, '1402600830'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-13', 3, '1402664224'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-13', 8, '1402671172'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-13', 1, '1402601566'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 7, '1402662682'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 3, '1402633087'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-13', 2, '1402658306'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-13', 2, '1402621831'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-13', 4, '1402652013'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 1, '1402617986'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-13', 2, '1402654348'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-13', 2, '1402654679'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 3, '1402654743'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-13', 1, '1402628872'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 1, '1402631864'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 3, '1402675048'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 5, '1402673554'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-13', 3, '1402672430'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 1, '1402648135'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-13', 1, '1402648717'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-13', 1, '1402648945'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 1, '1402651835'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 1, '1402657497'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-13', 1, '1402658543'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-13', 1, '1402660541'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 1, '1402661002'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-13', 2, '1402668109'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-13', 1, '1402673874'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 2, '1402761478'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-14', 8, '1402759765'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 2, '1402689648'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 1, '1402682931'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 2, '1402737588'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-14', 1, '1402684800'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 5, '1402740476'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 2, '1402723343'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-14', 2, '1402697681'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 4, '1402713897'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 1, '1402689716'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 4, '1402738628'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-14', 4, '1402759227'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 1, '1402694687'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 3, '1402745145'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-14', 7, '1402758301'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 1, '1402700340'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-14', 1, '1402703936'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-14', 1, '1402704604'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-14', 2, '1402748414'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-14', 1, '1402706614'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-14', 1, '1402710974'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-14', 3, '1402756716'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 1, '1402721836'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-14', 3, '1402729492'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-14', 1, '1402732933'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-14', 2, '1402738873'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-14', 2, '1402745179'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-14', 1, '1402758888'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 9, '1402843314'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-15', 4, '1402847477'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 1, '1402767324'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 4, '1402819869'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 2, '1402845646'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 4, '1402768694'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 1, '1402770044'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 8, '1402814250'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 1, '1402774712'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 1, '1402777911'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 1, '1402779673'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 1, '1402779893'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 4, '1402849852'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-15', 4, '1402845858'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 19, '1402847803'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 2, '1402813265'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-15', 2, '1402800085'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-15', 1, '1402796331'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 3, '1402830686'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 1, '1402804717'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 10, '1402808617'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 2, '1402810986'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 2, '1402809884'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 2, '1402837482'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 2, '1402828051'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 2, '1402841407'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 2, '1402835956'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 1, '1402817625'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 1, '1402823942'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 1, '1402824074'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 1, '1402834071'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-15', 1, '1402834831'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 1, '1402837045'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 1, '1402837590'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-15', 2, '1402838674'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-15', 1, '1402841501'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-15', 1, '1402845295'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 3, '1402900001'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-16', 2, '1402863161'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-16', 1, '1402853972'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-16', 6, '1402918793'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 9, '1402928715'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 2, '1402887660'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-16', 3, '1402910714'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-16', 1, '1402858482'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-16', 4, '1402903011'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-16', 1, '1402860616'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 1, '1402861945'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 2, '1402863950'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-16', 5, '1402929133'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-16', 2, '1402862703'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 2, '1402926381'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 2, '1402862922'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-16', 2, '1402863630'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-16', 1, '1402865897'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 4, '1402921530'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 1, '1402868148'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 1, '1402870544'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-16', 2, '1402877005'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 1, '1402876025'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 1, '1402876540'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 4, '1402919318'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-16', 1, '1402898560'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-16', 4, '1402933171'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 1, '1402909976'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-16', 1, '1402912725'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 1, '1402929850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-16', 1, '1402931768'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-16', 1, '1402932339'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 1, '1402939376'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 2, '1402951472'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402942356'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402942536'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402943147'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 6, '1403019173'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 1, '1402946964'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 1, '1402953954'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 5, '1403016709'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 5, '1403022356'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 3, '1402990993'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 1, '1402960975'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 2, '1402983919'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 2, '1403001196'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1402962775'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 2, '1402986384'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 16, '1403019065'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1402968119'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402969115'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402969686'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1402971412'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 3, '1403004975'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 2, '1403005573'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 3, '1403008007'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402977144'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402978804'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 1, '1402979630'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-17', 2, '1402985157'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 2, '1402983540'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1402983532'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1402983540'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 1, '1402984381'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1402989161'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1402992831'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1402994762'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 3, '1402997639'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 3, '1402995842'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 2, '1402997866'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-17', 1, '1402995698'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 4, '1402997539'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 3, '1402997234'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1403007445'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1403007960'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-17', 1, '1403012090'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1403014871'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1403014875'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1403016430'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-17', 1, '1403016677'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1403018071'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-17', 1, '1403018816'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-18', 1, '1403024495'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 2, '1403029635'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 5, '1403049359'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403026650'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-18', 1, '1403027320'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403029654'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 1, '1403030403'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 1, '1403030406'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 13, '1403104588'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 4, '1403106050'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 7, '1403072781'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 1, '1403036989'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 3, '1403105024'); INSERT INTO `statistik` VALUES ('192.168.127.128', '2014-06-18', 3, '1403062122'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 1, '1403043739'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 6, '1403072876'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 1, '1403045172'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403045539'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403048435'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403050413'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403050826'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403056073'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 3, '1403094090'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403064445'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 3, '1403109461'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 1, '1403072830'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 1, '1403074923'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-18', 1, '1403074936'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 1, '1403076751'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403077453'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 2, '1403090176'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 1, '1403080258'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403084723'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403088398'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403092777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 1, '1403093011'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-18', 1, '1403093760'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 1, '1403101005'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-18', 2, '1403110281'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-18', 7, '1403102421'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-18', 1, '1403104538'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-18', 1, '1403109319'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 2, '1403130334'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 3, '1403193704'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 12, '1403196251'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-19', 7, '1403155686'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403115589'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 6, '1403194551'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 2, '1403146767'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403117859'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 7, '1403188434'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 3, '1403195526'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-19', 3, '1403186557'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 3, '1403173240'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 3, '1403137519'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 11, '1403190410'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 1, '1403134986'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 2, '1403193114'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 1, '1403135693'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403137465'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 1, '1403141374'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 4, '1403142279'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 1, '1403147012'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 2, '1403159081'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 5, '1403175747'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 1, '1403152650'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 1, '1403156231'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 1, '1403160331'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-19', 6, '1403161274'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 2, '1403180126'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 1, '1403168719'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403170519'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403174110'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 1, '1403176892'); INSERT INTO `statistik` VALUES ('223.255.230.37', '2014-06-19', 1, '1403177800'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 1, '1403179535'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 1, '1403180692'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 2, '1403183272'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-19', 1, '1403185448'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403187950'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-19', 1, '1403190883'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-19', 1, '1403196451'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-19', 1, '1403196570'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-19', 1, '1403196684'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 1, '1403197369'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 1, '1403197936'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 1, '1403200025'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 1, '1403200766'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 3, '1403281819'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 1, '1403203083'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 1, '1403204880'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 1, '1403205373'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 1, '1403206478'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 1, '1403208178'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 2, '1403210197'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 4, '1403281590'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-20', 3, '1403253521'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 1, '1403213705'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 1, '1403214736'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 2, '1403245322'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 1, '1403216183'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 1, '1403218968'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-20', 2, '1403229794'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 7, '1403276072'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 1, '1403222279'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 1, '1403226990'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 1, '1403235868'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 3, '1403237043'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 2, '1403237044'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 1, '1403237045'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 3, '1403265425'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-20', 1, '1403240604'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 18, '1403247334'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-20', 5, '1403249034'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-20', 2, '1403276703'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-20', 1, '1403253646'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 2, '1403261988'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 5, '1403283261'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-20', 3, '1403261269'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-20', 1, '1403262661'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 1, '1403265885'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 1, '1403276232'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-20', 1, '1403277284'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 1, '1403285091'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 9, '1403346344'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 19, '1403344164'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 2, '1403319468'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-21', 2, '1403309132'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-21', 28, '1403292049'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 1, '1403292463'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-21', 4, '1403349240'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 4, '1403367260'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 5, '1403336411'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 1, '1403295927'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-21', 1, '1403297181'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-21', 1, '1403297849'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 19, '1403369044'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 2, '1403319943'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 1, '1403308658'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 1, '1403315476'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 1, '1403319398'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 1, '1403330279'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 1, '1403330750'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 1, '1403341090'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-21', 2, '1403363185'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 5, '1403343504'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-21', 1, '1403350376'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-21', 2, '1403362711'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 1, '1403352035'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 1, '1403352370'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-21', 1, '1403354433'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-21', 194, '1403363181'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-21', 1, '1403363684'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-22', 8, '1403451986'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-22', 12, '1403448486'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 8, '1403422082'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-22', 5, '1403446611'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-22', 5, '1403456310'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 3, '1403439262'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-22', 1, '1403381734'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 1, '1403383795'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-22', 4, '1403428056'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 1, '1403387089'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-22', 1, '1403388994'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-22', 14, '1403436051'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-22', 2, '1403402241'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-22', 1, '1403400496'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 1, '1403410457'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-22', 1, '1403424163'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-22', 1, '1403433688'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-22', 2, '1403445503'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-22', 4, '1403453042'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 1, '1403439706'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-22', 1, '1403450073'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-22', 1, '1403450097'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-22', 1, '1403455996'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-23', 9, '1403484752'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 1, '1403459668'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-23', 8, '1403542573'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-23', 4, '1403525753'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-23', 7, '1403533747'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-23', 7, '1403540679'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 2, '1403502569'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-23', 3, '1403532007'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 1, '1403470359'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-23', 1, '1403473880'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-23', 1, '1403476743'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 2, '1403521187'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-23', 4, '1403536564'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-23', 2, '1403499559'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 1, '1403492607'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-23', 4, '1403504477'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-23', 1, '1403505302'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 6, '1403542637'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-23', 1, '1403522611'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-23', 1, '1403527409'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-23', 1, '1403533634'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-23', 1, '1403534321'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-23', 1, '1403536486'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 5, '1403618872'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 14, '1403600925'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 15, '1403617933'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 3, '1403623119'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 1, '1403550383'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 1, '1403550473'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 6, '1403603067'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 7, '1403605620'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-24', 1, '1403557257'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 3, '1403557268'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 3, '1403557271'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 3, '1403601483'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 2, '1403591729'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 1, '1403564075'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-24', 7, '1403621952'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 1, '1403571205'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 3, '1403574886'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 2, '1403596874'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 1, '1403579866'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 3, '1403612848'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 1, '1403586062'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-24', 1, '1403590672'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 1, '1403590995'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 10, '1403596113'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 1, '1403596508'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 22, '1403599579'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-24', 1, '1403607220'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 1, '1403607311'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 1, '1403609022'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 1, '1403609922'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-24', 33, '1403614485'); INSERT INTO `statistik` VALUES ('2172.16.58.3', '2014-06-24', 1, '1403622895'); INSERT INTO `statistik` VALUES ('5.9.73.8', '2014-06-24', 22, '1403625784'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-24', 1, '1403626189'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-24', 4, '1403626647'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-24', 1, '1403626564'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 1, '1403626583'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-24', 1, '1403626641'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 2, '1403662140'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-25', 2, '1403651853'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 1, '1403632988'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-25', 1, '1403633924'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-25', 4, '1403648768'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 8, '1403714756'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 1, '1403634789'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-25', 4, '1403696102'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 5, '1403660602'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-25', 4, '1403705392'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 3, '1403677174'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 1, '1403648213'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 4, '1403709607'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 1, '1403664070'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-25', 1, '1403666086'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-25', 1, '1403666330'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-25', 2, '1403694581'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-25', 3, '1403682186'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-25', 10, '1403682313'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 17, '1403684759'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-25', 1, '1403686519'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 1, '1403686795'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-25', 1, '1403709309'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 1, '1403713757'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-25', 1, '1403714491'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 5, '1403791872'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-26', 22, '1403801390'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-26', 3, '1403770166'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-26', 29, '1403719089'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-26', 4, '1403796090'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 1, '1403721066'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-26', 2, '1403759431'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 1, '1403729988'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 2, '1403774465'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 2, '1403752843'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 7, '1403800242'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 3, '1403744640'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-26', 2, '1403793415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-26', 4, '1403792700'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-26', 1, '1403748617'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 1, '1403748739'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 1, '1403755926'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-26', 2, '1403774650'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-26', 1, '1403758981'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-26', 36, '1403760894'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 6, '1403800513'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-26', 1, '1403771951'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-26', 18, '1403773372'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 1, '1403773750'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-26', 1, '1403779852'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-26', 1, '1403795448'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 1, '1403795679'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-26', 1, '1403798873'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-26', 1, '1403800185'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-27', 3, '1403887698'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 16, '1403887877'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 3, '1403877093'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 9, '1403880955'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-27', 8, '1403880398'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-27', 2, '1403871509'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-27', 2, '1403839323'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 1, '1403809153'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 1, '1403810281'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-27', 5, '1403867586'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 1, '1403814029'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-27', 1, '1403814670'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-27', 8, '1403858278'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 5, '1403882566'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-27', 1, '1403819232'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 1, '1403822007'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 7, '1403829698'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 1, '1403828512'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 1, '1403838371'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-27', 1, '1403843186'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-27', 3, '1403865129'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 1, '1403850329'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 1, '1403850579'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-27', 1, '1403850596'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-27', 1, '1403857687'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-27', 1, '1403868487'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 1, '1403869223'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-27', 1, '1403876871'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-27', 1, '1403877150'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-27', 1, '1403879957'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-27', 1, '1403881436'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-27', 1, '1403882087'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-28', 17, '1403960538'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-28', 7, '1403950484'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-28', 21, '1403970598'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-28', 4, '1403947438'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-28', 2, '1403909310'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-28', 1, '1403901199'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-28', 4, '1403967878'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-28', 3, '1403965484'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-28', 4, '1403969054'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-28', 4, '1403974171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-28', 1, '1403926385'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-28', 1, '1403927845'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-28', 4, '1403972647'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-28', 3, '1403964770'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-28', 1, '1403934283'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-28', 1, '1403944409'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-28', 2, '1403963361'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-28', 1, '1403952950'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-28', 1, '1403968432'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-28', 1, '1403971210'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 1, '1403975206'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 19, '1404055119'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-29', 1, '1403977765'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-29', 4, '1404044713'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-29', 5, '1404058964'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-29', 3, '1404055527'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-29', 1, '1403998465'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-29', 21, '1404054768'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-29', 5, '1404043027'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-29', 3, '1404039048'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-29', 7, '1404051981'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-29', 1, '1404011058'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-29', 1, '1404012284'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-29', 1, '1404014890'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-29', 3, '1404037332'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-29', 5, '1404059734'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-29', 1, '1404021039'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 1, '1404022537'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-29', 3, '1404025059'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 3, '1404031593'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 3, '1404031598'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-29', 1, '1404031866'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 1, '1404034568'); INSERT INTO `statistik` VALUES ('192.168.127.121', '2014-06-29', 1, '1404037362'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-29', 1, '1404042236'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-29', 1, '1404044215'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-29', 1, '1404050500'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-29', 1, '1404054798'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 23, '1404117091'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-30', 4, '1404077351'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 4, '1404124106'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-30', 3, '1404131205'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-30', 5, '1404138538'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-30', 6, '1404141031'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 2, '1404123833'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-06-30', 5, '1404143550'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 1, '1404079846'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-06-30', 5, '1404145454'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 1, '1404086934'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 4, '1404120385'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-30', 1, '1404091576'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 1, '1404092540'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 2, '1404116469'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-30', 1, '1404104309'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 2, '1404142022'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 1, '1404117694'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 4, '1404133105'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-06-30', 1, '1404133792'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-06-30', 1, '1404134642'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 3, '1404146125'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-06-30', 1, '1404141297'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 3, '1404161700'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-01', 10, '1404229436'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 7, '1404205808'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 10, '1404221922'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-01', 3, '1404206945'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-01', 7, '1404225568'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 1, '1404156265'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 5, '1404201429'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 1, '1404157028'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 7, '1404232967'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 5, '1404232153'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 2, '1404174463'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 1, '1404164981'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 2, '1404192443'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 1, '1404167190'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 1, '1404168823'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 1, '1404172599'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 3, '1404205269'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-01', 8, '1404178472'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 1, '1404196132'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 1, '1404201696'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 1, '1404212588'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-01', 2, '1404226893'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 1, '1404217697'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-01', 2, '1404228567'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-01', 3, '1404231974'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-01', 2, '1404225502'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-01', 1, '1404227754'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-01', 1, '1404232147'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-02', 5, '1404284283'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 2, '1404259331'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 2, '1404304313'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 2, '1404244675'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 5, '1404319833'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-02', 5, '1404299078'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-02', 6, '1404318837'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 4, '1404291766'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-02', 4, '1404293482'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-02', 4, '1404310848'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-02', 6, '1404310703'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 1, '1404257227'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 3, '1404318713'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 1, '1404260862'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 1, '1404265037'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-02', 2, '1404316859'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-02', 1, '1404271850'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-02', 18, '1404273332'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-02', 1, '1404275085'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 1, '1404283835'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-02', 8, '1404290756'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 2, '1404292241'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 1, '1404302126'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 1, '1404302573'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-02', 1, '1404302952'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-02', 4, '1404303035'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-02', 4, '1404302984'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-02', 1, '1404303065'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 1, '1404310279'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-02', 1, '1404313387'); INSERT INTO `statistik` VALUES ('2172.16.17.32', '2014-07-02', 1, '1404314064'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-02', 1, '1404315127'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-03', 1, '1404321111'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-03', 3, '1404345819'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-03', 5, '1404397822'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-03', 3, '1404400697'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-03', 10, '1404368987'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-03', 3, '1404357776'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-03', 6, '1404406214'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-03', 6, '1404403014'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-03', 3, '1404358373'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-03', 1, '1404336828'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-03', 2, '1404346940'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-03', 1, '1404341815'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-03', 5, '1404381337'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-03', 6, '1404405011'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-03', 1, '1404352984'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-03', 3, '1404399972'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-03', 1, '1404365554'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-03', 4, '1404368583'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-03', 2, '1404380025'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-03', 1, '1404372594'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-03', 2, '1404389159'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-03', 1, '1404387767'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-03', 1, '1404389635'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-03', 1, '1404397896'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-03', 1, '1404400706'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 1, '1404410433'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 2, '1404443241'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 1, '1404411506'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 4, '1404483805'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 3, '1404486017'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-04', 6, '1404485061'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-04', 6, '1404447095'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-04', 10, '1404481966'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 3, '1404433567'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-04', 1, '1404421593'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 2, '1404465598'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 3, '1404461313'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 43, '1404426751'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 3, '1404473647'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 3, '1404464894'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-04', 2, '1404454785'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 1, '1404434166'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 5, '1404470614'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 1, '1404443972'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-04', 2, '1404455420'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 1, '1404445664'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 1, '1404449647'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 1, '1404451583'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 2, '1404490531'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 1, '1404454397'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-04', 1, '1404473134'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-04', 1, '1404475700'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 1, '1404476407'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-04', 1, '1404476764'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-04', 1, '1404486514'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-04', 1, '1404487081'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-04', 1, '1404487277'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-05', 2, '1404574712'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-05', 6, '1404575137'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-05', 6, '1404561203'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-05', 3, '1404540560'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404497932'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 2, '1404508898'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-05', 1, '1404498163'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-05', 6, '1404570592'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 1, '1404502332'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404505897'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404506155'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404507544'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 2, '1404551388'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404510851'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-05', 2, '1404541950'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-05', 1, '1404519280'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-05', 3, '1404574051'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 4, '1404574149'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 9, '1404563286'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 3, '1404573112'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 1, '1404530547'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-05', 3, '1404563144'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-05', 1, '1404535597'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-05', 1, '1404542816'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404554692'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-05', 1, '1404564857'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-05', 1, '1404564987'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-05', 1, '1404565024'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404565035'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-05', 1, '1404565047'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-05', 1, '1404573557'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-06', 5, '1404664255'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 2, '1404592809'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 3, '1404627218'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 3, '1404628180'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 1, '1404585462'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 7, '1404648958'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 2, '1404605592'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 1, '1404595070'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 6, '1404628077'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 8, '1404660432'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 2, '1404617361'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 6, '1404656795'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404608203'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 1, '1404613782'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 4, '1404614960'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 4, '1404614953'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404615591'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 1, '1404618441'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 1, '1404623191'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 1, '1404627593'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-06', 1, '1404638043'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404638200'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404638317'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404638985'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 3, '1404655077'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 2, '1404652492'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-06', 1, '1404643524'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404643829'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 1, '1404643924'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 1, '1404643934'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-06', 2, '1404658718'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 1, '1404648858'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 2, '1404660608'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 1, '1404657494'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-06', 3, '1404657679'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-06', 1, '1404658490'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-06', 193, '1404660050'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-06', 1, '1404659671'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-06', 1, '1404659850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 1, '1404666065'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 1, '1404669475'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-07', 4, '1404724819'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 23, '1404750870'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 2, '1404693034'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 6, '1404747604'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-07', 4, '1404736106'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 1, '1404680512'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-07', 1, '1404681333'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-07', 3, '1404725467'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-07', 3, '1404728803'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 7, '1404746359'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 1, '1404692387'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 1, '1404693687'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 1, '1404701692'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 1, '1404703846'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 7, '1404747730'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 2, '1404729006'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 1, '1404715777'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 1, '1404716779'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 1, '1404718795'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 1, '1404728995'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 3, '1404729511'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-07', 1, '1404730742'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-07', 1, '1404733898'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-07', 4, '1404751443'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 1, '1404735671'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-07', 1, '1404736119'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 2, '1404747133'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-07', 1, '1404736305'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 1, '1404740299'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-07', 1, '1404745322'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 1, '1404746151'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-07', 1, '1404746312'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-07', 1, '1404746716'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-08', 8, '1404835264'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-08', 2, '1404768593'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 5, '1404822398'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-08', 3, '1404833658'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-08', 7, '1404836740'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-08', 9, '1404831443'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-08', 1, '1404762896'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-08', 1, '1404764378'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 4, '1404822389'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-08', 3, '1404833350'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-08', 4, '1404822817'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-08', 2, '1404801072'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 2, '1404776774'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-08', 1, '1404777919'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 1, '1404779096'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-08', 4, '1404802402'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-08', 1, '1404790384'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-08', 1, '1404798218'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-08', 1, '1404799517'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-08', 1, '1404802722'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 1, '1404814390'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-08', 2, '1404815295'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-08', 1, '1404819839'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-08', 1, '1404820006'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 1, '1404829592'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-08', 1, '1404832703'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-09', 15, '1404919798'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 1, '1404844160'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-09', 4, '1404887422'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-09', 3, '1404898547'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 7, '1404914837'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-09', 1, '1404846565'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-09', 9, '1404914930'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-09', 2, '1404887531'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 1, '1404859863'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-09', 3, '1404901071'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-09', 3, '1404909322'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 1, '1404866115'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 1, '1404870988'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-09', 2, '1404919145'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 4, '1404920298'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-09', 3, '1404908819'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 2, '1404902730'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 3, '1404884596'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 2, '1404916101'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 3, '1404902633'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 11, '1404895294'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-09', 2, '1404920138'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 1, '1404899498'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 2, '1404906957'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-09', 1, '1404907549'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-09', 1, '1404912762'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-09', 1, '1404913846'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-09', 1, '1404919081'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-09', 1, '1404920553'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 10, '1404991031'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-10', 3, '1404934597'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-10', 4, '1404985019'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-10', 4, '1404985156'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 5, '1404983738'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-10', 1, '1404932905'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 8, '1405003681'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-10', 1, '1404935341'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 1, '1404941914'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 5, '1404964651'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 4, '1404979391'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 2, '1404948234'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 1, '1404947443'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-10', 1, '1404949369'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 7, '1404973660'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-10', 3, '1404977971'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 1, '1404956600'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-10', 4, '1404973363'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 1, '1404963400'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 1, '1404964990'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 7, '1405011198'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 1, '1404974213'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 1, '1404974350'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 2, '1404979049'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 4, '1404991415'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 1, '1404993593'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 1, '1404994012'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 2, '1405006698'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 1, '1404995969'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-10', 1, '1405002303'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 1, '1405005106'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-10', 1, '1405005449'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-10', 1, '1405005518'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-10', 1, '1405006781'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-10', 1, '1405009572'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-10', 1, '1405009998'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-11', 4, '1405092191'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 1, '1405016360'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 3, '1405039200'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-11', 2, '1405028417'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 3, '1405050980'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 7, '1405053486'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 1, '1405036427'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 7, '1405096428'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 2, '1405060866'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 1, '1405046614'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 11, '1405096630'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-11', 1, '1405050011'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 1, '1405050038'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 1, '1405051074'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 2, '1405053723'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 1, '1405055945'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 2, '1405056165'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 2, '1405057912'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 1, '1405060863'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-11', 2, '1405080148'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 1, '1405061617'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 1, '1405063465'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 1, '1405071679'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-11', 1, '1405071688'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 2, '1405089147'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-11', 1, '1405078200'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 1, '1405079726'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-11', 1, '1405080350'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-11', 1, '1405080442'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 1, '1405082553'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-11', 1, '1405082571'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 1, '1405090239'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-11', 1, '1405091382'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-11', 1, '1405093373'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-11', 1, '1405093415'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-11', 1, '1405093974'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 21, '1405160233'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-12', 1, '1405098545'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 1, '1405099167'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-12', 11, '1405184389'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 7, '1405178540'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-12', 3, '1405175140'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 4, '1405147466'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-12', 3, '1405158328'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 1, '1405104229'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-12', 4, '1405164338'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 8, '1405154120'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-12', 9, '1405181440'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 1, '1405115027'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 1, '1405116054'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 2, '1405119536'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-12', 1, '1405122823'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-12', 2, '1405147495'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-12', 1, '1405136656'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-12', 1, '1405143778'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 1, '1405158326'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-12', 1, '1405160873'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-12', 1, '1405167723'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 2, '1405179975'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-12', 1, '1405169150'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-12', 1, '1405172655'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 1, '1405178274'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-12', 1, '1405179708'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-12', 1, '1405180056'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-13', 10, '1405262721'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-13', 4, '1405232872'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-13', 1, '1405190733'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-13', 4, '1405266460'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-13', 4, '1405266751'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-13', 2, '1405208039'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-13', 5, '1405244844'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-13', 4, '1405264441'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-13', 3, '1405223217'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-13', 3, '1405245006'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-13', 1, '1405204943'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-13', 8, '1405261768'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-13', 4, '1405269204'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-13', 4, '1405257814'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-13', 1, '1405230081'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-13', 1, '1405234025'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-13', 1, '1405239685'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-13', 1, '1405253168'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-13', 1, '1405255927'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-13', 1, '1405264700'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-14', 7, '1405356123'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-14', 2, '1405330650'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-14', 3, '1405342127'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-14', 4, '1405331789'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 5, '1405334999'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-14', 5, '1405340995'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-14', 7, '1405341122'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 1, '1405286604'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-14', 4, '1405352940'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 5, '1405348239'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-14', 1, '1405296316'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-14', 1, '1405298887'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-14', 3, '1405353468'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-14', 1, '1405302167'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-14', 1, '1405306991'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 1, '1405310139'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 1, '1405310429'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-14', 5, '1405354798'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 1, '1405319992'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-14', 1, '1405322477'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-14', 5, '1405326140'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-14', 1, '1405326160'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-14', 4, '1405327089'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-14', 1, '1405335416'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-14', 1, '1405339067'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-14', 1, '1405342867'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-15', 1, '1405359480'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-15', 11, '1405443053'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-15', 8, '1405438530'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-15', 6, '1405434715'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-15', 5, '1405439538'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-15', 1, '1405364301'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-15', 75, '1405418361'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-15', 2, '1405428640'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-15', 6, '1405440316'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-15', 2, '1405383189'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-15', 9, '1405432444'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-15', 6, '1405419348'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-15', 1, '1405396841'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-15', 2, '1405413064'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-15', 1, '1405399684'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-15', 1, '1405401952'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-15', 3, '1405415921'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-15', 1, '1405417834'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-15', 1, '1405419023'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-15', 1, '1405438744'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 7, '1405521010'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-16', 10, '1405527613'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 2, '1405461156'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 4, '1405498081'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-16', 3, '1405516086'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 1, '1405451729'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 11, '1405529933'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-16', 11, '1405525999'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-16', 5, '1405527954'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 4, '1405505996'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 4, '1405526892'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-16', 6, '1405472175'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-16', 4, '1405526027'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 1, '1405476619'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-16', 2, '1405515219'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 2, '1405483654'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-16', 2, '1405509783'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-16', 1, '1405494395'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 1, '1405508474'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 1, '1405508750'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 2, '1405514520'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-16', 1, '1405509086'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-16', 1, '1405511416'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 2, '1405514657'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 2, '1405528157'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 1, '1405513343'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-16', 1, '1405514671'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 1, '1405515089'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-16', 4, '1405518142'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-16', 1, '1405518141'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 4, '1405518215'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-16', 1, '1405520220'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-16', 1, '1405523888'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-16', 1, '1405525042'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-16', 1, '1405525222'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-16', 1, '1405526479'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-16', 1, '1405528600'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 20, '1405574953'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 2, '1405615072'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-17', 11, '1405589177'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 10, '1405613870'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 4, '1405584383'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 4, '1405607118'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 2, '1405568244'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 1, '1405535996'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-17', 1, '1405536837'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 4, '1405553715'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-17', 3, '1405595857'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 1, '1405544222'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405544263'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-17', 8, '1405615388'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-17', 1, '1405547643'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-17', 4, '1405614622'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 2, '1405554929'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-17', 3, '1405573849'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-17', 3, '1405614563'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 4, '1405590895'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-17', 2, '1405603808'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-17', 6, '1405615415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405571028'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405571349'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-17', 1, '1405575291'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 2, '1405577134'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-17', 1, '1405576824'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-17', 1, '1405580324'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405584020'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405593727'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-17', 2, '1405599141'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405596422'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-17', 2, '1405612557'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-17', 1, '1405610263'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-17', 1, '1405613167'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-17', 1, '1405615996'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-18', 8, '1405699570'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-18', 12, '1405702027'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 9, '1405694483'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-18', 11, '1405701885'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 1, '1405620140'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 4, '1405693205'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 3, '1405663865'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 1, '1405623372'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 1, '1405625435'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 2, '1405647064'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-18', 1, '1405626218'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-18', 6, '1405700285'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 1, '1405634573'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 1, '1405636248'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 1, '1405639381'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 1, '1405640872'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 6, '1405701353'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 2, '1405677832'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 1, '1405644985'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 1, '1405646014'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-18', 1, '1405650839'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 4, '1405679006'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 4, '1405687990'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-18', 3, '1405699203'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 4, '1405701131'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 1, '1405658705'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-18', 1, '1405665252'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-18', 1, '1405665502'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-18', 2, '1405688389'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 1, '1405668690'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-18', 1, '1405696681'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-18', 1, '1405702639'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405703876'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-19', 5, '1405785476'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 6, '1405779099'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 1, '1405705254'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 19, '1405784555'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 4, '1405736422'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 1, '1405709957'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-19', 1, '1405710005'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 1, '1405711011'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 8, '1405762578'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405711948'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 2, '1405714361'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 3, '1405729710'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 2, '1405746694'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 1, '1405720813'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 6, '1405770887'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405722748'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 2, '1405764126'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-19', 5, '1405774388'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 2, '1405780863'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 7, '1405783536'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 4, '1405774865'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 3, '1405776851'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 1, '1405735867'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 4, '1405769864'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405751233'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-19', 1, '1405752460'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 2, '1405771529'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 1, '1405755227'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 1, '1405756357'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 1, '1405762018'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405762682'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 1, '1405764055'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 2, '1405787661'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-19', 1, '1405771549'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405773012'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-19', 1, '1405781528'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-19', 1, '1405783069'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405785479'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 1, '1405785676'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-19', 1, '1405787110'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-19', 1, '1405787474'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-19', 1, '1405788694'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 16, '1405857663'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 5, '1405859481'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 6, '1405830050'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-20', 9, '1405866672'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 6, '1405865542'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 4, '1405861367'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 3, '1405852539'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 1, '1405800125'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-20', 1, '1405801508'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-20', 2, '1405810864'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 4, '1405845165'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-20', 3, '1405872175'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-20', 3, '1405869084'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 1, '1405812802'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-20', 1, '1405818105'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 3, '1405874171'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 2, '1405820794'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 1, '1405820809'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-20', 3, '1405820817'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 2, '1405843145'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 1, '1405836319'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 1, '1405836782'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 1, '1405837714'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-20', 1, '1405840884'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 2, '1405863365'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-20', 1, '1405842048'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 1, '1405842064'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-20', 1, '1405846284'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 2, '1405874836'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-20', 1, '1405874745'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-21', 8, '1405952178'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-21', 5, '1405924055'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-21', 6, '1405959736'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-21', 3, '1405915429'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 16, '1405954519'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 4, '1405955638'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 3, '1405928444'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 1, '1405889334'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-21', 1, '1405889359'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-21', 1, '1405889388'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 1, '1405893800'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 1, '1405895830'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-21', 5, '1405955392'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-21', 1, '1405897897'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-21', 1, '1405901096'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-21', 1, '1405902456'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 2, '1405906410'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 2, '1405942849'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 1, '1405921643'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 3, '1405960225'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 18, '1405925358'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-21', 1, '1405926236'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-21', 2, '1405951677'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 1, '1405932463'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-21', 1, '1405937047'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-21', 1, '1405943266'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-21', 2, '1405955387'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 1, '1405944477'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 2, '1405960950'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-21', 1, '1405947859'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-21', 1, '1405955939'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-21', 1, '1405960030'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-22', 6, '1406047216'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-22', 8, '1406029338'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-22', 1, '1405962692'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-22', 5, '1406044210'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 3, '1406032233'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 3, '1406004961'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-22', 6, '1406034969'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-22', 4, '1406031519'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-22', 1, '1405976627'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-22', 3, '1406021360'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-22', 2, '1406024537'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 7, '1406045960'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 1, '1405987217'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 2, '1405989206'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 2, '1406002022'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-22', 2, '1406022590'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 3, '1406038597'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 1, '1405994814'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 2, '1406043223'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 1, '1406001687'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 2, '1406030243'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-22', 2, '1406006290'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-22', 1, '1406012087'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 4, '1406040056'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 1, '1406015485'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 2, '1406047377'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-22', 1, '1406030440'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-22', 1, '1406030753'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-22', 1, '1406033401'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-22', 1, '1406042282'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-22', 1, '1406042627'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 3, '1406126964'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 5, '1406123607'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-23', 1, '1406050254'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-23', 26, '1406127987'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 10, '1406131644'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 1, '1406050824'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-23', 5, '1406120705'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-23', 3, '1406109111'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 1, '1406055494'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-23', 2, '1406118657'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 3, '1406124944'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-23', 4, '1406118353'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 1, '1406060849'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 1, '1406062486'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-23', 1, '1406065829'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 3, '1406103323'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-23', 3, '1406130760'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 1, '1406079017'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-23', 5, '1406132924'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 2, '1406110098'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-23', 2, '1406096051'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-23', 1, '1406087452'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 3, '1406110798'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 1, '1406096352'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 7, '1406109074'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-23', 1, '1406112780'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 1, '1406118429'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-23', 1, '1406118941'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-23', 1, '1406125061'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-23', 1, '1406131381'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-23', 1, '1406132215'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 7, '1406178595'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 3, '1406166838'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 1, '1406135754'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 1, '1406136030'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-24', 2, '1406146398'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 4, '1406194051'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 4, '1406203139'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 3, '1406190365'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 4, '1406211186'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 1, '1406141573'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-24', 3, '1406177906'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-24', 3, '1406219695'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 1, '1406145723'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406146577'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-24', 1, '1406152379'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 3, '1406205649'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-24', 1, '1406161698'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406162697'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-24', 1, '1406163192'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406163348'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-24', 2, '1406191870'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 194, '1406166782'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 2, '1406178375'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406170101'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 1, '1406172094'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406173414'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-24', 2, '1406215126'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-24', 3, '1406204596'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-24', 6, '1406207316'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406181465'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 3, '1406216464'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-24', 2, '1406204311'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406188294'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-24', 1, '1406188680'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 1, '1406192421'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 1, '1406194303'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 2, '1406199395'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406197448'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-24', 1, '1406203062'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-24', 2, '1406218259'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-24', 1, '1406215132'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-25', 9, '1406292365'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 15, '1406274549'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 11, '1406291910'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 2, '1406294514'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-25', 2, '1406283589'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-25', 5, '1406290805'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-25', 2, '1406300005'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 1, '1406227280'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-25', 1, '1406230867'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 3, '1406299834'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-25', 5, '1406275121'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 1, '1406236741'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-25', 4, '1406278389'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-25', 5, '1406298695'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-25', 4, '1406276076'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-25', 1, '1406240957'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 1, '1406250818'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-25', 1, '1406255478'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-25', 2, '1406289197'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-25', 1, '1406265549'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 1, '1406265948'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 8, '1406296059'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 1, '1406266890'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 2, '1406301612'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 1, '1406286392'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-25', 1, '1406288927'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 1, '1406291313'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 1, '1406294212'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-25', 1, '1406297698'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 2, '1406301069'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-25', 1, '1406301235'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-25', 1, '1406305332'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-26', 2, '1406374569'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 5, '1406388876'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 1, '1406311399'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 1, '1406312144'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-26', 3, '1406377282'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 1, '1406312738'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 2, '1406381343'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 11, '1406379858'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 4, '1406374206'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 1, '1406318652'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 1, '1406318848'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 2, '1406371928'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-26', 6, '1406392946'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 17, '1406377716'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 8, '1406390983'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 3, '1406388096'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-26', 1, '1406323346'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 1, '1406323458'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 2, '1406355168'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 7, '1406390140'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 18, '1406387524'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 4, '1406378115'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 2, '1406353613'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 2, '1406366473'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 2, '1406363513'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 2, '1406367259'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 16, '1406378023'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 1, '1406341672'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 6, '1406372765'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 2, '1406354171'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 3, '1406374164'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-26', 1, '1406356371'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 1, '1406359179'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-26', 1, '1406364422'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 1, '1406379224'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-26', 2, '1406387048'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-26', 1, '1406382953'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-26', 1, '1406387819'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-26', 1, '1406391413'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 4, '1406442418'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-27', 1, '1406398929'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 3, '1406467697'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 12, '1406473326'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 12, '1406473147'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406402348'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 2, '1406402382'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 3, '1406477243'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 2, '1406402513'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 3, '1406402534'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 3, '1406402597'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 9, '1406463633'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-27', 10, '1406464621'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 1, '1406407733'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 2, '1406438149'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 5, '1406463783'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 1, '1406412556'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 1, '1406422330'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 2, '1406429975'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 1, '1406429716'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 6, '1406461824'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 1, '1406432302'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 4, '1406470635'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 1, '1406437314'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 2, '1406449373'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 8, '1406476741'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 8, '1406469708'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 1, '1406443258'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 1, '1406444791'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-27', 1, '1406444791'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 2, '1406478512'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 4, '1406477492'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 2, '1406474594'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406453240'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 4, '1406480343'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-27', 1, '1406458019'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-27', 1, '1406460662'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406464179'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406465769'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 1, '1406465869'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 1, '1406466185'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-27', 1, '1406470629'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406471251'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406471553'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 2, '1406472944'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-27', 1, '1406474234'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-27', 1, '1406480175'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 14, '1406556251'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 3, '1406535407'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 9, '1406560413'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 1, '1406481922'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 1, '1406482001'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 4, '1406562649'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 2, '1406552842'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 9, '1406561275'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 2, '1406487675'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 3, '1406492443'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 3, '1406528646'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 2, '1406558288'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 8, '1406537626'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 3, '1406535001'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 1, '1406491511'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 11, '1406549895'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 4, '1406561596'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 1, '1406497313'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 3, '1406558277'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 6, '1406563467'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 2, '1406522611'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 3, '1406547428'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 5, '1406529670'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 2, '1406537316'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 1, '1406506356'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 3, '1406528126'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 1, '1406515190'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 1, '1406527838'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 1, '1406530286'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-28', 1, '1406533512'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 1, '1406534131'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 1, '1406539251'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 1, '1406539468'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 5, '1406564708'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 1, '1406545429'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 1, '1406547326'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-28', 1, '1406547327'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 1, '1406552585'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 2, '1406564344'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-28', 1, '1406557329'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-28', 1, '1406557364'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-28', 1, '1406560155'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 8, '1406639183'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 7, '1406646727'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 5, '1406643946'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 4, '1406636516'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 3, '1406629532'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 11, '1406650195'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 2, '1406604993'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 5, '1406620310'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 7, '1406640633'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 1, '1406576833'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 3, '1406626764'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-29', 1, '1406579951'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 2, '1406590896'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 1, '1406581031'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 8, '1406646230'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 3, '1406610735'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 2, '1406614893'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 5, '1406635584'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 1, '1406588303'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 2, '1406606955'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 6, '1406651627'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 11, '1406647739'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 5, '1406644949'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 2, '1406647326'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 1, '1406606382'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-29', 1, '1406606433'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 2, '1406625935'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 1, '1406608920'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-29', 1, '1406610117'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 5, '1406647000'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 1, '1406610565'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-29', 2, '1406650605'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 1, '1406619189'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-29', 5, '1406652404'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 2, '1406622512'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-29', 1, '1406623272'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-29', 1, '1406646565'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-29', 1, '1406651427'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 3, '1406710831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-30', 3, '1406732257'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-30', 6, '1406728282'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-30', 6, '1406735768'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 6, '1406737119'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 4, '1406734244'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-30', 4, '1406721396'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406669333'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 1, '1406670717'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406670980'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-30', 3, '1406707580'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-30', 3, '1406733774'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 3, '1406726574'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406673802'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-30', 2, '1406676879'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-30', 1, '1406677348'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406677355'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-30', 2, '1406694101'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 3, '1406738024'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-30', 5, '1406717010'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 5, '1406732472'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-30', 2, '1406690819'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 1, '1406685378'); INSERT INTO `statistik` VALUES ('172.16.17.321', '2014-07-30', 1, '1406688384'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 2, '1406713260'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 1, '1406696638'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406700090'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 4, '1406707570'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406701281'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 6, '1406730528'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 2, '1406728870'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 44, '1406706492'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-30', 3, '1406728961'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 1, '1406708349'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 1, '1406711820'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 1, '1406712230'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 2, '1406714034'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406720603'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 1, '1406724443'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 1, '1406724553'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-30', 2, '1406733242'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-30', 1, '1406732919'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 9, '1406736709'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 8, '1406736774'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-30', 5, '1406736804'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-31', 5, '1406806983'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-31', 9, '1406815025'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 8, '1406813795'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 11, '1406824408'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 4, '1406811629'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-31', 2, '1406764913'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 1, '1406744098'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 10, '1406792364'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-31', 2, '1406760503'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-31', 4, '1406765639'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 2, '1406793498'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-31', 4, '1406799280'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 2, '1406752854'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 2, '1406810284'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 3, '1406800779'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-31', 4, '1406808164'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 3, '1406787857'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 2, '1406765036'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-31', 4, '1406823159'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 2, '1406771769'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 2, '1406789167'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406774185'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-07-31', 1, '1406775723'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406777899'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406778074'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 5, '1406802519'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 3, '1406802549'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 4, '1406802603'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406802617'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406802624'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406805688'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-31', 1, '1406808624'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 1, '1406810653'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406814515'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406815438'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-07-31', 1, '1406817062'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-07-31', 1, '1406818974'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 1, '1406819459'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-07-31', 1, '1406822440'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-07-31', 1, '1406824018'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-01', 11, '1406907943'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-01', 6, '1406879811'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-01', 4, '1406898490'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-01', 5, '1406905496'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-01', 1, '1406830461'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-01', 1, '1406832686'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-01', 4, '1406908991'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-01', 14, '1406890450'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-01', 7, '1406867412'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-01', 1, '1406835450'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-01', 2, '1406845106'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-01', 4, '1406902967'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-01', 3, '1406910757'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-01', 3, '1406876526'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-01', 1, '1406855802'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-01', 1, '1406862229'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-01', 2, '1406883843'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-01', 1, '1406875823'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-01', 1, '1406881269'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-01', 1, '1406882225'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-01', 2, '1406883452'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-01', 1, '1406887368'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-01', 1, '1406908626'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 3, '1406914162'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-02', 3, '1406970362'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-02', 1, '1406916906'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-02', 6, '1406974594'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 6, '1406984731'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 2, '1406996797'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 4, '1406981174'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 1, '1406934096'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-02', 5, '1406983553'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 2, '1406956352'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-02', 2, '1406967342'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 1, '1406959468'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 1, '1406959837'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 3, '1406997624'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 3, '1406971579'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-02', 1, '1406964929'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-02', 1, '1406965217'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 1, '1406965515'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-02', 1, '1406965659'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 1, '1406968475'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-02', 3, '1406997279'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 5, '1406992593'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-02', 1, '1406970151'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 1, '1406970479'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-02', 2, '1406995542'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-02', 1, '1406975130'); INSERT INTO `statistik` VALUES ('172.16.31.108', '2014-08-02', 1, '1406991994'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-02', 1, '1406992820'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-03', 3, '1407065889'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-03', 5, '1407075776'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 1, '1407003953'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-03', 9, '1407051095'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-03', 10, '1407062350'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-03', 3, '1407072189'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 4, '1407054124'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-03', 6, '1407060780'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-03', 3, '1407076717'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-03', 6, '1407080671'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 5, '1407041992'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-03', 3, '1407015241'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-03', 1, '1407015247'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 3, '1407083002'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-03', 1, '1407032172'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-03', 2, '1407068570'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 2, '1407061384'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-03', 1, '1407039831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-03', 1, '1407040192'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-03', 2, '1407055079'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 1, '1407050148'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-03', 1, '1407057521'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 1, '1407069127'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-03', 1, '1407078560'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-03', 1, '1407078841'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-04', 3, '1407163211'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-04', 5, '1407161881'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-04', 2, '1407126326'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-04', 6, '1407169510'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-04', 4, '1407152405'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-04', 1, '1407100171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-04', 4, '1407169615'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-04', 1, '1407109149'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-04', 10, '1407170469'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-04', 1, '1407124243'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-04', 1, '1407127506'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-04', 1, '1407132003'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-04', 4, '1407164925'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-04', 2, '1407158798'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-04', 1, '1407138710'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-04', 8, '1407171468'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-04', 20, '1407153570'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-04', 1, '1407153456'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-04', 1, '1407154511'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-04', 1, '1407164491'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-04', 1, '1407164944'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-04', 14, '1407165313'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-04', 1, '1407165859'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 16, '1407243966'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 1, '1407173393'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 4, '1407217263'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 4, '1407248277'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 7, '1407249316'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 1, '1407177203'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 9, '1407248451'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-05', 3, '1407202943'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-05', 9, '1407256272'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 5, '1407251447'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 6, '1407249626'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 1, '1407183567'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-05', 5, '1407227056'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 3, '1407253879'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 1, '1407187294'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-05', 1, '1407191228'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 1, '1407195638'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-05', 1, '1407200452'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-05', 2, '1407212860'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 3, '1407245890'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 1, '1407229635'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 3, '1407253627'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 1, '1407238318'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 1, '1407239954'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-05', 1, '1407240756'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-05', 1, '1407244523'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-05', 2, '1407246845'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 1, '1407251337'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-05', 1, '1407251525'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-06', 3, '1407325462'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 2, '1407260446'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-06', 4, '1407336751'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 5, '1407320772'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-06', 13, '1407340621'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 1, '1407264521'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-06', 1, '1407264892'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 3, '1407336308'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-06', 11, '1407343862'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-06', 5, '1407332222'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-06', 3, '1407325943'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-06', 3, '1407322988'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-06', 1, '1407283903'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-06', 5, '1407344062'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-06', 1, '1407298757'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-06', 1, '1407304645'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 1, '1407315035'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 1, '1407321121'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 1, '1407325054'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-06', 1, '1407325105'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-06', 2, '1407340552'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-06', 1, '1407329621'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-06', 2, '1407339541'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 1, '1407334270'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-06', 1, '1407335616'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-06', 1, '1407338796'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-06', 1, '1407341418'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-07', 79, '1407384793'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 1, '1407344633'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-07', 4, '1407411992'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-07', 3, '1407379998'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 6, '1407377809'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-07', 3, '1407389697'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-07', 1, '1407351395'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-07', 3, '1407389083'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-07', 3, '1407422803'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 3, '1407384502'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 1, '1407367382'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 1, '1407368741'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-07', 4, '1407423247'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 3, '1407409685'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-07', 3, '1407425945'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-07', 1, '1407382087'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-07', 1, '1407384726'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-07', 1, '1407393204'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-07', 3, '1407425822'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 2, '1407402121'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-07', 1, '1407412435'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-07', 1, '1407413947'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 1, '1407414146'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-07', 1, '1407418002'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-07', 1, '1407424777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-07', 1, '1407430269'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 5, '1407481069'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-08', 3, '1407479001'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-08', 4, '1407499292'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 4, '1407499520'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 2, '1407466236'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-08', 8, '1407437643'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-08', 1, '1407437998'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 4, '1407441811'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 2, '1407441853'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 4, '1407441902'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 4, '1407442155'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 4, '1407510340'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 1, '1407446033'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 3, '1407488476'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-08', 1, '1407461924'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 3, '1407516256'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-08', 1, '1407463780'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 1, '1407468914'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 3, '1407500387'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 6, '1407493100'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 1, '1407481112'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-08', 1, '1407487456'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 1, '1407496417'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 2, '1407498411'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-08', 1, '1407498384'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-08', 2, '1407512481'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 1, '1407507608'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-08', 1, '1407507768'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-08', 1, '1407508114'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 1, '1407510102'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-08', 1, '1407511167'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-09', 6, '1407561977'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-09', 5, '1407558486'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-09', 3, '1407551594'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-09', 4, '1407596864'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-09', 3, '1407598138'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-09', 2, '1407573641'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-09', 2, '1407550425'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-09', 4, '1407600840'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-09', 1, '1407531721'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-09', 3, '1407564426'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-09', 1, '1407532594'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-09', 2, '1407595357'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-09', 1, '1407551092'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-09', 4, '1407594835'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-09', 1, '1407573542'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-09', 1, '1407575654'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-09', 2, '1407588521'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-09', 2, '1407581162'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-09', 1, '1407581381'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-09', 1, '1407586048'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-09', 2, '1407595438'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-09', 1, '1407594802'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-09', 1, '1407597202'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-09', 1, '1407597652'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-10', 11, '1407604478'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 4, '1407648946'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-10', 5, '1407661786'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-10', 3, '1407672923'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-10', 2, '1407645240'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 3, '1407678545'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-10', 10, '1407688316'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 1, '1407631450'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-10', 1, '1407635760'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 2, '1407665658'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 1, '1407638140'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-10', 3, '1407683432'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 2, '1407641506'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 1, '1407649475'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-10', 1, '1407652001'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-10', 1, '1407652051'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 1, '1407652249'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 2, '1407659790'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 12, '1407655212'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 3, '1407681384'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-10', 2, '1407661892'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 1, '1407663155'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 1, '1407663375'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 1, '1407664621'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 1, '1407667464'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-10', 1, '1407680027'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-10', 1, '1407684040'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-11', 1, '1407690072'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 4, '1407767943'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-11', 1, '1407692386'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 4, '1407770201'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 1, '1407702258'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-11', 4, '1407746291'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 4, '1407723756'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 1, '1407709348'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 1, '1407709779'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-11', 1, '1407713183'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-11', 1, '1407720582'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-11', 4, '1407723410'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-11', 28, '1407743385'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-11', 2, '1407742008'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 1, '1407737768'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 2, '1407745943'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 2, '1407768376'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-11', 2, '1407759389'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 1, '1407750002'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 1, '1407752229'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 1, '1407752401'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-11', 2, '1407760067'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-11', 1, '1407753198'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 1, '1407761179'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-11', 1, '1407763905'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-11', 1, '1407770382'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-11', 1, '1407771211'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-11', 1, '1407771463'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-11', 194, '1407773289'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-11', 1, '1407772647'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-12', 1, '1407778655'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-12', 3, '1407811212'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-12', 5, '1407835058'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-12', 1, '1407789564'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-12', 1, '1407801787'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-12', 2, '1407831998'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-12', 1, '1407802625'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-12', 2, '1407817898'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-12', 1, '1407809095'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-12', 2, '1407831980'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-12', 2, '1407817258'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-12', 2, '1407832839'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-12', 4, '1407823771'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-12', 2, '1407852321'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-12', 1, '1407824401'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-12', 1, '1407826850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-12', 1, '1407833033'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-12', 1, '1407839204'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-12', 1, '1407843652'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-12', 2, '1407856691'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-12', 1, '1407851499'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-12', 1, '1407854466'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-12', 1, '1407856846'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-12', 2, '1407860850'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-13', 1, '1407865305'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-13', 3, '1407894825'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-13', 1, '1407867511'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-13', 1, '1407872070'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-13', 1, '1407873993'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 4, '1407892685'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-13', 1, '1407876123'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 1, '1407876604'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 1, '1407876604'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-13', 3, '1407906850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 3, '1407908922'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 1, '1407886606'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 5, '1407915763'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-13', 4, '1407929904'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 2, '1407930569'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 3, '1407919219'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-13', 2, '1407929816'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 1, '1407915242'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-13', 2, '1407928250'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-13', 1, '1407916891'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-13', 2, '1407918740'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-13', 1, '1407919096'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 1, '1407919729'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 7, '1407922130'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 1, '1407936418'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 1, '1407941380'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-13', 1, '1407943177'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-13', 1, '1407947233'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-14', 4, '1408014723'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 3, '1408006237'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-14', 5, '1408019085'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-14', 4, '1408027150'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-14', 2, '1407979692'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-14', 10, '1408019409'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-14', 3, '1408017048'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 1, '1407963039'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-14', 4, '1408022359'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 4, '1408011946'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-14', 1, '1407972362'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-14', 1, '1407973804'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 3, '1408018597'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-14', 2, '1407990966'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 4, '1408022127'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 1, '1407996375'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-14', 2, '1408011286'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-14', 2, '1408029389'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 1, '1408026823'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 1, '1408026971'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-14', 1, '1408027108'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-14', 1, '1408027870'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-14', 1, '1408029658'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 2, '1408089297'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 1, '1408037621'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 4, '1408095979'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-15', 2, '1408097346'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-15', 3, '1408098032'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 58, '1408044270'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-15', 40, '1408044368'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-15', 2, '1408083456'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 2, '1408075715'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-15', 1, '1408059361'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-15', 1, '1408059361'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 2, '1408086533'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-15', 1, '1408067545'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-15', 1, '1408070658'); INSERT INTO `statistik` VALUES ('172.16.31.1089', '2014-08-15', 1, '1408074311'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-15', 1, '1408088936'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-15', 1, '1408090188'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 3, '1408092461'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 1, '1408094713'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 1, '1408097413'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 1, '1408101868'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-15', 3, '1408120192'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 2, '1408119860'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 1, '1408107964'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-15', 1, '1408108161'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 2, '1408115244'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 1, '1408114848'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-15', 1, '1408115981'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-15', 1, '1408118772'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-15', 1, '1408118985'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-15', 4, '1408120725'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-16', 8, '1408189039'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 7, '1408198371'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-16', 4, '1408194387'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-16', 1, '1408129800'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 3, '1408179236'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-16', 1, '1408133556'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 1, '1408138164'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 3, '1408205525'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-16', 2, '1408155701'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-16', 1, '1408150667'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-16', 3, '1408183397'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-16', 3, '1408206347'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-16', 4, '1408194677'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-16', 2, '1408188619'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-16', 6, '1408203336'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 1, '1408167753'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-16', 2, '1408179958'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-16', 3, '1408178401'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 1, '1408180959'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-16', 2, '1408189546'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-16', 1, '1408202327'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-16', 1, '1408205196'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-17', 2, '1408235650'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-17', 5, '1408285756'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-17', 2, '1408275417'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-17', 4, '1408270389'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-17', 1, '1408217085'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-17', 5, '1408293059'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-17', 6, '1408283957'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-17', 1, '1408226692'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-17', 4, '1408286253'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-17', 5, '1408230310'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-17', 6, '1408287641'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-17', 4, '1408272593'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-17', 3, '1408292006'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-17', 1, '1408264604'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-17', 2, '1408270308'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-17', 1, '1408272762'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-17', 1, '1408281198'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-17', 1, '1408288726'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-17', 1, '1408289956'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 1, '1408295811'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-18', 3, '1408370948'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 2, '1408298196'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-18', 7, '1408371554'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 1, '1408301290'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-18', 5, '1408379173'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-18', 1, '1408303278'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 3, '1408360136'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-18', 3, '1408380914'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-18', 2, '1408356917'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-18', 1, '1408328211'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-18', 2, '1408364933'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-18', 2, '1408380099'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 2, '1408349910'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-18', 1, '1408343634'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 1, '1408345850'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-18', 2, '1408373280'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-18', 1, '1408363973'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-18', 1, '1408367731'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-18', 1, '1408375167'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-18', 1, '1408379526'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-19', 4, '1408437043'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-19', 3, '1408416622'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-19', 2, '1408406646'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 1, '1408397238'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-19', 4, '1408457288'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 1, '1408406721'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 2, '1408441431'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-19', 1, '1408413254'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 3, '1408413423'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-19', 4, '1408413590'); INSERT INTO `statistik` VALUES ('157.55.39.146', '2014-08-19', 3, '1408413664'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-19', 3, '1408449899'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-19', 1, '1408422090'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-19', 3, '1408458711'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-19', 1, '1408430320'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-19', 4, '1408448904'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-19', 1, '1408435814'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 1, '1408439084'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 3, '1408451600'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-19', 1, '1408443159'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-19', 1, '1408455925'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-19', 1, '1408461524'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 3, '1408552311'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 3, '1408534439'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-20', 6, '1408549076'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-20', 3, '1408528921'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-20', 1, '1408471669'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-20', 1, '1408472906'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 6, '1408552735'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-20', 6, '1408551247'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-20', 3, '1408549847'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-20', 5, '1408545259'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 3, '1408542701'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 6, '1408543528'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-20', 3, '1408513692'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 3, '1408546858'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-20', 2, '1408535562'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-20', 5, '1408553888'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-20', 1, '1408491447'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-20', 1, '1408493284'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-20', 2, '1408503960'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-20', 2, '1408538534'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-20', 3, '1408538060'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-20', 1, '1408511480'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-20', 1, '1408551170'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-20', 1, '1408551775'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-21', 3, '1408609247'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 3, '1408640023'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 2, '1408622120'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 2, '1408588567'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-21', 3, '1408630070'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 9, '1408627828'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 3, '1408640016'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-21', 5, '1408608671'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 4, '1408631822'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-21', 1, '1408573999'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 1, '1408574375'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 3, '1408630872'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 5, '1408628510'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 1, '1408576547'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-21', 2, '1408621011'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-21', 2, '1408634508'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-21', 1, '1408584564'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-21', 1, '1408587139'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 1, '1408587624'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-21', 2, '1408591776'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-21', 1, '1408595192'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 1, '1408600161'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 1, '1408610833'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-21', 18, '1408615663'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-21', 8, '1408622799'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-21', 1, '1408634377'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-21', 1, '1408638520'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 2, '1408645756'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 2, '1408674109'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 16, '1408708982'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 4, '1408715238'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 7, '1408711213'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-22', 6, '1408716194'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 2, '1408644183'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 15, '1408673680'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 19, '1408681039'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 3, '1408648770'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 5, '1408717359'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-22', 1, '1408655829'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 2, '1408658921'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-22', 1, '1408662294'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-22', 1, '1408665884'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 1, '1408666493'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-22', 6, '1408702011'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 3, '1408673687'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 3, '1408673711'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 1, '1408673685'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 4, '1408704425'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-22', 1, '1408674316'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 1, '1408680634'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 1, '1408683326'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 1, '1408683662'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-22', 1, '1408684929'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-22', 2, '1408699947'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 1, '1408693866'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 1, '1408697978'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-22', 1, '1408699931'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 3, '1408726698'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-22', 1, '1408720636'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-22', 1, '1408726273'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-23', 6, '1408796996'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 1, '1408732937'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 7, '1408766750'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-23', 4, '1408809179'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-23', 3, '1408765762'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 2, '1408800742'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-23', 3, '1408804086'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-23', 1, '1408741713'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-23', 1, '1408742975'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 2, '1408787384'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-23', 6, '1408773912'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-23', 4, '1408797592'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 4, '1408782445'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-23', 2, '1408770534'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-23', 4, '1408806740'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 1, '1408760175'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-23', 2, '1408812703'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 4, '1408798964'); INSERT INTO `statistik` VALUES ('172.16.58.303', '2014-08-23', 1, '1408772412'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 3, '1408809007'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-23', 1, '1408781856'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 2, '1408794841'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-23', 1, '1408788644'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-23', 1, '1408800749'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-23', 1, '1408805381'); INSERT INTO `statistik` VALUES ('146.148.35.249', '2014-08-23', 1, '1408807100'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 1, '1408807213'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-23', 1, '1408808295'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 5, '1408879756'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-24', 5, '1408879060'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 1, '1408817284'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-24', 9, '1408898673'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 3, '1408819223'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-24', 6, '1408899022'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 2, '1408860211'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 2, '1408891288'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-24', 3, '1408875421'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-24', 1, '1408830050'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-24', 2, '1408868332'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-24', 3, '1408875685'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 3, '1408861406'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 3, '1408880878'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-24', 1, '1408842713'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 4, '1408890532'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-24', 8, '1408895361'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 2, '1408890568'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-24', 1, '1408849299'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 3, '1408862345'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 2, '1408853190'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 3, '1408853320'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-24', 2, '1408891969'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-24', 3, '1408882786'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 2, '1408878144'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-24', 1, '1408858136'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-24', 3, '1408887368'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 1, '1408872197'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 2, '1408888211'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 2, '1408878911'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-24', 1, '1408882682'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 1, '1408886838'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-24', 2, '1408899201'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-24', 1, '1408893531'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-25', 1, '1408900112'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 4, '1408977048'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 3, '1408983765'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 5, '1408977415'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 1, '1408908287'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 2, '1408920067'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 2, '1408910848'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 5, '1408973487'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-25', 1, '1408909895'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-25', 2, '1408920069'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-25', 4, '1408983511'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 7, '1408985253'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 3, '1408966236'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 6, '1408983672'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-25', 2, '1408947374'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-25', 3, '1408972132'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-25', 2, '1408984294'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 1, '1408922695'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 4, '1408972745'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 1, '1408931575'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-25', 1, '1408933396'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-25', 1, '1408933806'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-25', 1, '1408937250'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 2, '1408942380'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-25', 14, '1408942376'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 1, '1408942276'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-25', 6, '1408961033'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-25', 1, '1408965783'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-25', 1, '1408979759'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-26', 6, '1409053986'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 2, '1409000655'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-26', 3, '1409041969'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-26', 8, '1409066238'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 4, '1409066390'); INSERT INTO `statistik` VALUES ('66.249.79.77', '2014-08-26', 1, '1408995960'); INSERT INTO `statistik` VALUES ('66.249.79.75', '2014-08-26', 6, '1409050654'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-26', 3, '1409054670'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-26', 3, '1409052778'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-26', 3, '1409021698'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-26', 4, '1409002883'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-26', 5, '1409045543'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 1, '1409002890'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-26', 3, '1409002967'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-26', 1, '1409016126'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-26', 1, '1409023172'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-26', 1, '1409023260'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 1, '1409023417'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-26', 1, '1409026512'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-26', 1, '1409027323'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 2, '1409063590'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-26', 2, '1409062743'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 3, '1409067296'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-26', 1, '1409047959'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-26', 1, '1409054925'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-26', 1, '1409066212'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-27', 3, '1409154617'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 2, '1409080400'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 3, '1409129716'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-27', 1, '1409075896'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-27', 4, '1409127269'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409084181'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409084311'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 2, '1409108086'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 1, '1409086856'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409092568'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 1, '1409098064'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409098065'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-27', 5, '1409154402'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409102818'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-27', 4, '1409119441'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-27', 2, '1409120321'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409118548'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 1, '1409118735'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 2, '1409158777'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 1, '1409124168'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-27', 1, '1409134920'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-27', 2, '1409142408'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-27', 1, '1409138691'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-27', 1, '1409144053'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-27', 1, '1409145355'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-27', 1, '1409147966'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-27', 1, '1409152510'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-27', 1, '1409153255'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-28', 1, '1409160126'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-28', 4, '1409208049'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-28', 3, '1409223483'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-28', 18, '1409175709'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-28', 2, '1409220064'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-28', 1, '1409178304'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-28', 13, '1409229943'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-28', 3, '1409241798'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-28', 3, '1409230871'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-28', 2, '1409218880'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-28', 1, '1409202966'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-28', 2, '1409224109'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-28', 2, '1409241681'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-28', 2, '1409235137'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-28', 1, '1409229300'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-28', 2, '1409240499'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-28', 3, '1409229972'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-28', 1, '1409237833'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-28', 1, '1409239023'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-29', 3, '1409321768'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-29', 4, '1409283743'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-29', 3, '1409295784'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-29', 4, '1409314881'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-29', 1, '1409263315'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-29', 1, '1409267845'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-29', 7, '1409328861'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-29', 1, '1409274120'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-29', 4, '1409284575'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-29', 4, '1409284566'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-29', 1, '1409284466'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-29', 4, '1409299690'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-29', 3, '1409285536'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-29', 1, '1409292649'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-29', 1, '1409294558'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-29', 2, '1409305373'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 1, '1409306593'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 1, '1409309827'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-29', 2, '1409328298'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-29', 1, '1409313722'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-29', 1, '1409316194'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 1, '1409316295'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-29', 1, '1409317403'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-29', 1, '1409325433'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 1, '1409327012'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 1, '1409328215'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 137, '1409331599'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-29', 1, '1409331385'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 57, '1409331884'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-30', 4, '1409378937'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 1, '1409336714'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 2, '1409381067'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 2, '1409360660'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 1, '1409339538'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-30', 1, '1409342593'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 7, '1409372369'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 5, '1409394957'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 4, '1409384395'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-30', 1, '1409348637'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 3, '1409382281'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 5, '1409377114'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 3, '1409391879'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 1, '1409365775'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 4, '1409398202'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 1, '1409373933'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-30', 1, '1409388067'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 1, '1409393093'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 1, '1409394542'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 2, '1409413499'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-30', 1, '1409402760'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 2, '1409414715'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 3, '1409415718'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-30', 1, '1409408631'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 1, '1409411573'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-30', 1, '1409411847'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-30', 1, '1409413171'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-31', 3, '1409478361'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 2, '1409456741'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 5, '1409479661'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 3, '1409493013'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 3, '1409469871'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 1, '1409430742'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 4, '1409477009'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 3, '1409467548'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-31', 5, '1409494614'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-31', 7, '1409476948'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 3, '1409455917'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 2, '1409443123'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 4, '1409487197'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 1, '1409444092'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 3, '1409478133'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 3, '1409499596'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 1, '1409461007'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-31', 3, '1409499973'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-31', 2, '1409469180'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 2, '1409492997'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 1, '1409468850'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 1, '1409469804'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 1, '1409470823'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-08-31', 1, '1409477324'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-08-31', 1, '1409478359'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-31', 1, '1409489168'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 1, '1409490280'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 1, '1409490483'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-08-31', 1, '1409491562'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 1, '1409491613'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 1, '1409495375'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-31', 1, '1409498196'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-08-31', 1, '1409499980'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-08-31', 1, '1409501293'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-01', 6, '1409580634'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 1, '1409510794'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-01', 4, '1409555349'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-01', 2, '1409524327'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-01', 3, '1409586403'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-01', 5, '1409580521'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-01', 6, '1409559705'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-01', 3, '1409564858'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-01', 2, '1409578032'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-01', 2, '1409546260'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-01', 2, '1409545233'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-01', 1, '1409528298'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-01', 2, '1409587663'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 4, '1409560324'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-01', 5, '1409573180'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-01', 8, '1409579349'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-01', 1, '1409540831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 3, '1409575673'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-01', 2, '1409570387'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-01', 3, '1409549414'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-01', 1, '1409567222'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 1, '1409569556'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 2, '1409586549'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-01', 1, '1409584565'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 1, '1409585196'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 1, '1409586508'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-01', 1, '1409588847'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-02', 1, '1409590988'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-02', 1, '1409593995'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 7, '1409667046'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-02', 5, '1409640559'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-02', 2, '1409604908'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-02', 2, '1409653700'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 5, '1409653718'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 1, '1409601463'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-02', 2, '1409639306'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-02', 1, '1409603757'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 2, '1409630309'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 1, '1409610461'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 2, '1409644248'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 2, '1409664394'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 3, '1409673894'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 3, '1409638475'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 3, '1409648930'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-02', 2, '1409632080'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 1, '1409627520'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 2, '1409647242'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 1, '1409628803'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 1, '1409634350'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 2, '1409634897'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 1, '1409651373'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 1, '1409661000'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-02', 1, '1409662179'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-02', 1, '1409664540'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 1, '1409666789'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-02', 2, '1409669109'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-02', 1, '1409671017'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 1, '1409672998'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-02', 1, '1409675356'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-02', 2, '1409677103'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 4, '1409753553'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-03', 2, '1409727121'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 11, '1409730112'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-03', 4, '1409729411'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-03', 4, '1409746072'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-03', 1, '1409688802'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 1, '1409695315'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-03', 3, '1409761140'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 3, '1409751292'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 2, '1409755827'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 1, '1409698558'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-03', 2, '1409714218'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 2, '1409701705'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-03', 6, '1409702872'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-03', 3, '1409702701'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 4, '1409702872'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 2, '1409702876'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 1, '1409705480'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-03', 3, '1409750331'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-03', 1, '1409716311'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-03', 1, '1409718607'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 1, '1409727928'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-03', 1, '1409730121'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 4, '1409734537'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 1, '1409736244'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-03', 1, '1409737936'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 1, '1409740220'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-03', 2, '1409759559'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-03', 1, '1409751036'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-03', 1, '1409753190'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-03', 1, '1409754242'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-03', 1, '1409755336'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-03', 1, '1409761840'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-04', 1, '1409767285'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-04', 4, '1409839785'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 5, '1409835238'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 5, '1409834099'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-04', 2, '1409783451'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-04', 3, '1409832841'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 2, '1409788316'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 1, '1409784165'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 5, '1409827070'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 6, '1409848804'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-04', 3, '1409801341'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 1, '1409792607'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-04', 1, '1409796071'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-04', 2, '1409824428'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-04', 2, '1409811526'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-04', 6, '1409846060'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-04', 1, '1409810340'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-04', 1, '1409811479'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-04', 3, '1409836862'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-04', 1, '1409813424'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-04', 1, '1409819637'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 1, '1409826881'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-04', 1, '1409828975'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-04', 1, '1409840764'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-04', 1, '1409842660'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-04', 1, '1409844909'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-04', 1, '1409845325'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-04', 1, '1409846050'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-05', 3, '1409917551'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-05', 1, '1409853469'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 5, '1409897123'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-05', 3, '1409898958'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-05', 1, '1409856391'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-05', 4, '1409921730'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-05', 6, '1409871632'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-05', 8, '1409933667'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-05', 2, '1409899721'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-05', 2, '1409920740'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 1, '1409866963'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 4, '1409932544'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-05', 2, '1409931578'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 1, '1409893705'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-05', 2, '1409917436'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-05', 1, '1409896503'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 1, '1409902023'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-05', 1, '1409904709'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 2, '1409923331'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 2, '1409913296'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-05', 1, '1409914000'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-05', 1, '1409919952'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-05', 1, '1409921728'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-05', 1, '1409926424'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 1, '1409930628'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-05', 1, '1409930725'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-05', 1, '1409932868'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-05', 1, '1409935594'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 2, '1410021174'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409937936'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 2, '1409993676'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409938562'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 5, '1410012859'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 6, '1410019398'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 2, '1410001319'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 3, '1409952182'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 3, '1409985657'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 3, '1410008511'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409944130'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409944194'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 1, '1409947604'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 2, '1410019770'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409952952'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-06', 2, '1410018191'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 1, '1409953507'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-06', 3, '1410017016'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-06', 2, '1409996473'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-06', 3, '1410019320'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-06', 1, '1409972794'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-06', 1, '1409975059'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409976958'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409981073'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 1, '1409986729'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-06', 1, '1409993135'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 1, '1409996427'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 1, '1409997235'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 1, '1409998367'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-06', 1, '1410017016'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-06', 1, '1410019325'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-06', 1, '1410021551'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410025616'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 7, '1410083969'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 5, '1410104675'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 3, '1410084177'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 6, '1410079961'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 1, '1410030907'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-07', 1, '1410030981'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-07', 1, '1410030994'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410032174'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 1, '1410033620'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410035287'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410036423'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 3, '1410108530'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-07', 2, '1410050624'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-07', 2, '1410078945'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 3, '1410105830'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 2, '1410068682'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410042905'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410043343'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-07', 4, '1410091832'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 2, '1410095574'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-07', 1, '1410051010'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 5, '1410073130'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410059427'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 2, '1410073368'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 3, '1410094548'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410072244'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410077718'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410081693'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 3, '1410083516'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-07', 1, '1410085314'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410093410'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-07', 3, '1410095890'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 3, '1410095904'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-07', 1, '1410095899'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-07', 4, '1410096481'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 1, '1410097874'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410103516'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410104883'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-07', 1, '1410105012'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-07', 1, '1410107623'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 2, '1410175655'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 1, '1410115487'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 1, '1410116327'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-08', 2, '1410170706'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 2, '1410171447'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-08', 2, '1410147178'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 21, '1410122844'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 2, '1410147927'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 2, '1410138259'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-08', 2, '1410150479'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-08', 3, '1410148839'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-08', 1, '1410135363'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 2, '1410169636'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 1, '1410138498'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 2, '1410159889'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 1, '1410150466'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-08', 2, '1410194897'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-08', 1, '1410151481'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-08', 2, '1410195434'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 1, '1410151865'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 2, '1410169871'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 2, '1410185630'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 1, '1410162420'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 3, '1410183616'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 2, '1410185067'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 1, '1410171442'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 2, '1410184916'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 2, '1410191269'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 2, '1410192349'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 1, '1410182531'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-08', 1, '1410189929'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-08', 1, '1410190052'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-08', 1, '1410191738'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-08', 1, '1410192287'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-08', 1, '1410194912'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 1, '1410195712'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 7, '1410249804'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 6, '1410249497'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 1, '1410197624'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 6, '1410203416'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 1, '1410200618'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 4, '1410266938'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 5, '1410278882'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-09', 5, '1410278806'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 2, '1410250794'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 4, '1410271559'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-09', 3, '1410217710'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 2, '1410253760'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 3, '1410277748'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 1, '1410222354'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 2, '1410257752'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 1, '1410234001'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 1, '1410236628'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 1, '1410237554'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 2, '1410251517'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-09', 1, '1410245317'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-09', 1, '1410245977'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 3, '1410268021'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-09', 1, '1410246679'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-09', 3, '1410258512'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-09', 1, '1410250296'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 3, '1410268785'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-09', 1, '1410255463'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 4, '1410277019'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 1, '1410258379'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-09', 1, '1410276310'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-09', 1, '1410279560'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 2, '1410310774'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 4, '1410346804'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-10', 4, '1410363106'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 1, '1410288887'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 2, '1410300497'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 1, '1410291708'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 1, '1410293316'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 5, '1410352252'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 1, '1410298261'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 2, '1410310205'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-10', 1, '1410300596'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 4, '1410364388'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 1, '1410305402'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-10', 5, '1410366918'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 1, '1410315634'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 1, '1410323627'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 1, '1410324281'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 1, '1410324333'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-10', 5, '1410364397'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 1, '1410332267'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-10', 1, '1410336671'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 1, '1410338783'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-10', 4, '1410340184'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 3, '1410340178'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-10', 1, '1410340187'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 3, '1410340418'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-10', 1, '1410344226'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 3, '1410366623'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-10', 1, '1410349526'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 1, '1410353516'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-10', 1, '1410357280'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-10', 1, '1410362718'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-10', 1, '1410365523'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 3, '1410377854'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-11', 5, '1410430381'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 3, '1410438803'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-11', 1, '1410377136'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 1, '1410377147'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 2, '1410447845'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 1, '1410381468'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 8, '1410453165'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 2, '1410445777'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-11', 4, '1410442610'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 3, '1410423327'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 3, '1410449625'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-11', 1, '1410397045'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-11', 1, '1410397902'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 2, '1410430337'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 2, '1410420989'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 1, '1410400276'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-11', 1, '1410402597'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-11', 4, '1410417104'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 2, '1410404396'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-11', 3, '1410404406'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 5, '1410404427'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 2, '1410404969'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 2, '1410427988'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 2, '1410415093'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 1, '1410414505'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 1, '1410415775'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 1, '1410427207'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-11', 1, '1410434837'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-11', 1, '1410436173'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 1, '1410437098'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-11', 1, '1410442761'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-11', 1, '1410446445'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-11', 1, '1410448597'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-12', 4, '1410475154'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 8, '1410518417'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-12', 3, '1410523524'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-12', 3, '1410480082'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-12', 1, '1410462597'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-12', 5, '1410520733'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-12', 1, '1410467380'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 4, '1410512699'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 2, '1410484353'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-12', 1, '1410473540'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 3, '1410520326'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-12', 1, '1410477486'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-12', 1, '1410489629'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-12', 5, '1410496713'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 2, '1410496729'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-12', 3, '1410496790'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-12', 1, '1410500943'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 1, '1410506394'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-12', 1, '1410509299'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-12', 1, '1410512261'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 1, '1410512782'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-12', 1, '1410517258'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-12', 1, '1410522230'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-12', 1, '1410524127'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-12', 6, '1410529878'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-12', 1, '1410531450'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-12', 1, '1410531538'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-12', 1, '1410532816'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-12', 1, '1410534331'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-12', 1, '1410538160'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-12', 1, '1410539330'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-13', 3, '1410585586'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 3, '1410599189'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 3, '1410574568'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 4, '1410595753'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 1, '1410548509'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 8, '1410624945'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 2, '1410563974'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 6, '1410605970'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 6, '1410598911'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 3, '1410566718'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 1, '1410563802'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 2, '1410565205'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-13', 11, '1410565420'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 1, '1410565448'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 2, '1410588383'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 1, '1410569309'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 4, '1410592025'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-13', 7, '1410612002'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 1, '1410577574'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 1, '1410579722'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 1, '1410585089'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 2, '1410621703'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 1, '1410596398'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 1, '1410597785'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 1, '1410598154'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-13', 2, '1410609743'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 1, '1410604940'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 1, '1410607208'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 1, '1410610001'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 3, '1410620528'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 1, '1410618021'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-13', 1, '1410618197'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-13', 1, '1410619162'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-13', 1, '1410620811'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-13', 1, '1410621238'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-13', 1, '1410626553'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-14', 3, '1410693688'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-14', 6, '1410708112'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-14', 2, '1410664060'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-14', 5, '1410689640'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-14', 7, '1410668333'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-14', 3, '1410682877'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-14', 2, '1410674869'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-14', 8, '1410712086'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-14', 1, '1410643253'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-14', 2, '1410668234'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-14', 2, '1410644157'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 3, '1410707155'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-14', 2, '1410704501'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-14', 4, '1410707298'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-14', 3, '1410699219'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-14', 3, '1410670941'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 1, '1410672463'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-14', 1, '1410672783'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 2, '1410673567'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-14', 3, '1410674604'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-14', 1, '1410675485'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 2, '1410694766'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 1, '1410686290'); INSERT INTO `statistik` VALUES ('5.39.77.68', '2014-09-14', 1, '1410687904'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-14', 1, '1410690275'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-14', 1, '1410695636'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 1, '1410698992'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 1, '1410702878'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-14', 1, '1410705656'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-14', 1, '1410709514'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-15', 3, '1410762680'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-15', 1, '1410714300'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-15', 2, '1410758551'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-15', 5, '1410789359'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-15', 3, '1410772171'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-15', 9, '1410776276'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 6, '1410781544'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 3, '1410790984'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-15', 2, '1410739729'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 1, '1410731765'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 4, '1410783856'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 1, '1410744905'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-15', 4, '1410790498'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-15', 3, '1410780168'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 2, '1410748511'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-15', 1, '1410756918'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-15', 1, '1410757320'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-15', 3, '1410793791'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-15', 1, '1410761793'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-15', 1, '1410777408'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-15', 1, '1410781518'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-15', 1, '1410783177'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-15', 1, '1410787586'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 1, '1410792190'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-15', 2, '1410792723'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-15', 1, '1410795972'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-15', 1, '1410799742'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 2, '1410819398'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 6, '1410878400'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 10, '1410886112'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 6, '1410862657'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 3, '1410858663'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 2, '1410827275'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-16', 3, '1410880761'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-16', 2, '1410830586'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 2, '1410838759'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 2, '1410830893'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 6, '1410863485'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 6, '1410851119'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 1, '1410823141'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 3, '1410869469'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-16', 5, '1410869477'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 2, '1410837508'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-16', 1, '1410829168'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 2, '1410842691'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-16', 1, '1410847881'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 2, '1410869957'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 1, '1410848756'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 1, '1410850068'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-16', 2, '1410850859'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 3, '1410850867'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 1, '1410851282'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-16', 3, '1410854398'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-16', 1, '1410861630'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 1, '1410861816'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 1, '1410863550'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 1, '1410878427'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-16', 15, '1410878728'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 74, '1410879847'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 1, '1410880284'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 67, '1410881735'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-16', 1, '1410882820'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-16', 1, '1410884307'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 7, '1410973185'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 3, '1410962973'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-17', 5, '1410966761'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-17', 7, '1410963563'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-17', 4, '1410956434'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 2, '1410914991'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-17', 1, '1410895916'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 2, '1410957839'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 3, '1410955959'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-17', 1, '1410907478'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-17', 1, '1410912701'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-17', 3, '1410970634'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 2, '1410945624'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-17', 1, '1410930255'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-17', 5, '1410955869'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 2, '1410967239'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 4, '1410938161'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-17', 1, '1410942908'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-17', 1, '1410943845'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-17', 1, '1410946066'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-17', 1, '1410946340'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-17', 3, '1410952133'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-17', 2, '1410956968'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-17', 1, '1410952938'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-17', 194, '1410957123'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 80, '1410960191'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 1, '1410964949'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-17', 1, '1410965831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-17', 1, '1410970626'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 12, '1411045458'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 5, '1411053260'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 4, '1411049854'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-18', 1, '1410978054'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 3, '1411055027'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-18', 4, '1411042968'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 2, '1411042451'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 5, '1411042924'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 2, '1411015456'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 1, '1410999210'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 2, '1411053738'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 59, '1411034434'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 1, '1411001692'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 2, '1411038482'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 7, '1411050508'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-18', 18, '1411002632'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-18', 1, '1411004162'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 1, '1411005450'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 1, '1411007866'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 4, '1411039592'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 4, '1411032975'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-18', 2, '1411049075'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-18', 1, '1411019283'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 8, '1411056998'); INSERT INTO `statistik` VALUES ('23.23.222.104', '2014-09-18', 1, '1411022314'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-18', 1, '1411027732'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-18', 1, '1411037042'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-18', 12, '1411047226'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-18', 1, '1411047656'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-18', 1, '1411047711'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 1, '1411047718'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-18', 2, '1411059315'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-18', 1, '1411052294'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-18', 2, '1411058390'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-19', 18, '1411061954'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-19', 1, '1411061078'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411063715'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-19', 4, '1411121544'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 3, '1411128974'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 3, '1411129409'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411065334'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411065336'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411066243'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 4, '1411140985'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411072681'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 2, '1411096535'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 2, '1411107795'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-19', 3, '1411144774'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 2, '1411100294'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 4, '1411134176'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411084173'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 3, '1411143880'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411088770'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 7, '1411140704'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-19', 1, '1411090319'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411093967'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 1, '1411096280'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 2, '1411118603'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 1, '1411101280'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 9, '1411130083'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-19', 2, '1411118161'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411115875'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 1, '1411122202'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-19', 1, '1411122229'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 2, '1411123400'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411124024'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 1, '1411124748'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-19', 1, '1411127379'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-19', 8, '1411128977'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411129163'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 1, '1411132612'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-19', 1, '1411136512'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-19', 1, '1411139793'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-19', 1, '1411140043'); INSERT INTO `statistik` VALUES ('72.14.199.39', '2014-09-19', 1, '1411140229'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-19', 1, '1411141235'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-19', 17, '1411144973'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-20', 4, '1411225810'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-20', 1, '1411148102'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 2, '1411159475'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-20', 2, '1411153468'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-20', 3, '1411215461'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-20', 4, '1411231809'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-20', 9, '1411152741'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-20', 5, '1411224801'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-20', 1, '1411155464'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 3, '1411176172'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 9, '1411207606'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-20', 4, '1411226297'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-20', 5, '1411215896'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-20', 6, '1411222217'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-20', 1, '1411163912'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-20', 2, '1411173620'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-20', 1, '1411167054'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 1, '1411170680'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-20', 6, '1411229748'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 2, '1411186221'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-20', 2, '1411191407'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-20', 1, '1411181823'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 1, '1411204650'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-20', 1, '1411206568'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-20', 1, '1411221298'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-20', 1, '1411226416'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 3, '1411269560'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-21', 2, '1411264253'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 3, '1411258531'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 3, '1411302524'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 1, '1411257106'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 4, '1411301989'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 8, '1411297675'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-21', 4, '1411308784'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 1, '1411271617'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-21', 2, '1411306140'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 6, '1411301546'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 1, '1411285371'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-21', 3, '1411313336'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-21', 1, '1411295376'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 1, '1411295376'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 1, '1411295488'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 1, '1411295654'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-21', 1, '1411295683'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-21', 4, '1411297675'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-21', 3, '1411316791'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 1, '1411312148'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-21', 1, '1411312776'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-21', 1, '1411312792'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-21', 1, '1411318765'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-22', 1, '1411320561'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-22', 1, '1411321860'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-22', 7, '1411395358'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-22', 3, '1411388501'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-22', 2, '1411326831'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-22', 2, '1411391489'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-22', 1, '1411330372'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-22', 2, '1411342864'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-22', 1, '1411333160'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-22', 4, '1411380676'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-22', 3, '1411399309'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-22', 2, '1411402294'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-22', 1, '1411352441'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-22', 1, '1411361926'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-22', 1, '1411377691'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-22', 1, '1411399249'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-23', 6, '1411477482'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-23', 2, '1411442170'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-23', 4, '1411481369'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-23', 1, '1411410124'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 5, '1411486123'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-23', 9, '1411472990'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 1, '1411420388'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-23', 4, '1411485811'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-23', 1, '1411423564'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-23', 2, '1411453574'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 1, '1411425403'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-23', 1, '1411429920'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-23', 5, '1411487219'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 3, '1411464191'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-23', 1, '1411442740'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-23', 3, '1411484818'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 18, '1411454712'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 1, '1411461012'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-23', 1, '1411467176'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-23', 1, '1411471567'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-23', 1, '1411485607'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-24', 13, '1411555745'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-24', 2, '1411510330'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-24', 1, '1411496619'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-24', 3, '1411529378'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-24', 5, '1411568978'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-24', 2, '1411517316'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-24', 3, '1411572327'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-24', 2, '1411553554'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-24', 4, '1411561499'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-24', 5, '1411575064'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-24', 3, '1411534406'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-24', 1, '1411529402'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-24', 6, '1411562892'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-24', 2, '1411558398'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-24', 1, '1411537819'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-24', 3, '1411538690'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-24', 6, '1411538697'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-24', 2, '1411538703'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-24', 2, '1411539023'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-24', 2, '1411551191'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-24', 1, '1411558749'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-24', 1, '1411572034'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-25', 8, '1411625499'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 1, '1411582328'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-25', 2, '1411615573'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 5, '1411661549'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-25', 5, '1411661751'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-25', 3, '1411637188'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-25', 2, '1411618307'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-25', 3, '1411622187'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-25', 1, '1411600670'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-25', 3, '1411658810'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 1, '1411605925'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-25', 2, '1411624598'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-25', 1, '1411616097'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 1, '1411616621'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-25', 2, '1411651109'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-25', 1, '1411619567'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-25', 2, '1411620961'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-25', 1, '1411633702'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-25', 1, '1411640484'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-25', 1, '1411644198'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 3, '1411663701'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-25', 2, '1411654605'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-25', 5, '1411655676'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 1, '1411658385'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-25', 1, '1411658821'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-25', 1, '1411661042'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 1, '1411666414'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 4, '1411740733'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 5, '1411745473'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 4, '1411745371'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 8, '1411741675'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 6, '1411748029'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-26', 4, '1411749382'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-26', 2, '1411699086'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 1, '1411674161'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 2, '1411731588'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-26', 3, '1411723670'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 1, '1411683758'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 1, '1411695575'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 1, '1411697136'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 2, '1411707277'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-26', 1, '1411700423'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-26', 1, '1411702050'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 1, '1411704149'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-26', 2, '1411719560'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 4, '1411747958'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 2, '1411734464'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-26', 2, '1411720363'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 1, '1411721014'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 2, '1411729224'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-26', 2, '1411750715'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 2, '1411737220'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 10, '1411736643'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 1, '1411744784'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-26', 1, '1411746547'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-26', 1, '1411750388'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 7, '1411828731'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 3, '1411833289'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 2, '1411754850'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-27', 3, '1411800354'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 2, '1411832649'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-27', 3, '1411831914'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 4, '1411820119'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-27', 13, '1411818733'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-27', 2, '1411770161'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 4, '1411823700'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-27', 4, '1411834564'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-27', 1, '1411761382'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 4, '1411835698'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-27', 3, '1411834511'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-27', 3, '1411805960'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 2, '1411792297'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 1, '1411777693'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-27', 3, '1411810284'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-27', 1, '1411778353'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-27', 2, '1411784963'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 1, '1411781692'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 3, '1411830621'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 2, '1411791652'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-27', 2, '1411821102'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 1, '1411801771'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 1, '1411802079'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-27', 1, '1411812837'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-27', 1, '1411815853'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-27', 1, '1411818359'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-27', 1, '1411831248'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 11, '1411915400'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-28', 2, '1411853529'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 4, '1411878016'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 1, '1411844663'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 4, '1411910208'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-28', 8, '1411910788'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-28', 2, '1411910470'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 2, '1411913995'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-28', 1, '1411854195'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 4, '1411899046'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 3, '1411921023'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 2, '1411863978'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 1, '1411857099'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 3, '1411891590'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-28', 4, '1411907621'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-28', 1, '1411867734'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 4, '1411916034'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-28', 1, '1411874903'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-28', 3, '1411918432'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 1, '1411880909'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-28', 2, '1411894031'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-28', 1, '1411888588'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-28', 1, '1411888796'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-28', 2, '1411892691'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-28', 2, '1411911690'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 1, '1411903889'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-28', 1, '1411906526'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-28', 1, '1411906845'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-28', 2, '1411910728'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 1, '1411917543'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-28', 2, '1411921135'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-28', 1, '1411923364'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 9, '1411979883'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-29', 4, '1411994102'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 4, '1411996738'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 11, '1412008453'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 1, '1411933100'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 29, '1412004863'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-29', 8, '1412007753'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-29', 2, '1411980055'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-29', 1, '1411940049'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 3, '1412003353'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 2, '1411980486'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 3, '1412004831'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 8, '1411999575'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 3, '1411969237'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 2, '1411983834'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 3, '1412008790'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 3, '1411971319'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-29', 2, '1411957445'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-29', 5, '1412000018'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-29', 1, '1411964310'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 1, '1411964873'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 2, '1411996329'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 1, '1411972751'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 1, '1411975426'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-29', 5, '1411976382'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 2, '1411976406'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-29', 3, '1411976419'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 2, '1411976689'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 1, '1411979309'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 2, '1411990392'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-29', 1, '1411988296'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-29', 1, '1411990753'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 1, '1411998991'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-29', 1, '1411999573'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-29', 1, '1412003996'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-29', 1, '1412005918'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 3, '1412080194'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 1, '1412012245'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-30', 4, '1412058121'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 1, '1412013966'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 3, '1412079060'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 3, '1412072544'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 2, '1412042874'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 5, '1412088793'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 1, '1412016177'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 2, '1412092266'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-30', 3, '1412073667'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 1, '1412020892'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 1, '1412021330'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 7, '1412050604'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-30', 1, '1412021897'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 4, '1412068256'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 4, '1412062387'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 4, '1412079832'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 1, '1412027202'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 1, '1412031702'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 2, '1412055562'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 1, '1412035032'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 2, '1412056102'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 3, '1412084477'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 4, '1412046875'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 1, '1412051874'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 1, '1412058213'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 1, '1412058910'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 1, '1412059872'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 1, '1412061305'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-30', 1, '1412062405'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 2, '1412095296'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 1, '1412068910'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 194, '1412074243'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 2, '1412079093'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-09-30', 1, '1412087548'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-09-30', 1, '1412089977'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-09-30', 1, '1412090332'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-09-30', 1, '1412091013'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-09-30', 1, '1412096104'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-10-01', 1, '1412099576'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 2, '1412138716'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 3, '1412134428'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 3, '1412140801'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 5, '1412134513'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-10-01', 1, '1412108964'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-10-01', 3, '1412138034'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-10-01', 7, '1412144236'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-10-01', 6, '1412144095'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-10-01', 1, '1412115382'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 3, '1412115468'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 5, '1412115485'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 2, '1412115482'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-10-01', 2, '1412115490'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-10-01', 2, '1412136447'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 1, '1412117776'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-10-01', 3, '1412137067'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-10-01', 3, '1412144438'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-10-01', 2, '1412149522'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 2, '1412145668'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 2, '1412145790'); INSERT INTO `statistik` VALUES ('192.168.3.11', '2014-10-01', 1, '1412129997'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 1, '1412130704'); INSERT INTO `statistik` VALUES ('172.16.31.10', '2014-10-01', 1, '1412135415'); INSERT INTO `statistik` VALUES ('172.16.58.3', '2014-10-01', 1, '1412139260'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-10-01', 1, '1412151612'); INSERT INTO `statistik` VALUES ('192.168.127.12', '2014-10-01', 1, '1412153500'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 8, '1412155198'); INSERT INTO `statistik` VALUES ('172.16.17.32', '2014-10-01', 1, '1412154154'); INSERT INTO `statistik` VALUES ('::1', '2015-04-26', 29, '1430026017'); INSERT INTO `statistik` VALUES ('::1', '2015-05-03', 6, '1430614025'); INSERT INTO `statistik` VALUES ('::1', '2015-06-06', 184, '1433600555'); -- ---------------------------- -- Table structure for testimoni -- ---------------------------- DROP TABLE IF EXISTS `testimoni`; CREATE TABLE `testimoni` ( `id_testimoni` int(11) NOT NULL AUTO_INCREMENT, `nama` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `email` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `komentar` text CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `commentDate` date NOT NULL, PRIMARY KEY (`id_testimoni`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 59 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of testimoni -- ---------------------------- INSERT INTO `testimoni` VALUES (55, 'Rasyid', '<EMAIL>', 'gan, barangnya sudah sampe nih, ga da cacat dan nyampenya juga sesuai janji, terima kasih ya bangpahmishop.com', '2014-03-05'); INSERT INTO `testimoni` VALUES (57, '<NAME>', '<EMAIL>', 'Gan, barangnya sudah mendarat dengan selamat, bangpahmishop.com berkualitas!!!', '2014-03-17'); SET FOREIGN_KEY_CHECKS = 1;
CREATE TABLE Transactions( id int auto_increment, act_src_id int not null, act_dest_id int null, amount decimal(12,2), `type` varchar(10), --deposit, withdraw, transfer, etc memo TEXT, expected_total decimal (12,2) created datetime default current_timestamp, primary key (id), foreign key (act_src_id) references Accounts(id), foreign key (act_dest_id) references Accounts(id) )
<filename>script_manual/2020_06_22_131029_gestion_hospitalaria_prescripcion_detalle.sql CREATE TABLE `siemprea_bspi_gestion_hospitalaria`.`prescripcion_detalle` ( `PRESC_DETA_COD` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `PRESCRIPCION_COD` BIGINT UNSIGNED NOT NULL, `FARMACIA_COD` BIGINT UNSIGNED NOT NULL, `PROD_DETA_COD` BIGINT UNSIGNED NOT NULL, `PRESC_DETA_STOCK` BIGINT NOT NULL, `PRESC_DETA_CANT` BIGINT NOT NULL, `PRESC_DETA_PVP` DECIMAL(18,2) NOT NULL, `PRESC_DETA_TOTAL` DECIMAL(18,2) NOT NULL, `PRESC_DETA_OBS` VARCHAR(255) NULL, `PRESC_DETA_LOGIC_ESTADO` CHAR(2) NOT NULL, `US_COD_CREATED_UPDATED` VARCHAR(10) NOT NULL, `created_at` TIMESTAMP NULL DEFAULT NULL, `updated_at` TIMESTAMP NULL DEFAULT NULL, PRIMARY KEY (`PRESC_DETA_COD`), INDEX `presc_deta_prescripcion_cod_foregin_idx` (`PRESCRIPCION_COD` ASC) VISIBLE, INDEX `presc_deta_farmacia_cod_foregin_idx` (`FARMACIA_COD` ASC) VISIBLE, CONSTRAINT `presc_deta_prescripcion_cod_foregin` FOREIGN KEY (`PRESCRIPCION_COD`) REFERENCES `siemprea_bspi_gestion_hospitalaria`.`prescripcion` (`PRESCRIPCION_COD`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `presc_deta_farmacia_cod_foregin` FOREIGN KEY (`FARMACIA_COD`) REFERENCES `siemprea_bspi_gestion_hospitalaria`.`farmacia` (`FARMACIA_COD`) ON DELETE RESTRICT ON UPDATE RESTRICT);
-- phpMyAdmin SQL Dump -- version 4.9.5deb2 -- https://www.phpmyadmin.net/ -- -- 主機: localhost:3306 -- 產生時間: 2021 年 11 月 15 日 18:26 -- 伺服器版本: 10.3.31-MariaDB-0ubuntu0.20.04.1 -- PHP 版本: 7.4.3 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!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 */; -- -- 資料庫: `laravel_calendar` -- CREATE DATABASE IF NOT EXISTS `laravel_calendar` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; USE `laravel_calendar`; -- -------------------------------------------------------- -- -- 資料表結構 `laravel_calendar` -- CREATE TABLE `laravel_calendar` ( `id` int(255) NOT NULL, `title` varchar(255) NOT NULL, `start` datetime NOT NULL, `end` datetime NOT NULL, `switch` enum('Y','N') NOT NULL DEFAULT 'Y' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- 傾印資料表的資料 `laravel_calendar` -- INSERT INTO `laravel_calendar` (`id`, `title`, `start`, `end`, `switch`) VALUES (1, 'qazss', '2021-11-16 00:00:00', '2021-11-17 00:00:00', 'Y'), (2, 'zxc', '2021-11-23 00:00:00', '2021-11-24 00:00:00', 'Y'), (3, 'asd', '2021-11-30 00:00:00', '2021-12-01 00:00:00', 'Y'); -- -- 已傾印資料表的索引 -- -- -- 資料表索引 `laravel_calendar` -- ALTER TABLE `laravel_calendar` ADD PRIMARY KEY (`id`); -- -- 在傾印的資料表使用自動遞增(AUTO_INCREMENT) -- -- -- 使用資料表自動遞增(AUTO_INCREMENT) `laravel_calendar` -- ALTER TABLE `laravel_calendar` MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; COMMIT; /*!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 */;
CREATE DATABASE who; \connect who CREATE TABLE mortality_rates ( country text, year smallint, cause text, sex char(1), deaths int, PRIMARY KEY(country, year, cause, sex) );
<reponame>gcorron/Festival CREATE TABLE [dbo].[Judge] ( [Id] INT NOT NULL, [Location] INT NOT NULL, [Name] NVARCHAR (50) NOT NULL );
WITH gdp_provincial_all_industries as ( SELECT year_begin_date, gdp FROM stg.provincial_gdp_yearly_snapshot WHERE TRUE AND industry = 'All industries [T001]' AND geo = '{geo}' AND year_begin_date BETWEEN DATE('{start_date}') AND DATE('{end_date}') AND gdp is not null ORDER BY year_begin_date desc ) , population_provincial as ( SELECT month_begin_date, population FROM stg.population_monthly_snapshot WHERE TRUE AND geo = '{geo}' AND age_group = '15 years and over' AND sex = 'Both sexes' ) SELECT gpai.year_begin_date, gpai.gdp, gpai.gdp / pop.population as gdp_per_capita FROM gdp_provincial_all_industries as gpai LEFT JOIN population_provincial as pop ON gpai.year_begin_date = pop.month_begin_date order by 1 desc
<reponame>christophanneser/Bao-for-Presto SELECT COUNT(*) FROM tag as t, site as s, question as q, tag_question as tq WHERE t.site_id = s.site_id AND q.site_id = s.site_id AND tq.site_id = s.site_id AND tq.question_id = q.id AND tq.tag_id = t.id AND (s.site_name in ('stackoverflow')) AND (t.name in ('android-recyclerview','bufferedreader','calendar','ckeditor','compiler-errors','dart','facebook-graph-api','google-calendar-api','jetty','listener','progress-bar','sql-injection','storyboard','treeview','wamp')) AND (q.view_count >= 10) AND (q.view_count <= 1000)
<filename>ClimateChangeAnalysis/sql/Tables/corporations.sql<gh_stars>0 -- Table: public.corporations -- DROP TABLE public.corporations; CREATE TABLE IF NOT EXISTS public.corporations ( account_number integer NOT NULL, organization character varying(200) COLLATE pg_catalog."default", country character varying(100) COLLATE pg_catalog."default", region character varying(50) COLLATE pg_catalog."default", public character varying(25) COLLATE pg_catalog."default", authority_types character varying(50) COLLATE pg_catalog."default", activities character varying(300) COLLATE pg_catalog."default", sectors character varying(300) COLLATE pg_catalog."default", industries character varying(200) COLLATE pg_catalog."default", primary_activity character varying(100) COLLATE pg_catalog."default", primary_sector character varying(100) COLLATE pg_catalog."default", primary_industry character varying(100) COLLATE pg_catalog."default", primary_ticker character varying(25) COLLATE pg_catalog."default", tickers character varying(100) COLLATE pg_catalog."default", CONSTRAINT corporations_pkey PRIMARY KEY (account_number) ) TABLESPACE pg_default; ALTER TABLE public.corporations OWNER to fmccollum; REVOKE ALL ON TABLE public.corporations FROM pyscriptuser; GRANT ALL ON TABLE public.corporations TO fmccollum; GRANT UPDATE, INSERT, SELECT ON TABLE public.corporations TO pyscriptuser;
<filename>SQl Queries/chit_fund.sql<gh_stars>0 -- phpMyAdmin SQL Dump -- version 4.9.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Nov 18, 2019 at 07:18 AM -- Server version: 10.4.8-MariaDB -- PHP Version: 7.3.10 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!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 */; -- -- Database: `chit_fund` -- -- -------------------------------------------------------- -- -- Table structure for table `categories` -- CREATE TABLE `categories` ( `id` int(11) NOT NULL, `name` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `categories` -- INSERT INTO `categories` (`id`, `name`) VALUES (1, 'Stud'), (2, 'Ring'), (3, 'Neckless'), (4, 'Haram'), (5, 'Stone Neckles'), (6, 'Stone Haram'), (7, 'Casting'), (8, 'Stone'), (9, 'Perl'), (10, 'Dimond'); -- -------------------------------------------------------- -- -- Table structure for table `customer` -- CREATE TABLE `customer` ( `id` int(11) NOT NULL, `code` varchar(50) NOT NULL, `name` varchar(255) NOT NULL, `father_name` varchar(255) NOT NULL, `family_name` varchar(255) NOT NULL, `mobile` varchar(100) NOT NULL, `address` varchar(255) NOT NULL, `place` int(100) NOT NULL, `referer_name` varchar(255) NOT NULL, `referer_mobile` varchar(30) NOT NULL, `remerks` varchar(1000) NOT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `customer` -- INSERT INTO `customer` (`id`, `code`, `name`, `father_name`, `family_name`, `mobile`, `address`, `place`, `referer_name`, `referer_mobile`, `remerks`, `created_at`) VALUES (1, 'PER0001', 'RAVI', 'CHI', 'THAN', '99444', 'PERUMA', 1, '', '', '', '0000-00-00 00:00:00'), (2, 'GAN0001', '<NAME>', '<NAME>', 'DAS', '75252528', 'COIMBATORE', 3, '', '', '', '2019-11-07 15:53:22'), (3, 'PER1010', 'Ravindran', 'Chinnaiyan', 'NO', '99444', '1A Sivagami Nagar', 1, 'Santoshi', '75245', 'NO', '2019-11-08 14:00:58'), (4, 'PER1010', 'Santoshi', 'Kumar', 'Das', '7522', '1A Sivagami Nagar', 2, 'Ravi', '9944', 'NO', '2019-11-08 14:01:48'), (5, 'PER1010', 'Mani', 'Kumar', 'NO', '7896541230', '1A Sivagami Nagar', 1, 'Santoshi', '75245', 'NO remarks', '2019-11-08 14:07:55'), (6, 'PER1010', 'Mani', 'Kumar', 'NO', '7896541230', '1A Sivagami Nagar', 1, 'Santoshi', '75245', 'NO remarks', '2019-11-08 14:08:33'), (7, 'PER1010', 'Mani', 'Kumar', 'NO', '7896541230', '1A Sivagami Nagar', 1, 'Santoshi', '75245', 'NO remarks', '2019-11-08 14:08:49'), (8, 'PER1010', 'Mani', 'Kumar', 'NO', '7896541230', '1A Sivagami Nagar', 1, 'Santoshi', '75245', 'NO remarks', '2019-11-08 14:09:05'), (9, 'PER1010', 'Aravinth', 'Elango', 'NO name', '5678', '29,30 DB Road', 2, 'Ravi', '9944', 'From Vadachithoor', '2019-11-08 14:11:31'), (10, 'PER1010', 'Mani', 'Chinnaiyan', 'NO', '789654', '1A Sivagami Nagar', 2, 'Santoshi', '75245', 'From Vadachithoor', '2019-11-11 11:00:57'), (11, 'PER1010', 'Magic pot', 'Elango', 'Das', '74562', '29,30 DB Road', 6, 'Santoshi', '75245', 'NO remarks', '2019-11-11 11:01:38'); -- -------------------------------------------------------- -- -- Table structure for table `place` -- CREATE TABLE `place` ( `id` int(11) NOT NULL, `short_code` varchar(10) NOT NULL, `name` varchar(100) NOT NULL, `status` enum('active','inactive') NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `place` -- INSERT INTO `place` (`id`, `short_code`, `name`, `status`) VALUES (1, 'PER', 'PERUMAGALUR', 'active'), (2, 'RET', 'RETTAVALYAL', 'active'), (3, 'GAN', 'GANDINAGAR', 'active'), (4, 'ANN', 'ANNANAGAR', 'active'), (6, 'PEM', 'PERUMANALLUR', 'active'), (7, 'ANA', 'Anna Nagar', 'active'), (8, 'THN', 'Thenpathi', 'active'); -- -------------------------------------------------------- -- -- Table structure for table `transaction` -- CREATE TABLE `transaction` ( `id` int(11) NOT NULL, `customer_id` int(11) DEFAULT NULL, `plug_id` int(11) DEFAULT NULL, `type` enum('p','a','s','r','i') DEFAULT NULL, `date` datetime DEFAULT NULL, `amount` decimal(15,2) DEFAULT NULL, `total_amount` decimal(15,2) DEFAULT NULL, `status` enum('active','inactive') DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `transaction` -- INSERT INTO `transaction` (`id`, `customer_id`, `plug_id`, `type`, `date`, `amount`, `total_amount`, `status`) VALUES (1, 1, 1, 'p', '2019-01-01 00:00:00', '5000.00', '5000.00', 'active'), (2, 1, 1, 'a', '2019-02-15 00:00:00', '3000.00', '8000.00', 'active'), (3, 1, 1, 's', '2019-04-11 00:00:00', '2000.00', '6000.00', 'active'), (4, 1, 1, 'a', '2019-06-27 00:00:00', '3000.00', '9000.00', 'active'); -- -- Indexes for dumped tables -- -- -- Indexes for table `categories` -- ALTER TABLE `categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `customer` -- ALTER TABLE `customer` ADD PRIMARY KEY (`id`), ADD KEY `customer_place_id_fk` (`place`); -- -- Indexes for table `place` -- ALTER TABLE `place` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `place_short_code_uindex` (`short_code`); -- -- Indexes for table `transaction` -- ALTER TABLE `transaction` ADD PRIMARY KEY (`id`), ADD KEY `transaction_customer_id_fk` (`customer_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `categories` -- ALTER TABLE `categories` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `customer` -- ALTER TABLE `customer` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `place` -- ALTER TABLE `place` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `transaction` -- ALTER TABLE `transaction` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- Constraints for dumped tables -- -- -- Constraints for table `customer` -- ALTER TABLE `customer` ADD CONSTRAINT `customer_place_id_fk` FOREIGN KEY (`place`) REFERENCES `place` (`id`); -- -- Constraints for table `transaction` -- ALTER TABLE `transaction` ADD CONSTRAINT `transaction_customer_id_fk` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`); COMMIT; /*!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 */;
<filename>ci3-login.sql -- Adminer 4.7.7 MySQL dump SET NAMES utf8; SET time_zone = '+00:00'; SET foreign_key_checks = 0; SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; SET NAMES utf8mb4; DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL, `email` varchar(128) NOT NULL, `password` varchar(256) NOT NULL, `image` varchar(128) NOT NULL, `role_id` int(11) NOT NULL, `is_active` int(1) NOT NULL, `date_created` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `user` (`id`, `name`, `email`, `password`, `image`, `role_id`, `is_active`, `date_created`) VALUES (4, '<NAME>', '<EMAIL>', '$2y$10$R.AQrNVmTCLjFPGI.y3TA.Vx7SfFRFUYnG3yY7uv0KVMxjqEZTm6G', 'default.jpg', 1, 1, 1598887626), (5, 'codejack99', '<EMAIL>', '$2y$10$CfGiUGQ0TcC5fU3CRGti2.xI3vqsKdgEquJecu/iXOK3Yh70l/3c6', 'default.jpg', 2, 1, 1599060303); DROP TABLE IF EXISTS `user_access_menu`; CREATE TABLE `user_access_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `role_id` int(11) NOT NULL, `menu_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `user_access_menu` (`id`, `role_id`, `menu_id`) VALUES (1, 1, 1), (2, 1, 2), (3, 2, 2), (4, 1, 3); DROP TABLE IF EXISTS `user_menu`; CREATE TABLE `user_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `menu` varchar(128) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `user_menu` (`id`, `menu`) VALUES (1, 'Admin'), (2, 'User'), (3, 'Menu'), (4, 'Test'), (5, 'ASD'); DROP TABLE IF EXISTS `user_role`; CREATE TABLE `user_role` ( `id` int(11) NOT NULL AUTO_INCREMENT, `role` varchar(128) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `user_role` (`id`, `role`) VALUES (1, 'Administrator'), (2, 'Member'); DROP TABLE IF EXISTS `user_sub_menu`; CREATE TABLE `user_sub_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `menu_id` int(11) NOT NULL, `title` varchar(128) NOT NULL, `url` varchar(128) NOT NULL, `icon` varchar(128) NOT NULL, `is_active` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `user_sub_menu` (`id`, `menu_id`, `title`, `url`, `icon`, `is_active`) VALUES (1, 1, 'Dashboard', 'admin', 'fas fa-fw fa-tachometer-alt', 1), (2, 2, 'My Profile', 'user', 'fas fa-fw fa-user', 1), (3, 2, 'Edit Profile', 'user/edit', 'fas fa-fw fa-user-edit', 1), (4, 3, 'Menu Management', 'menu', 'fas fa-fw fa-folder', 1), (5, 3, 'Sub Menu Management', 'menu/submenu', 'fas fa-fw fa-folder-open', 1), (6, 1, 'Coba', 'coba/coba', 'fas fa-fw fa-user', 1); -- 2020-09-06 07:27:46
<reponame>dsalunga/mPortal -- Procedure WebPage_Del SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[WebPage_Del] ( @PageId int ) AS SET NOCOUNT ON if(@PageId > 0) BEGIN DELETE FROM WebPage WHERE PageId=@PageId END RETURN GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER OFF GO
<reponame>sebarach/IAUDISIS USE [AppAu] GO /****** Object: StoredProcedure [dbo].[SP_Set_Estado_Formulario_Promotor] Script Date: 17-05-2018 11:03:35 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: <Author,,Name> -- Create date: <Create Date,,> -- Description: <Description,,> -- ============================================= create PROCEDURE [dbo].[SP_Set_Estado_Formulario_Promotor] @id_form bigint, @estado int AS BEGIN UPDATE FormularioPromotor SET Estado=@estado WHERE ID_Formulario_Promotor=@id_form END GO
ALTER TABLE ONLY public.search_servicearea ADD COLUMN catchment_method character varying(250); UPDATE public.search_servicearea SET catchment_method = 'proximity'; UPDATE public.search_servicearea SET catchment_method = 'local-authority' WHERE slug in ('childcare-arrangements', 'civil-partnership', 'divorce'); UPDATE public.search_servicearea SET catchment_method = 'postcode' WHERE slug in ('bankruptcy', 'housing', 'money-claims');
<filename>CSharp-DB/Databases-Basics/Exams/DemoExam-13-Oct-2019/09MostContributedRepositories.sql SELECT TOP(5) r.Id, r.[Name], COUNT(c.Id) AS [Commits] FROM RepositoriesContributors AS rc JOIN Repositories AS r ON r.Id = rc.RepositoryId JOIN Commits AS c ON c.RepositoryId = r.Id GROUP BY r.Id, r.[Name] ORDER BY [Commits] DESC, r.Id, r.[Name]
<reponame>bac/flask-microservices-users CREATE DATABASE users_prod; CREATE DATABASE users_dev; CREATE DATABASE users_test;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!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' */; # Dumping structure for procedure galaxy.sp_RemoveFriend DROP PROCEDURE IF EXISTS `sp_RemoveFriend`; DELIMITER // CREATE PROCEDURE `sp_RemoveFriend`(IN `player_id_` BIGINT, IN `friend_id_` BIGINT) BEGIN IF EXISTS(SELECT id from friend_list where player_id = player_id_ and friend_id = friend_id_) THEN DELETE FROM friend_list WHERE player_id = player_id_ and friend_id = friend_id_; END IF; END// DELIMITER ; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
SELECT NULL as row_number, af.parent_award_id, (SELECT COALESCE(SUM(sub_af.transaction_obligated_amou::numeric),0) AS transaction_sum FROM award_financial as sub_af WHERE submission_id = {0} AND sub_af.parent_award_id = af.parent_award_id) AS transaction_obligated_amou_sum, (SELECT COALESCE(SUM(sub_ap.federal_action_obligation::numeric),0) AS obligation_sum FROM award_procurement as sub_ap WHERE submission_id = {0} AND sub_ap.parent_award_id = af.parent_award_id) AS federal_action_obligation_sum FROM award_financial AS af JOIN award_procurement AS ap ON af.parent_award_id = ap.parent_award_id AND af.submission_id = ap.submission_id WHERE af.submission_id = {0} GROUP BY af.parent_award_id HAVING (SELECT COALESCE(SUM(sub_af.transaction_obligated_amou::numeric),0) AS transaction_sum FROM award_financial as sub_af WHERE submission_id = {0} AND sub_af.parent_award_id = af.parent_award_id) <> -1*(SELECT COALESCE(SUM(sub_ap.federal_action_obligation::numeric),0) AS obligation_sum FROM award_procurement as sub_ap WHERE submission_id = {0} AND sub_ap.parent_award_id = af.parent_award_id) AND NOT EXISTS (SELECT sub_af.allocation_transfer_agency FROM award_financial as sub_af WHERE sub_af.parent_award_id = af.parent_award_id AND COALESCE(sub_af.allocation_transfer_agency,'') <> '')
<gh_stars>0 DROP TABLE IF EXISTS `SGI_AUX_Acabamentos`; CREATE TABLE SGI_AUX_Acabamentos ( `COD_ACABAMENTO` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(40) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_ACABAMENTO`) ); DROP TABLE IF EXISTS `SGI_AUX_Caracteristicas`; CREATE TABLE SGI_AUX_Caracteristicas ( `COD_CARACTERISTICA` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(40) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_CARACTERISTICA`) ); DROP TABLE IF EXISTS `SGI_AUX_Caracteristicas_Predio_Casa`; CREATE TABLE SGI_AUX_Caracteristicas_Predio_Casa ( `COD_PREDIO_CASA` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(40) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_PREDIO_CASA`) ); DROP TABLE IF EXISTS `SGI_AUX_Conservacao`; CREATE TABLE SGI_AUX_Conservacao ( `COD_CONSERVACAO` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(30) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_CONSERVACAO`) ); DROP TABLE IF EXISTS `SGI_Imovel_Motivo_Venda`; CREATE TABLE SGI_Imovel_Motivo_Venda ( `COD_MOTIVO_VENDA` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_MOTIVO_VENDA`) ); DROP TABLE IF EXISTS `SGI_AUX_Tipo`; CREATE TABLE SGI_AUX_Tipo ( `COD_TIPO` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NOT NULL DEFAULT '', `ATIVO` INT NOT NULL, PRIMARY KEY (`COD_TIPO`) ); DROP TABLE IF EXISTS `SGI_AUX_Posicao`; CREATE TABLE SGI_AUX_Posicao ( `COD_POSICAO` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_POSICAO`) ); DROP TABLE IF EXISTS `SGI_AUX_Sub_Tipo`; CREATE TABLE SGI_AUX_Sub_Tipo ( `COD_SUB_TIPO` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NOT NULL DEFAULT '', `ORDEM` INT NOT NULL, `TIPO` BIGINT NOT NULL, `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_SUB_TIPO`) ); DROP TABLE IF EXISTS `SGI_AUX_Composicao`; CREATE TABLE SGI_AUX_Composicao ( `COD_COMPOSICAO` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NOT NULL DEFAULT '', `ORDEM` INT NOT NULL, `ATIVO` TINYINT NOT NULL, `TIPO` BIGINT NOT NULL, PRIMARY KEY (`COD_COMPOSICAO`) ); CREATE INDEX FBK_SGI_AUX_Composicao_Imovel_AUX ON SGI_AUX_Composicao (`ORDEM`, `ATIVO`); DROP TABLE IF EXISTS `SGI_Imovel`; CREATE TABLE SGI_Imovel ( `COD_IMOVEL` BIGINT AUTO_INCREMENT NOT NULL, `COD_POSICAO` BIGINT NOT NULL, `COD_TIPO` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, `VALIDACAO` VARCHAR(10) NOT NULL DEFAULT 'AAA', `COD_UNIDADE` BIGINT NOT NULL, `PUBLICAR` TINYINT NOT NULL DEFAULT '1', `REFERENCIA` VARCHAR(20) NOT NULL DEFAULT 'REF', `REF_ALTERNATIVA` VARCHAR(20) NULL, `STATUS` TINYINT NOT NULL, `FINALIDADE` VARCHAR(16) NOT NULL DEFAULT '0000000000000000', `LOGRADOURO` VARCHAR(150) NULL, `NUMERO` VARCHAR(10) NULL, `APTO` VARCHAR(50) NULL, `EDIFICIO` VARCHAR(50) NULL, `BLOCO` VARCHAR(18) NULL, `BAIRRO` VARCHAR(100) NULL, `CIDADE` VARCHAR(150) NULL, `UF` VARCHAR(150) NULL, `CEP` VARCHAR(11) NULL, `PAVIMENTO` VARCHAR(18) NULL, `REGIAO` VARCHAR(50) NULL, `PONTO_REFERENCIA` VARCHAR(150) NULL, `ANO_CONSTRUCAO` VARCHAR(4) NOT NULL DEFAULT '0000', `VALOR_VENDA` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_LOCACAO` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_IPTU` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_CONDOMINIO` DOUBLE NOT NULL DEFAULT '0.00', `ENTREGA_OBRA` VARCHAR(7) NOT NULL DEFAULT '0000-00', `LOCAL_CHAVES` VARCHAR(100) NULL, `LANCAMENTO` TINYINT NOT NULL, `PRE_LANCAMENTO` TINYINT NOT NULL, `EM_OBRAS` TINYINT NOT NULL, `PRONTO_MORAR` TINYINT NOT NULL, `ESCRITURADO` TINYINT NOT NULL, `REGISTRADO_CARTORIO` TINYINT NOT NULL, `NOME_CARTORIO` VARCHAR(35) NULL, `MATRICULA_CARTORIO` VARCHAR(35) NULL, `AVERBACAO` VARCHAR(50) NULL, `FALTA_AVERBACAO` TINYINT NOT NULL, `INVENTARIO` TINYINT NOT NULL, `USOCAPIAO` TINYINT NOT NULL, `CONTRATO` TINYINT NOT NULL, `LAUDEMIO` TINYINT NOT NULL, `LANCTO_IPTU` VARCHAR(30) NULL, `ENERGIA` VARCHAR(35) NULL, `GAS` VARCHAR(35) NULL, `AGUA` VARCHAR(35) NULL, `DIMENSAO_LADO_1` DOUBLE NOT NULL DEFAULT '0.00', `DIMENSAO_LADO_2` DOUBLE NOT NULL DEFAULT '0.00', `AREA_UTIL` DOUBLE NOT NULL DEFAULT '0.00', `AREA_TOTAL` DOUBLE NOT NULL DEFAULT '0.00', `TIROU_FOTOS` TINYINT NOT NULL, `COLOCOU_PLACA` TINYINT NOT NULL, `INDICADOR` VARCHAR(40) NULL, `OUTROS_CONTATOS` LONGTEXT, `ORIGEM_CONTATO` BIGINT NOT NULL, `MOTIVO_VENDA` BIGINT NOT NULL, `REGIAO_CONTATO` VARCHAR(45) NULL, `CIDADE_CONTATO` VARCHAR(45) NULL, `CONTATO_INTERIOR` INT NOT NULL, `CONTATO_CAPITAL` INT NOT NULL, `CONTATO_LITORAL` INT NOT NULL, `NUMERO_MAXIMO_PESSOAS` INT NOT NULL, `USUARIO` BIGINT NOT NULL, `ALTERADO` DATETIME NULL, `QTD_FOTOS` INT NOT NULL, `SGI_REVENDA` TINYINT NOT NULL, `SGI_LANCTO` TINYINT NOT NULL, `REF_MIGRACAO` VARCHAR(30) NULL, PRIMARY KEY (`COD_IMOVEL`), CONSTRAINT `SGI_Imovel_IMOVEL` UNIQUE (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`), CONSTRAINT `SGI_Imovel_POSICAO` FOREIGN KEY (`COD_POSICAO`) REFERENCES SGI_AUX_POSICAO (`COD_POSICAO`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_TIPO` FOREIGN KEY (`COD_TIPO`) REFERENCES SGI_AUX_TIPO (`COD_TIPO`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX SGI_Imovel_IMOVEL2 ON SGI_Imovel (`REFERENCIA`); CREATE INDEX SGI_Imovel_UNIDADE ON SGI_Imovel (`COD_UNIDADE`); CREATE INDEX SGI_Imovel_VALIDACAO ON SGI_Imovel (`VALIDACAO`); DROP TABLE IF EXISTS `SGI_Imovel_Composicao`; CREATE TABLE SGI_Imovel_Composicao ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_COMPOSICAO` BIGINT NOT NULL, `QUANTIDADE` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Composicao_COMPOSICAO` FOREIGN KEY (`COD_COMPOSICAO`) REFERENCES SGI_AUX_Composicao (`COD_COMPOSICAO`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_Composicao_IMOVEL` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_Sub_Tipo`; CREATE TABLE SGI_Imovel_Sub_Tipo ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_SUB_TIPO` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Sub_Tipo_COMPOSICAO` FOREIGN KEY (`COD_SUB_TIPO`) REFERENCES SGI_AUX_SUB_TIPO (`COD_SUB_TIPO`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_Sub_Tipo_IMOVEL` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_Acabamento`; CREATE TABLE SGI_Imovel_Acabamento ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ACABAMENTO` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Acabamento_ACABAMENTO` FOREIGN KEY (`COD_ACABAMENTO`) REFERENCES SGI_AUX_Acabamentos (`COD_ACABAMENTO`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_Acabamento_IMOVEL` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_Caracteristicas`; CREATE TABLE SGI_Imovel_Caracteristicas ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_CARACTERISTICA` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Caracteristicas_CARACTERISTICAS` FOREIGN KEY (`COD_CARACTERISTICA`) REFERENCES SGI_AUX_Caracteristicas (`COD_CARACTERISTICA`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_Caracteristicas_IMOVEL` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_Caracteristicas_Predio_Casa`; CREATE TABLE SGI_Imovel_Caracteristicas_Predio_Casa ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_PREDIO_CASA` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Caracteristicas_Predio_Casa_PREDIOCASA` FOREIGN KEY (`COD_PREDIO_CASA`) REFERENCES SGI_AUX_Caracteristicas_Predio_Casa (`COD_PREDIO_CASA`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_Caracteristicas_Predio_Casa_IMOVEL` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_CRM_Status_Agenda`; CREATE TABLE SGI_CRM_Status_Agenda ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(150) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_atendimento_encerramento`; CREATE TABLE SGI_CRM_Atendimento_Encerramento ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(50) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_Operadora`; CREATE TABLE SGI_CRM_operadora ( `COD_OPERADORA` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NOT NULL DEFAULT '', `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`COD_OPERADORA`) ); DROP TABLE IF EXISTS `SGI_CRM_Cliente`; CREATE TABLE SGI_CRM_Cliente ( `COD_CLIENTE` BIGINT AUTO_INCREMENT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NULL, `ALTERADO` DATETIME NULL, `TIPO` INT NOT NULL DEFAULT '00', `NOME` VARCHAR(150) NULL, `TELEFONE_RESIDENCIAL` VARCHAR(18) NULL, `CELULAR` VARCHAR(18) NULL, `COD_OPERADORA` INT NOT NULL, `TEL_COMERCIAL` VARCHAR(18) NULL, `NEXTEL_ID` VARCHAR(25) NULL, `EMAIL` VARCHAR(150) NULL, `INVESTIDOR` TINYINT NOT NULL, `COMPROU_ANTES` TINYINT NOT NULL, `OBS` LONGTEXT, `COD_PESSOA` INT NOT NULL, `EXPECTATIVA` INT NOT NULL, `RECADO_CORRETOR` LONGTEXT, `CONTATO_ORIGEM` INT NOT NULL, `MOTIVO_COMPRA` INT NOT NULL, `REGIAO` VARCHAR(150) NULL, `CIDADE` VARCHAR(150) NULL, `INTERIOR` TINYINT NOT NULL, `CAPITAL` TINYINT NOT NULL, `LITORAL` TINYINT NOT NULL, `PROCURA_COMPRAR` TINYINT NOT NULL, `PROCURA_ALUGAR` TINYINT NOT NULL, `PROCURA_TEMPORADA` TINYINT NOT NULL, `TIPO_IMOVEL` INT NOT NULL, `IMOVEL_CIDADE` VARCHAR(150) NULL, `IMOVEL_BAIRRO` VARCHAR(150) NULL, `IMOVEL_DORMS` INT NOT NULL DEFAULT '00', `IMOVEL_SUITES` INT NOT NULL DEFAULT '00', `IMOVEL_VAGAS` INT NOT NULL DEFAULT '00', `VALOR_MAXIMO` DOUBLE NOT NULL DEFAULT '0.00', `AREA_UTIL_MINIMA` DOUBLE NOT NULL DEFAULT '0.00', `IMOVEL_RUAS` LONGTEXT, `IMOVEL_EDIFICIO` LONGTEXT, `DESEJA_FINANCIAR` TINYINT NOT NULL, `DESEJA_LANCAMENTO` TINYINT NOT NULL, `VALOR_MAX_ENTRADA` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_MAX_CONDOMINIO` DOUBLE NOT NULL DEFAULT '0.00', `ANO_ENTREGA_OBRA` VARCHAR(7) NOT NULL DEFAULT 'ESCOLHA', `MES_ENTREGA_OBRA` VARCHAR(20) NULL, `RADAR` INT NOT NULL, PRIMARY KEY (`COD_CLIENTE`), CONSTRAINT `SGI_CRM_Cliente_MAIL` UNIQUE (`EMAIL`, `NOME`), CONSTRAINT `SGI_CRM_Cliente_CLIENTE` UNIQUE (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ); DROP TABLE IF EXISTS `SGI_CRM_Atendimento`; CREATE TABLE SGI_CRM_Atendimento ( `COD_ATENDIMENTO` BIGINT AUTO_INCREMENT NOT NULL, `DATA_INICIO` DATETIME NOT NULL, `DATA_FINAL` DATETIME NOT NULL, `COD_CLIENTE` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `ATENDENTE` BIGINT NOT NULL, `STATUS` TINYINT NOT NULL, `ENCERRAMENTO` TINYINT NOT NULL, PRIMARY KEY (COD_ATENDIMENTO), CONSTRAINT `SGI_CRM_Atendimento_ATENDIMENTO` UNIQUE (COD_ATENDIMENTO, `COD_ORIGEM`, `COD_UNIDADE`), CONSTRAINT `SGI_CRM_Atendimento_CLIENTE` FOREIGN KEY (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_cliente (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX CLIENTE ON SGI_CRM_atendimento (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_Atendimento_Historico`; CREATE TABLE SGI_CRM_Atendimento_Historico ( `ID` BIGINT AUTO_INCREMENT NOT NULL, COD_ATENDIMENTO BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_INTERACAO` DATETIME NOT NULL, `ATENDENTE` BIGINT NOT NULL, `DESCRICAO` LONGTEXT, `STATUS` TINYINT NOT NULL, `COD_CONTATO` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `FBK_ATENDIMENTO_HISTORICO` FOREIGN KEY (COD_ATENDIMENTO, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_Atendimento (COD_ATENDIMENTO, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX ATENDIMENTO ON SGI_CRM_atendimento_historico (COD_ATENDIMENTO, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_Agenda`; CREATE TABLE SGI_CRM_Agenda ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_ATENDIMENTO` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA` DATETIME NOT NULL, `ATENDENTE` BIGINT NOT NULL, `DATA_RETORNO` DATETIME NOT NULL, `STATUS` TINYINT NOT NULL, `TIPO_RETORNO` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `FBK_ATENDIMENTO_AGENDA` FOREIGN KEY (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_Atendimento (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_CRM_Cliente_Complementar`; CREATE TABLE SGI_CRM_Cliente_Complementar ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_CLIENTE` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `NOME_DOCUMENTO` VARCHAR(70) NOT NULL DEFAULT '000.000.000-00', `VALOR_CODUMENTO` VARCHAR(70) NOT NULL, `CNH` VARCHAR(30) NULL, PRIMARY KEY (`ID`), CONSTRAINT `FBK_CLIENTE_COMPLEMENTAR` FOREIGN KEY (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_Cliente (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_CRM_Cliente_Documentos`; CREATE TABLE SGI_CRM_Cliente_Documentos ( `COD_DOCUMENTO` BIGINT AUTO_INCREMENT NOT NULL, `COD_CLIENTE` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DESCRICAO` VARCHAR(200) NOT NULL, `DATA` DATETIME NOT NULL, `ENVIADO` TINYINT NOT NULL, `ANEXO` LONGBLOB, PRIMARY KEY (`COD_DOCUMENTO`), CONSTRAINT `FBK_CLIENTE_DOCUMENTO` FOREIGN KEY (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_cliente (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX CLIENTE ON SGI_CRM_cliente_documentos (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_Cliente_Email`; CREATE TABLE SGI_CRM_Cliente_Email ( `COD_EMAIL` BIGINT AUTO_INCREMENT NOT NULL, `COD_CLIENTE` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `COD_ATENDIMENTO` BIGINT NOT NULL, `DATA_ENVIO` DATETIME NOT NULL, `PARA` VARCHAR(155) NULL, `ASSUNTO` VARCHAR(255) NULL, `CORPO` LONGTEXT, PRIMARY KEY (`COD_EMAIL`), CONSTRAINT `FB_CLIENTE_EMAIL` FOREIGN KEY (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_cliente (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX ATENDIMENTO ON SGI_CRM_cliente_email (`COD_ATENDIMENTO`); CREATE INDEX CLIENTE ON SGI_CRM_cliente_email (`COD_CLIENTE`); DROP TABLE IF EXISTS `SGI_CRM_Cliente_Imovel`; CREATE TABLE SGI_CRM_Cliente_Imovel ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_ATENDIMENTO` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `IMOVEL_REFERENCIA` VARCHAR(80) NOT NULL DEFAULT 'REF', `COD_IMOVEL` BIGINT NOT NULL, `DATA` DATETIME NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_CRM_Cliente_Imovel_Imovel_CLIENTES` FOREIGN KEY (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_atendimento (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_CRM_Cliente_Imovel_CLIENTES_Imovel` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX IMOVEL ON SGI_CRM_cliente_Imovel (`COD_IMOVEL`); CREATE INDEX ATENDIMENTO ON SGI_CRM_cliente_Imovel (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_Cliente_Propostas`; CREATE TABLE SGI_CRM_Cliente_Propostas ( `COD_PROPOSTA` BIGINT AUTO_INCREMENT NOT NULL, `PROPOSTA_ORIGEM` BIGINT NOT NULL, `PROPOSTA_UNIDADE` BIGINT NOT NULL, `COD_CLIENTE` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_PROPOSTA` DATETIME NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `IMOVEL_ORIGEM` BIGINT NOT NULL, `IMOVEL_UNIDADE` BIGINT NOT NULL, `QTD_VALIDADE` INT NOT NULL, `DATA_FINALIZADO` DATETIME NOT NULL, `STATUS` TINYINT NOT NULL, PRIMARY KEY (`COD_PROPOSTA`), CONSTRAINT `SGI_CRM_Cliente_Propostas_PROPOSTA` UNIQUE (`COD_PROPOSTA`, `PROPOSTA_ORIGEM`, `PROPOSTA_UNIDADE`), CONSTRAINT `SGI_CRM_Cliente_Propostas_CLIENTES_PROPOSTAS` FOREIGN KEY (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_cliente (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_CRM_Cliente_Propostas_CLIENTES_Imovel` FOREIGN KEY (`COD_IMOVEL`) REFERENCES SGI_Imovel (`COD_IMOVEL`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX IMOVEL ON SGI_CRM_cliente_propostas (`COD_IMOVEL`, `IMOVEL_ORIGEM`, `IMOVEL_UNIDADE`); CREATE INDEX CLIENTE ON SGI_CRM_cliente_propostas (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_Cliente_propostas_historico`; CREATE TABLE SGI_CRM_Cliente_Propostas_Historico ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_PROPOSTA` BIGINT NOT NULL, `PROPOSTA_ORIGEM` BIGINT NOT NULL, `PROPOSTA_UNIDADE` BIGINT NOT NULL, `DATA` DATETIME NOT NULL, `FILE_NAME` LONGTEXT, `VERSAO` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `FBK_PROPOSTA_HISTORICO` FOREIGN KEY (`COD_PROPOSTA`, `PROPOSTA_ORIGEM`, `PROPOSTA_UNIDADE`) REFERENCES SGI_CRM_cliente_propostas (`COD_PROPOSTA`, `PROPOSTA_ORIGEM`, `PROPOSTA_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX PROPOSTA ON SGI_CRM_cliente_propostas_historico (`COD_PROPOSTA`, `PROPOSTA_ORIGEM`, `PROPOSTA_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_contato`; CREATE TABLE SGI_CRM_Contato ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(50) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_Expectativa`; CREATE TABLE SGI_CRM_Expectativa ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_ficha_visita`; CREATE TABLE SGI_CRM_Ficha_Visita ( `COD_FICHA` BIGINT AUTO_INCREMENT NOT NULL, `COD_ATENDIMENTO` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_IMPRESSAO` DATETIME NULL, `DATA_VISITA` DATETIME NULL, `COD_CLIENTE` BIGINT NOT NULL, `CLIENTE_ORIGEM` BIGINT NOT NULL, `CLIENTE_UNIDADE` BIGINT NOT NULL, `IMPRESSO` TINYINT NOT NULL, PRIMARY KEY (`COD_FICHA`), CONSTRAINT `SGI_CRM_Ficha_Visita_FICHA` UNIQUE (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`, `COD_FICHA`), CONSTRAINT `SGI_CRM_Ficha_Visita_ATENDIMENTO_FICHA` FOREIGN KEY (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_Atendimento (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_CRM_ficha_Imovel`; CREATE TABLE SGI_CRM_Ficha_Imovel ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_FICHA` BIGINT NOT NULL, `COD_ATENDIMENTO` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `IMOVEL` VARCHAR(30) DEFAULT 'IMOVEL', `COD_IMOVEL` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `FBK_FICHA_Imovel` FOREIGN KEY (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`, `COD_FICHA`) REFERENCES SGI_CRM_ficha_visita (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`, `COD_FICHA`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX SGI_CRM_Ficha_Imovel_FICHA_IMOVEL ON SGI_CRM_ficha_Imovel (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`, `COD_FICHA`); CREATE INDEX SGI_CRM_Ficha_Imovel_FBK_FICHA_Imovel ON SGI_CRM_ficha_Imovel (`COD_FICHA`, `COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_Processo`; CREATE TABLE SGI_CRM_Processo ( `COD_PROCESSO` BIGINT AUTO_INCREMENT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `COD_CLIENTE` BIGINT NOT NULL, `TIPO_PROCESSO` INT NOT NULL, `DATA_INICIO` DATETIME NOT NULL, `DATA_FINAL` DATETIME NOT NULL, `COD_ATENDIMENTO` BIGINT NOT NULL, `STATUS` TINYINT NOT NULL, PRIMARY KEY (`COD_PROCESSO`), CONSTRAINT `SGI_CRM_Processo_Imovel_PROPOSTA` UNIQUE (`COD_PROCESSO`, `COD_ORIGEM`, `COD_UNIDADE`), CONSTRAINT `SGI_CRM_Processo_CLIENTE_PROCESSO` FOREIGN KEY (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_Cliente (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_CRM_Processo_ATENDIMENTO_FICHA` FOREIGN KEY (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_CRM_Atendimento (`COD_ATENDIMENTO`, `COD_ORIGEM`, `COD_UNIDADE`) ); CREATE INDEX SGI_CRM_Processo_CLIENTE ON SGI_CRM_processo (`COD_CLIENTE`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_CRM_processo_tipo`; CREATE TABLE SGI_CRM_Processo_Tipo ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(150) NULL, `ATIVO` INT NOT NULL, PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_Propostas_status`; CREATE TABLE SGI_CRM_Propostas_Status ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(150) NULL, `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_Retorno`; CREATE TABLE SGI_CRM_Retorno ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_CRM_status`; CREATE TABLE SGI_CRM_Status ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(45) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_disparo`; CREATE TABLE SGI_Disparo ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DATA` DATETIME NOT NULL, `HORA_INICIO` TIME NOT NULL DEFAULT '00:00:00', `LIMITE` INT NOT NULL DEFAULT '12', `DISPARO` INT NOT NULL, `TOTAL_DIA` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `DATA` UNIQUE (`DATA`) ); DROP TABLE IF EXISTS `SGI_Financeiro_Indicies`; CREATE TABLE SGI_Financeiro_Indicies ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `SIGLA` VARCHAR(20) NULL, `DESCRICAO` VARCHAR(200) NULL, `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_imobiliaria`; CREATE TABLE SGI_Imobiliaria ( `COD_IMOB` BIGINT AUTO_INCREMENT NOT NULL, `DATA_ATIVACAO` DATETIME NOT NULL, `FILIAL` BIGINT NOT NULL, `INVESTIDOR` INT NOT NULL, `ENVIAR_TABELAS` INT NOT NULL, `NOME_IMOB` VARCHAR(80) NOT NULL DEFAULT '', `RESPONSAVEL` VARCHAR(80) NULL, `CPF` VARCHAR(18) NOT NULL DEFAULT '000.000.000-00', `CNPJ` VARCHAR(21) NOT NULL DEFAULT '000.000.000/000-00', `CRECI` VARCHAR(20) NULL, `VALIDACAO` VARCHAR(10) NOT NULL DEFAULT '', `ENDERECO` VARCHAR(150) NULL, `NUMERO` VARCHAR(10) NULL, `COPLEMENTO` VARCHAR(50) NULL, `BAIRRO` VARCHAR(100) NULL, `CIDADE` VARCHAR(150) NULL, `CEP` VARCHAR(11) NULL, `UF` VARCHAR(2) NULL, `TELEFONE_01` VARCHAR(18) NOT NULL DEFAULT '(00) 0000-0000', `TELEFONE_02` VARCHAR(18) NOT NULL DEFAULT '(00) 0000-0000', `CELULAR_01` VARCHAR(18) NOT NULL DEFAULT '(00)00000-0000', `CELULAR_02` VARCHAR(18) NOT NULL DEFAULT '(00)00000-0000', `WHATSAPP` VARCHAR(18) NOT NULL DEFAULT '(00)00000-0000', `NEXTEL_ID` VARCHAR(25) NULL, `EMAIL_PRINCIPAL` VARCHAR(150) NULL, `EMAIL_SITE` VARCHAR(150) NULL, `URL_01` VARCHAR(200) NULL, `URL_02` VARCHAR(200) NULL, `FACEBOOK` VARCHAR(200) NULL, `LINKEDIN` VARCHAR(200) NULL, PRIMARY KEY (`COD_IMOB`), CONSTRAINT `SGI_Imobiliaria_IMOB` UNIQUE (`COD_IMOB`, `FILIAL`), CONSTRAINT `SGI_Imobiliaria_VALIDACAO` UNIQUE (`VALIDACAO`, `FILIAL`) ); DROP TABLE IF EXISTS `SGI_Imobiliaria_imagens`; CREATE TABLE SGI_Imobiliaria_Imagens ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOB` BIGINT NOT NULL, `LOGO` LONGBLOB, `POSICAO` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `FKB_IMG_IMOB` FOREIGN KEY (`COD_IMOB`) REFERENCES SGI_imobiliaria (`COD_IMOB`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imobiliaria_filial`; CREATE TABLE SGI_Imobiliaria_Filial ( `COD_FILIAL` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOB` BIGINT NOT NULL, `DESCRICAO_FILIAL` VARCHAR(50) NOT NULL DEFAULT '', `DATA_ATIVACAO` DATETIME NOT NULL, `INVESTIDOR` INT NOT NULL, `ENVIAR_TABELAS` INT NOT NULL, `NOME_IMOB` VARCHAR(45) NOT NULL DEFAULT '', `RESPONSAVEL` VARCHAR(45) NULL, `CPF` VARCHAR(18) NOT NULL DEFAULT '000.000.000-00', `CNPJ` VARCHAR(18) NOT NULL DEFAULT '000.000.000/000-00', `CRECI` VARCHAR(20) NULL, `VALIDACAO` VARCHAR(10) NOT NULL DEFAULT '', `ENDERECO` VARCHAR(150) NULL, `NUMERO` VARCHAR(10) NULL, `COPLEMENTO` VARCHAR(50) NULL, `BAIRRO` VARCHAR(100) NULL, `CIDADE` VARCHAR(150) NULL, `CEP` VARCHAR(11) NULL, `UF` VARCHAR(2) NULL, `TELEFONE_01` VARCHAR(18) NOT NULL DEFAULT '(00) 0000-0000', `TELEFONE_02` VARCHAR(18) NOT NULL DEFAULT '(00) 0000-0000', `CELULAR_01` VARCHAR(18) NOT NULL DEFAULT '(00)00000-0000', `CELULAR_02` VARCHAR(18) NOT NULL DEFAULT '(00)00000-0000', `EMAIL_PRINCIPAL` VARCHAR(150) NULL, `EMAIL_SITE` VARCHAR(150) NULL, `URL_01` VARCHAR(200) NULL, `URL_02` VARCHAR(200) NULL, PRIMARY KEY (`COD_FILIAL`), CONSTRAINT `SGI_Imobiliaria_Filial_VALIDACAO1` UNIQUE (`VALIDACAO`, `COD_FILIAL`), CONSTRAINT `SGI_Imobiliaria_Filial_VALIDACAO2` UNIQUE (`COD_IMOB`, `COD_FILIAL`), CONSTRAINT `FBK_IMOB_FILIAL` FOREIGN KEY (`COD_IMOB`) REFERENCES SGI_imobiliaria (`COD_IMOB`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imobiliaria_conf`; CREATE TABLE SGI_Imobiliaria_conf ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOB` BIGINT NOT NULL, `MAIL_HOST` VARCHAR(200) NULL, `MAIL_USER` VARCHAR(200) NULL, `MAIL_SENHA` VARCHAR(200) NULL, `MAIL_PORT` INT NOT NULL, `MAIL_AUT` INT NOT NULL, `FOTOS` VARCHAR(200) NULL, `THUMB_WIDTH` INT NOT NULL, `THUMB_HEIGTH` INT NOT NULL, `THUMB_SLIDE_WIDTH` INT NOT NULL, `THUMB_SLIDE_HEIGTH` INT NOT NULL, `REF_ALTERNATIVA` INT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imobiliaria_conf_VALIDACAO1` UNIQUE (`COD_IMOB`), CONSTRAINT `SGI_Imobiliaria_conf_IMOB` FOREIGN KEY (`COD_IMOB`) REFERENCES SGI_imobiliaria (`COD_IMOB`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_Imobiliaria`; CREATE TABLE SGI_Imovel_Imobiliaria ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOB` BIGINT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, `ATIVO` TINYINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Imobiliaria_VALIDACAO1` UNIQUE (`COD_IMOB`, `COD_IMOVEL`, `COD_UNIDADE`, `COD_ORIGEM`), CONSTRAINT `SGI_Imovel_Imobiliaria_IMOB` FOREIGN KEY (`COD_IMOB`) REFERENCES SGI_imobiliaria (`COD_IMOB`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `SGI_Imovel_Imobiliaria_Imovel` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX SGI_Imovel_Imobiliaria_IMOVEL ON SGI_Imovel_Imobiliaria (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); CREATE INDEX SGI_Imovel_Imobiliaria_IMOBILIARIA ON SGI_Imovel_Imobiliaria (`COD_IMOB`); CREATE INDEX SGI_Imovel_Imobiliaria_IMOBILIARIA_IMOVEL ON SGI_Imovel_Imobiliaria (`COD_IMOB`, `COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_Fotos`; CREATE TABLE SGI_Imovel_Fotos ( `COD_FOTO` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `TAMANHO` DOUBLE NOT NULL, `NOME` VARCHAR(20) NOT NULL, `ENDERECO` VARCHAR(150) NOT NULL DEFAULT '', `BINARIO` LONGBLOB NOT NULL, `DATA` DATETIME NOT NULL, `DESTAQUE` TINYINT NOT NULL, `EXIBIR` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`COD_FOTO`), CONSTRAINT `FBK_FOTOS_Imovel` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX FBK_FOTOS_Imovel ON SGI_Imovel_Fotos (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_ADM_Pgto`; CREATE TABLE SGI_Imovel_ADM_Pgto ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `CODIGO_ADM` BIGINT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `ORIGEM` BIGINT NOT NULL, `DATA_INCLUSAO` DATETIME NULL, `DESCRICAO` VARCHAR(150) NULL, `DATA_VENCIMENTO` DATETIME NULL, `VALOR` DECIMAL( 2) NOT NULL DEFAULT '0.00', `OBS` LONGTEXT, `USUARIO` BIGINT NOT NULL, `STATUS` TINYINT NOT NULL, `DATA_PAGAMENTO` DATETIME NULL, `FORMA_PGTO` INT NOT NULL, `CONTA` LONGTEXT, `COMPROVANTE` LONGTEXT, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_ADM_Pgto_VALIDACAO1` UNIQUE (`CODIGO_ADM`, `COD_IMOVEL`, `COD_ORIGEM`), CONSTRAINT `FBK_IMOVEL_ADM` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX IMOVEL ON SGI_Imovel_ADM_Pgto (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_adm_forma_pgto`; CREATE TABLE SGI_Imovel_ADM_Forma_Pgto ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(100) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_Imovel_adm_origem`; CREATE TABLE SGI_Imovel_ADM_Origem ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(150) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_Imovel_adm_status`; CREATE TABLE SGI_Imovel_ADM_Status ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `DESCRICAO` VARCHAR(100) NULL, `ATIVO` TINYINT NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ); DROP TABLE IF EXISTS `SGI_Imovel_composicao`; CREATE TABLE SGI_Imovel_Composicao ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `POSICAO_00` VARCHAR(50) NULL, `POSICAO_01` VARCHAR(50) NULL, `POSICAO_02` VARCHAR(50) NULL, `POSICAO_03` VARCHAR(50) NULL, `POSICAO_04` VARCHAR(50) NULL, `POSICAO_05` VARCHAR(50) NULL, `POSICAO_06` VARCHAR(50) NULL, `POSICAO_07` VARCHAR(50) NULL, `POSICAO_08` VARCHAR(50) NULL, `POSICAO_09` VARCHAR(50) NULL, `POSICAO_10` VARCHAR(50) NULL, `POSICAO_11` VARCHAR(50) NULL, `POSICAO_12` VARCHAR(50) NULL, `POSICAO_13` VARCHAR(50) NULL, `POSICAO_14` VARCHAR(50) NULL, `POSICAO_15` VARCHAR(50) NULL, `POSICAO_16` VARCHAR(50) NULL, `POSICAO_17` VARCHAR(50) NULL, `POSICAO_18` VARCHAR(50) NULL, `POSICAO_19` VARCHAR(50) NULL, `POSICAO_20` VARCHAR(50) NULL, `POSICAO_21` VARCHAR(50) NULL, `POSICAO_22` VARCHAR(50) NULL, `POSICAO_23` VARCHAR(50) NULL, `POSICAO_24` VARCHAR(50) NULL, `POSICAO_25` VARCHAR(50) NULL, `POSICAO_26` VARCHAR(50) NULL, `POSICAO_27` VARCHAR(50) NULL, `POSICAO_28` VARCHAR(50) NULL, `POSICAO_29` VARCHAR(50) NULL, `POSICAO_30` VARCHAR(50) NULL, `POSICAO_31` VARCHAR(50) NULL, `POSICAO_32` VARCHAR(50) NULL, `POSICAO_33` VARCHAR(50) NULL, `POSICAO_34` VARCHAR(50) NULL, `POSICAO_35` VARCHAR(50) NULL, `POSICAO_36` VARCHAR(50) NULL, `POSICAO_37` VARCHAR(50) NULL, `POSICAO_38` VARCHAR(50) NULL, `POSICAO_39` VARCHAR(50) NULL, `POSICAO_40` VARCHAR(50) NULL, `POSICAO_41` VARCHAR(50) NULL, `POSICAO_42` VARCHAR(50) NULL, `POSICAO_43` VARCHAR(50) NULL, `POSICAO_44` VARCHAR(50) NULL, `POSICAO_45` VARCHAR(50) NULL, `POSICAO_46` VARCHAR(50) NULL, `POSICAO_47` VARCHAR(50) NULL, `POSICAO_48` VARCHAR(50) NULL, `POSICAO_49` VARCHAR(50) NULL, `POSICAO_50` VARCHAR(50) NULL, `POSICAO_51` VARCHAR(50) NULL, `POSICAO_52` VARCHAR(50) NULL, `POSICAO_53` VARCHAR(50) NULL, `POSICAO_54` VARCHAR(50) NULL, `POSICAO_55` VARCHAR(50) NULL, `POSICAO_56` VARCHAR(50) NULL, `POSICAO_57` VARCHAR(50) NULL, `POSICAO_58` VARCHAR(50) NULL, `POSICAO_59` VARCHAR(50) NULL, `POSICAO_60` VARCHAR(50) NULL, PRIMARY KEY (`ID`), CONSTRAINT `VALIDACAO1` UNIQUE (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`), CONSTRAINT `FBK_Imovel_COMPOSICAO` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_Auxiliar`; CREATE TABLE SGI_Imovel_Auxiliar ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DESOCUPADO` TINYINT NOT NULL, `COM_MORADOR` TINYINT NOT NULL, `COM_INQUILINO` TINYINT NOT NULL, `CONTRATO_EXCLUSIVIDADE` TINYINT NOT NULL, `DIAS_EXCLUSIVIDADE` VARCHAR(30) NOT NULL, `TABELA_CONSTRUTOR` INT NOT NULL, `DISTANCIA_PRAIA` VARCHAR(20) NOT NULL DEFAULT '00.000000000', `DISTANCIA_CENTRO` VARCHAR(20) NOT NULL DEFAULT '00.000000000', `DISTANCIA_METRO` VARCHAR(20) NOT NULL DEFAULT '00.000000000', `CONSERVACAO` BIGINT NOT NULL, `ACEITA_PERMUTA` TINYINT NOT NULL, `NAO_ACEITA_PERMUTA` TINYINT NOT NULL, `MAIOR_VALOR` INT NOT NULL, `MENOR_VALOR` INT NOT NULL, `AUTO` TINYINT NOT NULL, `CASA` TINYINT NOT NULL, `APTO` TINYINT NOT NULL, `TERRENO` TINYINT NOT NULL, `REGIAO` VARCHAR(100) NULL, `CIDADE` VARCHAR(100) NULL, `OBS_PERMUTA` LONGTEXT, `FIADOR` TINYINT NOT NULL, `ESCRITURA_FIADOR` TINYINT NOT NULL, `SEGURO_FIANCA` TINYINT NOT NULL, `DEPOSITO` TINYINT NOT NULL, `DEPOSITO_MESES` INT NOT NULL, `ADM_LOCACAO` INT NOT NULL, `OBS_LOCACAO` LONGTEXT, `NUMERO_DIAS` INT NOT NULL, `DIAS_RESERVADOS` LONGTEXT, `FINANCIAMENTO_BANCARIO` TINYINT NOT NULL, `MCMV` INT NOT NULL, `FINANCIAMENTO_DIRETO` TINYINT NOT NULL, `VALOR_ENTRADA` DOUBLE NOT NULL DEFAULT '0.00', `QTD_MENSAIS` INT NOT NULL, `VALOR_MENSAIS` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_CHAVES` DOUBLE NOT NULL DEFAULT '0.00', `QTD_TRIMESTRAIS` INT NOT NULL, `VALOR_TRIMESTRAIS` DOUBLE NOT NULL DEFAULT '0.00', `QTD_SEMESTRAIS` INT NOT NULL, `VALOR_SEMESTRAIS` DOUBLE NOT NULL DEFAULT '0.00', `QTD_ANUAIS` INT NOT NULL, `VALOR_ANUAIS` DOUBLE NOT NULL DEFAULT '0.00', `SIGLA_INDICE_DURANTE` INT NOT NULL, `FATOR_DURANTE` DOUBLE NOT NULL DEFAULT '0.00', `SIGLA_INDICE_APOS` INT NOT NULL, `FATOR_APOS` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_A_VISTA` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_COMPRA` DOUBLE NOT NULL DEFAULT '0.00', PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Auxiliar_VALIDACAO1` UNIQUE (`COD_IMOVEL`, `COD_UNIDADE`, `COD_ORIGEM`), CONSTRAINT `FBK_Imovel_AUX` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX FBK_Imovel_AUX ON SGI_Imovel_auxiliar (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_documentos`; CREATE TABLE SGI_Imovel_documentos ( `COD_DOC` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, `DOCUMENTO` VARCHAR(155) NULL, `BINARIO` LONGBLOB, `EXTENSAO` VARCHAR(5) NULL, `COD_USUARIO` BIGINT NOT NULL, PRIMARY KEY (`COD_DOC`), CONSTRAINT `SGI_Imovel_documentos_VALIDACAO1` UNIQUE (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`, `COD_DOC`), CONSTRAINT `FBK_IMOVEL_DOC` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Imovel_email`; CREATE TABLE SGI_Imovel_email ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `REFERENCIA` VARCHAR(18) NOT NULL DEFAULT '', `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_HORA` DATETIME NOT NULL, `EMAIL_ORIGEM` VARCHAR(150) NOT NULL DEFAULT '', `EMAIL_DESTINO` VARCHAR(150) NOT NULL DEFAULT '', `OBSERVACAO` LONGTEXT NOT NULL DEFAULT '', PRIMARY KEY (`ID`), CONSTRAINT `FBK_Imovel` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX IMOVEL ON SGI_Imovel_email (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_seo`; CREATE TABLE SGI_Imovel_Seo ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `MOSTRAR_MAPA_SITE` INT NOT NULL, `MOSTRAR_END_SITE` INT NOT NULL, `DESTAQUE_SITE` INT NOT NULL, `DESTAQUE_BANNER` INT NOT NULL, `OPORTUNIDADE` INT NOT NULL, `PAINEL_TV` INT NOT NULL, `LATITUDE` VARCHAR(20) NOT NULL DEFAULT '00.000000000', `LONGITUDE` VARCHAR(20) NOT NULL DEFAULT '00.000000000', `TITULO_PAGINA` LONGTEXT, `PALAVRAS_CHAVES` LONGTEXT, `META_DESCRIPTION` LONGTEXT, `GERAR_TAGS` INT NOT NULL, `PREPOSICAO_BAIRRO` VARCHAR(30) NULL, `PREPOSICAO_CIDADE` VARCHAR(30) NULL, `CEO_CIDADE` INT NOT NULL, `CEO_BAIRRO` INT NOT NULL, `CEO_ZONA` INT NOT NULL, `GERAR_DESCRICAO` INT NOT NULL, `DESCRICAO_NO_SITE` LONGTEXT, `DESCRICAO_INTERNA` LONGTEXT, `DESCRICAO_EM_INGLES` LONGTEXT, `YOUTUBE` VARCHAR(255) NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_seo_VALIDACAO1` UNIQUE (`COD_IMOVEL`, `COD_UNIDADE`, `COD_ORIGEM`), CONSTRAINT `FBK_Imovel_SEO` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX FBK_Imovel_SEO ON SGI_Imovel_seo (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_temporada`; CREATE TABLE SGI_Imovel_Temporada ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `QTD_DIAS_BAIXA` INT NOT NULL, `VALOR_DIARIA_BAIXA` DOUBLE NOT NULL DEFAULT '0.00', `QTD_DIAS_NATAL` INT NOT NULL, `VALOR_DIARIA_NATAL` DOUBLE NOT NULL DEFAULT '0.00', `QTD_DIAS_REV` INT NOT NULL, `VALOR_DIARIA_REV` DOUBLE NOT NULL DEFAULT '0.00', `QTD_DIAS_DATAS` INT NOT NULL, `VALOR_DIARIA_DATAS` DOUBLE NOT NULL DEFAULT '0.00', `QTD_DIAS_NATAL_REV` INT NOT NULL, `VALOR_DIARIA_NATAL_REV` DOUBLE NOT NULL DEFAULT '0.00', `QTD_DIAS_TEMP` INT NOT NULL, `VALOR_DIARIA_TEMP` DOUBLE NOT NULL DEFAULT '0.00', `QTD_DIAS_CARNAVAL` INT NOT NULL, `VALOR_DIARIA_CARNAVAL` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_CAUCAO` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_LIMPEZA` DOUBLE NOT NULL DEFAULT '0.00', `VALOR_ADM` DOUBLE NOT NULL DEFAULT '0.00', PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Temporada_VALIDACAO1` UNIQUE (`COD_IMOVEL`, `COD_UNIDADE`, `COD_ORIGEM`), CONSTRAINT `FBK_Imovel_TEMPORADA` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX FBK_Imovel_TEMPORADA ON SGI_Imovel_temporada (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imovel_venda`; CREATE TABLE SGI_Imovel_Venda ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_VENDA` DATETIME NOT NULL, `USUARIO` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Venda_UQ` UNIQUE (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`), CONSTRAINT `SGI_Imovel_Venda_Imovel_VENDA` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Pessoa`; CREATE TABLE SGI_Pessoa ( `COD_PESSOA` BIGINT AUTO_INCREMENT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, `DATA_ALTERADO` DATETIME NULL, `ANIVERSARIO` DATETIME NULL, `TIPO` INT NOT NULL, `NOME` VARCHAR(80) NOT NULL DEFAULT 'NOME', `FANTASIA` VARCHAR(60) NULL, `ENDERECO` VARCHAR(150) NOT NULL DEFAULT 'ENDERECO', `NUMERO` VARCHAR(20) NULL, `COMPLEMENTO` VARCHAR(50) NULL, `REFERENCIA` VARCHAR(50) NULL, `BAIRRO` VARCHAR(80) NOT NULL DEFAULT 'BAIRRO', `CIDADE` VARCHAR(80) NOT NULL DEFAULT 'CIDADE', `UF` VARCHAR(2) NOT NULL DEFAULT 'UF', `CEP` VARCHAR(15) NOT NULL DEFAULT '00.000-000', `CNPJCPF` VARCHAR(20) NOT NULL DEFAULT '000.000.000-00', `IERG` VARCHAR(20) NULL, `TEL_RESISENCIAL` VARCHAR(20) DEFAULT '(00) 0000-0000', `TEL_COMERCIAL` VARCHAR(20) DEFAULT '(00) 0000-0000', `CELULAR_01` VARCHAR(20) DEFAULT '(00) 00000-0000', `CELULAR_02` VARCHAR(20) DEFAULT '(00) 00000-0000', `WHATSAPP` VARCHAR(20) DEFAULT '(00) 00000-0000', `NEXTEL` VARCHAR(20) NOT NULL DEFAULT '00*00*0000', `EMAIL_01` VARCHAR(80) NULL, `EMAIL_02` VARCHAR(80) NULL, `OBS` LONGTEXT, `ATIVO` INT NOT NULL DEFAULT '1', `CORRETOR` TINYINT NOT NULL DEFAULT '0', `CRECI` VARCHAR(80) NULL, PRIMARY KEY (`COD_PESSOA`), CONSTRAINT `SGI_Pessoa_VALIDACAO1` UNIQUE (`COD_PESSOA`, `COD_UNIDADE`, `COD_ORIGEM`) ); CREATE INDEX SGI_Pessoa_DATA ON SGI_pessoa (`DATA_CADASTRO`); CREATE INDEX SGI_Pessoa_CNPJCPF ON SGI_pessoa (`CNPJCPF`); DROP TABLE IF EXISTS `SGI_Imovel_Proprietario`; CREATE TABLE SGI_Imovel_Proprietario ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_PESSOA` BIGINT NOT NULL, `COD_IMOVEL` BIGINT NOT NULL, `COD_ORIGEM` BIGINT NOT NULL, `COD_UNIDADE` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, `INVESTIDOR` TINYINT NOT NULL, `DATA_ALTERACAO` DATETIME NULL, PRIMARY KEY (`ID`), CONSTRAINT `SGI_Imovel_Proprietario_VALIDACAO1` UNIQUE (`COD_PESSOA`, `COD_ORIGEM`, `COD_UNIDADE`, `COD_IMOVEL`), CONSTRAINT `FBK_PROPRIETARIO_Imovel` FOREIGN KEY (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) REFERENCES SGI_Imovel (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FBK_PROPRIETARIO_PESSOA` FOREIGN KEY (`COD_PESSOA`) REFERENCES SGI_Pessoa (`COD_PESSOA`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX FBK_PROPRIETARIO_Imovel ON SGI_Imovel_Proprietario (`COD_IMOVEL`, `COD_ORIGEM`, `COD_UNIDADE`); DROP TABLE IF EXISTS `SGI_Imobiliaria_Corretor`; CREATE TABLE SGI_Imobiliaria_Corretor ( `COD_CORRETOR` BIGINT AUTO_INCREMENT NOT NULL, `ATIVO` INT NOT NULL, `COD_PESSOA` BIGINT NOT NULL, `COD_IMOB` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, PRIMARY KEY (`COD_CORRETOR`), CONSTRAINT `SGI_Imobiliaria_Corretor_VALIDACAO1` UNIQUE (`COD_PESSOA`, `COD_IMOB`), CONSTRAINT `FBK_CORRETOR_PESSOA` FOREIGN KEY (`COD_PESSOA`) REFERENCES SGI_Pessoa (`COD_PESSOA`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FBK_CORRETOR_IMOBILIARIA` FOREIGN KEY (`COD_IMOB`) REFERENCES SGI_Imobiliaria (`COD_IMOB`) ON DELETE CASCADE ON UPDATE CASCADE ); DROP TABLE IF EXISTS `SGI_Usuarios`; CREATE TABLE SGI_Usuarios ( `COD_USUARIO` BIGINT AUTO_INCREMENT NOT NULL, `COD_PESSOA` BIGINT NOT NULL, `DATA_CADASTRO` DATETIME NOT NULL, `USER_NAME` VARCHAR(30) NOT NULL DEFAULT 'USER_NAME', `SENHA` VARCHAR(30) NOT NULL DEFAULT 'SENHA', `USER_EMAIL` VARCHAR(150) NOT NULL DEFAULT '<EMAIL>', `ATIVO` INT NOT NULL, PRIMARY KEY (`COD_USUARIO`), CONSTRAINT `FBK_USUARIO_PESSOA` FOREIGN KEY (`COD_PESSOA`) REFERENCES SGI_Pessoa (`COD_PESSOA`) ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX CORRETOR ON SGI_usuarios (`COD_PESSOA`); DROP TABLE IF EXISTS `SGI_Perfil`; CREATE TABLE SGI_Perfil ( `COD_PERFIL` BIGINT AUTO_INCREMENT NOT NULL, `NOME_PERFIL` VARCHAR(150) NOT NULL DEFAULT 'NOME PERFIL', `ORDEM` INT NULL, PRIMARY KEY (`COD_PERFIL`) ); DROP TABLE IF EXISTS `SGI_Usuario_Perfil`; CREATE TABLE SGI_Usuario_Perfil ( `ID` BIGINT AUTO_INCREMENT NOT NULL, `COD_PERFIL` BIGINT NOT NULL, `COD_USUARIO` BIGINT NOT NULL, PRIMARY KEY (`ID`), CONSTRAINT `FBK_PERFIL` FOREIGN KEY (`COD_PERFIL`) REFERENCES SGI_Perfil (`COD_PERFIL`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `FBK_USUARIO` FOREIGN KEY (`COD_USUARIO`) REFERENCES SGI_Usuarios (`COD_USUARIO`) ON DELETE CASCADE ON UPDATE CASCADE ); INSERT INTO `sgi_pessoa` (`COD_PESSOA`, `COD_ORIGEM`, `COD_UNIDADE`, `DATA_CADASTRO`, `DATA_ALTERADO`, `ANIVERSARIO`, `TIPO`, `NOME`, `FANTASIA`, `ENDERECO`, `NUMERO`, `COMPLEMENTO`, `REFERENCIA`, `BAIRRO`, `CIDADE`, `UF`, `CEP`, `CNPJCPF`, `IERG`, `TEL_RESISENCIAL`, `TEL_COMERCIAL`, `CELULAR_01`, `CELULAR_02`, `WHATSAPP`, `NEXTEL`, `EMAIL_01`, `EMAIL_02`, `OBS`, `ATIVO`, `CORRETOR`, `CRECI`) VALUES (NULL, '0', '0', '2018-08-22 00:00:00', NULL, '1983-07-28 00:00:00', '0', 'AFONSO DUTRA NOGUEIRA FILHO', NULL, 'RUA TAGUA', '305', 'APTO 2202', 'RUA FEIRA', 'LIBERDADE', 'SÃO PAULO', 'SP', '08.010-015', '304.237.058-57', NULL, '(00) 0000-0000', '(00) 0000-0000', '(11) 98536-8545', '(00) 00000-0000', '(00) 00000-0000', '00*00*0000', '<EMAIL>', NULL, NULL, '1', '0', NULL); INSERT INTO `sgi_usuarios` (`COD_USUARIO`, `COD_PESSOA`, `DATA_CADASTRO`, `USER_NAME`, `SENHA`, `USER_EMAIL`, `ATIVO`) VALUES (NULL, '1', CURRENT_DATE(), 'afonsoft', 'r5q9y6t2', '<EMAIL>', '1'); INSERT INTO SGI_AUX_Acabamentos VALUES ('<NAME>',1),('Carpete',1),('Piso Frio',1),('Porcelanato',1),('Mármore',1),('Granito',1),('Ardósia',1),('Contra Piso',1),('Gramado',1),('Papel de Parede',1),('Pintura Latex',1),('Textura',1),('Azulejo até o Teto',1),('Cerâmica na Fachada',1),('Portão de Madeira',1),('Portão de Alumínio',1),('J<NAME>',1),('Janelas de Alumínio',1),('Semi-acabado',1),('Decorado',1),('Semi-mobiliado',1),('Mobiliado',1); INSERT INTO SGI_AUX_Caracteristicas VALUES ('Cozinha Americana',1),('Copa',1),('Churrasqueira na Sacada',1),('Dep. de Empregada',1),('Hidromassagem',1),('Box Blindex',1),('Cozinha Planejada',1),('Dormtório Planejado',1),('Closet',1),('Sacada Envidraçada',1),('Sala de TV',1),('Sala de Jantar',1),('Lareira',1),('Andar Alto',1),('Vista para o Mar',1),('Vista para a Piscina',1),('Vista para o Fundos',1); INSERT INTO SGI_AUX_Caracteristicas_Predio_Casa VALUES ('Elevador Social',1),('Elevador de Serviço',1),('Acessibilidade',1),('Garagem Privativa',1),('Portão Automático',1),('Portaria 24h',1),('Interfone',1),('Circuito Fechado TV',1),('Água Individual',1),('Gás Encanado',1),('Home Box',1),('Pay per Use',1),('Manobrista',1),('Office/Sala Reunião',1),('Lavanderia',1),('Piscina Aquecida',1),('Piscina',1),('Piscina Infantil',1),('Piscina com Raia',1),('Sauna',1),('Salão de Jogos',1),('Salão de Festas',1),('Quadra',1),('Espaço Kids',1),('Serviço de Praia',1),('Garage Band',1),('Espaço Gourmet',1),('Cinema',1),('Academia',1),('Churrasqueira',1),('Predio Frente Mar',1),('Pet Care',1),('Lavanderia',1); INSERT INTO SGI_AUX_Conservacao VALUES ('NÃO INFORMADO',1),('NOVO',1),('REFORMADO',1),('BOM',1),('NECESSITA REFORMA',1),('NECESSITA DEMOLIÇÃO',1); INSERT INTO SGI_AUX_Posicao VALUES ('ESCOLHA',1),('FRENTE',1),('FUNDOS',1),('LATERAL',1); INSERT INTO SGI_Imovel_Motivo_Venda VALUES ('NAO INFORMADO',1),('COMPRAR IMOVEL MELHOR MESMA CIDADE',1),('COMPRAR IMOVEL MENOR MESMA CIDADE',1),('COMPRAR IMOVEL MELHOR EM OUTRA CIDADE',1),('COMPRAR IMOVEL MENOR EM OUTRA CIDADE',1); INSERT INTO SGI_CRM_operadora VALUES ('ESCOLHA',1),('VIVO',1),('CLARO',1),('TIM',1),('NEXTEL',1),('OI',1), ('OUTRA', 1); INSERT INTO SGI_AUX_Sub_Tipo VALUES ('Kitinete',1,2,1),('Loft/Studio',5,2,1),('Cobertura',2,2,1),('Duplex',8,2,1),('Triplex',9,2,1),('1 Por Andar',7,2,1),('Flat',4,2,1),('Terreo',3,2,1),('Sem Condomínio',6,2,1),('Alto Padrão',11,2,1),('Lazer & Conforto',10,2,0),('Isolada',3,1,1),('Geminada',4,1,1),('Esquina',5,1,1),('Esquina',1,3,1),('Condominio Fechado',7,1,1),('Condominio Fechado',3,3,1),('Loteamento Fechado',2,3,1),('Loteamento Fechado',9,1,1),('Salão',1,5,1),('Conjunto',2,5,1),('Sitio',1,4,1),('Fazenda',2,4,1),('Chácara',4,4,1),('Haras',3,4,1),('Galpão',1,6,1),('Térrea',1,1,1),('Sobrado',2,1,1),('Semi Isolada',11,1,1),('Sobreposta Alta',12,1,1),('Sobreposta Baixa',13,1,1),('Edicula',6,1,1),('Vila',14,1,1),('Condominio',8,1,1),('Villagio',10,1,1),('Penthouse',12,2,1); INSERT INTO SGI_CRM_atendimento_encerramento VALUES ('ESCOLHA',1),('VENDA CONCLUÍDA',1),('CLIENTE DESISTIU',1),('FINANCIAMENTO RECUSADO',1),('PROBLEMAS NA DOCUMENTAÇÃO DO IMÓVEL',1); INSERT INTO SGI_CRM_contato VALUES ('ESCOLHA',1),('E-MAIL',1),('TELEFONE',1),('WHATSAPP',1),('IMOBILIÁRIA',1),('AT ON LINE',1); INSERT INTO SGI_CRM_expectativa VALUES ('ESCOLHA',1),('ALTA',1),('MEDIA',1),('BAIXA',1); INSERT INTO SGI_CRM_processo_tipo VALUES ('ESCOLHA',1),('VENDA DE IMÓVEL',1),('ALUGUEL',1); INSERT INTO SGI_CRM_propostas_status VALUES ('ESCOLHA',1),('AGUARDANDO APROVAÇÃO',1),('REVISÃO',1),('REPROVADA',1),('APROVADA',1); INSERT INTO SGI_CRM_retorno VALUES ('ESCOLHA',1),('RETORNAR POR E-MAIL',1),('RETORNAR POR TELEFONE',1),('AGUARDAR CLIENTE NA IMOBILIÁRIA',1),('VISITAR CLIENTE',1),('VISITAR IMÓVEL',1),('WHATSAPP',1); INSERT INTO SGI_CRM_status VALUES ('ESCOLHA',1),('PENDENTE CLIENTE',1),('PENDENTE CORRETOR',1),('POS VENDA',1),('PROCURANDO IMOVEL',1),('PENDENTE PROPOSTA',1),('DESISITENCIA',1),('FINALIZADO',1); INSERT INTO SGI_Imovel_adm_forma_pgto VALUES ('ESCOLHA',1),('DINHEIRO',1),('CARTÃO',1),('INTERNET BANK',1),('LOTERICA',1),('DEBITO EM CONTA',1),('CHEQUE',1); INSERT INTO SGI_Imovel_adm_origem VALUES ('ESCOLHA',1),('ENERGIA ELETRICA',1),('AGUA E ESGOTO',1),('IPTU',1),('CONDOMINIO',1),('ADMINISTRAÇÃO',1); INSERT INTO SGI_Imovel_adm_status VALUES ('ESCOLHA',1),('EM ABERTO',1),('VENCIDA',1),('QUITADA',1),('CANCELADA',1); INSERT INTO SGI_financeiro_indicies VALUES ('ESCOLHA','ESCOLHA',1),('INCC','INDICIE NACIONAL CONTRUÇÃO CIVIL',1),('POUPANÇA','POUPANÇA',1),('IGPM','INDICIE RERAL DE PREÇOS MEDIO',1),('IPCA','INDICIE DE PREÇO CONSUMINDOR AMPLO',1),('TR','TAXA REFERENCIAL',1); INSERT INTO SGI_AUX_Tipo VALUES ('ESCOLHA',1),('CASA',1),('APARTAMENTO',1),('TERRENO',1),('RURAL',1),('COMERCIAL',1),('INDUSTRIAL',1); INSERT INTO SGI_AUX_Composicao VALUES ('Dormitórios',1,1,1),('Dormitórios',1,1,2),('Suíte',2,1,1),('Suíte',2,1,2),('Banheiro',4,1,1),('Banheiro',4,1,2),('Salas',6,1,1),('Salas',7,1,2),('Salas',4,1,5),('Vagas',3,1,2),('V. Estacionamento',2,1,5),('Vagas',3,1,1),('Lavabo',5,1,1),('Lavabo',6,1,2),('Sacadas',7,1,5),('Sacadas',5,1,2),('Banheiro',3,1,5),('Portas',1,1,5),('Computadores',6,1,5),('Ar Condicionado',7,1,5),('Mesas e Cadeiras',10,1,5),('Televisores',9,1,5),('Telefones',5,1,5),('Geladeiras',8,1,5),('Pé Direito (mts)',1,1,6),('Portas',2,1,6),('Altura Porta (mts)',3,1,6),('Docas',5,1,6),('Refeitorios',10,1,6),('Vestiarios',7,1,6),('Banheiro',6,1,6),('Salas Escritórios',8,1,6),('Vagas Estacionamento',4,1,6),('Portarias',9,1,6),('Casas',1,1,4),('Dorms Casa Sede',2,1,4),('Banheiro',6,0,1),('Estábulos',4,1,4),('Pasto (metros)',9,1,4),('Divições de Pastos',5,1,4),('Poços Artesianos',7,1,4),('Tanques de Peixes',3,1,4),('Silos',6,1,4),('Cocheiras',8,1,4);
<filename>scripts/v1/auth/database/query/assessment/assessment_delete.sql DELETE FROM `{table.assessment}` WHERE `assessment_id`='{0}' LIMIT 1;
-- +++ -- parent: 1528395915 -- +++ BEGIN; ALTER TABLE external_service_repos ADD COLUMN IF NOT EXISTS org_id INTEGER REFERENCES orgs(id) ON DELETE CASCADE; COMMIT;
UPDATE PEN_RETRIEVAL_REQUEST_GENDER_CODE SET EXPIRY_DATE = SYSDATE WHERE GENDER_CODE in ('X','U');
<filename>sqlscripts/DDL.sql CREATE TABLE `product` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键', `code` VARCHAR(20) NOT NULL COMMENT '影片编码', `title` VARCHAR(200) NULL COMMENT '标题', `series` VARCHAR(150) NULL COMMENT '系列', `actress_name` VARCHAR(60) NULL COMMENT '主要女演员名称', `actor_name` VARCHAR(60) NULL COMMENT '主要男演员名称', `manufacturer` VARCHAR(60) NULL COMMENT '制片商', `producer` VARCHAR(60) NULL COMMENT '出品方', `region` INT NULL COMMENT '区域。0:亚洲 1:欧美 2:大陆 3:港台 4:东南亚 5:中亚 6:南美 7:其他', `censored_type` INT NULL COMMENT '0:无码 1:有码', `type` INT NULL COMMENT '0:成人 1:素人 2:三级 3:写真', `director` VARCHAR(60) NULL COMMENT '导演', `duration` INT UNSIGNED NULL COMMENT '片长,分钟为单位', `issue_date` VARCHAR(20) NULL COMMENT '发行日期,YYYY-MM-DD', `gmt_created` DATETIME NULL COMMENT '创建时间', `gmt_modified` DATETIME NULL COMMENT '修改时间', `version` INT NULL, PRIMARY KEY (`id`), UNIQUE INDEX `uk` (`code`) ); CREATE TABLE `product_img` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键', `product_Id` BIGINT NOT NULL COMMENT '影片编码', `url` VARCHAR(1000) NULL COMMENT '链接', `type` INT NULL COMMENT '0:封面 1:封底 2:内容预览', `gmt_created` DATETIME NULL COMMENT '创建时间', `gmt_modified` DATETIME NULL COMMENT '修改时间', `version` INT NULL, PRIMARY KEY (`id`) ); CREATE TABLE `product_tag` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键', `product_Id` BIGINT NOT NULL COMMENT '影片编码', `tag_Id` BIGINT NOT NULL COMMENT '标签id', `gmt_created` DATETIME NULL COMMENT '创建时间', `gmt_modified` DATETIME NULL COMMENT '修改时间', `version` INT NULL, PRIMARY KEY (`id`) ); CREATE TABLE `product_actress` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键', `product_Id` BIGINT NOT NULL COMMENT '影片id', `actress_Id` BIGINT NOT NULL COMMENT '女演员id', `gmt_created` DATETIME NULL COMMENT '创建时间', `gmt_modified` DATETIME NULL COMMENT '修改时间', `version` INT NULL, PRIMARY KEY (`id`) ); CREATE TABLE `tag` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键', `name` VARCHAR(60) NOT NULL COMMENT '标签名称', `english_name` VARCHAR(60) NULL COMMENT '标题', `japanese_name` VARCHAR(60) NULL COMMENT '系列', PRIMARY KEY (`id`), UNIQUE INDEX `uk_name` (`name`), UNIQUE INDEX `uk_english_name` (`english_name`), UNIQUE INDEX `uk_japanese_name` (`japanese_name`) ); CREATE TABLE `actress` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键', `name` VARCHAR(60) NOT NULL COMMENT '演员唯一现用名,可能为中文,日文,英文', `birthday` VARCHAR(20) NULL COMMENT '生日YYYY-MM-DD', `cup` VARCHAR(2) NULL COMMENT '罩杯', `actress_name` VARCHAR(60) NULL COMMENT '主要女演员名称', `height` INT NULL COMMENT '身高,单位cm', `region` INT NULL COMMENT '0:亚洲 1:欧美 2:大陆 3:港台 4:东南亚 5:中亚 6:南美 7:非洲 99:其他', `bust` INT NULL COMMENT '胸围', `waist` INT NULL COMMENT '腰围', `hips` INT NULL COMMENT '臀围', `gmt_created` DATETIME NULL COMMENT '创建时间', `gmt_modified` DATETIME NULL COMMENT '修改时间', `version` INT NULL, PRIMARY KEY (`id`), UNIQUE INDEX `uk_name` (`name`) );
<gh_stars>1-10 ALTER TABLE "public"."reviews" ADD COLUMN "typeReview" text NULL;
CREATE OR REPLACE TYPE BODY logger AS MEMBER FUNCTION getName RETURN VARCHAR2 IS BEGIN RETURN m_name; END; map MEMBER FUNCTION Compare RETURN number IS BEGIN RETURN m_lvl; END; MEMBER FUNCTION getLevel RETURN LogLevel IS BEGIN RETURN null; END; MEMBER FUNCTION isEnabled(lvl IN LogLevel, marker Marker) RETURN BOOLEAN IS BEGIN RETURN logimpl.isEnabled(self, lvl,marker); END; MEMBER FUNCTION isEnabled(lvl IN LogLevel) RETURN BOOLEAN IS BEGIN RETURN isEnabled(lvl,NULL); END; MEMBER FUNCTION isTraceEnabled RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_TRACE,NULL); END; MEMBER FUNCTION isDebugEnabled RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_DEBUG,NULL); END; MEMBER FUNCTION isInfoEnabled RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_INFO ,NULL); END; MEMBER FUNCTION isWarnEnabled RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_WARN ,NULL); END; MEMBER FUNCTION isErrorEnabled RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_ERROR,NULL); END; MEMBER FUNCTION isFatalEnabled RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_FATAL,NULL); END; MEMBER FUNCTION isTraceEnabled(marker Marker) RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_TRACE,marker); END; MEMBER FUNCTION isDebugEnabled(marker Marker) RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_DEBUG,marker); END; MEMBER FUNCTION isInfoEnabled (marker Marker) RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_INFO ,marker); END; MEMBER FUNCTION isWarnEnabled (marker Marker) RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_WARN ,marker); END; MEMBER FUNCTION isErrorEnabled(marker Marker) RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_ERROR,marker); END; MEMBER FUNCTION isFatalEnabled(marker Marker) RETURN BOOLEAN IS BEGIN RETURN isEnabled(logimpl.ll_FATAL,marker); END; MEMBER PROCEDURE log(lvl LogLevel, marker Marker, msg Message) IS BEGIN IF isEnabled(lvl,marker) THEN logimpl.log(marker,m_name,lvl,msg); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, marker Marker, msg Message, throwable GenericException) IS BEGIN IF isEnabled(lvl,marker) THEN logimpl.log(marker,m_name,lvl,msg,throwable); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, marker Marker, msg VARCHAR2) IS BEGIN IF isEnabled(lvl,marker) THEN logimpl.log(marker,m_name,lvl,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, marker Marker, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(lvl,marker) THEN logimpl.log(marker,m_name,lvl,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, msg Message) IS BEGIN IF isEnabled(lvl,NULL ) THEN logimpl.log(null ,m_name,lvl,msg); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, msg Message, throwable GenericException) IS BEGIN IF isEnabled(lvl,NULL ) THEN logimpl.log(NULL ,m_name,lvl,msg,throwable); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, msg VARCHAR2) IS BEGIN IF isEnabled(lvl,NULL ) THEN logimpl.log(NULL ,m_name,lvl,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE log(lvl LogLevel, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(lvl,NULL ) THEN logimpl.log(NULL ,m_name,lvl,MessageFactory.newMessage(msg),throwable); END IF; END; --entry MEMBER PROCEDURE entry IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.ENTRY_MARKER) THEN logimpl.log(logimpl.ENTRY_MARKER,m_name,logimpl.ll_TRACE,NULL); END IF; END; --exit MEMBER PROCEDURE exit IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN logimpl.log(logimpl.EXIT_MARKER,m_name,logimpl.ll_TRACE,NULL); END IF; END; MEMBER FUNCTION exit(result log4_object) RETURN log4_object IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result is null then logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit')); ELSE logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with ('||result.tostring||')')); END IF; END IF; RETURN result; END; MEMBER FUNCTION exit(result VARCHAR2) RETURN VARCHAR2 IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result is null then logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit')); else logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with ('||result||')')); END IF; END IF; RETURN result; END; MEMBER FUNCTION exit(result NUMBER) RETURN NUMBER IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result is null then logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit')); ELSE logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with ('||to_char(result)||')')); END IF; END IF; RETURN result; END; MEMBER FUNCTION exit(result DATE) RETURN DATE IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result is null then logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit')); ELSE logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with ('||TO_CHAR(result)||')')); END IF; END IF; RETURN result; END; MEMBER FUNCTION exit(result TIMESTAMP ) RETURN TIMESTAMP IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result is null then logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit')); ELSE logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with ('||TO_CHAR(result)||')')); END IF; END IF; RETURN result; END; MEMBER FUNCTION exit(result TIMESTAMP WITH TIME ZONE) RETURN TIMESTAMP WITH TIME ZONE IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result is null then logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit')); ELSE logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with ('||TO_CHAR(result)||')')); END IF; END IF; RETURN result; END; MEMBER FUNCTION exit(result BOOLEAN) RETURN BOOLEAN IS BEGIN IF isEnabled(logimpl.ll_TRACE,logimpl.EXIT_MARKER) THEN IF result IS NULL THEN logimpl.LOG(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with (NULL)')); elsif result then logimpl.LOG(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with (TRUE)')); else logimpl.log(logimpl.EXIT_MARKER ,m_name, logimpl.ll_TRACE, MessageFactory.newMessage('exit with (FALSE)')); END IF; END IF; RETURN result; END; --debug MEMBER PROCEDURE debug(m Marker,msg Message) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,m) THEN logimpl.log(m, m_name, logimpl.ll_DEBUG,msg); END IF; END; MEMBER PROCEDURE debug(m Marker,msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,m) THEN logimpl.log(m, m_name, logimpl.ll_DEBUG,msg,throwable); END IF; END; MEMBER PROCEDURE debug(m Marker,msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,m) THEN logimpl.log(m, m_name, logimpl.ll_DEBUG,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE debug(m Marker,msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,m) THEN logimpl.log(m, m_name, logimpl.ll_DEBUG,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE debug(msg Message) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_DEBUG,msg); END IF; END; MEMBER PROCEDURE debug(msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_DEBUG,msg,throwable); END IF; END; MEMBER PROCEDURE debug(msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_DEBUG,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE debug(msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_DEBUG,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_DEBUG,MessageFactory.newMessage(msg),throwable); END IF; END; --error MEMBER PROCEDURE error(m Marker, msg Message) IS BEGIN IF isEnabled(logimpl.ll_ERROR,m) THEN logimpl.log(m ,m_name,logimpl.ll_ERROR,msg); END IF; END; MEMBER PROCEDURE error(m Marker, msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_ERROR,m) THEN logimpl.log(m ,m_name,logimpl.ll_ERROR,msg,throwable); END IF; END; MEMBER PROCEDURE error(m Marker, msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_ERROR,m) THEN logimpl.log(m ,m_name,logimpl.ll_ERROR,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE error(m Marker, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_ERROR,m ) THEN logimpl.log(m ,m_name,logimpl.ll_ERROR,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE error(msg Message) IS BEGIN IF isEnabled(logimpl.ll_ERROR,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_ERROR,msg); END IF; END; MEMBER PROCEDURE error(msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_ERROR,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_ERROR,msg,throwable); END IF; END; MEMBER PROCEDURE error(msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_ERROR,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_ERROR,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE error(msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_ERROR,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_ERROR,MessageFactory.newMessage(msg),throwable); END IF; END; --info MEMBER PROCEDURE info(m Marker, msg Message) IS BEGIN IF isEnabled(logimpl.ll_INFO,m ) THEN logimpl.log(m , m_name, logimpl.ll_INFO,msg); END IF; END; MEMBER PROCEDURE info(m Marker, msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_INFO,m ) THEN logimpl.log(m , m_name, logimpl.ll_INFO,msg, throwable); END IF; END; MEMBER PROCEDURE info(m Marker, msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_INFO,m ) THEN logimpl.log(m , m_name, logimpl.ll_INFO,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE info(m Marker, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_INFO,m ) THEN logimpl.log(m , m_name, logimpl.ll_INFO,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE info(msg Message) IS BEGIN IF isEnabled(logimpl.ll_INFO,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_INFO,msg); END IF; END; MEMBER PROCEDURE info(msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_INFO,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_INFO,msg, throwable); END IF; END; MEMBER PROCEDURE info(msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_INFO,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_INFO,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE info(msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_INFO,NULL) THEN logimpl.log(NULL, m_name, logimpl.ll_INFO,MessageFactory.newMessage(msg),throwable); END IF; END; --warn MEMBER PROCEDURE warn(m Marker, msg Message) IS BEGIN IF isEnabled(logimpl.ll_WARN,m ) THEN logimpl.log(m ,m_name,logimpl.ll_WARN,msg); END IF; END; MEMBER PROCEDURE warn(m Marker, msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_WARN,m ) THEN logimpl.log(m ,m_name,logimpl.ll_WARN,msg,throwable); END IF; END; MEMBER PROCEDURE warn(m Marker, msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_WARN,m ) THEN logimpl.log(m ,m_name,logimpl.ll_WARN,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE warn(m Marker, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_WARN,m ) THEN logimpl.log(m ,m_name,logimpl.ll_WARN,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE warn(msg Message) IS BEGIN IF isEnabled(logimpl.ll_WARN,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_WARN,msg); END IF; END; MEMBER PROCEDURE warn(msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_WARN,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_WARN,msg,throwable); END IF; END; MEMBER PROCEDURE warn(msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_WARN,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_WARN,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE warn(msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_WARN,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_WARN,MessageFactory.newMessage(msg),throwable); END IF; END; --fatal MEMBER PROCEDURE fatal(m Marker, msg Message) IS BEGIN IF isEnabled(logimpl.ll_FATAL,m) THEN logimpl.log(m,m_name,logimpl.ll_FATAL,msg); END IF; END; MEMBER PROCEDURE fatal(m Marker, msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_FATAL,m) THEN logimpl.log(m,m_name,logimpl.ll_FATAL,msg,throwable); END IF; END; MEMBER PROCEDURE fatal(m Marker, msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_FATAL,m) THEN logimpl.log(m,m_name,logimpl.ll_FATAL,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE fatal(m Marker, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_FATAL,m) THEN logimpl.log(m,m_name,logimpl.ll_FATAL,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE fatal(msg Message) IS BEGIN IF isEnabled(logimpl.ll_FATAL,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_FATAL,msg); END IF; END; MEMBER PROCEDURE fatal(msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_FATAL,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_FATAL,msg,throwable); END IF; END; MEMBER PROCEDURE fatal(msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_FATAL,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_FATAL,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE fatal(msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_FATAL,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_FATAL,MessageFactory.newMessage(msg),throwable); END IF; END; --trace MEMBER PROCEDURE trace(m Marker, msg Message) IS BEGIN IF isEnabled(logimpl.ll_TRACE,m ) THEN logimpl.log(m ,m_name,logimpl.ll_TRACE,msg); END IF; END; MEMBER PROCEDURE trace(m Marker, msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_TRACE,m ) THEN logimpl.log(m ,m_name,logimpl.ll_TRACE,msg,throwable); END IF; END; MEMBER PROCEDURE trace(m Marker, msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_TRACE,m ) THEN logimpl.log(m ,m_name,logimpl.ll_TRACE,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE trace(m Marker, msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_TRACE,m ) THEN logimpl.log(m ,m_name,logimpl.ll_TRACE,MessageFactory.newMessage(msg),throwable); END IF; END; MEMBER PROCEDURE trace(msg Message) IS BEGIN IF isEnabled(logimpl.ll_TRACE,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_TRACE,msg); END IF; END; MEMBER PROCEDURE trace(msg Message, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_TRACE,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_TRACE,msg,throwable); END IF; END; MEMBER PROCEDURE trace(msg VARCHAR2) IS BEGIN IF isEnabled(logimpl.ll_TRACE,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_TRACE,MessageFactory.newMessage(msg)); END IF; END; MEMBER PROCEDURE trace(msg VARCHAR2, throwable GenericException) IS BEGIN IF isEnabled(logimpl.ll_TRACE,NULL) THEN logimpl.log(NULL,m_name,logimpl.ll_TRACE,MessageFactory.newMessage(msg),throwable); END IF; END; --catching MEMBER PROCEDURE catching(throwable GenericException DEFAULT GenericException() ) IS BEGIN IF isEnabled(logimpl.ll_ERROR,logimpl.CATCHING_MARKER) THEN logimpl.log(logimpl.CATCHING_MARKER, m_name, logimpl.ll_ERROR,MessageFactory.newMessage('catching'),throwable); END IF; END; MEMBER PROCEDURE catching(lvl LogLevel, throwable GenericException DEFAULT GenericException() ) IS BEGIN IF isEnabled(lvl,logimpl.CATCHING_MARKER) THEN logimpl.log(logimpl.CATCHING_MARKER, m_name, lvl,MessageFactory.newMessage('catching'),throwable); END IF; END; --parameterised stuff MEMBER PROCEDURE trace(msg VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS prms log4_array; BEGIN IF isEnabled(logimpl.ll_TRACE,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); logimpl.LOG(NULL, m_name, logimpl.ll_TRACE,MessageFactory.newMessage(msg, prms)); END IF; END; MEMBER PROCEDURE debug(msg VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS prms log4_array; BEGIN IF isEnabled(logimpl.ll_DEBUG,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); logimpl.LOG(NULL, m_name, logimpl.ll_DEBUG,MessageFactory.newMessage(msg, prms)); end if; END; MEMBER PROCEDURE info(msg VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS prms log4_array; BEGIN IF isEnabled(logimpl.ll_INFO,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); logimpl.LOG(NULL, m_name, logimpl.ll_INFO,MessageFactory.newMessage(msg, prms)); end if; END; MEMBER PROCEDURE warn(msg VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS prms log4_array; BEGIN IF isEnabled(logimpl.ll_WARN,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); logimpl.LOG(NULL, m_name, logimpl.ll_WARN,MessageFactory.newMessage(msg, prms)); end if; END; MEMBER PROCEDURE error(msg VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS prms log4_array; BEGIN IF isEnabled(logimpl.ll_ERROR,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); logimpl.LOG(NULL, m_name, logimpl.ll_ERROR,MessageFactory.newMessage(msg, prms)); end if; END; MEMBER PROCEDURE fatal(msg VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS prms log4_array; BEGIN IF isEnabled(logimpl.ll_FATAL,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); logimpl.LOG(NULL, m_name, logimpl.ll_FATAL,MessageFactory.newMessage(msg, prms)); end if; END; MEMBER PROCEDURE entry( arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL ) IS --prms log4_array; BEGIN null; --IF isEnabled(logimpl.ll_FATAL,NULL) THEN --prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); --logimpl.LOG(NULL, m_name, logimpl.ll_FATAL,MessageFactory.newMessage(msg, prms)); --end if; END; MEMBER PROCEDURE printf(lvl LogLevel, mkr Marker, format VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL) IS prms log4_array; BEGIN IF isEnabled(lvl,mkr) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); -- logimpl.LOG(NULL, m_name, logimpl.ll_FATAL,MessageFactory.newMessage(msg, prms)); end if; END; MEMBER PROCEDURE printf(lvl LogLevel , format VARCHAR2 , arg01 VARCHAR2 , arg02 VARCHAR2 DEFAULT NULL , arg03 VARCHAR2 DEFAULT NULL , arg04 VARCHAR2 DEFAULT NULL , arg05 VARCHAR2 DEFAULT NULL , arg06 VARCHAR2 DEFAULT NULL , arg07 VARCHAR2 DEFAULT NULL , arg08 VARCHAR2 DEFAULT NULL , arg09 VARCHAR2 DEFAULT NULL) IS prms log4_array; BEGIN IF isEnabled(lvl,NULL) THEN prms := log4_array(log4_sql_object(arg01),log4_sql_object(arg02),log4_sql_object(arg03),log4_sql_object(arg04),log4_sql_object(arg05),log4_sql_object(arg06),log4_sql_object(arg07),log4_sql_object(arg08),log4_sql_object(arg09) ); --logimpl.LOG(NULL, m_name, logimpl.ll_FATAL,MessageFactory.newMessage(msg, prms)); end if; END; END; / show errors -- vim: ts=4 sw=4 filetype=sqloracle
<filename>tests/unittests/postgresql/json_type.sql<gh_stars>10-100 -------------------------------------------------------------------------- -- Transaction test -------------------------------------------------------------------------- .run ../common/postgresql_setup.sql CREATE TABLE JsonTable ( a INTEGER PRIMARY KEY, b VARCHAR(200), j JSON ); BEGIN; INSERT INTO JsonTable VALUES (1, '1','{"c":1,"d":1}'); INSERT INTO JsonTable VALUES (2, '2',null); INSERT INTO JsonTable VALUES (3, null,'{"c":3,"d":[1,2,null]}'); INSERT INTO JsonTable VALUES (4, null,'{}'); INSERT INTO JsonTable VALUES (5, '5','[]'); COMMIT; .format json SELECT * FROM JsonTable ORDER BY a, b; .export json test.json SELECT * FROM JsonTable; DELETE FROM JsonTable; -- We need to cast text to JSON, since the PostgreSQL JDBC driver is a -- bit overly strict in type matching text and JSON type. .import json test.json INSERT INTO JsonTable VALUES ({{a}}, {{b}}, {{j}}::json); SELECT * FROM JsonTable ORDER BY a, b; DROP TABLE JsonTable; .os rm -f test.json .close
<reponame>agir2000/Cotonti DROP TABLE IF EXISTS `cot_referers`;
--pass different formats of date/timestamp/datetime arguments --1. pass different formats of date arguments select last_day(date'2010-10-08'); --select last_day(date'12-25'); select if(last_day(date(concat(year(sysdate),'-12-25')))=last_day(date'12-25'),'ok','nok'); --select last_day(date'8/30'); select if(last_day(date(concat('8/30/',year(sysdate))))=last_day(date'8/30'),'ok','nok'); select last_day(date'11/09/1864'); --2. pass different formats of timestamp arguments --select last_day(timestamp'13:14:55 10/08'); select if(last_day(timestamp(concat('13:14:55 10/08/',year(sysdate))))=last_day(timestamp'13:14:55 10/08'),'ok','nok'); select last_day(timestamp'2:22:22 8/12/2010'); select last_day(timestamp'09:03:22 PM 1988-08-08'); select last_day(timestamp'12/12/2033 10:20:55'); --3. pass different formats of datetime arguments --select last_day(datetime'13:14:55.123 10/08'); select if(last_day(datetime'13:14:55.123 10/08')=last_day(concat('10/08/',year(sysdate))),'ok','nok'); select last_day(datetime'2:22:22.333 8/12/2010'); select last_day(datetime'09:03:22.012 PM 1988-08-08'); select last_day(datetime'12/12/1556 10:20:55.567');
-- @testpoint: 使用关键字limit为列名的全局临时表创建视图 drop table if exists t_global_temporary_limit_006 cascade; create global temporary table t_global_temporary_limit_006("limit" int) on commit preserve rows; insert into t_global_temporary_limit_006 values(1); commit; select "limit" from t_global_temporary_limit_006 order by "limit"; create or replace view v_limit_003 as select "limit" from t_global_temporary_limit_006; select "limit" from v_limit_003; --清理环境 drop table if exists t_global_temporary_limit_006 cascade;
<filename>data/1.[T1-Company].sql INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (728386,'Zing Zang','2021/06/20'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (250001,'Icy Cool','2021/03/26'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (907205,'Riverbed','2020/06/07'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (320807,'Avatar Tech','2020/11/03'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (493089,'Vantage Group','2020/04/03'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (616571,'Effectus Solutions','2020/03/07'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (206439,'Life Of Pie','2020/05/13'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (982085,'Band Of Flowers','2021/08/25'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (862528,'Progressive Technology Solutions','2021/01/01'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (928187,'Wire Attire','2020/01/13'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (424588,'Tech Partners','2020/06/15'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (732380,'Klasp','2020/08/28'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (613487,'Cool Collective','2020/10/22'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (311955,'Birdsong','2020/06/01'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (871797,'Slick Systems','2021/05/16'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (977622,'DeployDash','2020/02/01'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (121278,'Clip Shop','2021/03/07'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (821815,'Nationale Digitale','2021/02/09'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (693458,'Top in Tech','2021/08/19'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (725083,'Success Tech','2021/04/10'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (807847,'The Whisperer','2020/09/28'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (928539,'The Nosh Pit','2021/02/24'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (949326,'Futuratech','2021/07/08'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (314761,'Compelling Convo','2020/02/20'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (830305,'Files and Firewalls','2021/09/11'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (201463,'InDesign','2021/07/13'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (164419,'Turners Tech Helpers','2020/06/09'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (218264,'Techware','2020/08/12'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (695397,'<NAME>','2021/10/20'); INSERT INTO [T1-Company]([Registration Number],[Brand Name],[Induction Date]) VALUES (217528,'The Lonely Traveler','2021/06/13');
-- phpMyAdmin SQL Dump -- version 4.2.11 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: 2017-03-21 18:26:18 -- 服务器版本: 5.6.21 -- PHP Version: 5.6.3 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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 utf8 */; -- -- Database: `turn` -- -- -------------------------------------------------------- -- -- 表的结构 `xuangu` -- CREATE TABLE IF NOT EXISTS `xuangu` ( `id` int(11) NOT NULL, `code` varchar(100) NOT NULL COMMENT '股票代码', `name` varchar(100) NOT NULL COMMENT '股票名称', `expect` tinyint(4) NOT NULL COMMENT '预期(1增持|2减持|3保持)', `rise` varchar(10) NOT NULL COMMENT '涨幅', `add_time` int(11) NOT NULL COMMENT '添加时间', `remarks` varchar(200) NOT NULL COMMENT '备注' ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -- -- 转存表中的数据 `xuangu` -- INSERT INTO `xuangu` (`id`, `code`, `name`, `expect`, `rise`, `add_time`, `remarks`) VALUES (1, '600487', '亨通光电', 2, '', 1490106142, ''), (2, '603036', '如通股份', 1, '', 1490106142, ''), (5, '002728', '特一药业', 2, '', 1490106142, ''), (6, '300104', '乐视网', 1, '', 1490106142, ''), (7, '000877', '天山股份', 3, '', 1490106142, ''), (8, '002307', '北新路桥', 3, '', 1490106142, ''), (9, '600068', '葛洲坝', 1, '', 1490106142, ''), (10, '603218', '日月股份', 1, '', 1490106142, ''), (11, '600698', '湖南天雁', 1, '', 1490106142, ''), (12, '603838', '四通股份', 1, '', 1490106142, ''); -- -- Indexes for dumped tables -- -- -- Indexes for table `xuangu` -- ALTER TABLE `xuangu` ADD PRIMARY KEY (`id`), ADD KEY `add_time` (`add_time`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `xuangu` -- ALTER TABLE `xuangu` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=13; /*!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 */;
<reponame>edigonzales/nplso-umbau-kantonale-daten<filename>conversion/sql/copyGws.sql /* * init-common-tables.sql has to be executed before! */ -- Delete all areas that belong to a -- Grundwasserschutzzonen und -areale type. DELETE FROM arp_npl_kantdaten_export.nutzungsplanung_ueberlagernd_flaeche WHERE typ_ueberlagernd_flaeche IN ( SELECT DISTINCT t_id FROM arp_npl_kantdaten_export.nutzungsplanung_typ_ueberlagernd_flaeche WHERE typ_kt IN ('N593_Grundwasserschutzzone_S1', 'N594_Grundwasserschutzzone_S2', 'N595_Grundwasserschutzzone_S3', 'N596_Grundwasserschutzareal') ); -- Delete all Grundwasserschutzzonen und -areale types. DELETE FROM arp_npl_kantdaten_export.nutzungsplanung_typ_ueberlagernd_flaeche WHERE typ_kt IN ('N593_Grundwasserschutzzone_S1', 'N594_Grundwasserschutzzone_S2', 'N595_Grundwasserschutzzone_S3', 'N596_Grundwasserschutzareal'); -- Achtung: -- code_kommunal ist UNIQUE. Wenn man aber mit datasets arbeitet, -- werden zwangsläufig gleiche code_kommunal-Werte vorhanden sein. WITH typ_593 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_typ_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, typ_kt, code_kommunal, bezeichnung, abkuerzung, verbindlichkeit) SELECT baskets_nutzungsplanung.t_id AS t_basket, datasets.datasetname AS t_datasetname, uuid_generate_v4() AS t_ili_tid, 'N593_Grundwasserschutzzone_S1' AS typ_kt, '5930' AS code_kommunal, 'Grundwasserschutzzone S1' AS bezeichnung, 'GRSZ1' AS abkuerzung, 'orientierend' AS verbindlichkeit FROM ( SELECT DISTINCT gem.bfs_gemeindenummer::varchar AS datasetname FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs WHERE (gs."zone" = 'GZ1' OR gs."zone" = 'GZ1B') AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) ORDER BY datasetname ) AS typen, arp_npl_kantdaten_export.t_ili2db_dataset AS datasets, arp_npl_kantdaten_export.t_ili2db_basket AS baskets_nutzungsplanung WHERE typen.datasetname = datasets.datasetname AND baskets_nutzungsplanung.dataset = datasets.t_id RETURNING * ), typ_594 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_typ_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, typ_kt, code_kommunal, bezeichnung, abkuerzung, verbindlichkeit) SELECT baskets_nutzungsplanung.t_id AS t_basket, datasets.datasetname AS t_datasetname, uuid_generate_v4() AS t_ili_tid, 'N594_Grundwasserschutzzone_S2' AS typ_kt, '5940' AS code_kommunal, 'Grundwasserschutzzone S2' AS bezeichnung, 'GRSZ2' AS abkuerzung, 'orientierend' AS verbindlichkeit FROM ( SELECT DISTINCT gem.bfs_gemeindenummer::varchar AS datasetname FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs WHERE (gs."zone" = 'GZ2' OR gs."zone" = 'GZ2B') AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) ORDER BY datasetname ) AS typen, arp_npl_kantdaten_export.t_ili2db_dataset AS datasets, arp_npl_kantdaten_export.t_ili2db_basket AS baskets_nutzungsplanung WHERE typen.datasetname = datasets.datasetname AND baskets_nutzungsplanung.dataset = datasets.t_id RETURNING * ), typ_595 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_typ_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, typ_kt, code_kommunal, bezeichnung, abkuerzung, verbindlichkeit) SELECT baskets_nutzungsplanung.t_id AS t_basket, datasets.datasetname AS t_datasetname, uuid_generate_v4() AS t_ili_tid, 'N595_Grundwasserschutzzone_S3' AS typ_kt, '5950' AS code_kommunal, 'Grundwasserschutzzone S3' AS bezeichnung, 'GRSZ3' AS abkuerzung, 'orientierend' AS verbindlichkeit FROM ( SELECT DISTINCT gem.bfs_gemeindenummer::varchar AS datasetname FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs WHERE (gs."zone" = 'GZ3' OR gs."zone" = 'GZ3B') AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) ORDER BY datasetname ) AS typen, arp_npl_kantdaten_export.t_ili2db_dataset AS datasets, arp_npl_kantdaten_export.t_ili2db_basket AS baskets_nutzungsplanung WHERE typen.datasetname = datasets.datasetname AND baskets_nutzungsplanung.dataset = datasets.t_id RETURNING * ), typ_596 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_typ_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, typ_kt, code_kommunal, bezeichnung, abkuerzung, verbindlichkeit) SELECT baskets_nutzungsplanung.t_id AS t_basket, datasets.datasetname AS t_datasetname, uuid_generate_v4() AS t_ili_tid, 'N596_Grundwasserschutzareal' AS typ_kt, '5960' AS code_kommunal, 'Grundwasserschutzareal' AS bezeichnung, 'GRSA' AS abkuerzung, 'orientierend' AS verbindlichkeit FROM ( SELECT DISTINCT gem.bfs_gemeindenummer::varchar AS datasetname FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs WHERE gs."zone" = 'SARE' AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) ORDER BY datasetname ) AS typen, arp_npl_kantdaten_export.t_ili2db_dataset AS datasets, arp_npl_kantdaten_export.t_ili2db_basket AS baskets_nutzungsplanung WHERE typen.datasetname = datasets.datasetname AND baskets_nutzungsplanung.dataset = datasets.t_id RETURNING * ), geometrie_593 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie) SELECT t_basket, t_databasename, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie FROM ( SELECT typ_593.t_basket AS t_basket, gem.bfs_gemeindenummer::varchar AS t_databasename, uuid_generate_v4() AS t_ili_tid, date_part('year', rrb_date) || '/' || rrbnr::varchar AS name_nummer, 'inKraft' AS rechtsstatus, rrb_date AS publiziertab, 'AFU' AS erfasser, new_date AS datum, typ_593.t_id AS typ_ueberlagernd_flaeche, (ST_Dump(ST_Intersection(gs.wkb_geometry, gem.geometrie))).geom AS geometrie FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs, typ_593 WHERE (gs."zone" = 'GZ1' OR gs."zone" = 'GZ1B') AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) AND typ_593.t_datasetname = gem.bfs_gemeindenummer::varchar ) AS foo WHERE ST_GeometryType(geometrie) = 'ST_Polygon' RETURNING * ), geometrie_594 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie) SELECT t_basket, t_databasename, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie FROM ( SELECT typ_594.t_basket AS t_basket, gem.bfs_gemeindenummer::varchar AS t_databasename, uuid_generate_v4() AS t_ili_tid, date_part('year', rrb_date) || '/' || rrbnr::varchar AS name_nummer, 'inKraft' AS rechtsstatus, rrb_date AS publiziertab, 'AFU' AS erfasser, new_date AS datum, typ_594.t_id AS typ_ueberlagernd_flaeche, (ST_Dump(ST_Intersection(gs.wkb_geometry, gem.geometrie))).geom AS geometrie FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs, typ_594 WHERE (gs."zone" = 'GZ2' OR gs."zone" = 'GZ2B') AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) AND typ_594.t_datasetname = gem.bfs_gemeindenummer::varchar ) AS foo WHERE ST_GeometryType(geometrie) = 'ST_Polygon' RETURNING * ), geometrie_595 AS ( INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie) SELECT t_basket, t_databasename, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie FROM ( SELECT typ_595.t_basket AS t_basket, gem.bfs_gemeindenummer::varchar AS t_databasename, uuid_generate_v4() AS t_ili_tid, date_part('year', rrb_date) || '/' || rrbnr::varchar AS name_nummer, 'inKraft' AS rechtsstatus, rrb_date AS publiziertab, 'AFU' AS erfasser, new_date AS datum, typ_595.t_id AS typ_ueberlagernd_flaeche, (ST_Dump(ST_Intersection(gs.wkb_geometry, gem.geometrie))).geom AS geometrie FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs, typ_595 WHERE (gs."zone" = 'GZ3' OR gs."zone" = 'GZ3B') AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) AND typ_595.t_datasetname = gem.bfs_gemeindenummer::varchar ) AS foo WHERE ST_GeometryType(geometrie) = 'ST_Polygon' RETURNING * ) -- geometrie_596 INSERT INTO arp_npl_kantdaten_export.nutzungsplanung_ueberlagernd_flaeche (t_basket, t_datasetname, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie) SELECT t_basket, t_databasename, t_ili_tid, name_nummer, rechtsstatus, publiziertab, erfasser, datum, typ_ueberlagernd_flaeche, geometrie FROM ( SELECT typ_596.t_basket AS t_basket, gem.bfs_gemeindenummer::varchar AS t_databasename, uuid_generate_v4() AS t_ili_tid, date_part('year', rrb_date) || '/' || rrbnr::varchar AS name_nummer, 'inKraft' AS rechtsstatus, rrb_date AS publiziertab, 'AFU' AS erfasser, new_date AS datum, typ_596.t_id AS typ_ueberlagernd_flaeche, (ST_Dump(ST_Intersection(gs.wkb_geometry, gem.geometrie))).geom AS geometrie FROM agi_hoheitsgrenzen_pub.hoheitsgrenzen_gemeindegrenze AS gem, aww_gszoar AS gs, typ_596 WHERE gs."zone" = 'SARE' AND gs."archive" = 0 AND ST_Intersects(gem.geometrie, ST_Buffer(gs.wkb_geometry, -1.0)) AND typ_596.t_datasetname = gem.bfs_gemeindenummer::varchar ) AS foo WHERE ST_GeometryType(geometrie) = 'ST_Polygon';
INSERT INTO USER (ID, USER_NAME, USER_EMAIL, USER_PAIRING_ENABLED) VALUES (1, '<NAME>', '<EMAIL>', false); INSERT INTO USER (ID, USER_NAME, USER_EMAIL, USER_PAIRING_ENABLED) VALUES (2, '<NAME>', '<EMAIL>', false); INSERT INTO USER (ID, USER_NAME, USER_EMAIL, USER_PAIRING_ENABLED) VALUES (3, '<NAME>', '<EMAIL>', false); INSERT INTO USER (ID, USER_NAME, USER_EMAIL, USER_PAIRING_ENABLED) VALUES (4, '<NAME>', '<EMAIL>', false); INSERT INTO BUDDIES (ID, USER_0_ID, USER_1_ID) VALUES (1, 1, 2); INSERT INTO BUDDIES (ID, USER_0_ID, USER_1_ID) VALUES (2, 1, 3); INSERT INTO BUDDIES (ID, USER_0_ID, USER_1_ID) VALUES (3, 1, 4); INSERT INTO BUDDIES (ID, USER_0_ID, USER_1_ID) VALUES (4, 2, 3); INSERT INTO BUDDIES (ID, USER_0_ID, USER_1_ID) VALUES (5, 2, 4);
drop sequence if exists artist_artist_id_seq; drop sequence if exists album_album_id_seq; create sequence artist_artist_id_seq start with 1 increment by 1; create sequence album_album_id_seq start with 1 increment by 1; DROP TABLE IF EXISTS public.album; DROP TABLE IF EXISTS public.artist; CREATE TABLE public.artist(artist_id INTEGER GENERATED BY DEFAULT AS IDENTITY, name VARCHAR(100) NOT NULL, PRIMARY KEY(artist_id)); CREATE TABLE public.album(album_id INTEGER GENERATED BY DEFAULT AS IDENTITY, artist_id INTEGER NOT NULL, title VARCHAR(100) NOT NULL, year VARCHAR(4) NOT NULL, PRIMARY KEY(album_id)); ALTER TABLE public.album ADD CONSTRAINT record_artist FOREIGN KEY (artist_id) REFERENCES public.artist;
<reponame>Honderdors/Analysis-Services-Load-Balancing CREATE PROCEDURE [app].[close_sessions] WITH EXECUTE AS OWNER AS /*=============================================================================================== | [close_sessions] | Created By <NAME> | | close ASLB sessions Proc based on TTL | test http://ilcd01.eyeblaster.com:52334/CRB/Analytics4 ===============================================================================================*/ /*=============================================================================================== Change Log 2017-04-05 Raymond v1.0.0 Added version control ===============================================================================================*/ BEGIN BEGIN TRY /*System Level Variables*/ DECLARE @Default_Service NVARCHAR(100) = 'Default_Service', @ASLB_Version NVARCHAR(100) = 'ASLB_Version', @Session_TTL NVARCHAR(100) = 'Session_TTL'; DECLARE @System_version NVARCHAR(100), @version NVARCHAR(MAX) = '', @Session_TTL_value BIGINT; SELECT @System_version = [setup].[fn_getsystempropertyvalue](@ASLB_Version), @Session_TTL_value = CAST([setup].[fn_getsystempropertyvalue](@Session_TTL) AS BIGINT); /* ================================================================================================ */ SET @version = 'v1.0.0'; /* ================================================================================================ */ DECLARE @ServiceName NVARCHAR(100); IF @ServiceName IS NULL BEGIN SELECT @ServiceName = [setup].[fn_getsystempropertyvalue](@Default_Service); END; PRINT @System_version + ' @' + CAST(GETUTCDATE() AS NVARCHAR(100)); /*Debug info*/ PRINT SUSER_SNAME(); PRINT SUSER_NAME(); /*Session Level Variables*/ DECLARE @service_id BIGINT, @server_id BIGINT, @datebase_id BIGINT, @connection_id UNIQUEIDENTIFIER, @net_transport NVARCHAR(40), @protocol_type NVARCHAR(40), @encrypt_option NVARCHAR(40), @auth_scheme NVARCHAR(40), @client_net_address NVARCHAR(48), @client_tcp_port INT, @hostname NVARCHAR(128), @program_name NVARCHAR(128), @nt_domain NVARCHAR(128), @nt_username NVARCHAR(128), @net_address NVARCHAR(128), @loginame NVARCHAR(128), @endpoint_id INT, @URL NVARCHAR(1000), @currentdate DATETIME2(7) = GETUTCDATE(); SELECT @connection_id = [dec].[connection_id], @net_transport = [dec].[net_transport], @protocol_type = [dec].[protocol_type], @encrypt_option = [dec].[encrypt_option], @auth_scheme = [dec].[auth_scheme], @client_net_address = [dec].[client_net_address], @client_tcp_port = [dec].[client_tcp_port], @hostname = [s].[hostname], @program_name = [s].[program_name], @nt_domain = [s].[nt_domain], @nt_username = [s].[nt_username], @net_address = [s].[net_address], @loginame = [s].[loginame], @endpoint_id = [dec].[endpoint_id] FROM [sys].[dm_exec_connections] AS [dec] WITH (NOLOCK) INNER JOIN [sys].[sysprocesses] AS [s] WITH (NOLOCK) ON [dec].[session_id] = [s].[spid] WHERE [dec].[session_id] = @@SPID; /*Get Current Connection Delails*/ IF EXISTS ( SELECT TOP (1) 1 FROM [app].[sessions] AS [s] WHERE [s].[last_request_time] <= DATEADD(MINUTE, -@Session_TTL_value, @currentdate) ) BEGIN BEGIN TRAN; INSERT INTO [log].[sessions] SELECT *, @currentdate FROM [app].[sessions] AS [s] WHERE [s].[last_request_time] <= DATEADD(MINUTE, -@Session_TTL_value, @currentdate); DELETE FROM [app].[sessions] WHERE [last_request_time] <= DATEADD(MINUTE, -@Session_TTL_value, @currentdate); COMMIT TRAN; END; IF EXISTS ( SELECT TOP (1) 1 FROM [app].[sessions] AS [s] INNER JOIN [app].[servers] AS [s2] ON [s2].[server_id] = [s].[server_id] WHERE [s2].[server_offline] = 1 ) BEGIN BEGIN TRAN; INSERT INTO [log].[sessions] SELECT *, @currentdate FROM [app].[sessions] AS [s] WHERE [s].[server_id] IN (SELECT [s].[server_id] FROM app.[servers] AS [s] WHERE [s].[server_offline] =1); DELETE FROM [app].[sessions] WHERE [server_id] IN (SELECT [s].[server_id] FROM app.[servers] AS [s] WHERE [s].[server_offline] =1); COMMIT TRAN; END; END TRY BEGIN CATCH SET @URL = ''; IF (@@TRANCOUNT > 0) ROLLBACK TRANSACTION; DECLARE @ErrorMessage NVARCHAR(4000); DECLARE @ErrorNumber INT; DECLARE @ErrorSeverity INT; DECLARE @ErrorState INT; DECLARE @ErrorLine INT; DECLARE @Msg XML; DECLARE @ErrorProc NVARCHAR(126); SET @ErrorState = CASE WHEN @ErrorState BETWEEN 1 AND 127 THEN @ErrorState ELSE 1 END; SET @ErrorProc = ISNULL(@ErrorProc, CONVERT(NVARCHAR(126), OBJECT_NAME(@@PROCID)) ); SELECT @ErrorMessage = ERROR_MESSAGE(), @ErrorNumber = ERROR_NUMBER(), @ErrorSeverity = ERROR_SEVERITY(), @ErrorState = ERROR_STATE(), @ErrorLine = ERROR_LINE(), @ErrorProc = ERROR_PROCEDURE(); SET @Msg = ( SELECT GETUTCDATE() AS [EventTime], @ErrorProc AS [ObjectName], @ErrorNumber AS [Error/Number], @ErrorMessage AS [Error/Message], @ErrorSeverity AS [Error/Severity], @ErrorState AS [Error/State], @ErrorLine AS [Error/Line], @version AS [Error/Version], @System_version AS [ASLB/System_Vesion], @loginame AS [ASLB/LoginName], @ServiceName AS [ASLB/ServiceName], @hostname AS [ASLB/Request/HostName] FOR XML PATH('Event') ); EXEC [error].[sp_errorhandler] @ErrorMessage = @ErrorMessage, @ErrorNumber = @ErrorNumber, @ErrorSeverity = @ErrorSeverity, @ErrorState = @ErrorState, @ErrorLine = @ErrorLine, @ErrorProc = @ErrorProc, @ErrorXML = @Msg; END CATCH; END;
-- -- PostgreSQL database dump -- -- Dumped from database version 9.5.17 -- Dumped by pg_dump version 11.2 (Ubuntu 11.2-1.pgdg16.04+1) -- Started on 2019-06-28 15:54:35 CEST SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; SET client_min_messages = warning; SET row_security = off; SET default_tablespace = ''; SET default_with_oids = false; -- -- TOC entry 183 (class 1259 OID 1898088) -- Name: annotations; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.annotations ( id integer NOT NULL, question_id integer, org_id integer, text text, type integer DEFAULT 0 NOT NULL, created_at timestamp without time zone, updated_at timestamp without time zone, versionable_id character varying(36) ); ALTER TABLE public.annotations OWNER TO thomas; -- -- TOC entry 182 (class 1259 OID 1898086) -- Name: annotations_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.annotations_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.annotations_id_seq OWNER TO thomas; -- -- TOC entry 2636 (class 0 OID 0) -- Dependencies: 182 -- Name: annotations_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.annotations_id_seq OWNED BY public.annotations.id; -- -- TOC entry 185 (class 1259 OID 1898102) -- Name: answers; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.answers ( id integer NOT NULL, text text, plan_id integer, user_id integer, question_id integer, created_at timestamp without time zone, updated_at timestamp without time zone, lock_version integer DEFAULT 0 ); ALTER TABLE public.answers OWNER TO thomas; -- -- TOC entry 184 (class 1259 OID 1898100) -- Name: answers_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.answers_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.answers_id_seq OWNER TO thomas; -- -- TOC entry 2637 (class 0 OID 0) -- Dependencies: 184 -- Name: answers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.answers_id_seq OWNED BY public.answers.id; -- -- TOC entry 186 (class 1259 OID 1898114) -- Name: answers_question_options; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.answers_question_options ( answer_id integer NOT NULL, question_option_id integer NOT NULL ); ALTER TABLE public.answers_question_options OWNER TO thomas; -- -- TOC entry 188 (class 1259 OID 1898120) -- Name: exported_plans; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.exported_plans ( id integer NOT NULL, plan_id integer, user_id integer, format character varying, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, phase_id integer ); ALTER TABLE public.exported_plans OWNER TO thomas; -- -- TOC entry 187 (class 1259 OID 1898118) -- Name: exported_plans_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.exported_plans_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.exported_plans_id_seq OWNER TO thomas; -- -- TOC entry 2638 (class 0 OID 0) -- Dependencies: 187 -- Name: exported_plans_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.exported_plans_id_seq OWNED BY public.exported_plans.id; -- -- TOC entry 190 (class 1259 OID 1898131) -- Name: guidance_groups; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.guidance_groups ( id integer NOT NULL, name character varying, org_id integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, optional_subset boolean DEFAULT false NOT NULL, published boolean DEFAULT false NOT NULL ); ALTER TABLE public.guidance_groups OWNER TO thomas; -- -- TOC entry 189 (class 1259 OID 1898129) -- Name: guidance_groups_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.guidance_groups_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.guidance_groups_id_seq OWNER TO thomas; -- -- TOC entry 2639 (class 0 OID 0) -- Dependencies: 189 -- Name: guidance_groups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.guidance_groups_id_seq OWNED BY public.guidance_groups.id; -- -- TOC entry 192 (class 1259 OID 1898145) -- Name: guidances; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.guidances ( id integer NOT NULL, text text, guidance_group_id integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, published boolean ); ALTER TABLE public.guidances OWNER TO thomas; -- -- TOC entry 191 (class 1259 OID 1898143) -- Name: guidances_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.guidances_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.guidances_id_seq OWNER TO thomas; -- -- TOC entry 2640 (class 0 OID 0) -- Dependencies: 191 -- Name: guidances_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.guidances_id_seq OWNED BY public.guidances.id; -- -- TOC entry 194 (class 1259 OID 1898157) -- Name: identifier_schemes; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.identifier_schemes ( id integer NOT NULL, name character varying, description character varying, active boolean, created_at timestamp without time zone, updated_at timestamp without time zone, logo_url text, user_landing_url text ); ALTER TABLE public.identifier_schemes OWNER TO thomas; -- -- TOC entry 193 (class 1259 OID 1898155) -- Name: identifier_schemes_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.identifier_schemes_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.identifier_schemes_id_seq OWNER TO thomas; -- -- TOC entry 2641 (class 0 OID 0) -- Dependencies: 193 -- Name: identifier_schemes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.identifier_schemes_id_seq OWNED BY public.identifier_schemes.id; -- -- TOC entry 196 (class 1259 OID 1898168) -- Name: languages; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.languages ( id integer NOT NULL, abbreviation character varying, description character varying, name character varying, default_language boolean ); ALTER TABLE public.languages OWNER TO thomas; -- -- TOC entry 195 (class 1259 OID 1898166) -- Name: languages_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.languages_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.languages_id_seq OWNER TO thomas; -- -- TOC entry 2642 (class 0 OID 0) -- Dependencies: 195 -- Name: languages_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.languages_id_seq OWNED BY public.languages.id; -- -- TOC entry 198 (class 1259 OID 1898179) -- Name: notes; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.notes ( id integer NOT NULL, user_id integer, text text, archived boolean DEFAULT false NOT NULL, answer_id integer, archived_by integer, created_at timestamp without time zone, updated_at timestamp without time zone ); ALTER TABLE public.notes OWNER TO thomas; -- -- TOC entry 197 (class 1259 OID 1898177) -- Name: notes_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.notes_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.notes_id_seq OWNER TO thomas; -- -- TOC entry 2643 (class 0 OID 0) -- Dependencies: 197 -- Name: notes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.notes_id_seq OWNED BY public.notes.id; -- -- TOC entry 200 (class 1259 OID 1898192) -- Name: notification_acknowledgements; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.notification_acknowledgements ( id integer NOT NULL, user_id integer, notification_id integer, created_at timestamp without time zone, updated_at timestamp without time zone ); ALTER TABLE public.notification_acknowledgements OWNER TO thomas; -- -- TOC entry 199 (class 1259 OID 1898190) -- Name: notification_acknowledgements_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.notification_acknowledgements_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.notification_acknowledgements_id_seq OWNER TO thomas; -- -- TOC entry 2644 (class 0 OID 0) -- Dependencies: 199 -- Name: notification_acknowledgements_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.notification_acknowledgements_id_seq OWNED BY public.notification_acknowledgements.id; -- -- TOC entry 202 (class 1259 OID 1898202) -- Name: notifications; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.notifications ( id integer NOT NULL, notification_type integer, title character varying, level integer, body text, dismissable boolean, starts_at date, expires_at date, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); ALTER TABLE public.notifications OWNER TO thomas; -- -- TOC entry 201 (class 1259 OID 1898200) -- Name: notifications_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.notifications_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.notifications_id_seq OWNER TO thomas; -- -- TOC entry 2645 (class 0 OID 0) -- Dependencies: 201 -- Name: notifications_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.notifications_id_seq OWNED BY public.notifications.id; -- -- TOC entry 204 (class 1259 OID 1898213) -- Name: org_identifiers; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.org_identifiers ( id integer NOT NULL, identifier character varying, attrs character varying, created_at timestamp without time zone, updated_at timestamp without time zone, org_id integer, identifier_scheme_id integer ); ALTER TABLE public.org_identifiers OWNER TO thomas; -- -- TOC entry 203 (class 1259 OID 1898211) -- Name: org_identifiers_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.org_identifiers_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.org_identifiers_id_seq OWNER TO thomas; -- -- TOC entry 2646 (class 0 OID 0) -- Dependencies: 203 -- Name: org_identifiers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.org_identifiers_id_seq OWNED BY public.org_identifiers.id; -- -- TOC entry 206 (class 1259 OID 1898224) -- Name: org_token_permissions; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.org_token_permissions ( id integer NOT NULL, org_id integer, token_permission_type_id integer, created_at timestamp without time zone, updated_at timestamp without time zone ); ALTER TABLE public.org_token_permissions OWNER TO thomas; -- -- TOC entry 205 (class 1259 OID 1898222) -- Name: org_token_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.org_token_permissions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.org_token_permissions_id_seq OWNER TO thomas; -- -- TOC entry 2647 (class 0 OID 0) -- Dependencies: 205 -- Name: org_token_permissions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.org_token_permissions_id_seq OWNED BY public.org_token_permissions.id; -- -- TOC entry 208 (class 1259 OID 1898233) -- Name: orgs; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.orgs ( id integer NOT NULL, name character varying, abbreviation character varying, target_url character varying, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, is_other boolean DEFAULT false NOT NULL, sort_name character varying, region_id integer, language_id integer, logo_uid character varying, logo_name character varying, contact_email character varying, org_type integer DEFAULT 0 NOT NULL, links text, contact_name character varying, feedback_enabled boolean DEFAULT false, feedback_email_subject character varying, feedback_email_msg text ); ALTER TABLE public.orgs OWNER TO thomas; -- -- TOC entry 207 (class 1259 OID 1898231) -- Name: orgs_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.orgs_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.orgs_id_seq OWNER TO thomas; -- -- TOC entry 2648 (class 0 OID 0) -- Dependencies: 207 -- Name: orgs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.orgs_id_seq OWNED BY public.orgs.id; -- -- TOC entry 210 (class 1259 OID 1898247) -- Name: perms; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.perms ( id integer NOT NULL, name character varying, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); ALTER TABLE public.perms OWNER TO thomas; -- -- TOC entry 209 (class 1259 OID 1898245) -- Name: perms_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.perms_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.perms_id_seq OWNER TO thomas; -- -- TOC entry 2649 (class 0 OID 0) -- Dependencies: 209 -- Name: perms_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.perms_id_seq OWNED BY public.perms.id; -- -- TOC entry 212 (class 1259 OID 1898258) -- Name: phases; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.phases ( id integer NOT NULL, title character varying, description text, number integer, template_id integer, created_at timestamp without time zone, updated_at timestamp without time zone, modifiable boolean, versionable_id character varying(36) ); ALTER TABLE public.phases OWNER TO thomas; -- -- TOC entry 211 (class 1259 OID 1898256) -- Name: phases_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.phases_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.phases_id_seq OWNER TO thomas; -- -- TOC entry 2650 (class 0 OID 0) -- Dependencies: 211 -- Name: phases_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.phases_id_seq OWNED BY public.phases.id; -- -- TOC entry 214 (class 1259 OID 1898271) -- Name: plans; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.plans ( id integer NOT NULL, title character varying, template_id integer, created_at timestamp without time zone, updated_at timestamp without time zone, grant_number character varying, identifier character varying, description text, principal_investigator character varying, principal_investigator_identifier character varying, data_contact character varying, funder_name character varying, visibility integer DEFAULT 3 NOT NULL, data_contact_email character varying, data_contact_phone character varying, principal_investigator_email character varying, principal_investigator_phone character varying, feedback_requested boolean DEFAULT false, complete boolean DEFAULT false ); ALTER TABLE public.plans OWNER TO thomas; -- -- TOC entry 216 (class 1259 OID 1898286) -- Name: plans_guidance_groups; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.plans_guidance_groups ( id integer NOT NULL, guidance_group_id integer, plan_id integer ); ALTER TABLE public.plans_guidance_groups OWNER TO thomas; -- -- TOC entry 215 (class 1259 OID 1898284) -- Name: plans_guidance_groups_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.plans_guidance_groups_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.plans_guidance_groups_id_seq OWNER TO thomas; -- -- TOC entry 2651 (class 0 OID 0) -- Dependencies: 215 -- Name: plans_guidance_groups_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.plans_guidance_groups_id_seq OWNED BY public.plans_guidance_groups.id; -- -- TOC entry 213 (class 1259 OID 1898269) -- Name: plans_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.plans_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.plans_id_seq OWNER TO thomas; -- -- TOC entry 2652 (class 0 OID 0) -- Dependencies: 213 -- Name: plans_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.plans_id_seq OWNED BY public.plans.id; -- -- TOC entry 218 (class 1259 OID 1898295) -- Name: prefs; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.prefs ( id integer NOT NULL, settings text, user_id integer ); ALTER TABLE public.prefs OWNER TO thomas; -- -- TOC entry 217 (class 1259 OID 1898293) -- Name: prefs_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.prefs_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.prefs_id_seq OWNER TO thomas; -- -- TOC entry 2653 (class 0 OID 0) -- Dependencies: 217 -- Name: prefs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.prefs_id_seq OWNED BY public.prefs.id; -- -- TOC entry 220 (class 1259 OID 1898306) -- Name: question_formats; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.question_formats ( id integer NOT NULL, title character varying, description text, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, option_based boolean DEFAULT false, formattype integer DEFAULT 0 ); ALTER TABLE public.question_formats OWNER TO thomas; -- -- TOC entry 219 (class 1259 OID 1898304) -- Name: question_formats_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.question_formats_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.question_formats_id_seq OWNER TO thomas; -- -- TOC entry 2654 (class 0 OID 0) -- Dependencies: 219 -- Name: question_formats_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.question_formats_id_seq OWNED BY public.question_formats.id; -- -- TOC entry 222 (class 1259 OID 1898319) -- Name: question_options; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.question_options ( id integer NOT NULL, question_id integer, text character varying, number integer, is_default boolean, created_at timestamp without time zone, updated_at timestamp without time zone ); ALTER TABLE public.question_options OWNER TO thomas; -- -- TOC entry 221 (class 1259 OID 1898317) -- Name: question_options_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.question_options_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.question_options_id_seq OWNER TO thomas; -- -- TOC entry 2655 (class 0 OID 0) -- Dependencies: 221 -- Name: question_options_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.question_options_id_seq OWNED BY public.question_options.id; -- -- TOC entry 224 (class 1259 OID 1898331) -- Name: questions; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.questions ( id integer NOT NULL, text text, default_value text, number integer, section_id integer, created_at timestamp without time zone, updated_at timestamp without time zone, question_format_id integer, option_comment_display boolean DEFAULT true, modifiable boolean, versionable_id character varying(36) ); ALTER TABLE public.questions OWNER TO thomas; -- -- TOC entry 223 (class 1259 OID 1898329) -- Name: questions_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.questions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.questions_id_seq OWNER TO thomas; -- -- TOC entry 2656 (class 0 OID 0) -- Dependencies: 223 -- Name: questions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.questions_id_seq OWNED BY public.questions.id; -- -- TOC entry 225 (class 1259 OID 1898343) -- Name: questions_themes; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.questions_themes ( question_id integer NOT NULL, theme_id integer NOT NULL ); ALTER TABLE public.questions_themes OWNER TO thomas; -- -- TOC entry 227 (class 1259 OID 1898349) -- Name: regions; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.regions ( id integer NOT NULL, abbreviation character varying, description character varying, name character varying, super_region_id integer ); ALTER TABLE public.regions OWNER TO thomas; -- -- TOC entry 226 (class 1259 OID 1898347) -- Name: regions_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.regions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.regions_id_seq OWNER TO thomas; -- -- TOC entry 2657 (class 0 OID 0) -- Dependencies: 226 -- Name: regions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.regions_id_seq OWNED BY public.regions.id; -- -- TOC entry 229 (class 1259 OID 1898360) -- Name: roles; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.roles ( id integer NOT NULL, user_id integer, plan_id integer, created_at timestamp without time zone, updated_at timestamp without time zone, access integer DEFAULT 0 NOT NULL, active boolean DEFAULT true ); ALTER TABLE public.roles OWNER TO thomas; -- -- TOC entry 228 (class 1259 OID 1898358) -- Name: roles_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.roles_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.roles_id_seq OWNER TO thomas; -- -- TOC entry 2658 (class 0 OID 0) -- Dependencies: 228 -- Name: roles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.roles_id_seq OWNED BY public.roles.id; -- -- TOC entry 181 (class 1259 OID 1898078) -- Name: schema_migrations; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.schema_migrations ( version character varying NOT NULL ); ALTER TABLE public.schema_migrations OWNER TO thomas; -- -- TOC entry 231 (class 1259 OID 1898372) -- Name: sections; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.sections ( id integer NOT NULL, title character varying, description text, number integer, created_at timestamp without time zone, updated_at timestamp without time zone, phase_id integer, modifiable boolean, versionable_id character varying(36) ); ALTER TABLE public.sections OWNER TO thomas; -- -- TOC entry 230 (class 1259 OID 1898370) -- Name: sections_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.sections_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.sections_id_seq OWNER TO thomas; -- -- TOC entry 2659 (class 0 OID 0) -- Dependencies: 230 -- Name: sections_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.sections_id_seq OWNED BY public.sections.id; -- -- TOC entry 233 (class 1259 OID 1898385) -- Name: sessions; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.sessions ( id integer NOT NULL, session_id character varying(64) NOT NULL, data text, created_at timestamp without time zone, updated_at timestamp without time zone ); ALTER TABLE public.sessions OWNER TO thomas; -- -- TOC entry 232 (class 1259 OID 1898383) -- Name: sessions_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.sessions_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.sessions_id_seq OWNER TO thomas; -- -- TOC entry 2660 (class 0 OID 0) -- Dependencies: 232 -- Name: sessions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.sessions_id_seq OWNED BY public.sessions.id; -- -- TOC entry 235 (class 1259 OID 1898398) -- Name: settings; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.settings ( id integer NOT NULL, var character varying NOT NULL, value text, target_id integer NOT NULL, target_type character varying NOT NULL, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); ALTER TABLE public.settings OWNER TO thomas; -- -- TOC entry 234 (class 1259 OID 1898396) -- Name: settings_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.settings_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.settings_id_seq OWNER TO thomas; -- -- TOC entry 2661 (class 0 OID 0) -- Dependencies: 234 -- Name: settings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.settings_id_seq OWNED BY public.settings.id; -- -- TOC entry 237 (class 1259 OID 1898409) -- Name: stats; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.stats ( id integer NOT NULL, count bigint DEFAULT 0, date date NOT NULL, type character varying NOT NULL, org_id integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, details text ); ALTER TABLE public.stats OWNER TO thomas; -- -- TOC entry 236 (class 1259 OID 1898407) -- Name: stats_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.stats_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.stats_id_seq OWNER TO thomas; -- -- TOC entry 2662 (class 0 OID 0) -- Dependencies: 236 -- Name: stats_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.stats_id_seq OWNED BY public.stats.id; -- -- TOC entry 239 (class 1259 OID 1898421) -- Name: templates; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.templates ( id integer NOT NULL, title character varying, description text, published boolean, org_id integer, locale character varying, is_default boolean, created_at timestamp without time zone, updated_at timestamp without time zone, version integer, visibility integer, customization_of integer, family_id integer, archived boolean, links text ); ALTER TABLE public.templates OWNER TO thomas; -- -- TOC entry 238 (class 1259 OID 1898419) -- Name: templates_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.templates_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.templates_id_seq OWNER TO thomas; -- -- TOC entry 2663 (class 0 OID 0) -- Dependencies: 238 -- Name: templates_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.templates_id_seq OWNED BY public.templates.id; -- -- TOC entry 241 (class 1259 OID 1898436) -- Name: themes; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.themes ( id integer NOT NULL, title character varying, description text, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, locale character varying ); ALTER TABLE public.themes OWNER TO thomas; -- -- TOC entry 240 (class 1259 OID 1898434) -- Name: themes_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.themes_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.themes_id_seq OWNER TO thomas; -- -- TOC entry 2664 (class 0 OID 0) -- Dependencies: 240 -- Name: themes_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.themes_id_seq OWNED BY public.themes.id; -- -- TOC entry 242 (class 1259 OID 1898445) -- Name: themes_in_guidance; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.themes_in_guidance ( theme_id integer, guidance_id integer ); ALTER TABLE public.themes_in_guidance OWNER TO thomas; -- -- TOC entry 244 (class 1259 OID 1898452) -- Name: token_permission_types; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.token_permission_types ( id integer NOT NULL, token_type character varying, text_description text, created_at timestamp without time zone, updated_at timestamp without time zone ); ALTER TABLE public.token_permission_types OWNER TO thomas; -- -- TOC entry 243 (class 1259 OID 1898450) -- Name: token_permission_types_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.token_permission_types_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.token_permission_types_id_seq OWNER TO thomas; -- -- TOC entry 2665 (class 0 OID 0) -- Dependencies: 243 -- Name: token_permission_types_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.token_permission_types_id_seq OWNED BY public.token_permission_types.id; -- -- TOC entry 246 (class 1259 OID 1898463) -- Name: user_identifiers; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.user_identifiers ( id integer NOT NULL, identifier character varying, created_at timestamp without time zone, updated_at timestamp without time zone, user_id integer, identifier_scheme_id integer ); ALTER TABLE public.user_identifiers OWNER TO thomas; -- -- TOC entry 245 (class 1259 OID 1898461) -- Name: user_identifiers_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.user_identifiers_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.user_identifiers_id_seq OWNER TO thomas; -- -- TOC entry 2666 (class 0 OID 0) -- Dependencies: 245 -- Name: user_identifiers_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.user_identifiers_id_seq OWNED BY public.user_identifiers.id; -- -- TOC entry 248 (class 1259 OID 1898475) -- Name: users; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.users ( id integer NOT NULL, firstname character varying, surname character varying, email character varying(80) DEFAULT ''::character varying NOT NULL, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, encrypted_password character varying DEFAULT ''::character varying, reset_password_token character varying, reset_password_sent_at timestamp without time zone, remember_created_at timestamp without time zone, sign_in_count integer DEFAULT 0, current_sign_in_at timestamp without time zone, last_sign_in_at timestamp without time zone, current_sign_in_ip character varying, last_sign_in_ip character varying, confirmation_token character varying, confirmed_at timestamp without time zone, confirmation_sent_at timestamp without time zone, invitation_token character varying, invitation_created_at timestamp without time zone, invitation_sent_at timestamp without time zone, invitation_accepted_at timestamp without time zone, other_organisation character varying, accept_terms boolean, org_id integer, api_token character varying, invited_by_id integer, invited_by_type character varying, language_id integer, recovery_email character varying, active boolean DEFAULT true ); ALTER TABLE public.users OWNER TO thomas; -- -- TOC entry 247 (class 1259 OID 1898473) -- Name: users_id_seq; Type: SEQUENCE; Schema: public; Owner: thomas -- CREATE SEQUENCE public.users_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ALTER TABLE public.users_id_seq OWNER TO thomas; -- -- TOC entry 2667 (class 0 OID 0) -- Dependencies: 247 -- Name: users_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: thomas -- ALTER SEQUENCE public.users_id_seq OWNED BY public.users.id; -- -- TOC entry 249 (class 1259 OID 1898490) -- Name: users_perms; Type: TABLE; Schema: public; Owner: thomas -- CREATE TABLE public.users_perms ( user_id integer, perm_id integer ); ALTER TABLE public.users_perms OWNER TO thomas; -- -- TOC entry 2254 (class 2604 OID 1898091) -- Name: annotations id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.annotations ALTER COLUMN id SET DEFAULT nextval('public.annotations_id_seq'::regclass); -- -- TOC entry 2256 (class 2604 OID 1898105) -- Name: answers id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers ALTER COLUMN id SET DEFAULT nextval('public.answers_id_seq'::regclass); -- -- TOC entry 2258 (class 2604 OID 1898123) -- Name: exported_plans id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.exported_plans ALTER COLUMN id SET DEFAULT nextval('public.exported_plans_id_seq'::regclass); -- -- TOC entry 2259 (class 2604 OID 1898134) -- Name: guidance_groups id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.guidance_groups ALTER COLUMN id SET DEFAULT nextval('public.guidance_groups_id_seq'::regclass); -- -- TOC entry 2262 (class 2604 OID 1898148) -- Name: guidances id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.guidances ALTER COLUMN id SET DEFAULT nextval('public.guidances_id_seq'::regclass); -- -- TOC entry 2263 (class 2604 OID 1898160) -- Name: identifier_schemes id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.identifier_schemes ALTER COLUMN id SET DEFAULT nextval('public.identifier_schemes_id_seq'::regclass); -- -- TOC entry 2264 (class 2604 OID 1898171) -- Name: languages id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.languages ALTER COLUMN id SET DEFAULT nextval('public.languages_id_seq'::regclass); -- -- TOC entry 2265 (class 2604 OID 1898182) -- Name: notes id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notes ALTER COLUMN id SET DEFAULT nextval('public.notes_id_seq'::regclass); -- -- TOC entry 2267 (class 2604 OID 1898195) -- Name: notification_acknowledgements id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notification_acknowledgements ALTER COLUMN id SET DEFAULT nextval('public.notification_acknowledgements_id_seq'::regclass); -- -- TOC entry 2268 (class 2604 OID 1898205) -- Name: notifications id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notifications ALTER COLUMN id SET DEFAULT nextval('public.notifications_id_seq'::regclass); -- -- TOC entry 2269 (class 2604 OID 1898216) -- Name: org_identifiers id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_identifiers ALTER COLUMN id SET DEFAULT nextval('public.org_identifiers_id_seq'::regclass); -- -- TOC entry 2270 (class 2604 OID 1898227) -- Name: org_token_permissions id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_token_permissions ALTER COLUMN id SET DEFAULT nextval('public.org_token_permissions_id_seq'::regclass); -- -- TOC entry 2271 (class 2604 OID 1898236) -- Name: orgs id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.orgs ALTER COLUMN id SET DEFAULT nextval('public.orgs_id_seq'::regclass); -- -- TOC entry 2275 (class 2604 OID 1898250) -- Name: perms id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.perms ALTER COLUMN id SET DEFAULT nextval('public.perms_id_seq'::regclass); -- -- TOC entry 2276 (class 2604 OID 1898261) -- Name: phases id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.phases ALTER COLUMN id SET DEFAULT nextval('public.phases_id_seq'::regclass); -- -- TOC entry 2277 (class 2604 OID 1898274) -- Name: plans id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans ALTER COLUMN id SET DEFAULT nextval('public.plans_id_seq'::regclass); -- -- TOC entry 2281 (class 2604 OID 1898289) -- Name: plans_guidance_groups id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans_guidance_groups ALTER COLUMN id SET DEFAULT nextval('public.plans_guidance_groups_id_seq'::regclass); -- -- TOC entry 2282 (class 2604 OID 1898298) -- Name: prefs id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.prefs ALTER COLUMN id SET DEFAULT nextval('public.prefs_id_seq'::regclass); -- -- TOC entry 2283 (class 2604 OID 1898309) -- Name: question_formats id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.question_formats ALTER COLUMN id SET DEFAULT nextval('public.question_formats_id_seq'::regclass); -- -- TOC entry 2286 (class 2604 OID 1898322) -- Name: question_options id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.question_options ALTER COLUMN id SET DEFAULT nextval('public.question_options_id_seq'::regclass); -- -- TOC entry 2287 (class 2604 OID 1898334) -- Name: questions id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.questions ALTER COLUMN id SET DEFAULT nextval('public.questions_id_seq'::regclass); -- -- TOC entry 2289 (class 2604 OID 1898352) -- Name: regions id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.regions ALTER COLUMN id SET DEFAULT nextval('public.regions_id_seq'::regclass); -- -- TOC entry 2290 (class 2604 OID 1898363) -- Name: roles id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.roles ALTER COLUMN id SET DEFAULT nextval('public.roles_id_seq'::regclass); -- -- TOC entry 2293 (class 2604 OID 1898375) -- Name: sections id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.sections ALTER COLUMN id SET DEFAULT nextval('public.sections_id_seq'::regclass); -- -- TOC entry 2294 (class 2604 OID 1898388) -- Name: sessions id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.sessions ALTER COLUMN id SET DEFAULT nextval('public.sessions_id_seq'::regclass); -- -- TOC entry 2295 (class 2604 OID 1898401) -- Name: settings id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.settings ALTER COLUMN id SET DEFAULT nextval('public.settings_id_seq'::regclass); -- -- TOC entry 2297 (class 2604 OID 1898412) -- Name: stats id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.stats ALTER COLUMN id SET DEFAULT nextval('public.stats_id_seq'::regclass); -- -- TOC entry 2298 (class 2604 OID 1898424) -- Name: templates id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.templates ALTER COLUMN id SET DEFAULT nextval('public.templates_id_seq'::regclass); -- -- TOC entry 2299 (class 2604 OID 1898439) -- Name: themes id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.themes ALTER COLUMN id SET DEFAULT nextval('public.themes_id_seq'::regclass); -- -- TOC entry 2300 (class 2604 OID 1898455) -- Name: token_permission_types id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.token_permission_types ALTER COLUMN id SET DEFAULT nextval('public.token_permission_types_id_seq'::regclass); -- -- TOC entry 2301 (class 2604 OID 1898466) -- Name: user_identifiers id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.user_identifiers ALTER COLUMN id SET DEFAULT nextval('public.user_identifiers_id_seq'::regclass); -- -- TOC entry 2302 (class 2604 OID 1898478) -- Name: users id; Type: DEFAULT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.users ALTER COLUMN id SET DEFAULT nextval('public.users_id_seq'::regclass); -- -- TOC entry 2563 (class 0 OID 1898088) -- Dependencies: 183 -- Data for Name: annotations; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.annotations VALUES (3, 36, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-04-18 09:33:04.640922', '2019-04-18 09:33:04.640922', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (4, 42, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-04-18 10:06:25.249528', '2019-04-18 10:06:25.249528', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (5, 51, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-04-18 10:38:02.518261', '2019-04-18 10:38:02.518261', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (6, 57, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-04-18 10:38:02.657025', '2019-04-18 10:38:02.657025', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (7, 62, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-04-18 13:17:49.625136', '2019-04-18 13:17:49.625136', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (8, 67, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-04-18 13:17:49.740075', '2019-04-18 13:17:49.740075', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (25, 211, 7, 'b', 0, '2019-05-03 13:33:24.546113', '2019-05-03 13:33:24.546113', 'bd7a8665-685e-4b53-a8fb-dc1b21664120'); INSERT INTO public.annotations VALUES (26, 211, 7, 'c', 1, '2019-05-03 13:33:24.547783', '2019-05-03 13:33:24.547783', '0843b26b-b38e-48e9-a92d-30060eafa858'); INSERT INTO public.annotations VALUES (10, 81, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 10:09:15.485053', '2019-05-03 10:09:15.485053', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (9, 76, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 10:09:15.406267', '2019-05-03 10:09:15.406267', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (11, 98, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Title</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Abstract</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Lineage: </span></em></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by other users (e.g. statistical analyses, subsetting, geographical reprojection,,...): global origin, simple categorization of sampling methods, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Language(s) used in the data</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Format(s): file formats</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Creation date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Latest revision date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Author of the dataset</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Full name of the organization</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Name of the responsible person</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Email address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">City</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal code</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Country</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Website</span></em></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Geographic area: named area </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Conditions for data sharing: licen</span></em></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">ses, embargoes</span></em></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 10:20:35.879153', '2019-05-03 10:20:35.879153', '104d702d-d7c2-4c57-9f4c-5eb400cf761d'); INSERT INTO public.annotations VALUES (12, 109, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.<br /><br /></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, we want to highlight that EurofleetsPlus data must be as open as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 10:31:59.766236', '2019-05-03 10:31:59.766236', '5ed6f018-6e0f-4275-8dc0-57201e06d66a'); INSERT INTO public.annotations VALUES (13, 119, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 12:17:19.596851', '2019-05-03 12:17:19.596851', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (14, 122, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 12:17:19.653921', '2019-05-03 12:17:19.653921', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (15, 140, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Title</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Abstract</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Lineage: </span></em></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by other users (e.g. statistical analyses, subsetting, geographical reprojection,,...): global origin, simple categorization of sampling methods, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Language(s) used in the data</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Format(s): file formats</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Creation date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Latest revision date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Author of the dataset</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Full name of the organization</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Name of the responsible person</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Email address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">City</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal code</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Country</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Website</span></em></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Geographic area: named area </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Conditions for data sharing: licen</span></em></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">ses, embargoes</span></em></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 12:17:19.987041', '2019-05-03 12:17:19.987041', '104d702d-d7c2-4c57-9f4c-5eb400cf761d'); INSERT INTO public.annotations VALUES (16, 151, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.<br /><br /></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, we want to highlight that EurofleetsPlus data must be as open as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 12:17:20.142577', '2019-05-03 12:17:20.142577', '5ed6f018-6e0f-4275-8dc0-57201e06d66a'); INSERT INTO public.annotations VALUES (17, 161, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 12:21:05.234878', '2019-05-03 12:21:05.234878', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (18, 164, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 12:21:05.297039', '2019-05-03 12:21:05.297039', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (19, 182, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Title</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Abstract</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Lineage: </span></em></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by other users (e.g. statistical analyses, subsetting, geographical reprojection,,...): global origin, simple categorization of sampling methods, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Language(s) used in the data</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Format(s): file formats</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Creation date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Latest revision date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Author of the dataset</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Full name of the organization</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Name of the responsible person</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Email address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">City</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal code</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Country</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Website</span></em></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Geographic area: named area </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Conditions for data sharing: licen</span></em></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">ses, embargoes</span></em></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 12:21:05.601547', '2019-05-03 12:21:05.601547', '104d702d-d7c2-4c57-9f4c-5eb400cf761d'); INSERT INTO public.annotations VALUES (20, 193, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.<br /><br /></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, we want to highlight that EurofleetsPlus data must be as open as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 12:21:05.758236', '2019-05-03 12:21:05.758236', '5ed6f018-6e0f-4275-8dc0-57201e06d66a'); INSERT INTO public.annotations VALUES (21, 205, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 13:33:23.807062', '2019-05-03 13:33:23.807062', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (22, 208, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 13:33:23.870221', '2019-05-03 13:33:23.870221', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (23, 226, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Title</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Abstract</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Lineage: </span></em></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by other users (e.g. statistical analyses, subsetting, geographical reprojection,,...): global origin, simple categorization of sampling methods, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Language(s) used in the data</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Format(s): file formats</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Creation date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Latest revision date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Author of the dataset</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Full name of the organization</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Name of the responsible person</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Email address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">City</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal code</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Country</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Website</span></em></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Geographic area: named area </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Conditions for data sharing: licen</span></em></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">ses, embargoes</span></em></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 13:33:24.183316', '2019-05-03 13:33:24.183316', '104d702d-d7c2-4c57-9f4c-5eb400cf761d'); INSERT INTO public.annotations VALUES (24, 237, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.<br /><br /></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, we want to highlight that EurofleetsPlus data must be as open as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 13:33:24.334601', '2019-05-03 13:33:24.334601', '5ed6f018-6e0f-4275-8dc0-57201e06d66a'); INSERT INTO public.annotations VALUES (27, 248, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Title</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Abstract</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Lineage: </span></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by others users (e.g. statistical analysis, geographical modification,...): global origin, simple categorization of sampling devices, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Language(s) used in the data</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Format(s): file formats</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Creation date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Latest revision date of the dataset</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Author of the dataset</span></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Full name of the organization</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Name of the responsible person</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Email address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal address</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">City</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Postal code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Country</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Website</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Geographic area: named area </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">Conditions for data sharing: licen</span></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">ses, embargoes</span></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 13:37:28.32939', '2019-05-03 13:37:28.32939', '8f3e9857-1624-4f08-a544-a646a651f863'); INSERT INTO public.annotations VALUES (28, 251, 7, '<p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.</span></span></span></p> <p lang="en-GB" style="margin-left: 1cm; margin-bottom: 0.26cm; font-weight: normal; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, w</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">e want to highlight that EurofleetsPlus </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">must be </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">open </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 13:37:28.397703', '2019-05-03 13:37:28.397703', 'a7d726be-b485-43e5-b94c-139bb721002d'); INSERT INTO public.annotations VALUES (31, 269, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">''Metadata'' is considered ''data about data''. In this context it represents ''information about datasets''. Metadata should take into account the following elements:</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Title</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Abstract</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Lineage: </span></em></span></span></span></span><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Different basic steps that have been performed to the raw data in order to help the interpretation by other users (e.g. statistical analyses, subsetting, geographical reprojection,,...): global origin, simple categorization of sampling methods, previous file formats the data had, specific steps and transformations taken to clean, compile and present the data. Relations with other data sets.</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Language(s) used in the data</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Format(s): file formats</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Creation date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Latest revision date of the dataset</span></em></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Author of the dataset</span></em></span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Full name of the organization</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Name of the responsible person</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Email address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal address</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">City</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Postal code</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Country</span></em></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><em><span style="font-weight: normal;">Website</span></em></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Geographic area: named area </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Coordinate Reference System (CRS): WGS 84, ETRS89,...</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Spatial Extent (Bounding Box): The spatial coordinates of the widest geographical extent (westBoundLongitude, eastBoundLongitude, southBoundLatitude, northBoundLatitude)</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Temporal Extent: start and stop date of the collection points</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Taxonomic coverage: The taxa (use appropriate levels like families, orders or classes) this dataset contains </span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Limitations for data using: E.g. not for navigation purposes, provided without liability, sensitive information withheld&hellip;</span></em></span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="text-decoration: none;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">Conditions for data sharing: licen</span></em></span></span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><em><span style="font-weight: normal;">ses, embargoes</span></em></span></span></span></span></p> </li> </ul>', 1, '2019-05-03 13:37:28.767598', '2019-05-03 13:37:28.767598', '104d702d-d7c2-4c57-9f4c-5eb400cf761d'); INSERT INTO public.annotations VALUES (32, 280, 7, '<p class="western" lang="en-GB" style="margin-bottom: 0.35cm; line-height: 115%;"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Horizon 2020 wants to stimulate openly accessible data, with maximal reusability. In order to facilitate this, open, up-front and machine readable licenses are preferred, such as those on https://</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">creativecommons.org</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">/licenses.<br /><br /></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Furthermore, we want to highlight that EurofleetsPlus data must be as open as possible, which means that the CC0 (public domain) license is the most appropriate.</span></span></span></p>', 1, '2019-05-03 13:37:28.94764', '2019-05-03 13:37:28.94764', '5ed6f018-6e0f-4275-8dc0-57201e06d66a'); -- -- TOC entry 2565 (class 0 OID 1898102) -- Dependencies: 185 -- Data for Name: answers; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.answers VALUES (5, 'The data will be collected in the framework of...', 22, 5, 167, '2019-05-03 12:34:57.352648', '2019-05-03 12:34:57.352648', 1); INSERT INTO public.answers VALUES (6, 'NetCDF, Excel for the metadata, some ODV,...', 22, 5, 168, '2019-05-03 12:35:19.624533', '2019-05-03 13:20:18.049907', 4); INSERT INTO public.answers VALUES (7, 'I don"t want to answer!', 22, 5, 160, '2019-05-03 13:31:06.638987', '2019-05-03 13:31:22.436245', 1); INSERT INTO public.answers VALUES (8, 'I don''t know', 21, 5, 167, '2019-05-03 13:35:07.645624', '2019-05-03 13:35:07.645624', 1); INSERT INTO public.answers VALUES (9, 'a', 24, 5, 211, '2019-05-03 13:35:50.290688', '2019-05-03 13:35:50.290688', 1); -- -- TOC entry 2566 (class 0 OID 1898114) -- Dependencies: 186 -- Data for Name: answers_question_options; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2568 (class 0 OID 1898120) -- Dependencies: 188 -- Data for Name: exported_plans; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.exported_plans VALUES (1, 18, NULL, 'pdf', '2019-05-03 10:59:10.83139', '2019-05-03 10:59:10.83139', 15); -- -- TOC entry 2570 (class 0 OID 1898131) -- Dependencies: 190 -- Data for Name: guidance_groups; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.guidance_groups VALUES (7, 'YRI', 8, '2019-04-11 15:05:09.955702', '2019-04-11 15:05:09.955702', false, false); INSERT INTO public.guidance_groups VALUES (6, 'EurofleetsPlus DMP Guidance', 7, '2019-04-11 15:00:35.231253', '2019-04-18 14:03:23.273456', false, false); -- -- TOC entry 2572 (class 0 OID 1898145) -- Dependencies: 192 -- Data for Name: guidances; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2574 (class 0 OID 1898157) -- Dependencies: 194 -- Data for Name: identifier_schemes; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.identifier_schemes VALUES (1, 'orcid', 'ORCID', true, '2019-04-11 13:04:56.916464', '2019-04-11 13:04:56.916464', 'http://orcid.org/sites/default/files/images/orcid_16x16.png', 'https://orcid.org'); INSERT INTO public.identifier_schemes VALUES (2, 'shibboleth', 'Your institutional credentials', true, '2019-04-11 13:04:56.926111', '2019-04-11 13:04:56.926111', 'http://newsite.shibboleth.net/wp-content/uploads/2017/01/Shibboleth-logo_2000x1200-1.png', 'https://example.com'); -- -- TOC entry 2576 (class 0 OID 1898168) -- Dependencies: 196 -- Data for Name: languages; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.languages VALUES (1, 'en-GB', '', 'English (GB)', true); INSERT INTO public.languages VALUES (2, 'en-US', '', 'English (US)', false); INSERT INTO public.languages VALUES (3, 'fr', '', 'Français', false); INSERT INTO public.languages VALUES (4, 'de', '', 'Deutsch', false); INSERT INTO public.languages VALUES (5, 'es', '', 'Español', false); INSERT INTO public.languages VALUES (6, 'fr-FR', 'fr-FR', 'fr-FR', false); INSERT INTO public.languages VALUES (7, 'fi', 'fi', 'fi', false); INSERT INTO public.languages VALUES (8, 'fr-CA', 'fr-CA', 'fr-CA', false); INSERT INTO public.languages VALUES (9, 'ja', 'ja', 'ja', false); INSERT INTO public.languages VALUES (10, 'ro', 'ro', 'ro', false); INSERT INTO public.languages VALUES (11, 'el', 'el', 'el', false); INSERT INTO public.languages VALUES (12, 'pt-BR', 'pt-BR', 'pt-BR', false); INSERT INTO public.languages VALUES (13, 'sv-FI', 'sv-FI', 'sv-FI', false); -- -- TOC entry 2578 (class 0 OID 1898179) -- Dependencies: 198 -- Data for Name: notes; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.notes VALUES (1, 5, '<p>This is a stupid Q</p>', true, 7, 5, '2019-05-03 13:31:06.668668', '2019-05-03 13:32:04.6049'); -- -- TOC entry 2580 (class 0 OID 1898192) -- Dependencies: 200 -- Data for Name: notification_acknowledgements; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2582 (class 0 OID 1898202) -- Dependencies: 202 -- Data for Name: notifications; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2584 (class 0 OID 1898213) -- Dependencies: 204 -- Data for Name: org_identifiers; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2586 (class 0 OID 1898224) -- Dependencies: 206 -- Data for Name: org_token_permissions; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2588 (class 0 OID 1898233) -- Dependencies: 208 -- Data for Name: orgs; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.orgs VALUES (7, 'EurofleetsPlus', 'EF+', NULL, '2019-04-11 15:00:35.227437', '2019-04-11 15:08:53.559924', false, NULL, NULL, 1, NULL, NULL, '<EMAIL>', 7, '{"org":[{"link":"www.eurofleets.eu","text":"Eurofleets website"}]}', '<EMAIL>', false, NULL, NULL); INSERT INTO public.orgs VALUES (8, 'Your Research Institute', 'YRI', NULL, '2019-04-11 15:05:09.952545', '2019-04-11 15:09:34.175685', false, NULL, NULL, 1, NULL, NULL, '<EMAIL>', 5, '{"org":[]}', '', false, NULL, NULL); -- -- TOC entry 2590 (class 0 OID 1898247) -- Dependencies: 210 -- Data for Name: perms; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.perms VALUES (1, 'add_organisations', '2019-04-11 13:04:57.962827', '2019-04-11 13:04:57.962827'); INSERT INTO public.perms VALUES (2, 'change_org_affiliation', '2019-04-11 13:04:57.971448', '2019-04-11 13:04:57.971448'); INSERT INTO public.perms VALUES (3, 'grant_permissions', '2019-04-11 13:04:57.976814', '2019-04-11 13:04:57.976814'); INSERT INTO public.perms VALUES (4, 'modify_templates', '2019-04-11 13:04:57.981008', '2019-04-11 13:04:57.981008'); INSERT INTO public.perms VALUES (5, 'modify_guidance', '2019-04-11 13:04:57.984669', '2019-04-11 13:04:57.984669'); INSERT INTO public.perms VALUES (6, 'use_api', '2019-04-11 13:04:57.988093', '2019-04-11 13:04:57.988093'); INSERT INTO public.perms VALUES (7, 'change_org_details', '2019-04-11 13:04:57.991147', '2019-04-11 13:04:57.991147'); INSERT INTO public.perms VALUES (8, 'grant_api_to_orgs', '2019-04-11 13:04:57.994099', '2019-04-11 13:04:57.994099'); -- -- TOC entry 2592 (class 0 OID 1898258) -- Dependencies: 212 -- Data for Name: phases; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.phases VALUES (7, 'Preparatory DMP', '', 1, 7, '2019-04-11 15:55:46.797324', '2019-04-11 15:56:37.033103', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (8, 'Preparatory DMP', '', 1, 8, '2019-04-18 09:29:04.362129', '2019-04-18 09:29:04.362129', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (9, 'Full DMP', '', 2, 8, '2019-04-18 10:26:53.090145', '2019-04-18 10:26:53.090145', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (10, 'Phase 1: Preparatory DMP', '', 1, 9, '2019-04-18 10:38:02.427409', '2019-04-18 10:38:42.026055', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (11, 'Phase 2: Full DMP', '', 2, 9, '2019-04-18 10:38:02.745651', '2019-04-18 10:38:53.330219', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (13, 'Phase 2: Full DMP', '', 3, 10, '2019-04-18 13:17:49.888968', '2019-04-18 13:52:25.192648', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (12, 'Phase 1: Preliminary DMP', '', 2, 10, '2019-04-18 13:17:49.578549', '2019-04-18 13:52:30.092486', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (14, 'Guidance', '<p><strong>General guidelines</strong></p> <p>The Horizon 2020 Programme asks that the research output of its beneficiaries adheres to the FAIR principle and furthermore, that open access to research data is ensured to a maximal extent. Open access refers to the practice of providing online access to scientific information (publications and research data) that is free of charge to the end-user and reusable. FAIR data is findable, accessible, interoperable and readable.</p> <p>FAIR data may still be (partially) private, eg. when it is only shared under certain conditions. Open research data is freely available to anyone to access, use and share. Since 2017, open research data is the default option for H2020, while it is still possible to opt-out and select a more closed data model. For general H2020 projects, this may be because you want to protect your data before any publication has taken place, keep intellectual property rights for commercial purposes, or have privacy or security concerns. In summary, any EurofleetsPlus research data must be Findable, Accessible, Interoperable and Reusable for the group of users you as a research cruise principal investigator have defined; this may be anyone, with unrestricted access, in which case your data is considered open data.</p> <p>Within open data there are gradations, going from fully open (public domain), to legally obliging attribution, to barring commercial re-use etc. A good overview of open licenses can be found on CreativeCommons, <a title="https://creativecommons.org/licenses" href="https://creativecommons.org/licenses">https://creativecommons.org/licenses</a>. A further benefit is that these licenses are ready-for-use, unambiguous (as they already have a legal description), and are machine readable.</p> <p><strong>The default EurofleetsPlus license for cruise data is the public domain CC0-license, <a title="https://creativecommons.org/publicdomain/zero/1.0" href="https://creativecommons.org/publicdomain/zero/1.0">https://creativecommons.org/publicdomain/zero/1.0</a>, as re-using data should not be made unnecessarily complex.</strong></p> <p><strong>The metadata of your dataset(s) must be made available as soon as possible after the cruise ends. For the data, a default embargo period of 3 months is granted; you may waive this default period and provide the data earlier. You may extend this period, which must be reported in the DMP. The data should be provided before the end of your specified embargo period and before the next cruise call or the end of the whole EurofleetsPlus project, whichever comes first.</strong></p> <p>EurofleetsPlus applies the FAIR and Open principles of the H2020 framework on three levels: the EF+ project itself, the JRA research output and the TNA funded cruises. For this reason there will be two Data Management Plan (DMP) types in use: a general one for EurofleetsPlus, and one for each funded cruise, which must use the current document as a template. The DMP for cruises comes in two forms, a preliminary DMP at submission time and a final DMP after the cruise funding has been granted.</p> <p>We have based ourselves on the Guidelines on FAIR Data Management in Horizon 2020 (<a title="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf">http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf</a>) to define the template for the DMP. Some of the specifics, for instance those on the timing of any opt-out (see p. 3), make less sense in the EurofleetsPlus context, and are not applicable. Project data may be considered fully open from the start or the grantee may start out with open datasets, and later opt-out some datasets, for a good reason. The only way to opt-in a dataset is by having selected an embargo period (that must be specified at the time of writing the DMP).</p> <p><strong>For EurofleetsPlus, opting out of open data is possible at the time the preliminary DMP is created or after the project has been granted, at the time the final DMP is submitted, but only for data with a distinct commercialibility, or by extending the embargo period.</strong></p> <p>Project proposals will be judged on the completeness of the Data Management Plan and on what basis they enable their datasets to become FAIR. The DMP is a living document that follows the research lifecycle and should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your procedures. A data management plan prerecords the procedures you plan to follow with regards to data management, to ensure that they are actually followed.</p> <p><strong>Crucial elements like embargoes, opting-out data and licensing must be included as soon as possible in the DMP for the different types of datasets.</strong></p> <p><em>This document is a Data Management Plan in paper form, and contains a set of guidelines and the actual data management plan in textual form.</em> This document may be used to draft your Data Management Plan. However, as creating a data management plan is a dynamic process and as versioning is difficult to manage using word documents, we use an online DMP tool, called DMP Roadmap. This also facilitates managing a multitude of submissions.</p> <p><strong>The Data Management Plan (both the preliminary and full DMP) of a cruise proposal MUST be created with DMP Roadmap on the website <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a> and kept up-to-date after funding.</strong><br /><br />A preliminary DMP is created at the time of the project proposal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage. After the proposal is granted, the Data Management Plan will have to be completed in full. For this, you need to answer additional questions and extend your existing answers to cover the issues more in-depth. Three reference data management centres, assigned to a funded project, will review your DMP and provide feedback at that stage. The Data Management partners are the Hellenic Centre for Marine Research (HCMR) in Greece, the Istituto Nazionale di Oceanografia e di Geofisica Sperimentale (OGS) in Italy and the Belgian Marine Data Centre (BMDC).</p> <p>The EurofleetsPlus project will in due time provide the necessary infrastructure to make the data that is gathered during the funded cruises FAIR without any extra infrastructural work on your Institute''s part being necessary. The EurofleetsPlus infrastructure takes care of manual data (data originating from specific manual operations like sampling and deployments) and en-route data acquisition (salinity, temperature, depth etc. that are continuously measured). The Data Management Plan should detail the steps you will take to fill in the gaps in between the possibilities offered by the Eurofleets infrastructuren and how you will make use of them. The EurofleetsPlus infrastructure comprises:</p> <ul style="list-style-type: circle;"> <li>An EurofleetsPlus data sets catalogue (hosted on the EVIOR portal) will be ready around the beginning of July, which should be used to make your datasets findable, upon provision of adequate metadata. This system also provides the possibility to upload your data (data accessibility) after the cruise.</li> <li>However, this data is not yet ready for interoperability with existing datasets. The reference data centres will make your data available on European oceanographic data repositories (such as SeaDataCloud and EMODNet). This makes them interoperable with the other datasets there, ensuring your dataset''s reusablility.</li> <li>En-route data from your cruise will be standardised by using the Eurofleets Automatic Reporting System (EARS), which also makes en-route data available on the EVIOR portal.</li> </ul> <p><strong>Steps</strong></p> <ol> <li>Follow the webinar on FAIR, DMPs and DMP Roadmap via <a title="http://www.eurofleets.eu" href="http://www.eurofleets.eu">http://www.eurofleets.eu</a></li> <li>Prepare your proposal</li> <li>Create an account on the EF+ DMP Roadmap (<a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a>) and complete the preliminary DMP</li> <li>Submit your proposal on the official EurofleetsPlus submission website, together with a pdf of the DMP generated from DMP Roadmap</li> <li>Await confirmation that you are awarded the project</li> <li>Complete the final DMP on <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a></li> <li>Receive additional feedback from the reference data centres on improving the DMP</li> <li>Participate in the cruise</li> <li>Provide the metadata of the dataset(s) on the EurofleetsPlus data repository as soon as possible after the cruise</li> <li>Upload the data to the metadata record within 3 months after the cruise, unless you have specified an embargo period</li> </ol>', 1, 10, '2019-04-18 13:48:01.196825', '2019-04-18 14:02:55.564715', true, '5474e2ed-42b3-401c-ae63-d7a43173d072'); INSERT INTO public.phases VALUES (15, 'Guidance', '<p><strong>General guidelines</strong></p> <p>The Horizon 2020 Programme asks that the research output of its beneficiaries adheres to the FAIR principle and furthermore, that open access to research data is ensured to a maximal extent. Open access refers to the practice of providing online access to scientific information (publications and research data) that is free of charge to the end-user and reusable. FAIR data is findable, accessible, interoperable and readable.</p> <p>FAIR data may still be (partially) private, eg. when it is only shared under certain conditions. Open research data is freely available to anyone to access, use and share. Since 2017, open research data is the default option for H2020, while it is still possible to opt-out and select a more closed data model. For general H2020 projects, this may be because you want to protect your data before any publication has taken place, keep intellectual property rights for commercial purposes, or have privacy or security concerns. In summary, any EurofleetsPlus research data must be Findable, Accessible, Interoperable and Reusable for the group of users you as a research cruise principal investigator have defined; this may be anyone, with unrestricted access, in which case your data is considered open data.</p> <p>Within open data there are gradations, going from fully open (public domain), to legally obliging attribution, to barring commercial re-use etc. A good overview of open licenses can be found on CreativeCommons, <a title="https://creativecommons.org/licenses" href="https://creativecommons.org/licenses">https://creativecommons.org/licenses</a>. A further benefit is that these licenses are ready-for-use, unambiguous (as they already have a legal description), and are machine readable.</p> <p><strong>The default EurofleetsPlus license for cruise data is the public domain CC0-license, <a title="https://creativecommons.org/publicdomain/zero/1.0" href="https://creativecommons.org/publicdomain/zero/1.0">https://creativecommons.org/publicdomain/zero/1.0</a>, as re-using data should not be made unnecessarily complex.</strong></p> <p><strong>The metadata of your dataset(s) must be made available as soon as possible after the cruise ends. For the data, a default embargo period of 3 months is granted; you may waive this default period and provide the data earlier. You may extend this period, which must be reported in the DMP. The data should be provided before the end of your specified embargo period and before the next cruise call or the end of the whole EurofleetsPlus project, whichever comes first.</strong></p> <p>EurofleetsPlus applies the FAIR and Open principles of the H2020 framework on three levels: the EF+ project itself, the JRA research output and the TNA funded cruises. For this reason there will be two Data Management Plan (DMP) types in use: a general one for EurofleetsPlus, and one for each funded cruise, which must use the current document as a template. The DMP for cruises comes in two forms, a preliminary DMP at submission time and a final DMP after the cruise funding has been granted.</p> <p>We have based ourselves on the Guidelines on FAIR Data Management in Horizon 2020 (<a title="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf">http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf</a>) to define the template for the DMP. Some of the specifics, for instance those on the timing of any opt-out (see p. 3), make less sense in the EurofleetsPlus context, and are not applicable. Project data may be considered fully open from the start or the grantee may start out with open datasets, and later opt-out some datasets, for a good reason. The only way to opt-in a dataset is by having selected an embargo period (that must be specified at the time of writing the DMP).</p> <p><strong>For EurofleetsPlus, opting out of open data is possible at the time the preliminary DMP is created or after the project has been granted, at the time the final DMP is submitted, but only for data with a distinct commercialibility, or by extending the embargo period.</strong></p> <p>Project proposals will be judged on the completeness of the Data Management Plan and on what basis they enable their datasets to become FAIR. The DMP is a living document that follows the research lifecycle and should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your procedures. A data management plan prerecords the procedures you plan to follow with regards to data management, to ensure that they are actually followed.</p> <p><strong>Crucial elements like embargoes, opting-out data and licensing must be included as soon as possible in the DMP for the different types of datasets.</strong></p> <p><em>This document is a Data Management Plan in paper form, and contains a set of guidelines and the actual data management plan in textual form.</em> This document may be used to draft your Data Management Plan. However, as creating a data management plan is a dynamic process and as versioning is difficult to manage using word documents, we use an online DMP tool, called DMP Roadmap. This also facilitates managing a multitude of submissions.</p> <p><strong>The Data Management Plan (both the preliminary and full DMP) of a cruise proposal MUST be created with DMP Roadmap on the website <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a> and kept up-to-date after funding.</strong><br /><br />A preliminary DMP is created at the time of the project proposal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage. After the proposal is granted, the Data Management Plan will have to be completed in full. For this, you need to answer additional questions and extend your existing answers to cover the issues more in-depth. Three reference data management centres, assigned to a funded project, will review your DMP and provide feedback at that stage. The Data Management partners are the Hellenic Centre for Marine Research (HCMR) in Greece, the Istituto Nazionale di Oceanografia e di Geofisica Sperimentale (OGS) in Italy and the Belgian Marine Data Centre (BMDC).</p> <p>The EurofleetsPlus project will in due time provide the necessary infrastructure to make the data that is gathered during the funded cruises FAIR without any extra infrastructural work on your Institute''s part being necessary. The EurofleetsPlus infrastructure takes care of manual data (data originating from specific manual operations like sampling and deployments) and en-route data acquisition (salinity, temperature, depth etc. that are continuously measured). The Data Management Plan should detail the steps you will take to fill in the gaps in between the possibilities offered by the Eurofleets infrastructuren and how you will make use of them. The EurofleetsPlus infrastructure comprises:</p> <ul style="list-style-type: circle;"> <li>An EurofleetsPlus data sets catalogue (hosted on the EVIOR portal) will be ready around the beginning of July, which should be used to make your datasets findable, upon provision of adequate metadata. This system also provides the possibility to upload your data (data accessibility) after the cruise.</li> <li>However, this data is not yet ready for interoperability with existing datasets. The reference data centres will make your data available on European oceanographic data repositories (such as SeaDataCloud and EMODNet). This makes them interoperable with the other datasets there, ensuring your dataset''s reusablility.</li> <li>En-route data from your cruise will be standardised by using the Eurofleets Automatic Reporting System (EARS), which also makes en-route data available on the EVIOR portal.</li> </ul> <p><strong>Steps</strong></p> <ol> <li>Follow the webinar on FAIR, DMPs and DMP Roadmap via <a title="http://www.eurofleets.eu" href="http://www.eurofleets.eu">http://www.eurofleets.eu</a></li> <li>Prepare your proposal</li> <li>Create an account on the EF+ DMP Roadmap (<a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a>) and complete the preliminary DMP</li> <li>Submit your proposal on the official EurofleetsPlus submission website, together with a pdf of the DMP generated from DMP Roadmap</li> <li>Await confirmation that you are awarded the project</li> <li>Complete the final DMP on <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a></li> <li>Receive additional feedback from the reference data centres on improving the DMP</li> <li>Participate in the cruise</li> <li>Provide the metadata of the dataset(s) on the EurofleetsPlus data repository as soon as possible after the cruise</li> <li>Upload the data to the metadata record within 3 months after the cruise, unless you have specified an embargo period</li> </ol>', 1, 11, '2019-05-03 10:09:15.361589', '2019-05-03 10:09:15.361589', true, '5474e2ed-42b3-401c-ae63-d7a43173d072'); INSERT INTO public.phases VALUES (16, 'Phase 1: Preliminary DMP', '', 2, 11, '2019-05-03 10:09:15.374984', '2019-05-03 10:09:15.374984', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (17, 'Phase 2: Full DMP', '<p class="western" lang="en-GB"><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">These questions should only be addressed for the final DMP, after your cruise has been granted. Please recover and extend the answers from the preliminary DMP.<br /></span></span></span></span></span></p>', 3, 11, '2019-05-03 10:09:15.603889', '2019-05-03 10:16:22.93842', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (19, 'Phase 1: Preliminary DMP', '', 2, 12, '2019-05-03 12:17:19.562359', '2019-05-03 12:17:19.562359', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (20, 'Phase 2: Full DMP', '<p class="western" lang="en-GB"><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">These questions should only be addressed for the final DMP, after your cruise has been granted. Please recover and extend the answers from the preliminary DMP.<br /></span></span></span></span></span></p>', 3, 12, '2019-05-03 12:17:19.872899', '2019-05-03 12:17:19.872899', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (18, 'Guidance', '<p><strong>General guidelines</strong></p> <p>The Horizon 2020 Programme asks that the research output of its beneficiaries adheres to the FAIR principle and furthermore, that open access to research data is ensured to a maximal extent. Open access refers to the practice of providing online access to scientific information (publications and research data) that is free of charge to the end-user and reusable. FAIR data is findable, accessible, interoperable and readable.</p> <p>FAIR data may still be (partially) private, eg. when it is only shared under certain conditions. Open research data is freely available to anyone to access, use and share. Since 2017, open research data is the default option for H2020, while it is still possible to opt-out and select a more closed data model. For general H2020 projects, this may be because you want to protect your data before any publication has taken place, keep intellectual property rights for commercial purposes, or have privacy or security concerns. In summary, any EurofleetsPlus research data must be Findable, Accessible, Interoperable and Reusable for the group of users you as a research cruise principal investigator have defined; this may be anyone, with unrestricted access, in which case your data is considered open data.</p> <p>Within open data there are gradations, going from fully open (public domain), to legally obliging attribution, to barring commercial re-use etc. A good overview of open licenses can be found on CreativeCommons, <a title="https://creativecommons.org/licenses" href="https://creativecommons.org/licenses">https://creativecommons.org/licenses</a>. A further benefit is that these licenses are ready-for-use, unambiguous (as they already have a legal description), and are machine readable.</p> <p><strong>The default EurofleetsPlus license for cruise data is the public domain CC0-license, <a title="https://creativecommons.org/publicdomain/zero/1.0" href="https://creativecommons.org/publicdomain/zero/1.0">https://creativecommons.org/publicdomain/zero/1.0</a>, as re-using data should not be made unnecessarily complex.</strong></p> <p><strong>The metadata of your dataset(s) must be made available as soon as possible after the cruise ends. For the data, a default embargo period of 3 months is granted; you may waive this default period and provide the data earlier. You may extend this period, which must be reported in the DMP. The data should be provided before the end of your specified embargo period and before the next cruise call or the end of the whole EurofleetsPlus project, whichever comes first.</strong></p> <p>EurofleetsPlus applies the FAIR and Open principles of the H2020 framework on three levels: the EF+ project itself, the JRA research output and the TNA funded cruises. For this reason there will be two Data Management Plan (DMP) types in use: a general one for EurofleetsPlus, and one for each funded cruise, which must use the current document as a template. The DMP for cruises comes in two forms, a preliminary DMP at submission time and a final DMP after the cruise funding has been granted.</p> <p>We have based ourselves on the Guidelines on FAIR Data Management in Horizon 2020 (<a title="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf">http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf</a>) to define the template for the DMP. Some of the specifics, for instance those on the timing of any opt-out (see p. 3), make less sense in the EurofleetsPlus context, and are not applicable. Project data may be considered fully open from the start or the grantee may start out with open datasets, and later opt-out some datasets, for a good reason. The only way to opt-in a dataset is by having selected an embargo period (that must be specified at the time of writing the DMP).</p> <p><strong>For EurofleetsPlus, opting out of open data is possible at the time the preliminary DMP is created or after the project has been granted, at the time the final DMP is submitted, but only for data with a distinct commercialibility, or by extending the embargo period.</strong></p> <p>Project proposals will be judged on the completeness of the Data Management Plan and on what basis they enable their datasets to become FAIR. The DMP is a living document that follows the research lifecycle and should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your procedures. A data management plan prerecords the procedures you plan to follow with regards to data management, to ensure that they are actually followed.</p> <p><strong>Crucial elements like embargoes, opting-out data and licensing must be included as soon as possible in the DMP for the different types of datasets.</strong></p> <p><em>This document is a Data Management Plan in paper form, and contains a set of guidelines and the actual data management plan in textual form.</em> This document may be used to draft your Data Management Plan. However, as creating a data management plan is a dynamic process and as versioning is difficult to manage using word documents, we use an online DMP tool, called DMP Roadmap. This also facilitates managing a multitude of submissions.</p> <p><strong>The Data Management Plan (both the preliminary and full DMP) of a cruise proposal MUST be created with DMP Roadmap on the website <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a> and kept up-to-date after funding.</strong><br /><br />A preliminary DMP is created at the time of the project proposal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage. After the proposal is granted, the Data Management Plan will have to be completed in full. For this, you need to answer additional questions and extend your existing answers to cover the issues more in-depth. Three reference data management centres, assigned to a funded project, will review your DMP and provide feedback at that stage. The Data Management partners are the Hellenic Centre for Marine Research (HCMR) in Greece, the Istituto Nazionale di Oceanografia e di Geofisica Sperimentale (OGS) in Italy and the Belgian Marine Data Centre (BMDC).</p> <p>The EurofleetsPlus project will in due time provide the necessary infrastructure to make the data that is gathered during the funded cruises FAIR without any extra infrastructural work on your Institute''s part being necessary. The EurofleetsPlus infrastructure takes care of manual data (data originating from specific manual operations like sampling and deployments) and en-route data acquisition (salinity, temperature, depth etc. that are continuously measured). The Data Management Plan should detail the steps you will take to fill in the gaps in between the possibilities offered by the Eurofleets infrastructuren and how you will make use of them. The EurofleetsPlus infrastructure comprises:</p> <ul style="list-style-type: circle;"> <li>An EurofleetsPlus data sets catalogue (hosted on the EVIOR portal) will be ready around the beginning of July, which should be used to make your datasets findable, upon provision of adequate metadata. This system also provides the possibility to upload your data (data accessibility) after the cruise.</li> <li>However, this data is not yet ready for interoperability with existing datasets. The reference data centres will make your data available on European oceanographic data repositories (such as SeaDataCloud and EMODNet). This makes them interoperable with the other datasets there, ensuring your dataset''s reusablility.</li> <li>En-route data from your cruise will be standardised by using the Eurofleets Automatic Reporting System (EARS), which also makes en-route data available on the EVIOR portal.</li> </ul> <p><strong>Steps</strong></p> <ol> <li>Follow the webinar on FAIR, DMPs and DMP Roadmap via <a title="http://www.eurofleets.eu" href="http://www.eurofleets.eu">http://www.eurofleets.eu</a></li> <li>Prepare your proposal</li> <li>Create an account on the EF+ DMP Roadmap (<a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a>) and complete the preliminary DMP</li> <li>Submit your proposal on the official EurofleetsPlus submission website, together with a pdf of the DMP generated from DMP Roadmap</li> <li>Await confirmation that you are awarded the project</li> <li>Complete the final DMP on <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a></li> <li>Receive additional feedback from the reference data centres on improving the DMP</li> <li>Participate in the cruise</li> <li>Provide the metadata of the dataset(s) on the EurofleetsPlus data repository as soon as possible after the cruise</li> <li>Upload the data to the metadata record within 3 months after the cruise, unless you have specified an embargo period</li> </ol>', 1, 12, '2019-05-03 12:17:19.553085', '2019-05-03 12:17:19.553085', true, '5474e2ed-42b3-401c-ae63-d7a43173d072'); INSERT INTO public.phases VALUES (21, 'Guidance', '<p><strong>General guidelines</strong></p> <p>The Horizon 2020 Programme asks that the research output of its beneficiaries adheres to the FAIR principle and furthermore, that open access to research data is ensured to a maximal extent. Open access refers to the practice of providing online access to scientific information (publications and research data) that is free of charge to the end-user and reusable. FAIR data is findable, accessible, interoperable and readable.</p> <p>FAIR data may still be (partially) private, eg. when it is only shared under certain conditions. Open research data is freely available to anyone to access, use and share. Since 2017, open research data is the default option for H2020, while it is still possible to opt-out and select a more closed data model. For general H2020 projects, this may be because you want to protect your data before any publication has taken place, keep intellectual property rights for commercial purposes, or have privacy or security concerns. In summary, any EurofleetsPlus research data must be Findable, Accessible, Interoperable and Reusable for the group of users you as a research cruise principal investigator have defined; this may be anyone, with unrestricted access, in which case your data is considered open data.</p> <p>Within open data there are gradations, going from fully open (public domain), to legally obliging attribution, to barring commercial re-use etc. A good overview of open licenses can be found on CreativeCommons, <a title="https://creativecommons.org/licenses" href="https://creativecommons.org/licenses">https://creativecommons.org/licenses</a>. A further benefit is that these licenses are ready-for-use, unambiguous (as they already have a legal description), and are machine readable.</p> <p><strong>The default EurofleetsPlus license for cruise data is the public domain CC0-license, <a title="https://creativecommons.org/publicdomain/zero/1.0" href="https://creativecommons.org/publicdomain/zero/1.0">https://creativecommons.org/publicdomain/zero/1.0</a>, as re-using data should not be made unnecessarily complex.</strong></p> <p><strong>The metadata of your dataset(s) must be made available as soon as possible after the cruise ends. For the data, a default embargo period of 3 months is granted; you may waive this default period and provide the data earlier. You may extend this period, which must be reported in the DMP. The data should be provided before the end of your specified embargo period and before the next cruise call or the end of the whole EurofleetsPlus project, whichever comes first.</strong></p> <p>EurofleetsPlus applies the FAIR and Open principles of the H2020 framework on three levels: the EF+ project itself, the JRA research output and the TNA funded cruises. For this reason there will be two Data Management Plan (DMP) types in use: a general one for EurofleetsPlus, and one for each funded cruise, which must use the current document as a template. The DMP for cruises comes in two forms, a preliminary DMP at submission time and a final DMP after the cruise funding has been granted.</p> <p>We have based ourselves on the Guidelines on FAIR Data Management in Horizon 2020 (<a title="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf">http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf</a>) to define the template for the DMP. Some of the specifics, for instance those on the timing of any opt-out (see p. 3), make less sense in the EurofleetsPlus context, and are not applicable. Project data may be considered fully open from the start or the grantee may start out with open datasets, and later opt-out some datasets, for a good reason. The only way to opt-in a dataset is by having selected an embargo period (that must be specified at the time of writing the DMP).</p> <p><strong>For EurofleetsPlus, opting out of open data is possible at the time the preliminary DMP is created or after the project has been granted, at the time the final DMP is submitted, but only for data with a distinct commercialibility, or by extending the embargo period.</strong></p> <p>Project proposals will be judged on the completeness of the Data Management Plan and on what basis they enable their datasets to become FAIR. The DMP is a living document that follows the research lifecycle and should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your procedures. A data management plan prerecords the procedures you plan to follow with regards to data management, to ensure that they are actually followed.</p> <p><strong>Crucial elements like embargoes, opting-out data and licensing must be included as soon as possible in the DMP for the different types of datasets.</strong></p> <p><em>This document is a Data Management Plan in paper form, and contains a set of guidelines and the actual data management plan in textual form.</em> This document may be used to draft your Data Management Plan. However, as creating a data management plan is a dynamic process and as versioning is difficult to manage using word documents, we use an online DMP tool, called DMP Roadmap. This also facilitates managing a multitude of submissions.</p> <p><strong>The Data Management Plan (both the preliminary and full DMP) of a cruise proposal MUST be created with DMP Roadmap on the website <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a> and kept up-to-date after funding.</strong><br /><br />A preliminary DMP is created at the time of the project proposal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage. After the proposal is granted, the Data Management Plan will have to be completed in full. For this, you need to answer additional questions and extend your existing answers to cover the issues more in-depth. Three reference data management centres, assigned to a funded project, will review your DMP and provide feedback at that stage. The Data Management partners are the Hellenic Centre for Marine Research (HCMR) in Greece, the Istituto Nazionale di Oceanografia e di Geofisica Sperimentale (OGS) in Italy and the Belgian Marine Data Centre (BMDC).</p> <p>The EurofleetsPlus project will in due time provide the necessary infrastructure to make the data that is gathered during the funded cruises FAIR without any extra infrastructural work on your Institute''s part being necessary. The EurofleetsPlus infrastructure takes care of manual data (data originating from specific manual operations like sampling and deployments) and en-route data acquisition (salinity, temperature, depth etc. that are continuously measured). The Data Management Plan should detail the steps you will take to fill in the gaps in between the possibilities offered by the Eurofleets infrastructuren and how you will make use of them. The EurofleetsPlus infrastructure comprises:</p> <ul style="list-style-type: circle;"> <li>An EurofleetsPlus data sets catalogue (hosted on the EVIOR portal) will be ready around the beginning of July, which should be used to make your datasets findable, upon provision of adequate metadata. This system also provides the possibility to upload your data (data accessibility) after the cruise.</li> <li>However, this data is not yet ready for interoperability with existing datasets. The reference data centres will make your data available on European oceanographic data repositories (such as SeaDataCloud and EMODNet). This makes them interoperable with the other datasets there, ensuring your dataset''s reusablility.</li> <li>En-route data from your cruise will be standardised by using the Eurofleets Automatic Reporting System (EARS), which also makes en-route data available on the EVIOR portal.</li> </ul> <p><strong>Steps</strong></p> <ol> <li>Follow the webinar on FAIR, DMPs and DMP Roadmap via <a title="http://www.eurofleets.eu" href="http://www.eurofleets.eu">http://www.eurofleets.eu</a></li> <li>Prepare your proposal</li> <li>Create an account on the EF+ DMP Roadmap (<a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a>) and complete the preliminary DMP</li> <li>Submit your proposal on the official EurofleetsPlus submission website, together with a pdf of the DMP generated from DMP Roadmap</li> <li>Await confirmation that you are awarded the project</li> <li>Complete the final DMP on <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a></li> <li>Receive additional feedback from the reference data centres on improving the DMP</li> <li>Participate in the cruise</li> <li>Provide the metadata of the dataset(s) on the EurofleetsPlus data repository as soon as possible after the cruise</li> <li>Upload the data to the metadata record within 3 months after the cruise, unless you have specified an embargo period</li> </ol>', 1, 13, '2019-05-03 12:21:05.17491', '2019-05-03 12:21:05.17491', true, '5474e2ed-42b3-401c-ae63-d7a43173d072'); INSERT INTO public.phases VALUES (22, 'Phase 1: Preliminary DMP', '', 2, 13, '2019-05-03 12:21:05.195698', '2019-05-03 12:21:05.195698', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (23, 'Phase 2: Full DMP', '<p class="western" lang="en-GB"><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">These questions should only be addressed for the final DMP, after your cruise has been granted. Please recover and extend the answers from the preliminary DMP.<br /></span></span></span></span></span></p>', 3, 13, '2019-05-03 12:21:05.460705', '2019-05-03 12:21:05.460705', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (24, 'Guidance', '<p><strong>General guidelines</strong></p> <p>The Horizon 2020 Programme asks that the research output of its beneficiaries adheres to the FAIR principle and furthermore, that open access to research data is ensured to a maximal extent. Open access refers to the practice of providing online access to scientific information (publications and research data) that is free of charge to the end-user and reusable. FAIR data is findable, accessible, interoperable and readable.</p> <p>FAIR data may still be (partially) private, eg. when it is only shared under certain conditions. Open research data is freely available to anyone to access, use and share. Since 2017, open research data is the default option for H2020, while it is still possible to opt-out and select a more closed data model. For general H2020 projects, this may be because you want to protect your data before any publication has taken place, keep intellectual property rights for commercial purposes, or have privacy or security concerns. In summary, any EurofleetsPlus research data must be Findable, Accessible, Interoperable and Reusable for the group of users you as a research cruise principal investigator have defined; this may be anyone, with unrestricted access, in which case your data is considered open data.</p> <p>Within open data there are gradations, going from fully open (public domain), to legally obliging attribution, to barring commercial re-use etc. A good overview of open licenses can be found on CreativeCommons, <a title="https://creativecommons.org/licenses" href="https://creativecommons.org/licenses">https://creativecommons.org/licenses</a>. A further benefit is that these licenses are ready-for-use, unambiguous (as they already have a legal description), and are machine readable.</p> <p><strong>The default EurofleetsPlus license for cruise data is the public domain CC0-license, <a title="https://creativecommons.org/publicdomain/zero/1.0" href="https://creativecommons.org/publicdomain/zero/1.0">https://creativecommons.org/publicdomain/zero/1.0</a>, as re-using data should not be made unnecessarily complex.</strong></p> <p><strong>The metadata of your dataset(s) must be made available as soon as possible after the cruise ends. For the data, a default embargo period of 3 months is granted; you may waive this default period and provide the data earlier. You may extend this period, which must be reported in the DMP. The data should be provided before the end of your specified embargo period and before the next cruise call or the end of the whole EurofleetsPlus project, whichever comes first.</strong></p> <p>EurofleetsPlus applies the FAIR and Open principles of the H2020 framework on three levels: the EF+ project itself, the JRA research output and the TNA funded cruises. For this reason there will be two Data Management Plan (DMP) types in use: a general one for EurofleetsPlus, and one for each funded cruise, which must use the current document as a template. The DMP for cruises comes in two forms, a preliminary DMP at submission time and a final DMP after the cruise funding has been granted.</p> <p>We have based ourselves on the Guidelines on FAIR Data Management in Horizon 2020 (<a title="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf">http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf</a>) to define the template for the DMP. Some of the specifics, for instance those on the timing of any opt-out (see p. 3), make less sense in the EurofleetsPlus context, and are not applicable. Project data may be considered fully open from the start or the grantee may start out with open datasets, and later opt-out some datasets, for a good reason. The only way to opt-in a dataset is by having selected an embargo period (that must be specified at the time of writing the DMP).</p> <p><strong>For EurofleetsPlus, opting out of open data is possible at the time the preliminary DMP is created or after the project has been granted, at the time the final DMP is submitted, but only for data with a distinct commercialibility, or by extending the embargo period.</strong></p> <p>Project proposals will be judged on the completeness of the Data Management Plan and on what basis they enable their datasets to become FAIR. The DMP is a living document that follows the research lifecycle and should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your procedures. A data management plan prerecords the procedures you plan to follow with regards to data management, to ensure that they are actually followed.</p> <p><strong>Crucial elements like embargoes, opting-out data and licensing must be included as soon as possible in the DMP for the different types of datasets.</strong></p> <p><em>This document is a Data Management Plan in paper form, and contains a set of guidelines and the actual data management plan in textual form.</em> This document may be used to draft your Data Management Plan. However, as creating a data management plan is a dynamic process and as versioning is difficult to manage using word documents, we use an online DMP tool, called DMP Roadmap. This also facilitates managing a multitude of submissions.</p> <p><strong>The Data Management Plan (both the preliminary and full DMP) of a cruise proposal MUST be created with DMP Roadmap on the website <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a> and kept up-to-date after funding.</strong><br /><br />A preliminary DMP is created at the time of the project proposal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage. After the proposal is granted, the Data Management Plan will have to be completed in full. For this, you need to answer additional questions and extend your existing answers to cover the issues more in-depth. Three reference data management centres, assigned to a funded project, will review your DMP and provide feedback at that stage. The Data Management partners are the Hellenic Centre for Marine Research (HCMR) in Greece, the Istituto Nazionale di Oceanografia e di Geofisica Sperimentale (OGS) in Italy and the Belgian Marine Data Centre (BMDC).</p> <p>The EurofleetsPlus project will in due time provide the necessary infrastructure to make the data that is gathered during the funded cruises FAIR without any extra infrastructural work on your Institute''s part being necessary. The EurofleetsPlus infrastructure takes care of manual data (data originating from specific manual operations like sampling and deployments) and en-route data acquisition (salinity, temperature, depth etc. that are continuously measured). The Data Management Plan should detail the steps you will take to fill in the gaps in between the possibilities offered by the Eurofleets infrastructuren and how you will make use of them. The EurofleetsPlus infrastructure comprises:</p> <ul style="list-style-type: circle;"> <li>An EurofleetsPlus data sets catalogue (hosted on the EVIOR portal) will be ready around the beginning of July, which should be used to make your datasets findable, upon provision of adequate metadata. This system also provides the possibility to upload your data (data accessibility) after the cruise.</li> <li>However, this data is not yet ready for interoperability with existing datasets. The reference data centres will make your data available on European oceanographic data repositories (such as SeaDataCloud and EMODNet). This makes them interoperable with the other datasets there, ensuring your dataset''s reusablility.</li> <li>En-route data from your cruise will be standardised by using the Eurofleets Automatic Reporting System (EARS), which also makes en-route data available on the EVIOR portal.</li> </ul> <p><strong>Steps</strong></p> <ol> <li>Follow the webinar on FAIR, DMPs and DMP Roadmap via <a title="http://www.eurofleets.eu" href="http://www.eurofleets.eu">http://www.eurofleets.eu</a></li> <li>Prepare your proposal</li> <li>Create an account on the EF+ DMP Roadmap (<a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a>) and complete the preliminary DMP</li> <li>Submit your proposal on the official EurofleetsPlus submission website, together with a pdf of the DMP generated from DMP Roadmap</li> <li>Await confirmation that you are awarded the project</li> <li>Complete the final DMP on <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a></li> <li>Receive additional feedback from the reference data centres on improving the DMP</li> <li>Participate in the cruise</li> <li>Provide the metadata of the dataset(s) on the EurofleetsPlus data repository as soon as possible after the cruise</li> <li>Upload the data to the metadata record within 3 months after the cruise, unless you have specified an embargo period</li> </ol>', 1, 14, '2019-05-03 13:33:23.72005', '2019-05-03 13:33:23.72005', true, '5474e2ed-42b3-401c-ae63-d7a43173d072'); INSERT INTO public.phases VALUES (25, 'Phase 1: Preliminary DMP', '', 2, 14, '2019-05-03 13:33:23.758291', '2019-05-03 13:33:23.758291', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (26, 'Phase 2: Full DMP', '<p class="western" lang="en-GB"><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">These questions should only be addressed for the final DMP, after your cruise has been granted. Please recover and extend the answers from the preliminary DMP.<br /></span></span></span></span></span></p>', 3, 14, '2019-05-03 13:33:24.032862', '2019-05-03 13:33:24.032862', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); INSERT INTO public.phases VALUES (27, 'Guidance', '<p><strong>General guidelines</strong></p> <p>The Horizon 2020 Programme asks that the research output of its beneficiaries adheres to the FAIR principle and furthermore, that open access to research data is ensured to a maximal extent. Open access refers to the practice of providing online access to scientific information (publications and research data) that is free of charge to the end-user and reusable. FAIR data is findable, accessible, interoperable and readable.</p> <p>FAIR data may still be (partially) private, eg. when it is only shared under certain conditions. Open research data is freely available to anyone to access, use and share. Since 2017, open research data is the default option for H2020, while it is still possible to opt-out and select a more closed data model. For general H2020 projects, this may be because you want to protect your data before any publication has taken place, keep intellectual property rights for commercial purposes, or have privacy or security concerns. In summary, any EurofleetsPlus research data must be Findable, Accessible, Interoperable and Reusable for the group of users you as a research cruise principal investigator have defined; this may be anyone, with unrestricted access, in which case your data is considered open data.</p> <p>Within open data there are gradations, going from fully open (public domain), to legally obliging attribution, to barring commercial re-use etc. A good overview of open licenses can be found on CreativeCommons, <a title="https://creativecommons.org/licenses" href="https://creativecommons.org/licenses">https://creativecommons.org/licenses</a>. A further benefit is that these licenses are ready-for-use, unambiguous (as they already have a legal description), and are machine readable.</p> <p><strong>The default EurofleetsPlus license for cruise data is the public domain CC0-license, <a title="https://creativecommons.org/publicdomain/zero/1.0" href="https://creativecommons.org/publicdomain/zero/1.0">https://creativecommons.org/publicdomain/zero/1.0</a>, as re-using data should not be made unnecessarily complex.</strong></p> <p><strong>The metadata of your dataset(s) must be made available as soon as possible after the cruise ends. For the data, a default embargo period of 3 months is granted; you may waive this default period and provide the data earlier. You may extend this period, which must be reported in the DMP. The data should be provided before the end of your specified embargo period and before the next cruise call or the end of the whole EurofleetsPlus project, whichever comes first.</strong></p> <p>EurofleetsPlus applies the FAIR and Open principles of the H2020 framework on three levels: the EF+ project itself, the JRA research output and the TNA funded cruises. For this reason there will be two Data Management Plan (DMP) types in use: a general one for EurofleetsPlus, and one for each funded cruise, which must use the current document as a template. The DMP for cruises comes in two forms, a preliminary DMP at submission time and a final DMP after the cruise funding has been granted.</p> <p>We have based ourselves on the Guidelines on FAIR Data Management in Horizon 2020 (<a title="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf">http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf</a>) to define the template for the DMP. Some of the specifics, for instance those on the timing of any opt-out (see p. 3), make less sense in the EurofleetsPlus context, and are not applicable. Project data may be considered fully open from the start or the grantee may start out with open datasets, and later opt-out some datasets, for a good reason. The only way to opt-in a dataset is by having selected an embargo period (that must be specified at the time of writing the DMP).</p> <p><strong>For EurofleetsPlus, opting out of open data is possible at the time the preliminary DMP is created or after the project has been granted, at the time the final DMP is submitted, but only for data with a distinct commercialibility, or by extending the embargo period.</strong></p> <p>Project proposals will be judged on the completeness of the Data Management Plan and on what basis they enable their datasets to become FAIR. The DMP is a living document that follows the research lifecycle and should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your procedures. A data management plan prerecords the procedures you plan to follow with regards to data management, to ensure that they are actually followed.</p> <p><strong>Crucial elements like embargoes, opting-out data and licensing must be included as soon as possible in the DMP for the different types of datasets.</strong></p> <p><em>This document is a Data Management Plan in paper form, and contains a set of guidelines and the actual data management plan in textual form.</em> This document may be used to draft your Data Management Plan. However, as creating a data management plan is a dynamic process and as versioning is difficult to manage using word documents, we use an online DMP tool, called DMP Roadmap. This also facilitates managing a multitude of submissions.</p> <p><strong>The Data Management Plan (both the preliminary and full DMP) of a cruise proposal MUST be created with DMP Roadmap on the website <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a> and kept up-to-date after funding.</strong><br /><br />A preliminary DMP is created at the time of the project proposal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage. After the proposal is granted, the Data Management Plan will have to be completed in full. For this, you need to answer additional questions and extend your existing answers to cover the issues more in-depth. Three reference data management centres, assigned to a funded project, will review your DMP and provide feedback at that stage. The Data Management partners are the Hellenic Centre for Marine Research (HCMR) in Greece, the Istituto Nazionale di Oceanografia e di Geofisica Sperimentale (OGS) in Italy and the Belgian Marine Data Centre (BMDC).</p> <p>The EurofleetsPlus project will in due time provide the necessary infrastructure to make the data that is gathered during the funded cruises FAIR without any extra infrastructural work on your Institute''s part being necessary. The EurofleetsPlus infrastructure takes care of manual data (data originating from specific manual operations like sampling and deployments) and en-route data acquisition (salinity, temperature, depth etc. that are continuously measured). The Data Management Plan should detail the steps you will take to fill in the gaps in between the possibilities offered by the Eurofleets infrastructuren and how you will make use of them. The EurofleetsPlus infrastructure comprises:</p> <ul style="list-style-type: circle;"> <li>An EurofleetsPlus data sets catalogue (hosted on the EVIOR portal) will be ready around the beginning of July, which should be used to make your datasets findable, upon provision of adequate metadata. This system also provides the possibility to upload your data (data accessibility) after the cruise.</li> <li>However, this data is not yet ready for interoperability with existing datasets. The reference data centres will make your data available on European oceanographic data repositories (such as SeaDataCloud and EMODNet). This makes them interoperable with the other datasets there, ensuring your dataset''s reusablility.</li> <li>En-route data from your cruise will be standardised by using the Eurofleets Automatic Reporting System (EARS), which also makes en-route data available on the EVIOR portal.</li> </ul> <p><strong>Steps</strong></p> <ol> <li>Follow the webinar on FAIR, DMPs and DMP Roadmap via <a title="http://www.eurofleets.eu" href="http://www.eurofleets.eu">http://www.eurofleets.eu</a></li> <li>Prepare your proposal</li> <li>Create an account on the EF+ DMP Roadmap (<a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a>) and complete the preliminary DMP</li> <li>Submit your proposal on the official EurofleetsPlus submission website, together with a pdf of the DMP generated from DMP Roadmap</li> <li>Await confirmation that you are awarded the project</li> <li>Complete the final DMP on <a title="http://dmp.ef-ears.eu" href="http://dmp.ef-ears.eu">http://dmp.ef-ears.eu</a></li> <li>Receive additional feedback from the reference data centres on improving the DMP</li> <li>Participate in the cruise</li> <li>Provide the metadata of the dataset(s) on the EurofleetsPlus data repository as soon as possible after the cruise</li> <li>Upload the data to the metadata record within 3 months after the cruise, unless you have specified an embargo period</li> </ol>', 1, 15, '2019-05-03 13:37:28.249283', '2019-05-03 13:37:28.249283', true, '5474e2ed-42b3-401c-ae63-d7a43173d072'); INSERT INTO public.phases VALUES (28, 'Phase 1: Preliminary DMP', '', 2, 15, '2019-05-03 13:37:28.284446', '2019-05-03 13:37:28.284446', true, 'a8e3661e-29bf-431f-b238-4234cd87b057'); INSERT INTO public.phases VALUES (29, 'Phase 2: Full DMP', '<p class="western" lang="en-GB"><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">These questions should only be addressed for the final DMP, after your cruise has been granted. Please recover and extend the answers from the preliminary DMP.<br /></span></span></span></span></span></p>', 3, 15, '2019-05-03 13:37:28.610496', '2019-05-03 13:37:28.610496', true, 'ed4cd2c7-e8a2-4af3-ac38-3877f2ab2ef3'); -- -- TOC entry 2594 (class 0 OID 1898271) -- Dependencies: 214 -- Data for Name: plans; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.plans VALUES (17, 'Thomas''s Plan', 10, '2019-05-03 10:56:58.179365', '2019-05-03 10:56:58.179365', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); INSERT INTO public.plans VALUES (18, '<NAME>', 11, '2019-05-03 10:58:23.311293', '2019-05-03 10:58:23.311293', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); INSERT INTO public.plans VALUES (19, 'pLAN', 11, '2019-05-03 12:18:15.767452', '2019-05-03 12:18:15.767452', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); INSERT INTO public.plans VALUES (20, 'Thomas''<NAME>', 12, '2019-05-03 12:19:26.258772', '2019-05-03 12:19:26.258772', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); INSERT INTO public.plans VALUES (22, 'EF cruise subarctic krill', 13, '2019-05-03 12:33:34.299439', '2019-05-03 13:31:35.664862', 'B-6546-2S/FF', '', 'This proposal tries to... and will... and then...', '<NAME>', '', '', 'EurofleetsPlus', 3, '', '', '<EMAIL>', '', false, false); INSERT INTO public.plans VALUES (23, 'Thomas''s Plan', 13, '2019-05-03 13:33:44.318121', '2019-05-03 13:33:44.318121', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); INSERT INTO public.plans VALUES (21, 'MyPlan', 13, '2019-05-03 12:22:14.635412', '2019-05-03 13:35:07.654377', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); INSERT INTO public.plans VALUES (24, 'Latest test', 14, '2019-05-03 13:35:25.911585', '2019-05-03 13:35:50.300532', NULL, NULL, NULL, '<NAME>', NULL, NULL, 'EurofleetsPlus', 3, NULL, NULL, '<EMAIL>', NULL, false, false); -- -- TOC entry 2596 (class 0 OID 1898286) -- Dependencies: 216 -- Data for Name: plans_guidance_groups; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2598 (class 0 OID 1898295) -- Dependencies: 218 -- Data for Name: prefs; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2600 (class 0 OID 1898306) -- Dependencies: 220 -- Data for Name: question_formats; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.question_formats VALUES (1, 'Text area', 'http://test.host', '2019-04-11 13:04:57.759594', '2019-04-11 13:04:57.759594', false, 0); INSERT INTO public.question_formats VALUES (2, 'Text field', 'http://test.host', '2019-04-11 13:04:57.766077', '2019-04-11 13:04:57.766077', false, 1); INSERT INTO public.question_formats VALUES (3, 'Radio buttons', 'http://test.host', '2019-04-11 13:04:57.772622', '2019-04-11 13:04:57.772622', true, 2); INSERT INTO public.question_formats VALUES (4, 'Check box', 'http://test.host', '2019-04-11 13:04:57.779437', '2019-04-11 13:04:57.779437', true, 3); INSERT INTO public.question_formats VALUES (5, 'Dropdown', 'http://test.host', '2019-04-11 13:04:57.785811', '2019-04-11 13:04:57.785811', true, 4); INSERT INTO public.question_formats VALUES (6, 'Multi select box', 'http://test.host', '2019-04-11 13:04:57.79209', '2019-04-11 13:04:57.79209', true, 5); INSERT INTO public.question_formats VALUES (7, 'Date', 'http://test.host', '2019-04-11 13:04:57.7981', '2019-04-11 13:04:57.7981', false, 6); -- -- TOC entry 2602 (class 0 OID 1898319) -- Dependencies: 222 -- Data for Name: question_options; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2604 (class 0 OID 1898331) -- Dependencies: 224 -- Data for Name: questions; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.questions VALUES (29, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 18, '2019-04-11 15:57:21.434669', '2019-04-11 15:57:21.434669', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (30, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Who will be the principal users of the data? </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Users are both active (those that clean up or analyse the data) and passive (those that read or assess the data).</span></span></span></p>', '', 2, 18, '2019-04-11 16:00:42.529639', '2019-04-11 16:00:42.529639', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (31, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 19, '2019-04-18 09:29:04.374205', '2019-04-18 09:29:04.374205', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (32, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 19, '2019-04-18 09:29:04.384106', '2019-04-18 09:29:04.384106', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (33, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 19, '2019-04-18 09:29:26.098602', '2019-04-18 09:29:26.098602', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (34, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 19, '2019-04-18 09:29:41.14206', '2019-04-18 09:29:41.14206', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (35, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 20, '2019-04-18 09:32:12.419744', '2019-04-18 09:32:12.419744', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (36, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to create the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 20, '2019-04-18 09:33:04.639339', '2019-04-18 09:33:04.639339', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (37, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 21, '2019-04-18 09:33:46.153314', '2019-04-18 09:33:46.153314', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (38, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positive to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 21, '2019-04-18 09:34:22.243828', '2019-04-18 09:34:22.243828', 1, true, NULL, '81c81ed7-d0bb-4a25-8cba-a3dfcf2597ea'); INSERT INTO public.questions VALUES (39, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How many months after the cruise will you provide the data?</span></span></span></p>', '', 3, 21, '2019-04-18 09:34:36.60034', '2019-04-18 09:34:36.60034', 1, true, NULL, '243484bf-751d-411b-9b7c-81990c96e0d8'); INSERT INTO public.questions VALUES (40, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the Eurofleets data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 4, 21, '2019-04-18 09:34:45.080973', '2019-04-18 09:34:45.080973', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (41, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 22, '2019-04-18 09:39:55.522946', '2019-04-18 09:39:55.522946', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (42, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 23, '2019-04-18 10:06:25.248098', '2019-04-18 10:06:25.248098', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (57, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 32, '2019-04-18 10:38:02.646527', '2019-04-18 10:38:02.646527', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (43, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 23, '2019-04-18 10:10:22.467218', '2019-04-18 10:10:22.467218', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (44, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 25, '2019-04-18 10:12:31.131928', '2019-04-18 10:12:31.131928', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (45, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 27, '2019-04-18 10:13:28.673218', '2019-04-18 10:13:28.673218', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (46, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 28, '2019-04-18 10:38:02.440961', '2019-04-18 10:38:02.440961', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (47, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 28, '2019-04-18 10:38:02.451517', '2019-04-18 10:38:02.451517', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (48, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 28, '2019-04-18 10:38:02.460547', '2019-04-18 10:38:02.460547', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (49, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 28, '2019-04-18 10:38:02.470957', '2019-04-18 10:38:02.470957', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (50, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 29, '2019-04-18 10:38:02.494059', '2019-04-18 10:38:02.494059', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (51, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to create the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 29, '2019-04-18 10:38:02.508429', '2019-04-18 10:38:02.508429', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (52, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 30, '2019-04-18 10:38:02.537781', '2019-04-18 10:38:02.537781', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (53, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positive to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 30, '2019-04-18 10:38:02.567888', '2019-04-18 10:38:02.567888', 1, true, NULL, '81c81ed7-d0bb-4a25-8cba-a3dfcf2597ea'); INSERT INTO public.questions VALUES (56, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 31, '2019-04-18 10:38:02.621171', '2019-04-18 10:38:02.621171', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (55, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the Eurofleets data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 30, '2019-04-18 10:38:02.59872', '2019-04-18 10:39:34.010797', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (58, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 32, '2019-04-18 10:38:02.668645', '2019-04-18 10:38:02.668645', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (59, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 34, '2019-04-18 10:38:02.701662', '2019-04-18 10:38:02.701662', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (60, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 36, '2019-04-18 10:38:02.728925', '2019-04-18 10:38:02.728925', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (61, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 37, '2019-04-18 13:17:49.592795', '2019-04-18 13:17:49.592795', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (62, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to create the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 37, '2019-04-18 13:17:49.609891', '2019-04-18 13:17:49.609891', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (63, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 38, '2019-04-18 13:17:49.652882', '2019-04-18 13:17:49.652882', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (64, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positive to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 38, '2019-04-18 13:17:49.66443', '2019-04-18 13:17:49.66443', 1, true, NULL, '81c81ed7-d0bb-4a25-8cba-a3dfcf2597ea'); INSERT INTO public.questions VALUES (65, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the Eurofleets data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 38, '2019-04-18 13:17:49.677081', '2019-04-18 13:17:49.677081', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (66, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 39, '2019-04-18 13:17:49.697922', '2019-04-18 13:17:49.697922', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (67, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 40, '2019-04-18 13:17:49.726282', '2019-04-18 13:17:49.726282', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (68, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 40, '2019-04-18 13:17:49.755177', '2019-04-18 13:17:49.755177', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (69, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 43, '2019-04-18 13:17:49.794518', '2019-04-18 13:17:49.794518', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (70, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 44, '2019-04-18 13:17:49.82294', '2019-04-18 13:17:49.82294', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (71, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 44, '2019-04-18 13:17:49.835214', '2019-04-18 13:17:49.835214', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (72, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 44, '2019-04-18 13:17:49.844673', '2019-04-18 13:17:49.844673', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (73, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 44, '2019-04-18 13:17:49.855354', '2019-04-18 13:17:49.855354', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (74, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 45, '2019-04-18 13:17:49.873424', '2019-04-18 13:17:49.873424', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (75, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 46, '2019-05-03 10:09:15.387762', '2019-05-03 10:09:15.387762', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (77, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 47, '2019-05-03 10:09:15.422271', '2019-05-03 10:09:15.422271', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (80, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 48, '2019-05-03 10:09:15.458104', '2019-05-03 10:09:15.458104', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (81, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 49, '2019-05-03 10:09:15.477307', '2019-05-03 10:09:15.477307', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (82, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 49, '2019-05-03 10:09:15.494304', '2019-05-03 10:09:15.494304', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (83, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 52, '2019-05-03 10:09:15.523511', '2019-05-03 10:09:15.523511', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (84, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 53, '2019-05-03 10:09:15.540448', '2019-05-03 10:09:15.540448', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (85, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 53, '2019-05-03 10:09:15.551008', '2019-05-03 10:09:15.551008', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (86, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 53, '2019-05-03 10:09:15.560953', '2019-05-03 10:09:15.560953', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (87, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 53, '2019-05-03 10:09:15.57149', '2019-05-03 10:09:15.57149', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (88, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 54, '2019-05-03 10:09:15.589278', '2019-05-03 10:09:15.589278', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (76, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to adapt the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 46, '2019-05-03 10:09:15.398553', '2019-05-03 10:09:15.398553', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (79, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EuroFleets/SeaDataNet </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 47, '2019-05-03 10:09:15.440511', '2019-05-03 10:11:43.331818', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (89, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 56, '2019-05-03 10:16:49.983253', '2019-05-03 10:17:01.368447', 1, true, NULL, '0cec5c71-8e32-4940-87dc-3afed0d6778f'); INSERT INTO public.questions VALUES (90, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect </span></span></span></p>', '', 2, 56, '2019-05-03 10:17:16.96821', '2019-05-03 10:17:16.96821', 1, true, NULL, '78e199c1-1893-497c-b4a1-65d4f247e9a7'); INSERT INTO public.questions VALUES (91, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 56, '2019-05-03 10:17:31.141963', '2019-05-03 10:17:31.141963', 1, true, NULL, 'af0d3d86-28e6-4806-990d-8854032609ec'); INSERT INTO public.questions VALUES (92, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 56, '2019-05-03 10:17:44.597625', '2019-05-03 10:17:44.597625', 1, true, NULL, 'a8a80ed4-2684-4a53-ac0b-1b58b8ea0141'); INSERT INTO public.questions VALUES (93, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">What is the expected size (Megabyte to Terabyte range) of the data? </span></span></span></span></p>', '', 5, 56, '2019-05-03 10:17:59.552138', '2019-05-03 10:17:59.552138', 1, true, NULL, '344ffa73-e7cc-4eb8-942d-6c45a5edb91d'); INSERT INTO public.questions VALUES (94, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Who will be the principal users of the data? Users are both active (those that clean up or analyse the data) and passive (those that read or assess the data).</span></span></span></span></p>', '', 6, 56, '2019-05-03 10:18:11.12795', '2019-05-03 10:18:11.12795', 1, true, NULL, '6a4bf93d-6e48-490f-96e4-17a5d4096d2f'); INSERT INTO public.questions VALUES (95, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What naming conventions for your data files will you follow? </span></span></span></p>', '', 1, 57, '2019-05-03 10:19:40.004814', '2019-05-03 10:19:40.004814', 1, true, NULL, 'b9ac412d-dad4-4cbb-8e30-fa6b9e8115dd'); INSERT INTO public.questions VALUES (96, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 2, 57, '2019-05-03 10:19:52.246287', '2019-05-03 10:19:52.246287', 1, true, NULL, '488c18b9-4f67-4b88-b3e8-bc0d05922add'); INSERT INTO public.questions VALUES (97, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you foresee a need for different versions of the data? Both for your own internal use and when publishing the data? E.g. for some analyses the data might need reorganisation from a common ancestor. Which versioning scheme do you have in mind?</span></span></span></p>', '', 3, 57, '2019-05-03 10:20:04.14238', '2019-05-03 10:20:04.14238', 1, true, NULL, 'd60057f2-9f61-461b-ba33-7117bd607694'); INSERT INTO public.questions VALUES (112, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How long is it intended that the data remains re-usable?</span></span></span></p>', '', 4, 60, '2019-05-03 10:32:34.232591', '2019-05-03 10:32:34.232591', 1, true, NULL, '04cd7b66-439e-4119-8e38-f5a9311f3cb7'); INSERT INTO public.questions VALUES (98, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">adapt</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 4, 57, '2019-05-03 10:20:35.877376', '2019-05-03 10:20:35.877376', 1, true, NULL, 'cbcdae3c-ab2a-4f1b-99ae-4c8c4e0cb0f8'); INSERT INTO public.questions VALUES (99, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 58, '2019-05-03 10:24:12.565127', '2019-05-03 10:24:12.565127', 1, true, NULL, '9503897c-b0c1-4e36-a845-4eb229387f82'); INSERT INTO public.questions VALUES (100, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positively to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 58, '2019-05-03 10:24:29.510399', '2019-05-03 10:24:29.510399', 1, true, NULL, '420c199c-88ae-4bca-a3b2-f5570963a7b9'); INSERT INTO public.questions VALUES (101, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the EuroFleets/SeaDataNet data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 58, '2019-05-03 10:24:40.012713', '2019-05-03 10:24:40.012713', 1, true, NULL, 'bd7ce45c-66e7-40ea-9aa6-bb248fbd9f16'); INSERT INTO public.questions VALUES (102, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What methods or software tools are needed to access the data? </span></span></span></p>', '', 4, 58, '2019-05-03 10:24:57.774176', '2019-05-03 10:24:57.774176', 1, true, NULL, 'dc0b191a-baee-4127-95fa-3e3b6f16bb51'); INSERT INTO public.questions VALUES (103, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is documentation about the software needed to access the data included?</span></span></span></p>', '', 5, 58, '2019-05-03 10:25:07.423658', '2019-05-03 10:25:07.423658', 1, true, NULL, 'f6217eb3-2b53-4ef1-bce6-2bf7833544ca'); INSERT INTO public.questions VALUES (104, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is it possible to include the relevant software (e.g. in open source code)?</span></span></span></p>', '', 6, 58, '2019-05-03 10:25:24.734055', '2019-05-03 10:25:24.734055', 1, true, NULL, '80131cc4-cb82-4f10-8a62-bf61f6b9ce65'); INSERT INTO public.questions VALUES (105, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Where will the documentation and code be deposited? Preference should be given to certified repositories which support open access where possible.</span></span></span></p>', '', 7, 58, '2019-05-03 10:25:45.341339', '2019-05-03 10:25:45.341339', 1, true, NULL, '1e724f4b-0adf-4d27-9604-6c2313ce7ee3'); INSERT INTO public.questions VALUES (106, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 59, '2019-05-03 10:27:52.465151', '2019-05-03 10:27:52.465151', 1, true, NULL, '7b19686d-121e-4222-9d48-38fc45c16984'); INSERT INTO public.questions VALUES (107, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Notwithstanding the work the reference data centres will perform, do you plan to already make use of standardized definitions (stored in vocabularies) to store the above meta-information?</span></span></span></p>', '', 2, 59, '2019-05-03 10:28:03.120372', '2019-05-03 10:28:03.120372', 1, true, NULL, '956bb601-9eee-468c-82a4-e3046824aca4'); INSERT INTO public.questions VALUES (108, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">In case it is unavoidable that you use uncommon or generate novel or project specific scientific terminology, do you plan to provide mappings to more commonly used terminology? How will you cope with information loss? How will you embed this information in the above meta-information and make sure they are seen as novel?</span></span></span></p>', '', 3, 59, '2019-05-03 10:28:31.606881', '2019-05-03 10:28:31.606881', 1, true, NULL, '71cf5475-1616-4f17-92e0-3b34f97da9cc'); INSERT INTO public.questions VALUES (109, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 60, '2019-05-03 10:31:43.011065', '2019-05-03 10:31:43.011065', 1, true, NULL, '62d165eb-0533-4e54-8b2d-e6fd32c662e5'); INSERT INTO public.questions VALUES (110, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 60, '2019-05-03 10:32:11.316708', '2019-05-03 10:32:11.316708', 1, true, NULL, 'c880f837-5b2f-480e-bf56-5d7b7f22d237'); INSERT INTO public.questions VALUES (111, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are the data produced and/or used in the project usable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why.</span></span></span></p>', '', 3, 60, '2019-05-03 10:32:22.336495', '2019-05-03 10:32:22.336495', 1, true, NULL, '2a5b258d-4984-40fc-b659-53dee5be4992'); INSERT INTO public.questions VALUES (113, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">During the dataset lifecycle, do you plan to note down the data harmonisation, data quality assurance and data curation processes to ensure they are correctly described in the metadata?</span></span></span></p>', '', 5, 60, '2019-05-03 10:32:46.061215', '2019-05-03 10:32:46.061215', 1, true, NULL, 'df1ee059-dd5a-4bf8-aa78-b16326981a3a'); INSERT INTO public.questions VALUES (114, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Who will be responsible for data management in your project? </span></span></span></p>', '', 1, 61, '2019-05-03 10:33:08.139835', '2019-05-03 10:33:08.139835', 1, true, NULL, '7c520f43-0cf4-47fa-85ac-6175adbf646d'); INSERT INTO public.questions VALUES (115, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span></p>', '', 1, 62, '2019-05-03 10:33:29.417258', '2019-05-03 10:33:29.417258', 1, true, NULL, '6fce8c64-c504-4d4c-b524-e9c1314cc980'); INSERT INTO public.questions VALUES (116, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are there any ethical or legal issues that can have an impact on data sharing?</span></span></span></p>', '', 1, 63, '2019-05-03 10:34:16.327934', '2019-05-03 10:34:16.327934', 1, true, NULL, '3260758f-1656-4a84-9dd0-b88a3c2e873d'); INSERT INTO public.questions VALUES (117, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 64, '2019-05-03 10:34:53.799901', '2019-05-03 10:34:53.799901', 1, true, NULL, '751112db-dd4d-4e07-9bae-365db86a54f9'); INSERT INTO public.questions VALUES (118, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 66, '2019-05-03 12:17:19.575374', '2019-05-03 12:17:19.575374', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (119, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to adapt the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 66, '2019-05-03 12:17:19.588482', '2019-05-03 12:17:19.588482', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (120, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 67, '2019-05-03 12:17:19.615565', '2019-05-03 12:17:19.615565', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (121, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EuroFleets/SeaDataNet </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 67, '2019-05-03 12:17:19.627542', '2019-05-03 12:17:19.627542', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (122, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 68, '2019-05-03 12:17:19.645741', '2019-05-03 12:17:19.645741', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (123, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 68, '2019-05-03 12:17:19.673281', '2019-05-03 12:17:19.673281', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (124, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 71, '2019-05-03 12:17:19.70541', '2019-05-03 12:17:19.70541', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (125, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 72, '2019-05-03 12:17:19.723347', '2019-05-03 12:17:19.723347', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (126, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 72, '2019-05-03 12:17:19.734016', '2019-05-03 12:17:19.734016', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (127, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 72, '2019-05-03 12:17:19.75786', '2019-05-03 12:17:19.75786', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (128, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 72, '2019-05-03 12:17:19.779865', '2019-05-03 12:17:19.779865', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (129, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 73, '2019-05-03 12:17:19.7981', '2019-05-03 12:17:19.7981', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (130, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 75, '2019-05-03 12:17:19.833896', '2019-05-03 12:17:19.833896', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (131, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 76, '2019-05-03 12:17:19.88679', '2019-05-03 12:17:19.88679', 1, true, NULL, '0cec5c71-8e32-4940-87dc-3afed0d6778f'); INSERT INTO public.questions VALUES (132, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect </span></span></span></p>', '', 2, 76, '2019-05-03 12:17:19.897706', '2019-05-03 12:17:19.897706', 1, true, NULL, '78e199c1-1893-497c-b4a1-65d4f247e9a7'); INSERT INTO public.questions VALUES (133, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 76, '2019-05-03 12:17:19.907408', '2019-05-03 12:17:19.907408', 1, true, NULL, 'af0d3d86-28e6-4806-990d-8854032609ec'); INSERT INTO public.questions VALUES (134, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 76, '2019-05-03 12:17:19.917361', '2019-05-03 12:17:19.917361', 1, true, NULL, 'a8a80ed4-2684-4a53-ac0b-1b58b8ea0141'); INSERT INTO public.questions VALUES (135, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">What is the expected size (Megabyte to Terabyte range) of the data? </span></span></span></span></p>', '', 5, 76, '2019-05-03 12:17:19.927185', '2019-05-03 12:17:19.927185', 1, true, NULL, '344ffa73-e7cc-4eb8-942d-6c45a5edb91d'); INSERT INTO public.questions VALUES (136, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Who will be the principal users of the data? Users are both active (those that clean up or analyse the data) and passive (those that read or assess the data).</span></span></span></span></p>', '', 6, 76, '2019-05-03 12:17:19.935891', '2019-05-03 12:17:19.935891', 1, true, NULL, '6a4bf93d-6e48-490f-96e4-17a5d4096d2f'); INSERT INTO public.questions VALUES (137, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What naming conventions for your data files will you follow? </span></span></span></p>', '', 1, 77, '2019-05-03 12:17:19.95255', '2019-05-03 12:17:19.95255', 1, true, NULL, 'b9ac412d-dad4-4cbb-8e30-fa6b9e8115dd'); INSERT INTO public.questions VALUES (138, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 2, 77, '2019-05-03 12:17:19.962216', '2019-05-03 12:17:19.962216', 1, true, NULL, '488c18b9-4f67-4b88-b3e8-bc0d05922add'); INSERT INTO public.questions VALUES (139, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you foresee a need for different versions of the data? Both for your own internal use and when publishing the data? E.g. for some analyses the data might need reorganisation from a common ancestor. Which versioning scheme do you have in mind?</span></span></span></p>', '', 3, 77, '2019-05-03 12:17:19.971418', '2019-05-03 12:17:19.971418', 1, true, NULL, 'd60057f2-9f61-461b-ba33-7117bd607694'); INSERT INTO public.questions VALUES (140, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">adapt</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 4, 77, '2019-05-03 12:17:19.980378', '2019-05-03 12:17:19.980378', 1, true, NULL, 'cbcdae3c-ab2a-4f1b-99ae-4c8c4e0cb0f8'); INSERT INTO public.questions VALUES (141, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 78, '2019-05-03 12:17:20.00217', '2019-05-03 12:17:20.00217', 1, true, NULL, '9503897c-b0c1-4e36-a845-4eb229387f82'); INSERT INTO public.questions VALUES (142, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positively to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 78, '2019-05-03 12:17:20.011259', '2019-05-03 12:17:20.011259', 1, true, NULL, '420c199c-88ae-4bca-a3b2-f5570963a7b9'); INSERT INTO public.questions VALUES (143, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the EuroFleets/SeaDataNet data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 78, '2019-05-03 12:17:20.019898', '2019-05-03 12:17:20.019898', 1, true, NULL, 'bd7ce45c-66e7-40ea-9aa6-bb248fbd9f16'); INSERT INTO public.questions VALUES (144, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What methods or software tools are needed to access the data? </span></span></span></p>', '', 4, 78, '2019-05-03 12:17:20.029156', '2019-05-03 12:17:20.029156', 1, true, NULL, 'dc0b191a-baee-4127-95fa-3e3b6f16bb51'); INSERT INTO public.questions VALUES (145, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is documentation about the software needed to access the data included?</span></span></span></p>', '', 5, 78, '2019-05-03 12:17:20.038947', '2019-05-03 12:17:20.038947', 1, true, NULL, 'f6217eb3-2b53-4ef1-bce6-2bf7833544ca'); INSERT INTO public.questions VALUES (146, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is it possible to include the relevant software (e.g. in open source code)?</span></span></span></p>', '', 6, 78, '2019-05-03 12:17:20.05524', '2019-05-03 12:17:20.05524', 1, true, NULL, '80131cc4-cb82-4f10-8a62-bf61f6b9ce65'); INSERT INTO public.questions VALUES (147, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Where will the documentation and code be deposited? Preference should be given to certified repositories which support open access where possible.</span></span></span></p>', '', 7, 78, '2019-05-03 12:17:20.07115', '2019-05-03 12:17:20.07115', 1, true, NULL, '1e724f4b-0adf-4d27-9604-6c2313ce7ee3'); INSERT INTO public.questions VALUES (148, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 79, '2019-05-03 12:17:20.095948', '2019-05-03 12:17:20.095948', 1, true, NULL, '7b19686d-121e-4222-9d48-38fc45c16984'); INSERT INTO public.questions VALUES (149, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Notwithstanding the work the reference data centres will perform, do you plan to already make use of standardized definitions (stored in vocabularies) to store the above meta-information?</span></span></span></p>', '', 2, 79, '2019-05-03 12:17:20.106135', '2019-05-03 12:17:20.106135', 1, true, NULL, '956bb601-9eee-468c-82a4-e3046824aca4'); INSERT INTO public.questions VALUES (150, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">In case it is unavoidable that you use uncommon or generate novel or project specific scientific terminology, do you plan to provide mappings to more commonly used terminology? How will you cope with information loss? How will you embed this information in the above meta-information and make sure they are seen as novel?</span></span></span></p>', '', 3, 79, '2019-05-03 12:17:20.116432', '2019-05-03 12:17:20.116432', 1, true, NULL, '71cf5475-1616-4f17-92e0-3b34f97da9cc'); INSERT INTO public.questions VALUES (151, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 80, '2019-05-03 12:17:20.134739', '2019-05-03 12:17:20.134739', 1, true, NULL, '62d165eb-0533-4e54-8b2d-e6fd32c662e5'); INSERT INTO public.questions VALUES (152, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 80, '2019-05-03 12:17:20.151989', '2019-05-03 12:17:20.151989', 1, true, NULL, 'c880f837-5b2f-480e-bf56-5d7b7f22d237'); INSERT INTO public.questions VALUES (153, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are the data produced and/or used in the project usable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why.</span></span></span></p>', '', 3, 80, '2019-05-03 12:17:20.161861', '2019-05-03 12:17:20.161861', 1, true, NULL, '2a5b258d-4984-40fc-b659-53dee5be4992'); INSERT INTO public.questions VALUES (154, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How long is it intended that the data remains re-usable?</span></span></span></p>', '', 4, 80, '2019-05-03 12:17:20.171247', '2019-05-03 12:17:20.171247', 1, true, NULL, '04cd7b66-439e-4119-8e38-f5a9311f3cb7'); INSERT INTO public.questions VALUES (155, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">During the dataset lifecycle, do you plan to note down the data harmonisation, data quality assurance and data curation processes to ensure they are correctly described in the metadata?</span></span></span></p>', '', 5, 80, '2019-05-03 12:17:20.180331', '2019-05-03 12:17:20.180331', 1, true, NULL, 'df1ee059-dd5a-4bf8-aa78-b16326981a3a'); INSERT INTO public.questions VALUES (156, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Who will be responsible for data management in your project? </span></span></span></p>', '', 1, 81, '2019-05-03 12:17:20.198324', '2019-05-03 12:17:20.198324', 1, true, NULL, '7c520f43-0cf4-47fa-85ac-6175adbf646d'); INSERT INTO public.questions VALUES (157, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span></p>', '', 1, 82, '2019-05-03 12:17:20.215513', '2019-05-03 12:17:20.215513', 1, true, NULL, '6fce8c64-c504-4d4c-b524-e9c1314cc980'); INSERT INTO public.questions VALUES (158, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are there any ethical or legal issues that can have an impact on data sharing?</span></span></span></p>', '', 1, 83, '2019-05-03 12:17:20.242851', '2019-05-03 12:17:20.242851', 1, true, NULL, '3260758f-1656-4a84-9dd0-b88a3c2e873d'); INSERT INTO public.questions VALUES (159, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 84, '2019-05-03 12:17:20.260417', '2019-05-03 12:17:20.260417', 1, true, NULL, '751112db-dd4d-4e07-9bae-365db86a54f9'); INSERT INTO public.questions VALUES (160, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 86, '2019-05-03 12:21:05.21317', '2019-05-03 12:21:05.21317', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (161, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to adapt the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 86, '2019-05-03 12:21:05.227127', '2019-05-03 12:21:05.227127', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (162, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 87, '2019-05-03 12:21:05.254422', '2019-05-03 12:21:05.254422', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (163, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EuroFleets/SeaDataNet </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 87, '2019-05-03 12:21:05.266391', '2019-05-03 12:21:05.266391', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (164, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 88, '2019-05-03 12:21:05.288719', '2019-05-03 12:21:05.288719', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (165, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 88, '2019-05-03 12:21:05.307217', '2019-05-03 12:21:05.307217', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (166, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 91, '2019-05-03 12:21:05.33851', '2019-05-03 12:21:05.33851', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (167, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 92, '2019-05-03 12:21:05.364731', '2019-05-03 12:21:05.364731', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (168, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 92, '2019-05-03 12:21:05.375474', '2019-05-03 12:21:05.375474', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (169, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 92, '2019-05-03 12:21:05.386101', '2019-05-03 12:21:05.386101', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (170, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 92, '2019-05-03 12:21:05.396347', '2019-05-03 12:21:05.396347', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (171, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 93, '2019-05-03 12:21:05.415899', '2019-05-03 12:21:05.415899', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (172, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 95, '2019-05-03 12:21:05.443903', '2019-05-03 12:21:05.443903', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (173, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 96, '2019-05-03 12:21:05.479238', '2019-05-03 12:21:05.479238', 1, true, NULL, '0cec5c71-8e32-4940-87dc-3afed0d6778f'); INSERT INTO public.questions VALUES (174, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect </span></span></span></p>', '', 2, 96, '2019-05-03 12:21:05.49428', '2019-05-03 12:21:05.49428', 1, true, NULL, '78e199c1-1893-497c-b4a1-65d4f247e9a7'); INSERT INTO public.questions VALUES (175, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 96, '2019-05-03 12:21:05.506193', '2019-05-03 12:21:05.506193', 1, true, NULL, 'af0d3d86-28e6-4806-990d-8854032609ec'); INSERT INTO public.questions VALUES (176, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 96, '2019-05-03 12:21:05.517958', '2019-05-03 12:21:05.517958', 1, true, NULL, 'a8a80ed4-2684-4a53-ac0b-1b58b8ea0141'); INSERT INTO public.questions VALUES (177, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">What is the expected size (Megabyte to Terabyte range) of the data? </span></span></span></span></p>', '', 5, 96, '2019-05-03 12:21:05.530087', '2019-05-03 12:21:05.530087', 1, true, NULL, '344ffa73-e7cc-4eb8-942d-6c45a5edb91d'); INSERT INTO public.questions VALUES (178, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Who will be the principal users of the data? Users are both active (those that clean up or analyse the data) and passive (those that read or assess the data).</span></span></span></span></p>', '', 6, 96, '2019-05-03 12:21:05.541004', '2019-05-03 12:21:05.541004', 1, true, NULL, '6a4bf93d-6e48-490f-96e4-17a5d4096d2f'); INSERT INTO public.questions VALUES (179, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What naming conventions for your data files will you follow? </span></span></span></p>', '', 1, 97, '2019-05-03 12:21:05.560024', '2019-05-03 12:21:05.560024', 1, true, NULL, 'b9ac412d-dad4-4cbb-8e30-fa6b9e8115dd'); INSERT INTO public.questions VALUES (180, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 2, 97, '2019-05-03 12:21:05.570463', '2019-05-03 12:21:05.570463', 1, true, NULL, '488c18b9-4f67-4b88-b3e8-bc0d05922add'); INSERT INTO public.questions VALUES (181, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you foresee a need for different versions of the data? Both for your own internal use and when publishing the data? E.g. for some analyses the data might need reorganisation from a common ancestor. Which versioning scheme do you have in mind?</span></span></span></p>', '', 3, 97, '2019-05-03 12:21:05.582611', '2019-05-03 12:21:05.582611', 1, true, NULL, 'd60057f2-9f61-461b-ba33-7117bd607694'); INSERT INTO public.questions VALUES (182, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">adapt</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 4, 97, '2019-05-03 12:21:05.593871', '2019-05-03 12:21:05.593871', 1, true, NULL, 'cbcdae3c-ab2a-4f1b-99ae-4c8c4e0cb0f8'); INSERT INTO public.questions VALUES (183, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 98, '2019-05-03 12:21:05.618517', '2019-05-03 12:21:05.618517', 1, true, NULL, '9503897c-b0c1-4e36-a845-4eb229387f82'); INSERT INTO public.questions VALUES (184, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positively to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 98, '2019-05-03 12:21:05.635918', '2019-05-03 12:21:05.635918', 1, true, NULL, '420c199c-88ae-4bca-a3b2-f5570963a7b9'); INSERT INTO public.questions VALUES (185, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the EuroFleets/SeaDataNet data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 98, '2019-05-03 12:21:05.649575', '2019-05-03 12:21:05.649575', 1, true, NULL, 'bd7ce45c-66e7-40ea-9aa6-bb248fbd9f16'); INSERT INTO public.questions VALUES (186, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What methods or software tools are needed to access the data? </span></span></span></p>', '', 4, 98, '2019-05-03 12:21:05.661291', '2019-05-03 12:21:05.661291', 1, true, NULL, 'dc0b191a-baee-4127-95fa-3e3b6f16bb51'); INSERT INTO public.questions VALUES (187, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is documentation about the software needed to access the data included?</span></span></span></p>', '', 5, 98, '2019-05-03 12:21:05.671321', '2019-05-03 12:21:05.671321', 1, true, NULL, 'f6217eb3-2b53-4ef1-bce6-2bf7833544ca'); INSERT INTO public.questions VALUES (188, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is it possible to include the relevant software (e.g. in open source code)?</span></span></span></p>', '', 6, 98, '2019-05-03 12:21:05.681908', '2019-05-03 12:21:05.681908', 1, true, NULL, '80131cc4-cb82-4f10-8a62-bf61f6b9ce65'); INSERT INTO public.questions VALUES (189, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Where will the documentation and code be deposited? Preference should be given to certified repositories which support open access where possible.</span></span></span></p>', '', 7, 98, '2019-05-03 12:21:05.692598', '2019-05-03 12:21:05.692598', 1, true, NULL, '1e724f4b-0adf-4d27-9604-6c2313ce7ee3'); INSERT INTO public.questions VALUES (190, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 99, '2019-05-03 12:21:05.71125', '2019-05-03 12:21:05.71125', 1, true, NULL, '7b19686d-121e-4222-9d48-38fc45c16984'); INSERT INTO public.questions VALUES (191, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Notwithstanding the work the reference data centres will perform, do you plan to already make use of standardized definitions (stored in vocabularies) to store the above meta-information?</span></span></span></p>', '', 2, 99, '2019-05-03 12:21:05.721983', '2019-05-03 12:21:05.721983', 1, true, NULL, '956bb601-9eee-468c-82a4-e3046824aca4'); INSERT INTO public.questions VALUES (192, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">In case it is unavoidable that you use uncommon or generate novel or project specific scientific terminology, do you plan to provide mappings to more commonly used terminology? How will you cope with information loss? How will you embed this information in the above meta-information and make sure they are seen as novel?</span></span></span></p>', '', 3, 99, '2019-05-03 12:21:05.732687', '2019-05-03 12:21:05.732687', 1, true, NULL, '71cf5475-1616-4f17-92e0-3b34f97da9cc'); INSERT INTO public.questions VALUES (193, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 100, '2019-05-03 12:21:05.750787', '2019-05-03 12:21:05.750787', 1, true, NULL, '62d165eb-0533-4e54-8b2d-e6fd32c662e5'); INSERT INTO public.questions VALUES (194, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 100, '2019-05-03 12:21:05.76646', '2019-05-03 12:21:05.76646', 1, true, NULL, 'c880f837-5b2f-480e-bf56-5d7b7f22d237'); INSERT INTO public.questions VALUES (195, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are the data produced and/or used in the project usable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why.</span></span></span></p>', '', 3, 100, '2019-05-03 12:21:05.777682', '2019-05-03 12:21:05.777682', 1, true, NULL, '2a5b258d-4984-40fc-b659-53dee5be4992'); INSERT INTO public.questions VALUES (196, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How long is it intended that the data remains re-usable?</span></span></span></p>', '', 4, 100, '2019-05-03 12:21:05.788917', '2019-05-03 12:21:05.788917', 1, true, NULL, '04cd7b66-439e-4119-8e38-f5a9311f3cb7'); INSERT INTO public.questions VALUES (197, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">During the dataset lifecycle, do you plan to note down the data harmonisation, data quality assurance and data curation processes to ensure they are correctly described in the metadata?</span></span></span></p>', '', 5, 100, '2019-05-03 12:21:05.799054', '2019-05-03 12:21:05.799054', 1, true, NULL, 'df1ee059-dd5a-4bf8-aa78-b16326981a3a'); INSERT INTO public.questions VALUES (198, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Who will be responsible for data management in your project? </span></span></span></p>', '', 1, 101, '2019-05-03 12:21:05.818389', '2019-05-03 12:21:05.818389', 1, true, NULL, '7c520f43-0cf4-47fa-85ac-6175adbf646d'); INSERT INTO public.questions VALUES (244, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are there any ethical or legal issues that can have an impact on data sharing?</span></span></span></p>', '', 1, 125, '2019-05-03 13:33:24.426193', '2019-05-03 13:33:24.426193', 1, true, NULL, '3260758f-1656-4a84-9dd0-b88a3c2e873d'); INSERT INTO public.questions VALUES (199, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span></p>', '', 1, 102, '2019-05-03 12:21:05.847468', '2019-05-03 12:21:05.847468', 1, true, NULL, '6fce8c64-c504-4d4c-b524-e9c1314cc980'); INSERT INTO public.questions VALUES (200, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are there any ethical or legal issues that can have an impact on data sharing?</span></span></span></p>', '', 1, 103, '2019-05-03 12:21:05.877279', '2019-05-03 12:21:05.877279', 1, true, NULL, '3260758f-1656-4a84-9dd0-b88a3c2e873d'); INSERT INTO public.questions VALUES (201, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 104, '2019-05-03 12:21:05.89573', '2019-05-03 12:21:05.89573', 1, true, NULL, '751112db-dd4d-4e07-9bae-365db86a54f9'); INSERT INTO public.questions VALUES (202, 'No question', '', 1, 106, '2019-05-03 12:21:19.351957', '2019-05-03 12:21:19.351957', 1, true, NULL, '623794a4-0b1a-4ef9-ad60-e9f6b0d1f4a4'); INSERT INTO public.questions VALUES (203, 'No question', '', 1, 107, '2019-05-03 13:33:23.736799', '2019-05-03 13:33:23.736799', 1, true, NULL, '623794a4-0b1a-4ef9-ad60-e9f6b0d1f4a4'); INSERT INTO public.questions VALUES (204, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 108, '2019-05-03 13:33:23.77985', '2019-05-03 13:33:23.77985', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (205, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to adapt the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 108, '2019-05-03 13:33:23.794635', '2019-05-03 13:33:23.794635', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (206, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 109, '2019-05-03 13:33:23.827795', '2019-05-03 13:33:23.827795', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (207, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EuroFleets/SeaDataNet </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 109, '2019-05-03 13:33:23.840592', '2019-05-03 13:33:23.840592', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (208, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 110, '2019-05-03 13:33:23.861039', '2019-05-03 13:33:23.861039', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (209, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 110, '2019-05-03 13:33:23.880607', '2019-05-03 13:33:23.880607', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (210, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 113, '2019-05-03 13:33:23.922556', '2019-05-03 13:33:23.922556', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (212, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 114, '2019-05-03 13:33:23.952221', '2019-05-03 13:33:23.952221', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (213, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 114, '2019-05-03 13:33:23.962395', '2019-05-03 13:33:23.962395', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (228, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positively to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 120, '2019-05-03 13:33:24.211085', '2019-05-03 13:33:24.211085', 1, true, NULL, '420c199c-88ae-4bca-a3b2-f5570963a7b9'); INSERT INTO public.questions VALUES (214, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 114, '2019-05-03 13:33:23.97245', '2019-05-03 13:33:23.97245', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (215, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 115, '2019-05-03 13:33:23.991288', '2019-05-03 13:33:23.991288', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (216, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 117, '2019-05-03 13:33:24.017288', '2019-05-03 13:33:24.017288', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (217, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 118, '2019-05-03 13:33:24.046931', '2019-05-03 13:33:24.046931', 1, true, NULL, '0cec5c71-8e32-4940-87dc-3afed0d6778f'); INSERT INTO public.questions VALUES (218, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect </span></span></span></p>', '', 2, 118, '2019-05-03 13:33:24.060118', '2019-05-03 13:33:24.060118', 1, true, NULL, '78e199c1-1893-497c-b4a1-65d4f247e9a7'); INSERT INTO public.questions VALUES (219, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 118, '2019-05-03 13:33:24.093376', '2019-05-03 13:33:24.093376', 1, true, NULL, 'af0d3d86-28e6-4806-990d-8854032609ec'); INSERT INTO public.questions VALUES (220, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 118, '2019-05-03 13:33:24.10685', '2019-05-03 13:33:24.10685', 1, true, NULL, 'a8a80ed4-2684-4a53-ac0b-1b58b8ea0141'); INSERT INTO public.questions VALUES (221, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">What is the expected size (Megabyte to Terabyte range) of the data? </span></span></span></span></p>', '', 5, 118, '2019-05-03 13:33:24.117693', '2019-05-03 13:33:24.117693', 1, true, NULL, '344ffa73-e7cc-4eb8-942d-6c45a5edb91d'); INSERT INTO public.questions VALUES (222, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Who will be the principal users of the data? Users are both active (those that clean up or analyse the data) and passive (those that read or assess the data).</span></span></span></span></p>', '', 6, 118, '2019-05-03 13:33:24.128842', '2019-05-03 13:33:24.128842', 1, true, NULL, '6a4bf93d-6e48-490f-96e4-17a5d4096d2f'); INSERT INTO public.questions VALUES (223, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What naming conventions for your data files will you follow? </span></span></span></p>', '', 1, 119, '2019-05-03 13:33:24.145838', '2019-05-03 13:33:24.145838', 1, true, NULL, 'b9ac412d-dad4-4cbb-8e30-fa6b9e8115dd'); INSERT INTO public.questions VALUES (224, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 2, 119, '2019-05-03 13:33:24.155889', '2019-05-03 13:33:24.155889', 1, true, NULL, '488c18b9-4f67-4b88-b3e8-bc0d05922add'); INSERT INTO public.questions VALUES (225, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you foresee a need for different versions of the data? Both for your own internal use and when publishing the data? E.g. for some analyses the data might need reorganisation from a common ancestor. Which versioning scheme do you have in mind?</span></span></span></p>', '', 3, 119, '2019-05-03 13:33:24.166788', '2019-05-03 13:33:24.166788', 1, true, NULL, 'd60057f2-9f61-461b-ba33-7117bd607694'); INSERT INTO public.questions VALUES (226, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">adapt</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 4, 119, '2019-05-03 13:33:24.1765', '2019-05-03 13:33:24.1765', 1, true, NULL, 'cbcdae3c-ab2a-4f1b-99ae-4c8c4e0cb0f8'); INSERT INTO public.questions VALUES (227, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 120, '2019-05-03 13:33:24.200309', '2019-05-03 13:33:24.200309', 1, true, NULL, '9503897c-b0c1-4e36-a845-4eb229387f82'); INSERT INTO public.questions VALUES (229, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the EuroFleets/SeaDataNet data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 120, '2019-05-03 13:33:24.221524', '2019-05-03 13:33:24.221524', 1, true, NULL, 'bd7ce45c-66e7-40ea-9aa6-bb248fbd9f16'); INSERT INTO public.questions VALUES (230, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What methods or software tools are needed to access the data? </span></span></span></p>', '', 4, 120, '2019-05-03 13:33:24.231145', '2019-05-03 13:33:24.231145', 1, true, NULL, 'dc0b191a-baee-4127-95fa-3e3b6f16bb51'); INSERT INTO public.questions VALUES (231, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is documentation about the software needed to access the data included?</span></span></span></p>', '', 5, 120, '2019-05-03 13:33:24.242538', '2019-05-03 13:33:24.242538', 1, true, NULL, 'f6217eb3-2b53-4ef1-bce6-2bf7833544ca'); INSERT INTO public.questions VALUES (232, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is it possible to include the relevant software (e.g. in open source code)?</span></span></span></p>', '', 6, 120, '2019-05-03 13:33:24.253386', '2019-05-03 13:33:24.253386', 1, true, NULL, '80131cc4-cb82-4f10-8a62-bf61f6b9ce65'); INSERT INTO public.questions VALUES (233, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Where will the documentation and code be deposited? Preference should be given to certified repositories which support open access where possible.</span></span></span></p>', '', 7, 120, '2019-05-03 13:33:24.263716', '2019-05-03 13:33:24.263716', 1, true, NULL, '1e724f4b-0adf-4d27-9604-6c2313ce7ee3'); INSERT INTO public.questions VALUES (234, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 121, '2019-05-03 13:33:24.283635', '2019-05-03 13:33:24.283635', 1, true, NULL, '7b19686d-121e-4222-9d48-38fc45c16984'); INSERT INTO public.questions VALUES (235, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Notwithstanding the work the reference data centres will perform, do you plan to already make use of standardized definitions (stored in vocabularies) to store the above meta-information?</span></span></span></p>', '', 2, 121, '2019-05-03 13:33:24.294321', '2019-05-03 13:33:24.294321', 1, true, NULL, '956bb601-9eee-468c-82a4-e3046824aca4'); INSERT INTO public.questions VALUES (236, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">In case it is unavoidable that you use uncommon or generate novel or project specific scientific terminology, do you plan to provide mappings to more commonly used terminology? How will you cope with information loss? How will you embed this information in the above meta-information and make sure they are seen as novel?</span></span></span></p>', '', 3, 121, '2019-05-03 13:33:24.304888', '2019-05-03 13:33:24.304888', 1, true, NULL, '71cf5475-1616-4f17-92e0-3b34f97da9cc'); INSERT INTO public.questions VALUES (237, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 122, '2019-05-03 13:33:24.322721', '2019-05-03 13:33:24.322721', 1, true, NULL, '62d165eb-0533-4e54-8b2d-e6fd32c662e5'); INSERT INTO public.questions VALUES (238, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 122, '2019-05-03 13:33:24.343809', '2019-05-03 13:33:24.343809', 1, true, NULL, 'c880f837-5b2f-480e-bf56-5d7b7f22d237'); INSERT INTO public.questions VALUES (239, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are the data produced and/or used in the project usable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why.</span></span></span></p>', '', 3, 122, '2019-05-03 13:33:24.354375', '2019-05-03 13:33:24.354375', 1, true, NULL, '2a5b258d-4984-40fc-b659-53dee5be4992'); INSERT INTO public.questions VALUES (240, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How long is it intended that the data remains re-usable?</span></span></span></p>', '', 4, 122, '2019-05-03 13:33:24.364871', '2019-05-03 13:33:24.364871', 1, true, NULL, '04cd7b66-439e-4119-8e38-f5a9311f3cb7'); INSERT INTO public.questions VALUES (241, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">During the dataset lifecycle, do you plan to note down the data harmonisation, data quality assurance and data curation processes to ensure they are correctly described in the metadata?</span></span></span></p>', '', 5, 122, '2019-05-03 13:33:24.374714', '2019-05-03 13:33:24.374714', 1, true, NULL, 'df1ee059-dd5a-4bf8-aa78-b16326981a3a'); INSERT INTO public.questions VALUES (242, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Who will be responsible for data management in your project? </span></span></span></p>', '', 1, 123, '2019-05-03 13:33:24.392212', '2019-05-03 13:33:24.392212', 1, true, NULL, '7c520f43-0cf4-47fa-85ac-6175adbf646d'); INSERT INTO public.questions VALUES (243, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span></p>', '', 1, 124, '2019-05-03 13:33:24.409041', '2019-05-03 13:33:24.409041', 1, true, NULL, '6fce8c64-c504-4d4c-b524-e9c1314cc980'); INSERT INTO public.questions VALUES (245, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 126, '2019-05-03 13:33:24.445147', '2019-05-03 13:33:24.445147', 1, true, NULL, '751112db-dd4d-4e07-9bae-365db86a54f9'); INSERT INTO public.questions VALUES (211, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', 'a', 1, 114, '2019-05-03 13:33:23.941546', '2019-05-03 13:33:23.941546', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); INSERT INTO public.questions VALUES (246, 'No question', '', 1, 128, '2019-05-03 13:37:28.266183', '2019-05-03 13:37:28.266183', 1, true, NULL, '623794a4-0b1a-4ef9-ad60-e9f6b0d1f4a4'); INSERT INTO public.questions VALUES (247, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 1, 129, '2019-05-03 13:37:28.302311', '2019-05-03 13:37:28.302311', 1, true, NULL, '81d48392-fc3f-49d6-8380-48efe968c7e5'); INSERT INTO public.questions VALUES (248, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to adapt the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 2, 129, '2019-05-03 13:37:28.317884', '2019-05-03 13:37:28.317884', 1, true, NULL, 'cd5a3843-266a-4425-afc4-bd2f7af6ca9f'); INSERT INTO public.questions VALUES (249, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 130, '2019-05-03 13:37:28.355373', '2019-05-03 13:37:28.355373', 1, true, NULL, 'd80837b6-624d-4785-a594-372ba810dfe4'); INSERT INTO public.questions VALUES (250, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EuroFleets/SeaDataNet </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 130, '2019-05-03 13:37:28.367524', '2019-05-03 13:37:28.367524', 1, true, NULL, '0fbc1cd0-0d74-4127-851e-f08625457ca1'); INSERT INTO public.questions VALUES (251, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 131, '2019-05-03 13:37:28.38921', '2019-05-03 13:37:28.38921', 1, true, NULL, '53618692-30d5-484f-bf51-308c65c23d95'); INSERT INTO public.questions VALUES (252, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 131, '2019-05-03 13:37:28.411868', '2019-05-03 13:37:28.411868', 1, true, NULL, 'b64a316c-c65e-494a-8b0a-c30488f88eed'); INSERT INTO public.questions VALUES (253, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 134, '2019-05-03 13:37:28.457151', '2019-05-03 13:37:28.457151', 1, true, NULL, 'c8f71703-21e7-470a-a363-b34ffef7573f'); INSERT INTO public.questions VALUES (255, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect? </span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">&nbsp;</span></span></span></p>', '', 2, 135, '2019-05-03 13:37:28.510069', '2019-05-03 13:37:28.510069', 1, true, NULL, '0051cded-1bc8-4c07-bbbe-dbc35d6c3575'); INSERT INTO public.questions VALUES (256, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 135, '2019-05-03 13:37:28.522786', '2019-05-03 13:37:28.522786', 1, true, NULL, 'd0c7c85b-a19d-43a7-827c-3e4c3bb3f6ed'); INSERT INTO public.questions VALUES (257, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 135, '2019-05-03 13:37:28.535976', '2019-05-03 13:37:28.535976', 1, true, NULL, '522e917b-4f55-4bea-850c-18dfdfd47499'); INSERT INTO public.questions VALUES (258, '<span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span>', '', 1, 136, '2019-05-03 13:37:28.562775', '2019-05-03 13:37:28.562775', 1, true, NULL, '5af24208-136a-483c-8f7a-4a051f3b07c4'); INSERT INTO public.questions VALUES (259, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 138, '2019-05-03 13:37:28.592413', '2019-05-03 13:37:28.592413', 1, true, NULL, '58d1e144-d323-40de-a811-b1427c81dce8'); INSERT INTO public.questions VALUES (260, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 139, '2019-05-03 13:37:28.628946', '2019-05-03 13:37:28.628946', 1, true, NULL, '0cec5c71-8e32-4940-87dc-3afed0d6778f'); INSERT INTO public.questions VALUES (261, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What types and formats of data will the project generate/collect </span></span></span></p>', '', 2, 139, '2019-05-03 13:37:28.643562', '2019-05-03 13:37:28.643562', 1, true, NULL, '78e199c1-1893-497c-b4a1-65d4f247e9a7'); INSERT INTO public.questions VALUES (262, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Will you re-use any existing data and how? Is this hosted on any data repository? Which ones?</span></span></span></p>', '', 3, 139, '2019-05-03 13:37:28.659386', '2019-05-03 13:37:28.659386', 1, true, NULL, 'af0d3d86-28e6-4806-990d-8854032609ec'); INSERT INTO public.questions VALUES (263, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How is the original data gathered on board and how do you transfer it to shore? What processing on the raw data do you plan? What will be the end state of the data when it is ready for uptake into a data repository?</span></span></span></p>', '', 4, 139, '2019-05-03 13:37:28.672723', '2019-05-03 13:37:28.672723', 1, true, NULL, 'a8a80ed4-2684-4a53-ac0b-1b58b8ea0141'); INSERT INTO public.questions VALUES (264, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">What is the expected size (Megabyte to Terabyte range) of the data? </span></span></span></span></p>', '', 5, 139, '2019-05-03 13:37:28.684848', '2019-05-03 13:37:28.684848', 1, true, NULL, '344ffa73-e7cc-4eb8-942d-6c45a5edb91d'); INSERT INTO public.questions VALUES (265, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span style="font-weight: normal;">Who will be the principal users of the data? Users are both active (those that clean up or analyse the data) and passive (those that read or assess the data).</span></span></span></span></p>', '', 6, 139, '2019-05-03 13:37:28.697562', '2019-05-03 13:37:28.697562', 1, true, NULL, '6a4bf93d-6e48-490f-96e4-17a5d4096d2f'); INSERT INTO public.questions VALUES (266, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What naming conventions for your data files will you follow? </span></span></span></p>', '', 1, 140, '2019-05-03 13:37:28.719636', '2019-05-03 13:37:28.719636', 1, true, NULL, 'b9ac412d-dad4-4cbb-8e30-fa6b9e8115dd'); INSERT INTO public.questions VALUES (267, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Can you list some search keywords? The purpose of keywords is to optimize the findability of the datasets. Best practice is to refer to definitions in standard vocabularies.</span></span></span></p>', '', 2, 140, '2019-05-03 13:37:28.734093', '2019-05-03 13:37:28.734093', 1, true, NULL, '488c18b9-4f67-4b88-b3e8-bc0d05922add'); INSERT INTO public.questions VALUES (268, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you foresee a need for different versions of the data? Both for your own internal use and when publishing the data? E.g. for some analyses the data might need reorganisation from a common ancestor. Which versioning scheme do you have in mind?</span></span></span></p>', '', 3, 140, '2019-05-03 13:37:28.746404', '2019-05-03 13:37:28.746404', 1, true, NULL, 'd60057f2-9f61-461b-ba33-7117bd607694'); INSERT INTO public.questions VALUES (269, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus data repository will allow you to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">adapt</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> the metadata when uploading the data. What metadata elements will be most relevant for other scientists active in the same field as you to assess the fitness of your datasets for their own use? Can you outline them?</span></span></span></p>', '', 4, 140, '2019-05-03 13:37:28.758647', '2019-05-03 13:37:28.758647', 1, true, NULL, 'cbcdae3c-ab2a-4f1b-99ae-4c8c4e0cb0f8'); INSERT INTO public.questions VALUES (270, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Which data produced and/or used in the project will be made openly available as the default? If certain datasets cannot be shared (or need to be shared under restrictions or embargo), explain why, clearly separating legal and contractual reasons from voluntary restrictions. Do this for each type of dataset you will create.</span></span></span></p>', '', 1, 141, '2019-05-03 13:37:28.791444', '2019-05-03 13:37:28.791444', 1, true, NULL, '9503897c-b0c1-4e36-a845-4eb229387f82'); INSERT INTO public.questions VALUES (271, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">If you answered positively to the previous question, will data access be granted on a user-by-user basis? How will the identity of the person accessing the data be ascertained?</span></span></span></p>', '', 2, 141, '2019-05-03 13:37:28.808872', '2019-05-03 13:37:28.808872', 1, true, NULL, '420c199c-88ae-4bca-a3b2-f5570963a7b9'); INSERT INTO public.questions VALUES (272, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Do you plan to make the data and metadata available on another repository than the EuroFleets/SeaDataNet data repository, for instance an institutional, a thematic or a geographic repository?</span></span></span></p>', '', 3, 141, '2019-05-03 13:37:28.82495', '2019-05-03 13:37:28.82495', 1, true, NULL, 'bd7ce45c-66e7-40ea-9aa6-bb248fbd9f16'); INSERT INTO public.questions VALUES (273, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What methods or software tools are needed to access the data? </span></span></span></p>', '', 4, 141, '2019-05-03 13:37:28.835779', '2019-05-03 13:37:28.835779', 1, true, NULL, 'dc0b191a-baee-4127-95fa-3e3b6f16bb51'); INSERT INTO public.questions VALUES (274, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is documentation about the software needed to access the data included?</span></span></span></p>', '', 5, 141, '2019-05-03 13:37:28.848678', '2019-05-03 13:37:28.848678', 1, true, NULL, 'f6217eb3-2b53-4ef1-bce6-2bf7833544ca'); INSERT INTO public.questions VALUES (275, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Is it possible to include the relevant software (e.g. in open source code)?</span></span></span></p>', '', 6, 141, '2019-05-03 13:37:28.861658', '2019-05-03 13:37:28.861658', 1, true, NULL, '80131cc4-cb82-4f10-8a62-bf61f6b9ce65'); INSERT INTO public.questions VALUES (276, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Where will the documentation and code be deposited? Preference should be given to certified repositories which support open access where possible.</span></span></span></p>', '', 7, 141, '2019-05-03 13:37:28.877719', '2019-05-03 13:37:28.877719', 1, true, NULL, '1e724f4b-0adf-4d27-9604-6c2313ce7ee3'); INSERT INTO public.questions VALUES (277, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Please specify how you plan to unambiguously capture and store the specified individual meta-information elements to facilitate </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> reference data centres to connect your information to the definitions in vocabularies in an efficient way.</span></span></span></p>', '', 1, 142, '2019-05-03 13:37:28.897458', '2019-05-03 13:37:28.897458', 1, true, NULL, '7b19686d-121e-4222-9d48-38fc45c16984'); INSERT INTO public.questions VALUES (278, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Notwithstanding the work the reference data centres will perform, do you plan to already make use of standardized definitions (stored in vocabularies) to store the above meta-information?</span></span></span></p>', '', 2, 142, '2019-05-03 13:37:28.907822', '2019-05-03 13:37:28.907822', 1, true, NULL, '956bb601-9eee-468c-82a4-e3046824aca4'); INSERT INTO public.questions VALUES (279, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">In case it is unavoidable that you use uncommon or generate novel or project specific scientific terminology, do you plan to provide mappings to more commonly used terminology? How will you cope with information loss? How will you embed this information in the above meta-information and make sure they are seen as novel?</span></span></span></p>', '', 3, 142, '2019-05-03 13:37:28.91738', '2019-05-03 13:37:28.91738', 1, true, NULL, '71cf5475-1616-4f17-92e0-3b34f97da9cc'); INSERT INTO public.questions VALUES (280, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How will the data be licensed to permit the widest re-use possible? </span></span></span></p>', '', 1, 143, '2019-05-03 13:37:28.935255', '2019-05-03 13:37:28.935255', 1, true, NULL, '62d165eb-0533-4e54-8b2d-e6fd32c662e5'); INSERT INTO public.questions VALUES (281, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">When will the data be made available for re-use? If an embargo is sought to give time to publish or seek patents, specify why and how long this will apply, bearing in mind that research data should be made available as soon as possible.</span></span></span></p>', '', 2, 143, '2019-05-03 13:37:28.958035', '2019-05-03 13:37:28.958035', 1, true, NULL, 'c880f837-5b2f-480e-bf56-5d7b7f22d237'); INSERT INTO public.questions VALUES (282, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are the data produced and/or used in the project usable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why.</span></span></span></p>', '', 3, 143, '2019-05-03 13:37:28.970309', '2019-05-03 13:37:28.970309', 1, true, NULL, '2a5b258d-4984-40fc-b659-53dee5be4992'); INSERT INTO public.questions VALUES (283, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">How long is it intended that the data remains re-usable?</span></span></span></p>', '', 4, 143, '2019-05-03 13:37:28.987439', '2019-05-03 13:37:28.987439', 1, true, NULL, '04cd7b66-439e-4119-8e38-f5a9311f3cb7'); INSERT INTO public.questions VALUES (284, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">During the dataset lifecycle, do you plan to note down the data harmonisation, data quality assurance and data curation processes to ensure they are correctly described in the metadata?</span></span></span></p>', '', 5, 143, '2019-05-03 13:37:28.999006', '2019-05-03 13:37:28.999006', 1, true, NULL, 'df1ee059-dd5a-4bf8-aa78-b16326981a3a'); INSERT INTO public.questions VALUES (285, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Who will be responsible for data management in your project? </span></span></span></p>', '', 1, 144, '2019-05-03 13:37:29.019707', '2019-05-03 13:37:29.019707', 1, true, NULL, '7c520f43-0cf4-47fa-85ac-6175adbf646d'); INSERT INTO public.questions VALUES (286, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span></p>', '', 1, 145, '2019-05-03 13:37:29.037954', '2019-05-03 13:37:29.037954', 1, true, NULL, '6fce8c64-c504-4d4c-b524-e9c1314cc980'); INSERT INTO public.questions VALUES (287, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Are there any ethical or legal issues that can have an impact on data sharing?</span></span></span></p>', '', 1, 146, '2019-05-03 13:37:29.057975', '2019-05-03 13:37:29.057975', 1, true, NULL, '3260758f-1656-4a84-9dd0-b88a3c2e873d'); INSERT INTO public.questions VALUES (288, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">On top of the infrastructure and procedures that EurofleetsPlus provides, which national/sectorial/ departmental procedures for data management are you following?</span></span></span></p>', '', 1, 147, '2019-05-03 13:37:29.078707', '2019-05-03 13:37:29.078707', 1, true, NULL, '751112db-dd4d-4e07-9bae-365db86a54f9'); INSERT INTO public.questions VALUES (254, '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">What is the purpose of the data collection/generation and its relation to the objectives of the project? </span></span></span></p>', '', 1, 135, '2019-05-03 13:37:28.477923', '2019-05-03 13:37:28.477923', 1, true, NULL, '4381d4f6-e318-4ab8-8330-47b6d9adafe4'); -- -- TOC entry 2605 (class 0 OID 1898343) -- Dependencies: 225 -- Data for Name: questions_themes; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.questions_themes VALUES (211, 4); -- -- TOC entry 2607 (class 0 OID 1898349) -- Dependencies: 227 -- Data for Name: regions; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.regions VALUES (1, 'horizon', 'European super region', 'Horizon2020', NULL); INSERT INTO public.regions VALUES (2, 'uk', 'United Kingdom', 'UK', 1); INSERT INTO public.regions VALUES (3, 'de', 'Germany', 'DE', 1); INSERT INTO public.regions VALUES (4, 'fr', 'France', 'FR', 1); INSERT INTO public.regions VALUES (5, 'es', 'Spain', 'ES', 1); INSERT INTO public.regions VALUES (6, 'us', 'United States of America', 'US', NULL); -- -- TOC entry 2609 (class 0 OID 1898360) -- Dependencies: 229 -- Data for Name: roles; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.roles VALUES (17, 5, 17, '2019-05-03 10:56:58.199607', '2019-05-03 10:57:30.84454', 15, false); INSERT INTO public.roles VALUES (18, 5, 18, '2019-05-03 10:58:23.342257', '2019-05-03 12:21:58.631862', 15, false); INSERT INTO public.roles VALUES (20, 5, 20, '2019-05-03 12:19:26.279982', '2019-05-03 12:22:01.905856', 15, false); INSERT INTO public.roles VALUES (19, 5, 19, '2019-05-03 12:18:15.787156', '2019-05-03 12:22:05.404853', 15, false); INSERT INTO public.roles VALUES (21, 5, 21, '2019-05-03 12:22:14.655853', '2019-05-03 12:22:14.655853', 15, true); INSERT INTO public.roles VALUES (22, 5, 22, '2019-05-03 12:33:34.331907', '2019-05-03 12:33:34.331907', 15, true); INSERT INTO public.roles VALUES (23, 5, 23, '2019-05-03 13:33:44.355187', '2019-05-03 13:33:44.355187', 15, true); INSERT INTO public.roles VALUES (24, 5, 24, '2019-05-03 13:35:25.933721', '2019-05-03 13:35:25.933721', 15, true); -- -- TOC entry 2561 (class 0 OID 1898078) -- Dependencies: 181 -- Data for Name: schema_migrations; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.schema_migrations VALUES ('20181025220743'); INSERT INTO public.schema_migrations VALUES ('20130611151704'); INSERT INTO public.schema_migrations VALUES ('20130903123015'); INSERT INTO public.schema_migrations VALUES ('20130902141025'); INSERT INTO public.schema_migrations VALUES ('20130717125748'); INSERT INTO public.schema_migrations VALUES ('20170428083711'); INSERT INTO public.schema_migrations VALUES ('20171102185518'); INSERT INTO public.schema_migrations VALUES ('20150430135839'); INSERT INTO public.schema_migrations VALUES ('20170427110141'); INSERT INTO public.schema_migrations VALUES ('20150416120233'); INSERT INTO public.schema_migrations VALUES ('20130724112909'); INSERT INTO public.schema_migrations VALUES ('20180405152454'); INSERT INTO public.schema_migrations VALUES ('20161115123658'); INSERT INTO public.schema_migrations VALUES ('20170712084314'); INSERT INTO public.schema_migrations VALUES ('20130717130107'); INSERT INTO public.schema_migrations VALUES ('20130918130838'); INSERT INTO public.schema_migrations VALUES ('20170607154433'); INSERT INTO public.schema_migrations VALUES ('20130611111359'); INSERT INTO public.schema_migrations VALUES ('20171024214257'); INSERT INTO public.schema_migrations VALUES ('20130611135155'); INSERT INTO public.schema_migrations VALUES ('20180903104704'); INSERT INTO public.schema_migrations VALUES ('20130708092900'); INSERT INTO public.schema_migrations VALUES ('20150416113232'); INSERT INTO public.schema_migrations VALUES ('20130611113325'); INSERT INTO public.schema_migrations VALUES ('20180807114052'); INSERT INTO public.schema_migrations VALUES ('20180405151713'); INSERT INTO public.schema_migrations VALUES ('20160719140055'); INSERT INTO public.schema_migrations VALUES ('20170130173049'); INSERT INTO public.schema_migrations VALUES ('20161205095624'); INSERT INTO public.schema_migrations VALUES ('20170606215136'); INSERT INTO public.schema_migrations VALUES ('20130918154825'); INSERT INTO public.schema_migrations VALUES ('20170619173045'); INSERT INTO public.schema_migrations VALUES ('20180813114525'); INSERT INTO public.schema_migrations VALUES ('20160805103912'); INSERT INTO public.schema_migrations VALUES ('20131126133804'); INSERT INTO public.schema_migrations VALUES ('20130717115239'); INSERT INTO public.schema_migrations VALUES ('20171024220146'); INSERT INTO public.schema_migrations VALUES ('20171122195828'); INSERT INTO public.schema_migrations VALUES ('20150809210811'); INSERT INTO public.schema_migrations VALUES ('20131212111049'); INSERT INTO public.schema_migrations VALUES ('20170516184429'); INSERT INTO public.schema_migrations VALUES ('20161115105808'); INSERT INTO public.schema_migrations VALUES ('20180813114348'); INSERT INTO public.schema_migrations VALUES ('20131126135301'); INSERT INTO public.schema_migrations VALUES ('20180813114813'); INSERT INTO public.schema_migrations VALUES ('20130611132258'); INSERT INTO public.schema_migrations VALUES ('20140707143840'); INSERT INTO public.schema_migrations VALUES ('20180313120831'); INSERT INTO public.schema_migrations VALUES ('20180813114216'); INSERT INTO public.schema_migrations VALUES ('20150501150321'); INSERT INTO public.schema_migrations VALUES ('20160822130601'); INSERT INTO public.schema_migrations VALUES ('20130611140229'); INSERT INTO public.schema_migrations VALUES ('20130913134657'); INSERT INTO public.schema_migrations VALUES ('20161024163920'); INSERT INTO public.schema_migrations VALUES ('20161115124634'); INSERT INTO public.schema_migrations VALUES ('20130717125231'); INSERT INTO public.schema_migrations VALUES ('20181024120747'); INSERT INTO public.schema_migrations VALUES ('20170201194502'); INSERT INTO public.schema_migrations VALUES ('20171013152425'); INSERT INTO public.schema_migrations VALUES ('20130902141150'); INSERT INTO public.schema_migrations VALUES ('20160105114044'); INSERT INTO public.schema_migrations VALUES ('20150416133602'); INSERT INTO public.schema_migrations VALUES ('20130717093814'); INSERT INTO public.schema_migrations VALUES ('20130731132153'); INSERT INTO public.schema_migrations VALUES ('20180713164120'); INSERT INTO public.schema_migrations VALUES ('20161205095623'); INSERT INTO public.schema_migrations VALUES ('20150416105712'); INSERT INTO public.schema_migrations VALUES ('20140214120652'); INSERT INTO public.schema_migrations VALUES ('20130731130811'); INSERT INTO public.schema_migrations VALUES ('20180328115455'); INSERT INTO public.schema_migrations VALUES ('20150427145433'); INSERT INTO public.schema_migrations VALUES ('20130611111340'); INSERT INTO public.schema_migrations VALUES ('20160805103704'); INSERT INTO public.schema_migrations VALUES ('20180412092647'); INSERT INTO public.schema_migrations VALUES ('20160805101216'); INSERT INTO public.schema_migrations VALUES ('20140407153318'); INSERT INTO public.schema_migrations VALUES ('20180713161007'); INSERT INTO public.schema_migrations VALUES ('20180813114234'); INSERT INTO public.schema_migrations VALUES ('20161122152339'); INSERT INTO public.schema_migrations VALUES ('20161206122926'); INSERT INTO public.schema_migrations VALUES ('20170421170849'); INSERT INTO public.schema_migrations VALUES ('20130731131354'); INSERT INTO public.schema_migrations VALUES ('20130611153921'); INSERT INTO public.schema_migrations VALUES ('20150518153927'); INSERT INTO public.schema_migrations VALUES ('20151208142836'); INSERT INTO public.schema_migrations VALUES ('20140331162130'); INSERT INTO public.schema_migrations VALUES ('20130611151750'); INSERT INTO public.schema_migrations VALUES ('20161115132137'); INSERT INTO public.schema_migrations VALUES ('20130731133039'); INSERT INTO public.schema_migrations VALUES ('20140604092907'); INSERT INTO public.schema_migrations VALUES ('20131111090129'); INSERT INTO public.schema_migrations VALUES ('20180807120926'); INSERT INTO public.schema_migrations VALUES ('20180713145319'); INSERT INTO public.schema_migrations VALUES ('20130625125419'); INSERT INTO public.schema_migrations VALUES ('20160603124621'); INSERT INTO public.schema_migrations VALUES ('20130611151644'); INSERT INTO public.schema_migrations VALUES ('20130621101824'); INSERT INTO public.schema_migrations VALUES ('20180405151942'); INSERT INTO public.schema_migrations VALUES ('20180508151824'); INSERT INTO public.schema_migrations VALUES ('20180417124026'); INSERT INTO public.schema_migrations VALUES ('20171102164156'); INSERT INTO public.schema_migrations VALUES ('20170124235829'); INSERT INTO public.schema_migrations VALUES ('20161102221313'); INSERT INTO public.schema_migrations VALUES ('20161024163546'); INSERT INTO public.schema_migrations VALUES ('20160810193149'); INSERT INTO public.schema_migrations VALUES ('20180813114649'); INSERT INTO public.schema_migrations VALUES ('20131128150644'); INSERT INTO public.schema_migrations VALUES ('20130612113321'); INSERT INTO public.schema_migrations VALUES ('20180212124444'); INSERT INTO public.schema_migrations VALUES ('20150416103652'); INSERT INTO public.schema_migrations VALUES ('20130705151214'); INSERT INTO public.schema_migrations VALUES ('20130724123043'); INSERT INTO public.schema_migrations VALUES ('20180901095920'); INSERT INTO public.schema_migrations VALUES ('20161115114309'); INSERT INTO public.schema_migrations VALUES ('20130913161023'); INSERT INTO public.schema_migrations VALUES ('20140214155629'); INSERT INTO public.schema_migrations VALUES ('20180813114719'); INSERT INTO public.schema_migrations VALUES ('20140423200913'); INSERT INTO public.schema_migrations VALUES ('20130611133033'); INSERT INTO public.schema_migrations VALUES ('20130812100100'); INSERT INTO public.schema_migrations VALUES ('20130731124011'); INSERT INTO public.schema_migrations VALUES ('20130612133938'); INSERT INTO public.schema_migrations VALUES ('20130903084409'); INSERT INTO public.schema_migrations VALUES ('20180813114550'); INSERT INTO public.schema_migrations VALUES ('20150416131657'); INSERT INTO public.schema_migrations VALUES ('20150416092404'); INSERT INTO public.schema_migrations VALUES ('20140210121753'); INSERT INTO public.schema_migrations VALUES ('20130611135806'); INSERT INTO public.schema_migrations VALUES ('20180813114614'); INSERT INTO public.schema_migrations VALUES ('20150415150436'); INSERT INTO public.schema_migrations VALUES ('20130927091932'); INSERT INTO public.schema_migrations VALUES ('20180803105147'); INSERT INTO public.schema_migrations VALUES ('20170302111544'); INSERT INTO public.schema_migrations VALUES ('20161208122123'); INSERT INTO public.schema_migrations VALUES ('20180312135238'); INSERT INTO public.schema_migrations VALUES ('20180312141558'); INSERT INTO public.schema_migrations VALUES ('20131118094629'); INSERT INTO public.schema_migrations VALUES ('20130730102219'); INSERT INTO public.schema_migrations VALUES ('20150416101954'); INSERT INTO public.schema_migrations VALUES ('20140331160554'); INSERT INTO public.schema_migrations VALUES ('20180813114622'); INSERT INTO public.schema_migrations VALUES ('20131127100520'); INSERT INTO public.schema_migrations VALUES ('20130611141026'); INSERT INTO public.schema_migrations VALUES ('20170719114516'); INSERT INTO public.schema_migrations VALUES ('20171124133802'); INSERT INTO public.schema_migrations VALUES ('20140218113637'); INSERT INTO public.schema_migrations VALUES ('20150416112327'); INSERT INTO public.schema_migrations VALUES ('20170227122226'); INSERT INTO public.schema_migrations VALUES ('20180815180221'); INSERT INTO public.schema_migrations VALUES ('20130705145146'); INSERT INTO public.schema_migrations VALUES ('20130926121718'); INSERT INTO public.schema_migrations VALUES ('20130731124532'); INSERT INTO public.schema_migrations VALUES ('20150416113625'); INSERT INTO public.schema_migrations VALUES ('20160615095101'); INSERT INTO public.schema_migrations VALUES ('20160729091510'); INSERT INTO public.schema_migrations VALUES ('20180123161959'); INSERT INTO public.schema_migrations VALUES ('20150416114743'); INSERT INTO public.schema_migrations VALUES ('20130611152208'); INSERT INTO public.schema_migrations VALUES ('20180807121126'); INSERT INTO public.schema_migrations VALUES ('20130611153828'); INSERT INTO public.schema_migrations VALUES ('20160805105928'); INSERT INTO public.schema_migrations VALUES ('20130611154109'); INSERT INTO public.schema_migrations VALUES ('20130611151729'); INSERT INTO public.schema_migrations VALUES ('20161021100420'); INSERT INTO public.schema_migrations VALUES ('20170702012742'); INSERT INTO public.schema_migrations VALUES ('20161115143222'); INSERT INTO public.schema_migrations VALUES ('20130611154055'); INSERT INTO public.schema_migrations VALUES ('20180713145547'); INSERT INTO public.schema_migrations VALUES ('20160609081745'); INSERT INTO public.schema_migrations VALUES ('20130731131846'); INSERT INTO public.schema_migrations VALUES ('20171025200301'); INSERT INTO public.schema_migrations VALUES ('20150427110644'); INSERT INTO public.schema_migrations VALUES ('20130603143109'); INSERT INTO public.schema_migrations VALUES ('20170412143945'); INSERT INTO public.schema_migrations VALUES ('20130902142403'); INSERT INTO public.schema_migrations VALUES ('20150805105542'); INSERT INTO public.schema_migrations VALUES ('20161115121831'); INSERT INTO public.schema_migrations VALUES ('20180813114801'); INSERT INTO public.schema_migrations VALUES ('20131129143550'); INSERT INTO public.schema_migrations VALUES ('20180813114157'); INSERT INTO public.schema_migrations VALUES ('20130603140800'); INSERT INTO public.schema_migrations VALUES ('20180315161757'); INSERT INTO public.schema_migrations VALUES ('20161205095625'); INSERT INTO public.schema_migrations VALUES ('20151208142029'); INSERT INTO public.schema_migrations VALUES ('20180813114628'); INSERT INTO public.schema_migrations VALUES ('20160822130701'); INSERT INTO public.schema_migrations VALUES ('20160719102542'); INSERT INTO public.schema_migrations VALUES ('20130717093801'); INSERT INTO public.schema_migrations VALUES ('20180807114035'); INSERT INTO public.schema_migrations VALUES ('20130903072531'); INSERT INTO public.schema_migrations VALUES ('20160805105941'); INSERT INTO public.schema_migrations VALUES ('20131108151505'); INSERT INTO public.schema_migrations VALUES ('20140407105254'); INSERT INTO public.schema_migrations VALUES ('20130612133806'); INSERT INTO public.schema_migrations VALUES ('20130927092206'); INSERT INTO public.schema_migrations VALUES ('20140429114226'); INSERT INTO public.schema_migrations VALUES ('20130705113828'); INSERT INTO public.schema_migrations VALUES ('20170710182442'); -- -- TOC entry 2611 (class 0 OID 1898372) -- Dependencies: 231 -- Data for Name: sections; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.sections VALUES (18, 'Data Summary', '', 1, '2019-04-11 15:56:47.967854', '2019-04-11 15:56:47.967854', 7, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (19, 'Data Summary', '', 1, '2019-04-18 09:29:04.368679', '2019-04-18 09:29:04.368679', 8, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (20, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-04-18 09:31:50.417522', '2019-04-18 09:31:50.417522', 8, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (21, '2.2. Making data openly accessible', '', 3, '2019-04-18 09:33:34.407282', '2019-04-18 09:33:34.407282', 8, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (22, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-04-18 09:34:55.89308', '2019-04-18 09:38:40.656521', 8, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (23, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-04-18 09:40:10.805423', '2019-04-18 09:40:10.805423', 8, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (24, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-04-18 10:11:59.249179', '2019-04-18 10:11:59.249179', 8, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (25, '4. Data security', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Before the data is transferred to </span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">the</span></span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> EurofleetsPlus data repository, what provisions are in place for data security (including data recovery, secure storage and transfer)? </span></span></span></p>', 7, '2019-04-18 10:12:15.411379', '2019-04-18 10:12:15.411379', 8, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (26, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-04-18 10:12:48.09794', '2019-04-18 10:12:48.09794', 8, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (27, '6. Other issues', '', 9, '2019-04-18 10:12:58.8721', '2019-04-18 10:12:58.8721', 8, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (29, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-04-18 10:38:02.483643', '2019-04-18 10:38:02.483643', 10, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (30, '2.2. Making data openly accessible', '', 3, '2019-04-18 10:38:02.53111', '2019-04-18 10:38:02.53111', 10, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (31, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-04-18 10:38:02.614214', '2019-04-18 10:38:02.614214', 10, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (32, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-04-18 10:38:02.635964', '2019-04-18 10:38:02.635964', 10, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (33, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-04-18 10:38:02.688224', '2019-04-18 10:38:02.688224', 10, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (35, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-04-18 10:38:02.715593', '2019-04-18 10:38:02.715593', 10, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (36, '6. Other issues', '', 9, '2019-04-18 10:38:02.723134', '2019-04-18 10:38:02.723134', 10, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (28, '1. Data Summary', '', 1, '2019-04-18 10:38:02.435448', '2019-04-18 10:38:02.435448', 10, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (34, '4. Data security', '', 7, '2019-04-18 10:38:02.695514', '2019-04-18 10:38:29.603936', 10, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (37, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-04-18 13:17:49.587258', '2019-04-18 13:17:49.587258', 12, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (38, '2.2. Making data openly accessible', '', 3, '2019-04-18 13:17:49.643123', '2019-04-18 13:17:49.643123', 12, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (39, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-04-18 13:17:49.692105', '2019-04-18 13:17:49.692105', 12, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (40, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-04-18 13:17:49.720474', '2019-04-18 13:17:49.720474', 12, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (41, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-04-18 13:17:49.771539', '2019-04-18 13:17:49.771539', 12, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (42, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-04-18 13:17:49.7799', '2019-04-18 13:17:49.7799', 12, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (43, '6. Other issues', '', 9, '2019-04-18 13:17:49.788369', '2019-04-18 13:17:49.788369', 12, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (44, '1. Data Summary', '', 1, '2019-04-18 13:17:49.814514', '2019-04-18 13:17:49.814514', 12, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (45, '4. Data security', '', 7, '2019-04-18 13:17:49.867982', '2019-04-18 13:17:49.867982', 12, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (46, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-05-03 10:09:15.382121', '2019-05-03 10:09:15.382121', 16, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (47, '2.2. Making data openly accessible', '', 3, '2019-05-03 10:09:15.417393', '2019-05-03 10:09:15.417393', 16, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (49, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 10:09:15.471318', '2019-05-03 10:09:15.471318', 16, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (50, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-05-03 10:09:15.506553', '2019-05-03 10:09:15.506553', 16, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (51, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-05-03 10:09:15.51314', '2019-05-03 10:09:15.51314', 16, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (52, '6. Other issues', '', 9, '2019-05-03 10:09:15.518991', '2019-05-03 10:09:15.518991', 16, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (53, '1. Data Summary', '', 1, '2019-05-03 10:09:15.535528', '2019-05-03 10:09:15.535528', 16, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (54, '4. Data security', '', 7, '2019-05-03 10:09:15.58443', '2019-05-03 10:09:15.58443', 16, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (55, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 10:14:00.686827', '2019-05-03 10:14:00.686827', 16, true, '382d47b1-11aa-4d5e-90b7-5089fb4d0c91'); INSERT INTO public.sections VALUES (56, '1. Data Summary', '', 1, '2019-05-03 10:16:35.573038', '2019-05-03 10:16:35.573038', 17, true, 'c465ed2c-0d48-4803-8e41-d8130bd13b48'); INSERT INTO public.sections VALUES (57, '2. 1. Making data findable, including provisions for metadata', '', 2, '2019-05-03 10:18:27.552326', '2019-05-03 10:18:27.552326', 17, true, 'dbb94741-5bd8-4aa0-a62f-daa8e3178d35'); INSERT INTO public.sections VALUES (58, '2.2. Making data openly accessible', '', 3, '2019-05-03 10:24:02.865263', '2019-05-03 10:24:02.865263', 17, true, '6681d876-60f6-41d8-aff6-231d48e14fe1'); INSERT INTO public.sections VALUES (48, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: <br /><br />Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-05-03 10:09:15.452535', '2019-05-03 10:27:32.383516', 16, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (59, '2.3. Making data interoperable', '<p>Guidance:</p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,&hellip;) of each individual measurement.</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is performed on the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">The scientific purpose of the measurement or observation operation</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">An indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data (''values''), the rest can be considered meta-information. Also, don''t worry too much about structuring this information, a tabular format, repeating shared meta-information elements for values, is in most cases just fine.)</span></span></span></p>', 4, '2019-05-03 10:25:56.605522', '2019-05-03 10:27:17.564797', 17, true, 'ad9fab86-b6ed-47c0-bce4-3304165ad104'); INSERT INTO public.sections VALUES (60, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 10:31:31.897968', '2019-05-03 10:31:31.897968', 17, true, 'c086f434-8e57-4010-8185-6a82fc59a1ec'); INSERT INTO public.sections VALUES (61, '3. Allocation of resources', '', 6, '2019-05-03 10:32:59.160289', '2019-05-03 10:32:59.160289', 17, true, '1ca95ec1-2143-4dd9-b30f-93b8dd11f6c3'); INSERT INTO public.sections VALUES (62, '4. Data security', '', 7, '2019-05-03 10:33:18.084451', '2019-05-03 10:33:18.084451', 17, true, '479e38c4-f44f-4aa2-b3c3-2a3e99fa72e7'); INSERT INTO public.sections VALUES (63, '5. Ethical aspects', '', 8, '2019-05-03 10:34:06.713663', '2019-05-03 10:34:06.713663', 17, true, '1337bd77-8a6e-4a7b-8fd7-3965f587fc4e'); INSERT INTO public.sections VALUES (64, '6. Other issues', '', 9, '2019-05-03 10:34:29.162167', '2019-05-03 10:34:41.931327', 17, true, 'a89f956b-6143-42cd-a9db-658c2596a56a'); INSERT INTO public.sections VALUES (65, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 10:35:12.569193', '2019-05-03 10:35:20.82805', 17, true, '6c0514a3-31ff-4200-8253-8b39d49e8c2a'); INSERT INTO public.sections VALUES (66, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-05-03 12:17:19.569973', '2019-05-03 12:17:19.569973', 19, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (67, '2.2. Making data openly accessible', '', 3, '2019-05-03 12:17:19.609678', '2019-05-03 12:17:19.609678', 19, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (68, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 12:17:19.639997', '2019-05-03 12:17:19.639997', 19, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (69, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-05-03 12:17:19.686993', '2019-05-03 12:17:19.686993', 19, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (70, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-05-03 12:17:19.693727', '2019-05-03 12:17:19.693727', 19, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (71, '6. Other issues', '', 9, '2019-05-03 12:17:19.700718', '2019-05-03 12:17:19.700718', 19, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (72, '1. Data Summary', '', 1, '2019-05-03 12:17:19.71868', '2019-05-03 12:17:19.71868', 19, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (73, '4. Data security', '', 7, '2019-05-03 12:17:19.792535', '2019-05-03 12:17:19.792535', 19, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (74, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 12:17:19.811378', '2019-05-03 12:17:19.811378', 19, true, '382d47b1-11aa-4d5e-90b7-5089fb4d0c91'); INSERT INTO public.sections VALUES (75, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: <br /><br />Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-05-03 12:17:19.818481', '2019-05-03 12:17:19.818481', 19, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (76, '1. Data Summary', '', 1, '2019-05-03 12:17:19.881252', '2019-05-03 12:17:19.881252', 20, true, 'c465ed2c-0d48-4803-8e41-d8130bd13b48'); INSERT INTO public.sections VALUES (77, '2. 1. Making data findable, including provisions for metadata', '', 2, '2019-05-03 12:17:19.947971', '2019-05-03 12:17:19.947971', 20, true, 'dbb94741-5bd8-4aa0-a62f-daa8e3178d35'); INSERT INTO public.sections VALUES (78, '2.2. Making data openly accessible', '', 3, '2019-05-03 12:17:19.997493', '2019-05-03 12:17:19.997493', 20, true, '6681d876-60f6-41d8-aff6-231d48e14fe1'); INSERT INTO public.sections VALUES (79, '2.3. Making data interoperable', '<p>Guidance:</p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,&hellip;) of each individual measurement.</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is performed on the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">The scientific purpose of the measurement or observation operation</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">An indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data (''values''), the rest can be considered meta-information. Also, don''t worry too much about structuring this information, a tabular format, repeating shared meta-information elements for values, is in most cases just fine.)</span></span></span></p>', 4, '2019-05-03 12:17:20.089792', '2019-05-03 12:17:20.089792', 20, true, 'ad9fab86-b6ed-47c0-bce4-3304165ad104'); INSERT INTO public.sections VALUES (80, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 12:17:20.128976', '2019-05-03 12:17:20.128976', 20, true, 'c086f434-8e57-4010-8185-6a82fc59a1ec'); INSERT INTO public.sections VALUES (81, '3. Allocation of resources', '', 6, '2019-05-03 12:17:20.192738', '2019-05-03 12:17:20.192738', 20, true, '1ca95ec1-2143-4dd9-b30f-93b8dd11f6c3'); INSERT INTO public.sections VALUES (82, '4. Data security', '', 7, '2019-05-03 12:17:20.210871', '2019-05-03 12:17:20.210871', 20, true, '479e38c4-f44f-4aa2-b3c3-2a3e99fa72e7'); INSERT INTO public.sections VALUES (83, '5. Ethical aspects', '', 8, '2019-05-03 12:17:20.237616', '2019-05-03 12:17:20.237616', 20, true, '1337bd77-8a6e-4a7b-8fd7-3965f587fc4e'); INSERT INTO public.sections VALUES (84, '6. Other issues', '', 9, '2019-05-03 12:17:20.255366', '2019-05-03 12:17:20.255366', 20, true, 'a89f956b-6143-42cd-a9db-658c2596a56a'); INSERT INTO public.sections VALUES (85, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 12:17:20.27316', '2019-05-03 12:17:20.27316', 20, true, '6c0514a3-31ff-4200-8253-8b39d49e8c2a'); INSERT INTO public.sections VALUES (86, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-05-03 12:21:05.205752', '2019-05-03 12:21:05.205752', 22, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (87, '2.2. Making data openly accessible', '', 3, '2019-05-03 12:21:05.249098', '2019-05-03 12:21:05.249098', 22, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (88, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 12:21:05.282653', '2019-05-03 12:21:05.282653', 22, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (89, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-05-03 12:21:05.319008', '2019-05-03 12:21:05.319008', 22, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (90, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-05-03 12:21:05.326234', '2019-05-03 12:21:05.326234', 22, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (91, '6. Other issues', '', 9, '2019-05-03 12:21:05.333147', '2019-05-03 12:21:05.333147', 22, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (92, '1. Data Summary', '', 1, '2019-05-03 12:21:05.359108', '2019-05-03 12:21:05.359108', 22, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (93, '4. Data security', '', 7, '2019-05-03 12:21:05.410436', '2019-05-03 12:21:05.410436', 22, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (94, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 12:21:05.430391', '2019-05-03 12:21:05.430391', 22, true, '382d47b1-11aa-4d5e-90b7-5089fb4d0c91'); INSERT INTO public.sections VALUES (95, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: <br /><br />Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-05-03 12:21:05.437379', '2019-05-03 12:21:05.437379', 22, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (96, '1. Data Summary', '', 1, '2019-05-03 12:21:05.468325', '2019-05-03 12:21:05.468325', 23, true, 'c465ed2c-0d48-4803-8e41-d8130bd13b48'); INSERT INTO public.sections VALUES (97, '2. 1. Making data findable, including provisions for metadata', '', 2, '2019-05-03 12:21:05.554162', '2019-05-03 12:21:05.554162', 23, true, 'dbb94741-5bd8-4aa0-a62f-daa8e3178d35'); INSERT INTO public.sections VALUES (98, '2.2. Making data openly accessible', '', 3, '2019-05-03 12:21:05.613347', '2019-05-03 12:21:05.613347', 23, true, '6681d876-60f6-41d8-aff6-231d48e14fe1'); INSERT INTO public.sections VALUES (99, '2.3. Making data interoperable', '<p>Guidance:</p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,&hellip;) of each individual measurement.</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is performed on the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">The scientific purpose of the measurement or observation operation</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">An indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data (''values''), the rest can be considered meta-information. Also, don''t worry too much about structuring this information, a tabular format, repeating shared meta-information elements for values, is in most cases just fine.)</span></span></span></p>', 4, '2019-05-03 12:21:05.705303', '2019-05-03 12:21:05.705303', 23, true, 'ad9fab86-b6ed-47c0-bce4-3304165ad104'); INSERT INTO public.sections VALUES (100, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 12:21:05.746084', '2019-05-03 12:21:05.746084', 23, true, 'c086f434-8e57-4010-8185-6a82fc59a1ec'); INSERT INTO public.sections VALUES (101, '3. Allocation of resources', '', 6, '2019-05-03 12:21:05.813164', '2019-05-03 12:21:05.813164', 23, true, '1ca95ec1-2143-4dd9-b30f-93b8dd11f6c3'); INSERT INTO public.sections VALUES (102, '4. Data security', '', 7, '2019-05-03 12:21:05.842179', '2019-05-03 12:21:05.842179', 23, true, '479e38c4-f44f-4aa2-b3c3-2a3e99fa72e7'); INSERT INTO public.sections VALUES (103, '5. Ethical aspects', '', 8, '2019-05-03 12:21:05.871192', '2019-05-03 12:21:05.871192', 23, true, '1337bd77-8a6e-4a7b-8fd7-3965f587fc4e'); INSERT INTO public.sections VALUES (104, '6. Other issues', '', 9, '2019-05-03 12:21:05.890712', '2019-05-03 12:21:05.890712', 23, true, 'a89f956b-6143-42cd-a9db-658c2596a56a'); INSERT INTO public.sections VALUES (105, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 12:21:05.908542', '2019-05-03 12:21:05.908542', 23, true, '6c0514a3-31ff-4200-8253-8b39d49e8c2a'); INSERT INTO public.sections VALUES (106, 'Empty section', '', 1, '2019-05-03 12:21:05.923065', '2019-05-03 12:21:05.923065', 21, true, '1738c7dc-fc30-4d30-b80c-f909bbd97d5d'); INSERT INTO public.sections VALUES (107, 'Empty section', '', 1, '2019-05-03 13:33:23.729918', '2019-05-03 13:33:23.729918', 24, true, '1738c7dc-fc30-4d30-b80c-f909bbd97d5d'); INSERT INTO public.sections VALUES (108, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-05-03 13:33:23.773097', '2019-05-03 13:33:23.773097', 25, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (109, '2.2. Making data openly accessible', '', 3, '2019-05-03 13:33:23.822066', '2019-05-03 13:33:23.822066', 25, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (110, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 13:33:23.85511', '2019-05-03 13:33:23.85511', 25, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (111, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-05-03 13:33:23.902187', '2019-05-03 13:33:23.902187', 25, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (112, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-05-03 13:33:23.909779', '2019-05-03 13:33:23.909779', 25, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (113, '6. Other issues', '', 9, '2019-05-03 13:33:23.917225', '2019-05-03 13:33:23.917225', 25, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (114, '1. Data Summary', '', 1, '2019-05-03 13:33:23.936235', '2019-05-03 13:33:23.936235', 25, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (115, '4. Data security', '', 7, '2019-05-03 13:33:23.985587', '2019-05-03 13:33:23.985587', 25, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (116, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 13:33:24.004478', '2019-05-03 13:33:24.004478', 25, true, '382d47b1-11aa-4d5e-90b7-5089fb4d0c91'); INSERT INTO public.sections VALUES (117, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: <br /><br />Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-05-03 13:33:24.011569', '2019-05-03 13:33:24.011569', 25, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (118, '1. Data Summary', '', 1, '2019-05-03 13:33:24.041433', '2019-05-03 13:33:24.041433', 26, true, 'c465ed2c-0d48-4803-8e41-d8130bd13b48'); INSERT INTO public.sections VALUES (119, '2. 1. Making data findable, including provisions for metadata', '', 2, '2019-05-03 13:33:24.141234', '2019-05-03 13:33:24.141234', 26, true, 'dbb94741-5bd8-4aa0-a62f-daa8e3178d35'); INSERT INTO public.sections VALUES (120, '2.2. Making data openly accessible', '', 3, '2019-05-03 13:33:24.195277', '2019-05-03 13:33:24.195277', 26, true, '6681d876-60f6-41d8-aff6-231d48e14fe1'); INSERT INTO public.sections VALUES (121, '2.3. Making data interoperable', '<p>Guidance:</p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,&hellip;) of each individual measurement.</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is performed on the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">The scientific purpose of the measurement or observation operation</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">An indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data (''values''), the rest can be considered meta-information. Also, don''t worry too much about structuring this information, a tabular format, repeating shared meta-information elements for values, is in most cases just fine.)</span></span></span></p>', 4, '2019-05-03 13:33:24.277664', '2019-05-03 13:33:24.277664', 26, true, 'ad9fab86-b6ed-47c0-bce4-3304165ad104'); INSERT INTO public.sections VALUES (122, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 13:33:24.31788', '2019-05-03 13:33:24.31788', 26, true, 'c086f434-8e57-4010-8185-6a82fc59a1ec'); INSERT INTO public.sections VALUES (123, '3. Allocation of resources', '', 6, '2019-05-03 13:33:24.387208', '2019-05-03 13:33:24.387208', 26, true, '1ca95ec1-2143-4dd9-b30f-93b8dd11f6c3'); INSERT INTO public.sections VALUES (124, '4. Data security', '', 7, '2019-05-03 13:33:24.404197', '2019-05-03 13:33:24.404197', 26, true, '479e38c4-f44f-4aa2-b3c3-2a3e99fa72e7'); INSERT INTO public.sections VALUES (125, '5. Ethical aspects', '', 8, '2019-05-03 13:33:24.420987', '2019-05-03 13:33:24.420987', 26, true, '1337bd77-8a6e-4a7b-8fd7-3965f587fc4e'); INSERT INTO public.sections VALUES (126, '6. Other issues', '', 9, '2019-05-03 13:33:24.439813', '2019-05-03 13:33:24.439813', 26, true, 'a89f956b-6143-42cd-a9db-658c2596a56a'); INSERT INTO public.sections VALUES (127, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 13:33:24.494929', '2019-05-03 13:33:24.494929', 26, true, '6c0514a3-31ff-4200-8253-8b39d49e8c2a'); INSERT INTO public.sections VALUES (128, 'Empty section', '', 1, '2019-05-03 13:37:28.260296', '2019-05-03 13:37:28.260296', 27, true, '1738c7dc-fc30-4d30-b80c-f909bbd97d5d'); INSERT INTO public.sections VALUES (129, '2.1 Making data findable, including provisions for metadata', '', 2, '2019-05-03 13:37:28.296441', '2019-05-03 13:37:28.296441', 28, true, '5b41b5e8-057c-4a43-976a-873dbcf957f4'); INSERT INTO public.sections VALUES (130, '2.2. Making data openly accessible', '', 3, '2019-05-03 13:37:28.348764', '2019-05-03 13:37:28.348764', 28, true, '323b1673-12b6-47a3-9534-ffcb04c470c4'); INSERT INTO public.sections VALUES (131, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 13:37:28.383127', '2019-05-03 13:37:28.383127', 28, true, '7b34b916-2c41-4885-9f53-f4428e743de5'); INSERT INTO public.sections VALUES (132, '3. Allocation of resources', '<p>This section does not need to be completed for the preliminary DMP.</p>', 6, '2019-05-03 13:37:28.42873', '2019-05-03 13:37:28.42873', 28, true, 'd498f1f3-8683-4594-8523-403878a03ce6'); INSERT INTO public.sections VALUES (133, '5. Ethical aspects', '<p>This section does not need to be completed for the preliminary DMP.</p>', 8, '2019-05-03 13:37:28.436517', '2019-05-03 13:37:28.436517', 28, true, 'eb2f69cc-4fcf-441d-926b-3d2d3ae53263'); INSERT INTO public.sections VALUES (134, '6. Other issues', '', 9, '2019-05-03 13:37:28.449489', '2019-05-03 13:37:28.449489', 28, true, '5e52e594-3ea9-48c9-97f0-e9f55f55536c'); INSERT INTO public.sections VALUES (135, '1. Data Summary', '', 1, '2019-05-03 13:37:28.471707', '2019-05-03 13:37:28.471707', 28, true, 'd9a8ce8d-3c53-47fb-b30b-735e4166265f'); INSERT INTO public.sections VALUES (136, '4. Data security', '', 7, '2019-05-03 13:37:28.555692', '2019-05-03 13:37:28.555692', 28, true, '8f5f0f50-8036-433b-b34c-79d074f5ae43'); INSERT INTO public.sections VALUES (137, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 13:37:28.577066', '2019-05-03 13:37:28.577066', 28, true, '382d47b1-11aa-4d5e-90b7-5089fb4d0c91'); INSERT INTO public.sections VALUES (138, '2.3. Making data interoperable ', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Guidance: <br /><br />Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is taken from the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The scientific purpose of the sampling operation</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">an indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data, the rest can be considered meta-information.)</span></span></span></p>', 4, '2019-05-03 13:37:28.584855', '2019-05-03 13:37:28.584855', 28, true, '208a5743-2125-4831-92df-66196178a7d8'); INSERT INTO public.sections VALUES (139, '1. Data Summary', '', 1, '2019-05-03 13:37:28.621223', '2019-05-03 13:37:28.621223', 29, true, 'c465ed2c-0d48-4803-8e41-d8130bd13b48'); INSERT INTO public.sections VALUES (140, '2. 1. Making data findable, including provisions for metadata', '', 2, '2019-05-03 13:37:28.713821', '2019-05-03 13:37:28.713821', 29, true, 'dbb94741-5bd8-4aa0-a62f-daa8e3178d35'); INSERT INTO public.sections VALUES (141, '2.2. Making data openly accessible', '', 3, '2019-05-03 13:37:28.783734', '2019-05-03 13:37:28.783734', 29, true, '6681d876-60f6-41d8-aff6-231d48e14fe1'); INSERT INTO public.sections VALUES (142, '2.3. Making data interoperable', '<p>Guidance:</p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Reference data centres will make your data interoperable with the standards used in European marine research. A large part of this work is to connect the information surrounding the data in the original datasets to standardized definitions (stored in vocabularies). Therefore it is important that the operations during a scientific cruise are noted down in a detailed way, so that they can be interpreted correctly.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">This meta-information should be provided for different elements:</span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">Provide the vessel name, and any platform on that vessel (</span></span></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">i.e. ROV, AUVs, RIBs,&hellip;) used for sampling</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Campaign:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The code as used by the vessel operator</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the campaign if any</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The ports of departure and arrival</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea areas visited</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">A description of the different features of interest (e.g. sea water column at depth range x, sediment layer at depth range y, benthos communities of gravel beds,&hellip;) of each individual measurement.</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sampling in the case when an ex-situ measurement is performed on the feature of interest:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The sampling location coordinates and their Coordinate Reference System</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The name of the location, and in case of a station, the station code</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, sampling depths and locations at the beginning of the sampling, and if applicable also at the end</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Sea bottom depth at sampling location if relevant</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Vertical datum: depth reference system (mean sea level,...)</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time, length, swath and width over which sampling took place</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact sampling device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Subsamples for chemistry, biology or geology: the extent of the subsample, from which part/depth/organ it was taken,&hellip;</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The observed property you have observed or measured:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-weight: normal;">The scientific purpose of the measurement or observation operation</span></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The parameter</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>Statistical modifiers (time-averaged, percentile, standard error,...)</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time at which the measurement was taken</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The time reference at which the measurement was taken (UTC, time offset to UTC)</strong></span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The procedure you applied to take the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">Any preparatory steps: sieving, filtration, mixing,,&hellip; </span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">An indication on the fraction (matrix) or combined sample these steps resulted in (e.g. dissolved, particles (180-300um), wet weight/dry weight,&hellip; )</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">For chemistry, a description of all analytical steps taken</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The algorithm you have applied to the raw device output if applicable</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The exact measurement device: type, model and make, characteristics, calibration information,...</span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The time (plus time reference) at which the result of the procedure was known (if it is different from the time at which the measurement was taken)</span></span></span></span></p> </li> </ul> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB">The result of the measurement:</span></span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The value</strong></span></span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><strong>The unit of the value, expressed in units that are considered a community standard</strong></span></span></span></span></p> </li> </ul> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">(Please note that in the strictest sense, only the elements in bold are considered the data (''values''), the rest can be considered meta-information. Also, don''t worry too much about structuring this information, a tabular format, repeating shared meta-information elements for values, is in most cases just fine.)</span></span></span></p>', 4, '2019-05-03 13:37:28.891663', '2019-05-03 13:37:28.891663', 29, true, 'ad9fab86-b6ed-47c0-bce4-3304165ad104'); INSERT INTO public.sections VALUES (143, '2.4. Increase data re-use (through clarifying licences)', '', 5, '2019-05-03 13:37:28.929605', '2019-05-03 13:37:28.929605', 29, true, 'c086f434-8e57-4010-8185-6a82fc59a1ec'); INSERT INTO public.sections VALUES (144, '3. Allocation of resources', '', 6, '2019-05-03 13:37:29.01386', '2019-05-03 13:37:29.01386', 29, true, '1ca95ec1-2143-4dd9-b30f-93b8dd11f6c3'); INSERT INTO public.sections VALUES (145, '4. Data security', '', 7, '2019-05-03 13:37:29.032582', '2019-05-03 13:37:29.032582', 29, true, '479e38c4-f44f-4aa2-b3c3-2a3e99fa72e7'); INSERT INTO public.sections VALUES (146, '5. Ethical aspects', '', 8, '2019-05-03 13:37:29.05207', '2019-05-03 13:37:29.05207', 29, true, '1337bd77-8a6e-4a7b-8fd7-3965f587fc4e'); INSERT INTO public.sections VALUES (147, '6. Other issues', '', 9, '2019-05-03 13:37:29.073111', '2019-05-03 13:37:29.073111', 29, true, 'a89f956b-6143-42cd-a9db-658c2596a56a'); INSERT INTO public.sections VALUES (148, '7. Further support in developing your DMP', '<p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The following organisations are supporting FAIR data management for European marine research: </span></span></span></p> <ul> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">SeaDataNet extended the ISO 19115 geographic metadata standard, and, by using standard vocabularies, provides data access services covering many different fields.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The European Marine Observation and Data Network (EMODNet) provides access</span></span></span> <span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">to data and data products and strengthens and makes extensive use of the SeaDataNet infrastructure.</span></span></span></p> </li> <li> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EurofleetsPlus provides the necessary data management frameworks to connect the on-board science to the data repositories.</span></span></span></p> </li> </ul> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The </span></span></span><span style="color: #0000ff;"><u><a href="https://b2share.eudat.eu/"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">EUDAT B2SHARE</span></span></span></a></u></span><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;"> tool includes a built-in license wizard that facilitates the selection of an adequate license for research data.</span></span></span></p> <p class="western" lang="en-GB" style="margin-bottom: 0.26cm; line-height: 100%;" align="justify"><span style="color: #0088cc;"><span style="font-family: Arial, serif;"><span style="font-size: small;">The EurofleetsPlus Data Management Plan must be completed using the DMP Roadmap tool provided on http://dmp.ef-ears.eu.</span></span></span></p>', 10, '2019-05-03 13:37:29.092961', '2019-05-03 13:37:29.092961', 29, true, '6c0514a3-31ff-4200-8253-8b39d49e8c2a'); -- -- TOC entry 2613 (class 0 OID 1898385) -- Dependencies: 233 -- Data for Name: sessions; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.sessions VALUES (19, '102065c41286f4048be1c87339239355', '<KEY> ', '2019-05-15 09:25:35.708142', '2019-05-15 09:26:02.896113'); INSERT INTO public.sessions VALUES (3, '3da3dac0bf7f18db40913d7ae7758e13', '<KEY> ', '2019-04-11 14:48:12.543695', '2019-04-11 16:00:42.632009'); INSERT INTO public.sessions VALUES (22, 'a396619fcc84c4b6ef8f011a265860f0', 'BAh7BkkiEXByZXZpb3VzX3VybAY6BkVGIhYvcHVibGljX3RlbXBsYXRlcw== ', '2019-06-17 13:30:07.137543', '2019-06-17 13:30:12.723151'); INSERT INTO public.sessions VALUES (23, 'e9a5749d13a8d41ae9a1bcbcbd52544b', 'BAh7BkkiEXByZXZpb3VzX3VybAY6BkVGIgYv ', '2019-06-27 10:54:38.907554', '2019-06-27 10:55:18.111687'); INSERT INTO public.sessions VALUES (6, '7737b2bb9bb93530f7d5d5b70a78e6cf', 'BAh7BkkiEXByZXZpb3VzX3VybAY6BkVGIgYv ', '2019-04-18 15:02:52.007594', '2019-04-18 15:11:12.2134'); INSERT INTO public.sessions VALUES (7, 'a6680c077c9dc62477398bb20e2460e9', '<KEY> ', '2019-04-18 15:16:48.876072', '2019-04-18 15:28:16.698945'); INSERT INTO public.sessions VALUES (9, 'f524ed0d84e22762686cb6173524cb20', '<KEY> ', '2019-05-02 10:16:59.899557', '2019-05-02 10:17:24.796527'); INSERT INTO public.sessions VALUES (17, 'a4ffcda86e2a2e7d7b1b9929e9cee907', '<KEY> ', '2019-05-03 12:33:14.381125', '2019-05-03 13:37:48.136592'); -- -- TOC entry 2615 (class 0 OID 1898398) -- Dependencies: 235 -- Data for Name: settings; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.settings VALUES (1, 'export', '--- formatting: :margin: :top: 25 :bottom: 20 :left: 12 :right: 12 :font_face: Arial, Helvetica, Sans-Serif :font_size: 10 max_pages: 3 fields: :admin: - project_name - project_identifier - grant_title - principal_investigator - project_data_contact - project_description - funder - institution - orcid :questions: :all title: '''' ', 1, 'ExportedPlan', '2019-05-03 10:59:10.834308', '2019-05-03 10:59:10.834308'); -- -- TOC entry 2617 (class 0 OID 1898409) -- Dependencies: 237 -- Data for Name: stats; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2619 (class 0 OID 1898421) -- Dependencies: 239 -- Data for Name: templates; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.templates VALUES (9, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus application portal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p>', false, 7, 'en-GB', true, '2019-04-18 10:38:02.420904', '2019-04-18 10:41:06.344084', 3, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (7, 'EurofleetsPlus cruise preliminary DMP Template', '<p>This is the template for the preliminary Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus application portal. This preliminary DMP contains a more limited set of questions. After the funing for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers. This final DMP makes use of another template, which means you will have to copy-paste your existing answers from the preliminary DMP to the full DMP.</p>', false, 7, 'en-GB', true, '2019-04-11 15:55:46.790188', '2019-04-18 09:27:56.053628', 1, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (6, 'Yet another template', '', true, 8, 'en-GB', false, '2019-04-11 15:28:46.974091', '2019-04-11 15:30:17.336101', 0, 1, NULL, NULL, false, '{"funder":[],"sample_plan":[]}'); INSERT INTO public.templates VALUES (8, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus application portal. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p>', false, 7, 'en-GB', true, '2019-04-18 09:29:04.354373', '2019-04-18 10:27:52.1357', 2, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (5, 'EurofleetsPlus cruise proposal DMP Template', '<p>The Data Management Plan template used for Eurofleets Plus proposal cruises. </p>', false, 7, 'en-GB', true, '2019-04-11 15:03:11.565275', '2019-04-11 15:55:09.718042', 0, 0, NULL, 54713870, false, '{"funder":[],"sample_plan":[]}'); INSERT INTO public.templates VALUES (10, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus submission website. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p> <p>The three reference data centres will review your DMP and provide feedback at that stage. It should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your data management procedures.</p> <p><em><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-style: normal;"><span style="font-weight: normal;">&nbsp;</span></span></span></span></span></span></em></p> <p>&nbsp;</p>', false, 7, 'en-GB', true, '2019-04-18 13:17:49.56775', '2019-04-18 14:04:37.719616', 4, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (13, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus submission website. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p> <p>The three reference data centres will review your DMP and provide feedback at that stage. It should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your data management procedures.</p> <p><em><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-style: normal;"><span style="font-weight: normal;">&nbsp;</span></span></span></span></span></span></em></p> <p>&nbsp;</p>', false, 7, 'en-GB', true, '2019-05-03 12:21:05.167776', '2019-05-03 13:34:03.272344', 7, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (11, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus submission website. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p> <p>The three reference data centres will review your DMP and provide feedback at that stage. It should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your data management procedures.</p> <p><em><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-style: normal;"><span style="font-weight: normal;">&nbsp;</span></span></span></span></span></span></em></p> <p>&nbsp;</p>', false, 7, 'en-GB', true, '2019-05-03 10:09:15.348575', '2019-05-03 10:58:08.91445', 5, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (12, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus submission website. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p> <p>The three reference data centres will review your DMP and provide feedback at that stage. It should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your data management procedures.</p> <p><em><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-style: normal;"><span style="font-weight: normal;">&nbsp;</span></span></span></span></span></span></em></p> <p>&nbsp;</p>', false, 7, 'en-GB', true, '2019-05-03 12:17:19.547403', '2019-05-03 12:19:05.711547', 6, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (15, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus submission website. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p> <p>The three reference data centres will review your DMP and provide feedback at that stage. It should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your data management procedures.</p> <p><em><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-style: normal;"><span style="font-weight: normal;">&nbsp;</span></span></span></span></span></span></em></p> <p>&nbsp;</p>', true, 7, 'en-GB', true, '2019-05-03 13:37:28.233641', '2019-05-03 13:37:48.058313', 9, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); INSERT INTO public.templates VALUES (14, 'EurofleetsPlus cruise DMP Template', '<p>This is the template for both the preliminary (phase 1) and the full (phase 2) Data Management Plan of EurofleetsPlus cruises. You have to complete a preliminary DMP before you create your application in the official EurofleetsPlus submission website. This preliminary DMP contains a more limited set of questions. You can leave out details at this stage.</p> <p>After the funding for the Eurofleets campaign has been granted to you, you need to complete the final&nbsp; DMP. For this, you need to asnwer additional questions and extend your existing answers to cover the issues more in-depth. This final DMP is a new ''phase'', which means you will have to copy-paste your existing answers from the preliminary DMP phase to the full DMP phase and extend them.</p> <p>The three reference data centres will review your DMP and provide feedback at that stage. It should be updated during the project lifetime, especially after the cruise ended, to reflect any changes to your data management procedures.</p> <p><em><span style="color: #00000a;"><span style="font-family: Arial, serif;"><span style="font-size: small;"><span lang="en-GB"><span style="font-style: normal;"><span style="font-weight: normal;">&nbsp;</span></span></span></span></span></span></em></p> <p>&nbsp;</p>', false, 7, 'en-GB', true, '2019-05-03 13:33:23.710211', '2019-05-03 13:34:08.255019', 8, 1, NULL, 54713870, false, '{"funder":[{"link":"http://www.eurofleets.eu","text":""}],"sample_plan":[]}'); -- -- TOC entry 2621 (class 0 OID 1898436) -- Dependencies: 241 -- Data for Name: themes; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.themes VALUES (1, 'Data Description', 'Incidunt aliquam quasi. Doloribus laudantium rerum. Voluptas dignissimos nobis.', '2019-04-11 13:04:58.012861', '2019-04-11 13:04:58.012861', 'en_GB'); INSERT INTO public.themes VALUES (2, 'Data Format', 'Nostrum natus similique. Error sed dignissimos. Ipsam veniam iusto.', '2019-04-11 13:04:58.01664', '2019-04-11 13:04:58.01664', 'en_GB'); INSERT INTO public.themes VALUES (3, 'Data Volume', 'Dicta omnis omnis. Illum laborum explicabo. Voluptatum numquam doloremque.', '2019-04-11 13:04:58.019758', '2019-04-11 13:04:58.019758', 'en_GB'); INSERT INTO public.themes VALUES (4, 'Data Collection', 'Sit qui aut. Nam dolore tempora. Veritatis consequatur debitis.', '2019-04-11 13:04:58.022834', '2019-04-11 13:04:58.022834', 'en_GB'); INSERT INTO public.themes VALUES (5, 'Metadata & Documentation', 'Aut maxime minus. Ut dolorem molestiae. Et aut exercitationem.', '2019-04-11 13:04:58.025924', '2019-04-11 13:04:58.025924', 'en_GB'); INSERT INTO public.themes VALUES (6, 'Ethics & Privacy', 'Sed sed a. Cum ut laboriosam. Assumenda et molestiae.', '2019-04-11 13:04:58.02908', '2019-04-11 13:04:58.02908', 'en_GB'); INSERT INTO public.themes VALUES (7, 'Intellectual Property Rights', 'Non consectetur aut. Accusamus eos et. Pariatur dolorem qui.', '2019-04-11 13:04:58.032308', '2019-04-11 13:04:58.032308', 'en_GB'); INSERT INTO public.themes VALUES (8, 'Storage & Security', 'Eveniet qui dolores. Quas officiis deleniti. Sit molestias et.', '2019-04-11 13:04:58.035444', '2019-04-11 13:04:58.035444', 'en_GB'); INSERT INTO public.themes VALUES (9, 'Data Sharing', 'Corporis qui voluptas. Sapiente ex sed. Sunt nihil sit.', '2019-04-11 13:04:58.038611', '2019-04-11 13:04:58.038611', 'en_GB'); INSERT INTO public.themes VALUES (10, 'Data Repository', 'Officia quis laboriosam. Nemo autem qui. Asperiores in optio.', '2019-04-11 13:04:58.041519', '2019-04-11 13:04:58.041519', 'en_GB'); INSERT INTO public.themes VALUES (11, 'Preservation', 'Odio modi velit. Quia fugiat autem. Et laudantium ipsa.', '2019-04-11 13:04:58.046192', '2019-04-11 13:04:58.046192', 'en_GB'); INSERT INTO public.themes VALUES (12, 'Roles & Responsibilities', 'Maiores sint a. Repellendus veniam et. Neque aut asperiores.', '2019-04-11 13:04:58.052743', '2019-04-11 13:04:58.052743', 'en_GB'); INSERT INTO public.themes VALUES (13, 'Budget', 'Modi eos dolores. Dolore vitae ratione. Non laudantium est.', '2019-04-11 13:04:58.059271', '2019-04-11 13:04:58.059271', 'en_GB'); INSERT INTO public.themes VALUES (14, 'Related Policies', 'Fuga deserunt tempora. Sit accusantium earum. Consequatur et incidunt.', '2019-04-11 13:04:58.065985', '2019-04-11 13:04:58.065985', 'en_GB'); -- -- TOC entry 2622 (class 0 OID 1898445) -- Dependencies: 242 -- Data for Name: themes_in_guidance; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2624 (class 0 OID 1898452) -- Dependencies: 244 -- Data for Name: token_permission_types; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.token_permission_types VALUES (1, 'guidances', 'allows a user access to the guidances api endpoint', '2019-04-11 13:04:58.109803', '2019-04-11 13:04:58.109803'); INSERT INTO public.token_permission_types VALUES (2, 'plans', 'allows a user access to the plans api endpoint', '2019-04-11 13:04:58.117621', '2019-04-11 13:04:58.117621'); INSERT INTO public.token_permission_types VALUES (3, 'templates', 'allows a user access to the templates api endpoint', '2019-04-11 13:04:58.123384', '2019-04-11 13:04:58.123384'); INSERT INTO public.token_permission_types VALUES (4, 'statistics', 'allows a user access to the statistics api endpoint', '2019-04-11 13:04:58.129107', '2019-04-11 13:04:58.129107'); -- -- TOC entry 2626 (class 0 OID 1898463) -- Dependencies: 246 -- Data for Name: user_identifiers; Type: TABLE DATA; Schema: public; Owner: thomas -- -- -- TOC entry 2628 (class 0 OID 1898475) -- Dependencies: 248 -- Data for Name: users; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.users VALUES (5, 'Thomas', 'Vandenberghe', '<EMAIL>', '2019-04-11 14:48:12.135599', '2019-06-17 13:30:00.402422', '$2a$04$ciUjBnBrb6JntxmNxCykUeBKv36.iW7nKR34MuUaVvSf9Dbf8x31y', NULL, NULL, NULL, 9, '2019-06-17 13:30:00.401547', '2019-05-15 09:25:34.877073', '127.0.0.1', '127.0.0.1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, 7, NULL, NULL, NULL, 1, NULL, true); -- -- TOC entry 2629 (class 0 OID 1898490) -- Dependencies: 249 -- Data for Name: users_perms; Type: TABLE DATA; Schema: public; Owner: thomas -- INSERT INTO public.users_perms VALUES (5, 1); INSERT INTO public.users_perms VALUES (5, 2); INSERT INTO public.users_perms VALUES (5, 3); INSERT INTO public.users_perms VALUES (5, 4); INSERT INTO public.users_perms VALUES (5, 5); INSERT INTO public.users_perms VALUES (5, 6); INSERT INTO public.users_perms VALUES (5, 7); INSERT INTO public.users_perms VALUES (5, 8); -- -- TOC entry 2668 (class 0 OID 0) -- Dependencies: 182 -- Name: annotations_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.annotations_id_seq', 32, true); -- -- TOC entry 2669 (class 0 OID 0) -- Dependencies: 184 -- Name: answers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.answers_id_seq', 9, true); -- -- TOC entry 2670 (class 0 OID 0) -- Dependencies: 187 -- Name: exported_plans_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.exported_plans_id_seq', 1, true); -- -- TOC entry 2671 (class 0 OID 0) -- Dependencies: 189 -- Name: guidance_groups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.guidance_groups_id_seq', 7, true); -- -- TOC entry 2672 (class 0 OID 0) -- Dependencies: 191 -- Name: guidances_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.guidances_id_seq', 16, true); -- -- TOC entry 2673 (class 0 OID 0) -- Dependencies: 193 -- Name: identifier_schemes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.identifier_schemes_id_seq', 2, true); -- -- TOC entry 2674 (class 0 OID 0) -- Dependencies: 195 -- Name: languages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.languages_id_seq', 13, true); -- -- TOC entry 2675 (class 0 OID 0) -- Dependencies: 197 -- Name: notes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.notes_id_seq', 1, true); -- -- TOC entry 2676 (class 0 OID 0) -- Dependencies: 199 -- Name: notification_acknowledgements_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.notification_acknowledgements_id_seq', 1, false); -- -- TOC entry 2677 (class 0 OID 0) -- Dependencies: 201 -- Name: notifications_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.notifications_id_seq', 1, false); -- -- TOC entry 2678 (class 0 OID 0) -- Dependencies: 203 -- Name: org_identifiers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.org_identifiers_id_seq', 1, false); -- -- TOC entry 2679 (class 0 OID 0) -- Dependencies: 205 -- Name: org_token_permissions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.org_token_permissions_id_seq', 4, true); -- -- TOC entry 2680 (class 0 OID 0) -- Dependencies: 207 -- Name: orgs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.orgs_id_seq', 8, true); -- -- TOC entry 2681 (class 0 OID 0) -- Dependencies: 209 -- Name: perms_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.perms_id_seq', 8, true); -- -- TOC entry 2682 (class 0 OID 0) -- Dependencies: 211 -- Name: phases_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.phases_id_seq', 29, true); -- -- TOC entry 2683 (class 0 OID 0) -- Dependencies: 215 -- Name: plans_guidance_groups_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.plans_guidance_groups_id_seq', 4, true); -- -- TOC entry 2684 (class 0 OID 0) -- Dependencies: 213 -- Name: plans_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.plans_id_seq', 24, true); -- -- TOC entry 2685 (class 0 OID 0) -- Dependencies: 217 -- Name: prefs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.prefs_id_seq', 1, false); -- -- TOC entry 2686 (class 0 OID 0) -- Dependencies: 219 -- Name: question_formats_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.question_formats_id_seq', 7, true); -- -- TOC entry 2687 (class 0 OID 0) -- Dependencies: 221 -- Name: question_options_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.question_options_id_seq', 12, true); -- -- TOC entry 2688 (class 0 OID 0) -- Dependencies: 223 -- Name: questions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.questions_id_seq', 288, true); -- -- TOC entry 2689 (class 0 OID 0) -- Dependencies: 226 -- Name: regions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.regions_id_seq', 6, true); -- -- TOC entry 2690 (class 0 OID 0) -- Dependencies: 228 -- Name: roles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.roles_id_seq', 24, true); -- -- TOC entry 2691 (class 0 OID 0) -- Dependencies: 230 -- Name: sections_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.sections_id_seq', 148, true); -- -- TOC entry 2692 (class 0 OID 0) -- Dependencies: 232 -- Name: sessions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.sessions_id_seq', 23, true); -- -- TOC entry 2693 (class 0 OID 0) -- Dependencies: 234 -- Name: settings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.settings_id_seq', 1, true); -- -- TOC entry 2694 (class 0 OID 0) -- Dependencies: 236 -- Name: stats_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.stats_id_seq', 1, false); -- -- TOC entry 2695 (class 0 OID 0) -- Dependencies: 238 -- Name: templates_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.templates_id_seq', 15, true); -- -- TOC entry 2696 (class 0 OID 0) -- Dependencies: 240 -- Name: themes_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.themes_id_seq', 44, true); -- -- TOC entry 2697 (class 0 OID 0) -- Dependencies: 243 -- Name: token_permission_types_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.token_permission_types_id_seq', 4, true); -- -- TOC entry 2698 (class 0 OID 0) -- Dependencies: 245 -- Name: user_identifiers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.user_identifiers_id_seq', 1, false); -- -- TOC entry 2699 (class 0 OID 0) -- Dependencies: 247 -- Name: users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: thomas -- SELECT pg_catalog.setval('public.users_id_seq', 5, true); -- -- TOC entry 2309 (class 2606 OID 1898097) -- Name: annotations annotations_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.annotations ADD CONSTRAINT annotations_pkey PRIMARY KEY (id); -- -- TOC entry 2313 (class 2606 OID 1898111) -- Name: answers answers_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers ADD CONSTRAINT answers_pkey PRIMARY KEY (id); -- -- TOC entry 2318 (class 2606 OID 1898128) -- Name: exported_plans exported_plans_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.exported_plans ADD CONSTRAINT exported_plans_pkey PRIMARY KEY (id); -- -- TOC entry 2320 (class 2606 OID 1898141) -- Name: guidance_groups guidance_groups_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.guidance_groups ADD CONSTRAINT guidance_groups_pkey PRIMARY KEY (id); -- -- TOC entry 2323 (class 2606 OID 1898153) -- Name: guidances guidances_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.guidances ADD CONSTRAINT guidances_pkey PRIMARY KEY (id); -- -- TOC entry 2326 (class 2606 OID 1898165) -- Name: identifier_schemes identifier_schemes_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.identifier_schemes ADD CONSTRAINT identifier_schemes_pkey PRIMARY KEY (id); -- -- TOC entry 2328 (class 2606 OID 1898176) -- Name: languages languages_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.languages ADD CONSTRAINT languages_pkey PRIMARY KEY (id); -- -- TOC entry 2331 (class 2606 OID 1898188) -- Name: notes notes_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notes ADD CONSTRAINT notes_pkey PRIMARY KEY (id); -- -- TOC entry 2335 (class 2606 OID 1898197) -- Name: notification_acknowledgements notification_acknowledgements_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notification_acknowledgements ADD CONSTRAINT notification_acknowledgements_pkey PRIMARY KEY (id); -- -- TOC entry 2337 (class 2606 OID 1898210) -- Name: notifications notifications_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notifications ADD CONSTRAINT notifications_pkey PRIMARY KEY (id); -- -- TOC entry 2339 (class 2606 OID 1898221) -- Name: org_identifiers org_identifiers_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_identifiers ADD CONSTRAINT org_identifiers_pkey PRIMARY KEY (id); -- -- TOC entry 2342 (class 2606 OID 1898229) -- Name: org_token_permissions org_token_permissions_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_token_permissions ADD CONSTRAINT org_token_permissions_pkey PRIMARY KEY (id); -- -- TOC entry 2344 (class 2606 OID 1898244) -- Name: orgs orgs_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.orgs ADD CONSTRAINT orgs_pkey PRIMARY KEY (id); -- -- TOC entry 2346 (class 2606 OID 1898255) -- Name: perms perms_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.perms ADD CONSTRAINT perms_pkey PRIMARY KEY (id); -- -- TOC entry 2350 (class 2606 OID 1898266) -- Name: phases phases_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.phases ADD CONSTRAINT phases_pkey PRIMARY KEY (id); -- -- TOC entry 2356 (class 2606 OID 1898291) -- Name: plans_guidance_groups plans_guidance_groups_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans_guidance_groups ADD CONSTRAINT plans_guidance_groups_pkey PRIMARY KEY (id); -- -- TOC entry 2353 (class 2606 OID 1898282) -- Name: plans plans_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans ADD CONSTRAINT plans_pkey PRIMARY KEY (id); -- -- TOC entry 2358 (class 2606 OID 1898303) -- Name: prefs prefs_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.prefs ADD CONSTRAINT prefs_pkey PRIMARY KEY (id); -- -- TOC entry 2360 (class 2606 OID 1898316) -- Name: question_formats question_formats_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.question_formats ADD CONSTRAINT question_formats_pkey PRIMARY KEY (id); -- -- TOC entry 2363 (class 2606 OID 1898327) -- Name: question_options question_options_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.question_options ADD CONSTRAINT question_options_pkey PRIMARY KEY (id); -- -- TOC entry 2367 (class 2606 OID 1898340) -- Name: questions questions_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.questions ADD CONSTRAINT questions_pkey PRIMARY KEY (id); -- -- TOC entry 2370 (class 2606 OID 1898357) -- Name: regions regions_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.regions ADD CONSTRAINT regions_pkey PRIMARY KEY (id); -- -- TOC entry 2374 (class 2606 OID 1898367) -- Name: roles roles_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.roles ADD CONSTRAINT roles_pkey PRIMARY KEY (id); -- -- TOC entry 2378 (class 2606 OID 1898380) -- Name: sections sections_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.sections ADD CONSTRAINT sections_pkey PRIMARY KEY (id); -- -- TOC entry 2382 (class 2606 OID 1898393) -- Name: sessions sessions_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.sessions ADD CONSTRAINT sessions_pkey PRIMARY KEY (id); -- -- TOC entry 2384 (class 2606 OID 1898406) -- Name: settings settings_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.settings ADD CONSTRAINT settings_pkey PRIMARY KEY (id); -- -- TOC entry 2386 (class 2606 OID 1898418) -- Name: stats stats_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.stats ADD CONSTRAINT stats_pkey PRIMARY KEY (id); -- -- TOC entry 2392 (class 2606 OID 1898429) -- Name: templates templates_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.templates ADD CONSTRAINT templates_pkey PRIMARY KEY (id); -- -- TOC entry 2394 (class 2606 OID 1898444) -- Name: themes themes_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.themes ADD CONSTRAINT themes_pkey PRIMARY KEY (id); -- -- TOC entry 2398 (class 2606 OID 1898460) -- Name: token_permission_types token_permission_types_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.token_permission_types ADD CONSTRAINT token_permission_types_pkey PRIMARY KEY (id); -- -- TOC entry 2401 (class 2606 OID 1898471) -- Name: user_identifiers user_identifiers_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.user_identifiers ADD CONSTRAINT user_identifiers_pkey PRIMARY KEY (id); -- -- TOC entry 2405 (class 2606 OID 1898487) -- Name: users users_pkey; Type: CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.users ADD CONSTRAINT users_pkey PRIMARY KEY (id); -- -- TOC entry 2310 (class 1259 OID 1898098) -- Name: index_annotations_on_question_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_annotations_on_question_id ON public.annotations USING btree (question_id); -- -- TOC entry 2311 (class 1259 OID 1898099) -- Name: index_annotations_on_versionable_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_annotations_on_versionable_id ON public.annotations USING btree (versionable_id); -- -- TOC entry 2314 (class 1259 OID 1898112) -- Name: index_answers_on_plan_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_answers_on_plan_id ON public.answers USING btree (plan_id); -- -- TOC entry 2315 (class 1259 OID 1898113) -- Name: index_answers_on_question_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_answers_on_question_id ON public.answers USING btree (question_id); -- -- TOC entry 2316 (class 1259 OID 1898117) -- Name: index_answers_question_options_on_answer_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_answers_question_options_on_answer_id ON public.answers_question_options USING btree (answer_id); -- -- TOC entry 2321 (class 1259 OID 1898142) -- Name: index_guidance_groups_on_org_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_guidance_groups_on_org_id ON public.guidance_groups USING btree (org_id); -- -- TOC entry 2324 (class 1259 OID 1898154) -- Name: index_guidances_on_guidance_group_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_guidances_on_guidance_group_id ON public.guidances USING btree (guidance_group_id); -- -- TOC entry 2329 (class 1259 OID 1898189) -- Name: index_notes_on_answer_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_notes_on_answer_id ON public.notes USING btree (answer_id); -- -- TOC entry 2332 (class 1259 OID 1898198) -- Name: index_notification_acknowledgements_on_notification_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_notification_acknowledgements_on_notification_id ON public.notification_acknowledgements USING btree (notification_id); -- -- TOC entry 2333 (class 1259 OID 1898199) -- Name: index_notification_acknowledgements_on_user_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_notification_acknowledgements_on_user_id ON public.notification_acknowledgements USING btree (user_id); -- -- TOC entry 2340 (class 1259 OID 1898230) -- Name: index_org_token_permissions_on_org_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_org_token_permissions_on_org_id ON public.org_token_permissions USING btree (org_id); -- -- TOC entry 2347 (class 1259 OID 1898267) -- Name: index_phases_on_template_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_phases_on_template_id ON public.phases USING btree (template_id); -- -- TOC entry 2348 (class 1259 OID 1898268) -- Name: index_phases_on_versionable_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_phases_on_versionable_id ON public.phases USING btree (versionable_id); -- -- TOC entry 2354 (class 1259 OID 1898292) -- Name: index_plans_guidance_groups_on_guidance_group_id_and_plan_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_plans_guidance_groups_on_guidance_group_id_and_plan_id ON public.plans_guidance_groups USING btree (guidance_group_id, plan_id); -- -- TOC entry 2351 (class 1259 OID 1898283) -- Name: index_plans_on_template_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_plans_on_template_id ON public.plans USING btree (template_id); -- -- TOC entry 2361 (class 1259 OID 1898328) -- Name: index_question_options_on_question_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_question_options_on_question_id ON public.question_options USING btree (question_id); -- -- TOC entry 2364 (class 1259 OID 1898341) -- Name: index_questions_on_section_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_questions_on_section_id ON public.questions USING btree (section_id); -- -- TOC entry 2365 (class 1259 OID 1898342) -- Name: index_questions_on_versionable_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_questions_on_versionable_id ON public.questions USING btree (versionable_id); -- -- TOC entry 2368 (class 1259 OID 1898346) -- Name: index_questions_themes_on_question_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_questions_themes_on_question_id ON public.questions_themes USING btree (question_id); -- -- TOC entry 2371 (class 1259 OID 1898368) -- Name: index_roles_on_plan_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_roles_on_plan_id ON public.roles USING btree (plan_id); -- -- TOC entry 2372 (class 1259 OID 1898369) -- Name: index_roles_on_user_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_roles_on_user_id ON public.roles USING btree (user_id); -- -- TOC entry 2375 (class 1259 OID 1898381) -- Name: index_sections_on_phase_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_sections_on_phase_id ON public.sections USING btree (phase_id); -- -- TOC entry 2376 (class 1259 OID 1898382) -- Name: index_sections_on_versionable_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_sections_on_versionable_id ON public.sections USING btree (versionable_id); -- -- TOC entry 2379 (class 1259 OID 1898394) -- Name: index_sessions_on_session_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE UNIQUE INDEX index_sessions_on_session_id ON public.sessions USING btree (session_id); -- -- TOC entry 2380 (class 1259 OID 1898395) -- Name: index_sessions_on_updated_at; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_sessions_on_updated_at ON public.sessions USING btree (updated_at); -- -- TOC entry 2387 (class 1259 OID 1898431) -- Name: index_templates_on_family_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_templates_on_family_id ON public.templates USING btree (family_id); -- -- TOC entry 2388 (class 1259 OID 1898430) -- Name: index_templates_on_family_id_and_version; Type: INDEX; Schema: public; Owner: thomas -- CREATE UNIQUE INDEX index_templates_on_family_id_and_version ON public.templates USING btree (family_id, version); -- -- TOC entry 2389 (class 1259 OID 1898433) -- Name: index_templates_on_org_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_templates_on_org_id ON public.templates USING btree (org_id); -- -- TOC entry 2395 (class 1259 OID 1898448) -- Name: index_themes_in_guidance_on_guidance_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_themes_in_guidance_on_guidance_id ON public.themes_in_guidance USING btree (guidance_id); -- -- TOC entry 2396 (class 1259 OID 1898449) -- Name: index_themes_in_guidance_on_theme_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_themes_in_guidance_on_theme_id ON public.themes_in_guidance USING btree (theme_id); -- -- TOC entry 2399 (class 1259 OID 1898472) -- Name: index_user_identifiers_on_user_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_user_identifiers_on_user_id ON public.user_identifiers USING btree (user_id); -- -- TOC entry 2402 (class 1259 OID 1898488) -- Name: index_users_on_email; Type: INDEX; Schema: public; Owner: thomas -- CREATE UNIQUE INDEX index_users_on_email ON public.users USING btree (email); -- -- TOC entry 2403 (class 1259 OID 1898489) -- Name: index_users_on_org_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_users_on_org_id ON public.users USING btree (org_id); -- -- TOC entry 2406 (class 1259 OID 1898493) -- Name: index_users_perms_on_user_id; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX index_users_perms_on_user_id ON public.users_perms USING btree (user_id); -- -- TOC entry 2390 (class 1259 OID 1898432) -- Name: template_organisation_dmptemplate_index; Type: INDEX; Schema: public; Owner: thomas -- CREATE INDEX template_organisation_dmptemplate_index ON public.templates USING btree (org_id, family_id); -- -- TOC entry 2307 (class 1259 OID 1898084) -- Name: unique_schema_migrations; Type: INDEX; Schema: public; Owner: thomas -- CREATE UNIQUE INDEX unique_schema_migrations ON public.schema_migrations USING btree (version); -- -- TOC entry 2413 (class 2606 OID 1898524) -- Name: answers_question_options fk_rails_01ba00b569; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers_question_options ADD CONSTRAINT fk_rails_01ba00b569 FOREIGN KEY (question_option_id) REFERENCES public.question_options(id); -- -- TOC entry 2434 (class 2606 OID 1898629) -- Name: questions_themes fk_rails_0489d5eeba; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.questions_themes ADD CONSTRAINT fk_rails_0489d5eeba FOREIGN KEY (theme_id) REFERENCES public.themes(id); -- -- TOC entry 2408 (class 2606 OID 1898499) -- Name: annotations fk_rails_0e08e753b6; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.annotations ADD CONSTRAINT fk_rails_0e08e753b6 FOREIGN KEY (question_id) REFERENCES public.questions(id); -- -- TOC entry 2426 (class 2606 OID 1898589) -- Name: phases fk_rails_0f8036cb2e; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.phases ADD CONSTRAINT fk_rails_0f8036cb2e FOREIGN KEY (template_id) REFERENCES public.templates(id); -- -- TOC entry 2429 (class 2606 OID 1898604) -- Name: plans_guidance_groups fk_rails_13d0671430; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans_guidance_groups ADD CONSTRAINT fk_rails_13d0671430 FOREIGN KEY (plan_id) REFERENCES public.plans(id); -- -- TOC entry 2437 (class 2606 OID 1898644) -- Name: sections fk_rails_1853581585; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.sections ADD CONSTRAINT fk_rails_1853581585 FOREIGN KEY (phase_id) REFERENCES public.phases(id); -- -- TOC entry 2420 (class 2606 OID 1898559) -- Name: org_identifiers fk_rails_189ad2e573; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_identifiers ADD CONSTRAINT fk_rails_189ad2e573 FOREIGN KEY (identifier_scheme_id) REFERENCES public.identifier_schemes(id); -- -- TOC entry 2415 (class 2606 OID 1898534) -- Name: guidances fk_rails_20d29da787; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.guidances ADD CONSTRAINT fk_rails_20d29da787 FOREIGN KEY (guidance_group_id) REFERENCES public.guidance_groups(id); -- -- TOC entry 2419 (class 2606 OID 1898554) -- Name: notification_acknowledgements fk_rails_20e998dafd; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notification_acknowledgements ADD CONSTRAINT fk_rails_20e998dafd FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- TOC entry 2423 (class 2606 OID 1898574) -- Name: org_token_permissions fk_rails_2aa265f538; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_token_permissions ADD CONSTRAINT fk_rails_2aa265f538 FOREIGN KEY (token_permission_type_id) REFERENCES public.token_permission_types(id); -- -- TOC entry 2427 (class 2606 OID 1898594) -- Name: plans fk_rails_3424ca281f; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans ADD CONSTRAINT fk_rails_3424ca281f FOREIGN KEY (template_id) REFERENCES public.templates(id); -- -- TOC entry 2421 (class 2606 OID 1898564) -- Name: org_identifiers fk_rails_36323c0674; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_identifiers ADD CONSTRAINT fk_rails_36323c0674 FOREIGN KEY (org_id) REFERENCES public.orgs(id); -- -- TOC entry 2410 (class 2606 OID 1898509) -- Name: answers fk_rails_3d5ed4418f; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers ADD CONSTRAINT fk_rails_3d5ed4418f FOREIGN KEY (question_id) REFERENCES public.questions(id); -- -- TOC entry 2445 (class 2606 OID 1898684) -- Name: users_perms fk_rails_457217c31c; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.users_perms ADD CONSTRAINT fk_rails_457217c31c FOREIGN KEY (perm_id) REFERENCES public.perms(id); -- -- TOC entry 2443 (class 2606 OID 1898674) -- Name: users fk_rails_45f4f12508; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.users ADD CONSTRAINT fk_rails_45f4f12508 FOREIGN KEY (language_id) REFERENCES public.languages(id); -- -- TOC entry 2438 (class 2606 OID 1898649) -- Name: templates fk_rails_481431e1bd; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.templates ADD CONSTRAINT fk_rails_481431e1bd FOREIGN KEY (org_id) REFERENCES public.orgs(id); -- -- TOC entry 2431 (class 2606 OID 1898614) -- Name: questions fk_rails_4fbc38c8c7; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.questions ADD CONSTRAINT fk_rails_4fbc38c8c7 FOREIGN KEY (question_format_id) REFERENCES public.question_formats(id); -- -- TOC entry 2424 (class 2606 OID 1898579) -- Name: orgs fk_rails_5640112cab; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.orgs ADD CONSTRAINT fk_rails_5640112cab FOREIGN KEY (language_id) REFERENCES public.languages(id); -- -- TOC entry 2411 (class 2606 OID 1898514) -- Name: answers fk_rails_584be190c2; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers ADD CONSTRAINT fk_rails_584be190c2 FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- TOC entry 2425 (class 2606 OID 1898584) -- Name: orgs fk_rails_5a6adf6bab; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.orgs ADD CONSTRAINT fk_rails_5a6adf6bab FOREIGN KEY (region_id) REFERENCES public.regions(id); -- -- TOC entry 2442 (class 2606 OID 1898669) -- Name: user_identifiers fk_rails_65c9a98cdb; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.user_identifiers ADD CONSTRAINT fk_rails_65c9a98cdb FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- TOC entry 2440 (class 2606 OID 1898659) -- Name: themes_in_guidance fk_rails_7d708f6f1e; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.themes_in_guidance ADD CONSTRAINT fk_rails_7d708f6f1e FOREIGN KEY (theme_id) REFERENCES public.themes(id); -- -- TOC entry 2417 (class 2606 OID 1898544) -- Name: notes fk_rails_7f2323ad43; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notes ADD CONSTRAINT fk_rails_7f2323ad43 FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- TOC entry 2414 (class 2606 OID 1898529) -- Name: guidance_groups fk_rails_819c1dbbc7; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.guidance_groups ADD CONSTRAINT fk_rails_819c1dbbc7 FOREIGN KEY (org_id) REFERENCES public.orgs(id); -- -- TOC entry 2409 (class 2606 OID 1898504) -- Name: answers fk_rails_84a6005a3e; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers ADD CONSTRAINT fk_rails_84a6005a3e FOREIGN KEY (plan_id) REFERENCES public.plans(id); -- -- TOC entry 2416 (class 2606 OID 1898539) -- Name: notes fk_rails_907f8d48bf; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notes ADD CONSTRAINT fk_rails_907f8d48bf FOREIGN KEY (answer_id) REFERENCES public.answers(id); -- -- TOC entry 2435 (class 2606 OID 1898634) -- Name: roles fk_rails_a1ce6c2772; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.roles ADD CONSTRAINT fk_rails_a1ce6c2772 FOREIGN KEY (plan_id) REFERENCES public.plans(id); -- -- TOC entry 2439 (class 2606 OID 1898654) -- Name: themes_in_guidance fk_rails_a5ab9402df; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.themes_in_guidance ADD CONSTRAINT fk_rails_a5ab9402df FOREIGN KEY (guidance_id) REFERENCES public.guidances(id); -- -- TOC entry 2436 (class 2606 OID 1898639) -- Name: roles fk_rails_ab35d699f0; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.roles ADD CONSTRAINT fk_rails_ab35d699f0 FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- TOC entry 2407 (class 2606 OID 1898494) -- Name: annotations fk_rails_aca7521f72; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.annotations ADD CONSTRAINT fk_rails_aca7521f72 FOREIGN KEY (org_id) REFERENCES public.orgs(id); -- -- TOC entry 2446 (class 2606 OID 1898689) -- Name: users_perms fk_rails_b46072b3a6; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.users_perms ADD CONSTRAINT fk_rails_b46072b3a6 FOREIGN KEY (user_id) REFERENCES public.users(id); -- -- TOC entry 2430 (class 2606 OID 1898609) -- Name: question_options fk_rails_b9c5f61cf9; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.question_options ADD CONSTRAINT fk_rails_b9c5f61cf9 FOREIGN KEY (question_id) REFERENCES public.questions(id); -- -- TOC entry 2432 (class 2606 OID 1898619) -- Name: questions fk_rails_c50eadc3e3; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.questions ADD CONSTRAINT fk_rails_c50eadc3e3 FOREIGN KEY (section_id) REFERENCES public.sections(id); -- -- TOC entry 2418 (class 2606 OID 1898549) -- Name: notification_acknowledgements fk_rails_c7a0a8115a; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.notification_acknowledgements ADD CONSTRAINT fk_rails_c7a0a8115a FOREIGN KEY (notification_id) REFERENCES public.notifications(id); -- -- TOC entry 2412 (class 2606 OID 1898519) -- Name: answers_question_options fk_rails_da7e58cf37; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.answers_question_options ADD CONSTRAINT fk_rails_da7e58cf37 FOREIGN KEY (answer_id) REFERENCES public.answers(id); -- -- TOC entry 2422 (class 2606 OID 1898569) -- Name: org_token_permissions fk_rails_e1db1b22c5; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.org_token_permissions ADD CONSTRAINT fk_rails_e1db1b22c5 FOREIGN KEY (org_id) REFERENCES public.orgs(id); -- -- TOC entry 2444 (class 2606 OID 1898679) -- Name: users fk_rails_e73753bccb; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.users ADD CONSTRAINT fk_rails_e73753bccb FOREIGN KEY (org_id) REFERENCES public.orgs(id); -- -- TOC entry 2428 (class 2606 OID 1898599) -- Name: plans_guidance_groups fk_rails_ec1c5524d7; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.plans_guidance_groups ADD CONSTRAINT fk_rails_ec1c5524d7 FOREIGN KEY (guidance_group_id) REFERENCES public.guidance_groups(id); -- -- TOC entry 2433 (class 2606 OID 1898624) -- Name: questions_themes fk_rails_f1d033040c; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.questions_themes ADD CONSTRAINT fk_rails_f1d033040c FOREIGN KEY (question_id) REFERENCES public.questions(id); -- -- TOC entry 2441 (class 2606 OID 1898664) -- Name: user_identifiers fk_rails_fe95df7db0; Type: FK CONSTRAINT; Schema: public; Owner: thomas -- ALTER TABLE ONLY public.user_identifiers ADD CONSTRAINT fk_rails_fe95df7db0 FOREIGN KEY (identifier_scheme_id) REFERENCES public.identifier_schemes(id); -- -- TOC entry 2635 (class 0 OID 0) -- Dependencies: 7 -- Name: SCHEMA public; Type: ACL; Schema: -; Owner: postgres -- REVOKE ALL ON SCHEMA public FROM PUBLIC; REVOKE ALL ON SCHEMA public FROM postgres; GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO PUBLIC; -- Completed on 2019-06-28 15:54:36 CEST -- -- PostgreSQL database dump complete --
/* 加 + 減 - 乘 * 除 / 請計算 Products 表格中所有產品價格的平均值 */ select avg(Price) as avg from orders.products;
<filename>project/Products.sql<gh_stars>0 INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Spik', 4, 2355, 'Spikar', 'none', 1, '/images/spik.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Hammare', 99, 35, 'Slår spikar', 'none', 1,'/images/hammare.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Såg', 149, 12, 'Sågar trä', 'none', 1, '/images/saw.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Arbetsbyxor', 699, 4, 'Fräscha arbetsbyxor i högsta kvalité', 'none', 1, '/images/workpants.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Bananer', 113, 8, 'Mat', 'none', 1, '/images/banana.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Apelsiner', 79, 5, 'Matig mat', 'none', 1, '/images/orange.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Äpplen', 82,7, 'Mer matig mat', 'none', 1, '/images/apple.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Nötblandning', 34, 29, 'Farlig mat', 'none', 1, '/images/nutmix.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Fruktblandning', 29, 18, 'Mindre farlig mat', 'none', 1, '/images/fruitmix.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Glass', 45, 39, 'God mat', 'none', 1, '/images/icecream.png'); -- KRYDDOR INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Timjan', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/thyme.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Rosmarin', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/rosemary.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Salt', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/salt.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Peppar', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/pepper.png'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Mejram', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/mejram.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Kanel', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/kanel.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Stjärnanis', 40, 100, 'En vanlig krydda', 'Krydda',1, '/images/stjarnanis.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Chillipulver', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/chilipulver.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Basilika', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/basilika.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Dragon', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/dragon.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Gurkmeja', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/gurkmeja.jpg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Spiskummin', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/spiskummin.jpeg'); INSERT INTO product (name, price, inventory, description, category, available, image_path) VALUES ('Lagerblad', 40, 100, 'En vanlig krydda', 'Krydda', 1, '/images/lagerblad.jpeg');
<reponame>alphagov/classifyintentsapp<gh_stars>1-10 /* Looks for duplicates in the urls table and deletes if the full_url, page, org0, and section0 columns have not changed. */ delete from urls where url_id in ( select url_id from ( select url_id, row_number() OVER (partition by full_url, page, org0, section0 order by url_id) as rnum from urls) t where t.rnum > 1);
drop table if exists TweetInfo go create table TweetInfo( TweetId int identity(1,1) primary key, TweetCreatedAt smalldatetime, TweetText nvarchar(1000), TweetAuthor nvarchar(255), TweetAuthorLocation nvarchar(255), TweetAuthorFollowerCount int, TweetAuthorCreatedAt smalldatetime, TweetGeoFullName nvarchar(255), TweetGeoCountryCode nvarchar(5), TweetRetweetCount int, TweetFavoriteCount int, TweetHashtags nvarchar(512), TweetUrl nvarchar(255), TweetMediaUrls nvarchar(512), TweetLanguageCode nvarchar(5), TweetSentiment float, TweetKeyPhrases nvarchar(1024), TweetNamedEntities nvarchar(1024) )
<gh_stars>1-10 /*------------------------------------------------------------------------------------------------- NAME: DBA_DiskSpaceAllocation.sql CREATED BY: <NAME> EMAIL: <EMAIL> DESCRIPTION: Checks the consistency of disk space allocation structures for a specified database. ------------------------------------------------------------------------------------------------- -- TR/PROJ# DATE MODIFIED DESCRIPTION ------------------------------------------------------------------------------------------------- -- F000000 04.23.2015 SYoung Initial creation. ------------------------------------------------------------------------------------------------- DISCLAIMER: The AUTHOR ASSUMES NO RESPONSIBILITY FOR ANYTHING, including the destruction of personal property, creating singularities, making deep fried chicken, causing your toilet to explode, making your animals spin around like mad, causing hair loss, killing your buzz or ANYTHING else that can be thought up. -------------------------------------------------------------------------------------------------*/ /* DBCC CHECKALLOC [ ( [ 'database_name' | database_id | 0 ] [ , NOINDEX | { REPAIR_ALLOW_DATA_LOSS | REPAIR_FAST | REPAIR_REBUILD } ] ) ] [ WITH { [ ALL_ERRORMSGS ] [ , NO_INFOMSGS ] [ , TABLOCK ] [ , ESTIMATEONLY ] } ] */ DBCC CHECKALLOC ('AdventureWorks');
<reponame>ezwip/SKlone /****** Object: Stored Procedure dbo.Raze Script Date: 5/1/2004 6:12:38 PM ******/ CREATE PROCEDURE dbo.Raze ( @kdID int, @Buildings int, @BuildingType tinyint ) AS DECLARE @Cost int DECLARE @BuildingsAvailable int SET @BuildingsAvailable = (SELECT Built FROM Buildings WHERE kdID = @kdID AND BuildingType = @BuildingType) IF @BuildingsAvailable < @Buildings SET @Buildings = @BuildingsAvailable SET @Cost = @Buildings * 50 EXEC dbo.BuyStuff @kdID, @Cost UPDATE Buildings SET Built = Built - @Buildings WHERE kdID = @kdID AND BuildingType = @BuildingType
drop table if exists companies; create table if not exists companies ( id int(11) not null auto_increment primary key, name varchar(64) not null, created_at timestamp default now() ); drop table if exists employees; create table if not exists employees ( id int(11) not null auto_increment primary key, company_id int(11) null, name varchar(64) not null, age int(11) not null, created_at timestamp default now() ); drop table if exists products; create table if not exists products ( id int(11) not null auto_increment primary key, company_id int(11) null, name varchar(64) not null, price int(11) not null, created_at timestamp not null default current_timestamp, updated_at timestamp not null default current_timestamp, deleted_at timestamp null default null ); drop table if exists users; create table if not exists users ( id int(11) not null auto_increment primary key, name varchar(64) not null, created_at timestamp default now() ); drop table if exists docs; create table if not exists docs ( id int(11) not null auto_increment primary key, user_id int(11) not null, title varchar(64) not null, content varchar(1024) not null, created_at timestamp default now() ); drop table if exists comments; create table if not exists comments ( id int(11) not null auto_increment primary key, user_id int(11) not null, doc_id int(11) not null, content varchar(1024) not null, created_at timestamp default now() );
<filename>database/src/main/resources/db/migration/V11__sentry_event_jsonb.sql -- I don't know why I declared it json :( alter table private.sentry_event alter column content type jsonb ;
{{ config(materialized='table') }} -- dim_snowdepth_aux with source as ( select * from {{ ref('stg_snowdepth_aux') }} ), dim_snowdepth_coordinates as ( select id, sn_site from {{ ref('dim_snowdepth_coordinates') }} ), dim_snowdepth_aux as ( select row_number() over (order by source.sn_site) as id, coordinates.id as coordinate_id, sc_type_of_sites_ecological, sn_site_old, year_first, year_last from source left join dim_snowdepth_coordinates coordinates on source.sn_site = coordinates.sn_site ) select * from dim_snowdepth_aux
drop table [student_mark] drop table [student] drop table [subject] create table student ( [id] int not null identity(1,1) primary key, [name] nvarchar(50) not null, [age] int not null, [class] int not null ) create table [subject] ( [id] int not null identity(1,1) primary key, [name] nvarchar(50) not null, [class] int not null ) create table [student_mark] ( [id] int not null identity(1,1) primary key, [student_id] int not null, [subject_id] int not null, [mark] int not null, [year] int not null, FOREIGN KEY ([student_id]) REFERENCES [student]([id]), FOREIGN KEY ([subject_id]) REFERENCES [subject]([id]) )
-- file:plpgsql.sql ln:1189 expect:true insert into WSlot values ('WS.101.3a', '101', '', '')
<reponame>OpenPerpetuum/OPDB-docs USE [perpetuumsa] GO --------------EntityDefault------------- DECLARE @definitionID int; DECLARE @aggvalueID int; DECLARE @aggfieldID int; PRINT N'def_npc_waspish_miniboss_rank3'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_waspish_miniboss_rank3' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_waspish_miniboss_rank3', quantity=1, attributeflags=1024, categoryflags=1423, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='<PASSWORD>', purchasable=1, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_tyrannos_guard'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_tyrannos_guard' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_tyrannos_guard', quantity=1, attributeflags=1024, categoryflags=1423, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='def_npc_tyrannos_guard_desc', purchasable=0, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_troiar_miniboss_rank3'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_troiar_miniboss_rank3' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_troiar_miniboss_rank3', quantity=1, attributeflags=1024, categoryflags=1423, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='<PASSWORD>', purchasable=1, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_kain_guard'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_kain_guard' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_kain_guard', quantity=1, attributeflags=1024, categoryflags=1167, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='<PASSWORD>', purchasable=0, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_intakt_miniboss_rank3'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_intakt_miniboss_rank3' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_intakt_miniboss_rank3', quantity=1, attributeflags=1024, categoryflags=911, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='def_npc_intakt_miniboss_rank3_desc', purchasable=1, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_cameleon_miniboss_rank3'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_cameleon_miniboss_rank3' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_cameleon_miniboss_rank3', quantity=1, attributeflags=1024, categoryflags=1167, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='def_npc_cameleon_miniboss_rank3_desc', purchasable=1, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_baphomet_miniboss_rank3'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_baphomet_miniboss_rank3' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_baphomet_miniboss_rank3', quantity=1, attributeflags=1024, categoryflags=911, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='def_npc_baphomet_miniboss_rank3_desc', purchasable=1, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_artemis_guard'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_artemis_guard' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_artemis_guard', quantity=1, attributeflags=1024, categoryflags=911, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='def_npc_artemis_guard_desc', purchasable=0, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; PRINT N'def_npc_arbalest_miniboss_rank3'; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_arbalest_miniboss_rank3' ORDER BY definition DESC); UPDATE entitydefaults Set definitionname='def_npc_arbalest_miniboss_rank3', quantity=1, attributeflags=1024, categoryflags=1167, options='', note='', enabled=1, volume=0, mass=0, hidden='False', health=100, descriptiontoken='def_npc_arbalest_miniboss_rank3_desc', purchasable=1, tiertype=0, tierlevel=0 where definition=@definitionID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'falloff_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.0 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'locking_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=4.5 WHERE id = @aggvalueID; SET @aggfieldID = (SELECT TOP 1 id from aggregatefields WHERE [name] = 'optimal_range_modifier' ORDER BY [name] DESC); SET @aggvalueID = (SELECT TOP 1 id from aggregatevalues WHERE [definition] = @definitionID AND [field]=@aggfieldID ORDER BY definition DESC); UPDATE aggregatevalues SET definition=@definitionID, field=@aggfieldID, value=2.5 WHERE id = @aggvalueID; -----------Robot Templates-------------------- DECLARE @templateID int PRINT N'Wasp miniboss template'; SET @templateID = (SELECT TOP 1 id from robottemplates WHERE [name] = 'Waspish NPC miniboss3' ORDER BY id DESC) UPDATE robottemplates SET name='Waspish NPC miniboss3', description='#robot=ibaf#head=ibaa#chassis=ibab#leg=ibac#container=i148#headModules=[|m0=[|definition=idba|slot=i1]|m1=[|definition=ic80|slot=i2]|m2=[|definition=ic76|slot=i3]|m3=[|definition=idfc|slot=i4]|m4=[|definition=idfc|slot=i5]]#chassisModules=[|m0=[|definition=i3f|slot=i1|ammoDefinition=i98d|ammoQuantity=ia]|m1=[|definition=i3f|slot=i2|ammoDefinition=i98d|ammoQuantity=ia]|m2=[|definition=i3f|slot=i3|ammoDefinition=i98d|ammoQuantity=ia]|m3=[|definition=i3f|slot=i4|ammoDefinition=i98d|ammoQuantity=ia]|m4=[|definition=i3f|slot=i5|ammoDefinition=i98d|ammoQuantity=ia]]#legModules=[|m0=[|definition=ic40|slot=i1]|m1=[|definition=ic52|slot=i2]|m2=[|definition=ic74|slot=i3]]', note='' WHERE id=@templateID; PRINT N'Troiar NPC miniboss3'; SET @templateID = (SELECT TOP 1 id from robottemplates WHERE [name] = 'Troiar NPC miniboss3' ORDER BY id DESC) UPDATE robottemplates SET name='Troiar NPC miniboss3', description='#robot=iba3#head=ib9e#chassis=ib9f#leg=iba0#container=i146#headModules=[|m0=[|definition=idba|slot=i1]|m1=[|definition=ic8a|slot=i2]|m2=[|definition=ic80|slot=i3]]#chassisModules=[|m0=[|definition=i3f|slot=i1|ammoDefinition=i98d|ammoQuantity=ia]|m1=[|definition=i3f|slot=i2|ammoDefinition=i98d|ammoQuantity=ia]|m2=[|definition=i26|slot=i3|ammoDefinition=i98d|ammoQuantity=ia]|m3=[|definition=i26|slot=i4|ammoDefinition=i98d|ammoQuantity=ia]]#legModules=[|m0=[|definition=ic52|slot=i1]|m1=[|definition=ic54|slot=i2]|m2=[|definition=ic74|slot=i3]]', note='' WHERE id=@templateID; PRINT N'Intakt NPC miniboss3'; SET @templateID = (SELECT TOP 1 id from robottemplates WHERE [name] = 'Intakt NPC miniboss3' ORDER BY id DESC) UPDATE robottemplates SET name='Intakt NPC miniboss3', description='#robot=iba2#head=ib9b#chassis=ib9c#leg=ib9d#container=i146#headModules=[|m0=[|definition=ide0|slot=i1]|m1=[|definition=ide0|slot=i2]|m2=[|definition=ic80|slot=i3]|m3=[|definition=idba|slot=i4]|m4=[|definition=ic8a|slot=i5]]#chassisModules=[|m0=[|definition=i26|slot=i1|ammoDefinition=i98d|ammoQuantity=ia]|m1=[|definition=i39|slot=i2|ammoDefinition=i989|ammoQuantity=ia]|m2=[|definition=i39|slot=i3|ammoDefinition=i989|ammoQuantity=ia]]#legModules=[|m0=[|definition=ic54|slot=i1]|m1=[|definition=iddc|slot=i2]|m2=[|definition=ic74|slot=i3]]', note='' WHERE id=@templateID; ---------Presences and Flocks -------------- DECLARE @presenceID int DECLARE @flockID int; Print N'stronghold1_trashgroup'; SET @presenceID = (SELECT TOP 1 id from npcpresence WHERE [name] = 'stronghold1_trashgroup' ORDER BY id DESC) UPDATE [dbo].[npcpresence] SET [name] = 'stronghold1_trashgroup',[topx] = 7,[topy] = 7,[bottomx] = 2038,[bottomy] = 2038,[note] = '',[spawnid] = 21,[enabled] = 1,[roaming] = 0 ,[roamingrespawnseconds] = 0,[presencetype] = 0,[maxrandomflock] = 0,[randomcenterx] = 0,[randomcentery] = 0 ,[randomradius] = 0,[dynamiclifetime] = 0 ,[isbodypull] = 1,[isrespawnallowed] = 1,[safebodypull] = 1 WHERE id=@presenceID; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_intakt_ewjammer_rank5' ORDER BY definition DESC); SET @flockID = (SELECT TOP 1 id from npcflock WHERE [name] = 'intakt_stronghold_trash' ORDER BY id DESC); UPDATE [dbo].[npcflock] SET [name] = 'intakt_stronghold_trash' ,[presenceid] = @presenceID, [flockmembercount] = 1, [definition] = @definitionID, [spawnoriginX] = 1046, [spawnoriginY] = 979 ,[spawnrangeMin] = 0, [spawnrangeMax] = 5,[respawnseconds] = 900, [totalspawncount] = 0, [homerange] = 50 ,[note] = 'intakt_stronghold_trash', [respawnmultiplierlow] = 0, [enabled] = 1, [iscallforhelp] = 1, [behaviorType] = 2 WHERE id=@flockID; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_cameleon_ewjammer_rank5' ORDER BY definition DESC); SET @flockID = (SELECT TOP 1 id from npcflock WHERE [name] = 'cam_stronghold_trash' ORDER BY id DESC); UPDATE [dbo].[npcflock] SET [name] = 'cam_stronghold_trash' ,[presenceid] = @presenceID, [flockmembercount] = 1, [definition] = @definitionID, [spawnoriginX] = 970, [spawnoriginY] = 1051 ,[spawnrangeMin] = 0, [spawnrangeMax] = 5,[respawnseconds] = 900, [totalspawncount] = 0, [homerange] = 50 ,[note] = 'cam_stronghold_trash', [respawnmultiplierlow] = 0, [enabled] = 1, [iscallforhelp] = 1, [behaviorType] = 2 WHERE id=@flockID; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_troiar_ewjammer_rank5' ORDER BY definition DESC); SET @flockID = (SELECT TOP 1 id from npcflock WHERE [name] = 'troiar_stronghold_trash' ORDER BY id DESC); UPDATE [dbo].[npcflock] SET [name] = 'troiar_stronghold_trash' ,[presenceid] = @presenceID, [flockmembercount] = 1, [definition] = @definitionID, [spawnoriginX] = 926, [spawnoriginY] = 988 ,[spawnrangeMin] = 0, [spawnrangeMax] = 5,[respawnseconds] = 900, [totalspawncount] = 0, [homerange] = 50 ,[note] = 'trioar_stronghold_trash', [respawnmultiplierlow] = 0, [enabled] = 1, [iscallforhelp] = 1, [behaviorType] = 2 WHERE id=@flockID; SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_baphomet_dps_rank5' ORDER BY definition DESC); SET @flockID = (SELECT TOP 1 id from npcflock WHERE [name] = 'Baph_stronghold_trash' ORDER BY id DESC); INSERT INTO[dbo].[npcflock]([name],[presenceid],[flockmembercount],[definition],[spawnoriginX],[spawnoriginY],[spawnrangeMin],[spawnrangeMax],[respawnseconds] ,[totalspawncount],[homerange],[note],[respawnmultiplierlow],[enabled],[iscallforhelp],[behaviorType]) VALUES ('Baph_stronghold_trash', @presenceID, 2, @definitionID, 1046, 979, 0, 5, 900, 0, 50, 'Baph_stronghold_trash', 0, 1, 1, 2); SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_arbalest_dps_rank5' ORDER BY definition DESC); SET @flockID = (SELECT TOP 1 id from npcflock WHERE [name] = 'Arbalest_stronghold_trash' ORDER BY id DESC); INSERT INTO[dbo].[npcflock]([name],[presenceid],[flockmembercount],[definition],[spawnoriginX],[spawnoriginY],[spawnrangeMin],[spawnrangeMax],[respawnseconds] ,[totalspawncount],[homerange],[note],[respawnmultiplierlow],[enabled],[iscallforhelp],[behaviorType]) VALUES ('Arbalest_stronghold_trash', @presenceID, 2, @definitionID, 970, 1051, 0, 5, 900, 0, 50, 'Arb_stronghold_trash', 0, 1, 1, 2); SET @definitionID = (SELECT TOP 1 definition from entitydefaults WHERE [definitionname] = 'def_npc_waspish_dps_rank5' ORDER BY definition DESC); SET @flockID = (SELECT TOP 1 id from npcflock WHERE [name] = 'Waspish_stronghold_trash' ORDER BY id DESC); INSERT INTO[dbo].[npcflock]([name],[presenceid],[flockmembercount],[definition],[spawnoriginX],[spawnoriginY],[spawnrangeMin],[spawnrangeMax],[respawnseconds] ,[totalspawncount],[homerange],[note],[respawnmultiplierlow],[enabled],[iscallforhelp],[behaviorType]) VALUES ('Waspish_stronghold_trash', @presenceID, 2, @definitionID, 926, 988, 0, 5, 900, 0, 50, 'Wasp_stronghold_trash', 0, 1, 1, 2);
-- ---------------------------- DROP TABLE IF EXISTS `TakeTrainRecord`; CREATE TABLE `TakeTrainRecord`( `RID` int PRIMARY KEY AUTO_INCREMENT, `PCardID` char(18) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `TID` int NOT NULL, `SStationID` int NOT NULL, `AStationID` int NOT NULL, `CarrigeID` smallint, `SeatRow` smallint NOT NULL, `SeatNo` CHAR(1), `SStatus` int NOT NULL, CHECK(`SStatus` = 0 OR `SStatus` = 1 OR `SStatus` =2), CHECK(`SeatNo`='A' OR `SeatNo`='B' OR `SeatNo`='C' OR `SeatNo`='E' OR `SeatNo`='F' OR `SeatNo`=NULL), FOREIGN KEY(PCardID) REFERENCES passenger(PCardID), FOREIGN KEY(TID) REFERENCES train(TID) ); delimiter $$; DROP PROCEDURE IF EXISTS insertTTR; CREATE PROCEDURE insertTTR() BEGIN DECLARE PCardID1 char(18); DECLARE TID1 int; DECLARE SStationID1 int; DECLARE AStationID1 int; DECLARE CarrigeID1 SMALLINT; DECLARE SeatRow1 SMALLINT; DECLARE SeatNo1 CHAR(1); DECLARE SStatus1 int; DECLARE number INT; SET number = 0; WHILE number < 10000 DO SET TID1 = FLOOR(1+RAND()*40000); SET CarrigeID1 = ROUND(RAND()*20); SET SeatRow1 = ROUND(RAND()*20); SET SeatNo1 = CHAR(ROUND(RAND()*4+65,0)); SET SeatNo1 = IF(SeatNo1='D','F',SeatNo1); -- 排除包含D的情况 SET SStatus1=ROUND(RAND()*2,0); SELECT PCardID INTO PCardID1 FROM passenger WHERE(age=3+FLOOR(RAND()*90))ORDER BY RAND() LIMIT 1; SELECT SStationID,AStationID INTO SStationID1,AStationID1 FROM train WHERE(TID=TID1) LIMIT 1; INSERT INTO TakeTrainRecord(PCardID,TID,SStationID,AStationID,CarrigeID,SeatRow,SeatNo,SStatus)VALUES(PCardID1,TID1,SStationID1,AStationID1,CarrigeID1,SeatRow1,SeatNo1,SStatus1); SET number=number+1; END WHILE; END$$; delimiter; CALL insertTTR();-- 生成数据 SELECT * FROM TakeTrainRecord; -- 去重前的表 DROP TABLE IF EXISTS dele; -- 生成去重表dele CREATE TABLE dele as (SELECT TID FROM TakeTrainRecord GROUP BY TID,CarrigeID,SeatRow,SeatNo HAVING COUNT(*)>1); -- SELECT * FROM dele; DELETE FROM TakeTrainRecord WHERE TID IN (SELECT TID FROM dele); SELECT * FROM TakeTrainRecord; -- 去重后的表 SELECT DISTINCT TID,CarrigeID,SeatRow,SeatNo FROM TakeTrainRecord; -- 检查是否去重结束 DROP TABLE dele; -- 丢弃dele表
INSERT INTO `id_sharding_0`(`id`, `data`) VALUES (2, 'test2');
<filename>coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/log/Release_1_0_logs/s2s/procfunpacks/GetFundingMonths.sql<gh_stars>0 CREATE OR REPLACE FUNCTION GetFundingMonths (AW_PROPOSAL_NUMBER OSP$BUDGET_PERIODS.PROPOSAL_NUMBER%TYPE, AW_VERSION OSP$BUDGET.VERSION_NUMBER%TYPE, AW_PERSONID OSP$PERSON.PERSON_ID%TYPE) RETURN VARCHAR2 IS li_months number; ls_months varchar2(5); BEGIN li_months := 0; SELECT sum(.01 * PD.percent_effort * round(months_between(PD.end_date,PD.start_date))) MONTHS INTO li_months FROM OSP$BUDGET_PERSONNEL_DETAILS PD, OSP$BUDGET B WHERE PD.proposal_number = AW_PROPOSAL_NUMBER AND PD.PROPOSAL_NUMBER = B.PROPOSAL_NUMBER and PD.VERSION_NUMBER = B.VERSION_NUMBER AND B.VERSION_NUMBER = AW_VERSION and PD.budget_period = 1 and PD.person_id = AW_PERSONID; li_months := round(li_months, 2); ls_months := to_char(li_months); --ls_months := to_char(li_months,'99.99'); IF ls_months IS NOT NULL THEN return ls_months; ELSE return ''; END IF; END; /
-- Probably not required. CREATE TABLE IF NOT EXISTS `###raf_settings` ( `id` INT(10) NOT NULL AUTO_INCREMENT, `templatePageIDs` LONGTEXT NULL, `products` LONGTEXT NULL, `discounts` LONGTEXT NUll, PRIMARY KEY (`id`) ) ~~~COLLATE; -- Table structure for RAF Members table. CREATE TABLE IF NOT EXISTS `###raf_members` ( `id` INT(10) NOT NULL AUTO_INCREMENT, `memberID` INT(10) NOT NULL UNIQUE, `memberEmail` VARCHAR(191) NOT NULL UNIQUE, `memberAffID` VARCHAR(191) NOT NULL UNIQUE, `referedUsers` LONGTEXT NULL, `totalRefered` LONGTEXT NULL, `discounts` LONGTEXT NULL, `createdAt` DATETIME DEFAULT CURRENT_TIMESTAMP, `modifiedAt` DATETIME ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ~~~COLLATE; -- Table structure for RAF Refered Users table. CREATE TABLE IF NOT EXISTS `###raf_refered_users` ( `id` INT(10) NOT NULL AUTO_INCREMENT, `userEmail` VARCHAR(191) NOT NULL UNIQUE, `orderID` VARCHAR(191) NOT NULL UNIQUE, `referedAffID` VARCHAR(255) NOT NULL, `isUser` TINYINT DEFAULT 1 NOT NULL, `createdAt` DATETIME DEFAULT CURRENT_TIMESTAMP, `modifiedAt` DATETIME ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ~~~COLLATE; -- Table structure for RAF Email Templates table. CREATE TABLE IF NOT EXISTS `###raf_email_templates` ( `id` INT(10) NOT NULL AUTO_INCREMENT, `templateID` VARCHAR(191) NOT NULL UNIQUE, `subject` LONGTEXT NULL, `content` LONGTEXT NULL, `createdAt` DATETIME DEFAULT CURRENT_TIMESTAMP, `modifiedAt` DATETIME ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ~~~COLLATE;
<reponame>leefernandes/sqlt {{ define "user/list" -}} -- SELECT {{ with .Select -}} select {{ . }} {{ else -}} select * {{ end }} -- FROM from "iam"."user" -- WHERE {{ with .Where -}} where {{ . }} {{ end }} -- LIMIT {{ with .Limit -}} {{ if and (gt . 0) (lt . 50) -}} limit {{ . }} {{ else -}} limit 50 {{ end }} {{- end }} {{- end }}
<filename>lib/sql/oprdb.add.networkacl.sql -- ACL needed for /dashboard -- Requires sysdba, e.g. -- sqlplus sys/xxxx@userdb as sysdba -- Based on -- https://mango.ctegd.uga.edu/svn/ApiCommonSystem/trunk/Oracle/sql/acl_upenn.sql -- and -- https://mango.ctegd.uga.edu/svn/ApiCommonSystem/trunk/Oracle/sql/add_acl_ToUsers_11203.sql DEFINE acluser=&1 DECLARE ACL_PATH VARCHAR2(32767); BEGIN -- Look for the ACL currently assigned to '*' and give GUS_R -- the "resolve" privilege if GUS_R does not have the privilege yet SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL; dbms_output.put_line('acl_path = '|| acl_path); dbms_output.put_line('ACL already Exists. Checks for Privilege and add the Privilege'); IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH,'GUS_R','connect') IS NULL THEN DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,'GUS_R', TRUE, 'connect'); END IF; EXCEPTION -- When no ACL has been assigned to '*' WHEN NO_DATA_FOUND THEN dbms_output.put_line('GUS_R does not have privilege, create ACL now'); DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('users.xml', 'ACL that lets GUS_R to use the UTL Package', 'GUS_R', TRUE, 'connect'); dbms_output.put_line('GUS_R does not have privilege, assign ACL now'); DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('users.xml','*'); END; / BEGIN DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE ( acl => 'users.xml', principal => 'GUS_R', is_grant => TRUE, privilege => 'resolve', position => null); END; / BEGIN DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL ( acl => 'users.xml', host => '*.pcbi.upenn.edu'); END; / grant execute on utl_inaddr to &&acluser; BEGIN DBMS_NETWORK_ACL_ADMIN.add_privilege ( acl => 'users.xml', principal => UPPER('&&acluser'), is_grant => TRUE, privilege => 'resolve'); end; /
-- Repairs null story.owner fields by pulling information from the -- related documnt.primaryAuthor field. As of 2013-01-15, this is safe -- as there is no practical way to create BODY and ANSWER_SET -- documents with different authors, but such a state is possible -- according to the design. These limitations should be considered -- before executing this script. DELIMITER // CREATE PROCEDURE repairNullStoryOwners() BEGIN DECLARE storyIdX INT; DECLARE done INT DEFAULT 0; DECLARE cur CURSOR FOR SELECT id FROM story WHERE owner IS NULL; DECLARE CONTINUE HANDLER FOR NOT FOUND SET done=1; OPEN cur; REPEAT FETCH cur INTO storyIdX; IF NOT done THEN SET @owner=(SELECT primaryAuthor FROM document WHERE systemEntity=storyIdX AND primaryAuthor>0 LIMIT 1); UPDATE story SET owner=@owner WHERE id=storyIdX; END IF; UNTIL done END REPEAT; CLOSE cur; END // DELIMITER ; CALL repairNullStoryOwners(); DROP PROCEDURE repairNullStoryOwners;
<filename>sql_metadb/migration_tables/po_order_templates.sql DROP TABLE IF EXISTS po_order_templates; CREATE TABLE po_order_templates AS SELECT id::varchar(36), jsonb_extract_path_text(jsonb, 'acquisitionMethod')::varchar(36) AS acquisition_method, jsonb_extract_path_text(jsonb, 'approved')::boolean AS approved, jsonb_extract_path_text(jsonb, 'billTo')::varchar(36) AS bill_to, jsonb_extract_path_text(jsonb, 'cancellationRestriction')::boolean AS cancellation_restriction, jsonb_extract_path_text(jsonb, 'collection')::boolean AS collection, jsonb_extract_path_text(jsonb, 'instanceId')::varchar(36) AS instance_id, jsonb_extract_path_text(jsonb, 'manualPo')::boolean AS manual_po, jsonb_extract_path_text(jsonb, 'orderFormat')::varchar(65535) AS order_format, jsonb_extract_path_text(jsonb, 'orderType')::varchar(65535) AS order_type, jsonb_extract_path_text(jsonb, 'paymentStatus')::varchar(65535) AS payment_status, jsonb_extract_path_text(jsonb, 'publicationDate')::varchar(65535) AS publication_date, jsonb_extract_path_text(jsonb, 'publisher')::varchar(65535) AS publisher, jsonb_extract_path_text(jsonb, 'reEncumber')::boolean AS re_encumber, jsonb_extract_path_text(jsonb, 'receiptStatus')::varchar(65535) AS receipt_status, jsonb_extract_path_text(jsonb, 'selector')::varchar(65535) AS selector, jsonb_extract_path_text(jsonb, 'shipTo')::varchar(36) AS ship_to, jsonb_extract_path_text(jsonb, 'templateCode')::varchar(65535) AS template_code, jsonb_extract_path_text(jsonb, 'templateDescription')::varchar(65535) AS template_description, jsonb_extract_path_text(jsonb, 'templateName')::varchar(65535) AS template_name, jsonb_extract_path_text(jsonb, 'vendor')::varchar(36) AS vendor, jsonb_pretty(jsonb)::json AS data FROM folio_orders.order_templates; ALTER TABLE po_order_templates ADD PRIMARY KEY (id); CREATE INDEX ON po_order_templates (acquisition_method); CREATE INDEX ON po_order_templates (approved); CREATE INDEX ON po_order_templates (bill_to); CREATE INDEX ON po_order_templates (cancellation_restriction); CREATE INDEX ON po_order_templates (collection); CREATE INDEX ON po_order_templates (instance_id); CREATE INDEX ON po_order_templates (manual_po); CREATE INDEX ON po_order_templates (order_format); CREATE INDEX ON po_order_templates (order_type); CREATE INDEX ON po_order_templates (payment_status); CREATE INDEX ON po_order_templates (publication_date); CREATE INDEX ON po_order_templates (publisher); CREATE INDEX ON po_order_templates (re_encumber); CREATE INDEX ON po_order_templates (receipt_status); CREATE INDEX ON po_order_templates (selector); CREATE INDEX ON po_order_templates (ship_to); CREATE INDEX ON po_order_templates (template_code); CREATE INDEX ON po_order_templates (template_description); CREATE INDEX ON po_order_templates (template_name); CREATE INDEX ON po_order_templates (vendor); VACUUM ANALYZE po_order_templates;
<reponame>daramousk/kratos CREATE INDEX `selfservice_verification_flows_nid_idx` ON `selfservice_verification_flows` (`id`, `nid`);
<gh_stars>0 ALTER DOMAIN zipcode RENAME CONSTRAINT zipchk TO zip_check;
-- @testpoint:opengauss关键字character(非保留),作为数据库名 --关键字不带引号-成功 drop database if exists character; create database character; --清理环境 drop database character; --关键字带双引号-成功 drop database if exists "character"; create database "character"; --清理环境 drop database "character"; --关键字带单引号-合理报错 drop database if exists 'character'; create database 'character'; --关键字带反引号-合理报错 drop database if exists `character`; create database `character`;