[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
[
Home
]
File: rev_siakad.sql
-- phpMyAdmin SQL Dump -- version 4.5.1 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: 07 Apr 2018 pada 05.52 -- Versi Server: 10.1.13-MariaDB -- PHP Version: 5.6.21 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 utf8mb4 */; -- -- Database: `rev_siakad` -- -- -------------------------------------------------------- -- -- Struktur dari tabel `captcha` -- CREATE TABLE `captcha` ( `captcha_id` bigint(13) NOT NULL, `captcha_time` int(10) NOT NULL, `ip_address` varchar(45) NOT NULL, `word` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `captcha` -- INSERT INTO `captcha` (`captcha_id`, `captcha_time`, `ip_address`, `word`) VALUES (1662, 1522542428, '::1', '15'), (1663, 1523073018, '::1', '81'), (1664, 1523073100, '::1', '85'); -- -------------------------------------------------------- -- -- Struktur dari tabel `coment` -- CREATE TABLE `coment` ( `id` int(20) NOT NULL, `id_coment` varchar(100) NOT NULL, `coment_tweet` varchar(500) NOT NULL, `dt_coment` datetime NOT NULL, `id_coment_member` varchar(20) NOT NULL, `nama_pengirim` varchar(100) NOT NULL, `foto_pengirim` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `coment` -- INSERT INTO `coment` (`id`, `id_coment`, `coment_tweet`, `dt_coment`, `id_coment_member`, `nama_pengirim`, `foto_pengirim`) VALUES (380, '213', 'tes', '2018-02-20 12:02:02', '12', 'Citra Yulia Dewi', 'Citra Yulia Dewi'), (381, '216', 'okeeeeeee', '2018-02-21 22:15:29', '160505018', 'Sri Ayu Setiawati', 'Sri Ayu Setiawati'), (382, '216', 'yyyyyyyyyyyyyy', '2018-02-21 22:16:29', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (383, '216', 'ggggggggggggg', '2018-02-21 22:16:55', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (384, '216', 'jjjjj', '2018-02-21 22:39:17', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (385, '217', 'kkkkkkkkk', '2018-02-21 22:39:28', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (386, '217', 'jjjjkkkkk', '2018-02-21 22:39:40', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (387, '218', 'sipp', '2018-02-21 22:57:57', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (388, '218', 'cobi', '2018-02-21 23:07:52', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (389, '219', 'yyyyyyyyyyyyyy', '2018-02-21 23:24:31', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (390, '218', 'uuuuuuuuuuuuu', '2018-02-21 23:24:40', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (391, '219', 'vvvv', '2018-02-21 23:30:11', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (392, '219', 'hhhh', '2018-02-21 23:30:37', '99', 'Citra Yulia Dewiggcc', 'Citra Yulia Dewiggcc'), (393, '219', 'kjkjk', '2018-02-21 23:31:03', 'D002', 'Ns. Elfira Sri Futriani, SPd, ', 'Ns. Elfira Sri Futriani, SPd, '), (394, '219', 'fgfg', '2018-02-21 23:31:13', 'D002', 'Ns. Elfira Sri Futriani, SPd, ', 'Ns. Elfira Sri Futriani, SPd, '), (395, '220', 'gggggggggggggg', '2018-02-21 23:31:27', 'D002', 'Ns. Elfira Sri Futriani, SPd, ', 'Ns. Elfira Sri Futriani, SPd, '), (396, '221', 'kkkkkkkk', '2018-02-21 23:31:45', 'D002', 'Ns. Elfira Sri Futriani, SPd, ', 'Ns. Elfira Sri Futriani, SPd, '), (397, '221', 'bbbbbbbbbbbbb', '2018-02-21 23:36:26', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'); -- -------------------------------------------------------- -- -- Struktur dari tabel `demo_twitter_timeline` -- CREATE TABLE `demo_twitter_timeline` ( `id` int(10) NOT NULL, `tweet` text COLLATE utf8_unicode_ci NOT NULL, `dt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `id_member` varchar(40) COLLATE utf8_unicode_ci NOT NULL, `nama_pengirim` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `foto_pengirim` varchar(150) COLLATE utf8_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data untuk tabel `demo_twitter_timeline` -- INSERT INTO `demo_twitter_timeline` (`id`, `tweet`, `dt`, `id_member`, `nama_pengirim`, `foto_pengirim`) VALUES (213, 'test', '2018-02-20 12:01:48', '12', 'Citra Yulia Dewi', 'Citra Yulia Dewi'), (214, 'dff', '2018-02-20 18:10:57', 'AA', 'test', 'test'), (215, 'cobi', '2018-02-20 22:39:05', '99', 'Citra Yulia Dewi', 'Citra Yulia Dewi'), (216, 'joss', '2018-02-20 22:50:17', 'zz', 'sam', 'sam'), (217, 'uuuuu', '2018-02-21 22:30:20', '160505018', 'Sri Ayu Setiawati', 'Sri Ayu Setiawati'), (218, 'test', '2018-02-21 22:57:50', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (219, 'rrrrrrrrr', '2018-02-21 23:24:25', 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'Rahayu Khairiah, SKM, M.Keb'), (220, 'jhjhjhj', '2018-02-21 23:30:43', '99', 'Citra Yulia Dewiggcc', 'Citra Yulia Dewiggcc'), (221, 'hjhjhj', '2018-02-21 23:30:56', 'D002', 'Ns. Elfira Sri Futriani, SPd, ', 'Ns. Elfira Sri Futriani, SPd, '); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_absensi_mahasiswa` -- CREATE TABLE `tbl_absensi_mahasiswa` ( `id_absensi` int(11) NOT NULL, `kd_jadwal` varchar(40) NOT NULL, `jurusan` varchar(100) NOT NULL, `angkatan` varchar(100) NOT NULL, `kelas` varchar(10) NOT NULL, `kd_dosen` varchar(10) NOT NULL, `kd_mk` varchar(100) NOT NULL, `tanggal` varchar(30) NOT NULL, `jam` varchar(50) NOT NULL, `code` varchar(30) NOT NULL, `thn_ajaran` varchar(40) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_absensi_mahasiswa` -- INSERT INTO `tbl_absensi_mahasiswa` (`id_absensi`, `kd_jadwal`, `jurusan`, `angkatan`, `kelas`, `kd_dosen`, `kd_mk`, `tanggal`, `jam`, `code`, `thn_ajaran`) VALUES (13, '375', 'DIIIKEP', '2012', '44', 'D011', 'KEP1001', '', '', '1522377710', '15'), (14, '90', 'S1KEP', '2012', 'A', 'D037', 'KEP1002', '', '', '1522378266', 'Ganjil 2015/2016'), (15, '152', 'DIIIKEB', '2013', 'A & B', 'D005', 'Bd.307', '', '', '1522384386', 'Ganjil 2016/2017'), (16, '370', 'DIIIKEP', '2016', 'A dan B', 'D017', 'WAT 5006', '', '', '1522384467', 'Ganjil 2017/2018'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_absensi_mhs_total` -- CREATE TABLE `tbl_absensi_mhs_total` ( `id_absen` int(11) NOT NULL, `code` varchar(30) NOT NULL, `nim` varchar(50) NOT NULL, `satu` varchar(11) NOT NULL, `dua` varchar(11) NOT NULL, `tiga` varchar(11) NOT NULL, `empat` varchar(11) NOT NULL, `lima` varchar(11) NOT NULL, `enam` varchar(11) NOT NULL, `tujuh` varchar(11) NOT NULL, `delapan` varchar(11) NOT NULL, `sembilan` varchar(11) NOT NULL, `sepuluh` varchar(11) NOT NULL, `sebelas` varchar(11) NOT NULL, `duabelas` varchar(11) NOT NULL, `tigabelas` varchar(11) NOT NULL, `embatbelas` varchar(11) NOT NULL, `limabelas` varchar(11) NOT NULL, `enambelas` varchar(11) NOT NULL, `tujuhbelas` varchar(11) NOT NULL, `delapanbelas` varchar(11) NOT NULL, `sembilanbelas` varchar(11) NOT NULL, `duapuluh` varchar(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_absensi_mhs_total` -- INSERT INTO `tbl_absensi_mhs_total` (`id_absen`, `code`, `nim`, `satu`, `dua`, `tiga`, `empat`, `lima`, `enam`, `tujuh`, `delapan`, `sembilan`, `sepuluh`, `sebelas`, `duabelas`, `tigabelas`, `embatbelas`, `limabelas`, `enambelas`, `tujuhbelas`, `delapanbelas`, `sembilanbelas`, `duapuluh`) VALUES (62, '1517924429', '140408005', 'H', 'H', 'H', 'H', 'H', 'H', 'H', 'H', 'A', 'H', 'H', 'H', 'H', 'H', '', 'H', '', '', '', ''), (63, '1517924429', '140408006', 'I', '', '', '', 'A', '', 'I', 'H', '', '', '', '', '', '', '', '', '', '', '', ''), (64, '1517924429', '140408010', '', '', '', '', 'I', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (65, '1517924429', '140408011', '', 'A', '', '', '', '', '', '', 'H', 'I', '', '', '', '', '', '', '', '', '', ''), (66, '1517924429', '140408012', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (67, '1517924429', '140408013', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (68, '1517924429', '140408014', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (69, '1517924429', '140408015', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (70, '1517924429', '140408017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (71, '1517924429', '140408018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (72, '1517924429', '140408019', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (73, '1517924429', '140408020', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (74, '1517924429', '140408021', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (75, '1517924429', '140408022', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (76, '1517924429', '140408025', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (77, '1517924429', '140408027', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (78, '1517924429', '140408030', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (79, '1517924429', '140408031', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (80, '1517924429', '140408032', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (81, '1517924429', '140408033', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (82, '1517924429', '140408034', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (83, '1517924429', '140408035', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (84, '1517924429', '140408036', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (85, '1517924429', '140408037', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (86, '1517924429', '140408038', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (87, '1517924429', '140408039', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (88, '1517924429', '140408040', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (89, '1517924429', '140408041', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (90, '1517924429', '140408057', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (91, '1517924429', '140408058', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (92, '1517924429', '140408059', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (93, '1517924429', '140408060', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (94, '1517924429', '140408061', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (95, '1517924429', '140408062', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (96, '1517924429', '140408063', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (97, '1517924429', '140408064', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (98, '1517924429', '140408065', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (99, '1517924429', '140408066', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (100, '1517924429', '140408067', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (101, '1517924429', '140408068', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (102, '1517924429', '140408070', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (103, '1517924429', '140408085', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (104, '1517924429', '140408086', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (105, '1517924429', '140408087', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (106, '1517924429', '140408088', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (107, '1517924429', '140408089', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (108, '1517924429', '140408090', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (109, '1517924429', '140408091', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (110, '1517924429', '140408092', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (111, '1517924429', '140408093', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (112, '1517924429', '140408094', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (113, '1517924429', '140408095', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (114, '1517924429', '140408096', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (115, '1517924429', '140408097', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (116, '1517924429', '140408098', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (117, '1519342803', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (118, '1519343270', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (119, '1519343449', '150109001', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (120, '1519343449', '150109002', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (121, '1519343449', '150109004', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (122, '1519343449', '150109005', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (123, '1519343449', '150109006', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (124, '1519343449', '150109021', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (125, '1519343449', '150109022', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (126, '1519343449', '150109023', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (127, '1519343449', '150109024', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (128, '1519343449', '150109025', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (129, '1519343449', '150109026', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (130, '1519343449', '150109027', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (131, '1519343449', '150109028', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (132, '1519343449', '150109029', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (133, '1519343449', '150109030', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (134, '1519343449', '150109031', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (135, '1519343449', '150109032', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (136, '1519343449', '150109033', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (137, '1519343449', '150109034', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (138, '1519343449', '150109051', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (139, '1519343449', '150109052', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (140, '1519343449', '150109067', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (141, '1519343449', '150109068', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (142, '1519343449', '150109069', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (143, '1519343449', '150109071', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (144, '1519343449', '150109072', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (145, '1519343449', '150109073', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (146, '1519343449', '150109074', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (147, '1519343449', '150109075', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (148, '1519343449', '150109076', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (149, '1519343449', '150109077', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (150, '1519343449', '150109078', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (151, '1519343449', '150109079', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (152, '1519343449', '150109080', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (153, '1519343449', '150109081', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (155, '1519345794', '150504001', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (156, '1519345794', '150504002', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (157, '1519345794', '150504003', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (158, '1519345794', '150504004', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (159, '1519345794', '150504019', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (160, '1519345794', '150504020', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (161, '1519345794', '150504021', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (162, '1519345794', '150504022', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (163, '1519345794', '150504023', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (164, '1519345859', '150504001', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (165, '1519345859', '150504002', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (166, '1519345859', '150504003', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (167, '1519345859', '150504004', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (168, '1519345859', '150504019', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (169, '1519345859', '150504020', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (170, '1519345859', '150504021', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (171, '1519345859', '150504022', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (172, '1519345859', '150504023', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (173, '1519346458', '150109001', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (174, '1519346458', '150109002', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (175, '1519346458', '150109004', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (176, '1519346458', '150109005', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (177, '1519346458', '150109006', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (178, '1519346458', '150109021', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (179, '1519346458', '150109022', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (180, '1519346458', '150109023', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (181, '1519346458', '150109024', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (182, '1519346458', '150109025', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (183, '1519346458', '150109026', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (184, '1519346458', '150109027', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (185, '1519346458', '150109028', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (186, '1519346458', '150109029', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (187, '1519346458', '150109030', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (188, '1519346458', '150109031', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (189, '1519346458', '150109032', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (190, '1519346458', '150109033', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (191, '1519346458', '150109034', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (192, '1519346458', '150109051', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (193, '1519346458', '150109052', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (194, '1519346458', '150109067', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (195, '1519346458', '150109068', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (196, '1519346458', '150109069', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (197, '1519346458', '150109071', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (198, '1519346458', '150109072', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (199, '1519346458', '150109073', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (200, '1519346458', '150109074', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (201, '1519346458', '150109075', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (202, '1519346458', '150109076', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (203, '1519346458', '150109077', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (204, '1519346458', '150109078', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (205, '1519346458', '150109079', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (206, '1519346458', '150109080', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (207, '1519346458', '150109081', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (208, '1522377710', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (209, '1522378266', '120106001', 'H', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (210, '1522378266', '120106021', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (211, '1522384386', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (212, '1522384467', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_admin` -- CREATE TABLE `tbl_admin` ( `username` varchar(50) NOT NULL, `nama_lengkap` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_admin` -- INSERT INTO `tbl_admin` (`username`, `nama_lengkap`) VALUES ('admin', 'ABNUS'), ('keuangan', 'Keuangan'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_alumni` -- CREATE TABLE `tbl_alumni` ( `id_alumni` int(11) NOT NULL, `nim` varchar(20) NOT NULL, `nama_alumni` varchar(200) NOT NULL, `angkatan` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_bobot` -- CREATE TABLE `tbl_bobot` ( `nim_bb` int(4) NOT NULL, `bobot` varchar(5) COLLATE latin1_general_ci NOT NULL, `nilai` char(5) CHARACTER SET latin1 NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; -- -- Dumping data untuk tabel `tbl_bobot` -- INSERT INTO `tbl_bobot` (`nim_bb`, `bobot`, `nilai`) VALUES (1, '4', 'A'), (2, '3.75', 'A-'), (3, '3.5', 'B+'), (4, '3', 'B'), (5, '2.5', 'C+'), (6, '2', 'C'), (7, '1', 'D'), (8, '0', 'E'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_cuti` -- CREATE TABLE `tbl_cuti` ( `id_cuti` int(11) NOT NULL, `nim` varchar(100) NOT NULL, `dari_thn_ajaran` varchar(30) NOT NULL, `dari_semester` varchar(30) NOT NULL, `dari` varchar(50) NOT NULL, `sampai` varchar(50) NOT NULL, `sampai_thn_ajaran` varchar(50) NOT NULL, `sampai_semester` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_cuti` -- INSERT INTO `tbl_cuti` (`id_cuti`, `nim`, `dari_thn_ajaran`, `dari_semester`, `dari`, `sampai`, `sampai_thn_ajaran`, `sampai_semester`) VALUES (1, '170507072', '13', '3', '1516523274', '2018-02-28', '', ''), (7, '130107001', '13', '1', '1516538897', '2018-02-24', '', ''), (8, '120106001', 'Ganjil 2016/2017', '3', '2018-02-12', '2018-02-28', '', ''), (12, '140408069', '', '', '2018-02-11', '2018-02-28', '', ''), (13, '150109001', '', '', '2018-02-12', '2018-02-28', '', ''), (18, '120106001', '', '', '1518390000', '2018-02-28', '', ''), (19, '120106001', '', '', '1518390000', '2018-02-28', '', ''), (20, '120106001', '', '', '1518476400', '2018-02-28', '', ''), (21, '130107015', '', '', '1519772400', '1520031600', '', ''), (22, '150320006', '', '', '1518649200', '', '', ''), (23, '170111003', '', '', '1518649200', '', '', ''), (24, '140408069', '', '', '1519945200', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_data_ortu` -- CREATE TABLE `tbl_data_ortu` ( `id_ortu` int(11) NOT NULL, `nim` varchar(50) NOT NULL, `nama_bpk` varchar(50) NOT NULL, `keadaan_bpk` varchar(50) NOT NULL, `pendidikan_bpk` varchar(50) NOT NULL, `agama_bpk` varchar(20) NOT NULL, `pekerjaan_bpk` varchar(50) NOT NULL, `alamat_bpk` text NOT NULL, `nama_ibu` varchar(50) NOT NULL, `keadaan_ibu` varchar(50) NOT NULL, `pendidikan_ibu` varchar(50) NOT NULL, `agama_ibu` varchar(50) NOT NULL, `pekerjaan_ibu` varchar(50) NOT NULL, `alamat_ibu` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_data_ortu` -- INSERT INTO `tbl_data_ortu` (`id_ortu`, `nim`, `nama_bpk`, `keadaan_bpk`, `pendidikan_bpk`, `agama_bpk`, `pekerjaan_bpk`, `alamat_bpk`, `nama_ibu`, `keadaan_ibu`, `pendidikan_ibu`, `agama_ibu`, `pekerjaan_ibu`, `alamat_ibu`) VALUES (10, '130107002', 'Paimin', 'Sehat', '', 'Islam', '', '', 'Sariyah', 'Sehat', 'SD', 'Islam', 'Ibu rumah Tangga', 'Pulogadung'), (11, '140408017', '', '', '', '', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_dosen` -- CREATE TABLE `tbl_dosen` ( `kd_dosen` varchar(5) NOT NULL, `nidn` varchar(15) DEFAULT NULL, `nama_dosen` varchar(100) DEFAULT NULL, `foto` varchar(20) NOT NULL, `jenis_kelamin` varchar(15) NOT NULL, `ttl` varchar(30) NOT NULL, `jabatan` varchar(30) NOT NULL, `agama` varchar(20) NOT NULL, `pangkat` varchar(20) NOT NULL, `phone` varchar(20) NOT NULL, `email` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_dosen` -- INSERT INTO `tbl_dosen` (`kd_dosen`, `nidn`, `nama_dosen`, `foto`, `jenis_kelamin`, `ttl`, `jabatan`, `agama`, `pangkat`, `phone`, `email`) VALUES ('D001', '0318027603', 'Feva tridiyawati, M.Kes, M.Keb', '', '', '', '', '', '', '', ''), ('D002', '0321067301', 'Ns. Elfira Sri Futriani, SPd, ', 'file_1486896049.jpg', 'Perempuan', 'Koto Hilalang, 21 Juni 1973', 'Lektor', 'Islam', 'Waket 1', '08129975168', 'elfirasrifutriani@yahoo.com'), ('D003', '0321078201', 'Rahayu Khairiah, SKM, M.Keb', 'file_1481556392.jpg', 'Perempuan', 'Bukit Kemuning, 21 Juni 1982', 'Lektor', 'Islam', 'III A', '081233916763', 'raeayufaithfairuz@gmail.com'), ('D004', '0306118305', 'Nofa Anggraini, SST, M.Kes', 'file_1519390442.jpg', '', '', '', '', '', '', ''), ('D005', '0309038301', 'Ita Herawati, M.Keb', 'file_1519391032.jpg', 'Perempuan', '09 Maret 1983', 'Asisten Ahli', 'Islam', '', '081233916982', 'ita_kalisa@yahoo.com'), ('D006', '0306127101', 'Ns. Isnaeni, S.Kep, M.Kes', '', '', '', '', '', '', '', ''), ('D007', '0027047509', 'Mariyani,M.Keb', '', '', '', '', '', '', '', ''), ('D008', '0307097602', 'Ns. Eli Indawati, M.Kep', '', '', '', '', '', '', '', ''), ('D009', '0328067103', 'Ns. Mahyar Suara, SPd, S.Kep, ', '', 'Laki-laki', 'Garut 28 Juni 1971', 'Lektor', 'Islam', '', '081288159872', 'mahyarsuara@yahoo.co.id'), ('D010', '0314087206', 'Ns. Yulia Agustina, M.Kep', '', '', '', '', '', '', '', ''), ('D011', '0311078001', 'Ns. Asep Barkah, S.Kep, M.Kes', '', 'laki laki', 'Tasikmalaya, 11 Juli 1980', '', 'islam', '', '08121366920', 'asep.barkah@yahoo.com'), ('D012', '0327087603', 'Masluroh, SST, M.Kes', '', '', '', '', '', '', '', ''), ('D013', '0320075401', 'DR. Maryati Sutarno, SPd, SST,', '', '', '', '', '', '', '', ''), ('D014', '0308045401', 'Maimunah, SST, M.Kes', '', '', '', '', '', '', '', ''), ('D015', '0320115401', 'Lilik Susilowati, SST, M.Kes, ', '', '', '', '', '', '', '', ''), ('D016', '0323018601', 'Lili Farlikhatun, M.Keb', '', '', '', '', '', '', '', ''), ('D017', '0309067403', 'Lia Idealistiana, SKM, MARS', '', '', '', '', '', '', '', ''), ('D018', '0317117701', 'Ns. M. Irhas Said, S.Kep, M.Ke', '', '', '', '', '', '', '', ''), ('D019', '0301117501', 'Novita, SKM, SST, MARS', '', '', '', '', '', '', '', ''), ('D020', '0312018501', 'Nurika Rahma, M.Keb', '', '', '', '', '', '', '', ''), ('D021', '0322128502', 'Omega DR Tahun, M.Kes', '', '', '', '', '', '', '', ''), ('D022', '0318128301', 'Puji Wijayanti, M.Pd', '', '', '', '', '', '', '', ''), ('D023', '0309088004', 'Reno Laila Fitria, M.Psi', '', '', '', '', '', '', '', ''), ('D024', '0307016905', 'Ali Nurul Haq, S.Ag', '', '', '', '', '', '', '', ''), ('D025', '0323088102', 'dr. Aulia Hervi Anggraini, MAR', '', '', '', '', '', '', '', ''), ('D026', '0314055403', 'Aris Purwanto, M.Kes', '', '', '', '', '', '', '', ''), ('D027', '0329016802', 'Bambang Sugiharto, ST, MM', '', '', '', '', '', '', '', ''), ('D028', '0303057101', 'dr. Budi Ermanto, Sp.OG', '', '', '', '', '', '', '', ''), ('D029', '0305078202', 'Ns. Chusnul Chotimah, S.Kep', '', '', '', '', '', '', '', ''), ('D030', '0310056903', 'Ns. Desridius Chalid, S.Kep, M', '', 'Perempuan', 'Bukittinggi 10 mei 1969', 'Dosen', 'Islam', '', '081315191170', 'desridius@yahoo.co.i'), ('D031', '0305108401', 'dr. Eka Azwinda, MARS', '', '', '', '', '', '', '', ''), ('D032', '0325048402', 'Haura Karlina, M.ec.Dev', '', '', '', '', '', '', '', ''), ('D033', '0319077307', 'Ns. Kusnanto, MARS', '', '', '', '', '', '', '', ''), ('D034', '0409068006', 'Ns. Sahrudi, S.Kep', 'file_1481950665.jpg', 'Laki-Laki', 'Sepatan, 09 Juni 1980', '', 'Islam', '', '', 'sahrudi@yahoo.com'), ('D035', '0327127003', 'Ns. Sumedi, M.Kep', '', '', '', '', '', '', '', ''), ('D036', '0321085503', 'Drs. Syamsul Qomar, MM', '', '', '', '', '', '', '', ''), ('D037', '0310106502', 'Drs. Tatag Mulyanto, M.Kes', '', '', '', '', '', '', '', ''), ('D038', '0311017702', 'Tuty Yanuarti, SST, M.Kes', '', '', '', '', '', '', '', ''), ('D039', '0324038104', 'Yuki Surista, M.Pd', '', 'perempuan', 'jakarta 24 maret 1981', '', 'islam', '', '081905855781', 'yukisurisita12@gmail'), ('D040', '', 'Heri Kerniawan, MM', '', '', '', '', '', '', '', ''), ('D041', '', 'Seniwati, S.Kep, Ns, M.Kep', '', '', '', '', '', '', '', ''), ('D042', '', 'Siti Anisah, S.Kep, Ns, M.Kep', '', '', '', '', '', '', '', ''), ('D043', '0311067903', 'Dian Rahmawati, S.Far, Apt, M.', '', '', '', '', '', '', '', ''), ('D044', '-', 'Kunaefi, MM.Ag', '', '', '', '', '', '', '', ''), ('D045', '', 'Dede Sri Mulyana, SKM, MARS', '', '', '', '', '', '', '', ''), ('D046', '-', 'Ns. Nurhayati, M.Kep, Sp. Anak', '', '', '', '', '', '', '', ''), ('DA.1D', '1235445', 'Siva Citra, Mkeb', '', '', '', '', '', '', '', ''), ('DA.1E', '4574565', 'Sinta Maharani, S.Keb, M.Keb', '', '', '', '', '', '', '', ''), ('DA.1F', '4354656', 'Maya prianti, MM', '', '', '', '', '', '', '', ''), ('DA1R', '1235445', 'Siva Citra, Mkeb', '', '', '', '', '', '', '', ''), ('DA2R', '4574565', 'Sinta Maharani, S.Keb, M.Keb', '', '', '', '', '', '', '', ''), ('DA3R', '4354656', 'Maya prianti, MM', '', '', '', '', '', '', '', ''), ('K001', '', 'Wiji Astuti', '', 'Perempuan', 'Jakarta, 19 Maret 1977', '', 'Islam', '', '082122371903', 'wiji_astuti03@yaho.com'), ('K002', '', 'Shanty Suprihatini', '', '', '', '', '', '', '', ''), ('K003', '', 'Ariyanti', '', 'Perempuan', 'Taman Asri, 25 November 1991', '', 'Islam', '', '081296304781', 'ariyanti.ari03@gmail.com'), ('K004', '', 'Nana Karnawijaya', '', '', '', '', '', '', '', ''), ('K005', '', 'Lidya Aprilia', '', '', '', '', '', '', '', ''), ('K006', '', 'Dina Novijanti', '', '', '', '', '', '', '', ''), ('K007', '', 'Lutfiah', '', '', '', '', '', '', '', ''), ('K008', '', 'Susi Sulasmi', 'file_1496908292.png', 'Perempuan', 'Ciamis, 25 Januari 1995', '', 'Islam', '', '081296821544', 'susi.sulasmi@yahoo.com'), ('K009', '', 'Adithya Lazuardi', '', '', '', '', '', '', '', ''), ('K010', '', 'Resi Galaupa, M.Keb', '', '', '', '', '', '', '', ''), ('K011', '', 'Wiwik Damayanti', '', '', '', '', '', '', '', ''), ('K012', '', 'Aip Rukmana', '', '', '', '', '', '', '', ''), ('K013', '', 'Hamid', '', '', '', '', '', '', '', ''), ('K014', '', 'Miftahul Manan', '', '', '', '', '', '', '', ''), ('K015', '', 'Suhadak Solichin', '', '', '', '', '', '', '', ''), ('K016', '', 'Sabtomo', '', '', '', '', '', '', '', ''), ('K017', '', 'Ikrima', '', '', '', '', '', '', '', ''), ('K018', '', 'Ike Tanjungsari', '', '', '', '', '', '', '', ''), ('K019', '', 'Taufik Hidayat', '', '', '', '', '', '', '', ''), ('K020', '', 'Dasril', '', '', '', '', '', '', '', ''), ('K021', '', 'Samsul Anwar', '', '', '', '', '', '', '', ''), ('K022', '', 'Ferdian Cahyadi', '', '', '', '', '', '', '', ''), ('K023', '', 'Atik', '', '', '', '', '', '', '', ''), ('K024', '', 'Sahroni', '', '', '', '', '', '', '', ''), ('K025', '', 'Ria Febriyani', '', '', '', '', '', '', '', ''), ('K026', '', 'Reynold', '', '', '', '', '', '', '', ''), ('zz', '', 'sam', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_dosen_ilmiah` -- CREATE TABLE `tbl_dosen_ilmiah` ( `id_ilmiah` int(10) NOT NULL, `kd_dosen` varchar(10) NOT NULL, `jenis_kegiatan` text NOT NULL, `tempat` varchar(20) NOT NULL, `waktu` varchar(20) NOT NULL, `sebagai` varchar(20) NOT NULL, `nama_file` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_dosen_ilmiah` -- INSERT INTO `tbl_dosen_ilmiah` (`id_ilmiah`, `kd_dosen`, `jenis_kegiatan`, `tempat`, `waktu`, `sebagai`, `nama_file`) VALUES (2, 'D003', ' Pelatihan Pembuatan Modul dan Buku Ajar ', 'UNPAD', 'Juli 2010', 'Peserta', 'file_1482682474.jpg'), (4, 'D003', ' ', '', 'hghg', '', 'file_1482682953.jpg'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_dosen_kegiatan` -- CREATE TABLE `tbl_dosen_kegiatan` ( `id_riwayat` int(15) NOT NULL, `kd_dosen` varchar(8) NOT NULL, `thn_lulus` varchar(10) NOT NULL, `pendidikan` varchar(20) NOT NULL, `kampus` varchar(50) NOT NULL, `jurusan` varchar(30) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_dosen_kegiatan` -- INSERT INTO `tbl_dosen_kegiatan` (`id_riwayat`, `kd_dosen`, `thn_lulus`, `pendidikan`, `kampus`, `jurusan`) VALUES (1, 'D003', '2008', 'Kebidanan', 'Abnus', 'S1 Kebidanan'), (2, 'D030', '2006', 'S1 keoerawatan. S2 K', 'Urindo', 'Kespro'), (3, 'D034', '2004', 'Sarjana Keperawatan', 'Universitas Muhammadiyah Jakarta', 'Ilmu Keperawatan'), (4, 'D034', '2005', 'Ners', 'Universitas Muhammadiyah Jakarta', 'Profesi Ners'), (5, 'D003', 'zcdasd', 'sd', 'sdsa', 'fdafd'), (6, 'D002', '2003', 'Sarjana Pendidikan ', 'Universitas Negeri Jakarta', 'Psikologi Pendidikan'), (7, 'D002', '2006', 'MAgister Kesehatan M', 'Universitas Respati Indonesia', 'Kesehatan Reproduksi'), (8, 'D002', '2009', 'Sarjana Keperawatan', 'STIKes Kesosih', 'Keperawatan'), (9, 'D009', '1997', 'Sarjana', 'IKIP/UNJ', 'Administrasi pendidikan dan B '), (10, 'D009', '2001', 'Sarjana', 'Universitas Indonesia', 'Keperawatan'), (11, 'D009', '2010', 'Pascasarjana', 'URINDO', 'KESPRO'), (12, 'D009', '2010', 'Pascasarjana', 'URINDO', 'KESPRO'), (13, 'D009', '2010', 'Pascasarjana', 'URINDO', 'KESPRO'), (14, 'D009', '2010', 'Pascasarjana', 'URINDO', 'KESPRO'), (15, 'D009', '2010', 'Pascasarjana', 'URINDO', 'KESPRO'), (16, 'D009', '2011', 'Pascasarjana', 'URINDO', 'Kesehatan Masyarakat'), (17, 'D011', '2014', 'Magister Kesehatan M', 'Universitas Respati Indonesia', 'Promosi Kesehatan'), (18, 'K001', '1998', 'DIII Perbankan', 'Universitas Pembangunan Veteran Jakarta', 'Ekonomi'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_dosen_penelitian` -- CREATE TABLE `tbl_dosen_penelitian` ( `id_penelitian` int(10) NOT NULL, `kd_dosen` varchar(8) NOT NULL, `tahun` varchar(15) NOT NULL, `judul_penelitian` text NOT NULL, `sbr_dana` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_dosen_penelitian` -- INSERT INTO `tbl_dosen_penelitian` (`id_penelitian`, `kd_dosen`, `tahun`, `judul_penelitian`, `sbr_dana`) VALUES (1, 'D003', '2016', 'dsfdsffffffffffffffff', 'ghdfhgfhghg'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_dosen_pengabdian` -- CREATE TABLE `tbl_dosen_pengabdian` ( `id_pengabdian` int(10) NOT NULL, `kd_dosen` varchar(8) NOT NULL, `tahun` varchar(10) NOT NULL, `kegiatan` text NOT NULL, `sbr_dana` varchar(30) NOT NULL, `tempat` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_dosen_pengabdian` -- INSERT INTO `tbl_dosen_pengabdian` (`id_pengabdian`, `kd_dosen`, `tahun`, `kegiatan`, `sbr_dana`, `tempat`) VALUES (1, 'D003', 'gsf', 'fgdddddddddddd', 'gggg', 'hjjj'), (2, 'D030', '', '', '', ''), (3, 'D002', '2017', 'penelitian', 'kampus a', 'ABNUS'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_dosen_wali` -- CREATE TABLE `tbl_dosen_wali` ( `nim` varchar(20) NOT NULL, `kd_dosen` varchar(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_dosen_wali` -- INSERT INTO `tbl_dosen_wali` (`nim`, `kd_dosen`) VALUES ('09876543321', 'D001'), ('120106001', 'D009'), ('120106021', 'D009'), ('1234', 'DD001'), ('1234.56', 'DD001'), ('1234.561', 'DD001'), ('123411', 'D001'), ('123412', 'D001'), ('123413', 'D001'), ('123414', 'D001'), ('123415', 'D001'), ('123416', 'D001'), ('123417', 'D001'), ('123419', 'D001'), ('123456', 'DD001'), ('1234561', 'DD001'), ('123517', 'D001'), ('123519', 'D001'), ('123617', 'D001'), ('123619', 'D001'), ('130107002', 'D009'), ('130107003', 'D009'), ('130107004', 'D009'), ('130107006', 'D009'), ('130107008', 'D009'), ('130107009', 'D009'), ('130107010', 'D009'), ('130107013', 'D009'), ('130107015', 'D009'), ('130107016', 'D009'), ('130107017', 'D009'), ('130107018', 'D009'), ('130107019', 'D009'), ('130107020', 'D009'), ('130107021', 'D009'), ('130107022', 'D009'), ('130107023', 'D009'), ('130107024', 'D009'), ('130107026', 'D009'), ('130107027', 'D009'), ('130318027', 'D008'), ('130318031', 'D008'), ('14', 'D002'), ('140108001', 'D009'), ('140108002', 'D009'), ('140108003', 'D009'), ('140108004', 'D009'), ('140108005', 'D009'), ('140108006', 'D009'), ('140108007', 'D009'), ('140108008', 'D009'), ('140108009', 'D009'), ('140108010', 'D009'), ('140108011', 'D009'), ('140108013', 'D009'), ('140108014', 'D009'), ('140108015', 'D009'), ('140108016', 'D009'), ('140108017', 'D009'), ('140108018', 'D009'), ('140108019', 'D009'), ('140108020', 'D009'), ('140108021', 'D009'), ('140108022', 'D009'), ('140108023', 'D009'), ('140108024', 'D009'), ('140108025', 'D009'), ('140108026', 'D009'), ('140108027', 'D009'), ('140108028', 'D009'), ('140108029', 'D009'), ('140108032', 'D009'), ('140319001', 'D008'), ('140319002', 'D008'), ('140319003', 'D008'), ('140319005', 'D008'), ('140319006', 'D008'), ('140319007', 'D008'), ('140319008', 'D008'), ('140319009', 'D008'), ('140319010', 'D008'), ('140319011', 'D008'), ('140319012', 'D008'), ('140319013', 'D008'), ('140319014', 'D008'), ('140319015', 'D008'), ('140319016', 'D008'), ('140319017', 'D008'), ('140319018', 'D008'), ('140319019', 'D008'), ('140319020', 'D008'), ('140319021', 'D008'), ('140319022', 'D008'), ('140319024', 'D008'), ('140319025', 'D008'), ('140319026', 'D008'), ('140319027', 'D008'), ('140319028', 'D008'), ('140319029', 'D008'), ('140319030', 'D008'), ('140319031', 'D008'), ('140319032', 'D008'), ('140319034', 'D008'), ('140319035', 'D008'), ('140319037', 'D008'), ('140319038', 'D008'), ('140319039', 'D008'), ('140319040', 'D008'), ('140319041', 'D008'), ('140319042', 'D008'), ('140319044', 'D008'), ('140319045', 'D008'), ('140319046', 'D008'), ('140319047', 'D008'), ('140319048', 'D008'), ('140319049', 'D008'), ('140319050', 'D008'), ('140319051', 'D008'), ('140319052', 'D008'), ('140319053', 'D008'), ('140319054', 'D008'), ('140319055', 'D008'), ('140319056', 'D008'), ('140319057', 'D008'), ('140319058', 'D008'), ('140319059', 'D008'), ('140319061', 'D008'), ('140319062', 'D008'), ('140319063', 'D008'), ('140319064', 'D008'), ('140319065', 'D008'), ('140319066', 'D008'), ('140319067', 'D008'), ('140319068', 'D008'), ('140319069', 'D008'), ('140319070', 'D008'), ('140319071', 'D008'), ('140319072', 'D008'), ('140319073', 'D008'), ('140319074', 'D008'), ('140319075', 'D008'), ('140319076', 'D008'), ('140319077', 'D008'), ('140319078', 'D008'), ('140319080', 'D008'), ('140319081', 'D008'), ('140319082', 'D008'), ('140319083', 'D008'), ('140319084', 'D008'), ('140319085', 'D008'), ('140319086', 'D008'), ('140408001', 'D007'), ('140408002', 'D007'), ('140408003', 'D007'), ('140408004', 'D007'), ('140408005', 'D007'), ('140408006', 'D007'), ('140408010', 'D007'), ('140408011', 'D007'), ('140408012', 'D007'), ('140408013', 'D007'), ('140408014', 'D007'), ('140408015', 'D007'), ('140408017', 'D007'), ('140408018', 'D007'), ('140408019', 'D007'), ('140408020', 'D007'), ('140408021', 'D007'), ('140408022', 'D007'), ('140408023', 'D007'), ('140408024', 'D007'), ('140408025', 'D007'), ('140408027', 'D007'), ('140408030', 'D007'), ('140408031', 'D007'), ('140408032', 'D007'), ('140408033', 'D007'), ('140408034', 'D007'), ('140408035', 'D007'), ('140408036', 'D007'), ('140408037', 'D007'), ('140408038', 'D007'), ('140408039', 'D007'), ('140408040', 'D007'), ('140408041', 'D007'), ('140408042', 'D007'), ('140408043', 'D007'), ('140408044', 'D007'), ('140408045', 'D007'), ('140408046', 'D007'), ('140408047', 'D007'), ('140408048', 'D007'), ('140408049', 'D007'), ('140408050', 'D007'), ('140408051', 'D007'), ('140408052', 'D007'), ('140408053', 'D007'), ('140408054', 'D007'), ('140408056', 'D007'), ('140408057', 'D007'), ('140408058', 'D007'), ('140408059', 'D007'), ('140408060', 'D007'), ('140408061', 'D007'), ('140408062', 'D007'), ('140408063', 'D007'), ('140408064', 'D007'), ('140408065', 'D007'), ('140408066', 'D007'), ('140408067', 'D007'), ('140408068', 'D007'), ('140408069', 'D007'), ('140408070', 'D007'), ('140408071', 'D007'), ('140408072', 'D007'), ('140408073', 'D007'), ('140408074', 'D007'), ('140408075', 'D007'), ('140408076', 'D007'), ('140408077', 'D007'), ('140408078', 'D007'), ('140408079', 'D007'), ('140408080', 'D007'), ('140408081', 'D007'), ('140408082', 'D007'), ('140408083', 'D007'), ('140408084', 'D007'), ('140408085', 'D007'), ('140408086', 'D007'), ('140408087', 'D007'), ('140408088', 'D007'), ('140408089', 'D007'), ('140408090', 'D007'), ('140408091', 'D007'), ('140408092', 'D007'), ('140408093', 'D007'), ('140408094', 'D007'), ('140408095', 'D007'), ('140408096', 'D007'), ('140408097', 'D007'), ('140408098', 'D007'), ('140408099', 'D007'), ('140408100', 'D007'), ('140408101', 'D007'), ('140408102', 'D007'), ('140408103', 'D007'), ('140408104', 'D007'), ('140408105', 'D007'), ('140408106', 'D007'), ('140408107', 'D007'), ('150109001', 'D009'), ('150109002', 'D009'), ('150109004', 'D009'), ('150109005', 'D009'), ('150109006', 'D009'), ('150109007', 'D009'), ('150109008', 'D009'), ('150109009', 'D009'), ('150109010', 'D009'), ('150109011', 'D009'), ('150109012', 'D009'), ('150109013', 'D009'), ('150109014', 'D009'), ('150109015', 'D009'), ('150109016', 'D009'), ('150109017', 'D009'), ('150109018', 'D009'), ('150109019', 'D009'), ('150109020', 'D009'), ('150109021', 'D009'), ('150109022', 'D009'), ('150109023', 'D009'), ('150109024', 'D009'), ('150109025', 'D009'), ('150109026', 'D009'), ('150109027', 'D009'), ('150109028', 'D009'), ('150109029', 'D009'), ('150109030', 'D009'), ('150109031', 'D009'), ('150109032', 'D009'), ('150109033', 'D009'), ('150109034', 'D009'), ('150109035', 'D009'), ('150109036', 'D009'), ('150109037', 'D009'), ('150109038', 'D009'), ('150109039', 'D009'), ('150109040', 'D009'), ('150109041', 'D009'), ('150109042', 'D009'), ('150109043', 'D009'), ('150109044', 'D009'), ('150109046', 'D009'), ('150109047', 'D009'), ('150109048', 'D009'), ('150109049', 'D009'), ('150109051', 'D009'), ('150109052', 'D009'), ('150109053', 'D009'), ('150109054', 'D009'), ('150109055', 'D009'), ('150109056', 'D009'), ('150109057', 'D009'), ('150109058', 'D009'), ('150109059', 'D009'), ('150109060', 'D009'), ('150109061', 'D009'), ('150109062', 'D009'), ('150109063', 'D009'), ('150109064', 'D009'), ('150109065', 'D009'), ('150109066', 'D009'), ('150109067', 'D009'), ('150109068', 'D009'), ('150109069', 'D009'), ('150109071', 'D009'), ('150109072', 'D009'), ('150109073', 'D009'), ('150109074', 'D009'), ('150109075', 'D009'), ('150109076', 'D009'), ('150109077', 'D009'), ('150109078', 'D009'), ('150109079', 'D009'), ('150109080', 'D009'), ('150109081', 'D009'), ('150109082', 'D009'), ('150109083', 'D009'), ('150109084', 'D009'), ('150109085', 'D009'), ('150109086', 'D009'), ('150109087', 'D009'), ('150109088', 'D009'), ('150109089', 'D009'), ('150109090', 'D009'), ('150109091', 'D009'), ('150109092', 'D009'), ('150109093', 'D009'), ('150109094', 'D009'), ('150109095', 'D009'), ('150109096', 'D009'), ('150109097', 'D009'), ('150109098', 'D009'), ('150109099', 'D009'), ('150109100', 'D009'), ('150109101', 'D009'), ('150109102', 'D009'), ('150109103', 'D009'), ('150109104', 'D009'), ('150109106', 'D009'), ('150213008', 'D007'), ('150320001', 'D008'), ('150320002', 'D008'), ('150320003', 'D008'), ('150320004', 'D008'), ('150320005', 'D008'), ('150320006', 'D008'), ('150320007', 'D008'), ('150320008', 'D008'), ('150320009', 'D008'), ('150320010', 'D008'), ('150320011', 'D008'), ('150320012', 'D008'), ('150320013', 'D008'), ('150320014', 'D008'), ('150320015', 'D008'), ('150320016', 'D008'), ('150320017', 'D008'), ('150320018', 'D008'), ('150320019', 'D008'), ('150320020', 'D008'), ('150320021', 'D008'), ('150320022', 'D008'), ('150320023', 'D008'), ('150320024', 'D008'), ('150320025', 'D008'), ('150320026', 'D008'), ('150320027', 'D008'), ('150320028', 'D008'), ('150320029', 'D008'), ('150320030', 'D008'), ('150320032', 'D008'), ('150320033', 'D008'), ('150320034', 'D008'), ('150320035', 'D008'), ('150320036', 'D008'), ('150320038', 'D008'), ('150320039', 'D008'), ('150320040', 'D008'), ('150320041', 'D008'), ('150320042', 'D008'), ('150320043', 'D008'), ('150320044', 'D008'), ('150320045', 'D008'), ('150320046', 'D008'), ('150320047', 'D008'), ('150320048', 'D008'), ('150320049', 'D008'), ('150320050', 'D008'), ('150320051', 'D008'), ('150320052', 'D008'), ('150320053', 'D008'), ('150320054', 'D008'), ('150320055', 'D008'), ('150320056', 'D008'), ('150320057', 'D008'), ('150320058', 'D008'), ('150320059', 'D008'), ('150320060', 'D008'), ('150320062', 'D008'), ('150320064', 'D008'), ('150320065', 'D008'), ('150320066', 'D008'), ('150320067', 'D008'), ('150320068', 'D008'), ('150320069', 'D008'), ('150320070', 'D008'), ('150320071', 'D008'), ('150320072', 'D008'), ('150320073', 'D008'), ('150320074', 'D008'), ('150320075', 'D008'), ('150320076', 'D008'), ('150320077', 'D008'), ('150320079', 'D008'), ('150320080', 'D008'), ('150320081', 'D008'), ('150320082', 'D008'), ('150320084', 'D008'), ('150320085', 'D008'), ('150320086', 'D008'), ('150320087', 'D008'), ('150320088', 'D008'), ('150320089', 'D008'), ('150320090', 'D008'), ('150320091', 'D008'), ('150320093', 'D008'), ('150320094', 'D008'), ('150320095', 'D008'), ('150320096', 'D008'), ('150320097', 'D008'), ('150320098', 'D008'), ('150320099', 'D008'), ('150320100', 'D008'), ('150320101', 'D008'), ('150320102', 'D008'), ('150320103', 'D008'), ('150320104', 'D008'), ('150320105', 'D008'), ('150320106', 'D008'), ('150320107', 'D008'), ('150320108', 'D008'), ('150320109', 'D008'), ('150320110', 'D008'), ('150320111', 'D008'), ('150320112', 'D008'), ('150409001', 'D007'), ('150409002', 'D007'), ('150409003', 'D007'), ('150409004', 'D007'), ('150409005', 'D007'), ('150409006', 'D007'), ('150409007', 'D007'), ('150409008', 'D007'), ('150409009', 'D007'), ('150409010', 'D007'), ('150409011', 'D007'), ('150409012', 'D007'), ('150409013', 'D007'), ('150409014', 'D007'), ('150409015', 'D007'), ('150409016', 'D007'), ('150409017', 'D007'), ('150409018', 'D007'), ('150409019', 'D007'), ('150409020', 'D007'), ('150409021', 'D007'), ('150409022', 'D007'), ('150409023', 'D007'), ('150409024', 'D007'), ('150409025', 'D007'), ('150409026', 'D007'), ('150409027', 'D007'), ('150409028', 'D007'), ('150409029', 'D007'), ('150409030', 'D007'), ('150409031', 'D007'), ('150409032', 'D007'), ('150409033', 'D007'), ('150409034', 'D007'), ('150409035', 'D007'), ('150409036', 'D007'), ('150409037', 'D007'), ('150409038', 'D007'), ('150409039', 'D007'), ('150409040', 'D007'), ('150409041', 'D007'), ('150409042', 'D007'), ('150409043', 'D007'), ('150409044', 'D007'), ('150409045', 'D007'), ('150409047', 'D007'), ('150409048', 'D007'), ('150409050', 'D007'), ('150409051', 'D007'), ('150409053', 'D007'), ('150409054', 'D007'), ('150409055', 'D007'), ('150409056', 'D007'), ('150409057', 'D007'), ('150409058', 'D007'), ('150409059', 'D007'), ('150409060', 'D007'), ('150409061', 'D007'), ('150409062', 'D007'), ('150409063', 'D007'), ('150409064', 'D007'), ('150409066', 'D007'), ('150409067', 'D007'), ('150409068', 'D007'), ('150409069', 'D007'), ('150409071', 'D007'), ('150409072', 'D007'), ('150409073', 'D007'), ('150409075', 'D007'), ('150409076', 'D007'), ('150409077', 'D007'), ('150409078', 'D007'), ('150409079', 'D007'), ('150409080', 'D007'), ('150409081', 'D007'), ('150409082', 'D007'), ('150409083', 'D007'), ('150409084', 'D007'), ('150409085', 'D007'), ('150409086', 'D007'), ('150409087', 'D007'), ('150409088', 'D007'), ('150504001', 'D009'), ('150504002', 'D009'), ('150504003', 'D009'), ('150504004', 'D009'), ('150504005', 'D009'), ('150504006', 'D009'), ('150504007', 'D009'), ('150504008', 'D009'), ('150504009', 'D009'), ('150504010', 'D009'), ('150504011', 'D009'), ('150504012', 'D009'), ('150504013', 'D009'), ('150504014', 'D009'), ('150504015', 'D009'), ('150504016', 'D009'), ('150504017', 'D009'), ('150504018', 'D009'), ('150504019', 'D009'), ('150504020', 'D009'), ('150504021', 'D009'), ('150504022', 'D009'), ('150504023', 'D009'), ('150504024', 'D009'), ('150504025', 'D009'), ('150504026', 'D009'), ('150504027', 'D009'), ('150504028', 'D009'), ('150504029', 'D009'), ('150504030', 'D009'), ('150504031', 'D009'), ('150504032', 'D009'), ('150504033', 'D009'), ('150504034', 'D009'), ('150504035', 'D009'), ('150504036', 'D009'), ('160110001', 'D009'), ('160110002', 'D009'), ('160110003', 'D009'), ('160110004', 'D009'), ('160110005', 'D009'), ('160110006', 'D009'), ('160110007', 'D009'), ('160110008', 'D009'), ('160110009', 'D009'), ('160110010', 'D009'), ('160110011', 'D009'), ('160110012', 'D009'), ('160110013', 'D009'), ('160110014', 'D009'), ('160110015', 'D009'), ('160110016', 'D009'), ('160110017', 'D009'), ('160110018', 'D009'), ('160110019', 'D009'), ('160110020', 'D009'), ('160110021', 'D009'), ('160110022', 'D009'), ('160110023', 'D009'), ('160110024', 'D009'), ('160110025', 'D009'), ('160110026', 'D009'), ('160110027', 'D009'), ('160110028', 'D009'), ('160110029', 'D009'), ('160110030', 'D009'), ('160110031', 'D009'), ('160110032', 'D009'), ('160110033', 'D009'), ('160110034', 'D009'), ('160110035', 'D009'), ('160110036', 'D009'), ('160110037', 'D009'), ('160110038', 'D009'), ('160110039', 'D009'), ('160110040', 'D009'), ('160110041', 'D009'), ('160110042', 'D009'), ('160110043', 'D009'), ('160110044', 'D009'), ('160110045', 'D009'), ('160110046', 'D009'), ('160110047', 'D009'), ('160110048', 'D009'), ('160110049', 'D009'), ('160110050', 'D009'), ('160110051', 'D009'), ('160110052', 'D009'), ('160110053', 'D009'), ('160110054', 'D009'), ('160110055', 'D009'), ('160110056', 'D009'), ('160110057', 'D009'), ('160110058', 'D009'), ('160110059', 'D009'), ('160110060', 'D009'), ('160110061', 'D009'), ('160110062', 'D009'), ('160110063', 'D009'), ('160110064', 'D009'), ('160110065', 'D009'), ('160110066', 'D009'), ('160110067', 'D009'), ('160110068', 'D009'), ('160110069', 'D009'), ('160110070', 'D009'), ('160110071', 'D009'), ('160110072', 'D009'), ('160110073', 'D009'), ('160110074', 'D009'), ('160110075', 'D009'), ('160110076', 'D009'), ('160110077', 'D009'), ('160110078', 'D009'), ('160110079', 'D009'), ('160110080', 'D009'), ('160110081', 'D009'), ('160110082', 'D009'), ('160110083', 'D009'), ('160110084', 'D009'), ('160110085', 'D009'), ('160110086', 'D009'), ('160110087', 'D009'), ('160110088', 'D009'), ('160110089', 'D009'), ('160110090', 'D009'), ('160214001', 'D007'), ('160214002', 'D007'), ('160214003', 'D007'), ('160214004', 'D007'), ('160214005', 'D007'), ('160214006', 'D007'), ('160214007', 'D007'), ('160214008', 'D007'), ('160214009', 'D007'), ('160214010', 'D007'), ('160214011', 'D007'), ('160214012', 'D007'), ('160214013', 'D007'), ('160214014', 'D007'), ('160214015', 'D007'), ('160214016', 'D007'), ('160214017', 'D007'), ('160214018', 'D007'), ('160214019', 'D007'), ('160214020', 'D007'), ('160214021', 'D007'), ('160214022', 'D007'), ('160214023', 'D007'), ('160214024', 'D007'), ('160214025', 'D007'), ('160214026', 'D007'), ('160214027', 'D007'), ('160214028', 'D007'), ('160214029', 'D007'), ('160214030', 'D007'), ('160214031', 'D007'), ('160214032', 'D007'), ('160214033', 'D007'), ('160214034', 'D007'), ('160214035', 'D007'), ('160214036', 'D007'), ('160214037', 'D007'), ('160214038', 'D007'), ('160214039', 'D007'), ('160214040', 'D007'), ('160214041', 'D007'), ('160214042', 'D007'), ('160214043', 'D007'), ('160214044', 'D007'), ('160214045', 'D007'), ('160214046', 'D007'), ('160214047', 'D007'), ('160214048', 'D007'), ('160214049', 'D007'), ('160214050', 'D007'), ('160214051', 'D007'), ('160214052', 'D007'), ('160214053', 'D007'), ('160214054', 'D007'), ('160214055', 'D007'), ('160214056', 'D007'), ('160214057', 'D007'), ('160214058', 'D007'), ('160214059', 'D007'), ('160214060', 'D007'), ('160214061', 'D007'), ('160214062', 'D007'), ('160214063', 'D007'), ('160214064', 'D007'), ('160214065', 'D007'), ('160214066', 'D007'), ('160214067', 'D007'), ('160214068', 'D007'), ('160214069', 'D007'), ('160214070', 'D007'), ('160214071', 'D007'), ('160214072', 'D007'), ('160214073', 'D007'), ('160214074', 'D007'), ('160214075', 'D007'), ('160214076', 'D007'), ('160214077', 'D007'), ('160214078', 'D007'), ('160321001', 'D008'), ('160321002', 'D008'), ('160321003', 'D008'), ('160321004', 'D008'), ('160321005', 'D008'), ('160321006', 'D008'), ('160321007', 'D008'), ('160321008', 'D008'), ('160321009', 'D008'), ('160321010', 'D008'), ('160321011', 'D008'), ('160321012', 'D008'), ('160321013', 'D008'), ('160321014', 'D008'), ('160321015', 'D008'), ('160321016', 'D008'), ('160321017', 'D008'), ('160321018', 'D008'), ('160321019', 'D008'), ('160321020', 'D008'), ('160321021', 'D008'), ('160321022', 'D008'), ('160321023', 'D008'), ('160321024', 'D008'), ('160321025', 'D008'), ('160321026', 'D008'), ('160321027', 'D008'), ('160321028', 'D008'), ('160321029', 'D008'), ('160321030', 'D008'), ('160321031', 'D008'), ('160321032', 'D008'), ('160321033', 'D008'), ('160321034', 'D008'), ('160321035', 'D008'), ('160321036', 'D008'), ('160321037', 'D008'), ('160321038', 'D008'), ('160321039', 'D008'), ('160321040', 'D008'), ('160321041', 'D008'), ('160321042', 'D008'), ('160321043', 'D008'), ('160321044', 'D008'), ('160321045', 'D008'), ('160321046', 'D008'), ('160321047', 'D008'), ('160321048', 'D008'), ('160321049', 'D008'), ('160321050', 'D008'), ('160321051', 'D008'), ('160321052', 'D008'), ('160321053', 'D008'), ('160321054', 'D008'), ('160321055', 'D008'), ('160321056', 'D008'), ('160321057', 'D008'), ('160321058', 'D008'), ('160321059', 'D008'), ('160321060', 'D008'), ('160321061', 'D008'), ('160321062', 'D008'), ('160321063', 'D008'), ('160321064', 'D008'), ('160321065', 'D008'), ('160321066', 'D008'), ('160321067', 'D008'), ('160321068', 'D008'), ('160321069', 'D008'), ('160321070', 'D008'), ('160321071', 'D008'), ('160321072', 'D008'), ('160321073', 'D008'), ('160321074', 'D008'), ('160321075', 'D008'), ('160321076', 'D008'), ('160321077', 'D008'), ('160321078', 'D008'), ('160321079', 'D008'), ('160321080', 'D008'), ('160321081', 'D008'), ('160321082', 'D008'), ('160321083', 'D008'), ('160321084', 'D008'), ('160321085', 'D008'), ('160321086', 'D008'), ('160321087', 'D008'), ('160321088', 'D008'), ('160321089', 'D008'), ('160321090', 'D008'), ('160321091', 'D008'), ('160321092', 'D008'), ('160321093', 'D008'), ('160321094', 'D008'), ('160321095', 'D008'), ('160321096', 'D008'), ('160321097', 'D008'), ('160321098', 'D008'), ('160321099', 'D008'), ('160321100', 'D008'), ('160321101', 'D008'), ('160321102', 'D008'), ('160321103', 'D008'), ('160321104', 'D008'), ('160321105', 'D008'), ('160321106', 'D008'), ('160321107', 'D008'), ('160321108', 'D008'), ('160321109', 'D008'), ('160321110', 'D008'), ('160321111', 'D008'), ('160321112', 'D008'), ('160321113', 'D008'), ('160321114', 'D008'), ('160321115', 'D008'), ('160321116', 'D008'), ('160321117', 'D008'), ('160321118', 'D008'), ('160321119', 'D008'), ('160321120', 'D008'), ('160321121', 'D008'), ('160321122', 'D008'), ('160321123', 'D008'), ('160321124', 'D008'), ('160321125', 'D008'), ('160321126', 'D008'), ('160321127', 'D008'), ('160321128', 'D008'), ('160321129', 'D008'), ('160321130', 'D008'), ('160321131', 'D008'), ('160321132', 'D008'), ('160321133', 'D008'), ('160321134', 'D008'), ('160321135', 'D008'), ('160321136', 'D008'), ('160321137', 'D008'), ('160321138', 'D008'), ('160321139', 'D008'), ('160321140', 'D008'), ('160321141', 'D008'), ('160321142', 'D008'), ('160321143', 'D008'), ('160321144', 'D008'), ('160321145', 'D008'), ('160321146', 'D008'), ('160321147', 'D008'), ('160321148', 'D008'), ('160321149', 'D008'), ('160321150', 'D008'), ('160321151', 'D008'), ('160321152', 'D008'), ('160321153', 'D008'), ('160321154', 'D008'), ('160321155', 'D008'), ('160321156', 'D008'), ('160321157', 'D008'), ('160321158', 'D008'), ('160321159', 'D008'), ('160321160', 'D008'), ('160321161', 'D008'), ('160321162', 'D008'), ('160321163', 'D008'), ('160321164', 'D008'), ('160321165', 'D008'), ('160321166', 'D008'), ('160321167', 'D008'), ('160321168', 'D008'), ('160321169', 'D008'), ('160321170', 'D008'), ('160321171', 'D008'), ('160321172', 'D008'), ('160321173', 'D008'), ('160321174', 'D008'), ('160410001', 'D007'), ('160410002', 'D007'), ('160410003', 'D007'), ('160410004', 'D007'), ('160410005', 'D007'), ('160410006', 'D007'), ('160410007', 'D007'), ('160410008', 'D007'), ('160410009', 'D007'), ('160410010', 'D007'), ('160410011', 'D007'), ('160410012', 'D007'), ('160410013', 'D007'), ('160410014', 'D007'), ('160410015', 'D007'), ('160410016', 'D007'), ('160410017', 'D007'), ('160410018', 'D007'), ('160410019', 'D007'), ('160410020', 'D007'), ('160410021', 'D007'), ('160410022', 'D007'), ('160410023', 'D007'), ('160410024', 'D007'), ('160410025', 'D007'), ('160410026', 'D007'), ('160410027', 'D007'), ('160410028', 'D007'), ('160410029', 'D007'), ('160410030', 'D007'), ('160410031', 'D007'), ('160410032', 'D007'), ('160410033', 'D007'), ('160410034', 'D007'), ('160410035', 'D007'), ('160410036', 'D007'), ('160410037', 'D007'), ('160410038', 'D007'), ('160410039', 'D007'), ('160410040', 'D007'), ('160410041', 'D007'), ('160410042', 'D007'), ('160410043', 'D007'), ('160410044', 'D007'), ('160410045', 'D007'), ('160410046', 'D007'), ('160410047', 'D007'), ('160410048', 'D007'), ('160410049', 'D007'), ('160410050', 'D007'), ('160410051', 'D007'), ('160410052', 'D007'), ('160410053', 'D007'), ('160410054', 'D007'), ('160410055', 'D007'), ('160410056', 'D007'), ('160410057', 'D007'), ('160410058', 'D007'), ('160410059', 'D007'), ('160410060', 'D007'), ('160410061', 'D007'), ('160410062', 'D007'), ('160410063', 'D007'), ('160410064', 'D007'), ('160410065', 'D007'), ('160410066', 'D007'), ('160410067', 'D007'), ('160410068', 'D007'), ('160410069', 'D007'), ('160410070', 'D007'), ('160410071', 'D007'), ('160410072', 'D007'), ('160410073', 'D007'), ('160410074', 'D007'), ('160410075', 'D007'), ('160410076', 'D007'), ('160410077', 'D007'), ('160410078', 'D007'), ('160410079', 'D007'), ('160410080', 'D007'), ('160410081', 'D007'), ('160410082', 'D007'), ('160410083', 'D007'), ('160410084', 'D007'), ('160410085', 'D007'), ('160410086', 'D007'), ('160410087', 'D007'), ('160410088', 'D007'), ('160410089', 'D007'), ('160410090', 'D007'), ('160410091', 'D007'), ('160410092', 'D007'), ('160410093', 'D007'), ('160410094', 'D007'), ('160410095', 'D007'), ('160410096', 'D007'), ('160410097', 'D007'), ('160410098', 'D007'), ('160410099', 'D007'), ('160410100', 'D007'), ('160410101', 'D007'), ('160410102', 'D007'), ('160410103', 'D007'), ('160410104', 'D007'), ('160410105', 'D007'), ('160410106', 'D007'), ('160410107', 'D007'), ('160410108', 'D007'), ('160505001', 'D009'), ('160505002', 'D009'), ('160505003', 'D009'), ('160505004', 'D009'), ('160505005', 'D009'), ('160505006', 'D009'), ('160505007', 'D009'), ('160505008', 'D009'), ('160505009', 'D009'), ('160505010', 'D009'), ('160505011', 'D009'), ('160505012', 'D009'), ('160505013', 'D009'), ('160505014', 'D009'), ('160505015', 'D009'), ('160505016', 'D009'), ('160505017', 'D009'), ('160505018', 'D009'), ('160505019', 'D009'), ('160505020', 'D009'), ('160505021', 'D009'), ('160505022', 'D009'), ('160505023', 'D009'), ('160505024', 'D009'), ('160505025', 'D009'), ('160505026', 'D009'), ('160505027', 'D009'), ('160505028', 'D009'), ('160505029', 'D009'), ('160505030', 'D009'), ('17', 'D008'), ('170111001', 'D009'), ('170111002', 'D009'), ('170111003', 'D009'), ('170111004', 'D009'), ('170111005', 'D009'), ('170111006', 'D009'), ('170111007', 'D009'), ('170111008', 'D009'), ('170111009', 'D009'), ('170111010', 'D009'), ('170111011', 'D009'), ('170111012', 'D009'), ('170111013', 'D009'), ('170111014', 'D009'), ('170111015', 'D009'), ('170111016', 'D009'), ('170111017', 'D009'), ('170111018', 'D009'), ('170111019', 'D009'), ('170111020', 'D009'), ('170111021', 'D009'), ('170111022', 'D009'), ('170111023', 'D009'), ('170111024', 'D009'), ('170111025', 'D009'), ('170111026', 'D009'), ('170111027', 'D009'), ('170111028', 'D009'), ('170111029', 'D009'), ('170111030', 'D009'), ('170111031', 'D009'), ('170111032', 'D009'), ('170111033', 'D009'), ('170111034', 'D009'), ('170111035', 'D009'), ('170111036', 'D009'), ('170111037', 'D009'), ('170111038', 'D009'), ('170111039', 'D009'), ('170111040', 'D009'), ('170111041', 'D009'), ('170111042', 'D009'), ('170111043', 'D009'), ('170111044', 'D009'), ('170111045', 'D009'), ('170111046', 'D009'), ('170111047', 'D009'), ('170111048', 'D009'), ('170111049', 'D009'), ('170111050', 'D009'), ('170111051', 'D009'), ('170111052', 'D009'), ('170111053', 'D009'), ('170111054', 'D009'), ('170111055', 'D009'), ('170111056', 'D009'), ('170111057', 'D009'), ('170111058', 'D009'), ('170111059', 'D009'), ('170111060', 'D009'), ('170111061', 'D009'), ('170111062', 'D009'), ('170111063', 'D009'), ('170111064', 'D009'), ('170111065', 'D009'), ('170111066', 'D009'), ('170111067', 'D009'), ('170111068', 'D009'), ('170111069', 'D009'), ('170111070', 'D009'), ('170111071', 'D009'), ('170111072', 'D009'), ('170322001', 'D011'), ('170322002', 'D011'), ('170322003', 'D011'), ('170322004', 'D011'), ('170322006', 'D011'), ('170322007', 'D011'), ('170322008', 'D011'), ('170322009', 'D011'), ('170322010', 'D011'), ('170322011', 'D011'), ('170322012', 'D011'), ('170322013', 'D011'), ('170322014', 'D011'), ('170322015', 'D011'), ('170322016', 'D011'), ('170322017', 'D011'), ('170322018', 'D011'), ('170322019', 'D011'), ('170322020', 'D011'), ('170322021', 'D011'), ('170322022', 'D011'), ('170322023', 'D011'), ('170322025', 'D011'), ('170322026', 'D011'), ('170322027', 'D011'), ('170322028', 'D011'), ('170322029', 'D011'), ('170322030', 'D011'), ('170322031', 'D001'), ('170322032', 'D011'), ('170322033', 'D011'), ('170322034', 'D011'), ('170322035', 'D011'), ('170322036', 'D008'), ('170322037', 'D011'), ('170322038', 'D008'), ('170322040', 'D008'), ('170322041', 'D008'), ('170322042', 'D008'), ('170322043', 'D008'), ('170322044', 'D008'), ('170322045', 'D011'), ('170322046', 'D011'), ('170322047', 'D011'), ('170322049', 'D011'), ('170322050', 'D011'), ('170322051', 'D011'), ('170322052', 'D011'), ('170322053', 'D011'), ('170322054', 'D011'), ('170322055', 'D011'), ('170322056', 'D011'), ('170322057', 'D011'), ('170322058', 'D011'), ('170322059', 'D011'), ('170322060', 'D011'), ('170322061', 'D011'), ('170322062', 'D011'), ('170322063', 'D011'), ('170322064', 'D011'), ('170322065', 'D011'), ('170322066', 'D011'), ('170322067', 'D011'), ('170322068', 'D011'), ('170322069', 'D011'), ('170322070', 'D011'), ('170322071', 'D011'), ('170322072', 'D008'), ('170322073', 'D008'), ('170322074', 'D008'), ('170322075', 'D008'), ('170322076', 'D008'), ('170322077', 'D008'), ('170322078', 'D008'), ('170322079', 'D008'), ('170322080', 'D008'), ('170322081', 'D008'), ('170322082', 'D008'), ('170322083', 'D008'), ('170322084', 'D008'), ('170322085', 'D008'), ('170322086', 'D008'), ('170322087', 'D008'), ('170322088', 'D008'), ('170322089', 'D008'), ('170322090', 'D008'), ('170322091', 'D008'), ('170322092', 'D008'), ('170322093', 'D008'), ('170322094', 'D008'), ('170322095', 'D008'), ('170322096', 'D008'), ('170322097', 'D008'), ('170322098', 'D008'), ('170322099', 'D008'), ('170322100', 'D008'), ('170322101', 'D008'), ('170322102', 'D008'), ('170322103', 'D008'), ('170322104', 'D008'), ('170322105', 'D008'), ('170322106', 'D008'), ('170322107', 'D008'), ('170322108', 'D008'), ('170322109', 'D008'), ('170322110', 'D008'), ('170322111', 'D011'), ('170411001', 'D016'), ('170411002', 'D016'), ('170411003', 'D016'), ('170411004', 'D016'), ('170411005', 'D016'), ('170411006', 'D016'), ('170411007', 'D016'), ('170411008', 'D016'), ('170411009', 'D016'), ('170411010', 'D016'), ('170411011', 'D016'), ('170411012', 'D016'), ('170411013', 'D016'), ('170411014', 'D016'), ('170411015', 'D016'), ('170411016', 'D016'), ('170411017', 'D016'), ('170411018', 'D016'), ('170411019', 'D016'), ('170411020', 'D016'), ('170411021', 'D016'), ('170411022', 'D016'), ('170411023', 'D016'), ('170411024', 'D016'), ('170411025', 'D016'), ('170411026', 'D016'), ('170411027', 'D016'), ('170411028', 'D016'), ('170411029', 'D016'), ('170411030', 'D016'), ('170411031', 'D016'), ('170411032', 'D016'), ('170411033', 'D016'), ('170411034', 'D016'), ('170411035', 'D016'), ('170411036', 'D016'), ('170411037', 'D016'), ('170411038', 'D016'), ('170411039', 'D016'), ('170411040', 'D016'), ('170411041', 'D016'), ('170411042', 'D016'), ('170411044', 'D016'), ('170411050', 'D016'), ('170507021', 'D002'), ('170507022', 'D002'), ('170507023', 'D002'), ('170507024', 'D002'), ('170507025', 'D002'), ('170507026', 'D002'), ('170507027', 'D002'), ('170507028', 'D002'), ('170507029', 'D002'), ('170507030', 'D002'), ('170507031', 'D002'), ('170507032', 'D002'), ('170507033', 'D002'), ('170507034', 'D002'), ('170507035', 'D002'), ('170507036', 'D002'), ('170507037', 'D002'), ('170507038', 'D002'), ('170507039', 'D002'), ('170507040', 'D002'), ('170507041', 'D002'), ('170507042', 'D002'), ('170507043', 'D002'), ('170507044', 'D002'), ('170507045', 'D002'), ('170507046', 'D002'), ('170507047', 'D002'), ('170507048', 'D002'), ('170507049', 'D002'), ('170507050', 'D002'), ('170507051', 'D002'), ('170507052', 'D002'), ('170507053', 'D002'), ('170507054', 'D002'), ('170507055', 'D002'), ('170507056', 'D002'), ('170507057', 'D002'), ('170507058', 'D002'), ('170507059', 'D002'), ('170507060', 'D002'), ('170507061', 'D002'), ('170507062', 'D002'), ('170507063', 'D002'), ('170507064', 'D002'), ('170507065', 'D002'), ('170507066', 'D002'), ('170507067', 'D002'), ('170507068', 'D002'), ('170507069', 'D002'), ('170507070', 'D002'), ('170507071', 'D002'), ('170507072', 'D002'), ('170507073', 'D002'), ('22', 'D001'), ('222222222', 'D001'), ('2323', 'D001'), ('32', 'D001'), ('666666666', 'D001'), ('77', 'D001'), ('88', 'D001'), ('99', 'D001'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_hasil` -- CREATE TABLE `tbl_hasil` ( `id_hasil` int(10) NOT NULL, `id_mk` varchar(10) NOT NULL, `no_soal` varchar(10) NOT NULL, `username` varchar(100) NOT NULL, `salah` int(5) NOT NULL, `benar` int(5) NOT NULL, `hasil` varchar(5) NOT NULL, `pertemuan` varchar(10) NOT NULL, `finish` varchar(30) NOT NULL, `kd_dosen` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_hasil` -- INSERT INTO `tbl_hasil` (`id_hasil`, `id_mk`, `no_soal`, `username`, `salah`, `benar`, `hasil`, `pertemuan`, `finish`, `kd_dosen`) VALUES (2, 'KEP1002', 'KEP1002', '160410018', 0, 1, '100.0', '1', '21-02-2018', 'D003'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_info` -- CREATE TABLE `tbl_info` ( `kd_info` int(10) NOT NULL, `judul` varchar(200) NOT NULL, `waktu_post` varchar(30) NOT NULL, `isi` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_info` -- INSERT INTO `tbl_info` (`kd_info`, `judul`, `waktu_post`, `isi`) VALUES (5, 'Pengaturan Akun', '1472618790', 'Setelah melakukan login pertama, harap segera melakukan pergantian password pada menu Pengaturan Akun, guna menanggulangi hal-hal yang tidak diinginkan.'), (6, 'Pengisian KRS', '1473558537', 'Untuk pengisian krs, selain input matakuliah juga jangan lupa untuk input tahun ajaran dan semester.'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_jadwal` -- CREATE TABLE `tbl_jadwal` ( `kd_jadwal` int(11) NOT NULL, `kd_mk` varchar(20) NOT NULL, `kd_dosen` varchar(5) NOT NULL, `semester` varchar(20) NOT NULL, `kd_tahun` varchar(20) NOT NULL, `jadwal` varchar(100) NOT NULL, `kapasitas` int(3) NOT NULL, `kelas_program` varchar(30) NOT NULL, `kelas` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_jadwal` -- INSERT INTO `tbl_jadwal` (`kd_jadwal`, `kd_mk`, `kd_dosen`, `semester`, `kd_tahun`, `jadwal`, `kapasitas`, `kelas_program`, `kelas`) VALUES (90, 'KEP1002', 'D037', '6', '15', 'Kamis / 7-9.40 / 206', 500, 'S1KEP', 'E'), (91, 'KEP1003', 'D039', '1', '13', 'Selasa / 10-12 / hg', 500, 'S1KEP', 'C'), (92, 'KEP1004', 'D042', '1', 'Ganjil 2015/2016', 'Senin / 8-10 / 206', 500, 'S1KEP', 'A'), (93, 'KEP1005', 'D041', '1', 'Ganjil 2015/2016', 'Senin / 10-12 / 207', 500, 'S1KEP', 'A'), (94, 'KEP1006', 'D002', '1', 'Ganjil 2015/2016', 'Senin / 8-10 / 206', 500, 'S1KEP', 'A'), (95, 'KEP1007', 'D027', '1', 'Ganjil 2015/2016', 'Rabu / 9-11.40 / 206', 500, 'S1KEP', 'A'), (96, 'PV.01.01', 'D024', '1', 'Ganjil 2016/2017', 'Rabu / 8-10 / hg', 500, 'DIIIKEP', 'A'), (97, 'PV.01.02', 'D036', '1', 'Ganjil 2016/2017', 'Senin / 15-16.40 / hg', 500, 'DIIIKEP', 'A'), (98, 'PV.01.03', 'D036', '1', 'Ganjil 2016/2017', 'Senin / 17-18.40 / 305', 500, 'DIIIKEP', 'A'), (99, 'PV.01.05', 'D011', '1', 'Ganjil 2016/2017', 'Senin / 8-9.40 / hg', 500, 'DIIIKEP', 'A'), (100, 'PV.01.06', 'D002', '1', 'Ganjil 2016/2017', 'Selasa / 8-9.40 / hg', 500, 'DIIIKEP', 'A'), (101, 'PV.01.07', 'D002', '1', 'Ganjil 2016/2017', 'Senin / 10-11.40 / hg', 500, 'DIIIKEP', 'A'), (102, 'PV.01.08', 'D009', '1', 'Ganjil 2016/2017', 'Kamis / 10-11.40 / hg', 500, 'DIIIKEP', 'A'), (103, 'PV.01.04', 'D033', '1', 'Ganjil 2016/2017', 'Rabu / 17-18.40 / hg', 500, 'DIIIKEP', 'A'), (104, 'KEP1008', 'D036', '1', 'Ganjil 2015/2016', 'Rabu / 7-9.40 / 206', 500, 'S1KEP', 'A'), (106, 'Bd.201', 'D012', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 200, 'DIVKEB', 'D'), (107, 'Bd.301', 'D007', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 200, 'DIVKEB', 'D'), (108, 'Bd.302', 'D013', '1', 'Ganjil 2016/2017', 'Senin / 6-9 / hg', 200, 'DIVKEB', 'D'), (109, 'Bd.308', 'D003', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 200, 'DIVKEB', 'A'), (110, 'Bd.401', 'D001', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 200, 'DIVKEB', 'D'), (111, 'Bd.402', 'D012', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 200, 'DIVKEB', 'A'), (112, 'Bd.403', 'D013', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 200, 'DIVKEB', 'A'), (113, 'Bd.501', 'D004', '1', 'Ganjil 2016/2017', 'Senin / 6-9 / hg', 200, 'DIVKEB', 'A'), (114, 'Bd.602', 'D017', '1', 'Ganjil 2016/2017', 'Senin / 5-9 / hg', 200, 'DIVKEB', 'A'), (115, 'KEPE1001', 'D021', '1', 'Ganjil 2016/2017', 'Jumat / 13-15 / hg', 150, 'S1KEP', 'B'), (116, 'KEPE1002', 'D037', '1', 'Ganjil 2016/2017', 'Jumat / 13-15 / hg', 150, 'S1KEP', 'B'), (117, 'KEPE1003', 'D009', '1', 'Ganjil 2016/2017', 'Jumat / 14-17 / 206', 150, 'S1KEP', 'B'), (118, 'KEPE1004', 'D037', '1', 'Ganjil 2016/2017', 'Senin / 6-7 / hg', 500, 'S1KEP', 'B'), (119, 'KEPE1005', 'D011', '1', 'Ganjil 2016/2017', 'Jumat / 15-18.30 / hg', 150, 'S1KEP', 'B'), (120, 'KEPE1006', 'D006', '1', 'Ganjil 2016/2017', 'Jumat / 14-17 / hg', 150, 'S1KEP', 'B'), (121, 'KEPE1007', 'D002', '1', 'Ganjil 2016/2017', 'Jumat / 14-17 / hg', 150, 'S1KEP', 'B'), (122, 'KEPE1008', 'D011', '1', 'Ganjil 2016/2017', 'Jumat / 13-15 / hg', 150, 'S1KEP', 'B'), (123, 'KEPE1009', 'D022', '1', 'Ganjil 2016/2017', 'Jumat / 14-17 / hg', 150, 'S1KEP', 'B'), (124, 'WAT3001', 'D033', '1', 'Ganjil 2016/2017', 'Senin / 16.30 -18.10 / 206', 102, 'DIIIKEP', 'A'), (125, 'WAT3002', 'D008', '1', 'Ganjil 2016/2017', 'Rabu / 13.00-16.40 / 206', 102, 'DIIIKEP', 'A'), (126, 'WAT3003', 'D002', '1', 'Ganjil 2016/2017', 'Selasa / 10.00-11.40 / 206', 102, 'DIIIKEP', 'A'), (127, 'WAT3004', 'D021', '1', 'Ganjil 2016/2017', 'Senin / 10.00-11.40 / 206', 102, 'DIIIKEP', 'A'), (128, 'WAT3005', 'D008', '1', 'Ganjil 2016/2017', 'Kamis / 08.00-12.00 / 206', 102, 'DIIIKEP', 'A'), (129, 'WAT3006', 'D010', '1', 'Ganjil 2016/2017', 'Jumat / 08.00-12.00 / 206', 102, 'DIIIKEP', 'A'), (130, 'WAT3007', 'D002', '1', 'Ganjil 2016/2017', 'Rabu / 08.00-12.00 / 206', 206, 'DIIIKEP', 'A'), (131, 'KEP3001', 'D008', '3', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (132, 'KEP3002', 'D030', '3', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (133, 'KEP3003', 'D009', '3', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (135, 'KEP3005', 'D033', '3', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (136, 'KEP5001', 'D018', '5', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (137, 'KEP5002', 'D031', '5', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (138, 'KEP5003', 'D009', '5', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (139, 'KEP5004', 'D021', '5', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (140, 'KEP5005', 'D022', '1', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (141, 'KEP5006', 'D045', '5', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (144, 'KEP7003', 'D018', '7', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (145, 'KEP7004', 'D035', '7', 'Ganjil 2015/2016', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (146, 'Bd.302', 'D001', '3', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (147, 'Bd.304', 'D007', '3', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (148, 'KEP1002', 'D036', '1', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (149, 'KEP1002', 'D036', '1', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'S1KEP', 'A'), (150, 'Bd.502', 'D017', '1', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (151, 'Bd.402', 'D013', '3', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (152, 'Bd.307', 'D005', '5', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (153, 'Bd.308', 'D004', '5', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (154, 'Bd.501', 'D022', '5', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIVKEB', 'A & B'), (155, 'Bd.603', 'D017', '1', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (156, 'Bd.604', 'D005', '5', 'Ganjil 2016/2017', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEB', 'A & B'), (158, 'WAT.5002', 'D006', '5', 'Ganjil 2014/2015', 'Senin / 08.00-10.00 / 201', 500, 'DIIIKEP', 'A & B'), (160, 'WAT.5001', 'D006', '1', 'Ganjil 2016/2017', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (161, 'WAT. 5003', 'D006', '1', 'Ganjil 2016/2017', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (162, 'WAT. 5004', 'D009', '1', 'Ganjil 2016/2017', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (163, 'WAT. 5005', 'D009', '1', 'Ganjil 2016/2017', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (164, 'WAT. 5006', 'D017', '1', 'Ganjil 2016/2017', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (165, 'WAT. 5007', 'D027', '1', 'Ganjil 2016/2017', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (166, 'WAT. 5008', 'D041', '5', 'Ganjil 2015/2016', 'Senin / 08.00-09.00 / 201', 500, 'DIIIKEP', 'A'), (167, 'Bd.601', 'D027', '1', 'Ganjil 2016/2017', 'Rabu / 10.00-15.00 / lantai 3', 500, 'DIIIKEB', 'A & B'), (168, 'Bd.303', 'D005', '3', 'Ganjil 2016/2017', 'Selasa / 08.00-12.00 / lantai 3', 500, 'DIIIKEB', 'A & B'), (171, 'KEPE2001', 'D009', '3', 'Ganjil 2016/2017', 'Jumat / 13.00-16.30 / 206', 200, 'S1KEP', 'B'), (172, 'KEPE2002', 'D034', '3', 'Ganjil 2016/2017', 'Jumat / 13.00-17.00 / 206', 200, 'S1KEP', 'B'), (173, 'KEPE2003', 'D034', '3', 'Ganjil 2016/2017', 'Jumat / 14.00-17.30 / 206', 200, 'S1KEP', 'B'), (174, 'KEPE2004', 'D006', '3', 'Ganjil 2016/2017', 'Jumat / 13.00-17.00 / 206', 200, 'S1KEP', 'B'), (175, 'KEPE2005', 'D006', '3', 'Ganjil 2016/2017', 'Jumat / 15.00-18.30 / 206', 200, 'S1KEP', 'B'), (176, 'KEPE2006', 'D009', '3', 'Ganjil 2016/2017', 'Jumat / 14.00-18.30 / 206', 200, 'S1KEP', 'B'), (178, 'KEPE2007', 'D012', '3', 'Ganjil 2016/2017', 'Jumat / 16.00-18.30 / 206', 200, 'S1KEP', 'B'), (179, 'KEPE2008', 'D008', '3', 'Ganjil 2016/2017', 'Jumat / 13.00-16.00 / 206', 200, 'S1KEP', 'B'), (182, 'Bd.202', 'D001', '2', 'Genap 2015/2016', 'Senin / 08.00-10.00 / 303', 200, 'DIIIKEB', 'A & B'), (183, 'Bd. 204', 'D012', '2', 'Genap 2015/2016', 'Kamis / 13.00-15.00 / 303', 200, 'DIIIKEB', 'A & B'), (184, 'Bd. 205', 'D004', '2', 'Genap 2015/2016', 'Selasa / 13.00-15.00 / 303', 200, 'DIIIKEB', 'A & B'), (185, 'Bd.501', 'D003', '2', 'Genap 2015/2016', 'Selasa / 08.00-10.00 / 303', 200, 'DIVKEB', 'A & B'), (186, 'Bd.301', 'D003', '2', 'Genap 2015/2016', 'Senin / 10.00-12.00 / 303', 200, 'DIVKEB', 'A & B'), (188, 'Bd. 305', 'D007', '4', 'Genap 2015/2016', 'Senin / 08.00-10.00 / 205', 200, 'DIIIKEB', 'A & B'), (189, 'Bd. 306', 'D005', '4', 'Genap 2015/2016', 'Senin / 10.00-12.00 / 205', 200, 'DIIIKEB', 'A & B'), (190, 'Bd. 404', 'D021', '4', 'Genap 2015/2016', 'Rabu / 08.00-10.00 / 205', 200, 'DIIIKEB', 'A & B'), (191, 'Bd. 502', 'D019', '4', 'Genap 2015/2016', 'Rabu / 10.00-12.00 / 205', 200, 'DIIIKEB', 'A & B'), (192, 'Bd. 606', 'D027', '4', 'Genap 2015/2016', 'Kamis / 08.00-10.00 / 205', 200, 'DIIIKEB', 'A & B'), (193, 'Bd. 601C', 'D022', '4', 'Genap 2015/2016', 'Kamis / 10.00-12.00 / 205', 200, 'DIIIKEB', 'A & B'), (194, 'KEP.1323', 'D009', '1', 'Ganjil 2016/2017', 'Senin / 17-20 / ', 500, 'NERS', ''), (195, 'KEP.1324', 'D008', '1', 'Ganjil 2016/2017', 'Selasa / 17-20 / ', 500, 'NERS', ''), (196, 'KEP.1325', 'D010', '1', 'Ganjil 2016/2017', 'Rabu / 17-20 / ', 500, 'NERS', ''), (197, 'KEP.1326', 'D002', '1', 'Ganjil 2016/2017', 'Kamis / 17-20 / ', 500, 'NERS', ''), (198, 'KEP.1327', 'D009', '1', 'Ganjil 2016/2017', 'Jumat / 17-20 / ', 500, 'NERS', ''), (199, 'KEP.1328', 'D034', '2', 'Ganjil 2016/2017', 'Senin / 17-20 / ', 500, 'NERS', ''), (200, 'KEP.1329', 'D006', '2', 'Ganjil 2016/2017', 'Selasa / 17-20 / ', 500, 'NERS', ''), (201, 'KEP.1330', 'D011', '2', 'Ganjil 2016/2017', 'Kamis / 17-20 / ', 500, 'NERS', ''), (202, 'KEP.1331', 'D009', '2', 'Ganjil 2016/2017', 'Rabu / 17-20 / ', 500, 'NERS', ''), (203, 'KEP.1332', 'D010', '2', 'Ganjil 2016/2017', 'Jumat / 17-20 / ', 500, 'NERS', ''), (204, 'KEP.1333', 'D034', '2', 'Ganjil 2016/2017', 'Jumat / 17-20 / ', 500, 'NERS', ''), (205, 'PV.02.01', 'D006', '2', 'Genap 2016/2017', 'Senin / 08.00-10.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (206, 'PV.02.02', 'D011', '2', 'Genap 2016/2017', 'Senin / 10.00-12.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (207, 'PV.02.03', 'D037', '2', 'Genap 2016/2017', 'Selasa / 08.00-10.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (208, 'PV.02.04', 'D039', '2', 'Genap 2016/2017', 'Selasa / 10.00-12.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (210, 'PV.02.06', 'D002', '2', 'Genap 2016/2017', 'Rabu / 10.00-12.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (211, 'PV.02.07', 'D002', '2', 'Genap 2016/2017', 'Kamis / 08.00-12.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (212, 'PV.02.08', 'D011', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'DIIIKEP', 'A dan B'), (213, 'KEP2.001', 'D009', '2', 'Genap 2015/2016', 'Senin / 08.00-10.00 / lantai 3', 100, 'S1KEP', 'A'), (214, 'KEP2.002', 'D037', '2', 'Genap 2015/2016', 'Senin / 10.00-12.00 / lantai 3', 100, 'S1KEP', 'A'), (215, 'KEP2.003', 'D018', '2', 'Genap 2015/2016', 'Selasa / 08.00-10.00 / lantai 3', 100, 'S1KEP', 'A'), (216, 'KEP2.004', 'D002', '2', 'Genap 2015/2016', 'Selasa / 10.00-12.00 / lantai 3', 100, 'S1KEP', 'A'), (217, 'KEP2.005', 'D022', '2', 'Genap 2015/2016', 'Rabu / 08.00-10.00 / lantai 3', 100, 'S1KEP', 'A'), (218, 'KEP2.007', 'D041', '2', 'Genap 2015/2016', 'Kamis / 16.00-19.00 / lantai 3', 100, 'S1KEP', 'A'), (219, 'Bd.5.201', 'D036', '2', 'Genap 2016/2017', 'Senin / 08.00 -12.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (220, 'Bd.5.202', 'D012', '2', 'Genap 2016/2017', 'Selasa / 08.00-12.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (222, 'Bd.5.203', 'D023', '2', 'Genap 2016/2017', 'Selasa / 13.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (223, 'Bd.5.204', 'D004', '2', 'Genap 2016/2017', 'Senin / 13.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (225, 'Bd.5.206', 'D016', '2', 'Genap 2016/2017', 'Rabu / 08.00-12.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (226, 'Bd.5.207', 'D003', '2', 'Genap 2016/2017', 'Kamis / 08.00-12.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (227, 'Bd.5.208', 'D022', '2', 'Genap 2016/2017', 'Kamis / 13.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (228, 'Bd.5.205', 'D043', '2', 'Genap 2016/2017', 'Rabu / 13.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (229, 'Bd.6.201', 'D014', '2', 'Genap 2016/2017', 'Jumat / 09.30-11.00 / lantai 3', 200, 'DIVKEB', 'A'), (230, 'Bd.6.202', 'D013', '2', 'Genap 2016/2017', 'Jumat / 11.00-12.30 / lantai 3', 200, 'DIVKEB', 'A'), (231, 'Bd.6.203', 'D039', '2', 'Genap 2016/2017', 'Jumat / 13.30-15.00 / lantai 3', 200, 'DIVKEB', 'A'), (232, 'Bd.6.204', 'D003', '2', 'Genap 2016/2017', 'Jumat / 15.00-16.30 / lantai 3', 200, 'DIVKEB', 'A'), (233, 'Bd.6.205', 'D007', '2', 'Genap 2016/2017', 'Kamis / 08.00-09.30 / lantai 3', 200, 'DIVKEB', 'A'), (234, 'Bd.6.206', 'D028', '2', 'Genap 2016/2017', 'Kamis / 09.30-11.00 / lantai 3', 200, 'DIVKEB', 'A'), (235, 'Bd.6.207', 'D019', '2', 'Genap 2016/2017', 'Kamis / 11.00-12.30 / lantai 3', 200, 'DIVKEB', 'A'), (236, 'Bd.6.208', 'D007', '2', 'Genap 2016/2017', 'Kamis / 13.30-15.00 / lantai 3', 200, 'DIVKEB', 'A'), (237, 'Bd.6.209', 'D012', '2', 'Genap 2016/2017', 'Kamis / -15.00 / 16.30', 200, 'DIVKEB', 'A'), (238, 'PV.02.09', 'D041', '2', 'Genap 2016/2017', 'Kamis / 10.00-12.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (239, 'Kep4001', 'D008', '4', 'Genap 2015/2016', 'Senin / 08.00-10.00 / lantai 3', 50, 'S1KEP', 'A'), (240, 'Kep4002', 'D031', '4', 'Genap 2015/2016', 'Selasa / 08.00-12.00 / lantai 3', 50, 'S1KEP', 'A'), (241, 'Kep4003', 'D018', '4', 'Genap 2015/2016', 'Rabu / 08.00-10.00 / lantai 3', 50, 'S1KEP', 'A'), (242, 'Kep4004', 'D006', '4', 'Genap 2015/2016', 'Rabu / 10.00-12.00 / lantai 3', 50, 'S1KEP', 'A'), (243, 'Kep4005', 'D021', '4', 'Genap 2015/2016', 'Kamis / 08.00-10.00 / lantai 3', 50, 'S1KEP', 'A'), (244, 'Kep4006', 'D009', '4', 'Genap 2015/2016', 'Kamis / 10.00-12.00 / lantai 3', 50, 'S1KEP', 'A'), (245, 'Kep6001', 'D042', '6', 'Genap 2015/2016', 'Senin / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (246, 'Kep6002', 'D002', '6', 'Genap 2015/2016', 'Senin / 10.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (247, 'Kep6003', 'D041', '6', 'Genap 2015/2016', 'Selasa / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (248, 'Kep6004', 'D018', '6', 'Genap 2015/2016', 'Rabu / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (249, 'Kep6005', 'D042', '6', 'Genap 2015/2016', 'Kamis / 08.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (250, 'Kep8001', 'D045', '8', 'Genap 2015/2016', 'Senin / 16.00-19.00 / lantai 3', 50, 'S1KEP', 'A'), (251, 'Kep8002', 'D021', '7', 'Ganjil 2015/2016', 'Senin / - / ', 50, 'S1KEP', 'A'), (252, 'Kep1209', 'D011', '2', 'Genap 2016/2017', 'Jumat / 16.00-19.00 / lantai 3', 250, 'S1KEP', 'B'), (253, 'Kep1210', 'D009', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (254, 'Kep1211', 'D002', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (255, 'Kep1212', 'D009', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (256, 'Kep1213', 'D029', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (257, 'Kep1214', 'D002', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (258, 'Kep1215', 'D041', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (259, 'Kep1317', 'D009', '2', 'Genap 2016/2017', 'Jumat / - / ', 250, 'S1KEP', 'B'), (260, 'PV.02.09', 'D041', '2', 'Genap 2016/2017', 'Rabu / 08.00-10.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (261, 'PV.02.05', 'D041', '2', 'Genap 2016/2017', 'Selasa / 10.00-12.00 / lantai 3', 250, 'DIIIKEP', 'A dan B'), (262, 'PV.04.01', 'D041', '4', 'Genap 2016/2017', 'Senin / 08.00-10.00 / lantai 3', 100, 'DIIIKEP', 'A dan B'), (263, 'PV.04.02', 'D009', '4', 'Genap 2016/2017', 'Selasa / 08.00-10.00 / lantai 3', 100, 'DIIIKEP', 'A dan B'), (264, 'PV.04.03', 'D008', '4', 'Genap 2016/2017', 'Rabu / 10.00-12.00 / lantai 3', 100, 'DIIIKEP', 'A dan B'), (265, 'PV.04.04', 'D008', '4', 'Genap 2016/2017', 'Rabu / 08.00-10.00 / lantai 3', 100, 'DIIIKEP', 'A dan B'), (266, 'PV.04.05', 'D011', '4', 'Genap 2016/2017', 'Senin / - / ', 100, 'DIIIKEP', 'A dan B'), (267, 'PV.04.06', 'D011', '4', 'Genap 2016/2017', 'Senin / - / ', 100, 'DIIIKEP', 'A dan B'), (268, 'PV.04.07', 'D009', '4', 'Genap 2016/2017', 'Kamis / 08.00-10.00 / lantai 3', 100, 'DIIIKEP', 'A dan B'), (269, 'PV.04.08', 'D022', '4', 'Genap 2016/2017', 'Kamis / 10.00-12.00 / lantai 3', 100, 'DIIIKEP', 'A dan B'), (270, 'Bd.5.401', 'D004', '4', 'Genap 2016/2017', 'Senin / 08.00-10.00 / lantai 2', 200, 'DIIIKEB', 'A dan B'), (271, 'Bd.5.402', 'D007', '4', 'Genap 2016/2017', 'Senin / 10.00-12.00 / lantai 2', 200, 'DIIIKEB', 'A dan B'), (272, 'Bd.5.403', 'D005', '4', 'Genap 2016/2017', 'Selasa / 08.00-10.00 / lantai 2', 200, 'DIIIKEB', 'A dan B'), (273, 'Bd.5.404', 'D013', '4', 'Genap 2016/2017', 'Selasa / 10.00-12.00 / lantai 2', 200, 'DIIIKEB', 'A dan B'), (274, 'Bd.5.405', 'D022', '4', 'Genap 2016/2017', 'Jumat / 08.00-10.00 / lantai 2', 200, 'DIIIKEB', 'A dan B'), (275, 'Bd.5.406', 'D019', '4', 'Genap 2016/2017', 'Rabu / 08.00-10.00 / lantai 2', 200, 'DIIIKEB', 'A dan B'), (276, 'Bd.5.601', 'D005', '6', 'Genap 2016/2017', 'Senin / 08.00-17.00 / ', 200, 'DIIIKEB', 'A dan B'), (277, 'Bd.5.602', 'D016', '6', 'Genap 2016/2017', 'Selasa / 08.00-17.00 / ', 200, 'DIIIKEB', 'A dan B'), (278, 'Bd.5.603', 'D005', '6', 'Genap 2016/2017', 'Rabu / 08.00-17.00 / ', 200, 'DIIIKEB', 'A dan B'), (279, 'PV.04.05', 'D011', '1', 'Genap 2016/2017', 'Jumat / 16.00-19.00 / lantai 3', 200, 'DIIIKEP', 'A dan B'), (280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / 301', 200, 'DIIIKEB', 'A'), (281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018', 'Senin / 10.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018', 'Selasa / 08.00-10.00 / 301', 200, 'DIIIKEB', 'A'), (283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018', 'Selasa / 10.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018', 'Rabu / 08.00-10.00 / 301', 200, 'DIIIKEB', 'A'), (285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018', 'Rabu / 10.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018', 'Kamis / 08.00-10.00 / 301', 200, 'DIIIKEB', 'A'), (287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018', 'Kamis / 10.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018', 'Jumat / 08.00-10.00 / 301', 200, 'DIIIKEB', 'A'), (289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018', 'Senin / 10.00-12.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018', 'Selasa / 08.00-10.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018', 'Rabu / 08.00-10.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018', 'Kamis / 08.00-10.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018', 'Kamis / 10.00-12.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018', 'Rabu / 10.00-12.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018', 'Senin / 13.00-15.00 / lantai 3', 150, 'DIIIKEP', 'A - B'), (297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / lantai 3', 150, 'S1KEP', 'A - B'), (298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018', 'Senin / 10.00-12.00 / lantai 3', 150, 'S1KEP', 'A - B'), (299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018', 'Kamis / 13.00-15.00 / lantai 3', 150, 'S1KEP', 'A - B'), (300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018', 'Rabu / 08.00-10.00 / lantai 3', 150, 'S1KEP', 'A - B'), (301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018', 'Kamis / 10.00-12.00 / lantai 3', 150, 'S1KEP', 'A - B'), (302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018', 'Selasa / 13.00-15.00 / lantai 3', 150, 'S1KEP', 'A - B'), (303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018', 'Kamis / 15.00-18.00 / lantai 3', 150, 'S1KEP', 'A - B'), (305, 'KEP.8.003', 'D045', '8', 'Genap 2015/2016', 'Senin / 10.00-12.00 / lantai 3', 50, 'S1KEP', 'A'), (306, 'KEP.7.004', 'D046', '7', 'Ganjil 2015/2016', 'Senin / 13.00-15.00 / lantai 3', 50, 'S1KEP', 'A'), (307, 'KEP.8.001', 'D046', '8', 'Genap 2015/2016', 'Jumat / 08.00-10.00 / lantai 3', 50, 'S1KEP', 'A'), (309, 'KEP5005', 'D022', '5', 'Ganjil 2015/2016', 'Kamis / 10.00-12.00 / lantai 3', 50, 'S1KEP', 'A'), (310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018', 'Senin / 08.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018', 'Rabu / 08.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018', 'Jumat / 08.00-17.00 / 301', 200, 'DIIIKEB', 'A'), (313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018', 'Selasa / 13.00-15.00 / 301', 200, 'DIIIKEB', 'A'), (314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018', 'Senin / 13.00-15.00 / 301', 200, 'DIIIKEB', 'A'), (315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018', 'Rabu / 13.00-15.00 / 301', 200, 'DIIIKEB', 'A'), (316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018', 'Selasa / 08.00-12.00 / 301', 200, 'DIIIKEB', 'A'), (319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018', 'Rabu / 08.00-12.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018', 'Rabu / 13.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018', 'Kamis / 08.00-12.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018', 'Jumat / 08.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018', 'Selasa / 08.00-17.00 / lantai 3', 200, 'DIIIKEB', 'A dan B'), (325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018', 'Rabu / 08.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018', 'Rabu / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018', 'Rabu / 10.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018', 'Selasa / 10.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018', 'Selasa / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018', 'Rabu / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018', 'Kamis / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018', 'Kamis / 13.00-16.30 / lantai 2', 50, 'S1KEP', 'A'), (336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018', 'Senin / 08.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018', 'Jumat / 08.00-16.30 / lantai 2', 50, 'S1KEP', 'A'), (338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018', 'Selasa / 08.00-12.00 / lantai 2', 50, 'S1KEP', 'A'), (339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018', 'Rabu / 13.00-16.30 / lantai 2', 50, 'S1KEP', 'A'), (340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018', 'Kamis / 08.00-10.00 / lantai 2', 50, 'S1KEP', 'A'), (341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (342, 'Pv.03.02', 'D011', '1', 'Ganjil 2017/2018', 'Selasa / 10.00-12.00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018', 'Rabu / 08.00-10.00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018', 'Rabu / 10.00-12.00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018', 'Kamis / 13.00-16.30 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018', 'Rabu / 10.00-12.00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018', 'Jumat / 00-00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018', 'Jumat / 00-00 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018', 'Kamis / 13.00-16.30 / lantai 3', 150, 'DIIIKEP', 'A dan B'), (350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018', 'Jumat / 13.30-15.00 / lantai 3', 70, 'S1KEP', 'B'), (351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018', 'Jumat / 15.00-18.00 / lantai 3', 70, 'S1KEP', 'B'), (352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018', 'Jumat / 13.00-15.00 / lantai 3', 70, 'S1KEP', 'B'), (353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018', 'Jumat / 13.00-16.30 / lantai 3', 70, 'S1KEP', 'B'), (354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018', 'Jumat / 13.00-16.30 / lantai 3', 70, 'S1KEP', 'B'), (355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018', 'Jumat / 13.00-15.00 / lantai 3', 70, 'S1KEP', 'B'), (356, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018', 'Jumat / 15.00-18.00 / lantai 3', 70, 'S1KEP', 'B'), (357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018', 'Jumat / 13.00-15.00 / lantai 3', 70, 'S1KEP', 'B'), (358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018', 'Jumat / 15.00-18.00 / lantai 3', 70, 'S1KEP', 'B'), (359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018', 'Jumat / 13.30-18.00 / lantai 3', 70, 'S1KEP', 'B'), (360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018', 'Senin / 15.00-20.00 / ', 150, 'NERS', 'B'), (361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018', 'Selasa / 15.00-20.00 / ', 150, 'NERS', 'B'), (362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018', 'Rabu / 15.00-20.00 / ', 150, 'NERS', 'B'), (363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018', 'Rabu / 15.00-20.00 / ', 150, 'NERS', 'B'), (364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018', 'Kamis / 15.00-20.00 / ', 150, 'NERS', 'B'), (365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018', 'Senin / 08.00-10.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018', 'Senin / 10.00-12.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018', 'Selasa / 08.00-10.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018', 'Jumat / 15.00-20.00 / lantai 3', 200, 'DIIIKEP', 'A dan B'), (369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018', 'Rabu / 15.00-17.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018', 'Rabu / 13.00-15.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018', 'Kamis / 15.00-17.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018', 'Kamis / 13.00-15.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018', 'Rabu / 15.00-18.00 / lantai 2', 200, 'DIIIKEP', 'A dan B'), (375, 'KEP1001', 'D011', '2', '15', 'Selasa / 9-10 / a', 23, 'DIIIKEP', '44'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_jadwal_dosen` -- CREATE TABLE `tbl_jadwal_dosen` ( `id` int(20) NOT NULL, `kode_dosen` varchar(10) NOT NULL, `dosen` varchar(30) NOT NULL, `jurusan` varchar(20) NOT NULL, `semester` varchar(5) NOT NULL, `kelas` char(1) NOT NULL, `matakuliah` varchar(70) NOT NULL, `tanggal` varchar(20) NOT NULL, `jam` varchar(8) NOT NULL, `sampai` varchar(8) NOT NULL, `ruangan` varchar(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_jadwal_dosen` -- INSERT INTO `tbl_jadwal_dosen` (`id`, `kode_dosen`, `dosen`, `jurusan`, `semester`, `kelas`, `matakuliah`, `tanggal`, `jam`, `sampai`, `ruangan`) VALUES (5, 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'DIII Kebidanan', '2', 'B', 'KEP1002', '1482127200', '03:03', '02:02', 'A'), (4, 'D003', 'Rahayu Khairiah, SKM, M.Keb', 'DIII Kebidanan', '1', 'B', 'KEP1002', '1482040800', '02:01', '01:57', 'C'), (6, 'D001', 'Feva tridiyawati, M.Kes, M.Keb', 'DIII Kebidanan', '1', 'A', 'KEP1002', '1512687600', '08:00', '11:00', 'Lt.3 A 306'), (7, 'D001', 'Feva tridiyawati, M.Kes, M.Keb', 'DIII Kebidanan', '1', 'A', 'KEP1002', '1512687600', '02:03', '03:00', 'Lt.3 A 306'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_jadwal_dua` -- CREATE TABLE `tbl_jadwal_dua` ( `kd_jadwal` int(11) NOT NULL, `kd_mk` varchar(20) NOT NULL, `kd_dosen` varchar(5) NOT NULL, `semester` varchar(20) NOT NULL, `kd_tahun` varchar(20) NOT NULL, `jadwal` varchar(100) NOT NULL, `kapasitas` int(3) NOT NULL, `kelas_program` varchar(30) NOT NULL, `kelas` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_jadwal_dua` -- INSERT INTO `tbl_jadwal_dua` (`kd_jadwal`, `kd_mk`, `kd_dosen`, `semester`, `kd_tahun`, `jadwal`, `kapasitas`, `kelas_program`, `kelas`) VALUES (89, 'KEP1001', 'D044', '1', '15', 'Rabu / 08.00-10.00 / 206', 0, 'S1KEP', 'AA'), (304, 'KEP1002', 'D001', '1', 'Ganjil 2017/2018', 'Senin / ttttttttt-ttttttttt / tttttttttt', 0, 'DIIIKEB', 'tttttttt'), (310, 'KEP5006', 'D045', '5', 'Ganjil 2015/2016', 'Kamis / -13.00 / 15.00', 0, 'S1KEP', 'A'), (317, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018', 'Senin / 08.00-17.00 / lantai 3', 0, 'DIIIKEB', 'A dan B'), (318, 'Bd.308b', 'K010', '1', 'Ganjil 2017/2018', 'Selasa / 08.00-17.00 / lantai 3', 0, 'DIIIKEB', 'A dan B'), (320, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018', 'Senin / 08.00-17.00 / lantai 3', 0, 'DIIIKEB', 'A dan B'), (328, 'KEP3004', 'D022', '1', 'Ganjil 2017/2018', 'Kamis / 10.00-12.00 / lantai 2', 0, 'S1KEP', 'A'), (372, 'WAT 5007', 'D022', '5', 'Ganjil 2017/2018', 'Rabu / 08.00-12.00 / lantai 2', 0, 'DIIIKEP', 'A dan B'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_keuangan` -- CREATE TABLE `tbl_keuangan` ( `id_keuangan` int(11) NOT NULL, `prodi` varchar(50) NOT NULL, `angkatan` varchar(20) NOT NULL, `jumlah` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_login` -- CREATE TABLE `tbl_login` ( `username` varchar(50) NOT NULL, `password` varchar(75) NOT NULL, `stts` varchar(20) NOT NULL, `login_time` varchar(30) NOT NULL, `log_out` varchar(30) NOT NULL, `status` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_login` -- INSERT INTO `tbl_login` (`username`, `password`, `stts`, `login_time`, `log_out`, `status`) VALUES ('09876543321', '685c498ca3d068ae0174d8206c4791a1', 'mahasiswa', '', '', ''), ('120106001', 'c6f7c52f59365046bf23523c1a34802b', 'mahasiswa', '', '', ''), ('120106021', '6d88d84a5bd28b7f7d877c210eaaddf8', 'mahasiswa', '', '', ''), ('1234', '45f16288e795b898887d35e8d860977e', 'mahasiswa', '', '', ''), ('1234.56', '1cd907fa8ab67b6188de73c0ca7a66a8', 'mahasiswa', '', '', ''), ('1234.561', '3afcf06d0bbd0982a9fad0568d74fd37', 'mahasiswa', '', '', ''), ('123411', 'd25f5c06d44b9b5d0aee477ebeaa9c08', 'mahasiswa', '', '', ''), ('123412', '244ffbcf4483ae7fc354e3f00db6b454', 'mahasiswa', '', '', ''), ('123413', 'c96ed45fc183fd9fb73a6bac0c0a3a18', 'mahasiswa', '', '', ''), ('123414', 'e3758a817c9c1561317cc46a05b5ccee', 'mahasiswa', '', '', ''), ('123415', '8cc1151e8c561285e6c8c3bb308ecb7d', 'mahasiswa', '', '', ''), ('123416', 'd1c003dec8d0fc1283a6d0865d954db9', 'mahasiswa', '', '', ''), ('123417', 'ff91677a3bce79539528a638cbbc3ad4', 'mahasiswa', '', '', ''), ('123419', '834fb6504788f56fa68e14c1ad538f5a', 'mahasiswa', '', '', ''), ('123456', '1cd907fa8ab67b6188de73c0ca7a66a8', 'mahasiswa', '', '', ''), ('1234561', '3afcf06d0bbd0982a9fad0568d74fd37', 'mahasiswa', '', '', ''), ('1234561111', '9ddf3f8018feb07382504742b503781a', 'mahasiswa', '', '', ''), ('123456111112', 'a31d525c9d88a2c3c0b8bb9b3e0c382e', 'mahasiswa', '', '', ''), ('12345611111245', 'a4499d78cd64dc17d7c59fa054d4a8b5', 'mahasiswa', '', '', ''), ('1234561113', '657929a305455d98bdb3620d7844e565', 'mahasiswa', '', '', ''), ('1234561114', 'f218a9ce714641b77e849eef1cd8df9d', 'mahasiswa', '', '', ''), ('1234561115', '8c5d36a49c8309530efea8fd8dbbe83b', 'mahasiswa', '', '', ''), ('1234561116', '29420e7497d65870aaae4979f1268d5e', 'mahasiswa', '', '', ''), ('1234561116323', '737784d1d5e0c68d6d62b8d2a52f19e1', 'mahasiswa', '', '', ''), ('12345611163232E14', '1762a684f352e09e855f53f79fff4c33', 'mahasiswa', '', '', ''), ('12345611163234E14', 'f1810f1a9e492f19adef22e9482e9540', 'mahasiswa', '', '', ''), ('1234561117', '9535cf2fc8cf95c03001c72e46902e99', 'mahasiswa', '', '', ''), ('12345612', 'f1bfd514f667cebd7595218b5a40d5b1', 'mahasiswa', '', '', ''), ('12345613', '1a03254dcc484c518884e994c5df747a', 'mahasiswa', '', '', ''), ('12345614', '4e82d1345281a7236cb1cc1035062136', 'mahasiswa', '', '', ''), ('123517', 'f6944f047778941e19a85995e0fb88f8', 'mahasiswa', '20180221091656', '20180221091813', 'Chrome'), ('123519', 'bd5c57e6e45f42897e366df499bbf90c', 'mahasiswa', '', '', ''), ('123617', 'd3c551ed984268fe7f5b4c0f720bca33', 'mahasiswa', '', '', ''), ('123619', '1124d164518c8283f547aacc24852eae', 'mahasiswa', '20180221091821', '20180221093106', 'Chrome'), ('130107001', '3924e9cb47c777f8d439890b40544299', 'mahasiswa', '', '', ''), ('130107002', '5108587fda57cd2d6714d2e330ffa49e', 'mahasiswa', '', '', ''), ('130107003', '0716a0346d998a1c553f1076ab21a8ea', 'mahasiswa', '', '', ''), ('130107004', '4abda697df976b4d817d9e68a84c98f3', 'mahasiswa', '', '', ''), ('130107006', '60eb3a9a52d5835bc2eeaaa8d0ef2835', 'mahasiswa', '', '', ''), ('130107008', 'f45af13ab6d0254892e0e8c9a4c66e3d', 'mahasiswa', '', '', ''), ('130107009', '220c5b1776e0e4459213dd23288a0a33', 'mahasiswa', '', '', ''), ('130107010', '33cb3d0eade3b6bb32dd69ab3d6eff24', 'mahasiswa', '', '', ''), ('130107013', '7768e619a1e106d42b3e7695a055c82e', 'mahasiswa', '', '', ''), ('130107015', 'eb77b56654e567380fd0bc96c7442099', 'mahasiswa', '', '', ''), ('130107016', 'b92b72d6ed6f88e4afce255de041856a', 'mahasiswa', '', '', ''), ('130107017', '84f465c7215b893aadedb0389867da29', 'mahasiswa', '', '', ''), ('130107018', '2de65b7d0c11283a35ea69d08309802f', 'mahasiswa', '', '', ''), ('130107019', 'fa18ce40314361d62e2aa07588dd2ba7', 'mahasiswa', '', '', ''), ('130107020', 'fe1f255e502a887af7cdecd8fd8217df', 'mahasiswa', '', '', ''), ('130107021', '50f7c3592659809995a4bdd6e288a5f4', 'mahasiswa', '', '', ''), ('130107022', '141e093a757fc89a0afc090c188162bc', 'mahasiswa', '', '', ''), ('130107023', '0dd766f5ac55cbedda0c1dce7859217c', 'mahasiswa', '', '', ''), ('130107024', '2c6291975f9ef89889319631e0c16832', 'mahasiswa', '', '', ''), ('130107026', 'c1260631464f553a96f62283b0b04f0b', 'mahasiswa', '', '', ''), ('130107027', '9e268c65613eaa5ded5091aba9aeb0dc', 'mahasiswa', '', '', ''), ('130318027', '4da8f20f7587438b21534c8ceb09ad06', 'mahasiswa', '', '', ''), ('130318031', '6462df180b5346a8ff0c17a3ae62696d', 'mahasiswa', '', '', ''), ('14', 'aab3238922bcc25a6f606eb525ffdc56', 'mahasiswa', '', '', ''), ('140108001', '2d3f4c9a9a4ac1075244acf24339ca96', 'mahasiswa', '', '', ''), ('140108002', '82877ad1cacda15b4d70e58b4f20250b', 'mahasiswa', '', '', ''), ('140108003', '786985c1f35ecb3d526faaa3484f3d78', 'mahasiswa', '20180221114225', '20180221134104', 'Chrome'), ('140108004', 'c14b0bc1cb4316dfce096654ce9d9cbc', 'mahasiswa', '', '', ''), ('140108005', '73ca41f4af58e5bb74944f53729bf9f9', 'mahasiswa', '', '', ''), ('140108006', 'ae47719fd8754357c1cfae2cf53d3b0a', 'mahasiswa', '', '', ''), ('140108007', '1f26d11565e09f17fd4d7b993b4ddef2', 'mahasiswa', '', '', ''), ('140108008', '85b0b072ede1a58a56af6b755947acb5', 'mahasiswa', '', '', ''), ('140108009', '2724735caa11abc57766652771dc2208', 'mahasiswa', '', '', ''), ('140108010', '08e78fe7f51ec83af1a71ebee5928453', 'mahasiswa', '', '', ''), ('140108011', '0619ecef26311efcdb9e2c53dfcb05ae', 'mahasiswa', '', '', ''), ('140108013', 'be7011ab8ac2a8c0da65fd3661397997', 'mahasiswa', '', '', ''), ('140108014', '5ca62a08c3f6c68878cea6f7a9a6e053', 'mahasiswa', '', '', ''), ('140108015', 'fa307e544a0e7afbcac42634f30b0132', 'mahasiswa', '', '', ''), ('140108016', 'f579ed36fc9a504c28500f867b920b34', 'mahasiswa', '', '', ''), ('140108017', '343b8ee1094d4113140d585af9c4c718', 'mahasiswa', '', '', ''), ('140108018', 'e244604e786f52095918bc3465d7f354', 'mahasiswa', '', '', ''), ('140108019', '4f2cfa3551943f84805e2738db6edb22', 'mahasiswa', '', '', ''), ('140108020', '413c00fbef06abe57559d3e7881d80ac', 'mahasiswa', '', '', ''), ('140108021', '5086159ff3de95fb4c15564a7e2a3887', 'mahasiswa', '', '', ''), ('140108022', '1e09f5892845555fc1bd54fe25df1868', 'mahasiswa', '', '', ''), ('140108023', '2778453ae3b1b26d6f16c6c01be5f2fb', 'mahasiswa', '', '', ''), ('140108024', 'c42b0ac8d3657c1401c62597c3f1e92e', 'mahasiswa', '', '', ''), ('140108025', '7344ed528e62fc3c16d856ed7ff200c2', 'mahasiswa', '', '', ''), ('140108026', '1bf8ab1e79c1173a165b39f614fd9511', 'mahasiswa', '', '', ''), ('140108027', 'e562676f12872b3772457be5fe06ed24', 'mahasiswa', '', '', ''), ('140108028', '61ffd998fde00e5329d7ac7ef0ada71f', 'mahasiswa', '', '', ''), ('140108029', 'aaef960c0033d0771a03430fe6f67be4', 'mahasiswa', '', '', ''), ('140108032', 'e172254f5dce84133fa9023d6c8c322c', 'mahasiswa', '', '', ''), ('140319001', 'b855f9285111d851f111b2dec38e13d1', 'mahasiswa', '', '', ''), ('140319002', '123290b51b0c373b27928eb78bd32730', 'mahasiswa', '', '', ''), ('140319003', '3aac5ff7b97e6fa8a2792e9b0311b06e', 'mahasiswa', '', '', ''), ('140319005', 'a0822805e56aabf9a1ad437843e9f99d', 'mahasiswa', '', '', ''), ('140319006', '73805c5ce01f187b12e4554269034023', 'mahasiswa', '', '', ''), ('140319007', '535b9890b0f8a875573fa0ee0b54235b', 'mahasiswa', '', '', ''), ('140319008', '14fd4499c907e612aacbf4a997625a9c', 'mahasiswa', '', '', ''), ('140319009', '8b6d34a2908d4f39fe3e6653fcfb0c95', 'mahasiswa', '', '', ''), ('140319010', 'de37678ca9a9b1df985bc9c1d08bd056', 'mahasiswa', '', '', ''), ('140319011', '1957dda04033e554f28048c3ef3613ef', 'mahasiswa', '', '', ''), ('140319012', 'd2fef58678c88f599f2a494b7b271bc5', 'mahasiswa', '', '', ''), ('140319013', '1d68ed394417c8b0683b029eaa61ae5f', 'mahasiswa', '', '', ''), ('140319014', 'b5bf20365eabc068b2c7f34eb1f5a211', 'mahasiswa', '', '', ''), ('140319015', '9d3ea9d74e9d9302a32f459b64b74b6e', 'mahasiswa', '', '', ''), ('140319016', 'c55620cf841631eafce45f897c785623', 'mahasiswa', '', '', ''), ('140319017', '36eaf8b4752788c69a796ae52402f9c2', 'mahasiswa', '', '', ''), ('140319018', 'a833387da94920e2716d4d82f625105f', 'mahasiswa', '', '', ''), ('140319019', '0ba1a6eef7f77bd8736074e67a107066', 'mahasiswa', '', '', ''), ('140319020', 'e26ba5090296017968f18051ee051f3c', 'mahasiswa', '', '', ''), ('140319021', 'af5be882e915b8ec54fa5c203fa3bc8f', 'mahasiswa', '', '', ''), ('140319022', 'b2982954d569db076717cfc18ce6c86a', 'mahasiswa', '', '', ''), ('140319024', '5a38425424faaf8b64d9b2db3c6c65fc', 'mahasiswa', '', '', ''), ('140319025', '927d2c05ce029b9d8ce715e08124d528', 'mahasiswa', '', '', ''), ('140319026', '74c606050fbdf8072bbffc0d8cd0b224', 'mahasiswa', '', '', ''), ('140319027', '8abd9c4f76166a2b07ddcdb1807458bf', 'mahasiswa', '', '', ''), ('140319028', '2f10951cd67d71768f09535eaf7ba87f', 'mahasiswa', '', '', ''), ('140319029', '6c2c63e5d9a6d78a24c8b60dae1127b4', 'mahasiswa', '', '', ''), ('140319030', '346d0627606f8b021d30eaf54505a5c1', 'mahasiswa', '', '', ''), ('140319031', 'f74a087421e9bec088040c34a540e63c', 'mahasiswa', '', '', ''), ('140319032', 'd5cc29fc163c9656bae0ddc86bed82bf', 'mahasiswa', '', '', ''), ('140319034', '4f031057d6a0c6934d5f296c5477f734', 'mahasiswa', '', '', ''), ('140319035', 'aed906324cefb9a5756b7138535d1d41', 'mahasiswa', '', '', ''), ('140319037', '0dd26edacf34cc6bfb5203253a186a17', 'mahasiswa', '', '', ''), ('140319038', '8227349ad1f3a3cb10c6bbd798dcf970', 'mahasiswa', '', '', ''), ('140319039', '851dce8d226e4ea0027a6c930e8f0e4c', 'mahasiswa', '', '', ''), ('140319040', 'e1c805b2df3c6895c8aefd492012597f', 'mahasiswa', '', '', ''), ('140319041', 'ee00554744b318e6bfdb57313585961c', 'mahasiswa', '', '', ''), ('140319042', 'aff5e81e28dd69a7d575448cd4a17ba7', 'mahasiswa', '', '', ''), ('140319044', 'c0ffb30d344e2dd14bc95612c191392c', 'mahasiswa', '', '', ''), ('140319045', 'c61d99b7cb431c3885a89a5d1641d9f7', 'mahasiswa', '', '', ''), ('140319046', 'cdaa437dcecd2e4b7b250052ce961d02', 'mahasiswa', '', '', ''), ('140319047', '964043a7a92980d051e94751693e175d', 'mahasiswa', '', '', ''), ('140319048', '2afbf159de2c843134bfb166e0ebf571', 'mahasiswa', '', '', ''), ('140319049', 'd89e0fc91005212b92f82b619b943c77', 'mahasiswa', '', '', ''), ('140319050', 'f8f70246e450420c9d253ee463db326e', 'mahasiswa', '', '', ''), ('140319051', '4c78ce21ca586913d1384129f7f51cf4', 'mahasiswa', '', '', ''), ('140319052', 'cc3de5f92f6e88085b20096ee841e78a', 'mahasiswa', '', '', ''), ('140319053', 'd0507386fd4fd96aab4aab774b59e1a6', 'mahasiswa', '', '', ''), ('140319054', '4f046a71d060bb83749b020edab9538b', 'mahasiswa', '', '', ''), ('140319055', 'e22efa26e80fc236c316493cecd58bb2', 'mahasiswa', '', '', ''), ('140319056', '5ed0f334e9f59adfafea4d2e1cad78d3', 'mahasiswa', '', '', ''), ('140319057', 'f66a1eb68cbb663b70953d0fe26fca1c', 'mahasiswa', '', '', ''), ('140319058', 'b8efb5b7c95126dd1e10637ad9f652bd', 'mahasiswa', '', '', ''), ('140319059', 'a372c0483e9e7392a84451724b41458b', 'mahasiswa', '', '', ''), ('140319061', '10e1f69af531ccccd0cd6c3af9c2cc44', 'mahasiswa', '', '', ''), ('140319062', 'd04d73496b2c7f8613eb3f0d29631617', 'mahasiswa', '', '', ''), ('140319063', '6fb45b4392c2e695a0e65811e38ad733', 'mahasiswa', '', '', ''), ('140319064', 'fe8f3b7ea14da0f5878705003a9e8d6b', 'mahasiswa', '', '', ''), ('140319065', '2f196debb7ec741b351333197e73bb93', 'mahasiswa', '', '', ''), ('140319066', '6797446f83a558e7205aa92a5d6fadba', 'mahasiswa', '', '', ''), ('140319067', 'b6ebfc3d3dbacd3140c9c54f1e992de8', 'mahasiswa', '', '', ''), ('140319068', 'a4b66aebdf6229f4995fe6adad49625c', 'mahasiswa', '', '', ''), ('140319069', 'eefe60cc5a03360239d860aa58348b4b', 'mahasiswa', '', '', ''), ('140319070', 'd1aa53c890ea4c0a3b58a1eeb08cb31f', 'mahasiswa', '', '', ''), ('140319071', '2dc5f99c9db557ff149384d1cb5f58b6', 'mahasiswa', '', '', ''), ('140319072', '96462e73776314876ee8676617484051', 'mahasiswa', '', '', ''), ('140319073', 'b7c1c0007a7dcc0d32f33c4b9b1d2b84', 'mahasiswa', '', '', ''), ('140319074', 'ccacca4c9d82ba83036341fc6597313e', 'mahasiswa', '', '', ''), ('140319075', '6e76c445f46d05d015844b14acc4abff', 'mahasiswa', '', '', ''), ('140319076', '35102903afbdef1222b1be6c1e84029b', 'mahasiswa', '', '', ''), ('140319077', 'f3ef6dbb0d4105ca290371dc8ecd89f5', 'mahasiswa', '', '', ''), ('140319078', 'f8716b60e17af6b83eb2aeb8d23d9cea', 'mahasiswa', '', '', ''), ('140319080', 'f921e208c1e8109256ea282e8a136ed9', 'mahasiswa', '', '', ''), ('140319081', '8da1662934a30a1f3d06eb671f900cc2', 'mahasiswa', '', '', ''), ('140319082', '992185c97ea6a18023161e1e568a7faf', 'mahasiswa', '', '', ''), ('140319083', '2d52b68aa48edb20cbd8f5ff243d9527', 'mahasiswa', '', '', ''), ('140319084', 'b951d943a3c5a91b8ca2e410fdad2961', 'mahasiswa', '', '', ''), ('140319085', '97dc905b9c41f9b5b518b7a491a200b3', 'mahasiswa', '', '', ''), ('140319086', '33f08593c9419d588cc2d7cfb39bc87f', 'mahasiswa', '', '', ''), ('140408001', '901b00a718182a400cf1a720f96083be', 'mahasiswa', '', '', ''), ('140408002', '25f1e6523001f27174d393e93d15a9a4', 'mahasiswa', '', '', ''), ('140408003', '760691be13c2a3df42a0c76980545c36', 'mahasiswa', '', '', ''), ('140408004', '589716ddcdfbca5aa03e6165ef307760', 'mahasiswa', '', '', ''), ('140408005', '1b3dd889aef71bb7bca6b62f34f13b4c', 'mahasiswa', '', '', ''), ('140408006', '4ec71212654adb81f2e1a52099041bd1', 'mahasiswa', '', '', ''), ('140408010', 'a4d9fdb0ab19fed7b073d38731247eff', 'mahasiswa', '', '', ''), ('140408011', '8e5e9ea94a6492de984112f513a5bbe5', 'mahasiswa', '', '', ''), ('140408012', 'ac7de21f912ce0a3f56508f41f6d0a87', 'mahasiswa', '', '', ''), ('140408013', '7d9616220ce45af23ed43b148713b0ca', 'mahasiswa', '', '', ''), ('140408014', '7230e3c0ff06ff9c9680553f1a724635', 'mahasiswa', '', '', ''), ('140408015', '1cfa8fafdf38016374f436f1ac971329', 'mahasiswa', '', '', ''), ('140408017', '9a5a160149747ef0a7f0524c7702ad46', 'mahasiswa', '', '', ''), ('140408018', '1857dad134f685721cce6deb98e6408e', 'mahasiswa', '', '', ''), ('140408019', 'ac078c9003a96d6b6d90493499dbfd1b', 'mahasiswa', '', '', ''), ('140408020', 'ed908c740cb3bfe2be07e8105f9a6488', 'mahasiswa', '', '', ''), ('140408021', 'fcafaf68475c652f6566aa124b558ef5', 'mahasiswa', '', '', ''), ('140408022', '05e2dd8c0b0bffdcb59d8179ea413f5e', 'mahasiswa', '', '', ''), ('140408023', '5861734863117a1ac437656ab48d2b0f', 'mahasiswa', '', '', ''), ('140408024', '5c4b56c5cb4624e28d1d1c1986df1426', 'mahasiswa', '', '', ''), ('140408025', 'bdc07923f702cac56e54eeeeb2fd30d5', 'mahasiswa', '', '', ''), ('140408027', 'bc2e075bbe1345e23b60e03eca5fe395', 'mahasiswa', '', '', ''), ('140408030', 'c10337d2c893c0137a3f7129d2314dfb', 'mahasiswa', '', '', ''), ('140408031', 'f917529597c6c1cc2323f6a6a6d55aaf', 'mahasiswa', '', '', ''), ('140408032', 'c4d727516c8e2d6dfff6edfcd3b6a0fc', 'mahasiswa', '', '', ''), ('140408033', '9c3b14c519c1484852bffb258b2d0fd5', 'mahasiswa', '', '', ''), ('140408034', '934a47da02e47b8c88a3476bdbf076a8', 'mahasiswa', '', '', ''), ('140408035', 'c95735f22094273f45469fd3a23d1998', 'mahasiswa', '', '', ''), ('140408036', '33d13463357c797feda3da45a606d4c7', 'mahasiswa', '', '', ''), ('140408037', 'f8bf4016b1ede0477943c2f1aef8f0ce', 'mahasiswa', '', '', ''), ('140408038', 'd88e736cf66adb3380eeba2d8dd31106', 'mahasiswa', '', '', ''), ('140408039', 'd36ac4bfcea575f8151bf90ee1a360a3', 'mahasiswa', '', '', ''), ('140408040', '6dc9b257f5a5eb95390f9450799f9c5c', 'mahasiswa', '', '', ''), ('140408041', '9132612b3c7dd13d2caea494c7019138', 'mahasiswa', '', '', ''), ('140408042', '03770d8f5eb8474e8428a4ed07744a2d', 'mahasiswa', '', '', ''), ('140408043', '04890c05fa26b2e18fb91d04b1ebf09b', 'mahasiswa', '', '', ''), ('140408044', '157bcffc98b4b49f0b3a0bdf5a2de80b', 'mahasiswa', '', '', ''), ('140408045', '1c379ad35f689e4ecf374c50d44ebd68', 'mahasiswa', '', '', ''), ('140408046', '54fe46fbd03d14ceae07646f3d0c406f', 'mahasiswa', '', '', ''), ('140408047', '431f1533e8c5215baa7535f0807f046e', 'mahasiswa', '', '', ''), ('140408048', '4896932d3165fc871026b643f457e8a0', 'mahasiswa', '', '', ''), ('140408049', '8ff2d54ca1f4aa0d6213960d79694a24', 'mahasiswa', '', '', ''), ('140408050', 'cb5b3cfce06ba6929e0e82ff69518ca2', 'mahasiswa', '', '', ''), ('140408051', '950846dd04065dd97cfa123db5104376', 'mahasiswa', '', '', ''), ('140408052', 'e1ab4c232b0456cd5a9640cf6cdbee4b', 'mahasiswa', '', '', ''), ('140408053', 'a27f1acb5a9c89740d37929b66257e38', 'mahasiswa', '', '', ''), ('140408054', '257eebdfaf53d00689298819b16de279', 'mahasiswa', '', '', ''), ('140408056', '490f1d995dbcf40e4b0bd4e0f5bc1392', 'mahasiswa', '', '', ''), ('140408057', '1e3a0621b2ca1ef04bfa88662fc427b7', 'mahasiswa', '', '', ''), ('140408058', '553362fa971d7aa9e759ccc44f68095b', 'mahasiswa', '', '', ''), ('140408059', 'fd77b93ff1ed9da8b7b45d3005390445', 'mahasiswa', '', '', ''), ('140408060', '4d84af045e046b20c87785fdba65530c', 'mahasiswa', '', '', ''), ('140408061', '3d9ed150f3dfa1a2531431c4ac792672', 'mahasiswa', '', '', ''), ('140408062', 'c03b06fac5254340c9c2b5729ec302c6', 'mahasiswa', '', '', ''), ('140408063', '816366060ded210e9be08add50d983c7', 'mahasiswa', '', '', ''), ('140408064', '55414bf6179920778781dc7ba01984f6', 'mahasiswa', '', '', ''), ('140408065', '3635c8c9d6d4cc7d05782bfac1398522', 'mahasiswa', '', '', ''), ('140408066', '0c8b88063f6242461630d4fcbcbb2b15', 'mahasiswa', '', '', ''), ('140408067', 'ddbc1062af03d5207718ccf08edb787a', 'mahasiswa', '', '', ''), ('140408068', 'ca14bcf580a30b96d48ad6a624c278bb', 'mahasiswa', '', '', ''), ('140408069', '02b3bb97877af03e432b3febfe7454a9', 'mahasiswa', '', '', ''), ('140408070', '9dc899b4575108bd1996a8b91c39c1ea', 'mahasiswa', '', '', ''), ('140408071', '749b95b22bc69808967d74ae39092cea', 'mahasiswa', '', '', ''), ('140408072', '3aa5cde957c9771b7dca047c10a35515', 'mahasiswa', '', '', ''), ('140408073', '17c766a7c151a2d8c0adc2c32c7a673c', 'mahasiswa', '', '', ''), ('140408074', '64344b66db6d1b9fe816f63112020b9d', 'mahasiswa', '', '', ''), ('140408075', '3b2652622b282c5295cb725171f35218', 'mahasiswa', '', '', ''), ('140408076', '02d6f5b3c490bc33f98b33292a5aa550', 'mahasiswa', '', '', ''), ('140408077', '47b5a2507d367dc8acd206a7dc22c13c', 'mahasiswa', '', '', ''), ('140408078', '957dbd4afa41acef23ac15b1bb529c78', 'mahasiswa', '', '', ''), ('140408079', '137756fa04f93f4700504dae51fcfabb', 'mahasiswa', '', '', ''), ('140408080', 'cb32a0492e27e6dd326bf287af02fec6', 'mahasiswa', '', '', ''), ('140408081', 'cc36a00a31480927f75ddd95d938c1be', 'mahasiswa', '', '', ''), ('140408082', '6375aa55326ea7b0e063efe0d3f24ae6', 'mahasiswa', '', '', ''), ('140408083', 'f7a1c02fee213e928db1b545cdbe5747', 'mahasiswa', '', '', ''), ('140408084', 'f7e92117febdf96a594bcd9f6bc21b0a', 'mahasiswa', '', '', ''), ('140408085', '4e6733fee858f7f2108ebcd6d8ac30aa', 'mahasiswa', '', '', ''), ('140408086', '1027ae613970783919ee52fd700ed6fc', 'mahasiswa', '', '', ''), ('140408087', 'c87a6a3769e33bee9f7bb93e5f641655', 'mahasiswa', '', '', ''), ('140408088', '5b6f9e5cb133e14481cb5afa9d4b604c', 'mahasiswa', '', '', ''), ('140408089', '00968fc6d8184a5da1ed92012025f4c6', 'mahasiswa', '', '', ''), ('140408090', '15377fab871f4533ccb89386b6957f34', 'mahasiswa', '', '', ''), ('140408091', '275d74e9b5bfbbc6c672ac8e9357865d', 'mahasiswa', '', '', ''), ('140408092', 'c8d37b04151fc85f7517c83f7a8dae25', 'mahasiswa', '', '', ''), ('140408093', '6a216dcb1191729a690bf5cf79cfd14b', 'mahasiswa', '', '', ''), ('140408094', '9be64d6a6ccb4425f04aefdad7d7c34c', 'mahasiswa', '', '', ''), ('140408095', '0d20b10ef6b7aec404c4b1d938df4868', 'mahasiswa', '', '', ''), ('140408096', '73aa9fba891407d4cf1beb2fb3143eee', 'mahasiswa', '', '', ''), ('140408097', 'dc50bccf9171a7ae2e61f307a6610619', 'mahasiswa', '', '', ''), ('140408098', '6356491324c1f558b9e4c595d3b12996', 'mahasiswa', '', '', ''), ('140408099', '9da1f57c1659f61a14a32d31fd8c01cf', 'mahasiswa', '', '', ''), ('140408100', '06651ab94a715cf57b5621b0d7bdc41c', 'mahasiswa', '', '', ''), ('140408101', '7358669dd5392379f94e61c211bd6ec5', 'mahasiswa', '', '', ''), ('140408102', '7fa0335384ccac5c80f406d174e8877b', 'mahasiswa', '', '', ''), ('140408103', 'a83ea2947ca43e935a6f2a6d1368f182', 'mahasiswa', '', '', ''), ('140408104', '1259a5c8f3282be90b098e4aeb793941', 'mahasiswa', '', '', ''), ('140408105', '5755d816d30089d3547e465b5d6735a1', 'mahasiswa', '', '', ''), ('140408106', '7446eb052d2b7d1b5ab3ffb03aca3096', 'mahasiswa', '', '', ''), ('140408107', '24d9090b22dc9bf34587eb4cc3ad6fa8', 'mahasiswa', '', '', ''), ('150109001', '0145e29a697bfe58c32a8fd6f31dba7e', 'mahasiswa', '', '', ''), ('150109002', 'b107a9e0219b88e0bc7fd7fc1e1e3c8e', 'mahasiswa', '', '', ''), ('150109004', 'e5d902a9222e853b29715b0bcae2d51f', 'mahasiswa', '', '', ''), ('150109005', 'f8acce039fe0443da4defaaa66175352', 'mahasiswa', '', '', ''), ('150109006', '97bcb30c9f54977f31332359276f2bd7', 'mahasiswa', '', '', ''), ('150109007', 'fad6ed0dbc954cd33426ee18811e716b', 'mahasiswa', '', '', ''), ('150109008', 'ad3d423de482bcfed82c29d35f5123a2', 'mahasiswa', '', '', ''), ('150109009', 'f898ce8da5ba317d62f193c8e9ad9676', 'mahasiswa', '', '', ''), ('150109010', 'd8c58c3ec23ab4244813eb48070bcd57', 'mahasiswa', '', '', ''), ('150109011', '1391d9b28b88896a19a28ebf954ee8b1', 'mahasiswa', '', '', ''), ('150109012', 'a0d4b2d1ef2fc24a6dc2c9920de63b69', 'mahasiswa', '', '', ''), ('150109013', 'db81369423479b1e4922345e7e4aebb0', 'mahasiswa', '', '', ''), ('150109014', 'da5649c8228989665aeef3fb3cfa16ce', 'mahasiswa', '', '', ''), ('150109015', '10861c0779c5de39016f4e1e48806fdd', 'mahasiswa', '', '', ''), ('150109016', '716dc1dcae3d36466e1ad63a849cba73', 'mahasiswa', '', '', ''), ('150109017', '1cfe98074e6df4711be2e146523d1ca8', 'mahasiswa', '', '', ''), ('150109018', 'ca12e9e74039f937ce24a63e0b115e90', 'mahasiswa', '', '', ''), ('150109019', '85eb9681d999ccef525459f1edce473b', 'mahasiswa', '', '', ''), ('150109020', '30cf0dc49ea595515e8b8f73641e5f5d', 'mahasiswa', '', '', ''), ('150109021', 'b252e6e3176bece9c903b669cbe87f22', 'mahasiswa', '', '', ''), ('150109022', '184205a6ee9431117becd0665aa89677', 'mahasiswa', '', '', ''), ('150109023', '03004dee73e4c4b1907167c83d93aa75', 'mahasiswa', '', '', ''), ('150109024', '47360c457e57d814c5b2494c2aeee370', 'mahasiswa', '', '', ''), ('150109025', '8223c61882a5f2512b148976c54396fa', 'mahasiswa', '', '', ''), ('150109026', '5cc50c20106af12b71dda29259f9ba05', 'mahasiswa', '', '', ''), ('150109027', '4c2c0bc5260968fd9d78ffd872dbd82c', 'mahasiswa', '', '', ''), ('150109028', 'db6c7b9aad13748e8d2fa80f00eadb5f', 'mahasiswa', '', '', ''), ('150109029', '3787c9a1ecd12b09d74193bdde4347b5', 'mahasiswa', '', '', ''), ('150109030', '9b61b3bd91b11d429c48667449b3f6ba', 'mahasiswa', '', '', ''), ('150109031', '2f1e53fc3e5521a912c58e82701ec933', 'mahasiswa', '', '', ''), ('150109032', '3693680bbf4a76673a20a2f5edf81b8e', 'mahasiswa', '', '', ''), ('150109033', '014e2d2db9f77d28eb8fd9b8bb9774c6', 'mahasiswa', '', '', ''), ('150109034', '6fc59770d4a2d4679799e51f4ec3a18a', 'mahasiswa', '', '', ''), ('150109035', 'e8db92cfc345e98cd3a0c9ba10332eaf', 'mahasiswa', '', '', ''), ('150109036', '27e35dd979b924a45389aa7811752a0c', 'mahasiswa', '', '', ''), ('150109037', '1d3fc8e595bc723199bf92bd5954b19b', 'mahasiswa', '', '', ''), ('150109038', '0dc32ab27b4d6bb02e83f6571f2eff55', 'mahasiswa', '', '', ''), ('150109039', 'e5d17bd4b0a30657c6c8c967a1b440a4', 'mahasiswa', '', '', ''), ('150109040', '91c9768fb1a0aaa94078cd9071da5240', 'mahasiswa', '', '', ''), ('150109041', 'a36479e764318d0ba46e6d3415f6b43e', 'mahasiswa', '', '', ''), ('150109042', '4b0b485cb8299fdc3fbc1448282724ab', 'mahasiswa', '', '', ''), ('150109043', '335b0884ef6478479b24e465758d99d0', 'mahasiswa', '', '', ''), ('150109044', '23c3725bb64abee31c4d93f46906df9c', 'mahasiswa', '', '', ''), ('150109046', 'cb66b3632ad328ccecc084e493e3b020', 'mahasiswa', '', '', ''), ('150109047', '1ce85053a91510de75856948011c3889', 'mahasiswa', '', '', ''), ('150109048', '9a3f1b3efd63d920f56fe52f72a386be', 'mahasiswa', '', '', ''), ('150109049', '6cb92cde82a852069ed8b31e5703edc2', 'mahasiswa', '', '', ''), ('150109051', 'd641e763501b309064e930a3afeee39d', 'mahasiswa', '', '', ''), ('150109052', 'a486504573a58d8f71476599dddc20e8', 'mahasiswa', '', '', ''), ('150109053', '3c7a8f9acea0dc4e140e9f91c0ac8e9d', 'mahasiswa', '', '', ''), ('150109054', '9b99e6043aa291555e64b94fe3e5a0d0', 'mahasiswa', '', '', ''), ('150109055', 'd19bfbe6a364ec15a42d8d848b58de63', 'mahasiswa', '', '', ''), ('150109056', '4999387f2812ccc8acafbd2a43e50ef7', 'mahasiswa', '', '', ''), ('150109057', '73a38e7087991a13e9457ce7c6ba3c82', 'mahasiswa', '', '', ''), ('150109058', '5b79b60ede65e1b9c69b3bc931684181', 'mahasiswa', '', '', ''), ('150109059', '1eeacb2912bb5a9e4f8800a88654ee55', 'mahasiswa', '', '', ''), ('150109060', 'f63beee4f1d4ba7a972af569e6f1fb91', 'mahasiswa', '', '', ''), ('150109061', 'de45d5fa1faf4802c63bb82902ed85ec', 'mahasiswa', '', '', ''), ('150109062', 'f18f83500a425ef9fec50b688c67551d', 'mahasiswa', '', '', ''), ('150109063', '38182f4be65d875687312ff40b420307', 'mahasiswa', '', '', ''), ('150109064', 'be313990148bcf856a212cc6273afbed', 'mahasiswa', '', '', ''), ('150109065', '3e82d3960a101e296ad635c5375cd4f8', 'mahasiswa', '', '', ''), ('150109066', '18409fc467df8b25e91111c97d289401', 'mahasiswa', '', '', ''), ('150109067', '85e1c06c26e4e09e40f793cb610f0443', 'mahasiswa', '', '', ''), ('150109068', '7225b0a7c7de4b0355dd28c335d35640', 'mahasiswa', '', '', ''), ('150109069', '6fc9bfea9c5f0207de7e2320127460c1', 'mahasiswa', '', '', ''), ('150109071', '3664dcc38e086a3df3ef20a915eaeea4', 'mahasiswa', '', '', ''), ('150109072', '8462c90388334d15e3c0e278ad298449', 'mahasiswa', '', '', ''), ('150109073', 'e2c47b601f9b877ca88e426706807dd0', 'mahasiswa', '', '', ''), ('150109074', 'f734b5fd7d60180bf3a3b22eb868c068', 'mahasiswa', '', '', ''), ('150109075', 'fcfe1f34d9036775ac16916a5b2eb46e', 'mahasiswa', '', '', ''), ('150109076', '06f57d3ea94343f6ca3e8e36829147f1', 'mahasiswa', '', '', ''), ('150109077', 'a14422268038f34f4db08e1497dd03e9', 'mahasiswa', '', '', ''), ('150109078', '8492af26a1af84b37b262a5ff5ddbbe6', 'mahasiswa', '', '', ''), ('150109079', 'b8b729cf14e76f124f146e36e2c293c7', 'mahasiswa', '', '', ''), ('150109080', 'f0bb99efb5f7375aeb54c1db0da3a920', 'mahasiswa', '', '', ''), ('150109081', 'b410f241836d80e5dfdcbc92bf33ba13', 'mahasiswa', '', '', ''), ('150109082', 'e39fefcc9611d8ef0cf2c34c35db7eff', 'mahasiswa', '', '', ''), ('150109083', '66ecd5912cff5a868ac54b90dc6d8c01', 'mahasiswa', '', '', ''), ('150109084', '94fc2bc17852e7e60a7443759b645552', 'mahasiswa', '', '', ''), ('150109085', '94444b4cbaf1b9b6024a81bf07b78db2', 'mahasiswa', '', '', ''), ('150109086', '309fc58ead620b7768580def29171ec4', 'mahasiswa', '', '', ''), ('150109087', '03923880927190b83fd16f3cbe9c3885', 'mahasiswa', '', '', ''), ('150109088', '0f2ff3e34763974ba3af95018157cd3e', 'mahasiswa', '', '', ''), ('150109089', '9b82b1e9d1269c9695f45889fd0a08e9', 'mahasiswa', '', '', ''), ('150109090', '7c8f6241c35509f1987d0143be71f1fe', 'mahasiswa', '', '', ''), ('150109091', '2810e482338e2e799d7304f6f8331996', 'mahasiswa', '', '', ''), ('150109092', 'cc069a79df326824348b29ceecd6dd02', 'mahasiswa', '', '', ''), ('150109093', '3136edee3ce72c17bbbf1335d7725bd3', 'mahasiswa', '', '', ''), ('150109094', 'e05f66a6671819c6dc770a10dddfa47c', 'mahasiswa', '', '', ''), ('150109095', '7e2cf27b1d20bf0af25a86e4352104d3', 'mahasiswa', '', '', ''), ('150109096', 'c202258a285f1f4222ef3f446c6e2e16', 'mahasiswa', '', '', ''), ('150109097', 'a931ed962abf2d964a25f6490d3ec5b4', 'mahasiswa', '', '', ''), ('150109098', '254875217eb9c7baf2300328decf7918', 'mahasiswa', '', '', ''), ('150109099', '4c1f317a73f9b7d8eeede059a496cc73', 'mahasiswa', '', '', ''), ('150109100', '02eac7049f9be5ffa55a53dd5b40e3ad', 'mahasiswa', '', '', ''), ('150109101', '0bede1a012baadb90394b4d2a64147c9', 'mahasiswa', '', '', ''), ('150109102', 'f28ca728bcb45b749b0f3b32aec4ea2c', 'mahasiswa', '', '', ''), ('150109103', '723e8169c6a9ca52c438ad16c53e8054', 'mahasiswa', '', '', ''), ('150109104', 'fb2f9a018c0094ec6c97ee0d53986f2d', 'mahasiswa', '', '', ''), ('150109106', '07da4cf1674ed75216736dea2065317b', 'mahasiswa', '', '', ''), ('150213008', 'a3d73b29239555f30e7b83f0a628310e', 'mahasiswa', '', '', ''), ('150320001', '8ac46ee32ebbd647130e9c2361525091', 'mahasiswa', '', '', ''), ('150320002', '0dd9c2aa33eb3cd45311b1da5eeb378b', 'mahasiswa', '', '', ''), ('150320003', '4ae490771c5380bceac180850f018747', 'mahasiswa', '', '', ''), ('150320004', '9574aee7314904aa8fd1903b385eb524', 'mahasiswa', '', '', ''), ('150320005', '40c5bdffe252b543246c43636d1fb353', 'mahasiswa', '', '', ''), ('150320006', '735cbbdf4c64dbbbd1eca8002920802c', 'mahasiswa', '', '', ''), ('150320007', '9862c02e15d7d8839b114d6931e4b7dc', 'mahasiswa', '', '', ''), ('150320008', 'd2713ded5bce0cf43c5fab03a4c1ecc3', 'mahasiswa', '', '', ''), ('150320009', 'c932589e4b041b19dbd9ae03fd3e4a99', 'mahasiswa', '', '', ''), ('150320010', 'ee5eb649e13455db2d455852fd84d06b', 'mahasiswa', '', '', ''), ('150320011', 'dcf6d7a5533e873d9d1a4f228151eca4', 'mahasiswa', '', '', ''), ('150320012', 'c5b8b24eac81fd8e0e48b50ae65bb786', 'mahasiswa', '', '', ''), ('150320013', '14b19b20aa610156a2eafb5059988b7e', 'mahasiswa', '', '', ''), ('150320014', '4db6ec910971a494e48c8810c50f49c8', 'mahasiswa', '', '', ''), ('150320015', '6a496fdd098f2cef25b9d3a0387f01ab', 'mahasiswa', '', '', ''), ('150320016', 'bb2c85f43df82c79e09fb547d8852ff9', 'mahasiswa', '', '', ''), ('150320017', '7c2929ae812df29871c0a4559dfa2302', 'mahasiswa', '', '', ''), ('150320018', '5daec7f5ac63f56c36e0f024b6ccf271', 'mahasiswa', '', '', ''), ('150320019', '2b94a17b7993bcfb5814f9c8177ad660', 'mahasiswa', '', '', ''), ('150320020', '5410356052fa1a778c8cdfddf8286895', 'mahasiswa', '', '', ''), ('150320021', '7e50f245f8393e650b3f8de1665143fd', 'mahasiswa', '', '', ''), ('150320022', '336746b4d6a4ed1223bfa9d8d25a4750', 'mahasiswa', '', '', ''), ('150320023', 'd4dd6f38b8142b90e660870d52865933', 'mahasiswa', '', '', ''), ('150320024', '01338106f9a26addbc8631d33b4f989d', 'mahasiswa', '', '', ''), ('150320025', 'b40b8f862d816d65b4c1dcdaf6accfc1', 'mahasiswa', '', '', ''), ('150320026', '9f280c795f8e4beda3e668eeb6a0f163', 'mahasiswa', '', '', ''), ('150320027', '47c44fbe8f751bba7af2f01efbc009a1', 'mahasiswa', '', '', ''), ('150320028', '1ac6adaf959a3f9d690a03559f2ad8ed', 'mahasiswa', '', '', ''), ('150320029', '6ac1bf580fe27c0d4754987dc7f747f2', 'mahasiswa', '', '', ''), ('150320030', 'babb359a06c48fd2538e00c1f1702a8c', 'mahasiswa', '', '', ''), ('150320032', '403280d7f7f878853196087c6600697b', 'mahasiswa', '', '', ''), ('150320033', '3e862b817376d98abdaaed085390cf2c', 'mahasiswa', '', '', ''), ('150320034', '1b9432c4922b256c43ed8dac76ee202c', 'mahasiswa', '', '', ''), ('150320035', '192f8b12a81b4e318018bfacbe5211c5', 'mahasiswa', '', '', ''), ('150320036', 'ea86e3ce17ea01d1e6f6e7ee04df6756', 'mahasiswa', '', '', ''), ('150320038', 'a756b3a479daab8a28c84e60459e3d6e', 'mahasiswa', '', '', ''), ('150320039', 'caa141c792127d90101e680a06d584e3', 'mahasiswa', '', '', ''), ('150320040', 'b668ded1dae172e43a8dba6e977d14d7', 'mahasiswa', '', '', ''), ('150320041', '9105962c9652745648ab96bffa7f13cc', 'mahasiswa', '', '', ''), ('150320042', '8426e561b09e1bf059db809eed7f1c4a', 'mahasiswa', '', '', ''), ('150320043', 'c444858e0aaeb727da73d2eae62321ad', 'mahasiswa', '', '', ''), ('150320044', '7a32cdff4bf16fa49c888c6047743117', 'mahasiswa', '', '', ''), ('150320045', 'e326249f827fa6f3eff614d88b550e29', 'mahasiswa', '', '', ''), ('150320046', 'e26a7a48a5d1e80ec9a66ecae83ef43d', 'mahasiswa', '', '', ''), ('150320047', '2afad1d04263b4d96145e9f71daeeb53', 'mahasiswa', '', '', ''), ('150320048', 'a30b83f2578ab61943d76babd09e6f1a', 'mahasiswa', '', '', ''), ('150320049', 'e44eb0e51fbcb46519a8a16d3041b7dd', 'mahasiswa', '', '', ''), ('150320050', 'b17f67f46907a92cc1b6997bdacafa2a', 'mahasiswa', '', '', ''), ('150320051', '30b8915bc73261f2f956a46094447719', 'mahasiswa', '', '', ''), ('150320052', 'e8e00df1d7bed4caea8e4ab2d4e43cec', 'mahasiswa', '', '', ''), ('150320053', '00cd5f53c5a080b0a824951e94a85919', 'mahasiswa', '', '', ''), ('150320054', '3405d6529ee01f23c8d1fc1e78e45672', 'mahasiswa', '', '', ''), ('150320055', '0f110c57898393e5addc7ed1163b1c86', 'mahasiswa', '', '', ''), ('150320056', '60000c7f79e65562d1c1f9c800852541', 'mahasiswa', '', '', ''), ('150320057', 'fbea4333fb4d0aa21d1b6c6af889c1f2', 'mahasiswa', '', '', ''), ('150320058', '79f9cc113a81fdb0a27a400636d141c1', 'mahasiswa', '', '', ''), ('150320059', '9a54827cfe6aa174ebb10ebaaee4bfe3', 'mahasiswa', '', '', ''), ('150320060', '4b9b36271f1c2b934b405378be7c7c34', 'mahasiswa', '', '', ''), ('150320062', '24e33ae448a95a419c173dde200d14d0', 'mahasiswa', '', '', ''), ('150320064', 'fbf568bb943a89e9fdf1a931eef5fbe6', 'mahasiswa', '', '', ''), ('150320065', 'cedca336d8ebea5132ee5ecdb46279ad', 'mahasiswa', '', '', ''), ('150320066', '2637daf52df2cf612f62da8c5129b407', 'mahasiswa', '', '', ''), ('150320067', '7daf6e12d358bd3a9452d8043d8f4bd5', 'mahasiswa', '', '', ''), ('150320068', '52b114cb82749cd7567e38202539fa27', 'mahasiswa', '', '', ''), ('150320069', 'ef7da1a09bc93933089372cd16323c2a', 'mahasiswa', '', '', ''), ('150320070', 'e97f4104dae52d0b7be5941506d51b0a', 'mahasiswa', '', '', ''), ('150320071', '202fbd43cc17cb2eb618c3891f1105ab', 'mahasiswa', '', '', ''), ('150320072', 'eeab7f377ce06263978325046d5e6ebd', 'mahasiswa', '', '', ''), ('150320073', '951eb4e002c28b47c343c185b88aa640', 'mahasiswa', '', '', ''), ('150320074', '8342494ed80644df32b80f835e1d1d61', 'mahasiswa', '', '', ''), ('150320075', '85bf2abd5a81dc7c34f7f33dd4507a81', 'mahasiswa', '', '', ''), ('150320076', 'ed58faf8a37e5bb4c6c228b83d07497a', 'mahasiswa', '', '', ''), ('150320077', '6a9f4c2ca3c481a3c7ded3e7ad638bc9', 'mahasiswa', '', '', ''), ('150320079', 'fd7113600826c027dfb054f0d360f9bb', 'mahasiswa', '', '', ''), ('150320080', '83b40559d757c0f148edd74e31c30283', 'mahasiswa', '', '', ''), ('150320081', '743ef1e81baeca54b9d705a42becce6d', 'mahasiswa', '', '', ''), ('150320082', 'df47fb19bf659370ed25692c83191cd7', 'mahasiswa', '', '', ''), ('150320084', 'a6717ebc72a811f9a8b316eaf640486c', 'mahasiswa', '', '', ''), ('150320085', '72eed826eb0138ebe560b3e22de8a99b', 'mahasiswa', '', '', ''), ('150320086', '1258a0d10fc9c6d6cb849c68b32ff57d', 'mahasiswa', '', '', ''), ('150320087', 'f23cfd6ccbfbd8f82c4d47da17560b9d', 'mahasiswa', '', '', ''), ('150320088', 'ce2b9818d17a7af869b99e45b4832c4d', 'mahasiswa', '', '', ''), ('150320089', '6f7c4ef714d0dd43baff554ad1cca922', 'mahasiswa', '', '', ''), ('150320090', 'db3eab0f02cc92afd3c5ef54d94e1ec1', 'mahasiswa', '', '', ''), ('150320091', 'd26fac13d336b4725c54b193e6b57acc', 'mahasiswa', '', '', ''), ('150320093', 'c05dcac1fe8cbe4128ace32b8295fcfe', 'mahasiswa', '', '', ''), ('150320094', '5d53ddf10ab9a3a540d871eb3f684ed0', 'mahasiswa', '', '', ''), ('150320095', '89af5c6063ed2a00b21ab582354d5f36', 'mahasiswa', '', '', ''), ('150320096', 'bffd8bf66b8d6fa88dbd7aabe0098905', 'mahasiswa', '', '', ''), ('150320097', '02ff4296d82a242592a88d530108fe31', 'mahasiswa', '', '', ''), ('150320098', '69230a3bbfa3d40806b776a6835c8a02', 'mahasiswa', '', '', ''), ('150320099', '1cd707ce6739dcc1969837df5c31e917', 'mahasiswa', '', '', ''), ('150320100', '3a4b89ad7724b4cb1cbb55e1a1f0447c', 'mahasiswa', '', '', ''), ('150320101', 'f4eb11edd0899c0fbb2eaab3e7fcec44', 'mahasiswa', '', '', ''), ('150320102', 'e0fa5e601556671bca0e4ed04af67195', 'mahasiswa', '', '', ''), ('150320103', '40bf99e6326638dc5ff523f3cf858ebe', 'mahasiswa', '', '', ''), ('150320104', '160990c376f5a9f2de72cf76290c94c4', 'mahasiswa', '', '', ''), ('150320105', 'e8b0c07773b3f4a7ed889ff0c43aa0d9', 'mahasiswa', '', '', ''), ('150320106', '6a30acb5e2f72ad2a01ce2f7624b1852', 'mahasiswa', '', '', ''), ('150320107', 'f576ab467308a498e34bf2643f7a3eec', 'mahasiswa', '', '', ''), ('150320108', '6606cc6bda9ff32e1647b5296713eaa9', 'mahasiswa', '', '', ''), ('150320109', '8f49e25294bdb11f5d12f3cf948f0584', 'mahasiswa', '', '', ''), ('150320110', 'd5914eec66018f7cf6d167487969385f', 'mahasiswa', '', '', ''), ('150320111', '3b5fead9b265931bb85d37b557e7454f', 'mahasiswa', '', '', ''), ('150320112', 'c5a8a24a6918ff4f8806ee5873dc1894', 'mahasiswa', '', '', ''), ('150409001', '0ebb22cf7d49328137a95cd2163520b1', 'mahasiswa', '', '', ''), ('150409002', '938fcc7448d5c6b3baba5cb8859d9133', 'mahasiswa', '', '', ''), ('150409003', '71c8bdcc08c33f7d94c22c241c820570', 'mahasiswa', '', '', ''), ('150409004', '75b08ba82d158f8e0a709e8403d48998', 'mahasiswa', '', '', ''), ('150409005', 'febff2294712933691d6eaf48cee6e3a', 'mahasiswa', '', '', ''), ('150409006', 'ce8c620c88b0949a376eadb45509a492', 'mahasiswa', '', '', ''), ('150409007', 'e9f327aa284609dab8ffeb8c91e7fcfe', 'mahasiswa', '', '', ''), ('150409008', '886732951193baa194f87193dcf87f63', 'mahasiswa', '', '', ''), ('150409009', 'd2b8599eb2329b1716d4f8c131ae388f', 'mahasiswa', '', '', ''), ('150409010', 'c3910b84f1a3f80b3327af199b6f405a', 'mahasiswa', '', '', ''), ('150409011', '28e8601ec199c42250d718c94d22db23', 'mahasiswa', '', '', ''), ('150409012', '60ae7f19c2b9ab7b9692eb102771935d', 'mahasiswa', '', '', ''), ('150409013', 'cdfa39c31c0a4112a70e508253fd441f', 'mahasiswa', '', '', ''), ('150409014', '22496c4e5144f95d56ccab1802753136', 'mahasiswa', '', '', ''), ('150409015', '1213b79b313782379c1875d17903d6b4', 'mahasiswa', '', '', ''), ('150409016', '4542536b098ec3cea2ccc8c471dd9616', 'mahasiswa', '', '', ''), ('150409017', '072fb4b5bd0b3100eebe514652f45ffb', 'mahasiswa', '', '', ''), ('150409018', 'f7cf183d799d4df60162729375d82344', 'mahasiswa', '', '', ''), ('150409019', '7a54b92a9add6f233e8d484bd95cc81d', 'mahasiswa', '', '', ''), ('150409020', 'e20c7f529175bb134392eaf87bf7c847', 'mahasiswa', '', '', ''), ('150409021', '5e9c3f194939b154401d37be35ce63ca', 'mahasiswa', '', '', ''), ('150409022', 'df8c73b64e931ee6add1edb0d6f103b7', 'mahasiswa', '', '', ''), ('150409023', 'e3e7159c051decf8de2552d0e778fe24', 'mahasiswa', '', '', ''), ('150409024', '018c80f840d6ff3bf40fcc00d7a833d8', 'mahasiswa', '', '', ''), ('150409025', '90c8084c95ce9e840775d782933ea3ec', 'mahasiswa', '', '', ''), ('150409026', '263b1a939e79740befcfdfe865e5e510', 'mahasiswa', '', '', ''), ('150409027', 'f6374cbd8d59ae545d904b0f76b99c19', 'mahasiswa', '', '', ''), ('150409028', '9b313738ca2ac5dec342fa6ffc50b5e7', 'mahasiswa', '', '', ''), ('150409029', 'e011da98ac5a253333640ca765ce3ca4', 'mahasiswa', '', '', ''), ('150409030', '339791508d319e05a356ec8e2770908c', 'mahasiswa', '', '', ''), ('150409031', '622a8e6e6591eea4e6a256d6247f88af', 'mahasiswa', '', '', ''), ('150409032', '8cb4ffa522d809e98398b52b47526c86', 'mahasiswa', '', '', ''), ('150409033', '015322bbefe951d6c8c3d0430a570412', 'mahasiswa', '', '', ''), ('150409034', '589a72880ced8faf95ae126e35946060', 'mahasiswa', '', '', ''), ('150409035', '48d6be4062ccc356e3afd48f14420278', 'mahasiswa', '', '', ''), ('150409036', '1138b54f907c2646f0c639715c9c70b5', 'mahasiswa', '', '', ''), ('150409037', 'b7ecd060933e736e1eb0ce27e8710572', 'mahasiswa', '', '', ''), ('150409038', 'e7b37571954f0b3a962bd61cd8d41595', 'mahasiswa', '', '', ''), ('150409039', 'c1e3eee4f5008de08ce1c95530742ac9', 'mahasiswa', '', '', ''), ('150409040', 'e5b424179ed0edf4bf0bd3e94ae8e7a8', 'mahasiswa', '', '', ''), ('150409041', '22ba87c5ff091105b0954d9beb198006', 'mahasiswa', '', '', ''), ('150409042', '443f0e08eee7d694c1c3bfe003989891', 'mahasiswa', '', '', ''), ('150409043', 'e65aa86ce03c734a3e15bd5c36ac7038', 'mahasiswa', '', '', ''), ('150409044', '9ea9d8d9510246ea6fb67309c5104c20', 'mahasiswa', '', '', ''), ('150409045', '6d1ddd8e4e4fef3aaef737d7aea02c17', 'mahasiswa', '', '', ''), ('150409047', '78ca2ad7e853bf5e1a8f5a840ded79ae', 'mahasiswa', '', '', ''), ('150409048', '87b9783dc5615cdedc9ba19a21ad29d8', 'mahasiswa', '', '', ''), ('150409050', '53b74d1fb0b73d79d5a6e86b4e53e250', 'mahasiswa', '', '', ''), ('150409051', 'cc252ef56bd00843af1abe2d48a29259', 'mahasiswa', '', '', ''), ('150409053', '96bc4379ef95621595365907ac3bbb98', 'mahasiswa', '', '', ''), ('150409054', '0d4340528c8e3c3ca5191034f42ba422', 'mahasiswa', '', '', ''), ('150409055', '05d60bbe5b4375e30490762833643a9b', 'mahasiswa', '', '', ''), ('150409056', '6ba636be687d0bb008216ada55f82013', 'mahasiswa', '', '', ''), ('150409057', '9ea2b7d1e7fb0e4c623baf663f3aeac5', 'mahasiswa', '', '', ''), ('150409058', '62b0be34ca7c7e7694da5586a79863f5', 'mahasiswa', '', '', ''), ('150409059', '673eb6234d205af929c76b0037f96a79', 'mahasiswa', '', '', ''), ('150409060', '8e11207345c14a39a829f5d1594ddde8', 'mahasiswa', '', '', ''), ('150409061', '6a18e163248db9642ebf26c9367b2ea4', 'mahasiswa', '', '', ''), ('150409062', 'a8ed33781a34840a82a6374e87786fa5', 'mahasiswa', '', '', ''), ('150409063', '26927843121bf53e60b1031bf000eee6', 'mahasiswa', '', '', ''), ('150409064', 'f79035c7dc98cfed03fd4f9c964f329a', 'mahasiswa', '', '', ''), ('150409066', '4215aef6e41775ba7c7bb31703d558ad', 'mahasiswa', '', '', ''), ('150409067', 'e8d5f7cdf77bca3a880fc9ba439281f1', 'mahasiswa', '', '', ''), ('150409068', '03bbf8cf737a261b19cc45a96d2c22c0', 'mahasiswa', '', '', ''), ('150409069', '92c346a7148d5b0b8637ae84020e5d35', 'mahasiswa', '20180221212958', '20180221214524', 'Chrome'), ('150409071', '70847b818b3d4489661d773338352c4b', 'mahasiswa', '', '', ''), ('150409072', '149111616192aa8aca41fc0df5501526', 'mahasiswa', '', '', ''), ('150409073', '6df6702b058c8762bd7304ef8526fb8a', 'mahasiswa', '', '', ''), ('150409075', '2a8d4b50c3199a8b4faa9e15ba7a094d', 'mahasiswa', '', '', ''), ('150409076', 'a670fe7c158662d8c4fd2b0eb77a148e', 'mahasiswa', '', '', ''), ('150409077', '89d336dde3a963cad68457286791b3e4', 'mahasiswa', '', '', ''), ('150409078', 'b5e164b8c7f730739b8738e98c6bd2ea', 'mahasiswa', '', '', ''), ('150409079', '0b7937acf1948590af8e01cafc1bbc5c', 'mahasiswa', '', '', ''), ('150409080', '3acb60ca31b4562e06831f77edebc911', 'mahasiswa', '', '', ''), ('150409081', '69145fb7b2503aed444b422d49eca818', 'mahasiswa', '', '', ''), ('150409082', '9579e84feb2834c5b2b8380acbc2328c', 'mahasiswa', '', '', ''), ('150409083', 'f8dca8986c95f53585b48607c09b2261', 'mahasiswa', '', '', ''), ('150409084', '318c09f8a5171e5952972a87d0d94668', 'mahasiswa', '', '', ''), ('150409085', '8d937e3281dc6030ec02a21dac56e8da', 'mahasiswa', '', '', ''), ('150409086', '992b53e90aa1eeca2327a3ac121358bc', 'mahasiswa', '', '', ''), ('150409087', 'c2b004d03438ba42c8675d90975ebda1', 'mahasiswa', '', '', ''), ('150409088', 'ee0e5bd447230989a91aa574f95eccc1', 'mahasiswa', '', '', ''), ('150504001', 'ddb37a39753c2358e7a1343ed1454fbd', 'mahasiswa', '', '', ''), ('150504002', '441bca9fe09db4473af179174c3756c3', 'mahasiswa', '', '', ''), ('150504003', 'a3a52d740d43bf135ef772868e8869b9', 'mahasiswa', '', '', ''), ('150504004', '9f8fe2549a106c4c485a7c62f0c598b7', 'mahasiswa', '', '', ''), ('150504005', '9c7e3143ed9fb1867e8cc8aec72095de', 'mahasiswa', '', '', ''), ('150504006', 'a262e50b3b420009ea8e4c221d4f1f09', 'mahasiswa', '', '', ''), ('150504007', 'e4f7efa442ed316058df0f0875cd7f85', 'mahasiswa', '', '', ''), ('150504008', 'd09ccc93a72403f8a2fc137d38a6002e', 'mahasiswa', '', '', ''), ('150504009', '27c108abcf15ffd726d4f357171bf70c', 'mahasiswa', '', '', ''), ('150504010', 'e4eb3d7f6d24f81de3f770a31b9b60ac', 'mahasiswa', '', '', ''), ('150504011', '5683d1c61a88ceb2678945fe01e6c239', 'mahasiswa', '', '', ''), ('150504012', '602ccaf9bdb9aa1cb2880224e325ea64', 'mahasiswa', '', '', ''), ('150504013', '51136a8c2bdfa72c7c0af252bf8fe886', 'mahasiswa', '', '', ''), ('150504014', 'f6a971fc226e299f97503171d232de01', 'mahasiswa', '', '', ''), ('150504015', '94d9d87cb03959e83cebf79347b20368', 'mahasiswa', '', '', ''), ('150504016', 'bca999d28795ab7ec91ade25bf77be1e', 'mahasiswa', '', '', ''), ('150504017', '909c70055c1fc228971c4dac61a90dde', 'mahasiswa', '', '', ''), ('150504018', '60ea1b6f657b267a8aee028c9d7bd4e1', 'mahasiswa', '', '', ''), ('150504019', '69c71f735f989101c3454dc0dbec01c3', 'mahasiswa', '', '', ''), ('150504020', '8ac63536503d462c518c17855c479296', 'mahasiswa', '', '', ''), ('150504021', '187d2fc949b696fa0b01d07f00c806f3', 'mahasiswa', '', '', ''), ('150504022', 'e92b97e51e9d98e78cd3779c261db575', 'mahasiswa', '', '', ''), ('150504023', '6e455372fe5df4e09ad4ebf5c4a23c2c', 'mahasiswa', '', '', ''), ('150504024', '28d33ec5a47cbb7c0ce6a20e63c8564a', 'mahasiswa', '', '', ''), ('150504025', '6ec3c79dec96ad3db9c30737b6040032', 'mahasiswa', '', '', ''), ('150504026', '7319013ba9d771461a5189ffc3a8141b', 'mahasiswa', '', '', ''), ('150504027', '01a46ed0d23a4a1dd506e8f0caeae5dd', 'mahasiswa', '', '', ''), ('150504028', 'b001b97e3ad5a78aefa0d91e2c9490ef', 'mahasiswa', '', '', ''), ('150504029', '5dc3ebcee88161884900543c6b49810f', 'mahasiswa', '', '', ''), ('150504030', 'ca2cf6e37f46f536be53585965372b24', 'mahasiswa', '', '', ''), ('150504031', '1ec5778af6d2e9aa5094953f766469e7', 'mahasiswa', '', '', ''), ('150504032', '588f8ca36d4f655fab2919f6182b120a', 'mahasiswa', '', '', ''), ('150504033', '6264ba1f406edb418d4151625d582c57', 'mahasiswa', '', '', ''), ('150504034', '8771e1f6a6ffa9e896e7cf89ba213240', 'mahasiswa', '', '', ''), ('150504035', '66186b1590b6fefc9f7cd3d6d479948f', 'mahasiswa', '', '', ''), ('150504036', 'bae71751b5af6e78a046c4f28e0c9dc0', 'mahasiswa', '', '', ''), ('160110001', '5efe797003045459479231fd42fc3760', 'mahasiswa', '', '', ''), ('160110002', '996b314f5105e19ebb8a3b0220c3533f', 'mahasiswa', '', '', ''), ('160110003', '7e51eea5fa101ed4dade9ad3a7a072bb', 'mahasiswa', '', '', ''), ('160110004', '4c3c46dd6db0e2f2f8cc4fac26f0846b', 'mahasiswa', '', '', ''), ('160110005', 'ea3f444e8e5732dc7a0127c43a31600d', 'mahasiswa', '', '', ''), ('160110006', 'eaa83bdffb34a145eb461c4e85988498', 'mahasiswa', '', '', ''), ('160110007', '22165b0b4942f72ffb12a9a830519b26', 'mahasiswa', '', '', ''), ('160110008', '749ec3237f207a9a4a561736c3752051', 'mahasiswa', '', '', ''), ('160110009', 'fa3d4c580d96d6ae23db012ae5d14623', 'mahasiswa', '', '', ''), ('160110010', '663772ea088360f95bac3dc7ffb841be', 'mahasiswa', '', '', ''), ('160110011', 'c05f70be989d8de72e84279bac9b75e9', 'mahasiswa', '', '', ''), ('160110012', 'a44c9c80ecd6ba24ca4dcd8337aa17d7', 'mahasiswa', '', '', ''), ('160110013', '7774613bdebc36fa011f5ab6eb3afc96', 'mahasiswa', '', '', ''), ('160110014', '56db35d3a9d910796b5d257cd25678c9', 'mahasiswa', '', '', ''), ('160110015', '0b5697f66a0562a35f6a0b5053c7ebd5', 'mahasiswa', '', '', ''), ('160110016', '0ef5ee4aef18dbec28baf68279801fe6', 'mahasiswa', '', '', ''), ('160110017', '1a9e3bf9c66da1c565e899334b57ec19', 'mahasiswa', '', '', ''), ('160110018', '3920be543f29ecd93337d94266b4d677', 'mahasiswa', '', '', ''), ('160110019', '53f8f424af0a5b6529300d531177ad5d', 'mahasiswa', '', '', ''), ('160110020', '605bc97ff629070415e7996696cbff53', 'mahasiswa', '', '', ''), ('160110021', '37f9b873b1ecf474e02cc35562759261', 'mahasiswa', '', '', ''), ('160110022', '5ceb078c2c6fb34bce7f9a746ce6c32e', 'mahasiswa', '', '', ''), ('160110023', 'ccbc92e0f7d4e223fc48d970763d81f3', 'mahasiswa', '', '', ''), ('160110024', '4553d8eca7242c5ec85f86cc08db705e', 'mahasiswa', '', '', ''), ('160110025', '623c10c9532e818b94b16091a463e7d8', 'mahasiswa', '', '', ''), ('160110026', 'd03ad61c3a9a5e1a248abc05dc8b4d46', 'mahasiswa', '', '', ''), ('160110027', '272eaa2bb92903c1b02c9109fbef5632', 'mahasiswa', '', '', ''), ('160110028', '4b3f11e0f46e32cb4141f3baf05a4090', 'mahasiswa', '', '', ''), ('160110029', '401bc3305b12810b9a3794cad7a97b65', 'mahasiswa', '', '', ''), ('160110030', 'cbbcb46a2bcd6816ad9753ed4b4c4e3e', 'mahasiswa', '', '', ''), ('160110031', 'f64798de5dc365ee755101483f5b9ab8', 'mahasiswa', '', '', ''), ('160110032', '8286f83164ecad672787e7824bdd5c47', 'mahasiswa', '', '', ''), ('160110033', '7f3f5773a9f03884e44503d82b0a2bb6', 'mahasiswa', '', '', ''), ('160110034', '0df79579bb82cbb99578d3f13e6c7654', 'mahasiswa', '', '', ''), ('160110035', '9d3f8d547af2d867530cd3ec56f62a89', 'mahasiswa', '', '', ''), ('160110036', 'd883e302d6ed4227ef808c5b0e378468', 'mahasiswa', '', '', ''), ('160110037', '2d8400ba04182ef456961f23807cbb5e', 'mahasiswa', '', '', ''), ('160110038', 'b008a7f0996bbc77c030cda219031560', 'mahasiswa', '', '', ''), ('160110039', 'f8c81a52f80a121b90beacf4304ec3ed', 'mahasiswa', '', '', ''), ('160110040', '20e1e3929b44ea9b6b38cd91c8004a4a', 'mahasiswa', '', '', ''), ('160110041', 'c87c3ecf3af77a92a2f3b7426cbe28aa', 'mahasiswa', '', '', ''), ('160110042', '2064317cfc599bb13fc8f45723ccd18b', 'mahasiswa', '', '', ''), ('160110043', '0d6e8aac38551e54f68b894b6d16627c', 'mahasiswa', '', '', ''), ('160110044', '6337e5c4e5fbd59e49b52a70177e03c1', 'mahasiswa', '', '', ''), ('160110045', '1b126c0e229c10dd4a1443b3f926dfe6', 'mahasiswa', '', '', ''), ('160110046', '1279f20b318596e3f862525ef9164cd6', 'mahasiswa', '', '', ''), ('160110047', '28468ca5abc743ec99ecf32bfb14c3b1', 'mahasiswa', '', '', ''), ('160110048', '99b80744a0242b4cccb5c6425c4083f8', 'mahasiswa', '', '', ''), ('160110049', 'f5f5f612a9281d49371c7594e0d02d19', 'mahasiswa', '', '', ''), ('160110050', '717c21614c66e75ec4f3476d5fb9fd0c', 'mahasiswa', '', '', ''), ('160110051', '1883d88df6f38fd90d8d65868649d43e', 'mahasiswa', '', '', ''), ('160110052', 'a7dd29422ba3d29f68e70fa0a2b78b3d', 'mahasiswa', '', '', ''), ('160110053', '6767c8790cdf1cd859116bbd01c8f0f2', 'mahasiswa', '', '', ''), ('160110054', '40f9d4290069f29729fa30bb5298e873', 'mahasiswa', '', '', ''), ('160110055', '981f56c63fe4dbfbc6bc4c7ab7c30a54', 'mahasiswa', '', '', ''), ('160110056', '02be9349cb4686403fe338702eafac93', 'mahasiswa', '', '', ''), ('160110057', 'b13a7bacf3ad8599acf85bdbcbbbe5ed', 'mahasiswa', '', '', ''), ('160110058', 'f27ca9253dac29ee100b9d675f919c2f', 'mahasiswa', '', '', ''), ('160110059', '9d4cecd5302f6294033fb95e599eec1a', 'mahasiswa', '', '', ''), ('160110060', 'd6928bb4f6e9719857769715ed06f9fa', 'mahasiswa', '', '', ''), ('160110061', 'a8510704e9391c2802c7858e3023035a', 'mahasiswa', '', '', ''), ('160110062', 'c23013585edbd967022d7c39f7faac39', 'mahasiswa', '', '', ''), ('160110063', 'cbc25a7363f9af3a81fb0a4dad36a614', 'mahasiswa', '', '', ''), ('160110064', '4683bd4bcac22d98c717d1db43701e10', 'mahasiswa', '', '', ''), ('160110065', '56d0055ea319f2c8ba63892da7b71abd', 'mahasiswa', '', '', ''), ('160110066', 'aaa611548b4f1572d7f1a8ebba303c3e', 'mahasiswa', '', '', ''), ('160110067', 'ffbf51f3dc39dbb98a32f5806f7c47ff', 'mahasiswa', '', '', ''), ('160110068', 'dbabc862fe6c32782f836d011cfc681c', 'mahasiswa', '', '', ''), ('160110069', '04c482774a14aa5e8341b747070abb6d', 'mahasiswa', '', '', ''), ('160110070', 'ff913cf4d6f1a135d4a3396c93e35cd1', 'mahasiswa', '', '', ''), ('160110071', '9b933478db9b2e7df778a267a7a88ec2', 'mahasiswa', '', '', ''), ('160110072', 'b1d1497e80f1006246f51484e03b477b', 'mahasiswa', '', '', ''), ('160110073', 'cc355a006de6f13f318d991bb8087060', 'mahasiswa', '', '', ''), ('160110074', 'fe2c7e4817dbff64b0f0b75341377f47', 'mahasiswa', '', '', ''), ('160110075', '72c16426f4ba507dd9f7c76b116a509e', 'mahasiswa', '', '', ''), ('160110076', 'b3cf1c82e3e0b8b33e2169defd08d122', 'mahasiswa', '', '', ''), ('160110077', '4430ac0d653495c301010e9acd8aea47', 'mahasiswa', '', '', ''), ('160110078', 'a12d120e0e36819542f5d9b48c2ed097', 'mahasiswa', '', '', ''), ('160110079', 'e4cf8cce40c36d31c1e16304edea27ea', 'mahasiswa', '', '', ''), ('160110080', '519fbafcb7edb365931e7a4d1445ac44', 'mahasiswa', '', '', ''), ('160110081', 'f2e8370789ad26b51c2b431b2b100390', 'mahasiswa', '', '', ''), ('160110082', '0bcae2015068ab9a5d35e4d037aa5126', 'mahasiswa', '', '', ''); INSERT INTO `tbl_login` (`username`, `password`, `stts`, `login_time`, `log_out`, `status`) VALUES ('160110083', 'b9dcf538edf326386251c2dc5db79db0', 'mahasiswa', '', '', ''), ('160110084', 'd6da53ab464f31a02070dbfcc48e1c12', 'mahasiswa', '', '', ''), ('160110085', 'c891eaba08100189f14ca4798d8ece00', 'mahasiswa', '', '', ''), ('160110086', '6dbc6ff796b4d67ac819f7968ce41e98', 'mahasiswa', '', '', ''), ('160110087', '7df7b9afac5f0239727ae1ac4d8917ef', 'mahasiswa', '', '', ''), ('160110088', 'f687c6c56f347e9b86c78422c012477b', 'mahasiswa', '', '', ''), ('160110089', 'f35290e00c6db5c4efc04e0fa848ddb5', 'mahasiswa', '', '', ''), ('160110090', '9aacd0ad605a94b74e55c1125e7a1226', 'mahasiswa', '', '', ''), ('160214001', 'e9260cc51d47270a189c7008b5bfc074', 'mahasiswa', '', '', ''), ('160214002', '574f33fee7b31f30e4d4f9c4746be7be', 'mahasiswa', '', '', ''), ('160214003', '702ec7acb937a4ba050e9a62d0984309', 'mahasiswa', '', '', ''), ('160214004', 'ede2acd3466721f4fd704d4e72dbde74', 'mahasiswa', '', '', ''), ('160214005', '4058f8a29a382699fe32a5048cbe935a', 'mahasiswa', '', '', ''), ('160214006', 'f453ff2b09b37d92046d0d0aed31afe5', 'mahasiswa', '', '', ''), ('160214007', '4b937346ed894bf8cc387fa7f42ea470', 'mahasiswa', '', '', ''), ('160214008', '2d175f258b71e21dd400288cf969e934', 'mahasiswa', '', '', ''), ('160214009', 'e5c99105c4b61a150f32a81373cccc8c', 'mahasiswa', '', '', ''), ('160214010', 'c2c1df24e143485191e801bd24a1ea64', 'mahasiswa', '', '', ''), ('160214011', 'c63c08757ca3261a3170eb33d5143ebf', 'mahasiswa', '', '', ''), ('160214012', '4ad668ef24c7759f8bbea92dba4b0c77', 'mahasiswa', '', '', ''), ('160214013', '4b910a849e00c1607f78d266ab184bf9', 'mahasiswa', '', '', ''), ('160214014', 'ee5e283daae1b6a370e2a3cd114f57f0', 'mahasiswa', '', '', ''), ('160214015', 'b3ce90f5f6b1c43938c247490b6d6b8c', 'mahasiswa', '', '', ''), ('160214016', 'b7ae31b37a3caf44c57bd6680a944915', 'mahasiswa', '', '', ''), ('160214017', '24c22da4d3334edf538e9c29e42f3217', 'mahasiswa', '', '', ''), ('160214018', 'af71625dbbb8e2c524ddfe68d5d451e2', 'mahasiswa', '', '', ''), ('160214019', 'fe4fadeea62ea55e82d894e48d7f56ce', 'mahasiswa', '', '', ''), ('160214020', 'e73a403eb6f0f176935091492b3ba5ea', 'mahasiswa', '', '', ''), ('160214021', '0708c2333c72d15f09ed140ffd6e990b', 'mahasiswa', '', '', ''), ('160214022', 'a9cb0184a7c686042f269eee3f5e9111', 'mahasiswa', '', '', ''), ('160214023', '0d1f6a70e1662909d1c162bffe4b5e23', 'mahasiswa', '', '', ''), ('160214024', '9ed8d7121c137899986cef27d1567b50', 'mahasiswa', '', '', ''), ('160214025', 'e27e009c460a666e2e6ad12a08a3a816', 'mahasiswa', '', '', ''), ('160214026', 'c48ee2ed73c0b84731f1dfdcab7a2adb', 'mahasiswa', '', '', ''), ('160214027', 'aa78cc2704e6fc1badb16da1cfa3fc83', 'mahasiswa', '', '', ''), ('160214028', '4d77c03963f27bc2787852d2ff28ec31', 'mahasiswa', '', '', ''), ('160214029', 'd883eee919033d4e871eaac3744c32a2', 'mahasiswa', '', '', ''), ('160214030', '2d5e739fa8410c99818e88f0f0d95492', 'mahasiswa', '', '', ''), ('160214031', '85bf6aa168347d2c003f1d811b0ac20b', 'mahasiswa', '', '', ''), ('160214032', '0467f58dc89b6d3329b5fdda01f199cf', 'mahasiswa', '', '', ''), ('160214033', '4373707b0e8cf6cfc94b0a7370f754bf', 'mahasiswa', '', '', ''), ('160214034', '65c6a01188063855bccf4f26aa046f7f', 'mahasiswa', '', '', ''), ('160214035', '00b7691d86d96aebd21dd9e138f90840', 'mahasiswa', '', '', ''), ('160214036', '0ccf7ba703d11bf59f2229305f8c775c', 'mahasiswa', '', '', ''), ('160214037', 'ee00329e2a1da4aa7ed83549f7e221c1', 'mahasiswa', '', '', ''), ('160214038', 'de13b1b718c1031e7ae310bed290d366', 'mahasiswa', '', '', ''), ('160214039', '9ec3adb822949dd53a2e53958b062dcb', 'mahasiswa', '', '', ''), ('160214040', '9cc59ed6b26abb890cc1274185cfd107', 'mahasiswa', '', '', ''), ('160214041', 'ec1e899b5631b7a197865bab82098a02', 'mahasiswa', '', '', ''), ('160214042', '276925901848be9688ce8c2c02c4bbbf', 'mahasiswa', '', '', ''), ('160214043', '04f62b5f51b64db250e00a10e2ba8811', 'mahasiswa', '', '', ''), ('160214044', '61fbc50adc2cacddcd053955246469e1', 'mahasiswa', '', '', ''), ('160214045', 'f288e0249f956f27fb4bd5d9daa1a041', 'mahasiswa', '', '', ''), ('160214046', 'dc18894c62f2dc64c3e61f36547bc331', 'mahasiswa', '', '', ''), ('160214047', '5b2a04f9c2ce1d624ca806ffbefe0521', 'mahasiswa', '', '', ''), ('160214048', '458e2e8af5c534cd1237c40fffdc5165', 'mahasiswa', '', '', ''), ('160214049', '68a821115c3c29d678394f5097146b96', 'mahasiswa', '', '', ''), ('160214050', '4647442d5119137d27243161ee7d894c', 'mahasiswa', '', '', ''), ('160214051', '09f24554edb47f1a703cd410f65591e5', 'mahasiswa', '', '', ''), ('160214052', 'f1337960ab60339b9ea2d9a109306e33', 'mahasiswa', '', '', ''), ('160214053', '9a475f02a700b788d41c23066b9168ee', 'mahasiswa', '', '', ''), ('160214054', 'a7d708aa8b6c819601270c4d0c6c516f', 'mahasiswa', '', '', ''), ('160214055', 'ba0926464eccd2e07ccba3c47d69f115', 'mahasiswa', '', '', ''), ('160214056', 'f85d7f57f469d9682637167c0b204cea', 'mahasiswa', '', '', ''), ('160214057', 'd89417659b1cb4b353c34d09b8dd2fa3', 'mahasiswa', '', '', ''), ('160214058', '9bea500268ea9ac9c61f96c4071d9ba6', 'mahasiswa', '', '', ''), ('160214059', '8ba37a4ed7de567b0021c4d36ad74a8b', 'mahasiswa', '', '', ''), ('160214060', 'f832a5d525149a3a08187f8b491b851a', 'mahasiswa', '', '', ''), ('160214061', '0aefbc74a4bbe799f6daa6326daf73b4', 'mahasiswa', '', '', ''), ('160214062', 'a1d0015d67bfd8347e7406353ef10fca', 'mahasiswa', '', '', ''), ('160214063', '872131c69ec1a8977e7c85927d6cacc1', 'mahasiswa', '', '', ''), ('160214064', '940241560b19a56000561c8a10faeb2e', 'mahasiswa', '', '', ''), ('160214065', '89d0e1b43160c9ec1ee571a3e30ec54b', 'mahasiswa', '', '', ''), ('160214066', 'd21851c4219b10e9179b168251d26899', 'mahasiswa', '', '', ''), ('160214067', 'cee82ec89ead049b413d0442c066343f', 'mahasiswa', '', '', ''), ('160214068', '4561b572a6bc845f8049c0398f7fadb9', 'mahasiswa', '', '', ''), ('160214069', '472a61cbdea659531aadc7534b6f3edf', 'mahasiswa', '', '', ''), ('160214070', 'a36c8321ca68d043768e6aac435e607a', 'mahasiswa', '', '', ''), ('160214071', 'aedea88983784c4dfd34c81a15d6d301', 'mahasiswa', '', '', ''), ('160214072', 'd3019f5b51a577cdc91038044dfe4e6f', 'mahasiswa', '', '', ''), ('160214073', '0d1f619093aeee65add1d24d3a67ff23', 'mahasiswa', '', '', ''), ('160214074', '5787be38ee03a9ae5360f54d9026465f', 'mahasiswa', '', '', ''), ('160214075', '1e9caaee6ea244c012616ed529730a98', 'mahasiswa', '', '', ''), ('160214076', 'e2b341534eb1ecf7b6205a766460c318', 'mahasiswa', '', '', ''), ('160214077', '4c7f97dd80d4746f2188e34ee7724cc3', 'mahasiswa', '', '', ''), ('160214078', 'd51e432323e179c799d79a7d27fa4629', 'mahasiswa', '', '', ''), ('160321001', 'a02f4c41dbe3b6d9a32b35ce2e49f03a', 'mahasiswa', '', '', ''), ('160321002', '7ca6c68bf26d350325e631a8c85f62f6', 'mahasiswa', '', '', ''), ('160321003', '0ef44c7614924ab5719882b848abcaa6', 'mahasiswa', '', '', ''), ('160321004', 'b9239d1c6793f1909a241fe283d76907', 'mahasiswa', '', '', ''), ('160321005', '192c0a32152e4f1ded73f848fd6ea2b6', 'mahasiswa', '', '', ''), ('160321006', '501447c3a555d8a8ebe1b06288ad99bc', 'mahasiswa', '', '', ''), ('160321007', 'e1f9c02f2a3eb58d531d91eef55917b9', 'mahasiswa', '', '', ''), ('160321008', '0e4dd43538e5ee61f602c02617a220fa', 'mahasiswa', '', '', ''), ('160321009', 'ad946a3e68f43fb0298acd1d4f35e002', 'mahasiswa', '', '', ''), ('160321010', '8c6585abaedd72d43b5f808c60210eb2', 'mahasiswa', '', '', ''), ('160321011', '9170a0fbd888e3681b738d7fb3b14bda', 'mahasiswa', '', '', ''), ('160321012', 'dd77218c45559356841465470cd9a246', 'mahasiswa', '', '', ''), ('160321013', '33642ffc84494fd46f84e5ffe111c951', 'mahasiswa', '', '', ''), ('160321014', 'fc53450b36f52bca6ae5a67ea844ed55', 'mahasiswa', '', '', ''), ('160321015', 'f59f6a5a2d09b27807fd7e267a9165e1', 'mahasiswa', '', '', ''), ('160321016', '580a06bef1e430f31b4c6bb22962a0ee', 'mahasiswa', '', '', ''), ('160321017', '6ed262f513d63e1946b6cfab9ff79592', 'mahasiswa', '', '', ''), ('160321018', 'f9440d23fafa2e01cdb7d9b78dc65384', 'mahasiswa', '', '', ''), ('160321019', 'b3f6a2c1d57ca090e07f516eb18f54b5', 'mahasiswa', '', '', ''), ('160321020', 'd8254e09b77d1d9c8fac5ef35a637855', 'mahasiswa', '', '', ''), ('160321021', 'cf11875793023b2009f9b813b62dcca2', 'mahasiswa', '', '', ''), ('160321022', '86964ae13d442906abf01dfb3f36c698', 'mahasiswa', '', '', ''), ('160321023', '26a7cac052a5ace4cf3de57174cf41b4', 'mahasiswa', '', '', ''), ('160321024', '182634eb19fb2cb85f129977fe016b62', 'mahasiswa', '', '', ''), ('160321025', '82aea601267e0a32549c25e81d2fbd8f', 'mahasiswa', '', '', ''), ('160321026', 'bc40cb5b869006c1cfe15cdfdfa57484', 'mahasiswa', '', '', ''), ('160321027', 'af3022c3da1223bca4730bcd3448215e', 'mahasiswa', '', '', ''), ('160321028', '89a5534a9286bc8e679a8cc79fb0af0a', 'mahasiswa', '', '', ''), ('160321029', '70f22e373d97d01ccfb83c6a4e316760', 'mahasiswa', '', '', ''), ('160321030', '0a204769dd249455fd634d1c723e12cf', 'mahasiswa', '', '', ''), ('160321031', '5632d010b744de7f7e685c5902eda2f3', 'mahasiswa', '', '', ''), ('160321032', '9ed8718e95fa06cd9cf096d1d6f507da', 'mahasiswa', '', '', ''), ('160321033', '11901c7dcedbdb11f536a7e46340ec64', 'mahasiswa', '', '', ''), ('160321034', '2f880a452a9d1604321b03f152a86892', 'mahasiswa', '', '', ''), ('160321035', '421c8a71eda7098df2386b0f8608e791', 'mahasiswa', '', '', ''), ('160321036', '10b1ce4ce1831a6a5ab52791139c26b3', 'mahasiswa', '', '', ''), ('160321037', '92abe6075b48aec63290f93b33b7924e', 'mahasiswa', '', '', ''), ('160321038', '4bff39d90e22a89bdb17119cde6a6eda', 'mahasiswa', '', '', ''), ('160321039', 'cff814695e174e18161303b25473ca36', 'mahasiswa', '', '', ''), ('160321040', '0805c4a5e1d2dadcd1fdcf18aaf51e2b', 'mahasiswa', '', '', ''), ('160321041', 'cb9c960909b033a4e32faadbeb841b84', 'mahasiswa', '', '', ''), ('160321042', '93d3345047f71547703a0df73d26c0ef', 'mahasiswa', '', '', ''), ('160321043', 'c96df979b682630c1b6c31355dbfc38e', 'mahasiswa', '', '', ''), ('160321044', 'cc6686f4aeab2e296b9ea75b793570b9', 'mahasiswa', '', '', ''), ('160321045', '6316a8acf2f2ffa66d948b5647732ad4', 'mahasiswa', '', '', ''), ('160321046', '1995a9167c1074ff556f821382b1c77f', 'mahasiswa', '', '', ''), ('160321047', '4b44c9195e590ace0b9328dcb7b31d06', 'mahasiswa', '', '', ''), ('160321048', '8323ca8fca6dc11d53c0514de7c8cac7', 'mahasiswa', '', '', ''), ('160321049', 'cdacfc961e8bc15051ac34f3ceb4bc93', 'mahasiswa', '', '', ''), ('160321050', 'efd919ef4ee75c72a8ebbfb6dfa222a4', 'mahasiswa', '', '', ''), ('160321051', '3efe0d69a55a774a0db3fbf3e748117c', 'mahasiswa', '', '', ''), ('160321052', 'b9c2c2471cb15cf2adccce2278e324d9', 'mahasiswa', '', '', ''), ('160321053', 'c4a22d3528dd1d9744e7268b70e04019', 'mahasiswa', '', '', ''), ('160321054', '6da9c627ef3c1a4733887cf173ffd634', 'mahasiswa', '', '', ''), ('160321055', 'ca35f64d516a73dc7e1ebc90335006a3', 'mahasiswa', '', '', ''), ('160321056', 'e50a1d2e017743b7e33792100b0583e0', 'mahasiswa', '', '', ''), ('160321057', 'ebd66bc8b23409ffd7a7dfc8f6852fe8', 'mahasiswa', '', '', ''), ('160321058', 'b149b3e14593f191e5245ccb5f6e0481', 'mahasiswa', '', '', ''), ('160321059', 'dade5d415f4a397ca55849472af08384', 'mahasiswa', '', '', ''), ('160321060', '65387957e1b94060688eceafc0fbd0df', 'mahasiswa', '', '', ''), ('160321061', '61d635e0b920adbdf3e1d5e5c59ef898', 'mahasiswa', '', '', ''), ('160321062', 'd4517b05f2311cbdda95b7e00ebd6f82', 'mahasiswa', '', '', ''), ('160321063', '030ce7d8e19a7cd80d5723c5bf8ec06e', 'mahasiswa', '', '', ''), ('160321064', '2c62484945952c7e1a139457ba71e6c6', 'mahasiswa', '', '', ''), ('160321065', '038119ec5e41b3a5974d2a85c6ef7b07', 'mahasiswa', '', '', ''), ('160321066', '6f6698feb4bbd4835d8b1c547b7ce649', 'mahasiswa', '', '', ''), ('160321067', 'd691877763c38749098543e143c5bfdb', 'mahasiswa', '', '', ''), ('160321068', 'c84c7d0c2384953b047997104d8f2da6', 'mahasiswa', '', '', ''), ('160321069', 'c2f38a545b820fad369607ee686a5cff', 'mahasiswa', '', '', ''), ('160321070', '91bb2be9af55ab76ba67181bd587854e', 'mahasiswa', '', '', ''), ('160321071', '8d3ab88ee2430d30d3552ee71602ab44', 'mahasiswa', '', '', ''), ('160321072', 'b1c0c3efd025183186db9e66647a5e2c', 'mahasiswa', '', '', ''), ('160321073', '2ce4b3149660577e500a4eff9bdc2f4b', 'mahasiswa', '', '', ''), ('160321074', 'b698607b133a4d82e8ff464ae60e93fe', 'mahasiswa', '', '', ''), ('160321075', '6341c659e4f678900f4af76ca91467ba', 'mahasiswa', '', '', ''), ('160321076', 'a82919b4f9306f3b2c9357f7b9f22507', 'mahasiswa', '', '', ''), ('160321077', '61ca8f4ca45503f80109cb6284d3f276', 'mahasiswa', '', '', ''), ('160321078', '1aae633044920e4718758ac38fbb1d8e', 'mahasiswa', '', '', ''), ('160321079', '2d8b2e4914f6a0871e3e8a67f97f7d0c', 'mahasiswa', '', '', ''), ('160321080', '0368f94ceea0592f17a0ee4afd0dd326', 'mahasiswa', '', '', ''), ('160321081', 'beff321119ed736412e7aaf373515ec7', 'mahasiswa', '', '', ''), ('160321082', 'f268a1430fbe5e563c9936dc1b6fa046', 'mahasiswa', '', '', ''), ('160321083', '280390ee03c51a25f332ada8a2739557', 'mahasiswa', '', '', ''), ('160321084', 'f1b62b1419fc80afc8b9980ccbb265db', 'mahasiswa', '', '', ''), ('160321085', '48addc452f09127cdafc336b49bc588a', 'mahasiswa', '', '', ''), ('160321086', 'd29b534fdb5565c2bdf33152e81881a5', 'mahasiswa', '', '', ''), ('160321087', '349372b22436e570fdbc200859b6a6f6', 'mahasiswa', '', '', ''), ('160321088', '4345a78bd7444ae2cab0e6d4c49156bc', 'mahasiswa', '', '', ''), ('160321089', '5e1354c610d5f45ec5660f174bf11267', 'mahasiswa', '', '', ''), ('160321090', 'ed5a6b896c67c416b36cd63562276d88', 'mahasiswa', '', '', ''), ('160321091', '2e9cc9be67b38b10f5ba33bc8831f713', 'mahasiswa', '', '', ''), ('160321092', 'ae56d74e8aa8139c505fbe1c73db7edf', 'mahasiswa', '', '', ''), ('160321093', 'e80c28007d2dfb0f081eace18b0a0259', 'mahasiswa', '', '', ''), ('160321094', '2b6e5e7c0f6b9399bd4192f612f520f5', 'mahasiswa', '', '', ''), ('160321095', '9fbb365ebb1d34a36058ea3bd6c7eb37', 'mahasiswa', '', '', ''), ('160321096', '95d54fca7df42bcbe37ce5869d0c704a', 'mahasiswa', '', '', ''), ('160321097', '6f38e3fa9424824ff7cf03fb46d922cb', 'mahasiswa', '', '', ''), ('160321098', '9ce33b9fad84ccf1e9cb78bc2564fa1a', 'mahasiswa', '', '', ''), ('160321099', 'a048859e47815fa8ae4e5e04bf776bfc', 'mahasiswa', '', '', ''), ('160321100', '9004f4db4afff957aad18bea8db50fa9', 'mahasiswa', '', '', ''), ('160321101', '5c18381d853df67965792aa2221e5dbc', 'mahasiswa', '', '', ''), ('160321102', '00186bc0d28a4523df33255466cd9c6d', 'mahasiswa', '', '', ''), ('160321103', '565a36f43cee5bc321623d0c0bde37a5', 'mahasiswa', '', '', ''), ('160321104', 'ebf0a638818d35b2459081d221d4b5ac', 'mahasiswa', '', '', ''), ('160321105', 'a9bfb53db453c9757843c3ff68e6feec', 'mahasiswa', '', '', ''), ('160321106', '3e29024802bcf029a2081f137bd13065', 'mahasiswa', '', '', ''), ('160321107', '62a927272b8ab933c1ab4d2cbea27415', 'mahasiswa', '', '', ''), ('160321108', 'd41d4b28171cb470b65dd9ad2e917877', 'mahasiswa', '', '', ''), ('160321109', '927c90616c52a47fabb3fcb5d11a8df2', 'mahasiswa', '', '', ''), ('160321110', '3c07855d1d5d12631e8a2269e31419fd', 'mahasiswa', '', '', ''), ('160321111', '9f5773ac2b2d81166b4d521916971ede', 'mahasiswa', '', '', ''), ('160321112', 'c3fd22bb458a5bf20c214ce0de3cd02c', 'mahasiswa', '', '', ''), ('160321113', '66599b96cb68e1ea06c68c0d90209f6b', 'mahasiswa', '', '', ''), ('160321114', '8f3f5e4c42d2688907e97c63b54aeae1', 'mahasiswa', '', '', ''), ('160321115', 'ebacb8ef78bb3a53d92bb3ecd7225695', 'mahasiswa', '', '', ''), ('160321116', 'd51c6031e7227aa89467e606957f175b', 'mahasiswa', '', '', ''), ('160321117', '43f9c2b6010367aa47068fa90b977a67', 'mahasiswa', '', '', ''), ('160321118', 'b5512ce23f8608b17389628689a480ca', 'mahasiswa', '', '', ''), ('160321119', '026e6a606339555b54c8c69939926d67', 'mahasiswa', '', '', ''), ('160321120', 'ded4d22fab1785114addbac52d295670', 'mahasiswa', '', '', ''), ('160321121', 'b98913073af22eb5a4d9a997c02c4d58', 'mahasiswa', '', '', ''), ('160321122', '61890d4656b501e4979c42b0e44180d1', 'mahasiswa', '', '', ''), ('160321123', '877b591f5d222d4fd1f84ca33aeee73c', 'mahasiswa', '', '', ''), ('160321124', '29a3b5b310eefe17dc29d5b74c2d1d06', 'mahasiswa', '', '', ''), ('160321125', '7e2cc1f5cbe7c4761a807115039054bf', 'mahasiswa', '', '', ''), ('160321126', '32389ab80bc0083902e8f11baea287aa', 'mahasiswa', '', '', ''), ('160321127', '034d755dd7ef6bf306264d4db2d29d58', 'mahasiswa', '', '', ''), ('160321128', 'd637c98717da1350a0faadb3c083d7eb', 'mahasiswa', '', '', ''), ('160321129', '6544093d49d277828b9c2f9034648d1b', 'mahasiswa', '', '', ''), ('160321130', '2b25aa45eec786ea5e0551955a197818', 'mahasiswa', '', '', ''), ('160321131', 'e81070406058229007f9cbcd1a4ea254', 'mahasiswa', '', '', ''), ('160321132', '227fb10e4a722bc9bd425ab5b04aaf87', 'mahasiswa', '', '', ''), ('160321133', 'd1f3355cbb8755f296c907882c8a2d82', 'mahasiswa', '', '', ''), ('160321134', '5eb114a23af552de0b19ac74efcae3df', 'mahasiswa', '', '', ''), ('160321135', '7cab7cfb845063e821b35d23a0ef36d2', 'mahasiswa', '', '', ''), ('160321136', 'a260daa78e47071c1c7b012a83fdd4dc', 'mahasiswa', '', '', ''), ('160321137', 'a7aa517114eb84707b32358b512da930', 'mahasiswa', '', '', ''), ('160321138', '4412b27e942fc0f165aae81eb5ce3390', 'mahasiswa', '', '', ''), ('160321139', '02ce55e5ec6e1383cd66d82858343d35', 'mahasiswa', '', '', ''), ('160321140', 'a506fac19630d87b01e656e4d7278cf0', 'mahasiswa', '', '', ''), ('160321141', 'eae28aa6269d933cdd0d0af9b965196e', 'mahasiswa', '', '', ''), ('160321142', 'c15d3beb070d00a2e66dd3233efe3af4', 'mahasiswa', '', '', ''), ('160321143', '6e0eb7375a20ada5d7f64ea9c6c3466c', 'mahasiswa', '', '', ''), ('160321144', 'dcd7564b3c49a12c728bbf591d5a487f', 'mahasiswa', '', '', ''), ('160321145', '4c0edaefc92ffe330d96daca23e075b6', 'mahasiswa', '', '', ''), ('160321146', '128fff7f05da874fa317a9b091dfe5fe', 'mahasiswa', '', '', ''), ('160321147', '49bcafe03198dd2f777a93710817bec9', 'mahasiswa', '', '', ''), ('160321148', '17121539dae6bf3ca9e59f7118a1ded8', 'mahasiswa', '', '', ''), ('160321149', '169a06d0e48bdcb038e434c65f40c66a', 'mahasiswa', '', '', ''), ('160321150', '7284544f3e0d8cbb6204281a35069670', 'mahasiswa', '', '', ''), ('160321151', '057110247ce3d1bd89b9993c0e0795df', 'mahasiswa', '', '', ''), ('160321152', '86e155c0c51b7d6bc27c1179e09545cc', 'mahasiswa', '', '', ''), ('160321153', 'c91ff7bfb9de92040ca2d4267acddcf7', 'mahasiswa', '', '', ''), ('160321154', '09d66ad7fd3db213aabb10ab177183b9', 'mahasiswa', '', '', ''), ('160321155', 'dec696d24868c348e8417875fb0504af', 'mahasiswa', '', '', ''), ('160321156', '305004e9cfd454e47da21ac4bbd66f2e', 'mahasiswa', '', '', ''), ('160321157', 'f0d80cbf48e5487f58216ca8ba3ea978', 'mahasiswa', '', '', ''), ('160321158', '2ab72e3c5b30232483fca713ea3e7bd6', 'mahasiswa', '', '', ''), ('160321159', 'ed1c3eb5323e38e847da7c8be013cbfd', 'mahasiswa', '', '', ''), ('160321160', 'b54c7ba0a3e6ef75c6020adef2ac6f17', 'mahasiswa', '', '', ''), ('160321161', '1c6a9ca6cd5e99a59b99c0ec0cd57751', 'mahasiswa', '', '', ''), ('160321162', 'a817fb980eb0af716bda2b9234569a30', 'mahasiswa', '', '', ''), ('160321163', '900ef524727f8eea2342b112b284f0f9', 'mahasiswa', '', '', ''), ('160321164', '89cdae0fb930f58ee1b96e445859a2d4', 'mahasiswa', '', '', ''), ('160321165', '87178f3a2983cb6339c8658a0206ccfc', 'mahasiswa', '', '', ''), ('160321166', 'bf1e1c5391e53eb19c392de063e830cf', 'mahasiswa', '', '', ''), ('160321167', 'c3689a0b00fddff54b5b5168aaf52d41', 'mahasiswa', '', '', ''), ('160321168', '089db486acbdbee2c3db354e60a15b6c', 'mahasiswa', '', '', ''), ('160321169', '7e655591d51ecd93fee5e02f016bf385', 'mahasiswa', '', '', ''), ('160321170', 'ebcbab62d4b4d5c3e2a3fee766daf817', 'mahasiswa', '', '', ''), ('160321171', 'eb0ee9f72662ee87c7c75bcfc0e6b505', 'mahasiswa', '', '', ''), ('160321172', '154e8bc7e1b4df99d6bca7f8d2e58312', 'mahasiswa', '', '', ''), ('160321173', '7e5ee0ae8a317be8951771a77525b0f5', 'mahasiswa', '', '', ''), ('160321174', '03e992db2323088be75e13f44781db84', 'mahasiswa', '', '', ''), ('160410001', '794ebea6ac0d74ebf938ac4c42735a17', 'mahasiswa', '', '', ''), ('160410002', '28dec3068d99cbe8dd6251b5aad76174', 'mahasiswa', '', '', ''), ('160410003', '3123fdfc91b0796816e694754b6529c0', 'mahasiswa', '', '', ''), ('160410004', '2bb2355951a1987eaf7f6e4b747ebd89', 'mahasiswa', '', '', ''), ('160410005', '38517d2260f7cc320db95f2edc72fd30', 'mahasiswa', '', '', ''), ('160410006', 'cc918be4c6fda55f659653105d6476f1', 'mahasiswa', '', '', ''), ('160410007', '8c5c70c08010983e298fba0da71557d0', 'mahasiswa', '', '', ''), ('160410008', '19cd4a091ce91b0cadfe06e8fd6788ce', 'mahasiswa', '', '', ''), ('160410009', 'aab1e40aad1b363f58bda87b9423d3a5', 'mahasiswa', '', '', ''), ('160410010', '25a30d70713e232abf5df363f05a6b6b', 'mahasiswa', '', '', ''), ('160410011', '498586bfc093723f64a50ef8c0bebe81', 'mahasiswa', '20180221210237', '20180221210924', 'Chrome'), ('160410012', '2ca380b50883c5f0123590b9bd747069', 'mahasiswa', '', '', ''), ('160410013', '20557a827c2e30c9e320aacb69cb80ae', 'mahasiswa', '', '', ''), ('160410014', '0946f475746b9f7c5ad8f33b69f0c486', 'mahasiswa', '', '', ''), ('160410015', '251fd51b996d6598ef8fa61f7ae4e0ee', 'mahasiswa', '', '', ''), ('160410016', 'a9df103dcae284483f9d6eee863e61b6', 'mahasiswa', '', '', ''), ('160410017', '012e70a624934760e14d82278754bb4f', 'mahasiswa', '', '', ''), ('160410018', '49852bfc13e4b541a00c0b3af809d424', 'mahasiswa', '20180221234046', '', 'Opera'), ('160410019', 'af29b0ceb0fbcf243a643d95adf68554', 'mahasiswa', '', '', ''), ('160410020', '0eb09079abf294fb095bf1578041006a', 'mahasiswa', '', '', ''), ('160410021', '21d822675489cecbcce76370aa45e9cc', 'mahasiswa', '', '', ''), ('160410022', '3ec958adf60b05ef1467ee696c5c21d3', 'mahasiswa', '', '', ''), ('160410023', '2d1d20003f27bf39f5ff4820e6251eda', 'mahasiswa', '', '', ''), ('160410024', '294802ac3f1c865d1502fb4480029f02', 'mahasiswa', '', '', ''), ('160410025', 'ea642497f5e8e320edda27ef7abbf9f0', 'mahasiswa', '', '', ''), ('160410026', 'd8ef1cece9349c65583877706c80a0bb', 'mahasiswa', '', '', ''), ('160410027', '0589115bb995dc2ccdfe4fddf33da384', 'mahasiswa', '', '', ''), ('160410028', '52bcafc064ed87e8a9ebd20ee0b91660', 'mahasiswa', '', '', ''), ('160410029', 'ece19a4219253b158a8129a7ad01669b', 'mahasiswa', '', '', ''), ('160410030', '2d56cf412df3defdd8f47ea24263a7fe', 'mahasiswa', '', '', ''), ('160410031', 'cb9a5251d8289d9a99f8274d01d81f33', 'mahasiswa', '', '', ''), ('160410032', 'd5b88c7ec798b74ded7334ebacc2af19', 'mahasiswa', '', '', ''), ('160410033', 'ee4ebe3fffffa3435049db396f757411', 'mahasiswa', '', '', ''), ('160410034', 'c4226e8685482db0c71fd71aad0dcf52', 'mahasiswa', '', '', ''), ('160410035', 'c4297297b5042bff59ab7ac85ef71916', 'mahasiswa', '', '', ''), ('160410036', '31ec33aab29fe5de9cc6dffe8532eda2', 'mahasiswa', '', '', ''), ('160410037', 'd98fbfb9eef97ec6ae6a5e9cb315cc5e', 'mahasiswa', '', '', ''), ('160410038', '46400f6eb1c5daa57dd00451259ee8d0', 'mahasiswa', '', '', ''), ('160410039', '646ee28e6b4926905797c5858be3e7da', 'mahasiswa', '', '', ''), ('160410040', '7baa3c52b9259a3cb2bdf4a8a2c0c228', 'mahasiswa', '', '', ''), ('160410041', '68c73b12dbe53b0dbf2ef637fe2134c4', 'mahasiswa', '', '', ''), ('160410042', '788ce61423c39686daa545a0e3c90419', 'mahasiswa', '', '', ''), ('160410043', '6eb1fc6931090278222d0f5ce06199c6', 'mahasiswa', '', '', ''), ('160410044', '0e1e8609d069c38e32f9254981e309d9', 'mahasiswa', '', '', ''), ('160410045', '890b02e59ec06b38b3729e735b6735c7', 'mahasiswa', '', '', ''), ('160410046', '667fc80056e50681558dad83a486c8c5', 'mahasiswa', '', '', ''), ('160410047', '100f11080390aa6634e242c36459fbb9', 'mahasiswa', '', '', ''), ('160410048', '30875fb9fd204c7c8ba3f758884e54fc', 'mahasiswa', '', '', ''), ('160410049', 'caba5b34ef03c4be0fd952928ee1ddf3', 'mahasiswa', '', '', ''), ('160410050', '1d8972cc605f5c471cb45cac0698c895', 'mahasiswa', '', '', ''), ('160410051', '23fe465537584f38fb691a6d061c08c6', 'mahasiswa', '', '', ''), ('160410052', '356b65d285729ce3f892bc6224fff71b', 'mahasiswa', '', '', ''), ('160410053', 'c51a9e481a04c0da1ae11edcd03c20cc', 'mahasiswa', '', '', ''), ('160410054', '509f8c37b60416df784f31249a9b3880', 'mahasiswa', '', '', ''), ('160410055', '5c8262ea4fb5a6a7c8f1bb8f7c80bc0a', 'mahasiswa', '', '', ''), ('160410056', '89f31860631ababa8b9110bd8ca825c4', 'mahasiswa', '', '', ''), ('160410057', '18d25518a36413ace6523437edcae518', 'mahasiswa', '', '', ''), ('160410058', '5c8d78e462b4966e335ced0c778c4b5a', 'mahasiswa', '', '', ''), ('160410059', '6d52844b3f32dce532015f271b1a3534', 'mahasiswa', '', '', ''), ('160410060', '42b7f72ac54e79c1d0debe5e31e851b8', 'mahasiswa', '', '', ''), ('160410061', '37d9bda19193dd85c46a1da344f31cbc', 'mahasiswa', '', '', ''), ('160410062', '52cd7465ea072db80ad665999391ed98', 'mahasiswa', '', '', ''), ('160410063', 'ca361331fd81146760c201c2576adfea', 'mahasiswa', '', '', ''), ('160410064', 'a492bf3549779a278d915475573a9afc', 'mahasiswa', '', '', ''), ('160410065', '8dd2af71b9e913bee629dd5408995d63', 'mahasiswa', '', '', ''), ('160410066', 'afed89c506f2a86926cd302d0112a402', 'mahasiswa', '', '', ''), ('160410067', 'fc22bb65bc6aaef9478b5c48ef252b5b', 'mahasiswa', '', '', ''), ('160410068', '140ef3594d10f30ba7cc3af87793ab29', 'mahasiswa', '', '', ''), ('160410069', '65a4e5c03f7ce2a21538ceafa46b8c6a', 'mahasiswa', '', '', ''), ('160410070', 'b9c5e79d5c2231ff47ec42e3058b7044', 'mahasiswa', '', '', ''), ('160410071', 'e597f44037ef62e65ed2c72b3af93629', 'mahasiswa', '', '', ''), ('160410072', 'b34c7b936d56557925734d9aa80f8717', 'mahasiswa', '', '', ''), ('160410073', '764425227c7286756e9c5eea13d8c884', 'mahasiswa', '', '', ''), ('160410074', 'e50042e841a368e7c814243007eda13b', 'mahasiswa', '', '', ''), ('160410075', '3b4db91b1f68a1460d7b3890198b5ac3', 'mahasiswa', '', '', ''), ('160410076', '28fc45539677e3e4df55967378fd6d87', 'mahasiswa', '', '', ''), ('160410077', '460e860e802391a4b69aa322c4cf16d7', 'mahasiswa', '', '', ''), ('160410078', 'e2952284898684269f81839d556f159a', 'mahasiswa', '', '', ''), ('160410079', 'a183af57012a74431666e0c8177b4796', 'mahasiswa', '', '', ''), ('160410080', '340f21d0cb6cd800f288e0a346963185', 'mahasiswa', '', '', ''), ('160410081', 'e42ef3989c34853ef8a0e51559298dce', 'mahasiswa', '', '', ''), ('160410082', '33915b154a5ae1767233647bf0ce1946', 'mahasiswa', '', '', ''), ('160410083', '97869dbda222ab8ffac6a1e63a668568', 'mahasiswa', '', '', ''), ('160410084', 'aebf35cbff50f0a853d9b0acff1adad9', 'mahasiswa', '', '', ''), ('160410085', '397d6467e0a97680b165750435ce507b', 'mahasiswa', '', '', ''), ('160410086', '5357b2d925013ce679e70c0e09bd7c4a', 'mahasiswa', '', '', ''), ('160410087', 'f68c501c60d72158c3b48e10f53f59bf', 'mahasiswa', '', '', ''), ('160410088', 'b393933526d3d97f848b2fd5275e329a', 'mahasiswa', '', '', ''), ('160410089', '5316cc1fa49cb523329c7e4adc8273a1', 'mahasiswa', '', '', ''), ('160410090', 'f6ecaf8427589440c14aa6e13ca5dc90', 'mahasiswa', '', '', ''), ('160410091', 'c64e2fff767e797abf26e708d8d079ce', 'mahasiswa', '', '', ''), ('160410092', '6038ce86f0f5abaebe16e0b5ea9fde1b', 'mahasiswa', '', '', ''), ('160410093', '38cdda2c151e81dd2ee07ea47716d52f', 'mahasiswa', '', '', ''), ('160410094', 'e509c768365322812a43b9398aacd113', 'mahasiswa', '', '', ''), ('160410095', '69fb393b90569afbeefe26d2cd45a130', 'mahasiswa', '', '', ''), ('160410096', '3117684d761491c039a2ce2793828631', 'mahasiswa', '', '', ''), ('160410097', 'aaf5ded50cbc030664e909b7fb00ee89', 'mahasiswa', '', '', ''), ('160410098', 'dda3ae0410f3f63002fc9ad01d9d57ac', 'mahasiswa', '', '', ''), ('160410099', '83a20998c3e4ad0c0c6532b4fc37433c', 'mahasiswa', '', '', ''), ('160410100', 'b54bdecc6a672bddc8549224e1329034', 'mahasiswa', '', '', ''), ('160410101', '776be9ee5d2d80d5de32955dc30fa0d9', 'mahasiswa', '', '', ''), ('160410102', '20a060639e2e985c8d55ae75963a848d', 'mahasiswa', '', '', ''), ('160410103', 'e10adc3949ba59abbe56e057f20f883e', 'mahasiswa', '', '', ''), ('160410104', 'f4678ec1c3a340f01f00cea914304227', 'mahasiswa', '', '', ''), ('160410105', '7ecb34af4bc832f5967cf228bc4df104', 'mahasiswa', '', '', ''), ('160410106', 'e7bc69267ea0640c661cc51d6b9116ad', 'mahasiswa', '', '', ''), ('160410107', 'c2ee8ab49018517bfc08b80071cff968', 'mahasiswa', '', '', ''), ('160410108', '502596338a6566667959fe734b707347', 'mahasiswa', '', '', ''), ('160505001', 'f0259fde7a6e56bef6e6349364e570b8', 'mahasiswa', '', '', ''), ('160505002', '381de1ccbdaaa78981a275206ea7ee45', 'mahasiswa', '', '', ''), ('160505003', '84837ef984e581f76d5ee29666f2370a', 'mahasiswa', '', '', ''), ('160505004', '7f28e28c3f88283666f449ceed27dcf4', 'mahasiswa', '', '', ''), ('160505005', '1c362442e47b1f4791f29117c19c0e2d', 'mahasiswa', '', '', ''), ('160505006', 'f009ba885561ea0e70a196b1d41084c9', 'mahasiswa', '', '', ''), ('160505007', '3f0160d12fdf29f0fa28e92c4f780b28', 'mahasiswa', '', '', ''), ('160505008', '90a142a7a61db3bad5c6c0f7e3be825d', 'mahasiswa', '', '', ''), ('160505009', '8602c872d829fb280ff999bf77a44a6a', 'mahasiswa', '', '', ''), ('160505010', 'ad5641df9bf52ca2afec7e94763e87e8', 'mahasiswa', '', '', ''), ('160505011', 'e6a0d4330e0cc689fc78aacc149e6a17', 'mahasiswa', '', '', ''), ('160505012', 'c039f917524234742435db4b3e43815a', 'mahasiswa', '', '', ''), ('160505013', '9ec56e65f7f78b54c03338cfaae692c4', 'mahasiswa', '', '', ''), ('160505014', '4520b563b1a0f90488d66a65afd3d67d', 'mahasiswa', '', '', ''), ('160505015', 'f5b70dc3cdffa7385765398e4a3b73fa', 'mahasiswa', '', '', ''), ('160505016', '8b3704c4597c81c10b66a6fc364887f3', 'mahasiswa', '', '', ''), ('160505017', '43f088ea8ed5f59d796ab39e3ec59785', 'mahasiswa', '', '', ''), ('160505018', '581af7f183c8c40273096814bc21b14c', 'mahasiswa', '20180221231730', '20180221232245', 'Chrome'), ('160505019', 'd18431f92f2c19290dc8693e567aff60', 'mahasiswa', '', '', ''), ('160505020', 'a723933c133bfefcd2a43d31b51ed960', 'mahasiswa', '', '', ''), ('160505021', 'f8edb66824b557d0558366099c462be9', 'mahasiswa', '', '', ''), ('160505022', 'dd5e22a4d0f2418f398f7a2ca1279b6f', 'mahasiswa', '', '', ''), ('160505023', '58508cdfe095ec02ef2a3c83d554b0e6', 'mahasiswa', '', '', ''), ('160505024', '3b944803071f43a6009016003b2ffdbc', 'mahasiswa', '', '', ''), ('160505025', '615a32b9e30502de1fa9a71cd36f59bd', 'mahasiswa', '', '', ''), ('160505026', '73ea5a65b7c141a4ea2d03aa9f23e2c6', 'mahasiswa', '', '', ''), ('160505027', '58cb5815bb3dddf951dc6a16886221cc', 'mahasiswa', '', '', ''), ('160505028', '68f23cd1dec680d75a5aded31df3f7b1', 'mahasiswa', '', '', ''), ('160505029', '1d49365475604ceda647617135ccf8be', 'mahasiswa', '', '', ''), ('160505030', '3d6a8d559f42f79d49c0543e56967f84', 'mahasiswa', '', '', ''), ('17', '70efdf2ec9b086079795c442636b55fb', 'mahasiswa', '', '', ''), ('170111001', 'b74ca3aab53c77b8d5f6c95f0bd83d01', 'mahasiswa', '', '', ''), ('170111002', '50215443be1776e363a169c6c8ea26dd', 'mahasiswa', '', '', ''), ('170111003', 'f88382c39840eeb4f9e2164c5f965aa5', 'mahasiswa', '', '', ''), ('170111004', '32cf77e8941b2fbeaba0471589d1538f', 'mahasiswa', '', '', ''), ('170111005', '898240777a5fdb4ffd5423db8beff5c6', 'mahasiswa', '', '', ''), ('170111006', '183fe6f5c2b389616de288ff802189a5', 'mahasiswa', '', '', ''), ('170111007', 'e8464e2b9638d8e267a7020bcc8abde9', 'mahasiswa', '', '', ''), ('170111008', '0cfcb5a7436fcbc48e9ab337a827cc68', 'mahasiswa', '', '', ''), ('170111009', 'bc2c0d19d8ec13fda1f1f08c46dee3db', 'mahasiswa', '', '', ''), ('170111010', '8fe71fc11a7859e430ab0c6e4d417e75', 'mahasiswa', '', '', ''), ('170111011', 'bd105f6d49c0faea799c11b2cb896066', 'mahasiswa', '', '', ''), ('170111012', 'ef8970a4b67f2b1a639296112dd616a5', 'mahasiswa', '', '', ''), ('170111013', '4443674fa5b27dcd9d8aef76c7fe202e', 'mahasiswa', '', '', ''), ('170111014', '41bbca41954c622f774c2660ef8c1a71', 'mahasiswa', '', '', ''), ('170111015', '2d856a411e4b6232b54899ce2c6b5ed5', 'mahasiswa', '', '', ''), ('170111016', 'e68081de6ca45068f556f63d161319e7', 'mahasiswa', '', '', ''), ('170111017', '716437e402fad49cde892c207d8e1552', 'mahasiswa', '', '', ''), ('170111018', 'd8e0815633b682aa3292a7dbee2439ab', 'mahasiswa', '', '', ''), ('170111019', 'f9a06f075ac78cfdfe2f5ad9ec06ba6e', 'mahasiswa', '', '', ''), ('170111020', 'ca8698876a8ec61aeeaa2f30d32c2bb0', 'mahasiswa', '', '', ''), ('170111021', 'd3bb7014cf3dd503f96848e3b65cb307', 'mahasiswa', '', '', ''), ('170111022', '8d18d6da9fc8f30ff4441ed624352350', 'mahasiswa', '', '', ''), ('170111023', '37d43925bc3ae1ad046d3b0bea0881d7', 'mahasiswa', '', '', ''), ('170111024', '527ad5c647cceeff4be90764a8c27e95', 'mahasiswa', '', '', ''), ('170111025', 'b64a76f61c133d9b8d5dc6646a915d0f', 'mahasiswa', '', '', ''), ('170111026', '80b4f42d442c5976029de25ce8835bf7', 'mahasiswa', '', '', ''), ('170111027', 'ef3b899ca879b550cd8638092ae14559', 'mahasiswa', '', '', ''), ('170111028', '3ccbec05d0df34f8c93baf331c36246a', 'mahasiswa', '', '', ''), ('170111029', 'c614c48df92ae81c81e5bd99daef2b22', 'mahasiswa', '', '', ''), ('170111030', '84353fc9108c77abb7b49fee509d31c1', 'mahasiswa', '', '', ''), ('170111031', 'a26cc12146f56156c329a24b81f88cd9', 'mahasiswa', '', '', ''), ('170111032', 'c3d473c9e39d5c66dfeb8a5bd9ba0ac8', 'mahasiswa', '', '', ''), ('170111033', 'cec300a1f87f91f8e26a91e8b07a66f7', 'mahasiswa', '', '', ''), ('170111034', '45a9ee05cec96eef57028ff1965ace0b', 'mahasiswa', '', '', ''), ('170111035', '8b3be92bce19292dcc6a9b3bf071a0d6', 'mahasiswa', '', '', ''), ('170111036', '7a60dd54e2a6debed510a876514ba091', 'mahasiswa', '', '', ''), ('170111037', '1f739285532ded2b6000a0011953bb09', 'mahasiswa', '', '', ''), ('170111038', '18b08e5ee80f3a2aa9f959fac30d16f9', 'mahasiswa', '', '', ''), ('170111039', '35e1cb85cbcaf1325d5f9a5002640dc8', 'mahasiswa', '', '', ''), ('170111040', '10f2d4328919c1f1d5191fd72a44e77c', 'mahasiswa', '', '', ''), ('170111041', 'c9d0db5c416bda142dc51ccfccf54a67', 'mahasiswa', '', '', ''), ('170111042', '6128e147a095b9924321283434a0f429', 'mahasiswa', '', '', ''), ('170111043', 'a0489b8e6c5defc6962b7ea17afe33b2', 'mahasiswa', '', '', ''), ('170111044', '80352aef34b2ec1fb83b3f5edf0c216b', 'mahasiswa', '', '', ''), ('170111045', '8aa0d81a5011bc422c9b86107b822d63', 'mahasiswa', '', '', ''), ('170111046', 'e1520460a232065a61e57e226a40dadb', 'mahasiswa', '', '', ''), ('170111047', 'b04735ced0f1f81bf43f7a32d04177d6', 'mahasiswa', '', '', ''), ('170111048', '86ce588c39189edf0d636e68cd23329a', 'mahasiswa', '', '', ''), ('170111049', '2517f0948b363dc47e266be9788dfa4d', 'mahasiswa', '', '', ''), ('170111050', 'd2748bb4be1a9ec739182b6f12aafc44', 'mahasiswa', '', '', ''), ('170111051', 'aa798de4ec3f45a43b8f9458235c198c', 'mahasiswa', '', '', ''), ('170111052', '0c80591d89b2fb474d974969c4fdce3c', 'mahasiswa', '', '', ''), ('170111053', '6dbf259dd6030386741a3a019149beaa', 'mahasiswa', '', '', ''), ('170111054', '010cc594abe5ed552e5027ef476880f6', 'mahasiswa', '', '', ''), ('170111055', '6d8b77d9520258500b2f19aaec2dbb6f', 'mahasiswa', '', '', ''), ('170111056', '48d0b8e599aadd091b397db7a57e2db0', 'mahasiswa', '', '', ''), ('170111057', 'c61a8937b25cb67822ac3d8b84216d75', 'mahasiswa', '', '', ''), ('170111058', 'fe4cca28093ca16e4d67b08787fb70f6', 'mahasiswa', '', '', ''), ('170111059', '8fb9e0464b9bfd9c180b545fb8ac82f2', 'mahasiswa', '', '', ''), ('170111060', '6e3102126bb22a83f40eda39671cc223', 'mahasiswa', '', '', ''), ('170111061', '9bbd1dba9f37199ed6c7bf435cd62399', 'mahasiswa', '', '', ''), ('170111062', '37b76ea3cbe6a5eda78230df8ef8f170', 'mahasiswa', '', '', ''), ('170111063', '0a53ee279218e47f634c4ed02d446501', 'mahasiswa', '', '', ''), ('170111064', '43c8b9fd57df74865183ec50526df730', 'mahasiswa', '', '', ''), ('170111065', '0d5faae9a33030f774c08412fdfa7996', 'mahasiswa', '', '', ''), ('170111066', 'dd937c4071de1ffe98d54a665486fff9', 'mahasiswa', '', '', ''), ('170111067', '1f30460503d486184fc601fd050283bc', 'mahasiswa', '', '', ''), ('170111068', 'b21bdecabe1c999da31891f8f6cd51ab', 'mahasiswa', '', '', ''), ('170111069', '32e877b3c12d74e9b35c8c26a18af9ad', 'mahasiswa', '', '', ''), ('170111070', 'f4b25880a338af2277a6ee9e03e1ed61', 'mahasiswa', '', '', ''), ('170111071', '651606cca520b7e895930087c6b0257c', 'mahasiswa', '', '', ''), ('170111072', 'ccb2ab4085dc474074f4844cf0156b2a', 'mahasiswa', '', '', ''), ('170322001', '09597aac071c21c3aac8ac43d93aac41', 'mahasiswa', '', '', ''), ('170322002', '6cd875366c072d30dee14ad8c3539727', 'mahasiswa', '', '', ''), ('170322003', 'ce97eb721ebb59c2609371e21a9a036b', 'mahasiswa', '', '', ''), ('170322004', '4463ce61c336cd1e592adfc45aa54ea2', 'mahasiswa', '', '', ''), ('170322006', 'cbb6d37243a35f5459e9f1c3d339c418', 'mahasiswa', '', '', ''), ('170322007', '25a7f2e717dfe7f3d673b822d00a8852', 'mahasiswa', '', '', ''), ('170322008', 'dc2cf36d71796b36336268f145367dd1', 'mahasiswa', '', '', ''), ('170322009', '7b392c15c7dc6b2773442598ce4e83a2', 'mahasiswa', '', '', ''), ('170322010', '080df604265c9b1daa7cceeb720071b6', 'mahasiswa', '', '', ''), ('170322011', 'cd5a0d6282d5e243a46d6de2d5247d88', 'mahasiswa', '', '', ''), ('170322012', '9f47c8b4431e4ee2f1c731aed492bfe4', 'mahasiswa', '', '', ''), ('170322013', '491d2fe5588814a37c7bb4f213fadfda', 'mahasiswa', '', '', ''), ('170322014', '86804eaccab2552f142d1138d2bf9450', 'mahasiswa', '', '', ''), ('170322015', '28a57454b8bb1548f63ae15dfdca6e62', 'mahasiswa', '', '', ''), ('170322016', 'd49212ad8d596430c8d452946b2076bc', 'mahasiswa', '', '', ''), ('170322017', 'c4284aaa55415af75324926129190fc0', 'mahasiswa', '', '', ''), ('170322018', '35d81df901a4c8cd629c5d675210ba74', 'mahasiswa', '', '', ''), ('170322019', 'f9e4167d7ba90fce1d686c6638446f95', 'mahasiswa', '', '', ''), ('170322020', '9d9c1113f7a49004efe6fa7ea17c4da7', 'mahasiswa', '', '', ''), ('170322021', '41b2010bdd591120e50af915a2464264', 'mahasiswa', '', '', ''), ('170322022', 'dbfa513293b17561d7dab187b06d960f', 'mahasiswa', '', '', ''), ('170322023', 'aba753e998d67cedae4f74e5c66b7526', 'mahasiswa', '', '', ''), ('170322025', '59cec57664cbb8944979e12a7d678286', 'mahasiswa', '', '', ''), ('170322026', '08c141c131aeebff1480163829e732b0', 'mahasiswa', '', '', ''), ('170322027', 'f7a5ce6e35d1b057aa52db89aa56c589', 'mahasiswa', '', '', ''), ('170322028', '87992766108362a8419ac2894ef0c9d8', 'mahasiswa', '', '', ''), ('170322029', 'ae8a4f2dbeddf69e1e4b27bb17870e97', 'mahasiswa', '', '', ''), ('170322030', '639cff7332b019a3f8b7a3b5b3f98549', 'mahasiswa', '', '', ''), ('170322031', '201314c987607b91f633bfd8f8c8a7ee', 'mahasiswa', '', '', ''), ('170322032', 'fbad8c79e160a007cb03381511ed7e87', 'mahasiswa', '', '', ''), ('170322033', '27455d655c6130f2d5dc43f640c83b52', 'mahasiswa', '', '', ''), ('170322034', '41072fec2994dcd8d006cb6f90df7dce', 'mahasiswa', '', '', ''), ('170322035', '894f91a289b5db41b349ac8acdb5543f', 'mahasiswa', '', '', ''), ('170322036', '45c1a6fe55f7d0789b11cbc2a24a81bf', 'mahasiswa', '', '', ''), ('170322037', '825d73893636fb11f98b0cf8281da454', 'mahasiswa', '', '', ''), ('170322038', 'bfca978989e6d94eda461ba7e6b9c3b4', 'mahasiswa', '', '', ''), ('170322040', 'fe90ae7d06432490c539202ad1ce6484', 'mahasiswa', '', '', ''), ('170322041', 'b010437e6ff94b9156743dc544e0218c', 'mahasiswa', '', '', ''), ('170322042', '42f1e09fefd33e71777be0de8f6e7080', 'mahasiswa', '', '', ''), ('170322043', '6c36012f478ae38175eb806669a5029b', 'mahasiswa', '', '', ''), ('170322044', '89e5104b19fd5b3450b122f79b19e7a5', 'mahasiswa', '', '', ''), ('170322045', '3cf7bd677a72e05562c5fad2fbef56da', 'mahasiswa', '', '', ''), ('170322046', '5a48ead316957ba21a0823906e0fd63a', 'mahasiswa', '', '', ''), ('170322047', 'dd8aae6e3cea9238485b3ef93f2073bc', 'mahasiswa', '', '', ''), ('170322049', '735d6b5b4484d98848c734a3877fdac7', 'mahasiswa', '', '', ''), ('170322050', '4fccd6bb530f9ced5831a444f68ca354', 'mahasiswa', '', '', ''), ('170322051', '84df447f3a6715b21a0a57030120d922', 'mahasiswa', '', '', ''), ('170322052', 'a4c1d37ace03791fadbb5d8e80580da8', 'mahasiswa', '', '', ''), ('170322053', '75b532c90487fd63ab05e64ea36e48b5', 'mahasiswa', '', '', ''), ('170322054', '9b5fcc24921f70f8028c982d7c7729db', 'mahasiswa', '', '', ''), ('170322055', '2c4d3dde4fcb9c8ce21fefe959115ee1', 'mahasiswa', '', '', ''), ('170322056', '0177913733d295bacb67402919075624', 'mahasiswa', '', '', ''), ('170322057', '9fe36ac7990c50c8091bafaec4c0244d', 'mahasiswa', '', '', ''), ('170322058', '741a25c04408860ba1ec950e5ef434a2', 'mahasiswa', '', '', ''), ('170322059', '2e2f431042b9ee5a6d0e70226bb3928c', 'mahasiswa', '', '', ''), ('170322060', 'e618db78088279f57e67a5826ced461b', 'mahasiswa', '', '', ''), ('170322061', '2b6470d13aed9612883d34b37bd77d56', 'mahasiswa', '', '', ''), ('170322062', '47349439c4f02ef1b4c9a32d2b1b7751', 'mahasiswa', '', '', ''), ('170322063', '5ab878815cac36aef4842fc0b32f55fc', 'mahasiswa', '', '', ''), ('170322064', '87a69b20fc1fd01c16ee9eec197ca3c2', 'mahasiswa', '', '', ''), ('170322065', '6bed4b208ce0c3da470449cf56887a58', 'mahasiswa', '', '', ''), ('170322066', 'c27ec536a612d836abdcebed069a216c', 'mahasiswa', '', '', ''), ('170322067', 'f0077fb8b2a435610561ff87eeb18137', 'mahasiswa', '', '', ''), ('170322068', '464c089af61d9d4c66a10330340669ff', 'mahasiswa', '', '', ''), ('170322069', '3681f1961209d87c0ceaa2ea8c0dfd37', 'mahasiswa', '', '', ''), ('170322070', 'bce2d876b47723bfcf606c24ad70635c', 'mahasiswa', '', '', ''), ('170322071', 'f534a6833d9139447946ea86093cbc96', 'mahasiswa', '', '', ''), ('170322072', 'bf38b6961f4b44af5d977cc3c9e9adb1', 'mahasiswa', '', '', ''), ('170322073', 'a326a839fb66700ad57465eb955ac1a4', 'mahasiswa', '', '', ''), ('170322074', '86ba9a7f953bde738ff6aeefa67b66a3', 'mahasiswa', '', '', ''), ('170322075', 'a72c3bdd04f49265bd02ae7b97a77bad', 'mahasiswa', '', '', ''), ('170322076', '70aaec80e137e11b21d025b2f7812b62', 'mahasiswa', '', '', ''), ('170322077', '2a3ddb9e21f055d0635a2881f1185ca5', 'mahasiswa', '', '', ''), ('170322078', 'a3d8ace89d6b8d6024e82d83206e8c42', 'mahasiswa', '', '', ''), ('170322079', '060e96b8cbd0d53fda73ee9d55e789f8', 'mahasiswa', '', '', ''), ('170322080', '01df9cb130526f68a6d26d022f40c8d9', 'mahasiswa', '', '', ''), ('170322081', 'd19d1bb7913bd6cd33e6e11fff843b0c', 'mahasiswa', '', '', ''), ('170322082', 'c612da8dfacc94d7a40ff2f780b60e3e', 'mahasiswa', '', '', ''), ('170322083', '2d26431adfd25d446c1b0497ac4349f2', 'mahasiswa', '', '', ''), ('170322084', 'a44769e7fa155ce7b9df814d49b7454e', 'mahasiswa', '', '', ''), ('170322085', 'b930e962a8c47beff9b4115bc4a12813', 'mahasiswa', '', '', ''), ('170322086', 'ec3f9ab802ff5523daf1170ecec1fde7', 'mahasiswa', '', '', ''), ('170322087', 'e37cf4bf09560d63a2f17e357133a3e4', 'mahasiswa', '', '', ''), ('170322088', '2421dde7bd7c79fd3b75f218f9f596ba', 'mahasiswa', '', '', ''), ('170322089', '70d792df78798c07edcda3cbc7ee5d0a', 'mahasiswa', '', '', ''), ('170322090', '428c4c13b0520b1b11911496c105cc89', 'mahasiswa', '', '', ''), ('170322091', '3573666011e070d8932a425c5d315e87', 'mahasiswa', '', '', ''), ('170322092', '857296a0f6b745ccbd6b0bbfa64aaf52', 'mahasiswa', '', '', ''), ('170322093', 'fa1beb52faaae7389b76f46787dbbc60', 'mahasiswa', '', '', ''), ('170322094', 'fa1f77d6fb829b3342406339586b2558', 'mahasiswa', '', '', ''), ('170322095', '8440761ef3a9c11fdd8d89a61742b454', 'mahasiswa', '', '', ''), ('170322096', '00e99be1726c5b689e43892aa5b00bb2', 'mahasiswa', '', '', ''), ('170322097', '2da5d6ad7c221184e35e736b7125f340', 'mahasiswa', '', '', ''), ('170322098', '36ca6d38fcafec6cff92f13c8820096b', 'mahasiswa', '', '', ''), ('170322099', '36cb3012e0b618bfcf019dc2f6652eae', 'mahasiswa', '', '', ''), ('170322100', 'ac5636be72cbde481d508663c9039390', 'mahasiswa', '', '', ''), ('170322101', '2787714be128a8856a882c9080d19536', 'mahasiswa', '', '', ''), ('170322102', '789752b27b958f902ec8521fabb3b128', 'mahasiswa', '', '', ''), ('170322103', '73c572d1bd5e5354d90b9afcac6f0ce3', 'mahasiswa', '', '', ''), ('170322104', 'ebb9513f7e1b4697af48bb893787c0ab', 'mahasiswa', '', '', ''), ('170322105', '1b5cc04deffdef803fefa24458d6face', 'mahasiswa', '', '', ''), ('170322106', 'b03be62b8cdb8a50ce0101968c7fe91d', 'mahasiswa', '', '', ''), ('170322107', '238262416c0ce90b45b58e2c495b93c7', 'mahasiswa', '', '', ''), ('170322108', 'fe790505635716298b87b0a7d47ad9da', 'mahasiswa', '', '', ''), ('170322109', '818bf206c0ee94637f060d3765fe48a0', 'mahasiswa', '', '', ''), ('170322110', 'f3a7be80034a1f6a702b330cc42d4dac', 'mahasiswa', '', '', ''), ('170322111', '6cda68f80a7586c8b2be462e65c2fd85', 'mahasiswa', '', '', ''), ('170411001', '411d32a244e0f332004c6c4d1f3f22c2', 'mahasiswa', '', '', ''), ('170411002', '654ada5f31849b0c6fcaf6ba73756c6a', 'mahasiswa', '', '', ''), ('170411003', '4a470a35258bdb571f9064f36ec52d6a', 'mahasiswa', '', '', ''), ('170411004', '7bdf85717441c91ea66172a5fbd7b1dc', 'mahasiswa', '', '', ''), ('170411005', '4cccbde690a80416fde0bfb71175589a', 'mahasiswa', '', '', ''), ('170411006', 'd08351a31682e13944fd697f6c96606b', 'mahasiswa', '', '', ''), ('170411007', '7d9c2c25d4f71ac112efee864e543031', 'mahasiswa', '', '', ''), ('170411008', '2ab3965118fbd0f766ca0a1bbcffbbf4', 'mahasiswa', '', '', ''), ('170411009', '74e8fb37670ae24308b46e895de7e959', 'mahasiswa', '', '', ''), ('170411010', '2037b555d548daa2f0e8757b37272488', 'mahasiswa', '', '', ''), ('170411011', 'be77989afb0dc9af38cc2def7bb7235f', 'mahasiswa', '', '', ''), ('170411012', '5c3fd6c618afc703ad47df254a241821', 'mahasiswa', '', '', ''), ('170411013', '4b53774b9a7e30cd1b89c8af87a51d82', 'mahasiswa', '', '', ''), ('170411014', 'deaf2754632f89cde3ce4b7fcb2327ea', 'mahasiswa', '', '', ''), ('170411015', '11e11ad7c2b43bed6ffd3c2f028e96fd', 'mahasiswa', '', '', ''), ('170411016', '3c49e445b3526877939623e68a78e1aa', 'mahasiswa', '', '', ''), ('170411017', 'b1f996339213427a406d24a79d9f06ef', 'mahasiswa', '', '', ''), ('170411018', '30b49db47ee66ba2e40bc84a0a3bf327', 'mahasiswa', '', '', ''), ('170411019', '3ed6d6325449be30bcc0b02234d2dc72', 'mahasiswa', '', '', ''), ('170411020', '7401354e00446f07924064b53e8356a8', 'mahasiswa', '', '', ''), ('170411021', 'b401bd6e963134b5c809380519d5e62f', 'mahasiswa', '', '', ''), ('170411022', '9180a7553f4eb50459d08569dd5959be', 'mahasiswa', '', '', ''), ('170411023', '8c96895ba25fa4c0ae6d140a7eabbe15', 'mahasiswa', '', '', ''), ('170411024', '450dbd4b86772afbc4b967cf7c6f5f76', 'mahasiswa', '', '', ''), ('170411025', '3d2e4bb11c6e2f21197eaadc8153c560', 'mahasiswa', '', '', ''), ('170411026', '46cbadee19fc220cd65bbd63243d4889', 'mahasiswa', '', '', ''), ('170411027', '98798ae377baaa1ae4157b9d79487f32', 'mahasiswa', '', '', ''), ('170411028', 'f11741c06243471fe3417ef6a8ce1f1b', 'mahasiswa', '', '', ''), ('170411029', 'a78d4ec07518775481ba0eb0600a2f55', 'mahasiswa', '', '', ''), ('170411030', 'b069d7ccf4c341305239df22e975586d', 'mahasiswa', '', '', ''), ('170411031', 'b4e0b181a26aceb75e72f248b8f82e23', 'mahasiswa', '', '', ''), ('170411032', 'ef7d4df944fa079282be0f5f0ce7ef85', 'mahasiswa', '', '', ''), ('170411033', '520b48f281d2983c2f94e615f131613a', 'mahasiswa', '', '', ''), ('170411034', '4002e8b2b5bf829b96343f1b2a5feb6f', 'mahasiswa', '', '', ''), ('170411035', '0a5be601253586f98576da125a46adf5', 'mahasiswa', '', '', ''), ('170411036', 'b7e1e626fe7f64c9ae2249b7641776b9', 'mahasiswa', '', '', ''), ('170411037', '06d6f97b972ee91c4da054607876d42e', 'mahasiswa', '', '', ''), ('170411038', '0fdac30dae09823c7e6410aecb53b5de', 'mahasiswa', '', '', ''), ('170411039', 'd33dc8f4a3be8cbc182841eb75358f35', 'mahasiswa', '', '', ''), ('170411040', 'a1fc4538ca2039e359931ea7e8649c44', 'mahasiswa', '', '', ''), ('170411041', '95d7aa3231a3c3a53e49a379bc4121aa', 'mahasiswa', '', '', ''), ('170411042', '6ddc1d03d0cdee10f92142c80c02e01e', 'mahasiswa', '', '', ''), ('170411044', '5d983a21ccd59bb4df86b10a810f082d', 'mahasiswa', '', '', ''), ('170411050', '243e29819ce3255bc01589e4acbb5f9f', 'mahasiswa', '', '', ''), ('170507021', 'bcb740a6cdcc2e263724a4be1e86a510', 'mahasiswa', '', '', ''), ('170507022', '339d96f5e1adf039b7c721e15b14f8b0', 'mahasiswa', '', '', ''), ('170507023', 'b2100c4337c39c52ebf6bddbdfb96764', 'mahasiswa', '', '', ''), ('170507024', 'cbb5a1ce37d1bbe2bbea48462d24f452', 'mahasiswa', '', '', ''), ('170507025', 'ba1ed583907d28b6c0fe161dcd4aa926', 'mahasiswa', '', '', ''), ('170507026', '73d02aa0502d19d16c719be84a58e538', 'mahasiswa', '', '', ''), ('170507027', 'ea49bf79aa810bed91944ae3972d7f74', 'mahasiswa', '', '', ''), ('170507028', 'd2acb5b05cf9c25d6f86a85b4887330b', 'mahasiswa', '', '', ''), ('170507029', '60069427c435d17d242e3ffe9fd48a1f', 'mahasiswa', '', '', ''), ('170507030', '586e67601c81a6a5ba6e1905d63b1ffe', 'mahasiswa', '', '', ''), ('170507031', 'cae9806317da4cac6038ccfb62053661', 'mahasiswa', '', '', ''), ('170507032', '9b5df2e2047d93b01f5ab934f6cd0be0', 'mahasiswa', '', '', ''), ('170507033', '2b1d2b1e7dc3be555aa99eada4ed782a', 'mahasiswa', '', '', ''), ('170507034', '6f46555756f6a4f486c768e8be6e7ffa', 'mahasiswa', '', '', ''), ('170507035', '05b18a70ea13e3fd87dacd0fc0faf2c3', 'mahasiswa', '', '', ''), ('170507036', '2e2f8fdfe1ce36849f27297ce3c7d2aa', 'mahasiswa', '', '', ''), ('170507037', 'ed30438258450f87355cb1e2577a9c7e', 'mahasiswa', '', '', ''), ('170507038', '1260b9df1aa5b7cf7b94808bf7f710ed', 'mahasiswa', '', '', ''), ('170507039', 'b0a3ec45b81118b35916fceed81112e2', 'mahasiswa', '', '', ''), ('170507040', '00c3f1b531f3b301bcef4f07a8abf49f', 'mahasiswa', '', '', ''), ('170507041', '4214878ad98aceefac18105d534f0c44', 'mahasiswa', '', '', ''), ('170507042', 'e5844ebb4eb8baf0e824092202541d98', 'mahasiswa', '', '', ''), ('170507043', 'b0d155efefb27b0f336af88c2bb913d7', 'mahasiswa', '', '', ''), ('170507044', '6322c3ccfb823842f1c33024b2b62c37', 'mahasiswa', '', '', ''), ('170507045', '2ace919d35b2a94ea0306372ae207861', 'mahasiswa', '', '', ''), ('170507046', '06958a1563c35bf2aeccd72a65904820', 'mahasiswa', '', '', ''), ('170507047', '16c64c0b1c197b3bdf723142958cf506', 'mahasiswa', '', '', ''), ('170507048', '1b5615b5fa1302ab53ce227d3485f2ea', 'mahasiswa', '', '', ''), ('170507049', '74fecbb38480b8cffc56eb30d839ef89', 'mahasiswa', '', '', ''), ('170507050', 'efbade7a750a1cf7c1daf3c8ad528c1c', 'mahasiswa', '', '', ''), ('170507051', '969e8059397c336d85c8df885531817d', 'mahasiswa', '', '', ''), ('170507052', 'ddfc6965bdf314015f51d080729743c0', 'mahasiswa', '', '', ''), ('170507053', 'ebbb5e75c32e1a2b30a1f4a965e17932', 'mahasiswa', '', '', ''), ('170507054', '6624a4ef656d497d883b47ce4357916e', 'mahasiswa', '', '', ''), ('170507055', '84e3fa58475acff0c7dfa31c277dcd17', 'mahasiswa', '', '', ''), ('170507056', 'fbfd224c7ee6c992d843d85fcad552d8', 'mahasiswa', '', '', ''), ('170507057', '9cb6f22adca29d26f26e9122e95259d7', 'mahasiswa', '', '', ''), ('170507058', '20b3cb3a42df2b55b2cd6608403644e0', 'mahasiswa', '', '', ''), ('170507059', 'b1d43ee11838e60c0e63e1369121de9e', 'mahasiswa', '', '', ''), ('170507060', '031bf185e8e4e8cdd2e61b0856c0dc8e', 'mahasiswa', '', '', ''), ('170507061', 'e1f5785604c2ac2d6eb25b74c23f56af', 'mahasiswa', '', '', ''), ('170507062', '5fef53a7c3049459ad11998d9b6483cb', 'mahasiswa', '', '', ''), ('170507063', '919031cc4463e09e94bcb7bfb1c64577', 'mahasiswa', '', '', ''), ('170507064', '634da0c4e349eb4797223946f9dd5a6c', 'mahasiswa', '', '', ''), ('170507065', '85120266ff9958e294c7d55456a53cb5', 'mahasiswa', '', '', ''), ('170507066', '7fb9c2cadf792440a39e06a2a65b1fb2', 'mahasiswa', '', '', ''), ('170507067', 'ffd7977e380c1efaedd6141d37c58573', 'mahasiswa', '', '', ''), ('170507068', 'a715fbd19d5447536ec52e5fdda2fffd', 'mahasiswa', '', '', ''), ('170507069', 'f56708739fd297aeb424d7a2a73b0e11', 'mahasiswa', '', '', ''), ('170507070', 'd40a3be6d700cd26fd024172282888e6', 'mahasiswa', '', '', ''), ('170507071', 'babc75aee7cd7082a46ed80d0b3a35af', 'mahasiswa', '', '', ''); INSERT INTO `tbl_login` (`username`, `password`, `stts`, `login_time`, `log_out`, `status`) VALUES ('170507072', '1a7f407b10cc9d802519d36fe2906db9', 'mahasiswa', '', '', ''), ('170507073', '3d8f44b87ab3caace0c7dc55cae07e86', 'mahasiswa', '', '', ''), ('22', 'b6d767d2f8ed5d21a44b0e5886680cb9', 'mahasiswa', '', '', ''), ('222222222', '0d777e9e30b918e9034ab610712c90cf', 'mahasiswa', '', '', ''), ('2323', '149815eb972b3c370dee3b89d645ae14', 'mahasiswa', '', '', ''), ('666666666', '9f0863dd5f0256b0f586a7b523f8cfe8', 'mahasiswa', '', '', ''), ('77', '28dd2c7955ce926456240b2ff0100bde', 'mahasiswa', '', '', ''), ('88', '2a38a4a9316c49e5a833517c45d31070', 'mahasiswa', '', '', ''), ('99', 'ac627ab1ccbdb62ec96e702f07f6425b', 'mahasiswa', '20180221221306', '20180221234022', 'Opera'), ('admin', '21232f297a57a5a743894a0e4a801fc3', 'admin', '', '', ''), ('D001', 'd5cbf528f740b502b79241ff873ce6c5', 'dosen', '20180222115658', '20180221221255', 'Chrome'), ('D002', 'b3460c056d63af44fe66bd92c961a144', 'dosen', '20180221232258', '20180221221347', 'Chrome'), ('D003', 'fda7f226bff2b2df5da2e703f84bab11', 'dosen', '20180222055823', '20180222061718', 'Chrome'), ('D004', '22d164d469bfc0bc0f2aefe67dd2806e', 'dosen', '', '', ''), ('D005', 'b7ca9b1c84b0669f89357ee7bafb1274', 'dosen', '', '', ''), ('D006', '0d86b2d838d51e9ae5d1720054578f16', 'dosen', '', '', ''), ('D007', '89dcc06341a2e25e573a26d0e780fbbb', 'dosen', '', '', ''), ('D008', 'a7a81ba176b755a597b776604940a2c5', 'dosen', '', '', ''), ('D009', 'f6cce92549c349a9953bd877f4860f32', 'dosen', '', '', ''), ('D010', '0f9d76428568fcad70cb130b20f4638e', 'dosen', '', '', ''), ('D011', 'd5e4effc166af7f050089416e7e53b57', 'dosen', '', '', ''), ('D012', '1bc964f6f1e70dcba774fd80fe1118e0', 'dosen', '', '', ''), ('D013', 'e66e21ac2b0dbf5f42a77ae8373e789e', 'dosen', '', '', ''), ('D014', '420c0ede70cff1d160c862004a7bfee0', 'dosen', '', '', ''), ('D015', '6ebf47a103a0bad887014cce9fe81960', 'dosen', '', '', ''), ('D016', '5cedfc034ccdad75d58a0fa1875d396a', 'dosen', '', '', ''), ('D017', '447f299d2ed46a403af8ec2b9cfff194', 'dosen', '', '', ''), ('D018', '62cc46459284fd62c0ad61eb117f1645', 'dosen', '', '', ''), ('D019', '5e78d6d7d6b97e07863f2b2ac6c72c49', 'dosen', '', '', ''), ('D020', '0bfb179af3c357296c35d64d10a7c0b3', 'dosen', '', '', ''), ('D021', '44ebd68a8460176fbe9ec6071af32506', 'dosen', '', '', ''), ('D022', '13c802aa19ff6d9acf1bd501d7fc9943', 'dosen', '', '', ''), ('D023', 'f2da24cc2c612a0002eb7f07ec02801b', 'dosen', '', '', ''), ('D024', 'cb756d3448ad467033846e84017824f3', 'dosen', '', '', ''), ('D025', 'c2921c13fa62065c8d28c85aae51497e', 'dosen', '', '', ''), ('D026', 'ec6d0d0555498e764280158310986e87', 'dosen', '', '', ''), ('D027', 'b7ea2ca01a87777825bc151ebf8f8e2b', 'dosen', '', '', ''), ('D028', '299be138d615ca9d4dd0d382a642e96c', 'dosen', '', '', ''), ('D029', 'fcc8fa0ea88d370507a094126bd40fae', 'dosen', '', '', ''), ('D030', '9b4444362f0552972f13bf5536751e75', 'dosen', '', '', ''), ('D031', '01f00daeed1418fb5cf6d8988d8a8fab', 'dosen', '', '', ''), ('D032', '32d5e36f384bebd5d3753a04a0302eec', 'dosen', '', '', ''), ('D033', '7bdf081dc5e322c3da257e565ba540e5', 'dosen', '', '', ''), ('D034', '8cc054261ce69fc6f8fa34acf567ed34', 'dosen', '', '', ''), ('D035', 'e95451662d98089c12c674cd6c4c95fa', 'dosen', '', '', ''), ('D036', '8275737b27435dc0e3824ffa513d38c6', 'dosen', '', '', ''), ('D037', 'e57284ac2f370a5e8670b04b59e33222', 'dosen', '', '', ''), ('D038', '5ecb03a9c52173882477750dc793e27f', 'dosen', '', '', ''), ('D039', '3fecfa8184617158f652b293b57907f3', 'dosen', '', '', ''), ('D040', '17501b593e86c204ad269fa190b38b91', 'dosen', '', '', ''), ('D041', '208883cf102df648bfe7169ee5cf2806', 'dosen', '', '', ''), ('D042', '7781df0d4d7ac2a74ef45437c7346560', 'dosen', '', '', ''), ('D043', 'ebbb1facc4c3886376e43f50456c79bc', 'dosen', '', '', ''), ('D044', '25980e72bcee6a0c34f76d3c1ef54d46', 'dosen', '', '', ''), ('D045', 'ed259682b3478162ec02d965248a7cb8', 'dosen', '', '', ''), ('D046', '982edae44597887cb83f5df073f71103', 'dosen', '', '', ''), ('DA.1D', '114d0f053829c8a1b9501360e9f1ede2', 'dosen', '', '', ''), ('DA.1E', 'fb6859e8f44496ace8842cfa7f76b5d4', 'dosen', '', '', ''), ('DA.1F', '5802c4e46c1ba3a6ef3c7d71ddfa1ca2', 'dosen', '', '', ''), ('DA1R', '04ef62a92a5048a3d127f10fdea9abc1', 'dosen', '', '', ''), ('DA2R', 'd766472e11cc1f13a8917252688a9f8c', 'dosen', '', '', ''), ('DA3R', '388d40106a344f3089c3fae3cda09e00', 'dosen', '20180221093116', '20180221113944', 'Chrome'), ('K001', '73e8b30aba2d0cf27b323a487cfec25e', 'dosen', '', '', ''), ('K002', 'bebc31106d79fcd3fa764015cc1e92a1', 'dosen', '', '', ''), ('K003', 'dfb5667bdff4741b8e14285ec97dbff8', 'dosen', '', '', ''), ('K004', '798e8344ad321b98dd90b9ea688dcd4c', 'dosen', '', '', ''), ('K005', '051171820bcd17d2f757bb1c01ab5734', 'dosen', '', '', ''), ('K006', 'e71a4976855867ccd08c643d491ee9d1', 'dosen', '', '', ''), ('K007', '4bed23525ccf4b9d760dd7c1664a9ad9', 'dosen', '', '', ''), ('K008', '489a13fb16d71aa2cb295c2d2349125b', 'dosen', '', '', ''), ('K009', 'ddb4f2a9c26b2af786450671e30b15f0', 'dosen', '', '', ''), ('K010', '1c88202962d5145dcdb589e7fb3d7425', 'dosen', '', '', ''), ('K011', 'cdebffc5d8564fe5470d35fef477ff14', 'dosen', '', '', ''), ('K012', '77b87459fe4254f013753da0598ee35e', 'dosen', '', '', ''), ('K013', '80453c5c2a94e624c457130870b2373d', 'dosen', '', '', ''), ('K014', '1bcc68d7830cb4daca6cc0f2b23555d3', 'dosen', '', '', ''), ('K015', '05120e2999da94e3d6fceea99b1c7f69', 'dosen', '', '', ''), ('K016', 'bb96fac1f1a16610473501e1dccecd2b', 'dosen', '', '', ''), ('K017', '87606b2b94277d22511cc1e6b9c5666c', 'dosen', '', '', ''), ('K018', '9013d89dfe4738f3ce509fe24e31d9c7', 'dosen', '', '', ''), ('K019', '681f601d428e7e10710376076ce3e79a', 'dosen', '', '', ''), ('K020', 'd07746af17dfc3cd2b286d3528ad4173', 'dosen', '', '', ''), ('K021', '4d5a69f4ecba2124b01e664ea293af8b', 'dosen', '', '', ''), ('K022', 'e591dde6d25ea396c5dd128f150e93ab', 'dosen', '', '', ''), ('K023', '8e5183870331e540ac5070b7b3c590c4', 'dosen', '', '', ''), ('K024', '2a38da524c47a16474e6021818534f35', 'dosen', '', '', ''), ('K025', 'd15a640279bdbb329622c2a33fe85619', 'dosen', '', '', ''), ('K026', 'ac362ad498282172e7deb463f8f3ba68', 'dosen', '', '', ''), ('keuangan', '2deebf2d66343be53237c723a1388551', 'admin_keuangan', '', '', ''), ('wadir', '0f48529ef59b423475ada2f4d4dd8535', 'wadir', '', '', ''), ('zz', '25ed1bcb423b0b7200f485fc5ff71c8e', 'dosen', '20180220224948', '', 'Chrome'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_mahasiswa` -- CREATE TABLE `tbl_mahasiswa` ( `nim` varchar(20) NOT NULL, `nama_mahasiswa` varchar(100) NOT NULL, `angkatan` int(5) NOT NULL, `jurusan` varchar(30) NOT NULL, `kelas_program` varchar(25) NOT NULL, `ttl` varchar(40) NOT NULL, `ibu_kandung` varchar(40) NOT NULL, `nik` varchar(20) NOT NULL, `alamat` varchar(200) NOT NULL, `phone` varchar(20) NOT NULL, `email` varchar(30) NOT NULL, `foto` varchar(20) NOT NULL, `status` varchar(1) NOT NULL, `kelas` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_mahasiswa` -- INSERT INTO `tbl_mahasiswa` (`nim`, `nama_mahasiswa`, `angkatan`, `jurusan`, `kelas_program`, `ttl`, `ibu_kandung`, `nik`, `alamat`, `phone`, `email`, `foto`, `status`, `kelas`) VALUES ('09876543321', 'uu', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '', 'A'), ('120106001', 'Agusniriyanti', 2012, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('120106021', 'Vivi Uzi Anggraeni', 2012, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '3', 'A'), ('130107001', 'Achmad Ramadhona Saiful', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('130107002', 'Adysthi Hilda Wanze', 2013, 'S1 Keperawatan', 'DIIIKEB', '', '', '', '', '', '', '0', '', 'B'), ('130107003', 'Ainul Yaqien ', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '2', 'S'), ('130107004', 'Anggi Pranata', 2013, 'S1 Keperawatan', 'S1KEP', 'Bekasi 22-04-1995', 'idah', '3216132204950001', 'Jl.pebayuran kp.pamahan Rt/rw 01-01 des.sumberurip kec.pebayuran kab.bekasi ', '085811768797', 'anggipranata234@gmail.com', 'file_1488246685.jpg', '4', 'A'), ('130107006', 'Brilian Tamara', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '5', 'A'), ('130107008', 'Clara Bonita Sinaga', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '3', 'A'), ('130107009', 'Dealer Tuah Aga Tarigan', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '', 'A'), ('130107010', 'Dedi Nurrianda', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '', 'A'), ('130107013', 'Elman Laia', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('130107015', 'I Gede Putra Wijaya', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('130107016', 'Khoirunnisa Rizki Mawardi', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('130107017', 'Kusriawan', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('130107018', 'Ni Putu Pande Citra ', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107019', 'Nova Riani Saputri', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107020', 'Nur Hikmah Riza Nida', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107021', 'Putri Rachmanita', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107022', 'Ressy Mastini', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107023', 'Risma Damayanti', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107024', 'Risky Noor Mujiono Putro', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107026', 'Siti Fatimah Nasution', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130107027', 'Sri Winarni', 2013, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('130318027', 'Yeni Puspasari', 2013, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('130318031', 'Agus Sulaiman', 2013, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('14', '14', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '4', 'B'), ('140108001', 'Ade Ainun Najib', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108002', 'Ari Wahyudi', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108003', 'Dede Kurniawan', 2014, 'S1 Keperawatan', 'S1KEP', 'Tanjung rusia, 04 januari 1995', 'Nuriah', '', '', '085380930443', 'kirniawand579@gmail.com', 'file_1519188306.jpg', '6', 'A'), ('140108004', 'Deri Hikmah Wijaya', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108005', 'Desi Ayu Rahmawati', 2014, 'S1 Keperawatan', 'S1KEP', '31 DESEMBER 1995', '', '', 'Jl. Akasia blok A 10 no 11 RT 003 RW 012 Kelurahan Jatibening Kecamata Pondok Gede, Pondok Cikunir Indah, Bekasi Selatan Kode Pos 17146', '089676867461', 'desisyurahmawati2@gmail.com', 'file_1495896511.jpg', '6', 'A'), ('140108006', 'Fadilah Aladzan', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108007', 'Gede Agus Ariyawan', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108008', 'Hanifa Amalin S H', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108009', 'Haris Fonna', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108010', 'Henny Apriliyanti', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108011', 'Ida Ayu Komang Indah A', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1488189420.JPG', '6', 'A'), ('140108013', 'Isna Nurmaliani', 2014, 'S1 Keperawatan', 'S1KEP', 'bekasi, 11 juni 1996', 'nurjanah SH', '3275085106960023', 'Jl rawa indah no 6 rt 06/06', '083895622864', 'isnanurmaliani.in@gmail.com', 'file_1491372360.jpg', '6', 'A'), ('140108014', 'Khodar Arafi', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108015', 'M. Faris Syihab E', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108016', 'Mia Eka Putri', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108017', 'Nicolaus Dimas Nurcahaya', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('140108018', 'Pretty Indah Hutami', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108019', 'Putri Nur Fitriani', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108020', 'Randy Apriano', 2014, 'S1 Keperawatan', 'S1KEP', 'Pianggu, 22 April 1996', 'Magun Rari', '', 'jl. Kubah putih Rt.01 , Rt.04, kel. Jatibening, kec. Pondok gede, Bekasi', '082357044033', 'randyapriano@gmail.com', '0', '6', 'B'), ('140108021', 'Riangga Afrizal Huris Asykar', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108022', 'Riko Sandra Kurniawan', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108023', 'Rofita', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108024', 'Rosmalia Dewi', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108025', 'Selvi Apriani', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108026', 'Siti Mulya Agustin', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108027', 'Tia Novianti Rahmah', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108028', 'Titin Mustika', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108029', 'Vivi Novianti Prastika', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140108032', 'Pahrul Sidik', 2014, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('140319001', 'Abeb Hartama', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319002', 'Ahmad Faishal Putra', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319003', 'Ari Selawati', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319005', 'Eka Laela Agustina', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319006', 'Eldi Shiva Yunesa', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319007', 'Esi Niartika', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319008', 'Eva Ardilaya', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319009', 'Evang Lista Seftiana', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319010', 'I Putu Deji M', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319011', 'Ilyas Permana', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319012', 'Indah Lestari Oktavia', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319013', 'Itrilea', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319014', 'Konita Paudjiyah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319015', 'Lena Listiana', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319016', 'M. Deri Rizki Hakiki', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319017', 'Mega Selvia', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319018', 'Melliyana Iswilandari', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319019', 'Mira Amalia', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319020', 'Mona Febriyati', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319021', 'Murdianingsih', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319022', 'Nailul Rohmah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319024', 'Normalita Angga Dewi', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319025', 'Nur Fajriani', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319026', 'Rego Amrullah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319027', 'Rina Hastiti', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319028', 'Rizal Adi Putra', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319029', 'Rudiyanto', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319030', 'Wahyu Nita', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319031', 'Agatha Nani S', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319032', 'Andy Tangi Libra S. L.', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319034', 'Asni Sitanggang', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319035', 'Asniyar', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319037', 'Caspinah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319038', 'Dewi Ni''matul Anggraeni', 2014, 'DIII Keperawatan', 'DIIIKEP', 'gresik, 9 oktober 1983', 'sukarsari', '', 'komplek bukit wijaya kusuma blok k7 no 50 citra indah jonggol', '0818784564', 'motul0910@yahoo.co.id', '', '6', 'A'), ('140319039', 'Dhini Oktariani', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319040', 'Diah Ayu Kurniawati', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319041', 'Dian Wahyuni', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319042', 'Eliarosa Karo Karo', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319044', 'Evy Nur', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319045', 'Harjito', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319046', 'Hasanudin', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319047', 'Hesti Wahyuningsih', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319048', 'Holipah', 2014, 'DIII Keperawatan', 'DIIIKEP', 'lubuk linggau,7 juni 198', 'suparmi', '', 'jl beruang IX A,no 20 perumahan cikarang baru desa jayamukti kec cikarang pusat 17550', '085281807164', 'oolivah@yahoo.com', '0', '6', 'A'), ('140319049', 'Indah Noor Fauziah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319050', 'Kgs. Muhammad Ali', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319051', 'Lila Rotua', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319052', 'Lusiana Widianingsih', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319053', 'Melda Risma Simanjuntak', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319054', 'Muhammad Mu''alimin', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319055', 'Muri', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319056', 'Nurasiah Jamil', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319057', 'Nurhidayati', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319058', 'Nurmala Fitrianamanik', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', 'nurmala80@gmail.com', '0', '6', 'B'), ('140319059', 'Olis Solisah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319061', 'Shinta Darmanah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319062', 'Siti Arfah Zuhriah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319063', 'Siti Rochmah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319064', 'Evie Lutfhiyani', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319065', 'Sri Sulastri', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319066', 'Sri Wahyuni', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319067', 'Sukirdi', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319068', 'Sukmawati', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319069', 'Teti Handayani', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319070', 'Titin Pamungkas', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319071', 'Umi Batarijah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319072', 'Wiji Lusyanto', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319073', 'Yayah Komariah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319074', 'Yessi Retno Wulandari', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319075', 'Yuliana Hutajulu', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('140319076', 'Yulianis', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319077', 'Ely Laeliyah', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319078', 'Puji Astuti', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319080', 'Gonda Tomia', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319081', 'Deetje Mamengko', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319082', 'Odih Hermawan', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319083', 'Dadang Kurniawan', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319084', 'Ratna Eka Suwarningsih', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319085', 'Elnova Nelda Nur', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140319086', 'Tuti Herawati', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('140408001', 'Ade Ayu Oktavia', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408002', 'Amrialita Shela Romli', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408003', 'Anggita Fathanisa Noer Choiru', 2014, 'DIII Kebidanan', 'DIIIKEB', 'Sukoharjo, 16-10-1996', 'Sri Rahayu', '', '', '082122689404', 'anggitafathanisa3@gmail.com', '0', '6', 'B'), ('140408004', 'Apriliya', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408005', 'Apriyanti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408006', 'Arum Kusmila Dewi', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408010', 'Donata Ela Dewati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408011', 'Dwi Faza Puspitasari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408012', 'Dyah Rini Cahya Ningrum', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408013', 'Endah Dindi Lestari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408014', 'Esty Marliani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408015', 'Iin Karlina', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408017', 'Indah Puspita Sari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408018', 'Khoirunnisa', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408019', 'Lista Prafita Sari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408020', 'Loretta Jessica Octavia', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408021', 'Mareta Evi Dela', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408022', 'Meisa Leti Ananda', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408023', 'Melisa', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408024', 'Minda Asih', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408025', 'Nur Ana', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408027', 'Nur Khotimah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408030', 'Putri Syifa Khoirunnisa', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408031', 'Reni Sulaekah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408032', 'Ria Kurnia', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408033', 'Risma Meliyani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408034', 'Ryrin Mainitasari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408035', 'Sindi Eka Tama', 2014, 'DIII Kebidanan', 'DIIIKEB', 'Way Sindi, 21 maret 1996', 'Ema Wati', '', '', '089679404450', 'sindieka27@gmail.com', '0', '6', 'A'), ('140408036', 'Siti Rahmawati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408037', 'Sri Rahayu', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408038', 'Susilo Neli', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408039', 'Syafitriani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408040', 'Theresia Fajar P', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408041', 'Vita Ratna Sari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408042', 'Widiya Elsah Munalisah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408043', 'Ziadatu Rahmi', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408044', 'Abella Saskya', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408045', 'Alifa Devi', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408046', 'Andini Rizkia Nofani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408047', 'Dedek Dwi Darmawati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408048', 'Devi Kurniawati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408049', 'Dewi Suryanah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408050', 'Dilla Anggraini', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408051', 'Dinna Rorensyah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408052', 'Eka Pratiwi Putri', 2014, 'DIII Kebidanan', 'DIIIKEB', 'muaradua 1 juni 1996', '', '', '', '081295956065', '', '0', '6', 'B'), ('140408053', 'Ela Oktafia', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408054', 'Endang Purwaningsih', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408056', 'Fitri Andriani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408057', 'Fitria Wati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408058', 'Harmita Cahyani Putri', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408059', 'Hekma Yunita', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408060', 'Huda Sholha', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408061', 'Iis Maisaroh', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408062', 'Karmila', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', 'file_1490948464.png', '6', 'A'), ('140408063', 'Linda Kinyang Sari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408064', 'Mailani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408065', 'Marliawati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408066', 'Ni Komang Ayu Astini', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408067', 'Nia Agustinah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408068', 'Nia Santika', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408069', 'Nurul Amira', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Solok, 11 Mei 1996', 'Nurmayeti', '', '', '', '', '0', '1', 'A'), ('140408070', 'Permata Syari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408071', 'Rasta Swandayani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408072', 'Ratih Handayani', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408073', 'Reni Agustina', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408074', 'Sabrina Sinaga', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408075', 'Safitri Sukmawati Ningsih', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408076', 'Sastri Rahmi', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408077', 'Septi Ayu', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408078', 'Siti Fauziah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408079', 'Sumantri', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408080', 'Vani Oktaviani Dewi', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408081', 'Vika Intan Damayanti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408082', 'Yernitalia Gulo', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408083', 'Yunita Sakinah Putri', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408084', 'Bekti Widiastuti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408085', 'Binti Lailatin', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408086', 'Dwi Pudji Lestari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408087', 'Irwanti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408088', 'Maryati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408089', 'Reni Febrianti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408090', 'Rina Kurniasih', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408091', 'Roland Sitinjak', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408092', 'Srikandi Pustokoweni', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408093', 'Sriyanti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408094', 'Suprapti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408095', 'Tetty Marlia', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408096', 'Tiarmauli', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408097', 'Tri Susanti', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408098', 'Wiwik Winarsih', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('140408099', 'Yumi Ermalina', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408100', 'Yuyum Rumyati', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408101', 'Zuraida', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408102', 'Zahrotun Asyarifah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408103', 'Ketut Dewi Tani Kusuma Sari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408104', 'Winda Juliana Sari', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408105', 'Sofa Marwah', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408106', 'Retno Damayanti Sutejo', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('140408107', 'Yosefina Somi Dasion', 2014, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150109001', 'Ahmad Munadian Yunadi ', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109002', 'Ahmad Sidiq', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109004', 'Debi Latifah Hanum', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109005', 'Dewinta Norhidayati', 2015, 'S1 Keperawatan', 'S1KEP', 'Palangkaraya 27 April 1997', 'Sri Ratna Dewi', '', 'Asrama : Jl. Husada VII No 103 B\nRumah : Jl. Syuhada \n', '081250151807', 'dewinta3556@gmail.com', '', '6', 'B'), ('150109006', 'Farihin', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109007', 'Fernanda Adi Nugraha Pratama', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109008', 'Fiqih Ibnuansyah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109009', 'Irwan Aditya Putra P', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109010', 'Jordy Syahfana Budiman', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109011', 'Lilis Karlina', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109012', 'M. Rizki Kurniawan', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109013', 'Malik Hambali', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109014', 'Marisa', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109015', 'Muhamad Reza', 2015, 'S1 Keperawatan', 'S1KEP', 'jakarta 28 12 1996', 'mardiah', '', '', '', 'mreza6785@gmail.com', '0', '6', 'A'), ('150109016', 'Normansyah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109017', 'Riska Anggita Putri', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109018', 'Rita Saputri', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109019', 'Rizka Octaviani', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109020', 'Sandrian Shahrial', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109021', 'Septri Desi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109022', 'Syarif Abidin', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109023', 'Syifa Nur Rohmah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109024', 'Tiara Rahmawati', 2015, 'S1 Keperawatan', 'S1KEP', 'Jakarta,20 Maret 1996', '', '', '', '', 'Tiararhm20@yahoo.com', '0', '6', 'B'), ('150109025', 'Topan Chaves Hidayat', 2015, 'S1 Keperawatan', 'S1KEP', 'Tanjung Jarianagu,29 juni 1997', 'KARMILA', '', '', '082350443202', 'topan.ch@gmail.com', '0', '6', 'B'), ('150109026', 'Wiji Asih', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109027', 'Yupi Sita Defi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109028', 'Yustina', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109029', 'Anisa Fadila', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109030', 'Berpomandi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109031', 'Cahudi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109032', 'Cucum Kulsum', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109033', 'Debi Hastura', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109034', 'Dhiki Arief Hidayat', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1489027340.jpg', '6', 'B'), ('150109035', 'Dwiana Faskalia Giatg', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109036', 'Enjang Mulyadi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109037', 'Evi Yulistina', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109038', 'Febby Fransiska', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109039', 'Hasanah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109040', 'Hebryo Arian Anugrah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109041', 'Heronimus Rum', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109042', 'Indah Gayuh Prestanty', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109043', 'Irmawaty', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109044', 'Kiki Kurniati', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109046', 'Mastur', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109047', 'Mawarti Tri Kusumaningrum', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109048', 'Mimi Jamilah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109049', 'Morthen Chris Hansen', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109051', 'Neneng Hasanah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109052', 'Novi Era Natalia', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109053', 'Nunung Nurhayati', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109054', 'Nurafni Apriliyanti', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109055', 'Paulus Heri', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109056', 'Petrus Timbang', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109057', 'Pianus Heri', 2015, 'S1 Keperawatan', 'S1KEP', 'Teabags, 17-08-1992', '', '', '', '', '', '', '6', 'A'), ('150109058', 'Rita Zahara', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109059', 'Safitri Sari', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109060', 'Septyaningtyas Tri Hendras', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109061', 'Sinles Sitompul', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109062', 'Sri Rahayu', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109063', 'Yenimar', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109064', 'Emsuarni', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109065', 'Haryani', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109066', 'Ika Kartika', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109067', 'Netti Herawati', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109068', 'Aliya Sudri', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109069', 'Annisa Asterina', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109071', 'Charles Saputra', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109072', 'Dahlan Nurhamid Suparman ', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109073', 'Dani Ramdan', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109074', 'Dwi Retno Septyorini', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109075', 'Erwan Citra Lawasa', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109076', 'Fauzan Saputra', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109077', 'Heri Purnomo', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109078', 'Irvan Sofyan', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109079', 'Kamma L Limbong', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109080', 'Kuswati', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109081', 'Linda Mala', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1519390280.png', '6', 'B'), ('150109082', 'Marhaeni', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109083', 'Maria Ulfa Mohi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109084', 'Melpa Derasi Arisandi S', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109085', 'Misyatun', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109086', 'Neni Rohaeni', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109087', 'Pandu Prayoga', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109088', 'Rahmat', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109089', 'Rizki Veroniza', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109090', 'Selvina Yunita', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109091', 'Siti Amini', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109092', 'Siti Isaroh', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109093', 'Sopiyan Hadi', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109094', 'Sumarnah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109095', 'Tri Purwanti', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109096', 'Uun Uliyah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('150109097', 'Yogi Hidayatullah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109098', 'Yuliska Oktaviana', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109099', 'Yunita', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109100', 'Kuary Nyunarsyah GD', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109101', 'Tedi Septian', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109102', 'Tofan Fatullah', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109103', 'Siska Fitriana', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109104', 'Florence Mediwati Ziliwu', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150109106', 'Muhammad Fahmi Arif', 2015, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('150213008', 'Fitri Anisa', 2015, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('150320001', 'Adjie Iswara', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320002', 'Adtria Putri', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320003', 'Agus Setiawan', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320004', 'Aji Wiyatma', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320005', 'Anggy Pratiwi', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320006', 'Aries Ridhwan Ridho', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Brebes 26-05-1994', 'Siti Rokhaniyah', '', '', '085775567145', 'ares.alldista26@gmail.com', '0', '1', 'B'), ('150320007', 'Arif Wicaksono', 2015, 'DIII Keperawatan', 'DIIIKEP', 'cempaka nuban, 19 januari 1997', 'sulis kusumawati', '', '', '089632489194', '', '0', '6', 'B'), ('150320008', 'Ariska Kusuma Putri', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Tegal 19 Juli 1997', '', '', 'Taman Kintamani Blok I7 No 3 Rt 3 RW 08', '089609947567', 'Ariskak32@gmail.com', 'file_1484310336.jpg', '6', 'B'), ('150320009', 'Aulia Rofikoh', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320010', 'Ayu Lestari', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320011', 'Ceny Widyastuti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1511702150.jpg', '6', 'A'), ('150320012', 'Cindy Mey Saro', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Reno Basuki,06 mei 1997', 'Sujinah', '', 'Desa Reno Basuki Rb 3 dusun IV Kec. Rumbia Kab. Lam-Teng Prov. Lampung', '082281631843', '', '', '6', 'A'), ('150320013', 'Detia Hersa Zein', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320014', 'Devia Maulana Putri', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320015', 'Diah Utami Palupi', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320016', 'Dina Destika Sari', 2015, 'DIII Keperawatan', 'DIIIKEP', 'wayakrui, 05 Desember 1997', '', '', '', '', 'dinadestikasari@gmail.com', '', '6', 'A'), ('150320017', 'Diniatul Alawiyah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320018', 'Ema Pasha Harianti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320019', 'Eva Kurnia Sari', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320020', 'Fransistia Puspita Ningrum', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320021', 'Gatot Subroto', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320022', 'Gea Fitriani Effendi', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320023', 'Hernani Widiastuti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320024', 'Husnul Chotimah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320025', 'Imarotul Aulia', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi, 12 Agustus 1997', 'Marsih', '', 'Kp. Rawa Bogo jl.Selatan 7 No.9', '', 'Imartlaulia@gmail.com', '0', '6', 'B'), ('150320026', 'Kamelia Maudidayani', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320027', 'Karlina', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320028', 'Lia Purwanti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320029', 'Lina Putri Yana', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320030', 'Lusi Andriani', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320032', 'Muhamad Hasan Hariri', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320033', 'Niken Widiyowati ', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320034', 'Noka Ayu Putri Liana', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320035', 'Novia Pratmayanti A', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Banyumas, 28 November 1997', 'Rohyati', '3175066811971002', 'Jl. DR KRT Radjiman Widyodiningrat Kp. Rawa Badung Rt 005 Rw 07 No.66 Kel. Jatinegara Kec. Cakung Jakarta Timur-13930', '082298715043', 'noviapratmayanti@gmail.com', '0', '6', 'A'), ('150320036', 'Novie Wahyu Artanty', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320038', 'Okta Sedya Rini', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320039', 'Oktaris Kurniawan', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320040', 'Putri Lestari', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320041', 'Reza Amelia', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320042', 'Ria Puspa Wardani', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320043', 'Riri Andia Lestari', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Majalengka, 07 Januari 1996', 'Yayah Dariah', '', 'Kmp Mananti RT 07/14 Desa Margajaya, Kec. Lemahsugih, Kab. Majalengka, 45465', '081322362283', 'ririandial@gmail.com', '', '6', 'A'), ('150320044', 'Ryan Dery Rynaldo', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320045', 'Sany Oktavia Hutagaol', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320046', 'Selvi Winda Sari', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320047', 'Sidiq Pramono', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320048', 'Suharsono', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320049', 'Sulthan Shalahuddin A', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320050', 'Suryaningsih', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320051', 'Syifa Fauziah Nurahmah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320052', 'Tamara Makarim', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320053', 'Tintana Finalia', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320054', 'Yashinta Regista Octaprianti', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi , 7 oktober 1997', 'iis rohayati S.pd', '', '', '', 'yashintaregista90@gmail.com', 'file_1490238868.png', '6', 'B'), ('150320055', 'Yossi Rahmadani', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1484313656.jpg', '6', 'B'), ('150320056', 'Yuli Santika', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320057', 'Yulia Nurkarmilah', 2015, 'DIII Keperawatan', 'DIIIKEP', 'bekasi, 13 juli 1997', 'sri fitriani', '', 'Babelan rt 22/03 Ds.Babelan kota Kec.babelan', '', 'yuliakamilayk@gmail.com', 'file_1484058733.jpg', '6', 'B'), ('150320058', 'Yulia Sari', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320059', 'Acih Suharti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320060', 'Ade Mahendra', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320062', 'Agung Putra', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320064', 'Desy Erlina', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320065', 'Hurairoh', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320066', 'Iwan Sugiarta', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Kulonprogo, 06oktober1987', 'Suyami', '3401020610870001', 'Kuwirun 008/009,kulwatu,wates,kulonprogo,yogyakarta', '+6287870786858', 'Iwansugiarta577@gmail.com', '0', '6', 'A'), ('150320067', 'Joko Ariyanto', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320068', 'Lilis Juju', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320069', 'Magdalena Pasaribu', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320070', 'Mantih', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320071', 'Maria Yuniani', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320072', 'Mariyah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320073', 'Peni Setiawati', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320074', 'Pujo Wahyu Nugroho', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320075', 'Wasikin', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320076', 'Yusron', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320077', 'Zuraidah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320079', 'Agnes Elpina Togatorop', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320080', 'Andini Dwi Pangesti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320081', 'Ariyanti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320082', 'Diarti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320084', 'Efrita Reni', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320085', 'Endang Sri Sugiarti', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320086', 'Erlina Putri Anggraeni', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320087', 'Herni Nurhayati', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320088', 'Icih Suniarsih', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320089', 'Junaedi Abdillah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320090', 'Mulyani', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320091', 'Muntingan', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320093', 'Resti Marpaung', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320094', 'Rizki Rahmawati', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320095', 'Rosida Sidabutar', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320096', 'Secring Rosdiana', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320097', 'Siti Maemunah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320098', 'Siti Saidah', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320099', 'Sulistianingsih', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320100', 'Sumini', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320101', 'Supiyati', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320102', 'Surani Anastasia', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320103', 'Tangguh Panji Saputra', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320104', 'Tika Wanda', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320105', 'Titin Sumarni', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320106', 'Wiwin Kurniawati', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320107', 'Yulianingsih', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('150320108', 'Rooslenny Erida Epitriana', 2015, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320109', 'Frans Junaedi', 2015, 'DIII Keperawatan', 'DIIIKEP', 'Jakarta June 1st 1973', 'Mysnawaty', 'Muchlis MS', 'Delima 3 no 11A,Harapan Baru 1,Kota Baru bekasi-Barat', '08159519257', 'fjunaedi@jisedu.or.id', '0', '6', 'B'), ('150320110', 'Bayu Choirul Umam', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320111', 'Pranedya Pratama', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150320112', 'Putri Kurniasari', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('150409001', 'Adelia Putri Arifin', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409002', 'Agustina', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409003', 'Ajeng Marita Fajarani', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409004', 'Alviani Putri Priliana', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409005', 'Attikah Suri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409006', 'Azlia Dzikro Fitria', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409007', 'Dewi Miranda Saputri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'); INSERT INTO `tbl_mahasiswa` (`nim`, `nama_mahasiswa`, `angkatan`, `jurusan`, `kelas_program`, `ttl`, `ibu_kandung`, `nik`, `alamat`, `phone`, `email`, `foto`, `status`, `kelas`) VALUES ('150409008', 'Diah Ayu Lestari', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409009', 'Erisa Safitri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409010', 'Fitri Nur Khoiriyah', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Serang 05 OKTOBER 1996', 'Sumarsih', '', 'jln.swadaya kubah putih pondok gede. depkes 1 husada VII 103B', '089503503762', 'fitrinurkhoiriyah51@gmail.com', 'file_1489636005.jpg', '6', 'A'), ('150409011', 'Fitrianingsih', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Pemalang,13 Mei 1994', 'Khuriah', '', 'Komple Depkes 1 jalan Husada 3 no 144', '089690013690', 'Fitrianingsih786@gmail.com', 'file_1487035876.png', '6', 'A'), ('150409012', 'Hanif Dian Utami', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409013', 'Indah Dwi Lestari', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409014', 'Inten Sari Dewi', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409015', 'Kadek Milanita', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409016', 'Lala Siti Nursila', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409017', 'Linda Agustina', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409018', 'Mita Lusiana Nurafni', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409019', 'Mukhlisa Dinny Zumaroh', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409020', 'Nesti Nour Aulia', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409021', 'Ni Nyoman Adhitiya Pratiwi', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409022', 'Nia Anggraini', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409023', 'Pegy', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409024', 'Radyan Rifka Pramanik', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409025', 'Reka Febrian Marta', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409026', 'Reni Utami', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409027', 'Ria Rosyida', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Jakarta, 30 Oktober 1996', 'Sugiyem ', '', '', '081511178479', 'riarosyida30@gmail.com', 'file_1518185557.jpg', '6', 'A'), ('150409028', 'Ridha Septyanawati', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409029', 'Ririn Ayu Maretha', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409030', 'Rulita Meilani Putri', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Tanjung karang, 03 juni 1997', 'Rita herleni', '', '', '085378262672', 'rulitameilaniputri@gmail.com', 'file_1507632149.jpg', '6', 'A'), ('150409031', 'Safitri Ani', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409032', 'Serly Yulita Viana', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409033', 'Siti Nurjanah', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409034', 'Sri Rahayu', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409035', 'Siti Raudaton Nisa', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409036', 'Suciati', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Karang Anyar, 15 Oktober 1996', 'Nawati', '', '', '', 'Suciati432@gmail.com', '0', '6', 'B'), ('150409037', 'Syifa Uka', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409038', 'Titin Supriani', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409039', 'Tiya Restiyanti', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409040', 'Veronika Thania Stevani', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', 'file_1489457687.jpg', '6', 'B'), ('150409041', 'Wenny Anggraeni Rozaly', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409042', 'Aisyah Pratiwi Paays', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409043', 'Ambar Sari', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409044', 'Anisa Ayu Riska Handoko', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409045', 'Aprilia Eka Putri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409047', 'Diah Novia Rachmawati', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409048', 'Dina Mariana', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409050', 'Heni Pradita Kurniawati', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409051', 'Ida Istiqomah', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409053', 'Isnaini Fitriana', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409054', 'Istiqomah', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409055', 'Lina Nur Fauzi', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409056', 'Linda Juwita', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409057', 'Lulu Oktavianti', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409058', 'Maria Rahayu', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409059', 'Marzalena', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409060', 'Mery Susanti', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409061', 'Novah Safitri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409062', 'Novika Mahalia Herwan', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409063', 'Nur Dewi Utari', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409064', 'Renty Kelaudia Keke', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409066', 'Rica Wulandari', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409067', 'Risma Rabiah Safitri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409068', 'Rohma Sari', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Kerbang tinggi, 25 oktober 1996', 'Nurlela', '', 'Bangun negara, kec. Pesisir selatan, kab. Pesisir barat, prov. Lampung', '082184029659', 'rohmasari_nusirwan25@yahoo.com', '', '6', 'A'), ('150409069', 'Rohmah', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409071', 'Rosalinda', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409072', 'Rukmini', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409073', 'Ruth Hosianna Simanjuntak', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409075', 'Suryani Warnangan', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409076', 'Sutriani', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Desa sebaho 25-12-1996', 'Yustina', '', '', '081289716368', '', 'file_1486609656.jpg', '6', 'A'), ('150409077', 'Syarifah Nabilla', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409078', 'Tirsa Julianti Putri', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409079', 'Veti Fatmasari', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409080', 'Wayan Rita Deviyanti', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Way Seputih, 02 Mei 1997', 'Made Suryani', '', '', '+6281281377787', 'wayanritadeviyanti@gmail.com', '0', '6', 'A'), ('150409081', 'Widanti Mega Pratiwi', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Bekasi, 04 Desember 1997', 'ISMIYATI', '3275024412970021', 'JL. H. Umar no. 147 Rt 01/18 Jakasetia, Bekasi Selatan', '089628473797', 'mega.pratiwi993@gmail.com', 'file_1490109852.png', '6', 'A'), ('150409082', 'Ida Ryani', 2015, 'DIII Kebidanan', 'DIIIKEB', 'Indramayu', 'Satji astuti', '', 'Puri gading blok c5 no14 pondok gede bekasi', '081288956914', 'Ida.ryani@rocketmail.com', '', '6', 'A'), ('150409083', 'Ita Muswita', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('150409084', 'Marsini', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409085', 'Nurlaila', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409086', 'Renta Siahaan', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409087', 'Sri Reni', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150409088', 'Yulia', 2015, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('150504001', 'Afni Susanti', 2015, 'NERS', 'NERS', '', '', 'dfdf', '', '', '', 'file_1481938646.jpg', '6', 'B'), ('150504002', 'Agus Ismail', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504003', 'Ainal Mardhiah', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504004', 'Cahya Purwadani', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504005', 'Cecep Takyudin Abu Bakar', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '3', 'A'), ('150504006', 'Deni Haryanto', 2015, 'NERS', 'NERS', 'Prabumulih 22091980', 'Titin sumarni', '31720222209800003', 'Komplek ardini 1 no 4 pondok gede bekasi', '082110966125', 'Tsari335@gmail.com', '0', '6', 'A'), ('150504007', 'Dodimus', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504008', 'Dodi Manurung', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504009', 'Evi Rosilawati', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504010', 'Ena Kristina', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504011', 'Emil Dayusdarta', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504012', 'Fitri Riyani', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504013', 'Fallynda Feiby Umboh', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504014', 'Gloria Renanda', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504015', 'Iwan S Purba', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504016', 'Iyus Rosita', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504017', 'Merita Basril', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504018', 'Naomi Donna Shinta', 2015, 'NERS', 'NERS', 'Jakarta,22-08-1976', 'LM Hutauruk SE,Mth', '', '', '081283053488', 'naomi.ds76@gmail.com', '0', '6', 'A'), ('150504019', 'Nia Sonia', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504020', 'Nyoto Waryono', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504021', 'Nurlenah', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504022', 'Oyan Hermanto', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504023', 'Pidana', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('150504024', 'Rebecca Widya', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504025', 'Rosjepti Purba', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504026', 'Rosmida Ganda Meri', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504027', 'Sang Ayu Yesti Eka Yani', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504028', 'Simon Bestur Gultom ', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504029', 'Sri Cahyohadi', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504030', 'Suhari', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504031', 'Sulastri', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504032', 'Susi Marni Saragih', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504033', 'Taruli Simbarani', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504034', 'Uswatun Hasanah', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504035', 'Vera Veronica Dayanti', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('150504036', 'Yuyun Yunaningsih', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160110001', 'Adhi Susiawan Andeki', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '4', 'A'), ('160110002', 'Ana Marlianasari', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110003', 'Andika Bagas Ilhami', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110004', 'Anisa Fitri', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1495352997.jpg', '6', 'B'), ('160110005', 'Bagus Pratama Putra', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110006', 'Bobby Fernando', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1486997174.jpg', '6', 'B'), ('160110007', 'Chaerani Nur Hafizah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110008', 'Deska Prahasta', 2016, 'S1 Keperawatan', 'S1KEP', 'Bekasi, 06 Desember 1997', 'Tiwi Lestari', '3216090612970009', 'Kp. Tanah Baru Rt02/02 Ds. Karang Baru Kec. Cikarang Utara Kab. Bekasi', '081280224915', 'deskaprahasta@gmail.com', '0', '6', 'B'), ('160110009', 'Elza Ferasari', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110010', 'Fitri Dwi Aryani', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110011', 'Hena Guna Oktaviani', 2016, 'S1 Keperawatan', 'S1KEP', 'Purwakarta, 12 oktober 1998', 'Wawat Herawati', '', 'Kp.Kaum Rt 05/02 kec.plered kab.purwakarta provinsi jawa barat', '087805327103', '', '0', '6', 'A'), ('160110012', 'Hironimus Wanggur', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110013', 'Intan Fachria Septiana', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1486803014.jpg', '6', 'A'), ('160110014', 'Karina Oktavia', 2016, 'S1 Keperawatan', 'S1KEP', 'Boyolali, 23 Oktober 1998', 'Karsi', '', '', '082221808584', 'Karinaoktavia832@gmail.com', 'file_1510490359.jpg', '6', 'A'), ('160110015', 'Kristin Desviria', 2016, 'S1 Keperawatan', 'S1KEP', 'Tbg.boloi 03 desember 1998', 'LAMEY', '', 'Jln.antang kalang 1 No.04 Blok.A Kalimantan Tengah', '0821532564', '', '', '6', 'A'), ('160110016', 'Lailatul Istiqomah', 2016, 'S1 Keperawatan', 'S1KEP', 'jakarta, 10-03-1998', 'munani', '', 'Jalan SMU 48, Gang Masjid Al-khoiriyah Rt.011/01/01\nKel.Pinangranti/Kec.Makasar', '083870763737', 'lailatulistiqomah10@yahoo.com', '', '6', 'A'), ('160110017', 'Leni Susanti', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110018', 'Lia Seviliani', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110019', 'liana', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110020', 'Mega Ayu Putri', 2016, 'S1 Keperawatan', 'S1KEP', 'Sukabumi, 26-Februari-1998', '', '', '', '', '', 'file_1511682479.jpg', '6', 'A'), ('160110021', 'Mei Centi Purnama Sinta', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110022', 'Nia Anggraini', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110023', 'Reniyanti', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110024', 'Rizki Rahmawati', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', 'file_1486789992.jpg', '6', 'A'), ('160110025', 'Rizkina Yulianti', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110026', 'Siti Rohani', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110027', 'Teguh Ilham Habibi', 2016, 'S1 Keperawatan', 'S1KEP', 'Purwakarta, 22 maret 1998', '', '', '', '', '', '', '6', 'B'), ('160110028', 'Verapurna Ningwulan', 2016, 'S1 Keperawatan', 'S1KEP', 'barito timur, 05 Okt 1998', '', '', '', '082353365066', 'verapurna05@gmail.com', 'file_1489347726.jpg', '6', 'B'), ('160110029', 'Vini Eliawati Putri', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110030', 'Winda Lestari', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110031', 'Miranda Eko Putra', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110032', 'Audra Moudy Shinta Dewi', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110033', 'Aneu Syamsiah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110034', 'Anita', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110035', 'Debora Joice Yantio', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110036', 'Dede Akhirudin', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110037', 'Desy Rat Nasari', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110038', 'Dewi Supriyatin', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110039', 'Ecka Kristiana', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110040', 'Emih Nurjanah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110041', 'Fadhliatul Asra', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110042', 'Feberman Laia', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110043', 'Firdaus Yoga Yosua Natalius', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110044', 'Fretty', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110045', 'Handayani', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110046', 'Hasto Wasisantoro', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110047', 'Ikah Rafikah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110048', 'Indah Susilowati', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110049', 'Komariah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110050', 'Makbulah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110051', 'Margareta Rangga Bela', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110052', 'Melour Hutapea', 2016, 'S1 Keperawatan', 'S1KEP', 'gebang 11 mei 1972', 'T.napitupulu', '3171070202090060', 'jalan. karet pasar baru timur 5 no 31 rt 017/rw karet tengsin. jakarta pusat', '081383498661', 'melurhutapeaII@yahoo.com', '0', '6', 'B'), ('160110053', 'Nurlaela Puspita Ningrum', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110054', 'Parlin Jaya Siallagan', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110055', 'Rismayani', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110056', 'Rustam Effendi', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110057', 'Siti Hawa', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110058', 'Siti Triastuti', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110059', 'Suprapto', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110060', 'Syahrial', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110061', 'Tiarma Uli Sipayung', 2016, 'S1 Keperawatan', 'S1KEP', 'P.Siantar 13 maret 1983', 'Ny Tiodora silaban', '3275025303830041', 'Jln cibening Bintara Jaya III no 51 bintara jaya.bekasi barat', '081315617003', 'tiarmauli.20@gmail.com', '0', '6', 'B'), ('160110062', 'Titin Suhaeni', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110063', 'Yasmin Sungkar', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110064', 'Siti Nurhaeni Hasnah', 2016, 'S1 Keperawatan', 'S1KEP', 'Jakarta, 30 Januari 1979', 'Endang Susilowati', '3174047001790001', 'Jl. Raya Lenteng Agung. Gg. Langgar. 004/03. No: 56. Kelurahan: Kebagusan. Kec : Pasar Minggu. Jak-Sel. 12520', '0896-5278-2665', 'sitinurhaenihasnah@gmail.com', '0', '6', 'A'), ('160110065', 'Rudi Hartono', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110066', 'Umdatul Hasanah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110067', 'Hendro', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110068', 'Juspika', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110069', 'Ira Lamtiur Panjaitan', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110070', 'Angel Berta Fau', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110071', 'Iche Stefani Sitohang', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110072', 'Nola Cindi kristina', 2016, 'S1 Keperawatan', 'S1KEP', 'padang,09 Maret 1987', 'roslida pasaribu', '1706014903870001', '', '085268371367', 'nola_sihombing@yahoo.co.id', '0', '6', 'A'), ('160110073', 'Lastriniwati Hutosit', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110074', 'Sri Baeti Janati', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160110075', 'Rahmawati', 2016, 'S1 Keperawatan', 'S1KEP', 'Bekasi 22 juni 1983', 'hz. Maswah', '3216056206830007', 'Perum Cluster Alamanda Blok W6/30 Rt 001 Rw 023 kelurahan Karang satri kecamatan tambun utara Kabupaten Bekasi', '085717969698', 'rahmawati123405@gmail.com', '0', '6', 'A'), ('160110076', 'Roni Kurniawan', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110077', 'Achmad Rifaie', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110078', 'Tuti Alawiyah', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110079', 'Ketut Dana', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110080', 'Ketut Ponar Bawa', 2016, 'S1 Keperawatan', 'S1KEP', 'bali 26 oktober 1997', 'ni loh sridani', '', 'i ketut punar bawa', '081366338474', '', '', '6', 'B'), ('160110081', 'Firnandes', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110082', 'Arisman Vebtinus Ndruru', 2016, 'S1 Keperawatan', 'S1KEP', 'Hiliuso, 08-02-1993', 'Fatisa Zebua', '3275040802930011', 'Jalan Taman Kayu Ringin No. 08\nRt/Rw 002/024 kel/desa Kayuringin Jaya \nKecamatan Bekasi Selatan', '081362394221', 'arismanvebtinus99@gmail.Com', '0', '6', 'B'), ('160110083', 'Yulisiana', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110084', 'Semuel Ratulangi', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110085', 'Yepril Yentonius', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110086', 'Yusni Perawati S', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110087', 'Fuji Freny Cassandra', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110088', 'Gunawan Supriyanto', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110089', 'Mahung', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('160110090', 'Sadarudi Halawa', 2016, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('160214001', 'Aditya Wulandari', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214002', 'Agustina Bonai', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214003', 'Sri Yati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214004', 'Anna Suzana', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214005', 'Miftahul Khoiriyah', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214006', 'Antina Rosita Sihombing', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214007', 'Aprita Nadya Pertiwiningrum', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214008', 'Ariyati Perlina Tamba', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214009', 'Sapiah', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214010', 'Chandra Theresia Lolonlun', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214011', 'Datun Ismiyatun', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214012', 'Depi Sri Rahayu', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214013', 'Desi Anwar', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214014', 'Yuyun Yuningsih', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214015', 'Diana Milasari', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214016', 'Dina Fitriani', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214017', 'Dini Fitriani', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214018', 'Dita Oktaviana', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214019', 'Dwi Yuliastuti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214020', 'Sudarwanti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214021', 'Elmida Hernawati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214022', 'Susanti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214023', 'Ulantika Irmaya', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214024', 'Evi Ratnasari', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214025', 'Faridah', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214026', 'Fitria', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214027', 'Veni Widiawati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214028', 'Fitria Wahyuni', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214029', 'Friday Nadeak', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214030', 'Sayu Kadek Setiawati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214031', 'Ana Fauzia', 2016, 'DIV Kebidanan', 'DIVKEB', 'purwakarta 10 juli 1994', 'fatimah', '3214035007940003', 'Kp.ciganea Rt/Rw 009/003, desa mekargalih kecamatan jatiluhur', '085219472875', 'annafauzia94@gmail.com', '0', '6', 'A'), ('160214032', 'Lilis Lismawati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214033', 'Ismi Khoirunnisa', 2016, 'DIV Kebidanan', 'DIVKEB', 'Bekasi', 'Maryam', '', 'Kp.Pomahan bulak Rt/rw 001/008 desa. Setia mulya kec. Tarumajaya kab.bekasi Jawa barat', '', 'ismikhoirunnisa@yahoo.co.id', '', '6', 'A'), ('160214034', 'Kaharni Apriyanti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214035', 'Lasmaria Fransiska S.', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214036', 'Lilis', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214037', 'Lintang Andari Putri Nuraini', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214038', 'Listia Siti Salamah', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214039', 'Linda Agustina', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214040', 'Maria Dewi Mettasari Runtu', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214041', 'Maya Nurikawati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214042', 'Media Etronika', 2016, 'DIV Kebidanan', 'DIVKEB', '18-5-1991', 'Refniwati', '', 'Perumahan duta kranji blok B jl merpati 3 no 221A', '085710070065', 'memeykittcy@gmail.com', '0', '6', 'B'), ('160214043', 'Mesra Sinaga', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214044', 'Susilawati Marpaung', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214045', 'Wulansari', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214046', 'Wulan Ardhika', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214047', 'Ngatiyem', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214048', 'Laelatul Fitriah', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214049', 'Novi Yuliyanti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214050', 'Windy Rahayu', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214051', 'Nurmayanti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214052', 'Adila Silvia', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214053', 'Ratna Elsera Br Bangun', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214054', 'Pratiwi Rosaliani', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214055', 'Pebriana Noverita A.N', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214056', 'Winda Sari', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '0', '6', 'A'), ('160214057', 'Wartini', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214058', 'Ratih Purwaasih', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214059', 'Wanti Nuraeni', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214060', 'Ria Efilia', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214061', 'Anggita Widiyanti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214062', 'Vivi Novianti', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214063', 'Rohayati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214064', 'Nurita Simanjuntak', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214065', 'Selpia Herwinda', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214066', 'Yohana Pigome', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214067', 'Sri Rahayu Ningsih', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'A'), ('160214068', 'Thifani Dyanti Khoto', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214069', 'Salma Kaliwa', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214070', 'Sri Zelva Basir Putri', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214071', 'Syntia Rahmatunnisa Muwandi Putri', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214072', 'Tati Trisnawati', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214073', 'Trisna Lusiana Siburian', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214074', 'Tsara Tsurayya', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214075', 'Megawati Sukarman', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214076', 'Barbalina Naomi Novere', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214077', 'Rabaniati R.', 2016, 'DIV Kebidanan', 'DIVKEB', '', '', '', '', '', '', '', '6', 'B'), ('160214078', 'Supriyanti', 2016, 'DIV Kebidanan', 'DIVKEB', 'Semarang,28 April 1979', '', '', 'Jln. Morgo Pantai Kota Lama Nabire-Papua', '085244664415', 'Yanti0428@gmail.com', '0', '6', 'B'), ('160321001', 'Alya Nurhidayati Aziza', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321002', 'Annisah Hoiriah Rahmawati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321003', 'Asep Hasbullah Jauhari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321004', 'Berta Intan Kurnia Dewi', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321005', 'Dede Yani Rahmawati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1495427644.jpg', '6', 'A'), ('160321006', 'Doni Maulana', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321007', 'Dwi Puji Lestari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321008', 'elis rismayanti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321009', 'Gitta Sukma Pratiwi Ginting', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321010', 'Herdiansyah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321011', 'I Gede Arya Susanto', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321012', 'Ika Nurhakiki', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321013', 'Ilma Lia Komalasari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321014', 'Imas Komalasari ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321015', 'Lisa Nurhawa Emilia', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321016', 'Livia Eka Putri', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi, 11 april 1998', 'Hj.patimah', '', 'Jln.bintara 4 rt 01 rw 01 no 42', '081286219266', 'Lifiaekaputri72@gmail.com', '', '6', 'A'), ('160321017', 'Maharani Nur Fijri', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1495541951.png', '6', 'A'), ('160321018', 'May Chrisdiana', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321019', 'Nodena Ulibasih Samosir', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi, 19 november 1997', '', '', '', '', '', '', '6', 'B'), ('160321020', 'Norhamidah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321021', 'Nur Fadila Turohman', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321022', 'Ramdani Akbar Suherfian', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Bogor,03 January 1998', 'SUHERMI', '', 'Jawa barat.Kab,bogor,ciomas,TAMAN PAGELARAN Block D 10 / No 5,rt 002\\rw 011 . ', '', 'rasuherfian@gmail.com', '', '6', 'A'), ('160321023', 'Rizky Dwi Anugrah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321024', 'Robingul Husna', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321025', 'Sherly Lestari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321026', 'Sinta Andriane', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321027', 'Tia Erlinawati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321028', 'Yayu Rahmawati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321029', 'Yovie Dwi Permana', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321030', 'Yuliandini Anisa Pratiwi', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321031', 'Gandhi Yuda Wijaya', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321032', 'Sari Wulandari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321033', 'Moh. Syaiful Munip', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321034', 'Ni Putu Devy Setiawati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321035', 'Bernadus', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321036', 'Syarifaturosita', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321037', 'Dhea Devi Maharani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321038', 'Rina Amelia', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1511692680.jpg', '6', 'B'), ('160321039', 'Lastri Ayu Pratama', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321040', 'Rola Anggreni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321041', 'Muhamad Arta Yoga Pangestu', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321042', 'Rida Andayani', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi,26 November 1996', 'Farida Lestari', '', '', '', 'rida.andayani@yahoo.com', '0', '6', 'B'), ('160321043', 'Muhammad Barokah Adimiharja', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321044', 'Rosalia Nopita', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321045', 'Bimbi Tigas Gamalama Kasman', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321046', 'Riz''ah Aulia', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321047', 'Shofa Risqiana', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321048', 'Ayu Sapitri', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321049', 'Widya Rohwati Rizky Lestari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321050', 'Ridha Octaviani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321051', 'Maulana Ichsan', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321052', 'Eka Mei Epi Purwanti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321053', 'Ena Romika', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321054', 'Sekar Tansih Mumpuni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321055', 'Silvy Yolanda ', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Jakarta, 23 JULI 1998', 'Djulijah', '3216066307980011', 'Perum Mekarsari Permai II Blok C-7 no.14 RT.004/009', '089623838186', 'jupesilvi@gmail.com', '0', '6', 'A'), ('160321056', 'Fitri Agustini', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321057', 'Ayu Aryuni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321058', 'Rani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321059', 'Halfia Nur Fadilah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321060', 'Hartesa', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321061', 'Kunti Dewi Ardyani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321062', 'Teti Endang', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321063', 'Fitria Ulansari', 2016, 'DIII Keperawatan', 'DIIIKEP', 'way sindi,11April 1998', 'lela fauza', '_', 'lampung barat ', '083875330313', 'Fitriaulansari@.gmail.com', '0', '6', 'B'), ('160321064', 'Siti Nurbaiti Rohmah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321065', 'Suprehaten', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1511667393.jpg', '6', 'B'), ('160321066', 'Prayogi Santika Roka', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321067', 'Irfan Ruhiyat', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321068', 'Trya Bhakti Pertiwi Nur', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321069', 'Arrifa Dheanaswari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321070', 'Frensiska Mega Kumala', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321071', 'Siti Setiamah Hipida', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321072', 'Maudi Nur Rohmah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321073', 'Siti Aysah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321074', 'Asmarita', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321075', 'Samsul Bahri', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321076', 'Abdul Rosyid', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321077', 'Adies Dwi Andini', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321078', 'Agus ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321079', 'Ali Toat', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321080', 'Andi Mustofa', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321081', 'Ari Trisnaeni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321082', 'Bertua Krista Nainggolan', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321083', 'Danisworo', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321084', 'Debby Listiani', 2014, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321085', 'Denda Yogaswara', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321086', 'Dewi', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321087', 'Dian Nurlina', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321088', 'Doharni Simanjuntak', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321089', 'Fitri Handayani Surbakti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321090', 'Hendra Saputra', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321091', 'Hotmida Pangaribuan', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321092', 'Ismail', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321093', 'Jajang ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321094', 'Judi Hermanto', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321095', 'Kholifah', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Kulon Progo,21 Agustus 1976', 'Tinem', '3674066108760006', 'Pesona sasmita indah,jl.Pesona 2 no.50,RT 3 RW 4,Pamulang Barat,Pamulang,Tangerang Selatan', '081299144208', 'ifahkholifah2121@gmail.com', '', '6', 'B'), ('160321096', 'Kusmiyati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321097', 'Lailis Sjariefah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321098', 'Lilis Septiani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321099', 'Lina Kristianti ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321100', 'Lulu Bahriyati ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '0', '6', 'B'), ('160321101', 'Mohamad Riski Febriansyah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321102', 'Muhamad Ilham ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321103', 'Nurhasanah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321104', 'Nuryanti Rahayu', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321105', 'Pujianti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321106', 'Puput Ariyanti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321107', 'Putri Khoirina', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321108', 'Restu Indriati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321109', 'Rima Pujianto', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321110', 'Rina Nuraeni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321111', 'Riza Manzilah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321112', 'Saeful Rochman', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321113', 'Samsuludin', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321114', 'Sapril', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321115', 'Setiyanti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321116', 'Setiyo Budi Utomo', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321117', 'Sirun', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321118', 'Siti Annisa Bunga', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321119', 'Soleha', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321120', 'Sri Murni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321121', 'Sri Sayuti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321122', 'Sri Sumarni', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321123', 'Suhartini', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321124', 'Sukijah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321125', 'Sungkono ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321126', 'Suparman ', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321127', 'Suryowati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321128', 'Sutarsih', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Jakarta, 15 November 1971', 'Poniyem', '3173015511710010', 'Jl. H. Midi Cluster Puri Semanan Rt.013/002 No. C1 \nDuri Kosambi - Cengkareng, jakarta Barat 11750', '081295112314', 'aciica@gmail.com', '0', '6', 'B'), ('160321129', 'Tasman ', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Padang Panjang, 10 September 1973', 'Jasmaniar', '3674041009730002', 'Jln. Kihajar Dewantoro Gg.Parkit/musyawarah RT03/04 no74 kelurahan sawah kec.ciputat kota Tangerang Selatan', '082310112288 / 08968', 'tasmanbmy43@gmail.com', '', '6', 'B'), ('160321130', 'Tetti Santarina Simanjuntak', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321131', 'Tuti Indarayati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321132', 'Vebi Refatna', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321133', 'Warheti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321134', 'Wirfa Yardin', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321135', 'Yusi Marwiah Asih`', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321136', 'Andhi Yudhianto', 2016, 'DIII Keperawatan', 'DIIIKEP', 'NGAWI, 17 FEBRUARI 1973', 'SUTITAH', '3275091702730010', 'Komp.TNI AU Angkasa Puri\nJl,Mundu Blok A5 No.16 Jatimekar - Jatiasih\nBekasi 17422', '081286991198', 'andhi920@gmail.com', '0', '6', 'A'), ('160321137', 'Yulthaviati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321138', 'Susiyati', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321139', 'Chamisam Gusti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321140', 'Eva Mariani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321141', 'Cutiah Hartikah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321142', 'Ita Novitri', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321143', 'Siti Chuzaemah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321144', 'Pinkan Chintia Fajrin', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321145', 'Nilam Maulidia', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321146', 'Meri oktaviani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321147', 'Zafirah S', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321148', 'Fita Ayu Safitri', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321149', 'Ike Kartika', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321150', 'Ita Novita Asmi', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321151', 'Maryam', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321152', 'Santi Purwanti', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321153', 'Tetty Sianturi', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321154', 'Suripto', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'); INSERT INTO `tbl_mahasiswa` (`nim`, `nama_mahasiswa`, `angkatan`, `jurusan`, `kelas_program`, `ttl`, `ibu_kandung`, `nik`, `alamat`, `phone`, `email`, `foto`, `status`, `kelas`) VALUES ('160321155', 'Ratna Maryani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321156', 'Rudi Hartono', 2016, 'DIII Keperawatan', 'DIIIKEP', 'Banyumas, 30 - september - 1988', 'Rastem', '3172023009880015', 'Perum sarana indah residence blok C1/No.4. Rt 003/Rw 003 \nKalisuren - Tajur Halang, Kab. Bogor. ', '081311586836', 'roedy766@gmail.com', '0', '6', 'A'), ('160321157', 'M. Tamliko', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321158', 'Siti Nur Asri', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321159', 'Deden Suherman', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321160', 'Enuarsiah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321161', 'Tarbin', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('160321162', 'Adriana Sujani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321163', 'Nurmunawaroh', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321164', 'Yeni Puspitasari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321165', 'Isma Hiljanah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321166', 'Laksenda Apriani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321167', 'Evi Mariana Purba', 2016, 'DIII Keperawatan', 'DIIIKEP', 'JAKARTA 04-05-1982', 'S.MARPAUNG', '3175024405820018', 'Jl pemuda I Rt 001/002 rawamangun jakarta timur', '081385391676', 'evymariana1982@gmail.com', '0', '6', 'B'), ('160321168', 'Fitriah', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321169', 'Sudiharti Dwi', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321170', 'Suparman', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321171', 'Sugiyanto', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321172', 'Rosnawiani', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321173', 'Dewi Ratnasari', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160321174', 'Mohamad Amirudin', 2016, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('160410001', 'Ajeng Ayu Widiastuti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410002', 'Analia Eka Lestari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410003', 'Anisa Lestari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410004', 'Anisa Yolanda', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410005', 'Annisa Felistiana', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410006', 'Apriliasari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410007', 'Ati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410008', 'Ayu Agustina', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410009', 'Aziziah Nur Andini', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410010', 'Citra Yulia Dewi', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410011', 'Dea Okta Windika', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410012', 'Denira Rahmawati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410013', 'Desi Suasa', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410014', 'Deska Dhuharna', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410015', 'Devi Aprilyani', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410016', 'Deviliana Fitrinda Sari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410017', 'Dinda Gati Nurviana', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410018', 'Monica Putri', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410019', 'Diyan Sartika', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410020', 'Efti Salvianti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410021', 'Ella Maria', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410022', 'Elsya Fira', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410023', 'Emellia Wati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410024', 'Endah Permata Sari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410025', 'Erni', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410026', 'Fella Sufah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410027', 'Fiska Klaudia', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410028', 'Fitri Dian Purwanti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410029', 'Fransiska', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410030', 'Habibah Febrianti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410031', 'Hanifah Hoeriah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410032', 'Hesti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410033', 'Islaili Mawar Sari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410034', 'Jamiatul Ulfa', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '081219425800', '', '0', '6', 'B'), ('160410035', 'Maria Uli Tresia', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410036', 'Marisa Desmiati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410037', 'Maya Surya Ningsih', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410038', 'Maya Syahara', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410039', 'Mei Indah Wahyu Ningsih', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410040', 'Meilita Lestari Denti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410041', 'Merlitasari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410042', 'Nafi''atus Sholihah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', 'file_1491468858.JPG', '6', 'A'), ('160410043', 'Neng Agistina', 2016, 'DIII Kebidanan', 'DIIIKEB', 'Subang, 17 Agustus 1997', 'Isur', '3213025708960003', 'Kp. Cilame Rt/Rw 17/06 Desa Mayang, Kecamatan Cisalak, Kabupaten Subang, Jawa Barat 41283', '081319396097', 'Nengagistina17@gmail.com', '', '6', 'A'), ('160410044', 'Nia Kurniasih', 2016, 'DIII Kebidanan', 'DIIIKEB', 'Garut.04 DESEMBER 1998', 'Rasmanah', '', '', '', 'knia10559@gmail.com', '0', '6', 'A'), ('160410045', 'Novi Puji Novitasari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410046', 'Novitasari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410047', 'Afriyani', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410048', 'Nur Ayu Prawita Sari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410049', 'Nurhasanah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', 'file_1485697431.JPG', '6', 'A'), ('160410050', 'Nurhayati Purnama Ningsih', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410051', 'Nurlia', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410052', 'Nurul Izzah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410053', 'Putri Mayasari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410054', 'Dian Nuraini', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410055', 'Rani Yulyasari', 2016, 'DIII Kebidanan', 'DIIIKEB', '12 September 1997', '', '', '', '085377466656', 'Raniyulyasari12@gmail.com', '0', '6', 'B'), ('160410056', 'Leni Hikmawati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410057', 'Rena Puspadayanti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410058', 'Rizka Azkiyani', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410059', 'Sharon Francisca', 2016, 'DIII Kebidanan', 'DIIIKEB', 'Jakarta, 28 oktober 1998', '', '', 'Jln.rawadas rt 04 rw 03 no 35', '082298777512', 'Sharonfrancisca98@yahoo.com', '0', '6', 'A'), ('160410060', 'Silvi Febrianti Nurhasanah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410061', 'Siti Mariam', 2016, 'DIII Kebidanan', 'DIIIKEB', 'Lebak, 06 September 1997', 'Askah', '3602084609970001', 'Kp. Cirende Rt/Rw 009/004 Desa Gunung Kendeng, Gunung Kencana, Kabupaten Lebak, Banten 42354', '085697123106', 'Mariamsiti163@gmail.com', '', '6', 'A'), ('160410062', 'Sovia Mustika Weni', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410063', 'Sri Wahyuni', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410064', 'Suci Merina', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410065', 'Sutihat', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410066', 'Syafira Eka Pertiwi', 2016, 'DIII Kebidanan', 'DIIIKEB', '04 februari 1998', '', '', '', '', '', 'file_1490152363.jpg', '6', 'A'), ('160410067', 'Tarwiyati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410068', 'Uci Deska Nurma Ramadhani', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410069', 'Wulan Natalia Sari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410070', 'Yola Yolandais', 2016, 'DIII Kebidanan', 'DIIIKEB', 'ciamis 24 mei 1998', 'iis lestari', '', '', '', 'yolandaiz696@gmail.com', '', '6', 'A'), ('160410071', 'Zella Marlina', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410072', 'Rani', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410073', 'Nina Nur Utami', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410074', 'Reza Novitri', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410075', 'Aisah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410076', 'Anik Masita', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410077', 'Asmaweti', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410078', 'Benedetti Silangit', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410079', 'Darmiati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410080', 'Ratna Kesuma', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410081', 'Elisa Putri Batubara', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410082', 'Esterlina Br Gurusinga', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410083', 'Evyliana Tarigan', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410084', 'Faikoh', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410085', 'Adriana Lilie Kubiari', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410086', 'Fitriyani', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410087', 'Lisbet Simanjuntak', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410088', 'Kaswati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410089', 'Lasmaria Doloksaribu', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410090', 'Lasmaria Manurung', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410091', 'Rozi Yuslina', 2016, 'DIII Kebidanan', 'DIIIKEB', 'Halalang 4 April 1976', 'Darmiati', '1403094404764054', 'Komp. Permata Blok A-18 RT 12 Rw 06 Jl. Penggilingan Kec. Cakung Jakarta Timur', '085365651076', 'yuslinarozi@gmail.com', '0', '6', 'A'), ('160410092', 'Neni Anggraini', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410093', 'Nur''aini', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410094', 'Nurbaya Aritonang', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410095', 'Nurul Huda', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410096', 'Ratna Nurhawati Pasaribu', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410097', 'Remi Kristina', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410098', 'Rianti Kusuma Dewi', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('160410099', 'Rismauli Hutapea', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410100', 'Rusi Mulyana', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410101', 'Sariwa', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410102', 'Solmihayati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410103', 'Surini', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410104', 'Tiur Budiati Gultom', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410105', 'Tri Suprihatin', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410106', 'Umi Nazilatul Fauziah', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410107', 'Yuli Pancawati', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160410108', 'Melida Sihotang', 2016, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('160505001', 'Agusniriyanti', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505002', 'Ainur Rofiq', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505003', 'Anna Gantina Retna Dewi', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505004', 'Arsandi Afrizal', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505005', 'Arum Istiqomah', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505006', 'Daniel Ahmad', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505007', 'Endah Fauziah', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505008', 'Hendra Setiawan', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505009', 'Heroza Harni', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505010', 'I Gede Okta Indriawan', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505011', 'Isna Putri Yasenti', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505012', 'Khayun Andika', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505013', 'Lia Wardani', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505014', 'Nova Susanti', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505015', 'Robi Nur Apriansah', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505016', 'Sheyla Artionica', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505017', 'Siska Familey', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505018', 'Sri Ayu Setiawati', 2016, 'NERS', 'NERS', '', '', '', '', '', '', 'file_1518178802.jpg', '6', 'A'), ('160505019', 'Lasman Iman Riang Harefa', 2016, 'NERS', 'NERS', '', '', '', '', '', '', 'file_1518178749.jpg', '6', 'B'), ('160505020', 'Rika Septiana', 2016, 'NERS', 'NERS', '', '', '', '', '', '', 'file_1518176073.jpg', '6', 'B'), ('160505021', 'Bornok Nababan', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505022', 'Eka Nurhayati', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505023', 'Evi Christine Tambunan', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('160505024', 'Refi Fitri Hamdani Nasution', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505025', 'Muh. Fauzan Walial Fatah', 2015, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505026', 'Dayang Laily', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505027', 'Fani Mutiara Sari', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505028', 'Irawiningsih', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505029', 'Edo Hardikman Ariandi', 2016, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('160505030', 'Resa Fauziah', 2016, 'NERS', 'NERS', '', '', '', '', '', '', 'file_1518174629.jpg', '6', 'A'), ('17', '17', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111001', 'Adinda Salvira', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '2', 'A'), ('170111002', 'Alfinia Jannati Siraj', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '3', 'A'), ('170111003', 'Amalia Marningsih', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '1', 'A'), ('170111004', 'Angga Fikri Wijaya', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '', 'A'), ('170111005', 'Anita Putri Prihatin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '', 'A'), ('170111006', 'Bambang Pujiono', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '', 'A'), ('170111007', 'Dian Bijak Firmansyah Giawa', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '', 'B'), ('170111008', 'Dila Agustin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111009', 'Dinda Arneta Agustin', 2017, 'S1 Keperawatan', 'S1KEP', 'Jakarta, 04 Agustus 1999', 'Muniroh', '3175014408990003', 'JL.kebon kelapa tinggi rt.004/08 no.37', '085836053286', 'Dindaarneta48@gmail.com', '', '6', 'B'), ('170111010', 'Eko Jatiatmoko', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111011', 'Farah Fitriyani Auliya', 2017, 'S1 Keperawatan', 'S1KEP', 'Jakarta 12 Januari 1999', 'Maryatih', '', 'Komplek Bina Marga Jalan Bina Karya RT 06 RW 01 NO 30\nJakarta Timur, Pondok Kelapa\n', '085710651967', 'fitriyaniauliya99@gmail.com', '', '6', 'B'), ('170111012', 'Febrilia Zaneti', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111013', 'Halimah Nur Sya''diah', 2017, 'S1 Keperawatan', 'S1KEP', 'Bekasi,08 Mei 1999', 'Masih susanti', '', '', '', '', '', '6', 'A'), ('170111014', 'Indasari Ambon', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111015', 'Lailla Annisa Safitri', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111016', 'Lilis Dian Rantika', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111017', 'Made Sunantri', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111018', 'Mardi''e', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111019', 'Muhammad Taufik Hidayat', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111020', 'Rani Suryani', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111021', 'Reggi Yudiawati', 2017, 'S1 Keperawatan', 'S1KEP', 'BEKASI, 17-05-1996', 'WATI', '3275075705960006', 'ASRAMA YON ARMED 7 RT 001 RW 007 DESA/KEL CIKIWUL KECAMATAN BANTARGEBANG KOTA BEKASI. ', '', '', '', '6', 'A'), ('170111022', 'Rika Yuliza', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111023', 'Rini Hariani', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111024', 'Siti Khoirunnisa', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111025', 'Titin Lestari', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111026', 'Wahyuni', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111027', 'Widya Cory Utami', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111028', 'Wiwik Santika', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111029', 'Yestina Putri', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111030', 'Yulis Stiawati', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111031', 'Yuni Kartika', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111032', 'Nadra Sylvia Fadillah', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111033', 'A A Hapiah', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111034', 'Ahad Tata Ewang', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111035', 'Antonius Zebua', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111036', 'Asep Saeppudin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111037', 'Cercill Obed Jotungi', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111038', 'Cucun Wahyudin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111039', 'Daha Rusni', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111040', 'Darmawati', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111041', 'Daryati', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111042', 'Dede Hasanudin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111043', 'Dewi hendari', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111044', 'Ekky Pujiana', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111045', 'Fitri Wahyuni', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111046', 'Herlina Evirawati Sitorus', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111047', 'Indah Lestari Oktavia', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111048', 'Indra Fachruddin Lubis', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111049', 'Isnawati', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111050', 'Jubaiti', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111051', 'Junita Simatupang', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111052', 'Kristina Handayani', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111053', 'Maryanto', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111054', 'Natalina Panjaitan', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111055', 'Panji Satria Nugraha', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111056', 'Rini Oktavia Rahmawati', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111057', 'Rini Soenarto', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111058', 'Risa Citra Dewi', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111059', 'Satipa Fatimah', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111060', 'Siti Hoiriyah', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111061', 'Sukmawati', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111062', 'Suwi Pamawin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111063', 'Taufik Herawan', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111064', 'Teguh Purwadi', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111065', 'Tisna Purba', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111066', 'Titin Suhaeni', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111067', 'Tri Suprihatin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111068', 'Tri Sutrisna', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111069', 'Tumpak Siagian', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'A'), ('170111070', 'Undang Amirudin', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111071', 'Yhanu Tri Widodo', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170111072', 'Yudi Siswadi', 2017, 'S1 Keperawatan', 'S1KEP', '', '', '', '', '', '', '', '6', 'B'), ('170322001', 'Aulia Agung Prase', 2017, 'DIII Keperawatan', 'DIIIKEP', 'BANDUNG 17-08-1999', 'ESTIWIGATI SAMSUL', '', '', '08122403847', 'auliaagung164@gmail.com', 'file_1509803594.jpg', '6', 'B'), ('170322002', 'Agnes Meilaniar', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322003', 'Ahmad Harri Adha', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509864415.png', '6', 'B'), ('170322004', 'Aldanoran', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322006', 'Dera Septika', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322007', 'Dewi Shintia Pratiwi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322008', 'Dhita Novita', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322009', 'Dina Prasetya Ningsih', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322010', 'Dwi Nurfitriani', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1510192474.jpg', '6', 'A'), ('170322011', 'Elvida Rafida', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322012', 'Eka Setyawati', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322013', 'Erma siti Fani', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322014', 'Eva Bonita Manurung', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322015', 'Fahriza Maulidya Effendie', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322016', 'Fathia Ismi Azizah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322017', 'Febry Dwi Bimantara', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509689614.jpg', '6', 'A'), ('170322018', 'Femil Ajeng Rachmawati', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322019', 'Fristylia Rizkika Windi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322020', 'Hana Rosmaya', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322021', 'Huseimah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322022', 'Husnun Hamidah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322023', 'Ike Aprilia', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322025', 'Jupri', 2017, 'DIII Keperawatan', 'DIIIKEP', 'baremada,06 agustus 1994', 'Mariatik', '6107040608940003', 'DUSUN BAREMADA\nRt/Rw : 005/002\nKel/Desa : LAMOLDA\nKecamatan : LUMAR', '085654599540', 'alinskyboy38@gmail.com', 'file_1509699022.jpg', '6', 'B'), ('170322026', 'Laela Kudriah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322027', 'Lia kustiana', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322028', 'M. Ade Riskiyansyah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509803772.jpg', '6', 'A'), ('170322029', 'M. Sulton Alfarizi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322030', 'Mei Ervianti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322031', 'Mera Afriana', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322032', 'Miptahul Jannah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322033', 'Mita kurniawati', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322034', 'Monalisa', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322035', 'Muslimah Janati Nur Azizah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322036', 'Mutiara Hikmah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509970737.png', '6', 'A'), ('170322037', 'Nabila Rivanda Putri', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322038', 'Nadia Mega Krisdamayanti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322040', 'Nasrullah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509697910.jpg', '6', 'A'), ('170322041', 'Nengah Fera Fitayani', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322042', 'Ni Putu Puspa Dewi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322043', 'Nisa Aliya Rohmawan', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322044', 'Nur Mey Hidayah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322045', 'Perdile Lo', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322046', 'M. Yodi Afiyanda', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509698680.jpg', '6', 'B'), ('170322047', 'Pita Berlianta Panggabean', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322049', 'Randyka Chiesa', 2017, 'DIII Keperawatan', 'DIIIKEP', 'bogor 11 desember 1998', 'nina mursyiana', '3201291112980003', 'Jl.g.h.nurkim Rt03/Rw13 no.17 ,desakotabatu/kecamatanciomas /kabupaten bogor ,jawabarat', '083811236650', 'crandyka11@gmail.com', '', '6', 'B'), ('170322050', 'Ratih Dewi Putih', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322051', 'Resty Budiastuti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322052', 'Rifqiyati Nur Aulia Peni', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322053', 'Rika Perfina', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322054', 'Rike Diah Pitaloka', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322055', 'Risnia Wulandari', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322056', 'Santia Pirdaneli', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322057', 'Sarmah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322058', 'Serly Pulsa', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322059', 'Sinthia Nabela', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322060', 'Sisi Desrianti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322061', 'Stefani Dwi Kurniawan', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322062', 'Syifa Fauziah', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Jakarta 05 juni 1997', 'Siti Rohmat', '3207044506970002', 'Jalan Subur Rt 009 Rw 005 . Kel Pondok Pinang . Kec Kebayoran Lama Jakarta Selatan', '085777660126', 'syifau5557@gmail.com', '', '6', 'A'), ('170322063', 'Tata Dwi Anggraini', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322064', 'Tri Astuti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322065', 'Tri Yuliani', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322066', 'Vivian Ade Candra', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322067', 'Wahid Prabowo', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Jakarta 26 juni 1996', 'Sasmiati', '', '', '085778194996', 'Wahidprabowo100@gmail.com', 'file_1509618790.png', '6', 'B'), ('170322068', 'Wahyu Anita Sari', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322069', 'Rachmad Kiswanto', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509698289.jpg', '6', 'B'), ('170322070', 'Windy Oktavian Difa', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322071', 'Yos Melysa', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322072', 'Fajar Muliansyah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1509618302.jpg', '6', 'B'), ('170322073', 'Bambang Suhendar', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Karawang, 03 mei 1999', 'Sutinah', '3215120305990004', 'Kp. Kerajan, ds. Telukjaya, kec. Pakisjaya, kab. Karawang', '085693364039', 'bamsuhendar17@gmail.com', 'file_15096242002.jpg', '6', 'B'), ('170322074', 'Matarevo Warin', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Wiralaga II,21 november 1995', 'ida lamisa', '1811012111950003', 'perum regensi 1 blok h5/11.a kel.wanasari kec.cibitung bekasi', '085764756574', 'matarefo_1995@yahoo.com', '', '6', 'B'), ('170322075', 'Ajeng Anindita', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322076', 'Agus Prastiwi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322077', 'Anna Azizag Nur Qomariyah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322078', 'Aris Sobana', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322079', 'Asri Wahono', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322080', 'Azizah Lutfiana Dewi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322081', 'Chairunisa Rizqi Alfiyah', 2017, 'DIII Keperawatan', 'DIIIKEP', 'cilacap,23 september 1998', 'dewi purwatiningsih', '3216026309980007', 'kavling bahagia rt 10 rw 14 ujung harapan babelan bekasi utara', '', '', '', '6', 'A'), ('170322082', 'Dewi Astuti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322083', 'Dian Sari Sahandani', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1511391214.jpg', '6', 'A'), ('170322084', 'Erni Astuti', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Ungaran 18 Oktober 1980', 'Mubiah', '3175055810800009', 'Jl. Selayar No.51 Rt.03/04 Cijantung Pasar Rebo Jakarta Timur', '089609075315', 'eastuti18@gmail.com', 'file_1511348033.JPG', '6', 'A'), ('170322085', 'Etty Julianti', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Medan /05.07.1970', 'Marini ', '3201014507700008', 'Perumahan Bukit Asri Blok A6 no 1Rt001/019 Pabuaran Cibinong ', '081311056050', 'ettysitorus@gmail.c ', '', '6', 'A'), ('170322086', 'Hanifah Tunissa', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322087', 'Hodijah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322088', 'Iman Nurjaman', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322089', 'Jevpri Agus P', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322090', 'Kamaluddin', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322091', 'Khoirun Anisak Sholikhatini', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322092', 'Laila Pratiwi Winiar Empi', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Depok,23 pebruari 1973 ', 'Nani Sunarni', '3174096302730005', 'Jln.Pemuda kp.Cipedak rt 12 rw 09 no.21 srengseng sawah jagakarsa Jakarta Selatan', '085714784837', 'pratiwi.winiar73@gmail.com', '', '6', 'B'), ('170322093', 'Mamah Rohimah', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322094', 'Naomi Nurmawan', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322095', 'Nurhidayati', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322096', 'Parmono', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322097', 'Rezi Nurrahmadani', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322098', 'Rina Sri Fitriana', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi, 16 Desember 1995', 'Sutami', '', 'Jl. Kelinci 2 RT007/015 No 111 Kaliabang Tengah, Bekasi Utara 17125', '081908086816', 'rinasfitriana7@gmail.com', 'file_1511527486.jpg', '6', 'B'), ('170322099', 'Riska Ayu Safitri', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', 'file_1511508373.png', '6', 'B'), ('170322100', 'Rohyanti', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322101', 'Sirun', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Banyumas, 26 Juni 1979', 'Suliyah', '3216072606790011', 'Villa Mutiara Jaya, Blok N94 No.22, Rt. 001 Rw.014, Desa Wanajaya, Kecamatan Cibitung, Kabupaten Bekasi, Jawa Barat.', '081317102499', 'srnsirun@gmail.com', '', '6', 'B'), ('170322102', 'Siti Komalasari', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322103', 'Siti Rohayati', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'B'), ('170322104', 'Siti Supriyatin', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322105', 'Sulastri Kusmala Dewi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322106', 'Wiwin Windawati', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Majalengka, 01 Oktober 1990', 'Kasni', '3210114110900221', 'Jln. Lanud Soekani, No.84, Blok Kliwon, Rt.001 Rw.010, Desa Jatisura, Kecamatan Jatiwangi, Kabupaten Majalengka.', '087885733147', 'wiwinwindawati25@gmail.com', '', '6', 'A'), ('170322107', 'Wiyono', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322108', 'Yati Rohayati', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170322109', 'Yenti Lasroha', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Bekasi 07-01-1996', 'Nurliana', '3216064701960020', 'Kp rawa kalong', '08987744098', '', '', '6', 'A'), ('170322110', 'Yuni Wulandari', 2017, 'DIII Keperawatan', 'DIIIKEP', 'Sukoharjo & 25 juni 1991', 'Samini', '3311026506910002', 'Dusun 04 rt 002/ rw 012 ciborelang,jatiwangi,majalengka', '087889065056', 'zunywoelan.zw@gmail.com', '', '6', 'A'), ('170322111', 'Zahara Miftahur Rahmi', 2017, 'DIII Keperawatan', 'DIIIKEP', '', '', '', '', '', '', '', '6', 'A'), ('170411001', 'Adelia Diovanni Caroline', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411002', 'Agustin Nada', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411003', 'Asmawati', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411004', 'Annisa Syafira Firliana', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411005', 'Chofifah Maila Azizah', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411006', 'Devi Suzanti', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411007', 'Dwi Ayu Oktaviani', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411008', 'Dwi Supriyatna', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411009', 'Dwi Pratiwi', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411010', 'Eka Purnawati', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411011', 'Ferti Wahyuni', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411012', 'Fitri Milania Salisa', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411013', 'Halimatu Sya''diyah', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411014', 'Hananda Putri Hapsari', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411015', 'Heni Indarwati', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411016', 'Hesti Anisa', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411017', 'Jalvina Hastia', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411018', 'Karbela Ros', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411019', 'Latifatul Fawaidah', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411020', 'Indah Nursyahfitri Suhadi', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411021', 'Indah Oktaviana', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411022', 'Lita Ratnasari', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411023', 'Melani Fitriana', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411024', 'Mersi Julia', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411025', 'Ni Nyoman Suardini', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411026', 'Nidda Dinda Annisya', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411027', 'Novi Nur Sela', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411028', 'Piska Sarini', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411029', 'Ida Faridah', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411030', 'Rentika Silvia Sari', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411031', 'Lusiana Widyastuti', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411032', 'Ria Madona Safitri', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411033', 'Megatri Wulandari', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411034', 'Serly Mulia Citra', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('170411035', 'Siti Khofifah', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411036', 'Sri Devi Widya Ningrum', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411037', 'Sri Wahyuni', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411038', 'Stevani Andriyani', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411039', 'Tria Agustina', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411040', 'Widiya Wati', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411041', 'Yola Mandayani', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411042', 'Gustin Ria Safitri', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411044', 'Priscilya Devi Yamani', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170411050', 'Rizka Ameylia', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'B'), ('170507021', 'Agustriani', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507022', 'Ainiyah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507023', 'Caswito', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507024', 'Dani Ramdan', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507025', 'Deni Heryanto', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507026', 'Dewi Noviana', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507027', 'Dian Puspitasari', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507028', 'Dora Anastasia', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507029', 'Eggy Ary Pradana Arifin', 2017, 'NERS', 'NERS', '', '', '', '', '', '', 'file_15113134131.JPG', '6', 'A'), ('170507030', 'Eka Merdekawati', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507031', 'Enjang Mulyadi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507032', 'Erlina Sembiring', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507033', 'Ety Rustini', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507034', 'Fadila Alkahfi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507035', 'Gabriel Dianne Fafili Lase', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507036', 'Habib Munawar', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507037', 'Hanifah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507038', 'Hariyanto', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507039', 'Hartaty Manurung', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507040', 'Husni Kamali', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507041', 'Indarto', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507042', 'Indra Komara', 2017, 'NERS', 'NERS', '', '', '', '', '08532308901', '', '', '6', 'B'), ('170507043', 'Iwan Suhadi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507044', 'Kamaludin', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507045', 'Kurdi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507046', 'Lia Rusmiati', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507047', 'Kuswati', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507048', 'Linda Lumban Gaol', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507049', 'Lucia Septi Indriyani', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507050', 'Neni Nurhaeni', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507051', 'Morthen Chris Hansen', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507052', 'Mudi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507053', 'Nurlaily Ramadhani', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507054', 'Rina Haryani', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507055', 'Riris Nainggolan', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507056', 'Rulli Isbandi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507057', 'Teguh Riyadi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507058', 'Suhendra', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507059', 'Sumarnah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507060', 'Suryadi Miharja Saputra', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507061', 'Sofiawatie', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507062', 'Tity Purwaningsih', 2017, 'NERS', 'NERS', 'Bekasi, 01 Oktober 1979', 'Sayumah', '3275024110790014', 'Jl. Lapangan No.3 Rt 3 Rw 11 Kel. Kranji, Kec. Bekasi Barat, Kota Bekasi', '0818142947', 'titypurwaningsih@gmail.com', '', '6', 'A'), ('170507063', 'Tofan Fatullah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507064', 'Uci Sanusi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'A'), ('170507065', 'Uswatun Hasanah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507066', 'Uun Uliyah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507067', 'Veronycha Loide Chklodya', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507068', 'Wahyu Pratiwi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507069', 'Weni Asmirah', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507070', 'Widya Ari Sandhi', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507071', 'Widya Sari', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507072', 'Yulia Fitri', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('170507073', 'Kuary Nyunarsyah GD', 2017, 'NERS', 'NERS', '', '', '', '', '', '', '', '6', 'B'), ('22', '22', 2017, 'DIII Kebidanan', 'DIIIKEB', 'kkkkkk', '', '', '', '', '', '', '6', 'B'), ('222222222', 'gfdgfg', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '6', 'A'), ('2323', 'Citra Yulia Dewigg', 2018, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '', 'C'), ('32', 'Citra Yulia Dewi', 2012, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '', 'A'), ('77', '77', 2017, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '', 'F'), ('88', 'testting', 2012, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', '', '', 'B'), ('99', 'Citra Yulia Dewi', 2012, 'DIII Kebidanan', 'DIIIKEB', '', '', '', '', '', '', 'file_1519224599.jpg', '', 'A'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_mhs_baru` -- CREATE TABLE `tbl_mhs_baru` ( `id_mhs` int(11) NOT NULL, `thn_ajaran` varchar(20) NOT NULL, `kd_jurusan` varchar(10) NOT NULL, `nim` varchar(50) NOT NULL, `tgl_daftar` varchar(50) NOT NULL, `nama_calon_mhs` varchar(100) NOT NULL, `alamat` text NOT NULL, `ttb` varchar(10) NOT NULL, `bb` varchar(10) NOT NULL, `ttg` varchar(100) NOT NULL, `agama` varchar(20) NOT NULL, `kota` varchar(30) NOT NULL, `provinsi` varchar(30) NOT NULL, `noTlp` varchar(30) NOT NULL, `noHp` varchar(30) NOT NULL, `facebook` varchar(50) NOT NULL, `twitter` varchar(50) NOT NULL, `pinbb` varchar(50) NOT NULL, `whatsapp` varchar(50) NOT NULL, `email` varchar(40) NOT NULL, `asalSekolah` varchar(200) NOT NULL, `noIjasah` varchar(100) NOT NULL, `nik` varchar(100) NOT NULL, `status` char(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_mhs_baru` -- INSERT INTO `tbl_mhs_baru` (`id_mhs`, `thn_ajaran`, `kd_jurusan`, `nim`, `tgl_daftar`, `nama_calon_mhs`, `alamat`, `ttb`, `bb`, `ttg`, `agama`, `kota`, `provinsi`, `noTlp`, `noHp`, `facebook`, `twitter`, `pinbb`, `whatsapp`, `email`, `asalSekolah`, `noIjasah`, `nik`, `status`) VALUES (1, '', '', '12.98.90', '', '', 'Silakan klik Menu "Daftar" dibawah ini, Isikan data dengan lengkap, email harus masih aktif Silakan klik Menu "Daftar" dibawah ini, Isikan data dengan lengkap, email harus masih aktifSilakan klik Menu "Daftar" dibawah ini, Isikan data dengan lengkap, email harus masih aktif Silakan klik Menu "Daftar" dibawah ini, Isikan data ', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (4, '', '', '130107001', '', '', 'ssss', '', '', 'Malang, 11 November 1981', 'Islam', '', '', '1111111111', '081291857037', '', '565gfb', '', '812918570373333', 'ila.tama@yahoo.co.id', 'SMK ', '799ytuyhjhj', '1233455677', ''), (5, '', '', '130107002', '', '', 'Pulogadung', '', '', 'Jayapura, 20 mei 2001', 'Islam', '', '', '', '', '', '', '', '', '', '', '', '', ''), (6, '', '', '140408017', '', '', '', '', '', 'dsdaa', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_mk` -- CREATE TABLE `tbl_mk` ( `kd_mk` varchar(10) NOT NULL DEFAULT '', `nama_mk` varchar(100) DEFAULT NULL, `jum_sks` int(2) DEFAULT NULL, `semester` int(2) DEFAULT NULL, `prasyarat_mk` varchar(50) DEFAULT NULL, `kode_jur` varchar(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_mk` -- INSERT INTO `tbl_mk` (`kd_mk`, `nama_mk`, `jum_sks`, `semester`, `prasyarat_mk`, `kode_jur`) VALUES ('KEP1002', 'Kewarganegaraan', 2, 2, NULL, 'S1KEP'), ('KEP1001', 'Agama', 2, 1, '-', 'S1KEP'), ('PV.04.08', 'Bahasa Inggris I', 2, 4, '', 'DIIIKEP'), ('KEP1003', 'Bahasa Indonesia', 2, 1, '-', 'S1KEP'), ('KEP1004', 'Ilmu Keperawatan Dasar I/IKD I', 3, 1, '-', 'S1KEP'), ('KEP1005', 'Ilmu Keperawatan Dasar II/IKD II', 3, 1, '-', 'S1KEP'), ('KEP1006', 'Ilmu Dasar Keperawatan I /IDK1', 4, 1, '-', 'S1KEP'), ('KEP1007', 'Komputer', 2, 1, '-', 'S1KEP'), ('PV.06.04', 'Praktik KGD II', 6, 6, '', 'DIIIKEP'), ('PV.04.04', 'Kgd dan manajeman bencana', 2, 4, '', 'DIIIKEP'), ('PV.02.05', 'Dokumentasi keperawatan', 2, 2, '', 'DIIIKEP'), ('PV.02.01', 'Farmakologi', 2, 2, '', 'DIIIKEP'), ('PV.04.03', 'KMB II', 3, 4, '', 'DIIIKEP'), ('PV.01.04', 'Bahasa Indonesia', 2, 1, '-', 'DIIIKEP'), ('PV.04.07', 'Keperawatan gerontik', 2, 4, '', 'DIIIKEP'), ('PV.01.01', 'Agama', 2, 1, '-', 'DIIIKEP'), ('PV.01.02', 'Pancasila', 2, 1, '-', 'DIIIKEP'), ('PV.01.03', 'Kewarganegaraan', 2, 1, '-', 'DIIIKEP'), ('PV.01.05', 'Ilmu Biomedik Dasar', 5, 1, '-', 'DIIIKEP'), ('PV.01.06', 'Metodologi Keperawatan', 2, 1, '-', 'DIIIKEP'), ('PV.01.07', 'Keperawatan Dasar Keperawatan', 2, 1, '-', 'DIIIKEP'), ('PV.01.08', 'Keperawatan dasar I', 3, 1, '-', 'DIIIKEP'), ('KEP1008', 'PANCASILA', 2, 1, '-', 'S1KEP'), ('Bd.201', 'Psikologi Pendidikan', 2, 1, '-', 'DIVKEB'), ('Bd.301', 'Asuhan Kebidanan', 4, 1, '-', 'DIVKEB'), ('Bd.302', 'Kesehatan Reproduksi', 2, 1, '-', 'DIVKEB'), ('Bd.308', 'Manajemen kependidikan', 2, 1, '-', 'DIVKEB'), ('Bd.401', 'Konsep kebidanan', 2, 1, '-', 'DIVKEB'), ('Bd.402', 'Metodologi Penelitian', 2, 1, '-', 'DIVKEB'), ('Bd.403', 'Etika, Hukum, dan Per UU Kesehatan', 2, 1, '-', 'DIVKEB'), ('Bd.501', 'Humaniora', 2, 1, '-', 'DIVKEB'), ('Bd.602', 'Karakter Building', 2, 1, '-', 'DIVKEB'), ('KEPE1001', 'Penulisan Ilmiah', 2, 1, '-', 'S1KEP'), ('KEPE1002', 'Biologi', 2, 1, '-', 'S1KEP'), ('KEPE1003', 'Ilmu Sosial dan Masalah Kesehatan', 2, 1, '-', 'S1KEP'), ('KEPE1004', 'Biokimia', 2, 1, '-', 'S1KEP'), ('KEPE1005', 'Fisiologi Manusia', 3, 1, '-', 'S1KEP'), ('KEPE1006', 'Pengantar Kesehatan Masyarakat', 2, 1, '-', 'S1KEP'), ('KEPE1007', 'Konsep Dasar Keperawatan ', 3, 1, '-', 'S1KEP'), ('KEPE1008', 'Komunikasi Keperawatan', 2, 1, '-', 'S1KEP'), ('KEPE1009', 'Bahasa Inggris Keperawatan', 2, 1, '-', 'S1KEP'), ('WAT3001', 'Manajemen Patient Safety', 2, 3, '-', 'DIIIKEP'), ('WAT3002', 'Keperawatan Medikal Bedah I', 4, 3, '-', 'DIIIKEP'), ('WAT3003', 'Keperawatan Maternitas', 3, 3, '-', 'DIIIKEP'), ('WAT3004', 'Keperawatan Anak', 3, 3, '-', 'DIIIKEP'), ('WAT3005', 'Praktik Klinik Keperawatan Medikal Bedah I', 2, 3, '-', 'DIIIKEP'), ('WAT3006', 'Praktik Klinik Keperawatan Anak', 2, 3, '-', 'DIIIKEP'), ('WAT3007', 'Praktik Klinik Keperawatan Maternitas', 2, 3, '-', 'DIIIKEP'), ('KEP3001', 'Sistem Respirasi', 5, 3, '-', 'S1KEP'), ('KEP3002', 'Sistem Imun dan Hematologi', 5, 3, '-', 'S1KEP'), ('KEP3003', 'Sistem Neurobehavior I', 5, 3, '-', 'S1KEP'), ('Kep3004', 'Bahasa inggris II', 2, 3, '', 'S1KEP'), ('KEP3005', 'Etika dan Hukum Kesehatan', 3, 3, '-', 'S1KEP'), ('KEP5001', 'Sistem Muskuloskeletal', 4, 5, '-', 'S1KEP'), ('KEP5002', 'Sistem Integumen', 3, 5, '-', 'S1KEP'), ('KEP5003', 'Keperawatan Komunitas II', 3, 5, '-', 'S1KEP'), ('KEP5004', 'Metodologi riset', 2, 5, '-', 'S1KEP'), ('KEP5005', 'Bahasa Inggris III', 2, 5, '-', 'S1KEP'), ('KEP5006', 'K3 dan Kesehatan Lingkungan', 4, 5, '-', 'S1KEP'), ('Bd.201b', 'Biologi Dasar dan Biologi Perkembangan II', 2, 2, '-', 'DIIIKEB'), ('Bd.5.301', 'Asuhan Kebidanan Kehamilan', 4, 3, '-', 'DIIIKEB'), ('KEP7003', 'Keperawatan Gawat Darurat II', 5, 7, '-', 'S1KEP'), ('KEP7004', 'Keperawatan Kritis', 4, 7, '-', 'S1KEP'), ('Bd.302b', 'Askeb Persalinan dan BBL', 5, 3, '-', 'DIIIKEB'), ('Bd.304', 'Askeb neo, bayi, balita dan anak prasekolah', 5, 3, '-', 'DIIIKEB'), ('Bd.303', 'Askeb Nifas', 3, 3, '-', 'DIIIKEB'), ('Bd.601', 'Komputer', 2, 3, '-', 'DIIIKEB'), ('Bd.502', 'Mutu Layanan Kesehataan', 3, 3, '-', 'DIIIKEB'), ('Bd.402b', 'Etika dan Hukum Kesehatan', 2, 3, '-', 'DIIIKEB'), ('Bd.307', 'PKK I', 6, 5, '-', 'DIIIKEB'), ('Bd.308A', 'PKK II', 6, 5, '-', 'DIIIKEB'), ('Bd.501B', 'Bahasa Inggris II', 2, 5, '-', 'DIIIKEB'), ('Bd.603', 'Leadership & Enterpreneur II', 2, 5, '-', 'DIIIKEB'), ('Bd.604', 'Home Care I', 2, 5, '-', 'DIIIKEB'), ('WAT.5001', 'Keperawatan Keluarga', 3, 5, '-', 'DIIIKEP'), ('WAT.5002', 'Keperawatan Kesehatan Primer', 3, 5, '-', 'DIIIKEP'), ('WAT.5003', 'Promosi Kesehatan', 2, 5, '-', 'DIIIKEP'), ('WAT.5004', 'Praktik Klinik Keperawatan Jiwa', 2, 5, '-', 'DIIIKEP'), ('WAT.5005', 'Manajemen Keperawatan', 2, 5, '-', 'DIIIKEP'), ('WAT.5006', 'Leadership & Enterpreneur', 4, 5, '-', 'DIIIKEP'), ('WAT.5007', 'Komputer Keperawatan', 2, 5, '-', 'DIIIKEP'), ('WAT. 5008', 'Riset Keperawatan', 2, 5, '-', 'DIIIKEP'), ('Bd.101A', 'Agama', 2, 1, '-', 'DIIIKEB'), ('KEPE2001', 'Manajemen Keperawatan I', 2, 3, '-', 'S1 KEP'), ('KEPE2002', 'KMB II', 2, 3, '-', 'S1 KEP'), ('KEPE2003', 'KGD I', 3, 3, '-', 'S1 KEP'), ('KEPE2004', 'Komunitas I', 2, 3, '-', 'S1 KEP'), ('KEPE2005', 'Keperawatan Keluarga I', 2, 3, '-', 'S1 KEP'), ('KEPE2006', 'Keperawatan Gerontik I', 2, 3, '-', 'S1 KEP'), ('KEPE2007', 'Skripsi', 4, 3, '-', 'S1 KEP'), ('KEPE2008', 'KMB III', 3, 3, '-', 'S1 KEP'), ('KEP.1323', 'KDPK', 2, 1, '', 'NERS'), ('KEP.1324', 'Keperawatan Medikal Bedah', 4, 1, '', 'NERS'), ('KEP.1325', 'Keperawatan Anak', 4, 1, '', 'NERS'), ('KEP.1326', 'Keperawatan Maternitas', 4, 1, '', 'NERS'), ('KEP.1327', 'Keperawatan Jiwa', 3, 1, '', 'NERS'), ('KEP.1328', 'Keperawatan Gawat Darurat ', 6, 2, '', 'NERS'), ('KEP.1329', 'Keperawatan Komunitas', 3, 2, '', 'NERS'), ('KEP.1330', 'Keperawatan Keluarga', 2, 2, '', 'NERS'), ('KEP.1331', 'Keperawatan Gerontik', 2, 2, '', 'NERS'), ('KEP.1332', 'Manajemen Keperawatan', 2, 2, '', 'NERS'), ('KEP.1333', 'Keperawatan Kritis', 4, 2, '', 'NERS'), ('PV.04.05', 'Praktik KMB II', 2, 4, '', 'DIIIKEP'), ('Bd.204A', 'KDK II', 3, 2, '-', 'DIIIKEB'), ('Bd.205', 'Kesehatan Reproduksi dan Keluarga Berencana', 4, 2, '-', 'DIIIKEB'), ('PV.02.04', 'Bahasa Indonesia', 2, 2, '', 'DIIIKEP'), ('PV.02.03', 'Gizi dan diet', 2, 2, '', 'DIIIKEP'), ('Bd.301A', 'Asuhan Kebidanan Kehamilan', 5, 2, '-', 'DIIIKEB'), ('Bd.305', 'Asuhan Kebidanan Kegawatdaruratan Maternal Neonatal', 4, 4, '-', 'DIIIKEB'), ('Bd.306', 'Asuhan Kebidanan Komunitas', 4, 4, '-', 'DIIIKEB'), ('Bd.404', 'Metode Penelitian dan Statistik Dasar', 3, 4, '-', 'DIIIKEB'), ('Bd.606', 'Leadership & Enterpreneur I', 2, 4, '-', 'DIIIKEB'), ('Bd.601C', 'Bahasa Inggris', 4, 4, '-', 'DIIIKEB'), ('Bd.202A', 'Komunikasi Dalam Praktik Kebidanan', 3, 2, '-', 'DIIIKEB'), ('Bd.502A', 'Mutu Layanan Kebidanan Dan Kebijakan Kesehatan', 3, 4, '-', 'DIIIKEB'), ('Bd.5.201', 'Kewarganegaraan', 2, 2, '-', 'DIIIKEB'), ('Bd.501A', 'Ilmu Sosial dan Budaya Dasar', 3, 2, '-', 'DIIIKEB'), ('PV.02.02', 'Patologi', 2, 2, '', 'DIIIKEP'), ('PV.04.01', 'Dokumentasi keperawatan', 2, 4, '', 'DIIIKEP'), ('PV.02.06', 'Etika Keperawatan', 2, 2, '', 'DIIIKEP'), ('PV.02.07', 'Keperawatan Dasar II', 2, 2, '', 'DIIIKEP'), ('PV.02.08', 'Praktik klinik kebutuhan dasar', 3, 2, '', 'DIIIKEP'), ('KEP2.001', 'IDK II', 4, 2, '', 'S1KEP'), ('KEP2.002', 'Ilmu sosial Budaya', 2, 2, '', 'S1KEP'), ('KEP2.003', 'Sistem Kardiovaskuler', 5, 2, '', 'S1KEP'), ('KEP2.004', 'IKD III', 5, 2, '', 'S1KEP'), ('KEP2.005', 'Bahasa Inggris I', 2, 2, '', 'S1KEP'), ('KEP2.007', 'Manajemen Asuhan Keperawatan', 2, 2, '', 'S1KEP'), ('Bd.5.202', 'Bahasa Indonesia', 2, 2, '-', 'DIIIKEB'), ('Bd.5.203', 'Psikologi Kebidanan', 2, 2, '-', 'DIIIKEB'), ('Bd.5.204', 'Gizi Dalam Kesehatan Reproduksi', 2, 2, '-', 'DIIIKEB'), ('Bd.5.205', 'Farmakologi', 2, 2, '-', 'DIIIKEB'), ('Bd.5.206', 'Keterampilan Klinik Praktik Kebidanan II', 3, 2, '-', 'DIIIKEB'), ('Bd.5.207', 'Pengantar Asuhan Kehamilan, Persalinan, Nifas, BBL', 4, 2, '-', 'DIIIKEB'), ('Bd.5.208', 'Bahasa Inggris II', 3, 2, '-', 'DIIIKEB'), ('Bd.6.201', 'Kebidanan Komunitas', 2, 2, '-', 'DIVKEB'), ('Bd.6.202', 'Metodik Khusus', 2, 2, '-', 'DIVKEB'), ('Bd.6.203', 'Admin, Manajemen, Evaluasi dan Praktik Kependidikan', 2, 2, '-', 'DIVKEB'), ('Bd.6.204', 'Pembelajaran Mikro', 2, 2, '-', 'DIVKEB'), ('Bd.6.205', 'Praktik Klinik Kebidanan', 3, 2, '-', 'DIVKEB'), ('Bd.6.206', 'Kegawatdaruratan Maternal & Neonatal', 2, 2, '-', 'DIVKEB'), ('Bd.6.207', 'Leadership & Entrepreneur, Kewirausahaan', 3, 2, '-', 'DIVKEB'), ('Bd.6.208', 'Karya Tulis Ilmiah', 3, 2, '-', 'DIVKEB'), ('Bd.6.209', 'Seminar Kebidanan', 1, 2, '-', 'DIVKEB'), ('PV.06.01', 'Karya Tulis Ilmiah', 3, 6, '', 'DIIIKEP'), ('PV.06.02', 'Telaah jurnal', 2, 6, '', 'DIIIKEP'), ('PV.06.03', 'KGD II', 3, 6, '', 'DIIIKEP'), ('PV.04.06', 'Praktik KGD', 2, 4, '', 'DIIIKEP'), ('PV.06.05', 'Praktik klinik kep gawat darurat II', 6, 6, '', 'DIIIKEP'), ('Kep4001', 'Sistem sensori persepsi', 3, 4, '', 'S1KEP'), ('Kep4002', 'Sistem endokrin', 4, 4, '', 'S1KEP'), ('Kep4003', 'Sistem pencernaan', 3, 4, '', 'S1KEP'), ('Kep4004', 'Keperawatan Komunitas I', 4, 4, '-', 'S1KEP'), ('Kep4005', 'Biostatistik', 2, 4, '', 'S1KEP'), ('Kep4006', 'Sistem Neurobehaviour II', 4, 4, '-', 'S1KEP'), ('Kep8001', 'Seminar keperawatan', 4, 8, '', 'S1KEP'), ('Kep8002', 'Skripsi', 4, 7, '', 'S1KEP'), ('PV.02.09', 'Metodologi Keperawatan', 2, 2, '', 'DIIIKEP'), ('Kep6001', 'Sistem perkemihan', 5, 6, '', 'S1KEP'), ('Kep6002', 'Sistem reproduksi', 5, 6, '', 'S1KEP'), ('Kep6003', 'Keperawatan Komunitas III', 5, 6, '', 'S1KEP'), ('Kep6004', 'Keperawatan Gawat Darurat I', 3, 6, '', 'S1KEP'), ('Kep6005', 'Manajemen Keperawatan', 3, 6, '', 'S1KEP'), ('Kep1209', 'Patologi', 2, 2, '', 'S1KEP'), ('Kep1210', 'Biostatistik', 3, 2, '', 'S1KEP'), ('Kep1211', 'Pendidikan dalam keperawatan', 2, 2, '', 'S1KEP'), ('Kep1212', 'Keperawatan jiwa', 4, 2, '', 'S1KEP'), ('Kep1213', 'KMB I', 3, 2, '', 'S1KEP'), ('Kep1214', 'Keperawatan maternitas', 4, 2, '', 'S1KEP'), ('Kep1215', 'Keperawatan anak I', 3, 2, '', 'S1KEP'), ('Kep1317', 'Riset keperawatan', 2, 2, '', 'S1KEP'), ('PV.04.02', 'Keperawatan jiwa', 2, 4, '', 'DIIIKEP'), ('Bd.5.401', 'Kesehatan Masyarakat', 4, 4, '-', 'DIIIKEB'), ('Bd.5.402', 'Asuhan Kebidanan Kegawatdaruratan Maternal Neonatal', 4, 4, '-', 'DIIIKEB'), ('Bd.5.403', 'Asuhan Kebidanan Komunitas', 4, 4, '-', 'DIIIKEB'), ('Bd.5.404', 'Metode Penelitian dan Statistik Dasar', 3, 4, '-', 'DIIIKEB'), ('Bd.5.405', 'Bahasa Inggris I', 3, 4, '-', 'DIIIKEB'), ('Bd.5.406', 'Leadership & Entrepeneur I', 2, 4, '-', 'DIIIKEB'), ('Bd.5.601', 'Praktik Kebidanan III (Komprehensif)', 8, 6, '-', 'DIIIKEB'), ('Bd.5.602', 'Laporan Tugas Akhir', 3, 6, '-', 'DIIIKEB'), ('Bd.5.603', 'Homecare II', 4, 6, '-', 'DIIIKEB'), ('Bd.5.101', 'Pendidikan Agama', 2, 1, '-', 'DIIIKEB'), ('Bd.5.102', 'Pancasila', 2, 1, '-', 'DIIIKEB'), ('Bd.5.103', 'Sosial Budaya dan Antropologi Kesehatan', 2, 1, '-', 'DIIIKEB'), ('Bd.5.104', 'Komunikasi Dalam Praktik Kebidanan', 2, 1, '-', 'DIIIKEB'), ('Bd.5.105', 'Anatomi dan Fisiologi', 2, 1, '-', 'DIIIKEB'), ('Bd.5.106', 'Mikrobiologi', 2, 1, '-', 'DIIIKEB'), ('Bd.5.107', 'Keterampilan Klinik Praktik Kebidanan I', 3, 1, '-', 'DIIIKEB'), ('Bd.5.108', 'Pengantar Asuhan Kebidanan (Konsep Kebidanan)', 3, 1, '-', 'DIIIKEB'), ('Bd.5.109', 'Bahasa Inggris I', 2, 1, '-', 'DIIIKEB'), ('PV. 01.04', 'Bahasa Indonesia', 2, 1, '', 'DIIIKEP'), ('Kep 1.001', 'Bahasa Indonesia', 2, 1, '', 'S1KEP'), ('Kep 1.002', 'Keperawatan dasar I', 3, 1, '', 'S1KEP'), ('Kep 1.003', 'Keperawatan Dasar Keperawatan I', 3, 1, '', 'S1KEP'), ('Kep 1.004', 'Agama', 2, 1, '', 'S1KEP'), ('Kep 1.005', 'Ilmu dasar keperawatan I', 4, 1, '', 'S1KEP'), ('Kep 1.006', 'Falsafah dan teori keperawatan', 3, 1, '', 'S1KEP'), ('Kep 1.007', 'Pendidikan anti korupsi', 2, 1, '', 'S1KEP'), ('KEP.7.004', 'Keperawatan Anak I', 2, 7, '-', 'S1KEP'), ('KEP.8.001', 'Keperawatan Anak II', 2, 8, '-', 'S1KEP'), ('KEP.8.003', 'Leadership', 2, 8, '-', 'S1KEP'), ('Bd.5.302', 'Asuhan Kebidanan Persalinan dan Bayi Baru Lahir', 4, 3, '-', 'DIIIKEB'), ('Bd.5.303', 'Asuhan Kebidanan Nifas dan Menyusui', 3, 3, '-', 'DIIIKEB'), ('Bd.5.304', 'PKK I A', 3, 3, '-', 'DIIIKEB'), ('Bd.5.305', 'Dokumentasi', 2, 3, '-', 'DIIIKEB'), ('Bd.5.306', 'Mutu Layanan Kebidanan dan Pasien Safety', 2, 3, '-', 'DIIIKEB'), ('Bd.5.307', 'Etika dan Hukum Kesehatan', 2, 3, '-', 'DIIIKEB'), ('Bd.307a', 'Praktik Kebidanan I (Hamil, Bersalin, Nifas, KB, Neonatus, Bayi, Balita Dan Anak Prasekolah)', 6, 1, '-', 'DIIIKEB'), ('Bd.308b', 'Praktik Kebidanan II (Asuhan Kebidanan Komunitas, Kespro, Kegawatdaruratan Maternal dan Neonatal)', 6, 5, '-', 'DIIIKEB'), ('Bd.601a', 'Bahasa Inggris II', 3, 5, '-', 'DIIIKEB'), ('Bd.606a', 'Leadership & Entrepeneur II', 2, 5, '-', 'DIIIKEB'), ('Bd.605', 'Home Care I', 3, 5, '-', 'DIIIKEB'), ('Kep7001a', 'Kgd system 2', 5, 7, '', 'S1KEP'), ('Kep7002a', 'Skripsi', 4, 7, '', 'S1KEP'), ('Kep7003a', 'Keperawatan kritis', 4, 7, '', 'S1KEP'), ('Kep70004a', 'Leadership dan enterpreuner', 2, 7, '', 'S1KEP'), ('PV.03.01', 'Psikologi', 2, 3, '', 'DIIIKEP'), ('Pv.03.02', 'Promosi kesehatan', 2, 3, '', 'DIIIKEP'), ('Pv.03.03', 'Antropologi kesehatan', 2, 3, '', 'DIIIKEP'), ('Pv.03.04', 'KMB I', 4, 3, '', 'DIIIKEP'), ('Pv.03.05', 'Keperawatan anak', 2, 3, '', 'DIIIKEP'), ('Pv.03.06', 'Keperawatan maternitas', 2, 3, '', 'DIIIKEP'), ('Pv.03.07', 'Pkk kep anak', 3, 3, '', 'DIIIKEP'), ('Pv.03.08', 'Pkk kep maternitas', 3, 3, '', 'DIIIKEP'), ('Ns1.001', 'Keperawatan Dasar Profesi', 2, 1, '', 'NERS'), ('Ns1.002', 'Keperawatan Medikal Bedah', 7, 1, '', 'NERS'), ('Ns1.003', 'Keperawatan Anak', 3, 1, '', 'NERS'), ('Ns1.004', 'Keperawatan Maternitas', 3, 1, '', 'NERS'), ('Ns1.005', 'Keperawatan Jiwa', 3, 1, '', 'NERS'), ('WAT 5001', 'Keperawatan keluarga', 3, 5, '', 'DIIIKEP'), ('WAT 5002', 'Keperawatan kesehatan primer', 3, 5, '', 'DIIIKEP'), ('WAT 5003', 'Promosi kesehatan', 2, 5, '', 'DIIIKEP'), ('WAT 5004', 'PKK Jiwa', 2, 5, '', 'DIIIKEP'), ('WAT 5005', 'Manajeman Keperawatan', 2, 5, '', 'DIIIKEP'), ('WAT 5006', 'Leadership dan enterpreuner', 4, 5, '', 'DIIIKEP'), ('WAT 5008', 'Riset Keperawatan', 2, 5, '', 'DIIIKEP'), ('WAT 5007', 'Bahasa Inggris II', 2, 5, '', 'DIIIKEP'), ('WAT 6002', 'Telaah Jurnal', 2, 5, '', 'DIIIKEP'), ('99', 'ggggggg', 7, 8, NULL, 'NERS'), ('qq', 'qq', 2, 1, NULL, 'DIIIKEB'), ('gggyt', 'fgggg', 4, 1, NULL, 'DIIIKEB'), ('SA.1D', 'Bahasa indonesia', 2, 1, NULL, 'DIIIKEB'), ('SA.1E', 'Sejarah', 4, 1, NULL, 'DIIIKEB'), ('SA.1F', 'IPS', 6, 1, NULL, 'DIIIKEB'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_nilai` -- CREATE TABLE `tbl_nilai` ( `id_nil` int(15) NOT NULL, `nim` varchar(20) NOT NULL, `kd_mk` varchar(50) NOT NULL, `kd_dosen` varchar(20) NOT NULL, `kd_tahun` varchar(20) NOT NULL, `semester_ditempuh` int(2) NOT NULL, `grade` varchar(5) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_nilai` -- INSERT INTO `tbl_nilai` (`id_nil`, `nim`, `kd_mk`, `kd_dosen`, `kd_tahun`, `semester_ditempuh`, `grade`) VALUES (197, '1212', 'Bd.103', 'D003', '1', 1, 'c'), (196, '1212', 'Bd.102', 'D002', '2', 1, 'b'), (195, '1212', 'Bd.101', 'D001', '1', 1, 'a'), (194, '12312', 'Bd.103', 'D003', '1', 1, 'b'), (193, '12312', 'Bd.102', 'D002', '2', 1, 'b'), (192, '12312', 'Bd.101', 'D001', '1', 1, 'b'), (190, '12312', 'Bd.207', 'D001', '1', 3, 'a'), (191, '12312', 'Bd.204', 'D002', '1', 3, 'b'), (187, '12312', 'Bd.201', 'D002', '1', 2, 'b'), (186, '12312', 'Bd.104', 'D004', '1', 2, 'a'), (185, '1233213', 'Bd.201', 'D002', '1', 2, 'b'), (184, '1233213', 'Bd.104', 'D004', '1', 2, 'a'), (198, '1234', 'KEP1001', 'D001', '1', 1, 'A'), (199, '1234', 'KEP1007', 'D009', '1', 1, 'D'), (200, '1234', 'KEP1002', 'D002', '1', 1, 'B'), (201, '1234', 'KEP1003', 'D003', '1', 1, 'C'), (202, '1234', 'KEP1004', 'D004', '1', 1, 'A'), (203, '1234', 'KEP1005', 'D005', '1', 1, 'C'), (204, '1234', 'Bd.401', 'D002', '1', 1, 'A'), (205, '1234', 'Bd.201', 'D009', '1', 1, 'B'), (206, '1234', 'Bd.203', 'D004', '1', 1, 'C'), (207, '1234', 'Bd.104', 'D007', '1', 1, 'A'), (208, '1234', 'Bd.405', 'D003', '1', 1, 'B'), (209, '1234', 'Bd.501', 'D001', '1', 1, 'D'), (210, '1234', 'Bd.202', 'D006', '1', 1, 'A'), (211, '1234', 'Bd.101', 'D005', '1', 1, 'C'), (212, '1234', 'Bd.204', 'D022', '1', 1, 'A'), (213, '12345678', 'KEPE1001', 'D023', '1', 1, 'A'), (214, '12345678', 'KEPE1002', 'D022', '1', 1, 'B'), (215, '12345678', 'KEPE1003', 'D012', '1', 1, 'C'), (216, '12345678', 'KEPE1004', 'D022', '1', 1, 'A'), (217, '12345678', 'KEPE1005', 'D026', '1', 1, 'B'), (218, '12345678', 'KEPE1006', 'D014', '1', 1, 'A'), (219, '12345678', 'KEPE1007', 'D010', '1', 1, 'B'), (220, '12345678', 'KEPE1008', 'D027', '1', 1, 'A'), (221, '12345678', 'KEPE1009', 'D001', '1', 1, 'C'), (222, '123', 'Bd.201', 'D009', 'Ganjil 2016/2017', 1, 'A'), (223, '123', 'Bd.104', 'D007', 'Ganjil 2016/2017', 1, 'B'), (224, '123', 'Bd.203', 'D004', 'Ganjil 2016/2017', 1, 'A'), (227, '15', 'Bd.201', 'D009', 'Ganjil 2016/2017', 1, 'A'), (228, '15', 'Bd.203', 'D004', 'Ganjil 2016/2017', 1, 'B'), (229, '15', 'Bd.104', 'D007', 'Ganjil 2016/2017', 1, 'A'), (233, '22', 'Bd.5.201', 'D036', 'Genap 2016/2017', 2, 'A-'), (232, '22', 'Bd.5.109', 'D022', 'Ganjil 2017/2018', 1, 'B+'), (234, '22', 'Bd.5.202', 'D012', 'Genap 2016/2017', 2, 'B+'), (235, '22', 'Bd.5.203', 'D023', 'Genap 2016/2017', 2, 'B+'), (237, '22', 'Bd.5.107', 'D012', 'Ganjil 2017/2018', 1, 'A-'), (257, '13', 'Bd.5.101', 'D024', 'Ganjil 2017/2018', 1, 'E'), (252, '13', 'Bd.5.102', 'D036', 'Ganjil 2017/2018', 1, 'B+'), (253, '13', 'Bd.5.103', 'D004', 'Ganjil 2017/2018', 1, 'C+'), (254, '13', 'Bd.5.104', 'D001', 'Ganjil 2017/2018', 1, 'C'), (255, '13', 'Bd.5.105', 'D001', 'Ganjil 2017/2018', 1, 'A-'), (256, '13', 'Bd.5.106', 'D037', 'Ganjil 2017/2018', 1, 'B'), (258, '170411001', 'Bd.5.101', 'D024', 'Ganjil 2017/2018', 1, 'C'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_nilai_uts` -- CREATE TABLE `tbl_nilai_uts` ( `id_uts` int(15) NOT NULL, `nim` varchar(20) NOT NULL, `kd_mk` varchar(20) NOT NULL, `kd_dosen` varchar(10) NOT NULL, `kd_tahun` varchar(20) NOT NULL, `semester_ditempuh` int(2) NOT NULL, `nilai_uts` varchar(10) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_nilai_uts` -- INSERT INTO `tbl_nilai_uts` (`id_uts`, `nim`, `kd_mk`, `kd_dosen`, `kd_tahun`, `semester_ditempuh`, `nilai_uts`) VALUES (6, '160410001', 'Bd.201', 'D012', 'Ganjil 2016/2017', 1, '7'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_online` -- CREATE TABLE `tbl_online` ( `id` int(10) NOT NULL, `id_online` varchar(30) NOT NULL, `nama` varchar(300) NOT NULL, `foto` varchar(100) NOT NULL, `jurusan` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_online` -- INSERT INTO `tbl_online` (`id`, `id_online`, `nama`, `foto`, `jurusan`) VALUES (1026, '12', 'Citra Yulia Dewi', '15935575_1437966612881525_1777617691_n.jpg', 'DIII Kebidanan'), (1027, 'AA', 'test', '', ''), (1028, 'D001', 'FEVA', '', ''), (1029, 'D002', 'ddd', '', ''), (1030, '99', 'Citra Yulia Dewi', '', 'DIII Kebidanan'), (1031, 'zz', 'sam', '', ''), (1032, '88', 'testting', '', 'DIII Kebidanan'), (1033, '123419', 'Rahmat', '', 'DIII Kebidanan'), (1034, '123519', 'Sinta', '', 'DIII Kebidanan'), (1035, '123619', 'Budi', '', 'DIII Kebidanan'), (1036, 'DA1R', 'Siva Citra, Mkeb', '', ''), (1037, 'DA2R', 'Sinta Maharani, S.Keb, M.Keb', '', ''), (1038, 'DA3R', 'Maya prianti, MM', '', ''), (1039, '09876543321', 'uu', '', 'DIII Kebidanan'), (1040, '77', '77', '', 'DIII Kebidanan'), (1041, '2323', 'Citra Yulia Dewigg', '', 'DIII Kebidanan'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_pembayaran` -- CREATE TABLE `tbl_pembayaran` ( `id_pembayaran` int(11) NOT NULL, `nim` varchar(20) NOT NULL, `thn_ajaran` varchar(20) NOT NULL, `kelas` varchar(10) NOT NULL, `jumlah` int(40) NOT NULL, `upload` varchar(300) NOT NULL, `keterangan` varchar(300) NOT NULL, `semester` varchar(20) NOT NULL, `tgl_upload` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_pembayaran` -- INSERT INTO `tbl_pembayaran` (`id_pembayaran`, `nim`, `thn_ajaran`, `kelas`, `jumlah`, `upload`, `keterangan`, `semester`, `tgl_upload`) VALUES (1, '13', '', '', 500000, 'file_1512282775.jpg', '<p>testtttttttt</p>', '1', '1218143676'), (2, '13', '', '', 400000, 'file_1512282881.pdf', '<p>uiuiuiuiuiuii</p>', '1', '1318143676'), (3, '13', '', '', 500000, 'file_1512282931.docx', '<p>uuuuu</p>', '2', '1418143676'), (4, '13', '', '', 700000, 'file_1512287560.jpg', '<p>dsfdsfd sdfds df  dfd fdsf </p>', '1', '1418143776'), (5, '13', '', '', 800000, 'file_1512287640.doc', '<p>fgsg df df df dfdf</p>', '1', '1418145776'), (7, '120106021', '', '', 1000000, 'file_1516596739.jpg', 'pembayaran spp', '1', '1418146776'), (10, '120106021', '', '', 676878, 'file_1516605208.jpg', 'uuuuu', '1', '1418146876'), (13, '120106021', '', '', 1000000, 'file_1516606115.jpg', 'ff', '1', '1418147876'), (14, '140408013', '', '', 200000, 'file_1518019780.jpg', 'test', '1', '1418148876'), (15, '140408013', '', '', 300000, 'file_1518023713.jpg', 'okeeeeeeeee', '2', '1418149876'), (16, '140408014', '', '', 6000000, 'file_1518023915.png', 'llllllllll', '5', '1418159876'), (17, '130107002', '', '', 5000000, 'file_1518143676.jpg', 'ggggggggggggggg', '2', '1518143676'), (18, '99', '', '', 3434, 'file_1522369486.jpg', '35', '1', '1522369486'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_perwalian_detail` -- CREATE TABLE `tbl_perwalian_detail` ( `id_pd` int(15) NOT NULL, `nim` varchar(20) NOT NULL, `kd_jadwal` int(20) NOT NULL, `matakuliah` varchar(100) NOT NULL, `kd_dosen` varchar(100) NOT NULL, `semester` varchar(10) NOT NULL, `thn_ajaran` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_perwalian_detail` -- INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (199, '1233213', 53, '', '', '', ''), (200, '1233213', 55, '', '', '', ''), (221, '12312', 58, '', '', '', ''), (222, '12312', 59, '', '', '', ''), (223, '12312', 60, '', '', '', ''), (227, '1212', 58, '', '', '', ''), (228, '1212', 59, '', '', '', ''), (229, '1212', 60, '', '', '', ''), (388, '160410001', 77, '', '', '1', ''), (389, '160410001', 78, '', '', '1', ''), (390, '160410001', 79, '', '', '1', ''), (391, '160410001', 80, '', '', '1', ''), (392, '160410001', 81, '', '', '1', ''), (393, '160410001', 82, '', '', '1', ''), (394, '160410001', 83, '', '', '1', ''), (395, '160410001', 86, '', '', '1', ''), (396, '160410001', 87, '', '', '1', ''), (397, '160410033', 77, '', '', '1', ''), (398, '160410033', 78, '', '', '1', ''), (399, '160410033', 79, '', '', '1', ''), (400, '160410033', 80, '', '', '1', ''), (401, '160410033', 81, '', '', '1', ''), (402, '160410033', 82, '', '', '1', ''), (403, '160410033', 83, '', '', '1', ''), (404, '160410033', 86, '', '', '1', ''), (405, '160410033', 87, '', '', '1', ''), (406, '160410013', 77, '', '', '1', ''), (407, '160410013', 78, '', '', '1', ''), (408, '160410013', 79, '', '', '1', ''), (409, '160410013', 80, '', '', '1', ''), (410, '160410013', 81, '', '', '1', ''), (411, '160410013', 82, '', '', '1', ''), (412, '160410013', 83, '', '', '1', ''), (413, '160410013', 86, '', '', '1', ''), (414, '160410013', 87, '', '', '1', ''), (442, '160410015', 77, '', '', '1', ''), (443, '160410015', 78, '', '', '1', ''), (444, '160410015', 79, '', '', '1', ''), (445, '160410015', 80, '', '', '1', ''), (446, '160410015', 81, '', '', '1', ''), (447, '160410015', 82, '', '', '1', ''), (448, '160410015', 83, '', '', '1', ''), (449, '160410015', 86, '', '', '1', ''), (450, '160410015', 87, '', '', '1', ''), (451, '160410025', 77, '', '', '1', ''), (452, '160410025', 78, '', '', '1', ''), (453, '160410025', 79, '', '', '1', ''), (454, '160410025', 80, '', '', '1', ''), (455, '160410025', 81, '', '', '1', ''), (456, '160410025', 82, '', '', '1', ''), (457, '160410025', 83, '', '', '1', ''), (458, '160410025', 86, '', '', '1', ''), (459, '160410025', 87, '', '', '1', ''), (469, '160410070', 77, '', '', '1', ''), (470, '160410070', 78, '', '', '1', ''), (471, '160410070', 79, '', '', '1', ''), (472, '160410070', 80, '', '', '1', ''), (473, '160410070', 81, '', '', '1', ''), (474, '160410070', 82, '', '', '1', ''), (475, '160410070', 83, '', '', '1', ''), (476, '160410070', 86, '', '', '1', ''), (477, '160410070', 87, '', '', '1', ''), (478, '160410065', 77, '', '', '1', ''), (479, '160410065', 78, '', '', '1', ''), (480, '160410065', 79, '', '', '1', ''), (481, '160410065', 80, '', '', '1', ''), (482, '160410065', 81, '', '', '1', ''), (483, '160410065', 82, '', '', '1', ''), (484, '160410065', 83, '', '', '1', ''), (485, '160410065', 86, '', '', '1', ''), (486, '160410065', 87, '', '', '1', ''), (550, '160410030', 77, '', '', '1', ''), (551, '160410030', 78, '', '', '1', ''), (552, '160410030', 79, '', '', '1', ''), (553, '160410030', 80, '', '', '1', ''), (554, '160410030', 81, '', '', '1', ''), (555, '160410030', 82, '', '', '1', ''), (556, '160410030', 83, '', '', '1', ''), (557, '160410030', 86, '', '', '1', ''), (558, '160410030', 87, '', '', '1', ''), (577, '160410047', 77, '', '', '1', ''), (578, '160410047', 78, '', '', '1', ''), (579, '160410047', 79, '', '', '1', ''), (580, '160410047', 80, '', '', '1', ''), (581, '160410047', 81, '', '', '1', ''), (582, '160410047', 82, '', '', '1', ''), (583, '160410047', 83, '', '', '1', ''), (584, '160410047', 86, '', '', '1', ''), (585, '160410047', 87, '', '', '1', ''), (595, '160410052', 77, '', '', '1', ''), (596, '160410052', 78, '', '', '1', ''), (597, '160410052', 79, '', '', '1', ''), (598, '160410052', 80, '', '', '1', ''), (599, '160410052', 81, '', '', '1', ''), (600, '160410052', 82, '', '', '1', ''), (601, '160410052', 83, '', '', '1', ''), (602, '160410052', 86, '', '', '1', ''), (603, '160410052', 87, '', '', '1', ''), (604, '160410004', 77, '', '', '1', ''), (605, '160410004', 78, '', '', '1', ''), (606, '160410004', 79, '', '', '1', ''), (607, '160410004', 80, '', '', '1', ''), (608, '160410004', 81, '', '', '1', ''), (609, '160410004', 82, '', '', '1', ''), (610, '160410004', 83, '', '', '1', ''), (611, '160410004', 86, '', '', '1', ''), (612, '160410004', 87, '', '', '1', ''), (613, '160410067', 77, '', '', '1', ''), (614, '160410067', 78, '', '', '1', ''), (615, '160410067', 79, '', '', '1', ''), (616, '160410067', 80, '', '', '1', ''), (617, '160410067', 81, '', '', '1', ''), (618, '160410067', 82, '', '', '1', ''), (619, '160410067', 83, '', '', '1', ''), (620, '160410067', 86, '', '', '1', ''), (621, '160410067', 87, '', '', '1', ''), (640, '160410066', 77, '', '', '1', ''), (641, '160410066', 78, '', '', '1', ''), (642, '160410066', 79, '', '', '1', ''), (643, '160410066', 80, '', '', '1', ''), (644, '160410066', 81, '', '', '1', ''), (645, '160410066', 82, '', '', '1', ''), (646, '160410066', 83, '', '', '1', ''), (647, '160410066', 86, '', '', '1', ''), (648, '160410066', 87, '', '', '1', ''), (649, '160410071', 77, '', '', '1', ''), (650, '160410071', 78, '', '', '1', ''), (651, '160410071', 79, '', '', '1', ''), (652, '160410071', 80, '', '', '1', ''), (653, '160410071', 81, '', '', '1', ''), (654, '160410071', 82, '', '', '1', ''), (655, '160410071', 83, '', '', '1', ''), (656, '160410071', 86, '', '', '1', ''), (657, '160410071', 87, '', '', '1', ''), (658, '160410038', 77, '', '', '1', ''), (659, '160410038', 78, '', '', '1', ''), (660, '160410038', 79, '', '', '1', ''), (661, '160410038', 80, '', '', '1', ''), (662, '160410038', 81, '', '', '1', ''), (663, '160410038', 82, '', '', '1', ''), (664, '160410038', 83, '', '', '1', ''), (665, '160410038', 86, '', '', '1', ''), (666, '160410038', 87, '', '', '1', ''), (703, '160410009', 77, '', '', '1', ''), (704, '160410009', 78, '', '', '1', ''), (705, '160410009', 79, '', '', '1', ''), (706, '160410009', 80, '', '', '1', ''), (707, '160410009', 81, '', '', '1', ''), (708, '160410009', 82, '', '', '1', ''), (709, '160410009', 83, '', '', '1', ''), (710, '160410009', 86, '', '', '1', ''), (711, '160410009', 87, '', '', '1', ''), (712, '160410041', 77, '', '', '1', ''), (713, '160410041', 78, '', '', '1', ''), (714, '160410041', 79, '', '', '1', ''), (715, '160410041', 80, '', '', '1', ''), (716, '160410041', 81, '', '', '1', ''), (717, '160410041', 82, '', '', '1', ''), (718, '160410041', 83, '', '', '1', ''), (719, '160410041', 86, '', '', '1', ''), (720, '160410041', 87, '', '', '1', ''), (739, '160410014', 77, '', '', '1', ''), (740, '160410014', 78, '', '', '1', ''), (741, '160410014', 79, '', '', '1', ''), (742, '160410014', 80, '', '', '1', ''), (743, '160410014', 81, '', '', '1', ''), (744, '160410014', 82, '', '', '1', ''), (745, '160410014', 83, '', '', '1', ''), (746, '160410014', 86, '', '', '1', ''), (747, '160410014', 87, '', '', '1', ''), (775, '160410027', 77, '', '', '1', ''), (776, '160410027', 78, '', '', '1', ''), (777, '160410027', 79, '', '', '1', ''), (778, '160410027', 80, '', '', '1', ''), (779, '160410027', 81, '', '', '1', ''), (780, '160410027', 82, '', '', '1', ''), (781, '160410027', 83, '', '', '1', ''), (782, '160410027', 86, '', '', '1', ''), (783, '160410027', 87, '', '', '1', ''), (784, '160410016', 77, '', '', '1', ''), (785, '160410016', 78, '', '', '1', ''), (786, '160410016', 79, '', '', '1', ''), (787, '160410016', 80, '', '', '1', ''), (788, '160410016', 81, '', '', '1', ''), (789, '160410016', 82, '', '', '1', ''), (790, '160410016', 83, '', '', '1', ''), (791, '160410016', 86, '', '', '1', ''), (792, '160410016', 87, '', '', '1', ''), (1000, '160410034', 77, '', '', '1', ''), (1001, '160410034', 78, '', '', '1', ''), (1002, '160410034', 79, '', '', '1', ''), (1003, '160410034', 80, '', '', '1', ''), (1004, '160410034', 81, '', '', '1', ''), (1005, '160410034', 82, '', '', '1', ''), (1006, '160410034', 83, '', '', '1', ''), (1007, '160410034', 86, '', '', '1', ''), (1008, '160410034', 87, '', '', '1', ''), (1039, '150110001', 89, '', '', '', ''), (1040, '150110001', 90, '', '', '', ''), (1041, '150110001', 91, '', '', '', ''), (1042, '150110001', 92, '', '', '', ''), (1043, '150110001', 93, '', '', '', ''), (1044, '150110001', 94, '', '', '', ''), (1045, '150110001', 95, '', '', '', ''), (1120, '160321011', 96, '', '', '', ''), (1121, '160321011', 97, '', '', '', ''), (1122, '160321011', 98, '', '', '', ''), (1123, '160321011', 99, '', '', '', ''), (1124, '160321011', 100, '', '', '', ''), (1125, '160321011', 101, '', '', '', ''), (1126, '160321011', 102, '', '', '', ''), (1127, '160321011', 103, '', '', '', ''), (1153, '160410035', 77, '', '', '', ''), (1154, '160410035', 78, '', '', '', ''), (1155, '160410035', 79, '', '', '', ''), (1156, '160410035', 80, '', '', '', ''), (1157, '160410035', 81, '', '', '', ''), (1158, '160410035', 82, '', '', '', ''), (1159, '160410035', 83, '', '', '', ''), (1160, '160410035', 86, '', '', '', ''), (1161, '160410035', 87, '', '', '', ''), (1276, '150110003', 89, '', '', '', ''), (1277, '150110003', 90, '', '', '', ''), (1278, '150110003', 91, '', '', '', ''), (1279, '150110003', 92, '', '', '', ''), (1280, '150110003', 93, '', '', '', ''), (1281, '150110003', 94, '', '', '', ''), (1282, '150110003', 95, '', '', '', ''), (1283, '160321037', 96, '', '', '', ''), (1284, '160321037', 97, '', '', '', ''), (1285, '160321037', 98, '', '', '', ''), (1286, '160321037', 99, '', '', '', ''), (1287, '160321037', 100, '', '', '', ''), (1288, '160321037', 101, '', '', '', ''), (1289, '160321037', 102, '', '', '', ''), (1290, '160321037', 103, '', '', '', ''), (1519, '160410026', 77, '', '', '', ''), (1520, '160410026', 78, '', '', '', ''), (1521, '160410026', 79, '', '', '', ''), (1522, '160410026', 80, '', '', '', ''), (1523, '160410026', 81, '', '', '', ''), (1524, '160410026', 82, '', '', '', ''), (1525, '160410026', 83, '', '', '', ''), (1526, '160410026', 86, '', '', '', ''), (1527, '160410026', 87, '', '', '', ''), (1537, '160410024', 77, '', '', '', ''), (1538, '160410024', 78, '', '', '', ''), (1539, '160410024', 79, '', '', '', ''), (1540, '160410024', 80, '', '', '', ''), (1541, '160410024', 81, '', '', '', ''), (1542, '160410024', 82, '', '', '', ''), (1543, '160410024', 83, '', '', '', ''), (1544, '160410024', 86, '', '', '', ''), (1545, '160410024', 87, '', '', '', ''), (1618, '160410011', 77, '', '', '', ''), (1619, '160410011', 78, '', '', '', ''), (1620, '160410011', 79, '', '', '', ''), (1621, '160410011', 80, '', '', '', ''), (1622, '160410011', 81, '', '', '', ''), (1623, '160410011', 82, '', '', '', ''), (1624, '160410011', 83, '', '', '', ''), (1625, '160410011', 86, '', '', '', ''), (1626, '160410011', 87, '', '', '', ''), (1627, '160410002', 77, '', '', '', ''), (1628, '160410002', 78, '', '', '', ''), (1629, '160410002', 79, '', '', '', ''), (1630, '160410002', 80, '', '', '', ''), (1631, '160410002', 81, '', '', '', ''), (1632, '160410002', 82, '', '', '', ''), (1633, '160410002', 83, '', '', '', ''), (1634, '160410002', 86, '', '', '', ''), (1635, '160410002', 87, '', '', '', ''), (1644, '160410037', 77, '', '', '', ''), (1645, '160410037', 78, '', '', '', ''), (1646, '160410037', 79, '', '', '', ''), (1647, '160410037', 80, '', '', '', ''), (1648, '160410037', 81, '', '', '', ''), (1649, '160410037', 82, '', '', '', ''), (1650, '160410037', 83, '', '', '', ''), (1651, '160410037', 86, '', '', '', ''), (1652, '160410037', 87, '', '', '', ''), (1833, '160110016', 89, '', '', '', ''), (1834, '160110016', 90, '', '', '', ''), (1835, '160110016', 91, '', '', '', ''), (1836, '160110016', 92, '', '', '', ''), (1837, '160110016', 93, '', '', '', ''), (1838, '160110016', 94, '', '', '', ''), (1839, '160110016', 95, '', '', '', ''), (1840, '160110016', 104, '', '', '', ''), (1841, '160110009', 89, '', '', '', ''), (1842, '160110009', 90, '', '', '', ''), (1843, '160110009', 91, '', '', '', ''), (1844, '160110009', 92, '', '', '', ''), (1845, '160110009', 93, '', '', '', ''), (1846, '160110009', 94, '', '', '', ''), (1847, '160110009', 95, '', '', '', ''), (1848, '160110009', 104, '', '', '', ''), (2028, '160410007', 77, '', '', '', ''), (2029, '160410007', 78, '', '', '', ''), (2030, '160410007', 79, '', '', '', ''), (2031, '160410007', 80, '', '', '', ''), (2032, '160410007', 81, '', '', '', ''), (2033, '160410007', 82, '', '', '', ''), (2034, '160410007', 83, '', '', '', ''), (2035, '160410007', 86, '', '', '', ''), (2036, '160410007', 87, '', '', '', ''), (2072, '160321041', 96, '', '', '', ''), (2073, '160321041', 97, '', '', '', ''), (2074, '160321041', 98, '', '', '', ''), (2075, '160321041', 99, '', '', '', ''), (2076, '160321041', 100, '', '', '', ''), (2077, '160321041', 101, '', '', '', ''), (2078, '160321041', 102, '', '', '', ''), (2079, '160321041', 103, '', '', '', ''), (2114, '160110011', 89, '', '', '', ''), (2115, '160110011', 90, '', '', '', ''), (2116, '160110011', 91, '', '', '', ''), (2117, '160110011', 92, '', '', '', ''), (2118, '160110011', 93, '', '', '', ''), (2119, '160110011', 94, '', '', '', ''), (2120, '160110011', 95, '', '', '', ''), (2121, '160110011', 104, '', '', '', ''), (2209, '160410045', 77, '', '', '', ''), (2210, '160410045', 78, '', '', '', ''), (2211, '160410045', 79, '', '', '', ''), (2212, '160410045', 80, '', '', '', ''), (2213, '160410045', 81, '', '', '', ''), (2214, '160410045', 82, '', '', '', ''), (2215, '160410045', 83, '', '', '', ''), (2216, '160410045', 86, '', '', '', ''), (2217, '160410045', 87, '', '', '', ''), (2218, '160410005', 77, '', '', '', ''), (2219, '160410005', 78, '', '', '', ''), (2220, '160410005', 79, '', '', '', ''), (2221, '160410005', 80, '', '', '', ''), (2222, '160410005', 81, '', '', '', ''), (2223, '160410005', 82, '', '', '', ''), (2224, '160410005', 83, '', '', '', ''), (2225, '160410005', 86, '', '', '', ''), (2226, '160410005', 87, '', '', '', ''), (2236, '160410063', 77, '', '', '', ''), (2237, '160410063', 78, '', '', '', ''), (2238, '160410063', 79, '', '', '', ''), (2239, '160410063', 80, '', '', '', ''), (2240, '160410063', 81, '', '', '', ''), (2241, '160410063', 82, '', '', '', ''), (2242, '160410063', 83, '', '', '', ''), (2243, '160410063', 86, '', '', '', ''), (2244, '160410063', 87, '', '', '', ''), (2449, '160110025', 89, '', '', '', ''), (2450, '160110025', 90, '', '', '', ''), (2451, '160110025', 91, '', '', '', ''), (2452, '160110025', 92, '', '', '', ''), (2453, '160110025', 93, '', '', '', ''), (2454, '160110025', 94, '', '', '', ''), (2455, '160110025', 95, '', '', '', ''), (2456, '160110025', 104, '', '', '', ''), (2572, '160410048', 77, '', '', '', ''), (2573, '160410048', 78, '', '', '', ''), (2574, '160410048', 79, '', '', '', ''), (2575, '160410048', 80, '', '', '', ''), (2576, '160410048', 81, '', '', '', ''), (2577, '160410048', 82, '', '', '', ''), (2578, '160410048', 83, '', '', '', ''), (2579, '160410048', 86, '', '', '', ''), (2580, '160410048', 87, '', '', '', ''), (2846, '160410031', 77, '', '', '', ''), (2847, '160410031', 78, '', '', '', ''), (2848, '160410031', 79, '', '', '', ''), (2849, '160410031', 80, '', '', '', ''), (2850, '160410031', 81, '', '', '', ''), (2851, '160410031', 82, '', '', '', ''), (2852, '160410031', 83, '', '', '', ''), (2853, '160410031', 86, '', '', '', ''), (2854, '160410031', 87, '', '', '', ''), (3003, '160110008', 89, '', '', '', ''), (3004, '160110008', 90, '', '', '', ''), (3005, '160110008', 91, '', '', '', ''), (3006, '160110008', 92, '', '', '', ''), (3007, '160110008', 93, '', '', '', ''), (3008, '160110008', 94, '', '', '', ''), (3009, '160110008', 95, '', '', '', ''), (3010, '160110008', 104, '', '', '', ''), (3088, '160110003', 89, '', '', '', ''), (3089, '160110003', 90, '', '', '', ''), (3090, '160110003', 91, '', '', '', ''), (3091, '160110003', 92, '', '', '', ''), (3092, '160110003', 93, '', '', '', ''), (3093, '160110003', 94, '', '', '', ''), (3094, '160110003', 95, '', '', '', ''), (3095, '160110003', 104, '', '', '', ''), (3177, '160321059', 96, '', '', '', ''), (3178, '160321059', 97, '', '', '', ''), (3179, '160321059', 98, '', '', '', ''), (3180, '160321059', 99, '', '', '', ''), (3181, '160321059', 100, '', '', '', ''), (3182, '160321059', 101, '', '', '', ''), (3183, '160321059', 102, '', '', '', ''), (3184, '160321059', 103, '', '', '', ''), (3228, '160110020', 89, '', '', '', ''), (3229, '160110020', 90, '', '', '', ''), (3230, '160110020', 91, '', '', '', ''), (3231, '160110020', 92, '', '', '', ''), (3232, '160110020', 93, '', '', '', ''), (3233, '160110020', 94, '', '', '', ''), (3234, '160110020', 95, '', '', '', ''), (3235, '160110020', 104, '', '', '', ''), (3281, '160110023', 89, '', '', '', ''), (3282, '160110023', 90, '', '', '', ''), (3283, '160110023', 91, '', '', '', ''), (3284, '160110023', 92, '', '', '', ''), (3285, '160110023', 93, '', '', '', ''), (3286, '160110023', 94, '', '', '', ''), (3287, '160110023', 95, '', '', '', ''), (3288, '160110023', 104, '', '', '', ''), (3386, '160410064', 77, '', '', '', ''), (3387, '160410064', 78, '', '', '', ''), (3388, '160410064', 79, '', '', '', ''), (3389, '160410064', 80, '', '', '', ''), (3390, '160410064', 81, '', '', '', ''), (3391, '160410064', 82, '', '', '', ''), (3392, '160410064', 83, '', '', '', ''), (3393, '160410064', 86, '', '', '', ''), (3394, '160410064', 87, '', '', '', ''), (3447, '160110031', 89, '', '', '', ''), (3448, '160110031', 90, '', '', '', ''), (3449, '160110031', 91, '', '', '', ''), (3450, '160110031', 92, '', '', '', ''), (3451, '160110031', 93, '', '', '', ''), (3452, '160110031', 94, '', '', '', ''), (3453, '160110031', 95, '', '', '', ''), (3454, '160110031', 104, '', '', '', ''), (3609, '160410020', 77, '', '', '', ''), (3610, '160410020', 78, '', '', '', ''), (3611, '160410020', 79, '', '', '', ''), (3612, '160410020', 80, '', '', '', ''), (3613, '160410020', 81, '', '', '', ''), (3614, '160410020', 82, '', '', '', ''), (3615, '160410020', 83, '', '', '', ''), (3616, '160410020', 86, '', '', '', ''), (3617, '160410020', 87, '', '', '', ''), (3878, '160410051', 77, '', '', '', ''), (3879, '160410051', 78, '', '', '', ''), (3880, '160410051', 79, '', '', '', ''), (3881, '160410051', 80, '', '', '', ''), (3882, '160410051', 81, '', '', '', ''), (3883, '160410051', 82, '', '', '', ''), (3884, '160410051', 83, '', '', '', ''), (3885, '160410051', 86, '', '', '', ''), (3886, '160410051', 87, '', '', '', ''), (3920, '160110019', 89, '', '', '', ''), (3921, '160110019', 90, '', '', '', ''), (3922, '160110019', 91, '', '', '', ''), (3923, '160110019', 92, '', '', '', ''), (3924, '160110019', 93, '', '', '', ''), (3925, '160110019', 94, '', '', '', ''), (3926, '160110019', 95, '', '', '', ''), (3927, '160110019', 104, '', '', '', ''), (4007, '160410032', 77, '', '', '', ''), (4008, '160410032', 78, '', '', '', ''), (4009, '160410032', 79, '', '', '', ''), (4010, '160410032', 80, '', '', '', ''), (4011, '160410032', 81, '', '', '', ''), (4012, '160410032', 82, '', '', '', ''), (4013, '160410032', 83, '', '', '', ''), (4014, '160410032', 86, '', '', '', ''), (4015, '160410032', 87, '', '', '', ''), (4372, '160410053', 77, '', '', '', ''), (4373, '160410053', 78, '', '', '', ''), (4374, '160410053', 79, '', '', '', ''), (4375, '160410053', 80, '', '', '', ''), (4376, '160410053', 81, '', '', '', ''), (4377, '160410053', 82, '', '', '', ''), (4378, '160410053', 83, '', '', '', ''), (4379, '160410053', 86, '', '', '', ''), (4380, '160410053', 87, '', '', '', ''), (4441, '160410019', 77, '', '', '', ''), (4442, '160410019', 78, '', '', '', ''), (4443, '160410019', 79, '', '', '', ''), (4444, '160410019', 80, '', '', '', ''), (4445, '160410019', 81, '', '', '', ''), (4446, '160410019', 82, '', '', '', ''), (4447, '160410019', 83, '', '', '', ''), (4448, '160410019', 86, '', '', '', ''), (4449, '160410019', 87, '', '', '', ''), (4492, '160110026', 89, '', '', '', ''), (4493, '160110026', 90, '', '', '', ''), (4494, '160110026', 91, '', '', '', ''), (4495, '160110026', 92, '', '', '', ''), (4496, '160110026', 93, '', '', '', ''), (4497, '160110026', 94, '', '', '', ''), (4498, '160110026', 95, '', '', '', ''), (4499, '160110026', 104, '', '', '', ''), (4587, '160410039', 77, '', '', '', ''), (4588, '160410039', 78, '', '', '', ''), (4589, '160410039', 79, '', '', '', ''), (4590, '160410039', 80, '', '', '', ''), (4591, '160410039', 81, '', '', '', ''), (4592, '160410039', 82, '', '', '', ''), (4593, '160410039', 83, '', '', '', ''), (4594, '160410039', 86, '', '', '', ''), (4595, '160410039', 87, '', '', '', ''), (4605, '160410046', 77, '', '', '', ''), (4606, '160410046', 78, '', '', '', ''), (4607, '160410046', 79, '', '', '', ''), (4608, '160410046', 80, '', '', '', ''), (4609, '160410046', 81, '', '', '', ''), (4610, '160410046', 82, '', '', '', ''), (4611, '160410046', 83, '', '', '', ''), (4612, '160410046', 86, '', '', '', ''), (4613, '160410046', 87, '', '', '', ''), (4900, '160410049', 77, '', '', '', ''), (4901, '160410049', 78, '', '', '', ''), (4902, '160410049', 79, '', '', '', ''), (4903, '160410049', 80, '', '', '', ''), (4904, '160410049', 81, '', '', '', ''), (4905, '160410049', 82, '', '', '', ''), (4906, '160410049', 83, '', '', '', ''), (4907, '160410049', 86, '', '', '', ''), (4908, '160410049', 87, '', '', '', ''), (4952, '160410006', 77, '', '', '', ''), (4953, '160410006', 78, '', '', '', ''), (4954, '160410006', 79, '', '', '', ''), (4955, '160410006', 80, '', '', '', ''), (4956, '160410006', 81, '', '', '', ''), (4957, '160410006', 82, '', '', '', ''), (4958, '160410006', 83, '', '', '', ''), (4959, '160410006', 86, '', '', '', ''), (4960, '160410006', 87, '', '', '', ''), (4985, '160410010', 77, '', '', '', ''), (4986, '160410010', 78, '', '', '', ''), (4987, '160410010', 79, '', '', '', ''), (4988, '160410010', 80, '', '', '', ''), (4989, '160410010', 81, '', '', '', ''), (4990, '160410010', 82, '', '', '', ''), (4991, '160410010', 83, '', '', '', ''), (4992, '160410010', 86, '', '', '', ''), (4993, '160410010', 87, '', '', '', ''), (4994, '160410044', 77, '', '', '', ''), (4995, '160410044', 78, '', '', '', ''), (4996, '160410044', 79, '', '', '', ''), (4997, '160410044', 80, '', '', '', ''), (4998, '160410044', 81, '', '', '', ''), (4999, '160410044', 82, '', '', '', ''), (5000, '160410044', 83, '', '', '', ''), (5001, '160410044', 86, '', '', '', ''), (5002, '160410044', 87, '', '', '', ''), (5120, '160410058', 77, '', '', '', ''), (5121, '160410058', 78, '', '', '', ''), (5122, '160410058', 79, '', '', '', ''), (5123, '160410058', 80, '', '', '', ''), (5124, '160410058', 81, '', '', '', ''), (5125, '160410058', 82, '', '', '', ''), (5126, '160410058', 83, '', '', '', ''), (5127, '160410058', 86, '', '', '', ''), (5128, '160410058', 87, '', '', '', ''), (5385, '160110027', 89, '', '', '', ''), (5386, '160110027', 90, '', '', '', ''), (5387, '160110027', 91, '', '', '', ''), (5388, '160110027', 92, '', '', '', ''), (5389, '160110027', 93, '', '', '', ''), (5390, '160110027', 94, '', '', '', ''), (5391, '160110027', 95, '', '', '', ''), (5392, '160110027', 104, '', '', '', ''), (5512, '160410021', 77, '', '', '', ''), (5513, '160410021', 78, '', '', '', ''), (5514, '160410021', 79, '', '', '', ''), (5515, '160410021', 80, '', '', '', ''), (5516, '160410021', 81, '', '', '', ''), (5517, '160410021', 82, '', '', '', ''), (5518, '160410021', 83, '', '', '', ''), (5519, '160410021', 86, '', '', '', ''), (5520, '160410021', 87, '', '', '', ''), (5521, '160410055', 77, '', '', '', ''), (5522, '160410055', 78, '', '', '', ''), (5523, '160410055', 79, '', '', '', ''), (5524, '160410055', 80, '', '', '', ''), (5525, '160410055', 81, '', '', '', ''), (5526, '160410055', 82, '', '', '', ''), (5527, '160410055', 83, '', '', '', ''), (5528, '160410055', 86, '', '', '', ''), (5529, '160410055', 87, '', '', '', ''), (5581, '160110012', 89, '', '', '', ''), (5582, '160110012', 90, '', '', '', ''), (5583, '160110012', 91, '', '', '', ''), (5584, '160110012', 92, '', '', '', ''), (5585, '160110012', 93, '', '', '', ''), (5586, '160110012', 94, '', '', '', ''), (5587, '160110012', 95, '', '', '', ''), (5588, '160110012', 104, '', '', '', ''), (5622, '160410056', 77, '', '', '', ''), (5623, '160410056', 78, '', '', '', ''), (5624, '160410056', 79, '', '', '', ''), (5625, '160410056', 80, '', '', '', ''), (5626, '160410056', 81, '', '', '', ''), (5627, '160410056', 82, '', '', '', ''), (5628, '160410056', 83, '', '', '', ''), (5629, '160410056', 86, '', '', '', ''), (5630, '160410056', 87, '', '', '', ''), (5689, '160410059', 77, '', '', '', ''), (5690, '160410059', 78, '', '', '', ''), (5691, '160410059', 79, '', '', '', ''), (5692, '160410059', 80, '', '', '', ''), (5693, '160410059', 81, '', '', '', ''), (5694, '160410059', 82, '', '', '', ''), (5695, '160410059', 83, '', '', '', ''), (5696, '160410059', 86, '', '', '', ''), (5697, '160410059', 87, '', '', '', ''), (5733, '160410060', 77, '', '', '', ''), (5734, '160410060', 78, '', '', '', ''), (5735, '160410060', 79, '', '', '', ''), (5736, '160410060', 80, '', '', '', ''), (5737, '160410060', 81, '', '', '', ''), (5738, '160410060', 82, '', '', '', ''), (5739, '160410060', 83, '', '', '', ''), (5740, '160410060', 86, '', '', '', ''), (5741, '160410060', 87, '', '', '', ''), (5742, '160410012', 77, '', '', '', ''), (5743, '160410012', 78, '', '', '', ''), (5744, '160410012', 79, '', '', '', ''), (5745, '160410012', 80, '', '', '', ''), (5746, '160410012', 81, '', '', '', ''), (5747, '160410012', 82, '', '', '', ''), (5748, '160410012', 83, '', '', '', ''), (5749, '160410012', 86, '', '', '', ''), (5750, '160410012', 87, '', '', '', ''), (5751, '160410057', 77, '', '', '', ''), (5752, '160410057', 78, '', '', '', ''), (5753, '160410057', 79, '', '', '', ''), (5754, '160410057', 80, '', '', '', ''), (5755, '160410057', 81, '', '', '', ''), (5756, '160410057', 82, '', '', '', ''), (5757, '160410057', 83, '', '', '', ''), (5758, '160410057', 86, '', '', '', ''), (5759, '160410057', 87, '', '', '', ''), (5843, '160321051', 96, '', '', '', ''), (5844, '160321051', 97, '', '', '', ''), (5845, '160321051', 98, '', '', '', ''), (5846, '160321051', 99, '', '', '', ''), (5847, '160321051', 100, '', '', '', ''), (5848, '160321051', 101, '', '', '', ''), (5849, '160321051', 102, '', '', '', ''), (5850, '160321051', 103, '', '', '', ''), (5851, '160321045', 96, '', '', '', ''), (5852, '160321045', 97, '', '', '', ''), (5853, '160321045', 98, '', '', '', ''), (5854, '160321045', 99, '', '', '', ''), (5855, '160321045', 100, '', '', '', ''), (5856, '160321045', 101, '', '', '', ''), (5857, '160321045', 102, '', '', '', ''), (5858, '160321045', 103, '', '', '', ''), (5867, '160321060', 96, '', '', '', ''), (5868, '160321060', 97, '', '', '', ''), (5869, '160321060', 98, '', '', '', ''), (5870, '160321060', 99, '', '', '', ''), (5871, '160321060', 100, '', '', '', ''), (5872, '160321060', 101, '', '', '', ''), (5873, '160321060', 102, '', '', '', ''), (5874, '160321060', 103, '', '', '', ''), (5902, '160410040', 77, '', '', '', ''), (5903, '160410040', 78, '', '', '', ''), (5904, '160410040', 79, '', '', '', ''), (5905, '160410040', 80, '', '', '', ''), (5906, '160410040', 81, '', '', '', ''), (5907, '160410040', 82, '', '', '', ''), (5908, '160410040', 83, '', '', '', ''), (5909, '160410040', 86, '', '', '', ''), (5910, '160410040', 87, '', '', '', ''), (5911, '160410008', 77, '', '', '', ''), (5912, '160410008', 78, '', '', '', ''), (5913, '160410008', 79, '', '', '', ''), (5914, '160410008', 80, '', '', '', ''), (5915, '160410008', 81, '', '', '', ''), (5916, '160410008', 82, '', '', '', ''), (5917, '160410008', 83, '', '', '', ''), (5918, '160410008', 86, '', '', '', ''), (5919, '160410008', 87, '', '', '', ''), (6040, '160321020', 96, '', '', '', ''), (6041, '160321020', 97, '', '', '', ''), (6042, '160321020', 98, '', '', '', ''), (6043, '160321020', 99, '', '', '', ''), (6044, '160321020', 100, '', '', '', ''), (6045, '160321020', 101, '', '', '', ''), (6046, '160321020', 102, '', '', '', ''), (6047, '160321020', 103, '', '', '', ''), (6064, '160321049', 96, '', '', '', ''), (6065, '160321049', 97, '', '', '', ''), (6066, '160321049', 98, '', '', '', ''), (6067, '160321049', 99, '', '', '', ''), (6068, '160321049', 100, '', '', '', ''), (6069, '160321049', 101, '', '', '', ''), (6070, '160321049', 102, '', '', '', ''), (6071, '160321049', 103, '', '', '', ''), (6167, '160110021', 89, '', '', '', ''), (6168, '160110021', 90, '', '', '', ''), (6169, '160110021', 91, '', '', '', ''), (6170, '160110021', 92, '', '', '', ''), (6171, '160110021', 93, '', '', '', ''), (6172, '160110021', 94, '', '', '', ''), (6173, '160110021', 95, '', '', '', ''), (6174, '160110021', 104, '', '', '', ''), (6183, '160110015', 89, '', '', '', ''), (6184, '160110015', 90, '', '', '', ''), (6185, '160110015', 91, '', '', '', ''), (6186, '160110015', 92, '', '', '', ''), (6187, '160110015', 93, '', '', '', ''), (6188, '160110015', 94, '', '', '', ''), (6189, '160110015', 95, '', '', '', ''), (6190, '160110015', 104, '', '', '', ''), (6191, '160410043', 77, '', '', '', ''), (6192, '160410043', 78, '', '', '', ''), (6193, '160410043', 79, '', '', '', ''), (6194, '160410043', 80, '', '', '', ''), (6195, '160410043', 81, '', '', '', ''), (6196, '160410043', 82, '', '', '', ''), (6197, '160410043', 83, '', '', '', ''), (6198, '160410043', 86, '', '', '', ''), (6199, '160410043', 87, '', '', '', ''), (6200, '160410061', 77, '', '', '', ''), (6201, '160410061', 78, '', '', '', ''), (6202, '160410061', 79, '', '', '', ''), (6203, '160410061', 80, '', '', '', ''), (6204, '160410061', 81, '', '', '', ''), (6205, '160410061', 82, '', '', '', ''), (6206, '160410061', 83, '', '', '', ''), (6207, '160410061', 86, '', '', '', ''), (6208, '160410061', 87, '', '', '', ''), (6209, '160410062', 77, '', '', '', ''), (6210, '160410062', 78, '', '', '', ''), (6211, '160410062', 79, '', '', '', ''), (6212, '160410062', 80, '', '', '', ''), (6213, '160410062', 81, '', '', '', ''), (6214, '160410062', 82, '', '', '', ''), (6215, '160410062', 83, '', '', '', ''), (6216, '160410062', 86, '', '', '', ''), (6217, '160410062', 87, '', '', '', ''), (6316, '160410072', 77, '', '', '', ''), (6317, '160410072', 78, '', '', '', ''), (6318, '160410072', 79, '', '', '', ''), (6319, '160410072', 80, '', '', '', ''), (6320, '160410072', 81, '', '', '', ''), (6321, '160410072', 82, '', '', '', ''), (6322, '160410072', 83, '', '', '', ''), (6323, '160410072', 86, '', '', '', ''), (6324, '160410072', 87, '', '', '', ''), (6325, '160410029', 77, '', '', '', ''), (6326, '160410029', 78, '', '', '', ''), (6327, '160410029', 79, '', '', '', ''), (6328, '160410029', 80, '', '', '', ''), (6329, '160410029', 81, '', '', '', ''), (6330, '160410029', 82, '', '', '', ''), (6331, '160410029', 83, '', '', '', ''), (6332, '160410029', 86, '', '', '', ''), (6333, '160410029', 87, '', '', '', ''), (6440, '160410105', 77, '', '', '', ''), (6441, '160410105', 78, '', '', '', ''), (6442, '160410105', 79, '', '', '', ''), (6443, '160410105', 80, '', '', '', ''), (6444, '160410105', 81, '', '', '', ''), (6445, '160410105', 82, '', '', '', ''), (6446, '160410105', 83, '', '', '', ''), (6447, '160410105', 86, '', '', '', ''), (6448, '160410105', 87, '', '', '', ''), (6513, '160410022', 77, '', '', '', ''), (6514, '160410022', 78, '', '', '', ''), (6515, '160410022', 79, '', '', '', ''), (6516, '160410022', 80, '', '', '', ''), (6517, '160410022', 81, '', '', '', ''), (6518, '160410022', 82, '', '', '', ''), (6519, '160410022', 83, '', '', '', ''), (6520, '160410022', 86, '', '', '', ''), (6521, '160410022', 87, '', '', '', ''), (6522, '160410003', 77, '', '', '', ''), (6523, '160410003', 78, '', '', '', ''), (6524, '160410003', 79, '', '', '', ''), (6525, '160410003', 80, '', '', '', ''), (6526, '160410003', 81, '', '', '', ''), (6527, '160410003', 82, '', '', '', ''), (6528, '160410003', 83, '', '', '', ''), (6529, '160410003', 86, '', '', '', ''), (6530, '160410003', 87, '', '', '', ''), (6547, '160321006', 96, '', '', '', ''), (6548, '160321006', 97, '', '', '', ''), (6549, '160321006', 98, '', '', '', ''), (6550, '160321006', 99, '', '', '', ''), (6551, '160321006', 100, '', '', '', ''), (6552, '160321006', 101, '', '', '', ''), (6553, '160321006', 102, '', '', '', ''), (6554, '160321006', 103, '', '', '', ''), (6595, '1234', 77, '', '', '', ''), (6596, '1234', 78, '', '', '', ''), (6597, '1234', 79, '', '', '', ''), (6598, '1234', 80, '', '', '', ''), (6599, '1234', 81, '', '', '', ''), (6600, '1234', 82, '', '', '', ''), (6601, '1234', 83, '', '', '', ''), (6602, '1234', 86, '', '', '', ''), (6603, '1234', 87, '', '', '', ''), (6604, '160410086', 77, '', '', '', ''), (6605, '160410086', 78, '', '', '', ''), (6606, '160410086', 79, '', '', '', ''), (6607, '160410086', 80, '', '', '', ''), (6608, '160410086', 81, '', '', '', ''), (6609, '160410086', 82, '', '', '', ''), (6610, '160410086', 83, '', '', '', ''), (6611, '160410086', 86, '', '', '', ''), (6612, '160410086', 87, '', '', '', ''), (6613, '160410104', 77, '', '', '', ''), (6614, '160410104', 78, '', '', '', ''), (6615, '160410104', 79, '', '', '', ''), (6616, '160410104', 80, '', '', '', ''), (6617, '160410104', 81, '', '', '', ''), (6618, '160410104', 82, '', '', '', ''), (6619, '160410104', 83, '', '', '', ''), (6620, '160410104', 86, '', '', '', ''), (6621, '160410104', 87, '', '', '', ''), (6622, '160410095', 77, '', '', '', ''), (6623, '160410095', 78, '', '', '', ''), (6624, '160410095', 79, '', '', '', ''), (6625, '160410095', 80, '', '', '', ''), (6626, '160410095', 81, '', '', '', ''), (6627, '160410095', 82, '', '', '', ''), (6628, '160410095', 83, '', '', '', ''), (6629, '160410095', 86, '', '', '', ''), (6630, '160410095', 87, '', '', '', ''), (6631, '160410107', 77, '', '', '', ''), (6632, '160410107', 78, '', '', '', ''), (6633, '160410107', 79, '', '', '', ''), (6634, '160410107', 80, '', '', '', ''), (6635, '160410107', 81, '', '', '', ''), (6636, '160410107', 82, '', '', '', ''), (6637, '160410107', 83, '', '', '', ''), (6638, '160410107', 86, '', '', '', ''), (6639, '160410107', 87, '', '', '', ''), (6667, '160410083', 77, '', '', '', ''), (6668, '160410083', 78, '', '', '', ''), (6669, '160410083', 79, '', '', '', ''), (6670, '160410083', 80, '', '', '', ''), (6671, '160410083', 81, '', '', '', ''), (6672, '160410083', 82, '', '', '', ''), (6673, '160410083', 83, '', '', '', ''), (6674, '160410083', 86, '', '', '', ''), (6675, '160410083', 87, '', '', '', ''), (6685, '160410090', 77, '', '', '', ''), (6686, '160410090', 78, '', '', '', ''), (6687, '160410090', 79, '', '', '', ''), (6688, '160410090', 80, '', '', '', ''), (6689, '160410090', 81, '', '', '', ''), (6690, '160410090', 82, '', '', '', ''), (6691, '160410090', 83, '', '', '', ''), (6692, '160410090', 86, '', '', '', ''), (6693, '160410090', 87, '', '', '', ''), (6694, '160410088', 77, '', '', '', ''), (6695, '160410088', 78, '', '', '', ''), (6696, '160410088', 79, '', '', '', ''), (6697, '160410088', 80, '', '', '', ''), (6698, '160410088', 81, '', '', '', ''), (6699, '160410088', 82, '', '', '', ''), (6700, '160410088', 83, '', '', '', ''), (6701, '160410088', 86, '', '', '', ''), (6702, '160410088', 87, '', '', '', ''), (6721, '160410102', 77, '', '', '', ''), (6722, '160410102', 78, '', '', '', ''), (6723, '160410102', 79, '', '', '', ''), (6724, '160410102', 80, '', '', '', ''), (6725, '160410102', 81, '', '', '', ''), (6726, '160410102', 82, '', '', '', ''), (6727, '160410102', 83, '', '', '', ''), (6728, '160410102', 86, '', '', '', ''), (6729, '160410102', 87, '', '', '', ''), (6810, '160410098', 77, '', '', '', ''), (6811, '160410098', 78, '', '', '', ''), (6812, '160410098', 79, '', '', '', ''), (6813, '160410098', 80, '', '', '', ''), (6814, '160410098', 81, '', '', '', ''), (6815, '160410098', 82, '', '', '', ''), (6816, '160410098', 83, '', '', '', ''), (6817, '160410098', 86, '', '', '', ''), (6818, '160410098', 87, '', '', '', ''), (6865, '160214083', 106, '', '', '', ''), (6866, '160214083', 107, '', '', '', ''), (6867, '160214083', 108, '', '', '', ''), (6868, '160214083', 109, '', '', '', ''), (6869, '160214083', 110, '', '', '', ''), (6870, '160214083', 111, '', '', '', ''), (6871, '160214083', 112, '', '', '', ''), (6872, '160214083', 113, '', '', '', ''), (6873, '160214083', 114, '', '', '', ''), (6910, '160214073', 106, '', '', '', ''), (6911, '160214073', 107, '', '', '', ''), (6912, '160214073', 108, '', '', '', ''), (6913, '160214073', 109, '', '', '', ''), (6914, '160214073', 110, '', '', '', ''), (6915, '160214073', 111, '', '', '', ''), (6916, '160214073', 112, '', '', '', ''), (6917, '160214073', 113, '', '', '', ''), (6918, '160214073', 114, '', '', '', ''), (6928, '160214001', 106, '', '', '', ''), (6929, '160214001', 107, '', '', '', ''), (6930, '160214001', 108, '', '', '', ''), (6931, '160214001', 109, '', '', '', ''), (6932, '160214001', 110, '', '', '', ''), (6933, '160214001', 111, '', '', '', ''), (6934, '160214001', 112, '', '', '', ''), (6935, '160214001', 113, '', '', '', ''), (6936, '160214001', 114, '', '', '', ''), (6958, '160214072', 106, '', '', '', ''), (6959, '160214072', 107, '', '', '', ''), (6960, '160214072', 108, '', '', '', ''), (6961, '160214072', 109, '', '', '', ''), (6962, '160214072', 110, '', '', '', ''), (6963, '160214072', 111, '', '', '', ''), (6964, '160214072', 112, '', '', '', ''), (6965, '160214072', 113, '', '', '', ''), (6966, '160214072', 114, '', '', '', ''), (7003, '160214060', 106, '', '', '', ''), (7004, '160214060', 107, '', '', '', ''), (7005, '160214060', 108, '', '', '', ''), (7006, '160214060', 109, '', '', '', ''), (7007, '160214060', 110, '', '', '', ''), (7008, '160214060', 111, '', '', '', ''), (7009, '160214060', 112, '', '', '', ''), (7010, '160214060', 113, '', '', '', ''), (7011, '160214060', 114, '', '', '', ''), (7039, '160214033', 106, '', '', '', ''), (7040, '160214033', 107, '', '', '', ''), (7041, '160214033', 108, '', '', '', ''), (7042, '160214033', 109, '', '', '', ''), (7043, '160214033', 110, '', '', '', ''), (7044, '160214033', 111, '', '', '', ''), (7045, '160214033', 112, '', '', '', ''), (7046, '160214033', 113, '', '', '', ''), (7047, '160214033', 114, '', '', '', ''), (7075, '160214010', 106, '', '', '', ''), (7076, '160214010', 107, '', '', '', ''), (7077, '160214010', 108, '', '', '', ''), (7078, '160214010', 109, '', '', '', ''), (7079, '160214010', 110, '', '', '', ''), (7080, '160214010', 111, '', '', '', ''), (7081, '160214010', 112, '', '', '', ''), (7082, '160214010', 113, '', '', '', ''), (7083, '160214010', 114, '', '', '', ''), (7084, '160214025', 106, '', '', '', ''), (7085, '160214025', 107, '', '', '', ''), (7086, '160214025', 108, '', '', '', ''), (7087, '160214025', 109, '', '', '', ''), (7088, '160214025', 110, '', '', '', ''), (7089, '160214025', 111, '', '', '', ''), (7090, '160214025', 112, '', '', '', ''), (7091, '160214025', 113, '', '', '', ''), (7092, '160214025', 114, '', '', '', ''), (7093, '160214013', 106, '', '', '', ''), (7094, '160214013', 107, '', '', '', ''), (7095, '160214013', 108, '', '', '', ''), (7096, '160214013', 109, '', '', '', ''), (7097, '160214013', 110, '', '', '', ''), (7098, '160214013', 111, '', '', '', ''), (7099, '160214013', 112, '', '', '', ''), (7100, '160214013', 113, '', '', '', ''), (7101, '160214013', 114, '', '', '', ''), (7111, '160214037', 106, '', '', '', ''), (7112, '160214037', 107, '', '', '', ''), (7113, '160214037', 108, '', '', '', ''), (7114, '160214037', 109, '', '', '', ''), (7115, '160214037', 110, '', '', '', ''), (7116, '160214037', 111, '', '', '', ''), (7117, '160214037', 112, '', '', '', ''), (7118, '160214037', 113, '', '', '', ''), (7119, '160214037', 114, '', '', '', ''), (7129, '160214042', 106, '', '', '', ''), (7130, '160214042', 107, '', '', '', ''), (7131, '160214042', 108, '', '', '', ''), (7132, '160214042', 109, '', '', '', ''), (7133, '160214042', 110, '', '', '', ''), (7134, '160214042', 111, '', '', '', ''), (7135, '160214042', 112, '', '', '', ''), (7136, '160214042', 113, '', '', '', ''), (7137, '160214042', 114, '', '', '', ''), (7138, '160214058', 106, '', '', '', ''), (7139, '160214058', 107, '', '', '', ''), (7140, '160214058', 108, '', '', '', ''), (7141, '160214058', 109, '', '', '', ''), (7142, '160214058', 110, '', '', '', ''), (7143, '160214058', 111, '', '', '', ''), (7144, '160214058', 112, '', '', '', ''), (7145, '160214058', 113, '', '', '', ''), (7146, '160214058', 114, '', '', '', ''), (7165, '160214028', 106, '', '', '', ''), (7166, '160214028', 107, '', '', '', ''), (7167, '160214028', 108, '', '', '', ''), (7168, '160214028', 109, '', '', '', ''), (7169, '160214028', 110, '', '', '', ''), (7170, '160214028', 111, '', '', '', ''), (7171, '160214028', 112, '', '', '', ''), (7172, '160214028', 113, '', '', '', ''), (7173, '160214028', 114, '', '', '', ''), (7174, '160214035', 106, '', '', '', ''), (7175, '160214035', 107, '', '', '', ''), (7176, '160214035', 108, '', '', '', ''), (7177, '160214035', 109, '', '', '', ''), (7178, '160214035', 110, '', '', '', ''), (7179, '160214035', 111, '', '', '', ''), (7180, '160214035', 112, '', '', '', ''), (7181, '160214035', 113, '', '', '', ''), (7182, '160214035', 114, '', '', '', ''), (7201, '160214007', 106, '', '', '', ''), (7202, '160214007', 107, '', '', '', ''), (7203, '160214007', 108, '', '', '', ''), (7204, '160214007', 109, '', '', '', ''), (7205, '160214007', 110, '', '', '', ''), (7206, '160214007', 111, '', '', '', ''), (7207, '160214007', 112, '', '', '', ''), (7208, '160214007', 113, '', '', '', ''), (7209, '160214007', 114, '', '', '', ''), (7210, '160214070', 106, '', '', '', ''), (7211, '160214070', 107, '', '', '', ''), (7212, '160214070', 108, '', '', '', ''), (7213, '160214070', 109, '', '', '', ''), (7214, '160214070', 110, '', '', '', ''), (7215, '160214070', 111, '', '', '', ''), (7216, '160214070', 112, '', '', '', ''), (7217, '160214070', 113, '', '', '', ''), (7218, '160214070', 114, '', '', '', ''), (7219, '160214041', 106, '', '', '', ''), (7220, '160214041', 107, '', '', '', ''), (7221, '160214041', 108, '', '', '', ''), (7222, '160214041', 109, '', '', '', ''), (7223, '160214041', 110, '', '', '', ''), (7224, '160214041', 111, '', '', '', ''), (7225, '160214041', 112, '', '', '', ''), (7226, '160214041', 113, '', '', '', ''), (7227, '160214041', 114, '', '', '', ''), (7228, '160214064', 106, '', '', '', ''), (7229, '160214064', 107, '', '', '', ''), (7230, '160214064', 108, '', '', '', ''), (7231, '160214064', 109, '', '', '', ''), (7232, '160214064', 110, '', '', '', ''), (7233, '160214064', 111, '', '', '', ''), (7234, '160214064', 112, '', '', '', ''), (7235, '160214064', 113, '', '', '', ''), (7236, '160214064', 114, '', '', '', ''), (7237, '160214078', 106, '', '', '', ''), (7238, '160214078', 107, '', '', '', ''), (7239, '160214078', 108, '', '', '', ''), (7240, '160214078', 109, '', '', '', ''), (7241, '160214078', 110, '', '', '', ''), (7242, '160214078', 111, '', '', '', ''), (7243, '160214078', 112, '', '', '', ''), (7244, '160214078', 113, '', '', '', ''), (7245, '160214078', 114, '', '', '', ''), (7246, '160214038', 106, '', '', '', ''), (7247, '160214038', 107, '', '', '', ''), (7248, '160214038', 108, '', '', '', ''), (7249, '160214038', 109, '', '', '', ''), (7250, '160214038', 110, '', '', '', ''), (7251, '160214038', 111, '', '', '', ''), (7252, '160214038', 112, '', '', '', ''), (7253, '160214038', 113, '', '', '', ''), (7254, '160214038', 114, '', '', '', ''), (7255, '160214034', 106, '', '', '', ''), (7256, '160214034', 107, '', '', '', ''), (7257, '160214034', 108, '', '', '', ''), (7258, '160214034', 109, '', '', '', ''), (7259, '160214034', 110, '', '', '', ''), (7260, '160214034', 111, '', '', '', ''), (7261, '160214034', 112, '', '', '', ''), (7262, '160214034', 113, '', '', '', ''), (7263, '160214034', 114, '', '', '', ''), (7264, '160214081', 106, '', '', '', ''), (7265, '160214081', 107, '', '', '', ''), (7266, '160214081', 108, '', '', '', ''), (7267, '160214081', 109, '', '', '', ''), (7268, '160214081', 110, '', '', '', ''), (7269, '160214081', 111, '', '', '', ''), (7270, '160214081', 112, '', '', '', ''), (7271, '160214081', 113, '', '', '', ''), (7272, '160214081', 114, '', '', '', ''), (7273, '160214036', 106, '', '', '', ''), (7274, '160214036', 107, '', '', '', ''), (7275, '160214036', 108, '', '', '', ''), (7276, '160214036', 109, '', '', '', ''), (7277, '160214036', 110, '', '', '', ''), (7278, '160214036', 111, '', '', '', ''), (7279, '160214036', 112, '', '', '', ''), (7280, '160214036', 113, '', '', '', ''), (7281, '160214036', 114, '', '', '', ''), (7282, '160214052', 106, '', '', '', ''), (7283, '160214052', 107, '', '', '', ''), (7284, '160214052', 108, '', '', '', ''), (7285, '160214052', 109, '', '', '', ''), (7286, '160214052', 110, '', '', '', ''), (7287, '160214052', 111, '', '', '', ''), (7288, '160214052', 112, '', '', '', ''), (7289, '160214052', 113, '', '', '', ''), (7290, '160214052', 114, '', '', '', ''), (7291, '160214065', 106, '', '', '', ''), (7292, '160214065', 107, '', '', '', ''), (7293, '160214065', 108, '', '', '', ''), (7294, '160214065', 109, '', '', '', ''), (7295, '160214065', 110, '', '', '', ''), (7296, '160214065', 111, '', '', '', ''), (7297, '160214065', 112, '', '', '', ''), (7298, '160214065', 113, '', '', '', ''), (7299, '160214065', 114, '', '', '', ''), (7300, '160214012', 106, '', '', '', ''), (7301, '160214012', 107, '', '', '', ''), (7302, '160214012', 108, '', '', '', ''), (7303, '160214012', 109, '', '', '', ''), (7304, '160214012', 110, '', '', '', ''), (7305, '160214012', 111, '', '', '', ''), (7306, '160214012', 112, '', '', '', ''), (7307, '160214012', 113, '', '', '', ''), (7308, '160214012', 114, '', '', '', ''), (7318, '160214051', 106, '', '', '', ''), (7319, '160214051', 107, '', '', '', ''), (7320, '160214051', 108, '', '', '', ''), (7321, '160214051', 109, '', '', '', ''), (7322, '160214051', 110, '', '', '', ''), (7323, '160214051', 111, '', '', '', ''), (7324, '160214051', 112, '', '', '', ''), (7325, '160214051', 113, '', '', '', ''), (7326, '160214051', 114, '', '', '', ''), (7327, '160214079', 106, '', '', '', ''), (7328, '160214079', 107, '', '', '', ''), (7329, '160214079', 108, '', '', '', ''), (7330, '160214079', 109, '', '', '', ''), (7331, '160214079', 110, '', '', '', ''), (7332, '160214079', 111, '', '', '', ''), (7333, '160214079', 112, '', '', '', ''), (7334, '160214079', 113, '', '', '', ''), (7335, '160214079', 114, '', '', '', ''), (7336, '160214074', 106, '', '', '', ''), (7337, '160214074', 107, '', '', '', ''), (7338, '160214074', 108, '', '', '', ''), (7339, '160214074', 109, '', '', '', ''), (7340, '160214074', 110, '', '', '', ''), (7341, '160214074', 111, '', '', '', ''), (7342, '160214074', 112, '', '', '', ''), (7343, '160214074', 113, '', '', '', ''), (7344, '160214074', 114, '', '', '', ''), (7348, '160214026', 106, '', '', '', ''), (7349, '160214026', 107, '', '', '', ''), (7350, '160214026', 108, '', '', '', ''), (7351, '160214026', 109, '', '', '', ''), (7352, '160214026', 110, '', '', '', ''), (7353, '160214026', 111, '', '', '', ''), (7354, '160214026', 112, '', '', '', ''), (7355, '160214026', 113, '', '', '', ''), (7356, '160214026', 114, '', '', '', ''), (7366, '160214077', 106, '', '', '', ''), (7367, '160214077', 107, '', '', '', ''), (7368, '160214077', 108, '', '', '', ''), (7369, '160214077', 109, '', '', '', ''), (7370, '160214077', 110, '', '', '', ''), (7371, '160214077', 111, '', '', '', ''), (7372, '160214077', 112, '', '', '', ''), (7373, '160214077', 113, '', '', '', ''), (7374, '160214077', 114, '', '', '', ''), (7375, '160214015', 106, '', '', '', ''), (7376, '160214015', 107, '', '', '', ''), (7377, '160214015', 108, '', '', '', ''), (7378, '160214015', 109, '', '', '', ''), (7379, '160214015', 110, '', '', '', ''), (7380, '160214015', 111, '', '', '', ''), (7381, '160214015', 112, '', '', '', ''), (7382, '160214015', 113, '', '', '', ''), (7383, '160214015', 114, '', '', '', ''), (7384, '160214054', 106, '', '', '', ''), (7385, '160214054', 107, '', '', '', ''), (7386, '160214054', 108, '', '', '', ''), (7387, '160214054', 109, '', '', '', ''), (7388, '160214054', 110, '', '', '', ''), (7389, '160214054', 111, '', '', '', ''), (7390, '160214054', 112, '', '', '', ''), (7391, '160214054', 113, '', '', '', ''), (7392, '160214054', 114, '', '', '', ''), (7572, '160321086', 96, '', '', '', ''), (7573, '160321086', 97, '', '', '', ''), (7574, '160321086', 98, '', '', '', ''), (7575, '160321086', 99, '', '', '', ''), (7576, '160321086', 100, '', '', '', ''), (7577, '160321086', 101, '', '', '', ''), (7578, '160321086', 102, '', '', '', ''), (7579, '160321086', 103, '', '', '', ''), (7588, '160321134', 96, '', '', '', ''), (7589, '160321134', 97, '', '', '', ''), (7590, '160321134', 98, '', '', '', ''), (7591, '160321134', 99, '', '', '', ''), (7592, '160321134', 100, '', '', '', ''), (7593, '160321134', 101, '', '', '', ''), (7594, '160321134', 102, '', '', '', ''), (7595, '160321134', 103, '', '', '', ''), (7596, '160321109', 96, '', '', '', ''), (7597, '160321109', 97, '', '', '', ''), (7598, '160321109', 98, '', '', '', ''), (7599, '160321109', 99, '', '', '', ''), (7600, '160321109', 100, '', '', '', ''), (7601, '160321109', 101, '', '', '', ''), (7602, '160321109', 102, '', '', '', ''), (7603, '160321109', 103, '', '', '', ''), (7604, '160321076', 96, '', '', '', ''), (7605, '160321076', 97, '', '', '', ''), (7606, '160321076', 98, '', '', '', ''), (7607, '160321076', 99, '', '', '', ''), (7608, '160321076', 100, '', '', '', ''), (7609, '160321076', 101, '', '', '', ''), (7610, '160321076', 102, '', '', '', ''), (7611, '160321076', 103, '', '', '', ''), (7644, '160321103', 96, '', '', '', ''), (7645, '160321103', 97, '', '', '', ''), (7646, '160321103', 98, '', '', '', ''), (7647, '160321103', 99, '', '', '', ''), (7648, '160321103', 100, '', '', '', ''), (7649, '160321103', 101, '', '', '', ''), (7650, '160321103', 102, '', '', '', ''), (7651, '160321103', 103, '', '', '', ''), (7668, '160321110', 96, '', '', '', ''), (7669, '160321110', 97, '', '', '', ''), (7670, '160321110', 98, '', '', '', ''), (7671, '160321110', 99, '', '', '', ''), (7672, '160321110', 100, '', '', '', ''), (7673, '160321110', 101, '', '', '', ''), (7674, '160321110', 102, '', '', '', ''), (7675, '160321110', 103, '', '', '', ''), (7740, '160321099', 96, '', '', '', ''), (7741, '160321099', 97, '', '', '', ''), (7742, '160321099', 98, '', '', '', ''), (7743, '160321099', 99, '', '', '', ''), (7744, '160321099', 100, '', '', '', ''), (7745, '160321099', 101, '', '', '', ''), (7746, '160321099', 102, '', '', '', ''), (7747, '160321099', 103, '', '', '', ''), (7791, '123456789', 77, '', '', '', ''), (7792, '123456789', 78, '', '', '', ''), (7793, '123456789', 79, '', '', '', ''), (7794, '123456789', 80, '', '', '', ''), (7795, '123456789', 81, '', '', '', ''), (7796, '123456789', 82, '', '', '', ''), (7797, '123456789', 83, '', '', '', ''), (7798, '123456789', 86, '', '', '', ''), (7799, '123456789', 87, '', '', '', ''), (7809, '160410076', 77, '', '', '', ''), (7810, '160410076', 78, '', '', '', ''), (7811, '160410076', 79, '', '', '', ''), (7812, '160410076', 80, '', '', '', ''), (7813, '160410076', 81, '', '', '', ''), (7814, '160410076', 82, '', '', '', ''), (7815, '160410076', 83, '', '', '', ''), (7816, '160410076', 86, '', '', '', ''), (7817, '160410076', 87, '', '', '', ''), (7818, '12345678', 89, '', '', '', ''), (7819, '12345678', 90, '', '', '', ''), (7820, '12345678', 91, '', '', '', ''), (7821, '12345678', 92, '', '', '', ''), (7822, '12345678', 93, '', '', '', ''), (7823, '12345678', 94, '', '', '', ''), (7824, '12345678', 95, '', '', '', ''), (7825, '12345678', 104, '', '', '', ''), (7826, '160214019', 106, '', '', '', ''), (7827, '160214019', 107, '', '', '', ''), (7828, '160214019', 108, '', '', '', ''), (7829, '160214019', 109, '', '', '', ''), (7830, '160214019', 110, '', '', '', ''), (7831, '160214019', 111, '', '', '', ''), (7832, '160214019', 112, '', '', '', ''), (7833, '160214019', 113, '', '', '', ''), (7834, '160214019', 114, '', '', '', ''), (7967, '160410082', 77, '', '', '', ''), (7968, '160410082', 78, '', '', '', ''), (7969, '160410082', 79, '', '', '', ''), (7970, '160410082', 80, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (7971, '160410082', 81, '', '', '', ''), (7972, '160410082', 82, '', '', '', ''), (7973, '160410082', 83, '', '', '', ''), (7974, '160410082', 86, '', '', '', ''), (7975, '160410082', 87, '', '', '', ''), (8080, '160110049', 115, '', '', '', ''), (8081, '160110049', 116, '', '', '', ''), (8082, '160110049', 117, '', '', '', ''), (8083, '160110049', 118, '', '', '', ''), (8084, '160110049', 119, '', '', '', ''), (8085, '160110049', 120, '', '', '', ''), (8086, '160110049', 121, '', '', '', ''), (8087, '160110049', 122, '', '', '', ''), (8088, '160110049', 123, '', '', '', ''), (8089, '150320054', 124, '', '', '', ''), (8090, '150320054', 125, '', '', '', ''), (8091, '150320054', 126, '', '', '', ''), (8092, '150320054', 127, '', '', '', ''), (8093, '150320054', 128, '', '', '', ''), (8094, '150320054', 129, '', '', '', ''), (8095, '150320054', 130, '', '', '', ''), (8110, '150320001', 124, '', '', '', ''), (8111, '150320001', 125, '', '', '', ''), (8112, '150320001', 126, '', '', '', ''), (8113, '150320001', 127, '', '', '', ''), (8114, '150320001', 128, '', '', '', ''), (8115, '150320001', 129, '', '', '', ''), (8116, '150320001', 130, '', '', '', ''), (8124, '150320011', 124, '', '', '', ''), (8125, '150320011', 125, '', '', '', ''), (8126, '150320011', 126, '', '', '', ''), (8127, '150320011', 127, '', '', '', ''), (8128, '150320011', 128, '', '', '', ''), (8129, '150320011', 129, '', '', '', ''), (8130, '150320011', 130, '', '', '', ''), (8131, '150320025', 124, '', '', '', ''), (8132, '150320025', 125, '', '', '', ''), (8133, '150320025', 126, '', '', '', ''), (8134, '150320025', 127, '', '', '', ''), (8135, '150320025', 128, '', '', '', ''), (8136, '150320025', 129, '', '', '', ''), (8137, '150320025', 130, '', '', '', ''), (8159, '150320046', 124, '', '', '', ''), (8160, '150320046', 125, '', '', '', ''), (8161, '150320046', 126, '', '', '', ''), (8162, '150320046', 127, '', '', '', ''), (8163, '150320046', 128, '', '', '', ''), (8164, '150320046', 129, '', '', '', ''), (8165, '150320046', 130, '', '', '', ''), (8231, '150320027', 124, '', '', '', ''), (8232, '150320027', 125, '', '', '', ''), (8233, '150320027', 126, '', '', '', ''), (8234, '150320027', 127, '', '', '', ''), (8235, '150320027', 128, '', '', '', ''), (8236, '150320027', 129, '', '', '', ''), (8237, '150320027', 130, '', '', '', ''), (8245, '150320003', 124, '', '', '', ''), (8246, '150320003', 125, '', '', '', ''), (8247, '150320003', 126, '', '', '', ''), (8248, '150320003', 127, '', '', '', ''), (8249, '150320003', 128, '', '', '', ''), (8250, '150320003', 129, '', '', '', ''), (8251, '150320003', 130, '', '', '', ''), (8252, '150320015', 124, '', '', '', ''), (8253, '150320015', 125, '', '', '', ''), (8254, '150320015', 126, '', '', '', ''), (8255, '150320015', 127, '', '', '', ''), (8256, '150320015', 128, '', '', '', ''), (8257, '150320015', 129, '', '', '', ''), (8258, '150320015', 130, '', '', '', ''), (8259, '160321136', 96, '', '', '', ''), (8260, '160321136', 97, '', '', '', ''), (8261, '160321136', 98, '', '', '', ''), (8262, '160321136', 99, '', '', '', ''), (8263, '160321136', 100, '', '', '', ''), (8264, '160321136', 101, '', '', '', ''), (8265, '160321136', 102, '', '', '', ''), (8266, '160321136', 103, '', '', '', ''), (8358, '150320008', 124, '', '', '', ''), (8359, '150320008', 125, '', '', '', ''), (8360, '150320008', 126, '', '', '', ''), (8361, '150320008', 127, '', '', '', ''), (8362, '150320008', 128, '', '', '', ''), (8363, '150320008', 129, '', '', '', ''), (8364, '150320008', 130, '', '', '', ''), (8365, '160410093', 77, '', '', '', ''), (8366, '160410093', 78, '', '', '', ''), (8367, '160410093', 79, '', '', '', ''), (8368, '160410093', 80, '', '', '', ''), (8369, '160410093', 81, '', '', '', ''), (8370, '160410093', 82, '', '', '', ''), (8371, '160410093', 83, '', '', '', ''), (8372, '160410093', 86, '', '', '', ''), (8373, '160410093', 87, '', '', '', ''), (8374, '160410073', 77, '', '', '', ''), (8375, '160410073', 78, '', '', '', ''), (8376, '160410073', 79, '', '', '', ''), (8377, '160410073', 80, '', '', '', ''), (8378, '160410073', 81, '', '', '', ''), (8379, '160410073', 82, '', '', '', ''), (8380, '160410073', 83, '', '', '', ''), (8381, '160410073', 86, '', '', '', ''), (8382, '160410073', 87, '', '', '', ''), (8383, '160410018', 77, '', '', '', ''), (8384, '160410018', 78, '', '', '', ''), (8385, '160410018', 79, '', '', '', ''), (8386, '160410018', 80, '', '', '', ''), (8387, '160410018', 81, '', '', '', ''), (8388, '160410018', 82, '', '', '', ''), (8389, '160410018', 83, '', '', '', ''), (8390, '160410018', 86, '', '', '', ''), (8391, '160410018', 87, '', '', '', ''), (8392, '160110081', 115, '', '', '', ''), (8393, '160110081', 116, '', '', '', ''), (8394, '160110081', 117, '', '', '', ''), (8395, '160110081', 118, '', '', '', ''), (8396, '160110081', 119, '', '', '', ''), (8397, '160110081', 120, '', '', '', ''), (8398, '160110081', 121, '', '', '', ''), (8399, '160110081', 122, '', '', '', ''), (8400, '160110081', 123, '', '', '', ''), (8428, '160410106', 77, '', '', '', ''), (8429, '160410106', 78, '', '', '', ''), (8430, '160410106', 79, '', '', '', ''), (8431, '160410106', 80, '', '', '', ''), (8432, '160410106', 81, '', '', '', ''), (8433, '160410106', 82, '', '', '', ''), (8434, '160410106', 83, '', '', '', ''), (8435, '160410106', 86, '', '', '', ''), (8436, '160410106', 87, '', '', '', ''), (8455, '160110048', 115, '', '', '', ''), (8456, '160110048', 116, '', '', '', ''), (8457, '160110048', 117, '', '', '', ''), (8458, '160110048', 118, '', '', '', ''), (8459, '160110048', 119, '', '', '', ''), (8460, '160110048', 120, '', '', '', ''), (8461, '160110048', 121, '', '', '', ''), (8462, '160110048', 122, '', '', '', ''), (8463, '160110048', 123, '', '', '', ''), (8500, '160214002', 106, '', '', '', ''), (8501, '160214002', 107, '', '', '', ''), (8502, '160214002', 108, '', '', '', ''), (8503, '160214002', 109, '', '', '', ''), (8504, '160214002', 110, '', '', '', ''), (8505, '160214002', 111, '', '', '', ''), (8506, '160214002', 112, '', '', '', ''), (8507, '160214002', 113, '', '', '', ''), (8508, '160214002', 114, '', '', '', ''), (8509, '160214082', 106, '', '', '', ''), (8510, '160214082', 107, '', '', '', ''), (8511, '160214082', 108, '', '', '', ''), (8512, '160214082', 109, '', '', '', ''), (8513, '160214082', 110, '', '', '', ''), (8514, '160214082', 111, '', '', '', ''), (8515, '160214082', 112, '', '', '', ''), (8516, '160214082', 113, '', '', '', ''), (8517, '160214082', 114, '', '', '', ''), (8518, '160214008', 106, '', '', '', ''), (8519, '160214008', 107, '', '', '', ''), (8520, '160214008', 108, '', '', '', ''), (8521, '160214008', 109, '', '', '', ''), (8522, '160214008', 110, '', '', '', ''), (8523, '160214008', 111, '', '', '', ''), (8524, '160214008', 112, '', '', '', ''), (8525, '160214008', 113, '', '', '', ''), (8526, '160214008', 114, '', '', '', ''), (8527, '160214047', 106, '', '', '', ''), (8528, '160214047', 107, '', '', '', ''), (8529, '160214047', 108, '', '', '', ''), (8530, '160214047', 109, '', '', '', ''), (8531, '160214047', 110, '', '', '', ''), (8532, '160214047', 111, '', '', '', ''), (8533, '160214047', 112, '', '', '', ''), (8534, '160214047', 113, '', '', '', ''), (8535, '160214047', 114, '', '', '', ''), (8536, '160214043', 106, '', '', '', ''), (8537, '160214043', 107, '', '', '', ''), (8538, '160214043', 108, '', '', '', ''), (8539, '160214043', 109, '', '', '', ''), (8540, '160214043', 110, '', '', '', ''), (8541, '160214043', 111, '', '', '', ''), (8542, '160214043', 112, '', '', '', ''), (8543, '160214043', 113, '', '', '', ''), (8544, '160214043', 114, '', '', '', ''), (8545, '160214029', 106, '', '', '', ''), (8546, '160214029', 107, '', '', '', ''), (8547, '160214029', 108, '', '', '', ''), (8548, '160214029', 109, '', '', '', ''), (8549, '160214029', 110, '', '', '', ''), (8550, '160214029', 111, '', '', '', ''), (8551, '160214029', 112, '', '', '', ''), (8552, '160214029', 113, '', '', '', ''), (8553, '160214029', 114, '', '', '', ''), (8563, '160214024', 106, '', '', '', ''), (8564, '160214024', 107, '', '', '', ''), (8565, '160214024', 108, '', '', '', ''), (8566, '160214024', 109, '', '', '', ''), (8567, '160214024', 110, '', '', '', ''), (8568, '160214024', 111, '', '', '', ''), (8569, '160214024', 112, '', '', '', ''), (8570, '160214024', 113, '', '', '', ''), (8571, '160214024', 114, '', '', '', ''), (8606, '160321019', 96, '', '', '', ''), (8607, '160321019', 97, '', '', '', ''), (8608, '160321019', 98, '', '', '', ''), (8609, '160321019', 99, '', '', '', ''), (8610, '160321019', 100, '', '', '', ''), (8611, '160321019', 101, '', '', '', ''), (8612, '160321019', 102, '', '', '', ''), (8613, '160321019', 103, '', '', '', ''), (8657, '160410100', 77, '', '', '', ''), (8658, '160410100', 78, '', '', '', ''), (8659, '160410100', 79, '', '', '', ''), (8660, '160410100', 80, '', '', '', ''), (8661, '160410100', 81, '', '', '', ''), (8662, '160410100', 82, '', '', '', ''), (8663, '160410100', 83, '', '', '', ''), (8664, '160410100', 86, '', '', '', ''), (8665, '160410100', 87, '', '', '', ''), (8666, '160110038', 115, '', '', '', ''), (8667, '160110038', 116, '', '', '', ''), (8668, '160110038', 117, '', '', '', ''), (8669, '160110038', 118, '', '', '', ''), (8670, '160110038', 119, '', '', '', ''), (8671, '160110038', 120, '', '', '', ''), (8672, '160110038', 121, '', '', '', ''), (8673, '160110038', 122, '', '', '', ''), (8674, '160110038', 123, '', '', '', ''), (8675, '160410084', 77, '', '', '', ''), (8676, '160410084', 78, '', '', '', ''), (8677, '160410084', 79, '', '', '', ''), (8678, '160410084', 80, '', '', '', ''), (8679, '160410084', 81, '', '', '', ''), (8680, '160410084', 82, '', '', '', ''), (8681, '160410084', 83, '', '', '', ''), (8682, '160410084', 86, '', '', '', ''), (8683, '160410084', 87, '', '', '', ''), (8684, '160410099', 77, '', '', '', ''), (8685, '160410099', 78, '', '', '', ''), (8686, '160410099', 79, '', '', '', ''), (8687, '160410099', 80, '', '', '', ''), (8688, '160410099', 81, '', '', '', ''), (8689, '160410099', 82, '', '', '', ''), (8690, '160410099', 83, '', '', '', ''), (8691, '160410099', 86, '', '', '', ''), (8692, '160410099', 87, '', '', '', ''), (8711, '160214053', 106, '', '', '', ''), (8712, '160214053', 107, '', '', '', ''), (8713, '160214053', 108, '', '', '', ''), (8714, '160214053', 109, '', '', '', ''), (8715, '160214053', 110, '', '', '', ''), (8716, '160214053', 111, '', '', '', ''), (8717, '160214053', 112, '', '', '', ''), (8718, '160214053', 113, '', '', '', ''), (8719, '160214053', 114, '', '', '', ''), (8720, '160214076', 106, '', '', '', ''), (8721, '160214076', 107, '', '', '', ''), (8722, '160214076', 108, '', '', '', ''), (8723, '160214076', 109, '', '', '', ''), (8724, '160214076', 110, '', '', '', ''), (8725, '160214076', 111, '', '', '', ''), (8726, '160214076', 112, '', '', '', ''), (8727, '160214076', 113, '', '', '', ''), (8728, '160214076', 114, '', '', '', ''), (8729, '160214075', 106, '', '', '', ''), (8730, '160214075', 107, '', '', '', ''), (8731, '160214075', 108, '', '', '', ''), (8732, '160214075', 109, '', '', '', ''), (8733, '160214075', 110, '', '', '', ''), (8734, '160214075', 111, '', '', '', ''), (8735, '160214075', 112, '', '', '', ''), (8736, '160214075', 113, '', '', '', ''), (8737, '160214075', 114, '', '', '', ''), (8747, '160410103', 77, '', '', '', ''), (8748, '160410103', 78, '', '', '', ''), (8749, '160410103', 79, '', '', '', ''), (8750, '160410103', 80, '', '', '', ''), (8751, '160410103', 81, '', '', '', ''), (8752, '160410103', 82, '', '', '', ''), (8753, '160410103', 83, '', '', '', ''), (8754, '160410103', 86, '', '', '', ''), (8755, '160410103', 87, '', '', '', ''), (8756, '160410108', 77, '', '', '', ''), (8757, '160410108', 78, '', '', '', ''), (8758, '160410108', 79, '', '', '', ''), (8759, '160410108', 80, '', '', '', ''), (8760, '160410108', 81, '', '', '', ''), (8761, '160410108', 82, '', '', '', ''), (8762, '160410108', 83, '', '', '', ''), (8763, '160410108', 86, '', '', '', ''), (8764, '160410108', 87, '', '', '', ''), (8774, '160110067', 115, '', '', '', ''), (8775, '160110067', 116, '', '', '', ''), (8776, '160110067', 117, '', '', '', ''), (8777, '160110067', 118, '', '', '', ''), (8778, '160110067', 119, '', '', '', ''), (8779, '160110067', 120, '', '', '', ''), (8780, '160110067', 121, '', '', '', ''), (8781, '160110067', 122, '', '', '', ''), (8782, '160110067', 123, '', '', '', ''), (8874, '160321119', 96, '', '', '', ''), (8875, '160321119', 97, '', '', '', ''), (8876, '160321119', 98, '', '', '', ''), (8877, '160321119', 99, '', '', '', ''), (8878, '160321119', 100, '', '', '', ''), (8879, '160321119', 101, '', '', '', ''), (8880, '160321119', 102, '', '', '', ''), (8881, '160321119', 103, '', '', '', ''), (8920, '160321132', 96, '', '', '', ''), (8921, '160321132', 97, '', '', '', ''), (8922, '160321132', 98, '', '', '', ''), (8923, '160321132', 99, '', '', '', ''), (8924, '160321132', 100, '', '', '', ''), (8925, '160321132', 101, '', '', '', ''), (8926, '160321132', 102, '', '', '', ''), (8927, '160321132', 103, '', '', '', ''), (8944, '160321121', 96, '', '', '', ''), (8945, '160321121', 97, '', '', '', ''), (8946, '160321121', 98, '', '', '', ''), (8947, '160321121', 99, '', '', '', ''), (8948, '160321121', 100, '', '', '', ''), (8949, '160321121', 101, '', '', '', ''), (8950, '160321121', 102, '', '', '', ''), (8951, '160321121', 103, '', '', '', ''), (8993, '160321111', 96, '', '', '', ''), (8994, '160321111', 97, '', '', '', ''), (8995, '160321111', 98, '', '', '', ''), (8996, '160321111', 99, '', '', '', ''), (8997, '160321111', 100, '', '', '', ''), (8998, '160321111', 101, '', '', '', ''), (8999, '160321111', 102, '', '', '', ''), (9000, '160321111', 103, '', '', '', ''), (9094, '160321133', 96, '', '', '', ''), (9095, '160321133', 97, '', '', '', ''), (9096, '160321133', 98, '', '', '', ''), (9097, '160321133', 99, '', '', '', ''), (9098, '160321133', 100, '', '', '', ''), (9099, '160321133', 101, '', '', '', ''), (9100, '160321133', 102, '', '', '', ''), (9101, '160321133', 103, '', '', '', ''), (9127, '160321092', 96, '', '', '', ''), (9128, '160321092', 97, '', '', '', ''), (9129, '160321092', 98, '', '', '', ''), (9130, '160321092', 99, '', '', '', ''), (9131, '160321092', 100, '', '', '', ''), (9132, '160321092', 101, '', '', '', ''), (9133, '160321092', 103, '', '', '', ''), (9134, '160321092', 124, '', '', '', ''), (9169, '160321138', 96, '', '', '', ''), (9170, '160321138', 97, '', '', '', ''), (9171, '160321138', 98, '', '', '', ''), (9172, '160321138', 99, '', '', '', ''), (9173, '160321138', 100, '', '', '', ''), (9174, '160321138', 101, '', '', '', ''), (9175, '160321138', 102, '', '', '', ''), (9176, '160321138', 103, '', '', '', ''), (9177, '160410077', 77, '', '', '', ''), (9178, '160410077', 78, '', '', '', ''), (9179, '160410077', 79, '', '', '', ''), (9180, '160410077', 80, '', '', '', ''), (9181, '160410077', 81, '', '', '', ''), (9182, '160410077', 82, '', '', '', ''), (9183, '160410077', 83, '', '', '', ''), (9184, '160410077', 86, '', '', '', ''), (9185, '160410077', 87, '', '', '', ''), (9186, '160321139', 96, '', '', '', ''), (9187, '160321139', 97, '', '', '', ''), (9188, '160321139', 98, '', '', '', ''), (9189, '160321139', 99, '', '', '', ''), (9190, '160321139', 100, '', '', '', ''), (9191, '160321139', 101, '', '', '', ''), (9192, '160321139', 102, '', '', '', ''), (9193, '160321139', 103, '', '', '', ''), (9194, '160321130', 96, '', '', '', ''), (9195, '160321130', 97, '', '', '', ''), (9196, '160321130', 98, '', '', '', ''), (9197, '160321130', 99, '', '', '', ''), (9198, '160321130', 100, '', '', '', ''), (9199, '160321130', 101, '', '', '', ''), (9200, '160321130', 102, '', '', '', ''), (9201, '160321130', 103, '', '', '', ''), (9210, '160321116', 96, '', '', '', ''), (9211, '160321116', 97, '', '', '', ''), (9212, '160321116', 98, '', '', '', ''), (9213, '160321116', 99, '', '', '', ''), (9214, '160321116', 100, '', '', '', ''), (9215, '160321116', 101, '', '', '', ''), (9216, '160321116', 102, '', '', '', ''), (9217, '160321116', 103, '', '', '', ''), (9226, '160321143', 96, '', '', '', ''), (9227, '160321143', 97, '', '', '', ''), (9228, '160321143', 98, '', '', '', ''), (9229, '160321143', 99, '', '', '', ''), (9230, '160321143', 100, '', '', '', ''), (9231, '160321143', 101, '', '', '', ''), (9232, '160321143', 102, '', '', '', ''), (9233, '160321143', 103, '', '', '', ''), (9242, '160321104', 96, '', '', '', ''), (9243, '160321104', 97, '', '', '', ''), (9244, '160321104', 98, '', '', '', ''), (9245, '160321104', 99, '', '', '', ''), (9246, '160321104', 100, '', '', '', ''), (9247, '160321104', 101, '', '', '', ''), (9248, '160321104', 102, '', '', '', ''), (9249, '160321104', 103, '', '', '', ''), (9250, '160321115', 96, '', '', '', ''), (9251, '160321115', 97, '', '', '', ''), (9252, '160321115', 98, '', '', '', ''), (9253, '160321115', 99, '', '', '', ''), (9254, '160321115', 100, '', '', '', ''), (9255, '160321115', 101, '', '', '', ''), (9256, '160321115', 102, '', '', '', ''), (9257, '160321115', 103, '', '', '', ''), (9321, '160321097', 96, '', '', '', ''), (9322, '160321097', 97, '', '', '', ''), (9323, '160321097', 98, '', '', '', ''), (9324, '160321097', 99, '', '', '', ''), (9325, '160321097', 100, '', '', '', ''), (9326, '160321097', 101, '', '', '', ''), (9327, '160321097', 102, '', '', '', ''), (9328, '160321097', 103, '', '', '', ''), (9329, '160321128', 96, '', '', '', ''), (9330, '160321128', 97, '', '', '', ''), (9331, '160321128', 98, '', '', '', ''), (9332, '160321128', 99, '', '', '', ''), (9333, '160321128', 100, '', '', '', ''), (9334, '160321128', 101, '', '', '', ''), (9335, '160321128', 102, '', '', '', ''), (9336, '160321128', 103, '', '', '', ''), (9409, '160321091', 96, '', '', '', ''), (9410, '160321091', 97, '', '', '', ''), (9411, '160321091', 98, '', '', '', ''), (9412, '160321091', 99, '', '', '', ''), (9413, '160321091', 100, '', '', '', ''), (9414, '160321091', 101, '', '', '', ''), (9415, '160321091', 102, '', '', '', ''), (9416, '160321091', 103, '', '', '', ''), (9443, '160410054', 77, '', '', '', ''), (9444, '160410054', 78, '', '', '', ''), (9445, '160410054', 79, '', '', '', ''), (9446, '160410054', 80, '', '', '', ''), (9447, '160410054', 81, '', '', '', ''), (9448, '160410054', 82, '', '', '', ''), (9449, '160410054', 83, '', '', '', ''), (9450, '160410054', 86, '', '', '', ''), (9451, '160410054', 87, '', '', '', ''), (9460, '160321094', 96, '', '', '', ''), (9461, '160321094', 97, '', '', '', ''), (9462, '160321094', 98, '', '', '', ''), (9463, '160321094', 99, '', '', '', ''), (9464, '160321094', 100, '', '', '', ''), (9465, '160321094', 101, '', '', '', ''), (9466, '160321094', 102, '', '', '', ''), (9467, '160321094', 103, '', '', '', ''), (9468, '160321120', 96, '', '', '', ''), (9469, '160321120', 97, '', '', '', ''), (9470, '160321120', 98, '', '', '', ''), (9471, '160321120', 99, '', '', '', ''), (9472, '160321120', 100, '', '', '', ''), (9473, '160321120', 101, '', '', '', ''), (9474, '160321120', 102, '', '', '', ''), (9475, '160321120', 103, '', '', '', ''), (9481, '150109024', 131, '', '', '', ''), (9482, '150109024', 132, '', '', '', ''), (9483, '150109024', 133, '', '', '', ''), (9484, '150109024', 134, '', '', '', ''), (9485, '150109024', 135, '', '', '', ''), (9582, '150409082', 146, '', '', '', ''), (9583, '150409082', 150, '', '', '', ''), (9584, '150409082', 151, '', '', '', ''), (9600, '160410078', 77, '', '', '', ''), (9601, '160410078', 78, '', '', '', ''), (9602, '160410078', 79, '', '', '', ''), (9603, '160410078', 80, '', '', '', ''), (9604, '160410078', 81, '', '', '', ''), (9605, '160410078', 82, '', '', '', ''), (9606, '160410078', 83, '', '', '', ''), (9607, '160410078', 86, '', '', '', ''), (9608, '160410078', 87, '', '', '', ''), (9609, '160410087', 77, '', '', '', ''), (9610, '160410087', 78, '', '', '', ''), (9611, '160410087', 79, '', '', '', ''), (9612, '160410087', 80, '', '', '', ''), (9613, '160410087', 81, '', '', '', ''), (9614, '160410087', 82, '', '', '', ''), (9615, '160410087', 83, '', '', '', ''), (9616, '160410087', 86, '', '', '', ''), (9617, '160410087', 87, '', '', '', ''), (9618, '160410085', 77, '', '', '', ''), (9619, '160410085', 78, '', '', '', ''), (9620, '160410085', 79, '', '', '', ''), (9621, '160410085', 80, '', '', '', ''), (9622, '160410085', 81, '', '', '', ''), (9623, '160410085', 82, '', '', '', ''), (9624, '160410085', 83, '', '', '', ''), (9625, '160410085', 86, '', '', '', ''), (9626, '160410085', 87, '', '', '', ''), (9627, '160321140', 96, '', '', '', ''), (9628, '160321140', 97, '', '', '', ''), (9629, '160321140', 98, '', '', '', ''), (9630, '160321140', 99, '', '', '', ''), (9631, '160321140', 100, '', '', '', ''), (9632, '160321140', 101, '', '', '', ''), (9633, '160321140', 102, '', '', '', ''), (9634, '160321140', 103, '', '', '', ''), (9662, '160410101', 77, '', '', '', ''), (9663, '160410101', 78, '', '', '', ''), (9664, '160410101', 79, '', '', '', ''), (9665, '160410101', 80, '', '', '', ''), (9666, '160410101', 81, '', '', '', ''), (9667, '160410101', 82, '', '', '', ''), (9668, '160410101', 83, '', '', '', ''), (9669, '160410101', 86, '', '', '', ''), (9670, '160410101', 87, '', '', '', ''), (9680, '160214009', 106, '', '', '', ''), (9681, '160214009', 107, '', '', '', ''), (9682, '160214009', 108, '', '', '', ''), (9683, '160214009', 109, '', '', '', ''), (9684, '160214009', 110, '', '', '', ''), (9685, '160214009', 111, '', '', '', ''), (9686, '160214009', 112, '', '', '', ''), (9687, '160214009', 113, '', '', '', ''), (9688, '160214009', 114, '', '', '', ''), (9743, '160214049', 106, '', '', '', ''), (9744, '160214049', 107, '', '', '', ''), (9745, '160214049', 108, '', '', '', ''), (9746, '160214049', 109, '', '', '', ''), (9747, '160214049', 110, '', '', '', ''), (9748, '160214049', 111, '', '', '', ''), (9749, '160214049', 112, '', '', '', ''), (9750, '160214049', 113, '', '', '', ''), (9751, '160214049', 114, '', '', '', ''), (9770, '160214011', 106, '', '', '', ''), (9771, '160214011', 107, '', '', '', ''), (9772, '160214011', 108, '', '', '', ''), (9773, '160214011', 109, '', '', '', ''), (9774, '160214011', 110, '', '', '', ''), (9775, '160214011', 111, '', '', '', ''), (9776, '160214011', 112, '', '', '', ''), (9777, '160214011', 113, '', '', '', ''), (9778, '160214011', 114, '', '', '', ''), (9779, '160214069', 106, '', '', '', ''), (9780, '160214069', 107, '', '', '', ''), (9781, '160214069', 108, '', '', '', ''), (9782, '160214069', 109, '', '', '', ''), (9783, '160214069', 110, '', '', '', ''), (9784, '160214069', 111, '', '', '', ''), (9785, '160214069', 112, '', '', '', ''), (9786, '160214069', 113, '', '', '', ''), (9787, '160214069', 114, '', '', '', ''), (9815, '140408068', 152, '', '', '', ''), (9816, '140408068', 153, '', '', '', ''), (9817, '140408068', 154, '', '', '', ''), (9818, '140408068', 155, '', '', '', ''), (9819, '140408068', 156, '', '', '', ''), (9825, '140408083', 152, '', '', '', ''), (9826, '140408083', 153, '', '', '', ''), (9827, '140408083', 154, '', '', '', ''), (9828, '140408083', 155, '', '', '', ''), (9829, '140408083', 156, '', '', '', ''), (9850, '140408054', 152, '', '', '', ''), (9851, '140408054', 153, '', '', '', ''), (9852, '140408054', 154, '', '', '', ''), (9853, '140408054', 155, '', '', '', ''), (9854, '140408054', 156, '', '', '', ''), (9865, '140408047', 152, '', '', '', ''), (9866, '140408047', 153, '', '', '', ''), (9867, '140408047', 154, '', '', '', ''), (9868, '140408047', 155, '', '', '', ''), (9869, '140408047', 156, '', '', '', ''), (9880, '140408061', 152, '', '', '', ''), (9881, '140408061', 153, '', '', '', ''), (9882, '140408061', 154, '', '', '', ''), (9883, '140408061', 155, '', '', '', ''), (9884, '140408061', 156, '', '', '', ''), (9890, '140408066', 152, '', '', '', ''), (9891, '140408066', 153, '', '', '', ''), (9892, '140408066', 154, '', '', '', ''), (9893, '140408066', 155, '', '', '', ''), (9894, '140408066', 156, '', '', '', ''), (9900, '140408076', 152, '', '', '', ''), (9901, '140408076', 153, '', '', '', ''), (9902, '140408076', 154, '', '', '', ''), (9903, '140408076', 155, '', '', '', ''), (9904, '140408076', 156, '', '', '', ''), (9905, '140408063', 152, '', '', '', ''), (9906, '140408063', 153, '', '', '', ''), (9907, '140408063', 154, '', '', '', ''), (9908, '140408063', 155, '', '', '', ''), (9909, '140408063', 156, '', '', '', ''), (9915, '140408059', 152, '', '', '', ''), (9916, '140408059', 153, '', '', '', ''), (9917, '140408059', 154, '', '', '', ''), (9918, '140408059', 155, '', '', '', ''), (9919, '140408059', 156, '', '', '', ''), (9930, '140408078', 152, '', '', '', ''), (9931, '140408078', 153, '', '', '', ''), (9932, '140408078', 154, '', '', '', ''), (9933, '140408078', 155, '', '', '', ''), (9934, '140408078', 156, '', '', '', ''), (9960, '140408070', 152, '', '', '', ''), (9961, '140408070', 153, '', '', '', ''), (9962, '140408070', 154, '', '', '', ''), (9963, '140408070', 155, '', '', '', ''), (9964, '140408070', 156, '', '', '', ''), (9990, '140408048', 152, '', '', '', ''), (9991, '140408048', 153, '', '', '', ''), (9992, '140408048', 154, '', '', '', ''), (9993, '140408048', 155, '', '', '', ''), (9994, '140408048', 156, '', '', '', ''), (9995, '140408056', 152, '', '', '', ''), (9996, '140408056', 153, '', '', '', ''), (9997, '140408056', 154, '', '', '', ''), (9998, '140408056', 155, '', '', '', ''), (9999, '140408056', 156, '', '', '', ''), (10000, '140408103', 152, '', '', '', ''), (10001, '140408103', 153, '', '', '', ''), (10002, '140408103', 154, '', '', '', ''), (10003, '140408103', 155, '', '', '', ''), (10004, '140408103', 156, '', '', '', ''), (10010, '140408057', 152, '', '', '', ''), (10011, '140408057', 153, '', '', '', ''), (10012, '140408057', 154, '', '', '', ''), (10013, '140408057', 155, '', '', '', ''), (10014, '140408057', 156, '', '', '', ''), (10025, '140408065', 152, '', '', '', ''), (10026, '140408065', 153, '', '', '', ''), (10027, '140408065', 154, '', '', '', ''), (10028, '140408065', 155, '', '', '', ''), (10029, '140408065', 156, '', '', '', ''), (10030, '140408073', 152, '', '', '', ''), (10031, '140408073', 153, '', '', '', ''), (10032, '140408073', 154, '', '', '', ''), (10033, '140408073', 155, '', '', '', ''), (10034, '140408073', 156, '', '', '', ''), (10040, '140408067', 152, '', '', '', ''), (10041, '140408067', 153, '', '', '', ''), (10042, '140408067', 154, '', '', '', ''), (10043, '140408067', 155, '', '', '', ''), (10044, '140408067', 156, '', '', '', ''), (10164, '160321129', 96, '', '', '', ''), (10165, '160321129', 97, '', '', '', ''), (10166, '160321129', 98, '', '', '', ''), (10167, '160321129', 99, '', '', '', ''), (10168, '160321129', 100, '', '', '', ''), (10169, '160321129', 101, '', '', '', ''), (10170, '160321129', 102, '', '', '', ''), (10171, '160321129', 103, '', '', '', ''), (10204, '160321087', 96, '', '', '', ''), (10205, '160321087', 97, '', '', '', ''), (10206, '160321087', 98, '', '', '', ''), (10207, '160321087', 99, '', '', '', ''), (10208, '160321087', 100, '', '', '', ''), (10209, '160321087', 101, '', '', '', ''), (10210, '160321087', 102, '', '', '', ''), (10211, '160321087', 103, '', '', '', ''), (10220, '160321093', 96, '', '', '', ''), (10221, '160321093', 97, '', '', '', ''), (10222, '160321093', 98, '', '', '', ''), (10223, '160321093', 99, '', '', '', ''), (10224, '160321093', 100, '', '', '', ''), (10225, '160321093', 101, '', '', '', ''), (10226, '160321093', 102, '', '', '', ''), (10227, '160321093', 103, '', '', '', ''), (10228, '160321078', 96, '', '', '', ''), (10229, '160321078', 97, '', '', '', ''), (10230, '160321078', 98, '', '', '', ''), (10231, '160321078', 99, '', '', '', ''), (10232, '160321078', 100, '', '', '', ''), (10233, '160321078', 101, '', '', '', ''), (10234, '160321078', 102, '', '', '', ''), (10235, '160321078', 103, '', '', '', ''), (10236, '160321096', 96, '', '', '', ''), (10237, '160321096', 97, '', '', '', ''), (10238, '160321096', 98, '', '', '', ''), (10239, '160321096', 99, '', '', '', ''), (10240, '160321096', 100, '', '', '', ''), (10241, '160321096', 101, '', '', '', ''), (10242, '160321096', 102, '', '', '', ''), (10243, '160321096', 103, '', '', '', ''), (10244, '160321095', 96, '', '', '', ''), (10245, '160321095', 97, '', '', '', ''), (10246, '160321095', 98, '', '', '', ''), (10247, '160321095', 99, '', '', '', ''), (10248, '160321095', 100, '', '', '', ''), (10249, '160321095', 101, '', '', '', ''), (10250, '160321095', 102, '', '', '', ''), (10251, '160321095', 103, '', '', '', ''), (10256, '150109006', 131, '', '', '', ''), (10257, '150109006', 132, '', '', '', ''), (10258, '150109006', 133, '', '', '', ''), (10259, '150109006', 134, '', '', '', ''), (10260, '150109006', 135, '', '', '', ''), (10261, '150320052', 124, '', '', '', ''), (10262, '150320052', 125, '', '', '', ''), (10263, '150320052', 126, '', '', '', ''), (10264, '150320052', 127, '', '', '', ''), (10265, '150320052', 128, '', '', '', ''), (10266, '150320052', 129, '', '', '', ''), (10267, '150320052', 130, '', '', '', ''), (10268, '123', 151, '', '', '', ''), (10269, '123', 167, '', '', '', ''), (10270, '123', 168, '', '', '', ''), (10271, '140108024', 136, '', '', '', ''), (10272, '140108024', 137, '', '', '', ''), (10273, '140108024', 138, '', '', '', ''), (10274, '140108024', 139, '', '', '', ''), (10275, '140108024', 140, '', '', '', ''), (10276, '140108024', 141, '', '', '', ''), (10297, '140319048', 158, '', '', '', ''), (10298, '140319048', 160, '', '', '', ''), (10299, '140319048', 161, '', '', '', ''), (10300, '140319048', 162, '', '', '', ''), (10301, '140319048', 163, '', '', '', ''), (10302, '140319048', 164, '', '', '', ''), (10303, '140319048', 165, '', '', '', ''), (10304, '140319048', 166, '', '', '', ''), (10312, '150320010', 124, '', '', '', ''), (10313, '150320010', 125, '', '', '', ''), (10314, '150320010', 126, '', '', '', ''), (10315, '150320010', 127, '', '', '', ''), (10316, '150320010', 128, '', '', '', ''), (10317, '150320010', 129, '', '', '', ''), (10318, '150320010', 130, '', '', '', ''), (10367, '140319012', 158, '', '', '', ''), (10368, '140319012', 160, '', '', '', ''), (10369, '140319012', 161, '', '', '', ''), (10370, '140319012', 162, '', '', '', ''), (10371, '140319012', 163, '', '', '', ''), (10372, '140319012', 164, '', '', '', ''), (10373, '140319012', 165, '', '', '', ''), (10374, '140319012', 166, '', '', '', ''), (10383, '140319003', 158, '', '', '', ''), (10384, '140319003', 160, '', '', '', ''), (10385, '140319003', 161, '', '', '', ''), (10386, '140319003', 162, '', '', '', ''), (10387, '140319003', 163, '', '', '', ''), (10388, '140319003', 164, '', '', '', ''), (10389, '140319003', 165, '', '', '', ''), (10390, '140319003', 166, '', '', '', ''), (10391, '140319007', 158, '', '', '', ''), (10392, '140319007', 160, '', '', '', ''), (10393, '140319007', 161, '', '', '', ''), (10394, '140319007', 162, '', '', '', ''), (10395, '140319007', 163, '', '', '', ''), (10396, '140319007', 164, '', '', '', ''), (10397, '140319007', 165, '', '', '', ''), (10398, '140319007', 166, '', '', '', ''), (10399, '140319006', 158, '', '', '', ''), (10400, '140319006', 160, '', '', '', ''), (10401, '140319006', 161, '', '', '', ''), (10402, '140319006', 162, '', '', '', ''), (10403, '140319006', 163, '', '', '', ''), (10404, '140319006', 164, '', '', '', ''), (10405, '140319006', 165, '', '', '', ''), (10406, '140319006', 166, '', '', '', ''), (10423, '150320112', 158, '', '', '', ''), (10424, '150320112', 160, '', '', '', ''), (10425, '150320112', 161, '', '', '', ''), (10426, '150320112', 162, '', '', '', ''), (10427, '150320112', 163, '', '', '', ''), (10428, '150320112', 164, '', '', '', ''), (10429, '150320112', 165, '', '', '', ''), (10430, '150320112', 166, '', '', '', ''), (10483, '140319084', 158, '', '', '', ''), (10484, '140319084', 160, '', '', '', ''), (10485, '140319084', 161, '', '', '', ''), (10486, '140319084', 162, '', '', '', ''), (10487, '140319084', 163, '', '', '', ''), (10488, '140319084', 164, '', '', '', ''), (10489, '140319084', 165, '', '', '', ''), (10490, '140319084', 166, '', '', '', ''), (10491, '130107018', 143, '', '', '', ''), (10492, '130107018', 144, '', '', '', ''), (10493, '130107018', 145, '', '', '', ''), (10494, '34567', 78, '', '', '', ''), (10495, '34567', 79, '', '', '', ''), (10504, '140319014', 158, '', '', '', ''), (10505, '140319014', 160, '', '', '', ''), (10506, '140319014', 161, '', '', '', ''), (10507, '140319014', 162, '', '', '', ''), (10508, '140319014', 163, '', '', '', ''), (10509, '140319014', 164, '', '', '', ''), (10510, '140319014', 165, '', '', '', ''), (10511, '140319014', 166, '', '', '', ''), (10526, '140319015', 158, '', '', '', ''), (10527, '140319015', 160, '', '', '', ''), (10528, '140319015', 161, '', '', '', ''), (10529, '140319015', 162, '', '', '', ''), (10530, '140319015', 163, '', '', '', ''), (10531, '140319015', 164, '', '', '', ''), (10532, '140319015', 165, '', '', '', ''), (10533, '140319015', 166, '', '', '', ''), (10534, '140319022', 158, '', '', '', ''), (10535, '140319022', 160, '', '', '', ''), (10536, '140319022', 161, '', '', '', ''), (10537, '140319022', 162, '', '', '', ''), (10538, '140319022', 163, '', '', '', ''), (10539, '140319022', 164, '', '', '', ''), (10540, '140319022', 165, '', '', '', ''), (10541, '140319022', 166, '', '', '', ''), (10542, '140319064', 158, '', '', '', ''), (10543, '140319064', 160, '', '', '', ''), (10544, '140319064', 161, '', '', '', ''), (10545, '140319064', 162, '', '', '', ''), (10546, '140319064', 163, '', '', '', ''), (10547, '140319064', 164, '', '', '', ''), (10548, '140319064', 165, '', '', '', ''), (10549, '140319064', 166, '', '', '', ''), (10555, '150320005', 124, '', '', '', ''), (10556, '150320005', 125, '', '', '', ''), (10557, '150320005', 126, '', '', '', ''), (10558, '150320005', 127, '', '', '', ''), (10559, '150320005', 128, '', '', '', ''), (10560, '150320005', 129, '', '', '', ''), (10561, '150320005', 130, '', '', '', ''), (10562, '150320034', 124, '', '', '', ''), (10563, '150320034', 125, '', '', '', ''), (10564, '150320034', 126, '', '', '', ''), (10565, '150320034', 127, '', '', '', ''), (10566, '150320034', 128, '', '', '', ''), (10567, '150320034', 129, '', '', '', ''), (10568, '150320034', 130, '', '', '', ''), (10569, '150109004', 131, '', '', '', ''), (10570, '150109004', 132, '', '', '', ''), (10571, '150109004', 133, '', '', '', ''), (10572, '150109004', 134, '', '', '', ''), (10573, '150109004', 135, '', '', '', ''), (10594, '140108013', 136, '', '', '', ''), (10595, '140108013', 137, '', '', '', ''), (10596, '140108013', 138, '', '', '', ''), (10597, '140108013', 139, '', '', '', ''), (10598, '140108013', 140, '', '', '', ''), (10599, '140108013', 141, '', '', '', ''), (10600, '130107001', 143, '', '', '', ''), (10601, '130107001', 144, '', '', '', ''), (10602, '130107001', 145, '', '', '', ''), (10612, '130107006', 143, '', '', '', ''), (10613, '130107006', 144, '', '', '', ''), (10614, '130107006', 145, '', '', '', ''), (10615, '130107020', 143, '', '', '', ''), (10616, '130107020', 144, '', '', '', ''), (10617, '130107020', 145, '', '', '', ''), (10624, '130107015', 143, '', '', '', ''), (10625, '130107015', 144, '', '', '', ''), (10626, '130107015', 145, '', '', '', ''), (10627, '130107009', 143, '', '', '', ''), (10628, '130107009', 144, '', '', '', ''), (10629, '130107009', 145, '', '', '', ''), (10630, '140319017', 158, '', '', '', ''), (10631, '140319017', 160, '', '', '', ''), (10632, '140319017', 161, '', '', '', ''), (10633, '140319017', 162, '', '', '', ''), (10634, '140319017', 163, '', '', '', ''), (10635, '140319017', 164, '', '', '', ''), (10636, '140319017', 165, '', '', '', ''), (10637, '140319017', 166, '', '', '', ''), (10686, '140319009', 158, '', '', '', ''), (10687, '140319009', 160, '', '', '', ''), (10688, '140319009', 161, '', '', '', ''), (10689, '140319009', 162, '', '', '', ''), (10690, '140319009', 163, '', '', '', ''), (10691, '140319009', 164, '', '', '', ''), (10692, '140319009', 165, '', '', '', ''), (10693, '140319009', 166, '', '', '', ''), (10708, '140319027', 158, '', '', '', ''), (10709, '140319027', 160, '', '', '', ''), (10710, '140319027', 161, '', '', '', ''), (10711, '140319027', 162, '', '', '', ''), (10712, '140319027', 163, '', '', '', ''), (10713, '140319027', 164, '', '', '', ''), (10714, '140319027', 165, '', '', '', ''), (10715, '140319027', 166, '', '', '', ''), (10716, '140319005', 158, '', '', '', ''), (10717, '140319005', 160, '', '', '', ''), (10718, '140319005', 161, '', '', '', ''), (10719, '140319005', 162, '', '', '', ''), (10720, '140319005', 163, '', '', '', ''), (10721, '140319005', 164, '', '', '', ''), (10722, '140319005', 165, '', '', '', ''), (10723, '140319005', 166, '', '', '', ''), (10743, '140319008', 158, '', '', '', ''), (10744, '140319008', 160, '', '', '', ''), (10745, '140319008', 161, '', '', '', ''), (10746, '140319008', 162, '', '', '', ''), (10747, '140319008', 163, '', '', '', ''), (10748, '140319008', 164, '', '', '', ''), (10749, '140319008', 165, '', '', '', ''), (10750, '140319008', 166, '', '', '', ''), (10751, '140319018', 158, '', '', '', ''), (10752, '140319018', 160, '', '', '', ''), (10753, '140319018', 161, '', '', '', ''), (10754, '140319018', 162, '', '', '', ''), (10755, '140319018', 163, '', '', '', ''), (10756, '140319018', 164, '', '', '', ''), (10757, '140319018', 165, '', '', '', ''), (10758, '140319018', 166, '', '', '', ''), (10759, '140319026', 158, '', '', '', ''), (10760, '140319026', 160, '', '', '', ''), (10761, '140319026', 161, '', '', '', ''), (10762, '140319026', 162, '', '', '', ''), (10763, '140319026', 163, '', '', '', ''), (10764, '140319026', 164, '', '', '', ''), (10765, '140319026', 165, '', '', '', ''), (10766, '140319026', 166, '', '', '', ''), (10767, '140319001', 158, '', '', '', ''), (10768, '140319001', 160, '', '', '', ''), (10769, '140319001', 161, '', '', '', ''), (10770, '140319001', 162, '', '', '', ''), (10771, '140319001', 163, '', '', '', ''), (10772, '140319001', 164, '', '', '', ''), (10773, '140319001', 165, '', '', '', ''), (10774, '140319001', 166, '', '', '', ''), (10775, '140319020', 158, '', '', '', ''), (10776, '140319020', 160, '', '', '', ''), (10777, '140319020', 161, '', '', '', ''), (10778, '140319020', 162, '', '', '', ''), (10779, '140319020', 163, '', '', '', ''), (10780, '140319020', 164, '', '', '', ''), (10781, '140319020', 165, '', '', '', ''), (10782, '140319020', 166, '', '', '', ''), (10783, '140319019', 158, '', '', '', ''), (10784, '140319019', 160, '', '', '', ''), (10785, '140319019', 161, '', '', '', ''), (10786, '140319019', 162, '', '', '', ''), (10787, '140319019', 163, '', '', '', ''), (10788, '140319019', 164, '', '', '', ''), (10789, '140319019', 165, '', '', '', ''), (10790, '140319019', 166, '', '', '', ''), (10791, '140319024', 158, '', '', '', ''), (10792, '140319024', 160, '', '', '', ''), (10793, '140319024', 161, '', '', '', ''), (10794, '140319024', 162, '', '', '', ''), (10795, '140319024', 163, '', '', '', ''), (10796, '140319024', 164, '', '', '', ''), (10797, '140319024', 165, '', '', '', ''), (10798, '140319024', 166, '', '', '', ''), (10799, '140319011', 158, '', '', '', ''), (10800, '140319011', 160, '', '', '', ''), (10801, '140319011', 161, '', '', '', ''), (10802, '140319011', 162, '', '', '', ''), (10803, '140319011', 163, '', '', '', ''), (10804, '140319011', 164, '', '', '', ''), (10805, '140319011', 165, '', '', '', ''), (10806, '140319011', 166, '', '', '', ''), (10807, '140319021', 158, '', '', '', ''), (10808, '140319021', 160, '', '', '', ''), (10809, '140319021', 161, '', '', '', ''), (10810, '140319021', 162, '', '', '', ''), (10811, '140319021', 163, '', '', '', ''), (10812, '140319021', 164, '', '', '', ''), (10813, '140319021', 165, '', '', '', ''), (10814, '140319021', 166, '', '', '', ''), (10815, '140319025', 158, '', '', '', ''), (10816, '140319025', 160, '', '', '', ''), (10817, '140319025', 161, '', '', '', ''), (10818, '140319025', 162, '', '', '', ''), (10819, '140319025', 163, '', '', '', ''), (10820, '140319025', 164, '', '', '', ''), (10821, '140319025', 165, '', '', '', ''), (10822, '140319025', 166, '', '', '', ''), (10823, '140108001', 136, '', '', '', ''), (10824, '140108001', 137, '', '', '', ''), (10825, '140108001', 138, '', '', '', ''), (10826, '140108001', 139, '', '', '', ''), (10827, '140108001', 140, '', '', '', ''), (10828, '140108001', 141, '', '', '', ''), (10829, '140319013', 158, '', '', '', ''), (10830, '140319013', 160, '', '', '', ''), (10831, '140319013', 161, '', '', '', ''), (10832, '140319013', 162, '', '', '', ''), (10833, '140319013', 163, '', '', '', ''), (10834, '140319013', 164, '', '', '', ''), (10835, '140319013', 165, '', '', '', ''), (10836, '140319013', 166, '', '', '', ''), (10837, '140108011', 136, '', '', '', ''), (10838, '140108011', 137, '', '', '', ''), (10839, '140108011', 138, '', '', '', ''), (10840, '140108011', 139, '', '', '', ''), (10841, '140108011', 140, '', '', '', ''), (10842, '140108011', 141, '', '', '', ''), (10882, '150320057', 124, '', '', '', ''), (10883, '150320057', 125, '', '', '', ''), (10884, '150320057', 126, '', '', '', ''), (10885, '150320057', 127, '', '', '', ''), (10886, '150320057', 128, '', '', '', ''), (10887, '150320057', 129, '', '', '', ''), (10888, '150320057', 130, '', '', '', ''), (10896, '140108027', 136, '', '', '', ''), (10897, '140108027', 137, '', '', '', ''), (10898, '140108027', 138, '', '', '', ''), (10899, '140108027', 139, '', '', '', ''), (10900, '140108027', 140, '', '', '', ''), (10901, '140108027', 141, '', '', '', ''), (10909, '150109080', 171, '', '', '', ''), (10910, '150109080', 172, '', '', '', ''), (10911, '150109080', 173, '', '', '', ''), (10912, '150109080', 174, '', '', '', ''), (10913, '150109080', 175, '', '', '', ''), (10914, '150109080', 176, '', '', '', ''), (10915, '150109080', 178, '', '', '', ''), (10916, '150109080', 179, '', '', '', ''), (10917, '140319016', 158, '', '', '', ''), (10918, '140319016', 160, '', '', '', ''), (10919, '140319016', 161, '', '', '', ''), (10920, '140319016', 162, '', '', '', ''), (10921, '140319016', 163, '', '', '', ''), (10922, '140319016', 164, '', '', '', ''), (10923, '140319016', 165, '', '', '', ''), (10924, '140319016', 166, '', '', '', ''), (10925, '140319028', 158, '', '', '', ''), (10926, '140319028', 160, '', '', '', ''), (10927, '140319028', 161, '', '', '', ''), (10928, '140319028', 162, '', '', '', ''), (10929, '140319028', 163, '', '', '', ''), (10930, '140319028', 164, '', '', '', ''), (10931, '140319028', 165, '', '', '', ''), (10932, '140319028', 166, '', '', '', ''), (10957, '140319030', 158, '', '', '', ''), (10958, '140319030', 160, '', '', '', ''), (10959, '140319030', 161, '', '', '', ''), (10960, '140319030', 162, '', '', '', ''), (10961, '140319030', 163, '', '', '', ''), (10962, '140319030', 164, '', '', '', ''), (10963, '140319030', 165, '', '', '', ''), (10964, '140319030', 166, '', '', '', ''), (10973, '15', 78, '', '', '', ''), (10974, '15', 79, '', '', '', ''), (10975, '15', 80, '', '', '', ''), (10992, '160321147', 96, '', '', '', ''), (10993, '160321147', 97, '', '', '', ''), (10994, '160321147', 98, '', '', '', ''), (10995, '160321147', 99, '', '', '', ''), (10996, '160321147', 100, '', '', '', ''), (10997, '160321147', 101, '', '', '', ''), (10998, '160321147', 102, '', '', '', ''), (10999, '160321147', 103, '', '', '', ''), (11017, '150109072', 171, '', '', '', ''), (11018, '150109072', 172, '', '', '', ''), (11019, '150109072', 173, '', '', '', ''), (11020, '150109072', 174, '', '', '', ''), (11021, '150109072', 175, '', '', '', ''), (11022, '150109072', 176, '', '', '', ''), (11023, '150109072', 178, '', '', '', ''), (11024, '150109072', 179, '', '', '', ''), (11042, '160214021', 106, '', '', '', ''), (11043, '160214021', 107, '', '', '', ''), (11044, '160214021', 108, '', '', '', ''), (11045, '160214021', 109, '', '', '', ''), (11046, '160214021', 110, '', '', '', ''), (11047, '160214021', 111, '', '', '', ''), (11048, '160214021', 112, '', '', '', ''), (11049, '160214021', 113, '', '', '', ''), (11050, '160214021', 114, '', '', '', ''), (11051, '160410094', 78, '', '', '', ''), (11052, '160410094', 79, '', '', '', ''), (11053, '160410094', 80, '', '', '', ''), (11054, '160410094', 81, '', '', '', ''), (11055, '160410094', 82, '', '', '', ''), (11056, '160410094', 83, '', '', '', ''), (11057, '160410094', 86, '', '', '', ''), (11058, '160410094', 87, '', '', '', ''), (11059, '160410094', 180, '', '', '', ''), (11060, '160410096', 78, '', '', '', ''), (11061, '160410096', 79, '', '', '', ''), (11062, '160410096', 80, '', '', '', ''), (11063, '160410096', 81, '', '', '', ''), (11064, '160410096', 82, '', '', '', ''), (11065, '160410096', 83, '', '', '', ''), (11066, '160410096', 86, '', '', '', ''), (11067, '160410096', 87, '', '', '', ''), (11068, '160410096', 180, '', '', '', ''), (11235, '140319078', 158, '', '', '', ''), (11236, '140319078', 160, '', '', '', ''), (11237, '140319078', 161, '', '', '', ''), (11238, '140319078', 162, '', '', '', ''), (11239, '140319078', 163, '', '', '', ''), (11240, '140319078', 164, '', '', '', ''), (11241, '140319078', 165, '', '', '', ''), (11242, '140319078', 166, '', '', '', ''), (11243, '140319034', 158, '', '', '', ''), (11244, '140319034', 160, '', '', '', ''), (11245, '140319034', 161, '', '', '', ''), (11246, '140319034', 162, '', '', '', ''), (11247, '140319034', 163, '', '', '', ''), (11248, '140319034', 164, '', '', '', ''), (11249, '140319034', 165, '', '', '', ''), (11250, '140319034', 166, '', '', '', ''), (11251, '140319058', 158, '', '', '', ''), (11252, '140319058', 160, '', '', '', ''), (11253, '140319058', 161, '', '', '', ''), (11254, '140319058', 162, '', '', '', ''), (11255, '140319058', 163, '', '', '', ''), (11256, '140319058', 164, '', '', '', ''), (11257, '140319058', 165, '', '', '', ''), (11258, '140319058', 166, '', '', '', ''), (11259, '140319076', 158, '', '', '', ''), (11260, '140319076', 160, '', '', '', ''), (11261, '140319076', 161, '', '', '', ''), (11262, '140319076', 162, '', '', '', ''), (11263, '140319076', 163, '', '', '', ''), (11264, '140319076', 164, '', '', '', ''), (11265, '140319076', 165, '', '', '', ''), (11266, '140319076', 166, '', '', '', ''), (11267, '140319051', 158, '', '', '', ''), (11268, '140319051', 160, '', '', '', ''), (11269, '140319051', 161, '', '', '', ''), (11270, '140319051', 162, '', '', '', ''), (11271, '140319051', 163, '', '', '', ''), (11272, '140319051', 164, '', '', '', ''), (11273, '140319051', 165, '', '', '', ''), (11274, '140319051', 166, '', '', '', ''), (11275, '140319035', 158, '', '', '', ''), (11276, '140319035', 160, '', '', '', ''), (11277, '140319035', 161, '', '', '', ''), (11278, '140319035', 162, '', '', '', ''), (11279, '140319035', 163, '', '', '', ''), (11280, '140319035', 164, '', '', '', ''), (11281, '140319035', 165, '', '', '', ''), (11282, '140319035', 166, '', '', '', ''), (11299, '140319062', 158, '', '', '', ''), (11300, '140319062', 160, '', '', '', ''), (11301, '140319062', 161, '', '', '', ''), (11302, '140319062', 162, '', '', '', ''), (11303, '140319062', 163, '', '', '', ''), (11304, '140319062', 164, '', '', '', ''), (11305, '140319062', 165, '', '', '', ''), (11306, '140319062', 166, '', '', '', ''), (11307, '140319080', 158, '', '', '', ''), (11308, '140319080', 160, '', '', '', ''), (11309, '140319080', 161, '', '', '', ''), (11310, '140319080', 162, '', '', '', ''), (11311, '140319080', 163, '', '', '', ''), (11312, '140319080', 164, '', '', '', ''), (11313, '140319080', 165, '', '', '', ''), (11314, '140319080', 166, '', '', '', ''), (11315, '140319070', 158, '', '', '', ''), (11316, '140319070', 160, '', '', '', ''), (11317, '140319070', 161, '', '', '', ''), (11318, '140319070', 162, '', '', '', ''), (11319, '140319070', 163, '', '', '', ''), (11320, '140319070', 164, '', '', '', ''), (11321, '140319070', 165, '', '', '', ''), (11322, '140319070', 166, '', '', '', ''), (11323, '140319059', 158, '', '', '', ''), (11324, '140319059', 160, '', '', '', ''), (11325, '140319059', 161, '', '', '', ''), (11326, '140319059', 162, '', '', '', ''), (11327, '140319059', 163, '', '', '', ''), (11328, '140319059', 164, '', '', '', ''), (11329, '140319059', 165, '', '', '', ''), (11330, '140319059', 166, '', '', '', ''), (11331, '140319031', 158, '', '', '', ''), (11332, '140319031', 160, '', '', '', ''), (11333, '140319031', 161, '', '', '', ''), (11334, '140319031', 162, '', '', '', ''), (11335, '140319031', 163, '', '', '', ''), (11336, '140319031', 164, '', '', '', ''), (11337, '140319031', 165, '', '', '', ''), (11338, '140319031', 166, '', '', '', ''), (11347, '140319082', 158, '', '', '', ''), (11348, '140319082', 160, '', '', '', ''), (11349, '140319082', 161, '', '', '', ''), (11350, '140319082', 162, '', '', '', ''), (11351, '140319082', 163, '', '', '', ''), (11352, '140319082', 164, '', '', '', ''), (11353, '140319082', 165, '', '', '', ''), (11354, '140319082', 166, '', '', '', ''), (11355, '140319057', 158, '', '', '', ''), (11356, '140319057', 160, '', '', '', ''), (11357, '140319057', 161, '', '', '', ''), (11358, '140319057', 162, '', '', '', ''), (11359, '140319057', 163, '', '', '', ''), (11360, '140319057', 164, '', '', '', ''), (11361, '140319057', 165, '', '', '', ''), (11362, '140319057', 166, '', '', '', ''), (11364, '140319077', 158, '', '', '', ''), (11365, '140319077', 160, '', '', '', ''), (11366, '140319077', 161, '', '', '', ''), (11367, '140319077', 162, '', '', '', ''), (11368, '140319077', 163, '', '', '', ''), (11369, '140319077', 164, '', '', '', ''), (11370, '140319077', 165, '', '', '', ''), (11371, '140319077', 166, '', '', '', ''), (11380, '140319065', 158, '', '', '', ''), (11381, '140319065', 160, '', '', '', ''), (11382, '140319065', 161, '', '', '', ''), (11383, '140319065', 162, '', '', '', ''), (11384, '140319065', 163, '', '', '', ''), (11385, '140319065', 164, '', '', '', ''), (11386, '140319065', 165, '', '', '', ''), (11387, '140319065', 166, '', '', '', ''), (11396, '140319061', 158, '', '', '', ''), (11397, '140319061', 160, '', '', '', ''), (11398, '140319061', 161, '', '', '', ''), (11399, '140319061', 162, '', '', '', ''), (11400, '140319061', 163, '', '', '', ''), (11401, '140319061', 164, '', '', '', ''), (11402, '140319061', 165, '', '', '', ''), (11403, '140319061', 166, '', '', '', ''), (11412, '140319075', 158, '', '', '', ''), (11413, '140319075', 160, '', '', '', ''), (11414, '140319075', 161, '', '', '', ''), (11415, '140319075', 162, '', '', '', ''), (11416, '140319075', 163, '', '', '', ''), (11417, '140319075', 164, '', '', '', ''), (11418, '140319075', 165, '', '', '', ''), (11419, '140319075', 166, '', '', '', ''), (11420, '140319083', 158, '', '', '', ''), (11421, '140319083', 160, '', '', '', ''), (11422, '140319083', 161, '', '', '', ''), (11423, '140319083', 162, '', '', '', ''), (11424, '140319083', 163, '', '', '', ''), (11425, '140319083', 164, '', '', '', ''), (11426, '140319083', 165, '', '', '', ''), (11427, '140319083', 166, '', '', '', ''), (11428, '140319042', 158, '', '', '', ''), (11429, '140319042', 160, '', '', '', ''), (11430, '140319042', 161, '', '', '', ''), (11431, '140319042', 162, '', '', '', ''), (11432, '140319042', 163, '', '', '', ''), (11433, '140319042', 164, '', '', '', ''), (11434, '140319042', 165, '', '', '', ''), (11435, '140319042', 166, '', '', '', ''), (11451, '140319037', 158, '', '', '', ''), (11452, '140319037', 160, '', '', '', ''), (11453, '140319037', 161, '', '', '', ''), (11454, '140319037', 162, '', '', '', ''), (11455, '140319037', 163, '', '', '', ''), (11456, '140319037', 164, '', '', '', ''), (11457, '140319037', 165, '', '', '', ''), (11458, '140319037', 166, '', '', '', ''), (11467, '140319052', 158, '', '', '', ''), (11468, '140319052', 160, '', '', '', ''), (11469, '140319052', 161, '', '', '', ''), (11470, '140319052', 162, '', '', '', ''), (11471, '140319052', 163, '', '', '', ''), (11472, '140319052', 164, '', '', '', ''), (11473, '140319052', 165, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (11474, '140319052', 166, '', '', '', ''), (11558, '160410023', 78, '', '', '', ''), (11559, '160410023', 79, '', '', '', ''), (11560, '160410023', 80, '', '', '', ''), (11561, '160410023', 81, '', '', '', ''), (11562, '160410023', 82, '', '', '', ''), (11563, '160410023', 83, '', '', '', ''), (11564, '160410023', 86, '', '', '', ''), (11565, '160410023', 87, '', '', '', ''), (11566, '160410023', 180, '', '', '', ''), (11576, '1133', 78, '', '', '', ''), (11577, '1133', 79, '', '', '', ''), (11585, '150320020', 124, '', '', '', ''), (11586, '150320020', 125, '', '', '', ''), (11587, '150320020', 126, '', '', '', ''), (11588, '150320020', 127, '', '', '', ''), (11589, '150320020', 128, '', '', '', ''), (11590, '150320020', 129, '', '', '', ''), (11591, '150320020', 130, '', '', '', ''), (11628, '140108029', 136, '', '', '', ''), (11629, '140108029', 137, '', '', '', ''), (11630, '140108029', 138, '', '', '', ''), (11631, '140108029', 139, '', '', '', ''), (11632, '140108029', 140, '', '', '', ''), (11633, '140108029', 141, '', '', '', ''), (11641, '150320038', 124, '', '', '', ''), (11642, '150320038', 125, '', '', '', ''), (11643, '150320038', 126, '', '', '', ''), (11644, '150320038', 127, '', '', '', ''), (11645, '150320038', 128, '', '', '', ''), (11646, '150320038', 129, '', '', '', ''), (11647, '150320038', 130, '', '', '', ''), (11648, '150320014', 124, '', '', '', ''), (11649, '150320014', 125, '', '', '', ''), (11650, '150320014', 126, '', '', '', ''), (11651, '150320014', 127, '', '', '', ''), (11652, '150320014', 128, '', '', '', ''), (11653, '150320014', 129, '', '', '', ''), (11654, '150320014', 130, '', '', '', ''), (11655, '150320045', 124, '', '', '', ''), (11656, '150320045', 125, '', '', '', ''), (11657, '150320045', 126, '', '', '', ''), (11658, '150320045', 127, '', '', '', ''), (11659, '150320045', 128, '', '', '', ''), (11660, '150320045', 129, '', '', '', ''), (11661, '150320045', 130, '', '', '', ''), (11681, '150320004', 124, '', '', '', ''), (11682, '150320004', 125, '', '', '', ''), (11683, '150320004', 126, '', '', '', ''), (11684, '150320004', 127, '', '', '', ''), (11685, '150320004', 128, '', '', '', ''), (11686, '150320004', 129, '', '', '', ''), (11687, '150320004', 130, '', '', '', ''), (11695, '150320013', 103, '', '', '', ''), (11696, '150320013', 125, '', '', '', ''), (11697, '150320013', 126, '', '', '', ''), (11698, '150320013', 127, '', '', '', ''), (11699, '150320013', 128, '', '', '', ''), (11700, '150320013', 129, '', '', '', ''), (11701, '150320013', 130, '', '', '', ''), (11748, '160321085', 96, '', '', '', ''), (11749, '160321085', 97, '', '', '', ''), (11750, '160321085', 98, '', '', '', ''), (11751, '160321085', 99, '', '', '', ''), (11752, '160321085', 100, '', '', '', ''), (11753, '160321085', 101, '', '', '', ''), (11754, '160321085', 102, '', '', '', ''), (11755, '160321085', 103, '', '', '', ''), (11756, '150320067', 124, '', '', '', ''), (11757, '150320067', 125, '', '', '', ''), (11758, '150320067', 126, '', '', '', ''), (11759, '150320067', 127, '', '', '', ''), (11760, '150320067', 128, '', '', '', ''), (11761, '150320067', 129, '', '', '', ''), (11762, '150320067', 130, '', '', '', ''), (11763, '160214022', 106, '', '', '', ''), (11764, '160214022', 107, '', '', '', ''), (11765, '160214022', 108, '', '', '', ''), (11766, '160214022', 109, '', '', '', ''), (11767, '160214022', 110, '', '', '', ''), (11768, '160214022', 111, '', '', '', ''), (11769, '160214022', 112, '', '', '', ''), (11770, '160214022', 113, '', '', '', ''), (11771, '160214022', 114, '', '', '', ''), (11780, '140319086', 158, '', '', '', ''), (11781, '140319086', 160, '', '', '', ''), (11782, '140319086', 161, '', '', '', ''), (11783, '140319086', 162, '', '', '', ''), (11784, '140319086', 163, '', '', '', ''), (11785, '140319086', 164, '', '', '', ''), (11786, '140319086', 165, '', '', '', ''), (11787, '140319086', 166, '', '', '', ''), (11788, '150320089', 124, '', '', '', ''), (11789, '150320089', 125, '', '', '', ''), (11790, '150320089', 126, '', '', '', ''), (11791, '150320089', 127, '', '', '', ''), (11792, '150320089', 128, '', '', '', ''), (11793, '150320089', 129, '', '', '', ''), (11794, '150320089', 130, '', '', '', ''), (11802, '150320069', 124, '', '', '', ''), (11803, '150320069', 125, '', '', '', ''), (11804, '150320069', 126, '', '', '', ''), (11805, '150320069', 127, '', '', '', ''), (11806, '150320069', 128, '', '', '', ''), (11807, '150320069', 129, '', '', '', ''), (11808, '150320069', 130, '', '', '', ''), (11809, '150320103', 124, '', '', '', ''), (11810, '150320103', 125, '', '', '', ''), (11811, '150320103', 126, '', '', '', ''), (11812, '150320103', 127, '', '', '', ''), (11813, '150320103', 128, '', '', '', ''), (11814, '150320103', 129, '', '', '', ''), (11815, '150320103', 130, '', '', '', ''), (11816, '150320062', 124, '', '', '', ''), (11817, '150320062', 125, '', '', '', ''), (11818, '150320062', 126, '', '', '', ''), (11819, '150320062', 127, '', '', '', ''), (11820, '150320062', 128, '', '', '', ''), (11821, '150320062', 129, '', '', '', ''), (11822, '150320062', 130, '', '', '', ''), (11838, '150320074', 124, '', '', '', ''), (11839, '150320074', 125, '', '', '', ''), (11840, '150320074', 126, '', '', '', ''), (11841, '150320074', 127, '', '', '', ''), (11842, '150320074', 128, '', '', '', ''), (11843, '150320074', 129, '', '', '', ''), (11844, '150320074', 130, '', '', '', ''), (11845, '150320106', 124, '', '', '', ''), (11846, '150320106', 125, '', '', '', ''), (11847, '150320106', 126, '', '', '', ''), (11848, '150320106', 127, '', '', '', ''), (11849, '150320106', 128, '', '', '', ''), (11850, '150320106', 129, '', '', '', ''), (11851, '150320106', 130, '', '', '', ''), (11852, '150320102', 124, '', '', '', ''), (11853, '150320102', 125, '', '', '', ''), (11854, '150320102', 126, '', '', '', ''), (11855, '150320102', 127, '', '', '', ''), (11856, '150320102', 128, '', '', '', ''), (11857, '150320102', 129, '', '', '', ''), (11858, '150320102', 130, '', '', '', ''), (11866, '150320101', 124, '', '', '', ''), (11867, '150320101', 125, '', '', '', ''), (11868, '150320101', 126, '', '', '', ''), (11869, '150320101', 127, '', '', '', ''), (11870, '150320101', 128, '', '', '', ''), (11871, '150320101', 129, '', '', '', ''), (11872, '150320101', 130, '', '', '', ''), (11873, '150320065', 124, '', '', '', ''), (11874, '150320065', 125, '', '', '', ''), (11875, '150320065', 126, '', '', '', ''), (11876, '150320065', 127, '', '', '', ''), (11877, '150320065', 128, '', '', '', ''), (11878, '150320065', 129, '', '', '', ''), (11879, '150320065', 130, '', '', '', ''), (11880, '150320072', 124, '', '', '', ''), (11881, '150320072', 125, '', '', '', ''), (11882, '150320072', 126, '', '', '', ''), (11883, '150320072', 127, '', '', '', ''), (11884, '150320072', 128, '', '', '', ''), (11885, '150320072', 129, '', '', '', ''), (11886, '150320072', 130, '', '', '', ''), (11887, '150320090', 124, '', '', '', ''), (11888, '150320090', 125, '', '', '', ''), (11889, '150320090', 126, '', '', '', ''), (11890, '150320090', 127, '', '', '', ''), (11891, '150320090', 128, '', '', '', ''), (11892, '150320090', 129, '', '', '', ''), (11893, '150320090', 130, '', '', '', ''), (11894, '150320095', 124, '', '', '', ''), (11895, '150320095', 125, '', '', '', ''), (11896, '150320095', 126, '', '', '', ''), (11897, '150320095', 127, '', '', '', ''), (11898, '150320095', 128, '', '', '', ''), (11899, '150320095', 129, '', '', '', ''), (11900, '150320095', 130, '', '', '', ''), (11901, '150320098', 124, '', '', '', ''), (11902, '150320098', 125, '', '', '', ''), (11903, '150320098', 126, '', '', '', ''), (11904, '150320098', 127, '', '', '', ''), (11905, '150320098', 128, '', '', '', ''), (11906, '150320098', 129, '', '', '', ''), (11907, '150320098', 130, '', '', '', ''), (11922, '150320091', 124, '', '', '', ''), (11923, '150320091', 125, '', '', '', ''), (11924, '150320091', 126, '', '', '', ''), (11925, '150320091', 127, '', '', '', ''), (11926, '150320091', 128, '', '', '', ''), (11927, '150320091', 129, '', '', '', ''), (11928, '150320091', 130, '', '', '', ''), (11929, '150320079', 124, '', '', '', ''), (11930, '150320079', 125, '', '', '', ''), (11931, '150320079', 126, '', '', '', ''), (11932, '150320079', 127, '', '', '', ''), (11933, '150320079', 128, '', '', '', ''), (11934, '150320079', 129, '', '', '', ''), (11935, '150320079', 130, '', '', '', ''), (11950, '150320094', 124, '', '', '', ''), (11951, '150320094', 125, '', '', '', ''), (11952, '150320094', 126, '', '', '', ''), (11953, '150320094', 127, '', '', '', ''), (11954, '150320094', 128, '', '', '', ''), (11955, '150320094', 129, '', '', '', ''), (11956, '150320094', 130, '', '', '', ''), (11957, '150320100', 124, '', '', '', ''), (11958, '150320100', 125, '', '', '', ''), (11959, '150320100', 126, '', '', '', ''), (11960, '150320100', 127, '', '', '', ''), (11961, '150320100', 128, '', '', '', ''), (11962, '150320100', 129, '', '', '', ''), (11963, '150320100', 130, '', '', '', ''), (11964, '150320096', 124, '', '', '', ''), (11965, '150320096', 125, '', '', '', ''), (11966, '150320096', 126, '', '', '', ''), (11967, '150320096', 127, '', '', '', ''), (11968, '150320096', 128, '', '', '', ''), (11969, '150320096', 129, '', '', '', ''), (11970, '150320096', 130, '', '', '', ''), (11971, '150320081', 124, '', '', '', ''), (11972, '150320081', 125, '', '', '', ''), (11973, '150320081', 126, '', '', '', ''), (11974, '150320081', 127, '', '', '', ''), (11975, '150320081', 128, '', '', '', ''), (11976, '150320081', 129, '', '', '', ''), (11977, '150320081', 130, '', '', '', ''), (11978, '150320077', 124, '', '', '', ''), (11979, '150320077', 125, '', '', '', ''), (11980, '150320077', 126, '', '', '', ''), (11981, '150320077', 127, '', '', '', ''), (11982, '150320077', 128, '', '', '', ''), (11983, '150320077', 129, '', '', '', ''), (11984, '150320077', 130, '', '', '', ''), (11985, '150320060', 124, '', '', '', ''), (11986, '150320060', 125, '', '', '', ''), (11987, '150320060', 126, '', '', '', ''), (11988, '150320060', 127, '', '', '', ''), (11989, '150320060', 128, '', '', '', ''), (11990, '150320060', 129, '', '', '', ''), (11991, '150320060', 130, '', '', '', ''), (11992, '150320075', 124, '', '', '', ''), (11993, '150320075', 125, '', '', '', ''), (11994, '150320075', 126, '', '', '', ''), (11995, '150320075', 127, '', '', '', ''), (11996, '150320075', 128, '', '', '', ''), (11997, '150320075', 129, '', '', '', ''), (11998, '150320075', 130, '', '', '', ''), (11999, '150320099', 124, '', '', '', ''), (12000, '150320099', 125, '', '', '', ''), (12001, '150320099', 126, '', '', '', ''), (12002, '150320099', 127, '', '', '', ''), (12003, '150320099', 128, '', '', '', ''), (12004, '150320099', 129, '', '', '', ''), (12005, '150320099', 130, '', '', '', ''), (12006, '150320085', 124, '', '', '', ''), (12007, '150320085', 125, '', '', '', ''), (12008, '150320085', 126, '', '', '', ''), (12009, '150320085', 127, '', '', '', ''), (12010, '150320085', 128, '', '', '', ''), (12011, '150320085', 129, '', '', '', ''), (12012, '150320085', 130, '', '', '', ''), (12013, '160214080', 106, '', '', '', ''), (12014, '160214080', 107, '', '', '', ''), (12015, '160214080', 108, '', '', '', ''), (12016, '160214080', 109, '', '', '', ''), (12017, '160214080', 110, '', '', '', ''), (12018, '160214080', 111, '', '', '', ''), (12019, '160214080', 112, '', '', '', ''), (12020, '160214080', 113, '', '', '', ''), (12021, '160214080', 114, '', '', '', ''), (12022, '150320104', 124, '', '', '', ''), (12023, '150320104', 125, '', '', '', ''), (12024, '150320104', 126, '', '', '', ''), (12025, '150320104', 127, '', '', '', ''), (12026, '150320104', 128, '', '', '', ''), (12027, '150320104', 129, '', '', '', ''), (12028, '150320104', 130, '', '', '', ''), (12079, '140319071', 158, '', '', '', ''), (12080, '140319071', 160, '', '', '', ''), (12081, '140319071', 161, '', '', '', ''), (12082, '140319071', 162, '', '', '', ''), (12083, '140319071', 163, '', '', '', ''), (12084, '140319071', 164, '', '', '', ''), (12085, '140319071', 165, '', '', '', ''), (12086, '140319071', 166, '', '', '', ''), (12113, '140408044', 152, '', '', '', ''), (12114, '140408044', 153, '', '', '', ''), (12115, '140408044', 154, '', '', '', ''), (12116, '140408044', 155, '', '', '', ''), (12117, '140408044', 156, '', '', '', ''), (12118, '140408104', 152, '', '', '', ''), (12119, '140408104', 153, '', '', '', ''), (12120, '140408104', 154, '', '', '', ''), (12121, '140408104', 155, '', '', '', ''), (12122, '140408104', 156, '', '', '', ''), (12128, '140408064', 152, '', '', '', ''), (12129, '140408064', 153, '', '', '', ''), (12130, '140408064', 154, '', '', '', ''), (12131, '140408064', 155, '', '', '', ''), (12132, '140408064', 156, '', '', '', ''), (12147, '160214048', 106, '', '', '', ''), (12148, '160214048', 107, '', '', '', ''), (12149, '160214048', 108, '', '', '', ''), (12150, '160214048', 109, '', '', '', ''), (12151, '160214048', 110, '', '', '', ''), (12152, '160214048', 111, '', '', '', ''), (12153, '160214048', 112, '', '', '', ''), (12154, '160214048', 113, '', '', '', ''), (12155, '160214048', 114, '', '', '', ''), (12156, '160214039', 106, '', '', '', ''), (12157, '160214039', 107, '', '', '', ''), (12158, '160214039', 108, '', '', '', ''), (12159, '160214039', 109, '', '', '', ''), (12160, '160214039', 110, '', '', '', ''), (12161, '160214039', 111, '', '', '', ''), (12162, '160214039', 112, '', '', '', ''), (12163, '160214039', 113, '', '', '', ''), (12164, '160214039', 114, '', '', '', ''), (12174, '160410089', 78, '', '', '', ''), (12175, '160410089', 79, '', '', '', ''), (12176, '160410089', 80, '', '', '', ''), (12177, '160410089', 81, '', '', '', ''), (12178, '160410089', 82, '', '', '', ''), (12179, '160410089', 83, '', '', '', ''), (12180, '160410089', 86, '', '', '', ''), (12181, '160410089', 87, '', '', '', ''), (12182, '160410089', 180, '', '', '', ''), (12192, '160410109', 78, '', '', '', ''), (12193, '160410109', 79, '', '', '', ''), (12194, '160410109', 80, '', '', '', ''), (12195, '160410109', 81, '', '', '', ''), (12196, '160410109', 82, '', '', '', ''), (12197, '160410109', 83, '', '', '', ''), (12198, '160410109', 86, '', '', '', ''), (12199, '160410109', 87, '', '', '', ''), (12200, '160410109', 180, '', '', '', ''), (12219, '160214020', 106, '', '', '', ''), (12220, '160214020', 107, '', '', '', ''), (12221, '160214020', 108, '', '', '', ''), (12222, '160214020', 109, '', '', '', ''), (12223, '160214020', 110, '', '', '', ''), (12224, '160214020', 111, '', '', '', ''), (12225, '160214020', 112, '', '', '', ''), (12226, '160214020', 113, '', '', '', ''), (12227, '160214020', 114, '', '', '', ''), (12237, '140408015', 152, '', '', '', ''), (12238, '140408015', 153, '', '', '', ''), (12239, '140408015', 154, '', '', '', ''), (12240, '140408015', 155, '', '', '', ''), (12241, '140408015', 156, '', '', '', ''), (12242, '140408003', 152, '', '', '', ''), (12243, '140408003', 153, '', '', '', ''), (12244, '140408003', 154, '', '', '', ''), (12245, '140408003', 155, '', '', '', ''), (12246, '140408003', 156, '', '', '', ''), (12247, '140408010', 152, '', '', '', ''), (12248, '140408010', 153, '', '', '', ''), (12249, '140408010', 154, '', '', '', ''), (12250, '140408010', 155, '', '', '', ''), (12251, '140408010', 156, '', '', '', ''), (12267, '160214040', 106, '', '', '', ''), (12268, '160214040', 107, '', '', '', ''), (12269, '160214040', 108, '', '', '', ''), (12270, '160214040', 109, '', '', '', ''), (12271, '160214040', 110, '', '', '', ''), (12272, '160214040', 111, '', '', '', ''), (12273, '160214040', 112, '', '', '', ''), (12274, '160214040', 113, '', '', '', ''), (12275, '160214040', 114, '', '', '', ''), (12284, '150320059', 124, '', '', '', ''), (12285, '150320059', 125, '', '', '', ''), (12286, '150320059', 126, '', '', '', ''), (12287, '150320059', 127, '', '', '', ''), (12288, '150320059', 128, '', '', '', ''), (12289, '150320059', 129, '', '', '', ''), (12290, '150320059', 130, '', '', '', ''), (12291, '140408035', 152, '', '', '', ''), (12292, '140408035', 153, '', '', '', ''), (12293, '140408035', 154, '', '', '', ''), (12294, '140408035', 155, '', '', '', ''), (12295, '140408035', 156, '', '', '', ''), (12296, '150320068', 125, '', '', '', ''), (12297, '150320068', 126, '', '', '', ''), (12298, '150320068', 127, '', '', '', ''), (12299, '150320068', 128, '', '', '', ''), (12300, '150320068', 129, '', '', '', ''), (12301, '150320068', 130, '', '', '', ''), (12311, '160214044', 106, '', '', '', ''), (12312, '160214044', 107, '', '', '', ''), (12313, '160214044', 108, '', '', '', ''), (12314, '160214044', 109, '', '', '', ''), (12315, '160214044', 110, '', '', '', ''), (12316, '160214044', 111, '', '', '', ''), (12317, '160214044', 112, '', '', '', ''), (12318, '160214044', 113, '', '', '', ''), (12319, '160214044', 114, '', '', '', ''), (12320, '160410097', 78, '', '', '', ''), (12321, '160410097', 79, '', '', '', ''), (12322, '160410097', 80, '', '', '', ''), (12323, '160410097', 81, '', '', '', ''), (12324, '160410097', 82, '', '', '', ''), (12325, '160410097', 83, '', '', '', ''), (12326, '160410097', 86, '', '', '', ''), (12327, '160410097', 87, '', '', '', ''), (12328, '160410097', 180, '', '', '', ''), (12329, '150320105', 160, '', '', '', ''), (12330, '150320105', 161, '', '', '', ''), (12331, '150320105', 162, '', '', '', ''), (12332, '150320105', 163, '', '', '', ''), (12333, '150320105', 164, '', '', '', ''), (12334, '150320105', 165, '', '', '', ''), (12335, '150320105', 166, '', '', '', ''), (12336, '160321156', 96, '', '', '', ''), (12337, '160321156', 97, '', '', '', ''), (12338, '160321156', 98, '', '', '', ''), (12339, '160321156', 99, '', '', '', ''), (12340, '160321156', 100, '', '', '', ''), (12341, '160321156', 101, '', '', '', ''), (12342, '160321156', 102, '', '', '', ''), (12343, '160321156', 103, '', '', '', ''), (12359, '140319056', 158, '', '', '', ''), (12360, '140319056', 160, '', '', '', ''), (12361, '140319056', 161, '', '', '', ''), (12362, '140319056', 162, '', '', '', ''), (12363, '140319056', 163, '', '', '', ''), (12364, '140319056', 164, '', '', '', ''), (12365, '140319056', 165, '', '', '', ''), (12366, '140319056', 166, '', '', '', ''), (12367, '160110050', 115, '', '', '', ''), (12368, '160110050', 116, '', '', '', ''), (12369, '160110050', 117, '', '', '', ''), (12370, '160110050', 118, '', '', '', ''), (12371, '160110050', 119, '', '', '', ''), (12372, '160110050', 120, '', '', '', ''), (12373, '160110050', 121, '', '', '', ''), (12374, '160110050', 122, '', '', '', ''), (12375, '160110050', 123, '', '', '', ''), (12376, '150109104', 171, '', '', '', ''), (12377, '150109104', 172, '', '', '', ''), (12378, '150109104', 173, '', '', '', ''), (12379, '150109104', 174, '', '', '', ''), (12380, '150109104', 175, '', '', '', ''), (12381, '150109104', 176, '', '', '', ''), (12382, '150109104', 178, '', '', '', ''), (12383, '150109104', 179, '', '', '', ''), (12384, '150109088', 171, '', '', '', ''), (12385, '150109088', 172, '', '', '', ''), (12386, '150109088', 173, '', '', '', ''), (12387, '150109088', 174, '', '', '', ''), (12388, '150109088', 175, '', '', '', ''), (12389, '150109088', 176, '', '', '', ''), (12390, '150109088', 178, '', '', '', ''), (12391, '150109088', 179, '', '', '', ''), (12392, '160321154', 96, '', '', '', ''), (12393, '160321154', 97, '', '', '', ''), (12394, '160321154', 98, '', '', '', ''), (12395, '160321154', 99, '', '', '', ''), (12396, '160321154', 100, '', '', '', ''), (12397, '160321154', 101, '', '', '', ''), (12398, '160321154', 102, '', '', '', ''), (12399, '160321154', 103, '', '', '', ''), (12408, '160110039', 115, '', '', '', ''), (12409, '160110039', 116, '', '', '', ''), (12410, '160110039', 117, '', '', '', ''), (12411, '160110039', 118, '', '', '', ''), (12412, '160110039', 119, '', '', '', ''), (12413, '160110039', 120, '', '', '', ''), (12414, '160110039', 121, '', '', '', ''), (12415, '160110039', 122, '', '', '', ''), (12416, '160110039', 123, '', '', '', ''), (12433, '160321167', 96, '', '', '', ''), (12434, '160321167', 97, '', '', '', ''), (12435, '160321167', 98, '', '', '', ''), (12436, '160321167', 99, '', '', '', ''), (12437, '160321167', 100, '', '', '', ''), (12438, '160321167', 101, '', '', '', ''), (12439, '160321167', 102, '', '', '', ''), (12440, '160321167', 103, '', '', '', ''), (12449, '160410081', 78, '', '', '', ''), (12450, '160410081', 79, '', '', '', ''), (12451, '160410081', 80, '', '', '', ''), (12452, '160410081', 81, '', '', '', ''), (12453, '160410081', 82, '', '', '', ''), (12454, '160410081', 83, '', '', '', ''), (12455, '160410081', 86, '', '', '', ''), (12456, '160410081', 87, '', '', '', ''), (12457, '160410081', 180, '', '', '', ''), (12465, '16011082', 115, '', '', '', ''), (12466, '16011082', 116, '', '', '', ''), (12467, '16011082', 117, '', '', '', ''), (12468, '16011082', 118, '', '', '', ''), (12469, '16011082', 119, '', '', '', ''), (12470, '16011082', 120, '', '', '', ''), (12471, '16011082', 121, '', '', '', ''), (12472, '16011082', 122, '', '', '', ''), (12473, '16011082', 123, '', '', '', ''), (12474, '160214030', 106, '', '', '', ''), (12475, '160214030', 107, '', '', '', ''), (12476, '160214030', 108, '', '', '', ''), (12477, '160214030', 109, '', '', '', ''), (12478, '160214030', 110, '', '', '', ''), (12479, '160214030', 111, '', '', '', ''), (12480, '160214030', 112, '', '', '', ''), (12481, '160214030', 113, '', '', '', ''), (12482, '160214030', 114, '', '', '', ''), (12483, '140408043', 152, '', '', '', ''), (12484, '140408043', 153, '', '', '', ''), (12485, '140408043', 154, '', '', '', ''), (12486, '140408043', 155, '', '', '', ''), (12487, '140408043', 156, '', '', '', ''), (12500, '140408022', 152, '', '', '', ''), (12501, '140408022', 153, '', '', '', ''), (12502, '140408022', 154, '', '', '', ''), (12503, '140408022', 155, '', '', '', ''), (12504, '140408022', 156, '', '', '', ''), (12535, '150320023', 124, '', '', '', ''), (12536, '150320023', 125, '', '', '', ''), (12537, '150320023', 126, '', '', '', ''), (12538, '150320023', 127, '', '', '', ''), (12539, '150320023', 128, '', '', '', ''), (12540, '150320023', 129, '', '', '', ''), (12541, '150320023', 130, '', '', '', ''), (12542, '150320033', 124, '', '', '', ''), (12543, '150320033', 125, '', '', '', ''), (12544, '150320033', 126, '', '', '', ''), (12545, '150320033', 127, '', '', '', ''), (12546, '150320033', 128, '', '', '', ''), (12547, '150320033', 129, '', '', '', ''), (12548, '150320033', 130, '', '', '', ''), (12549, '140408020', 152, '', '', '', ''), (12550, '140408020', 153, '', '', '', ''), (12551, '140408020', 154, '', '', '', ''), (12552, '140408020', 155, '', '', '', ''), (12553, '140408020', 156, '', '', '', ''), (12554, '140408024', 152, '', '', '', ''), (12555, '140408024', 153, '', '', '', ''), (12556, '140408024', 154, '', '', '', ''), (12557, '140408024', 155, '', '', '', ''), (12558, '140408024', 156, '', '', '', ''), (12564, '140408036', 152, '', '', '', ''), (12565, '140408036', 153, '', '', '', ''), (12566, '140408036', 154, '', '', '', ''), (12567, '140408036', 155, '', '', '', ''), (12568, '140408036', 156, '', '', '', ''), (12569, '140408039', 152, '', '', '', ''), (12570, '140408039', 153, '', '', '', ''), (12571, '140408039', 154, '', '', '', ''), (12572, '140408039', 155, '', '', '', ''), (12573, '140408039', 156, '', '', '', ''), (12584, '140408006', 152, '', '', '', ''), (12585, '140408006', 153, '', '', '', ''), (12586, '140408006', 154, '', '', '', ''), (12587, '140408006', 155, '', '', '', ''), (12588, '140408006', 156, '', '', '', ''), (12589, '140408018', 152, '', '', '', ''), (12590, '140408018', 153, '', '', '', ''), (12591, '140408018', 154, '', '', '', ''), (12592, '140408018', 155, '', '', '', ''), (12593, '140408018', 156, '', '', '', ''), (12606, '140108026', 136, '', '', '', ''), (12607, '140108026', 137, '', '', '', ''), (12608, '140108026', 138, '', '', '', ''), (12609, '140108026', 139, '', '', '', ''), (12610, '140108026', 140, '', '', '', ''), (12611, '140108026', 141, '', '', '', ''), (12612, '140108015', 136, '', '', '', ''), (12613, '140108015', 137, '', '', '', ''), (12614, '140108015', 138, '', '', '', ''), (12615, '140108015', 139, '', '', '', ''), (12616, '140108015', 140, '', '', '', ''), (12617, '140108015', 141, '', '', '', ''), (12618, '150320048', 124, '', '', '', ''), (12619, '150320048', 125, '', '', '', ''), (12620, '150320048', 126, '', '', '', ''), (12621, '150320048', 127, '', '', '', ''), (12622, '150320048', 128, '', '', '', ''), (12623, '150320048', 129, '', '', '', ''), (12624, '150320048', 130, '', '', '', ''), (12665, '130107008', 143, '', '', '', ''), (12666, '130107008', 144, '', '', '', ''), (12667, '130107008', 145, '', '', '', ''), (12668, '140108032', 136, '', '', '', ''), (12669, '140108032', 137, '', '', '', ''), (12670, '140108032', 138, '', '', '', ''), (12671, '140108032', 139, '', '', '', ''), (12672, '140108032', 140, '', '', '', ''), (12673, '140108032', 141, '', '', '', ''), (12721, '130107003', 143, '', '', '', ''), (12722, '130107003', 144, '', '', '', ''), (12723, '130107003', 145, '', '', '', ''), (12728, '130107010', 143, '', '', '', ''), (12729, '130107010', 144, '', '', '', ''), (12730, '130107010', 145, '', '', '', ''), (12731, '160110082', 115, '', '', '', ''), (12732, '160110082', 116, '', '', '', ''), (12733, '160110082', 117, '', '', '', ''), (12734, '160110082', 118, '', '', '', ''), (12735, '160110082', 119, '', '', '', ''), (12736, '160110082', 120, '', '', '', ''), (12737, '160110082', 121, '', '', '', ''), (12738, '160110082', 122, '', '', '', ''), (12739, '160110082', 123, '', '', '', ''), (12740, '140108009', 136, '', '', '', ''), (12741, '140108009', 137, '', '', '', ''), (12742, '140108009', 138, '', '', '', ''), (12743, '140108009', 139, '', '', '', ''), (12744, '140108009', 140, '', '', '', ''), (12745, '140108009', 141, '', '', '', ''), (12767, '140408095', 152, '', '', '', ''), (12768, '140408095', 153, '', '', '', ''), (12769, '140408095', 154, '', '', '', ''), (12770, '140408095', 155, '', '', '', ''), (12771, '140408095', 156, '', '', '', ''), (12772, '140408096', 152, '', '', '', ''), (12773, '140408096', 153, '', '', '', ''), (12774, '140408096', 154, '', '', '', ''), (12775, '140408096', 155, '', '', '', ''), (12776, '140408096', 156, '', '', '', ''), (12777, '140408091', 152, '', '', '', ''), (12778, '140408091', 153, '', '', '', ''), (12779, '140408091', 154, '', '', '', ''), (12780, '140408091', 155, '', '', '', ''), (12781, '140408091', 156, '', '', '', ''), (12782, '140408101', 152, '', '', '', ''), (12783, '140408101', 153, '', '', '', ''), (12784, '140408101', 154, '', '', '', ''), (12785, '140408101', 155, '', '', '', ''), (12786, '140408101', 156, '', '', '', ''), (12787, '140408084', 152, '', '', '', ''), (12788, '140408084', 153, '', '', '', ''), (12789, '140408084', 154, '', '', '', ''), (12790, '140408084', 155, '', '', '', ''), (12791, '140408084', 156, '', '', '', ''), (12802, '140408100', 152, '', '', '', ''), (12803, '140408100', 153, '', '', '', ''), (12804, '140408100', 154, '', '', '', ''), (12805, '140408100', 155, '', '', '', ''), (12806, '140408100', 156, '', '', '', ''), (12812, '140408088', 152, '', '', '', ''), (12813, '140408088', 153, '', '', '', ''), (12814, '140408088', 154, '', '', '', ''), (12815, '140408088', 155, '', '', '', ''), (12816, '140408088', 156, '', '', '', ''), (12817, '140408089', 152, '', '', '', ''), (12818, '140408089', 153, '', '', '', ''), (12819, '140408089', 154, '', '', '', ''), (12820, '140408089', 155, '', '', '', ''), (12821, '140408089', 156, '', '', '', ''), (12822, '140408098', 152, '', '', '', ''), (12823, '140408098', 153, '', '', '', ''), (12824, '140408098', 154, '', '', '', ''), (12825, '140408098', 155, '', '', '', ''), (12826, '140408098', 156, '', '', '', ''), (12832, '140408097', 152, '', '', '', ''), (12833, '140408097', 153, '', '', '', ''), (12834, '140408097', 154, '', '', '', ''), (12835, '140408097', 155, '', '', '', ''), (12836, '140408097', 156, '', '', '', ''), (12837, '140408087', 152, '', '', '', ''), (12838, '140408087', 153, '', '', '', ''), (12839, '140408087', 154, '', '', '', ''), (12840, '140408087', 155, '', '', '', ''), (12841, '140408087', 156, '', '', '', ''), (12842, '140408093', 152, '', '', '', ''), (12843, '140408093', 153, '', '', '', ''), (12844, '140408093', 154, '', '', '', ''), (12845, '140408093', 155, '', '', '', ''), (12846, '140408093', 156, '', '', '', ''), (12862, '130107022', 143, '', '', '', ''), (12863, '130107022', 144, '', '', '', ''), (12864, '130107022', 145, '', '', '', ''), (12868, '140408085', 152, '', '', '', ''), (12869, '140408085', 153, '', '', '', ''), (12870, '140408085', 154, '', '', '', ''), (12871, '140408085', 155, '', '', '', ''), (12872, '140408085', 156, '', '', '', ''), (12873, '140408094', 152, '', '', '', ''), (12874, '140408094', 153, '', '', '', ''), (12875, '140408094', 154, '', '', '', ''), (12876, '140408094', 155, '', '', '', ''), (12877, '140408094', 156, '', '', '', ''), (12878, '160410074', 78, '', '', '', ''), (12879, '160410074', 79, '', '', '', ''), (12880, '160410074', 80, '', '', '', ''), (12881, '160410074', 81, '', '', '', ''), (12882, '160410074', 82, '', '', '', ''), (12883, '160410074', 83, '', '', '', ''), (12884, '160410074', 86, '', '', '', ''), (12885, '160410074', 148, '', '', '', ''), (12886, '160410074', 180, '', '', '', ''), (12896, '140108014', 136, '', '', '', ''), (12897, '140108014', 137, '', '', '', ''), (12898, '140108014', 138, '', '', '', ''), (12899, '140108014', 139, '', '', '', ''), (12900, '140108014', 140, '', '', '', ''), (12901, '140108014', 141, '', '', '', ''), (12908, '140108006', 136, '', '', '', ''), (12909, '140108006', 137, '', '', '', ''), (12910, '140108006', 138, '', '', '', ''), (12911, '140108006', 139, '', '', '', ''), (12912, '140108006', 140, '', '', '', ''), (12913, '140108006', 141, '', '', '', ''), (12955, '130107017', 143, '', '', '', ''), (12956, '130107017', 144, '', '', '', ''), (12957, '130107017', 145, '', '', '', ''), (13010, '160214023', 106, '', '', '', ''), (13011, '160214023', 107, '', '', '', ''), (13012, '160214023', 108, '', '', '', ''), (13013, '160214023', 109, '', '', '', ''), (13014, '160214023', 110, '', '', '', ''), (13015, '160214023', 111, '', '', '', ''), (13016, '160214023', 112, '', '', '', ''), (13017, '160214023', 113, '', '', '', ''), (13018, '160214023', 114, '', '', '', ''), (13044, '140408106', 152, '', '', '', ''), (13045, '140408106', 153, '', '', '', ''), (13046, '140408106', 154, '', '', '', ''), (13047, '140408106', 155, '', '', '', ''), (13048, '140408106', 156, '', '', '', ''), (13057, '130107023', 143, '', '', '', ''), (13058, '130107023', 144, '', '', '', ''), (13059, '130107023', 145, '', '', '', ''), (13070, '140108021', 136, '', '', '', ''), (13071, '140108021', 137, '', '', '', ''), (13072, '140108021', 138, '', '', '', ''), (13073, '140108021', 139, '', '', '', ''), (13074, '140108021', 140, '', '', '', ''), (13075, '140108021', 141, '', '', '', ''), (13076, '150320021', 124, '', '', '', ''), (13077, '150320021', 125, '', '', '', ''), (13078, '150320021', 126, '', '', '', ''), (13079, '150320021', 127, '', '', '', ''), (13080, '150320021', 128, '', '', '', ''), (13081, '150320021', 129, '', '', '', ''), (13082, '150320021', 130, '', '', '', ''), (13083, '150320035', 124, '', '', '', ''), (13084, '150320035', 125, '', '', '', ''), (13085, '150320035', 126, '', '', '', ''), (13086, '150320035', 127, '', '', '', ''), (13087, '150320035', 128, '', '', '', ''), (13088, '150320035', 129, '', '', '', ''), (13089, '150320035', 130, '', '', '', ''), (13110, '140408002', 152, '', '', '', ''), (13111, '140408002', 153, '', '', '', ''), (13112, '140408002', 154, '', '', '', ''), (13113, '140408002', 155, '', '', '', ''), (13114, '140408002', 156, '', '', '', ''), (13118, '130107004', 143, '', '', '', ''), (13119, '130107004', 144, '', '', '', ''), (13120, '130107004', 145, '', '', '', ''), (13121, '130107026', 143, '', '', '', ''), (13122, '130107026', 144, '', '', '', ''), (13123, '130107026', 145, '', '', '', ''), (13132, '130107013', 143, '', '', '', ''), (13133, '130107013', 144, '', '', '', ''), (13134, '130107013', 145, '', '', '', ''), (13168, '130107019', 143, '', '', '', ''), (13169, '130107019', 144, '', '', '', ''), (13170, '130107019', 145, '', '', '', ''), (13171, '150409056', 146, '', '', '', ''), (13172, '150409056', 147, '', '', '', ''), (13173, '150409056', 150, '', '', '', ''), (13174, '150409056', 151, '', '', '', ''), (13175, '150409056', 167, '', '', '', ''), (13176, '150409056', 168, '', '', '', ''), (13204, '140108020', 136, '', '', '', ''), (13205, '140108020', 137, '', '', '', ''), (13206, '140108020', 138, '', '', '', ''), (13207, '140108020', 139, '', '', '', ''), (13208, '140108020', 140, '', '', '', ''), (13209, '140108020', 141, '', '', '', ''), (13210, '120106021', 143, '', '', '', ''), (13211, '120106021', 144, '', '', '', ''), (13212, '120106021', 145, '', '', '', ''), (13216, '130107024', 143, '', '', '', ''), (13217, '130107024', 144, '', '', '', ''), (13218, '130107024', 145, '', '', '', ''), (13219, '140108007', 136, '', '', '', ''), (13220, '140108007', 137, '', '', '', ''), (13221, '140108007', 138, '', '', '', ''), (13222, '140108007', 139, '', '', '', ''), (13223, '140108007', 140, '', '', '', ''), (13224, '140108007', 141, '', '', '', ''), (13225, '130107027', 143, '', '', '', ''), (13226, '130107027', 144, '', '', '', ''), (13227, '130107027', 145, '', '', '', ''), (13228, '130107021', 143, '', '', '', ''), (13229, '130107021', 144, '', '', '', ''), (13230, '130107021', 145, '', '', '', ''), (13231, '150409054', 146, '', '', '', ''), (13232, '150409054', 147, '', '', '', ''), (13233, '150409054', 150, '', '', '', ''), (13234, '150409054', 151, '', '', '', ''), (13235, '150409054', 167, '', '', '', ''), (13236, '150409054', 168, '', '', '', ''), (13237, '150409064', 146, '', '', '', ''), (13238, '150409064', 147, '', '', '', ''), (13239, '150409064', 150, '', '', '', ''), (13240, '150409064', 151, '', '', '', ''), (13241, '150409064', 167, '', '', '', ''), (13242, '150409064', 168, '', '', '', ''), (13246, '130107002', 143, '', '', '', ''), (13247, '130107002', 144, '', '', '', ''), (13248, '130107002', 145, '', '', '', ''), (13260, '140108022', 136, '', '', '', ''), (13261, '140108022', 137, '', '', '', ''), (13262, '140108022', 138, '', '', '', ''), (13263, '140108022', 139, '', '', '', ''), (13264, '140108022', 140, '', '', '', ''), (13265, '140108022', 141, '', '', '', ''), (13273, '150320036', 124, '', '', '', ''), (13274, '150320036', 125, '', '', '', ''), (13275, '150320036', 126, '', '', '', ''), (13276, '150320036', 127, '', '', '', ''), (13277, '150320036', 128, '', '', '', ''), (13278, '150320036', 129, '', '', '', ''), (13279, '150320036', 130, '', '', '', ''), (13280, '150320029', 124, '', '', '', ''), (13281, '150320029', 125, '', '', '', ''), (13282, '150320029', 126, '', '', '', ''), (13283, '150320029', 127, '', '', '', ''), (13284, '150320029', 128, '', '', '', ''), (13285, '150320029', 129, '', '', '', ''), (13286, '150320029', 130, '', '', '', ''), (13302, '150109005', 131, '', '', '', ''), (13303, '150109005', 132, '', '', '', ''), (13304, '150109005', 133, '', '', '', ''), (13305, '150109005', 134, '', '', '', ''), (13306, '150109005', 135, '', '', '', ''), (13319, '150320042', 124, '', '', '', ''), (13320, '150320042', 125, '', '', '', ''), (13321, '150320042', 126, '', '', '', ''), (13322, '150320042', 127, '', '', '', ''), (13323, '150320042', 128, '', '', '', ''), (13324, '150320042', 129, '', '', '', ''), (13325, '150320042', 130, '', '', '', ''), (13326, '150320030', 124, '', '', '', ''), (13327, '150320030', 125, '', '', '', ''), (13328, '150320030', 126, '', '', '', ''), (13329, '150320030', 127, '', '', '', ''), (13330, '150320030', 128, '', '', '', ''), (13331, '150320030', 129, '', '', '', ''), (13332, '150320030', 130, '', '', '', ''), (13365, '150109009', 131, '', '', '', ''), (13366, '150109009', 132, '', '', '', ''), (13367, '150109009', 133, '', '', '', ''), (13368, '150109009', 134, '', '', '', ''), (13369, '150109009', 135, '', '', '', ''), (13370, '150109017', 131, '', '', '', ''), (13371, '150109017', 132, '', '', '', ''), (13372, '150109017', 133, '', '', '', ''), (13373, '150109017', 134, '', '', '', ''), (13374, '150109017', 135, '', '', '', ''), (13381, '150109028', 131, '', '', '', ''), (13382, '150109028', 132, '', '', '', ''), (13383, '150109028', 133, '', '', '', ''), (13384, '150109028', 134, '', '', '', ''), (13385, '150109028', 135, '', '', '', ''), (13416, '150409081', 146, '', '', '', ''), (13417, '150409081', 147, '', '', '', ''), (13418, '150409081', 150, '', '', '', ''), (13419, '150409081', 151, '', '', '', ''), (13420, '150409081', 167, '', '', '', ''), (13421, '150409081', 168, '', '', '', ''), (13422, '150320053', 124, '', '', '', ''), (13423, '150320053', 125, '', '', '', ''), (13424, '150320053', 126, '', '', '', ''), (13425, '150320053', 127, '', '', '', ''), (13426, '150320053', 128, '', '', '', ''), (13427, '150320053', 129, '', '', '', ''), (13428, '150320053', 130, '', '', '', ''), (13442, '150320009', 124, '', '', '', ''), (13443, '150320009', 125, '', '', '', ''), (13444, '150320009', 126, '', '', '', ''), (13445, '150320009', 127, '', '', '', ''), (13446, '150320009', 128, '', '', '', ''), (13447, '150320009', 129, '', '', '', ''), (13448, '150320009', 130, '', '', '', ''), (13463, '150409013', 146, '', '', '', ''), (13464, '150409013', 147, '', '', '', ''), (13465, '150409013', 150, '', '', '', ''), (13466, '150409013', 151, '', '', '', ''), (13467, '150409013', 167, '', '', '', ''), (13468, '150409013', 168, '', '', '', ''), (13476, '150320022', 124, '', '', '', ''), (13477, '150320022', 125, '', '', '', ''), (13478, '150320022', 126, '', '', '', ''), (13479, '150320022', 127, '', '', '', ''), (13480, '150320022', 128, '', '', '', ''), (13481, '150320022', 129, '', '', '', ''), (13482, '150320022', 130, '', '', '', ''), (13483, '150320017', 124, '', '', '', ''), (13484, '150320017', 125, '', '', '', ''), (13485, '150320017', 126, '', '', '', ''), (13486, '150320017', 127, '', '', '', ''), (13487, '150320017', 128, '', '', '', ''), (13488, '150320017', 129, '', '', '', ''), (13489, '150320017', 130, '', '', '', ''), (13495, '150409030', 146, '', '', '', ''), (13496, '150409030', 147, '', '', '', ''), (13497, '150409030', 150, '', '', '', ''), (13498, '150409030', 151, '', '', '', ''), (13499, '150409030', 167, '', '', '', ''), (13500, '150409030', 168, '', '', '', ''), (13501, '150409022', 146, '', '', '', ''), (13502, '150409022', 147, '', '', '', ''), (13503, '150409022', 150, '', '', '', ''), (13504, '150409022', 151, '', '', '', ''), (13505, '150409022', 167, '', '', '', ''), (13506, '150409022', 168, '', '', '', ''), (13507, '150109010', 131, '', '', '', ''), (13508, '150109010', 132, '', '', '', ''), (13509, '150109010', 133, '', '', '', ''), (13510, '150109010', 134, '', '', '', ''), (13511, '150109010', 135, '', '', '', ''), (13530, '150409021', 146, '', '', '', ''), (13531, '150409021', 147, '', '', '', ''), (13532, '150409021', 150, '', '', '', ''), (13533, '150409021', 151, '', '', '', ''), (13534, '150409021', 167, '', '', '', ''), (13535, '150409021', 168, '', '', '', ''), (13536, '150320028', 124, '', '', '', ''), (13537, '150320028', 125, '', '', '', ''), (13538, '150320028', 126, '', '', '', ''), (13539, '150320028', 127, '', '', '', ''), (13540, '150320028', 128, '', '', '', ''), (13541, '150320028', 129, '', '', '', ''), (13542, '150320028', 130, '', '', '', ''), (13550, '150409017', 146, '', '', '', ''), (13551, '150409017', 147, '', '', '', ''), (13552, '150409017', 150, '', '', '', ''), (13553, '150409017', 151, '', '', '', ''), (13554, '150409017', 167, '', '', '', ''), (13555, '150409017', 168, '', '', '', ''), (13566, '150109014', 131, '', '', '', ''), (13567, '150109014', 132, '', '', '', ''), (13568, '150109014', 133, '', '', '', ''), (13569, '150109014', 134, '', '', '', ''), (13570, '150109014', 135, '', '', '', ''), (13571, '150320044', 124, '', '', '', ''), (13572, '150320044', 125, '', '', '', ''), (13573, '150320044', 126, '', '', '', ''), (13574, '150320044', 127, '', '', '', ''), (13575, '150320044', 128, '', '', '', ''), (13576, '150320044', 129, '', '', '', ''), (13577, '150320044', 130, '', '', '', ''), (13590, '150109015', 131, '', '', '', ''), (13591, '150109015', 132, '', '', '', ''), (13592, '150109015', 133, '', '', '', ''), (13593, '150109015', 134, '', '', '', ''), (13594, '150109015', 135, '', '', '', ''), (13623, '160214027', 106, '', '', '', ''), (13624, '160214027', 107, '', '', '', ''), (13625, '160214027', 108, '', '', '', ''), (13626, '160214027', 109, '', '', '', ''), (13627, '160214027', 110, '', '', '', ''), (13628, '160214027', 111, '', '', '', ''), (13629, '160214027', 112, '', '', '', ''), (13630, '160214027', 113, '', '', '', ''), (13631, '160214027', 114, '', '', '', ''), (13637, '150409015', 146, '', '', '', ''), (13638, '150409015', 147, '', '', '', ''), (13639, '150409015', 150, '', '', '', ''), (13640, '150409015', 151, '', '', '', ''), (13641, '150409015', 167, '', '', '', ''), (13642, '150409015', 168, '', '', '', ''), (13643, '140319029', 158, '', '', '', ''), (13644, '140319029', 160, '', '', '', ''), (13645, '140319029', 161, '', '', '', ''), (13646, '140319029', 162, '', '', '', ''), (13647, '140319029', 163, '', '', '', ''), (13648, '140319029', 164, '', '', '', ''), (13649, '140319029', 165, '', '', '', ''), (13650, '140319029', 166, '', '', '', ''), (13664, '150320110', 158, '', '', '', ''), (13665, '150320110', 160, '', '', '', ''), (13666, '150320110', 161, '', '', '', ''), (13667, '150320110', 162, '', '', '', ''), (13668, '150320110', 163, '', '', '', ''), (13669, '150320110', 164, '', '', '', ''), (13670, '150320110', 165, '', '', '', ''), (13671, '150320110', 166, '', '', '', ''), (13672, '150320111', 158, '', '', '', ''), (13673, '150320111', 160, '', '', '', ''), (13674, '150320111', 161, '', '', '', ''), (13675, '150320111', 162, '', '', '', ''), (13676, '150320111', 163, '', '', '', ''), (13677, '150320111', 164, '', '', '', ''), (13678, '150320111', 165, '', '', '', ''), (13679, '150320111', 166, '', '', '', ''), (13680, '160214005', 106, '', '', '', ''), (13681, '160214005', 107, '', '', '', ''), (13682, '160214005', 108, '', '', '', ''), (13683, '160214005', 109, '', '', '', ''), (13684, '160214005', 110, '', '', '', ''), (13685, '160214005', 111, '', '', '', ''), (13686, '160214005', 112, '', '', '', ''), (13687, '160214005', 113, '', '', '', ''), (13688, '160214005', 114, '', '', '', ''), (13689, '160214031', 106, '', '', '', ''), (13690, '160214031', 107, '', '', '', ''), (13691, '160214031', 108, '', '', '', ''), (13692, '160214031', 109, '', '', '', ''), (13693, '160214031', 110, '', '', '', ''), (13694, '160214031', 111, '', '', '', ''), (13695, '160214031', 112, '', '', '', ''), (13696, '160214031', 113, '', '', '', ''), (13697, '160214031', 114, '', '', '', ''), (13698, '160214003', 106, '', '', '', ''), (13699, '160214003', 107, '', '', '', ''), (13700, '160214003', 108, '', '', '', ''), (13701, '160214003', 109, '', '', '', ''), (13702, '160214003', 110, '', '', '', ''), (13703, '160214003', 111, '', '', '', ''), (13704, '160214003', 112, '', '', '', ''), (13705, '160214003', 113, '', '', '', ''), (13706, '160214003', 114, '', '', '', ''), (13707, '150409038', 146, '', '', '', ''), (13708, '150409038', 147, '', '', '', ''), (13709, '150409038', 150, '', '', '', ''), (13710, '150409038', 151, '', '', '', ''), (13711, '150409038', 167, '', '', '', ''), (13712, '150409038', 168, '', '', '', ''), (13719, '150409008', 146, '', '', '', ''), (13720, '150409008', 147, '', '', '', ''), (13721, '150409008', 150, '', '', '', ''), (13722, '150409008', 151, '', '', '', ''), (13723, '150409008', 167, '', '', '', ''), (13724, '150409008', 168, '', '', '', ''), (13725, '150109008', 131, '', '', '', ''), (13726, '150109008', 132, '', '', '', ''), (13727, '150109008', 133, '', '', '', ''), (13728, '150109008', 134, '', '', '', ''), (13729, '150109008', 135, '', '', '', ''), (13730, '160410092', 78, '', '', '', ''), (13731, '160410092', 79, '', '', '', ''), (13732, '160410092', 80, '', '', '', ''), (13733, '160410092', 81, '', '', '', ''), (13734, '160410092', 82, '', '', '', ''), (13735, '160410092', 83, '', '', '', ''), (13736, '160410092', 86, '', '', '', ''), (13737, '160410092', 87, '', '', '', ''), (13738, '160410092', 180, '', '', '', ''), (13739, '150109026', 131, '', '', '', ''), (13740, '150109026', 132, '', '', '', ''), (13741, '150109026', 133, '', '', '', ''), (13742, '150109026', 134, '', '', '', ''), (13743, '150109026', 135, '', '', '', ''), (13744, '150109020', 131, '', '', '', ''), (13745, '150109020', 132, '', '', '', ''), (13746, '150109020', 133, '', '', '', ''), (13747, '150109020', 134, '', '', '', ''), (13748, '150109020', 135, '', '', '', ''), (13749, '150109011', 131, '', '', '', ''), (13750, '150109011', 132, '', '', '', ''), (13751, '150109011', 133, '', '', '', ''), (13752, '150109011', 134, '', '', '', ''), (13753, '150109011', 135, '', '', '', ''), (13754, '150109022', 131, '', '', '', ''), (13755, '150109022', 132, '', '', '', ''), (13756, '150109022', 133, '', '', '', ''), (13757, '150109022', 134, '', '', '', ''), (13758, '150109022', 135, '', '', '', ''), (13759, '160214032', 106, '', '', '', ''), (13760, '160214032', 107, '', '', '', ''), (13761, '160214032', 108, '', '', '', ''), (13762, '160214032', 109, '', '', '', ''), (13763, '160214032', 110, '', '', '', ''), (13764, '160214032', 111, '', '', '', ''), (13765, '160214032', 112, '', '', '', ''), (13766, '160214032', 113, '', '', '', ''), (13767, '160214032', 114, '', '', '', ''), (13777, '150109016', 131, '', '', '', ''), (13778, '150109016', 132, '', '', '', ''), (13779, '150109016', 133, '', '', '', ''), (13780, '150109016', 134, '', '', '', ''), (13781, '150109016', 135, '', '', '', ''), (13797, '160410091', 78, '', '', '', ''), (13798, '160410091', 79, '', '', '', ''), (13799, '160410091', 80, '', '', '', ''), (13800, '160410091', 81, '', '', '', ''), (13801, '160410091', 82, '', '', '', ''), (13802, '160410091', 83, '', '', '', ''), (13803, '160410091', 86, '', '', '', ''), (13804, '160410091', 87, '', '', '', ''), (13805, '160410091', 180, '', '', '', ''), (13820, '150109023', 131, '', '', '', ''), (13821, '150109023', 132, '', '', '', ''), (13822, '150109023', 133, '', '', '', ''), (13823, '150109023', 134, '', '', '', ''), (13824, '150109023', 135, '', '', '', ''), (13825, '160214057', 106, '', '', '', ''), (13826, '160214057', 107, '', '', '', ''), (13827, '160214057', 108, '', '', '', ''), (13828, '160214057', 109, '', '', '', ''), (13829, '160214057', 110, '', '', '', ''), (13830, '160214057', 111, '', '', '', ''), (13831, '160214057', 112, '', '', '', ''), (13832, '160214057', 113, '', '', '', ''), (13833, '160214057', 114, '', '', '', ''), (13834, '160214068', 106, '', '', '', ''), (13835, '160214068', 107, '', '', '', ''), (13836, '160214068', 108, '', '', '', ''), (13837, '160214068', 109, '', '', '', ''), (13838, '160214068', 110, '', '', '', ''), (13839, '160214068', 111, '', '', '', ''), (13840, '160214068', 112, '', '', '', ''), (13841, '160214068', 113, '', '', '', ''), (13842, '160214068', 114, '', '', '', ''), (13843, '160214046', 106, '', '', '', ''), (13844, '160214046', 107, '', '', '', ''), (13845, '160214046', 108, '', '', '', ''), (13846, '160214046', 109, '', '', '', ''), (13847, '160214046', 110, '', '', '', ''), (13848, '160214046', 111, '', '', '', ''), (13849, '160214046', 112, '', '', '', ''), (13850, '160214046', 113, '', '', '', ''), (13851, '160214046', 114, '', '', '', ''), (13852, '160214062', 106, '', '', '', ''), (13853, '160214062', 107, '', '', '', ''), (13854, '160214062', 108, '', '', '', ''), (13855, '160214062', 109, '', '', '', ''), (13856, '160214062', 110, '', '', '', ''), (13857, '160214062', 111, '', '', '', ''), (13858, '160214062', 112, '', '', '', ''), (13859, '160214062', 113, '', '', '', ''), (13860, '160214062', 114, '', '', '', ''), (13861, '160214050', 106, '', '', '', ''), (13862, '160214050', 107, '', '', '', ''), (13863, '160214050', 108, '', '', '', ''), (13864, '160214050', 109, '', '', '', ''), (13865, '160214050', 110, '', '', '', ''), (13866, '160214050', 111, '', '', '', ''), (13867, '160214050', 112, '', '', '', ''), (13868, '160214050', 113, '', '', '', ''), (13869, '160214050', 114, '', '', '', ''), (13870, '160214045', 106, '', '', '', ''), (13871, '160214045', 107, '', '', '', ''), (13872, '160214045', 108, '', '', '', ''), (13873, '160214045', 109, '', '', '', ''), (13874, '160214045', 110, '', '', '', ''), (13875, '160214045', 111, '', '', '', ''), (13876, '160214045', 112, '', '', '', ''), (13877, '160214045', 113, '', '', '', ''), (13878, '160214045', 114, '', '', '', ''), (13879, '160214055', 106, '', '', '', ''), (13880, '160214055', 107, '', '', '', ''), (13881, '160214055', 108, '', '', '', ''), (13882, '160214055', 109, '', '', '', ''), (13883, '160214055', 110, '', '', '', ''), (13884, '160214055', 111, '', '', '', ''), (13885, '160214055', 112, '', '', '', ''), (13886, '160214055', 113, '', '', '', ''), (13887, '160214055', 114, '', '', '', ''), (13897, '160214061', 106, '', '', '', ''), (13898, '160214061', 107, '', '', '', ''), (13899, '160214061', 108, '', '', '', ''), (13900, '160214061', 109, '', '', '', ''), (13901, '160214061', 110, '', '', '', ''), (13902, '160214061', 111, '', '', '', ''), (13903, '160214061', 112, '', '', '', ''), (13904, '160214061', 113, '', '', '', ''), (13905, '160214061', 114, '', '', '', ''), (13913, '150320019', 124, '', '', '', ''), (13914, '150320019', 125, '', '', '', ''), (13915, '150320019', 126, '', '', '', ''), (13916, '150320019', 127, '', '', '', ''), (13917, '150320019', 128, '', '', '', ''), (13918, '150320019', 129, '', '', '', ''), (13919, '150320019', 130, '', '', '', ''), (13920, '150109027', 131, '', '', '', ''), (13921, '150109027', 132, '', '', '', ''), (13922, '150109027', 133, '', '', '', ''), (13923, '150109027', 134, '', '', '', ''), (13924, '150109027', 135, '', '', '', ''), (13925, '150409072', 146, '', '', '', ''), (13926, '150409072', 147, '', '', '', ''), (13927, '150409072', 150, '', '', '', ''), (13928, '150409072', 151, '', '', '', ''), (13929, '150409072', 167, '', '', '', ''), (13930, '150409072', 168, '', '', '', ''), (13939, '150320109', 124, '', '', '', ''), (13940, '150320109', 125, '', '', '', ''), (13941, '150320109', 126, '', '', '', ''), (13942, '150320109', 127, '', '', '', ''), (13943, '150320109', 128, '', '', '', ''), (13944, '150320109', 129, '', '', '', ''), (13945, '150320109', 130, '', '', '', ''), (13946, '140319044', 158, '', '', '', ''), (13947, '140319044', 160, '', '', '', ''), (13948, '140319044', 161, '', '', '', ''), (13949, '140319044', 162, '', '', '', ''), (13950, '140319044', 163, '', '', '', ''), (13951, '140319044', 164, '', '', '', ''), (13952, '140319044', 165, '', '', '', ''), (13953, '140319044', 166, '', '', '', ''), (13954, '140319049', 158, '', '', '', ''), (13955, '140319049', 160, '', '', '', ''), (13956, '140319049', 161, '', '', '', ''), (13957, '140319049', 162, '', '', '', ''), (13958, '140319049', 163, '', '', '', ''), (13959, '140319049', 164, '', '', '', ''), (13960, '140319049', 165, '', '', '', ''), (13961, '140319049', 166, '', '', '', ''), (13962, '140319041', 158, '', '', '', ''), (13963, '140319041', 160, '', '', '', ''), (13964, '140319041', 161, '', '', '', ''), (13965, '140319041', 162, '', '', '', ''), (13966, '140319041', 163, '', '', '', ''), (13967, '140319041', 164, '', '', '', ''), (13968, '140319041', 165, '', '', '', ''), (13969, '140319041', 166, '', '', '', ''), (13993, '150320006', 124, '', '', '', ''), (13994, '150320006', 125, '', '', '', ''), (13995, '150320006', 126, '', '', '', ''), (13996, '150320006', 127, '', '', '', ''), (13997, '150320006', 128, '', '', '', ''), (13998, '150320006', 129, '', '', '', ''), (13999, '150320006', 130, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (14024, '150409003', 146, '', '', '', ''), (14025, '150409003', 147, '', '', '', ''), (14026, '150409003', 150, '', '', '', ''), (14027, '150409003', 151, '', '', '', ''), (14028, '150409003', 167, '', '', '', ''), (14029, '150409003', 168, '', '', '', ''), (14050, '150409069', 146, '', '', '', ''), (14051, '150409069', 147, '', '', '', ''), (14052, '150409069', 150, '', '', '', ''), (14053, '150409069', 151, '', '', '', ''), (14054, '150409069', 167, '', '', '', ''), (14055, '150409069', 168, '', '', '', ''), (14068, '150409009', 146, '', '', '', ''), (14069, '150409009', 147, '', '', '', ''), (14070, '150409009', 150, '', '', '', ''), (14071, '150409009', 151, '', '', '', ''), (14072, '150409009', 167, '', '', '', ''), (14073, '150409009', 168, '', '', '', ''), (14074, '150409004', 146, '', '', '', ''), (14075, '150409004', 147, '', '', '', ''), (14076, '150409004', 150, '', '', '', ''), (14077, '150409004', 151, '', '', '', ''), (14078, '150409004', 167, '', '', '', ''), (14079, '150409004', 168, '', '', '', ''), (14080, '150409071', 146, '', '', '', ''), (14081, '150409071', 147, '', '', '', ''), (14082, '150409071', 150, '', '', '', ''), (14083, '150409071', 151, '', '', '', ''), (14084, '150409071', 167, '', '', '', ''), (14085, '150409071', 168, '', '', '', ''), (14099, '150320039', 124, '', '', '', ''), (14100, '150320039', 125, '', '', '', ''), (14101, '150320039', 126, '', '', '', ''), (14102, '150320039', 127, '', '', '', ''), (14103, '150320039', 128, '', '', '', ''), (14104, '150320039', 129, '', '', '', ''), (14105, '150320039', 130, '', '', '', ''), (14118, '150409063', 78, '', '', '', ''), (14119, '150409063', 83, '', '', '', ''), (14120, '150409063', 146, '', '', '', ''), (14121, '150409063', 147, '', '', '', ''), (14122, '150409063', 150, '', '', '', ''), (14123, '150409063', 151, '', '', '', ''), (14124, '150409063', 167, '', '', '', ''), (14125, '150409063', 168, '', '', '', ''), (14126, '150409055', 146, '', '', '', ''), (14127, '150409055', 147, '', '', '', ''), (14128, '150409055', 150, '', '', '', ''), (14129, '150409055', 151, '', '', '', ''), (14130, '150409055', 167, '', '', '', ''), (14131, '150409055', 168, '', '', '', ''), (14132, '150409057', 146, '', '', '', ''), (14133, '150409057', 147, '', '', '', ''), (14134, '150409057', 150, '', '', '', ''), (14135, '150409057', 151, '', '', '', ''), (14136, '150409057', 167, '', '', '', ''), (14137, '150409057', 168, '', '', '', ''), (14138, '150409039', 146, '', '', '', ''), (14139, '150409039', 147, '', '', '', ''), (14140, '150409039', 150, '', '', '', ''), (14141, '150409039', 151, '', '', '', ''), (14142, '150409039', 167, '', '', '', ''), (14143, '150409039', 168, '', '', '', ''), (14156, '150409048', 146, '', '', '', ''), (14157, '150409048', 147, '', '', '', ''), (14158, '150409048', 150, '', '', '', ''), (14159, '150409048', 151, '', '', '', ''), (14160, '150409048', 167, '', '', '', ''), (14161, '150409048', 168, '', '', '', ''), (14168, '150409068', 146, '', '', '', ''), (14169, '150409068', 147, '', '', '', ''), (14170, '150409068', 150, '', '', '', ''), (14171, '150409068', 151, '', '', '', ''), (14172, '150409068', 167, '', '', '', ''), (14173, '150409068', 168, '', '', '', ''), (14200, '150409035', 146, '', '', '', ''), (14201, '150409035', 147, '', '', '', ''), (14202, '150409035', 150, '', '', '', ''), (14203, '150409035', 151, '', '', '', ''), (14204, '150409035', 167, '', '', '', ''), (14205, '150409035', 168, '', '', '', ''), (14206, '140408017', 152, '', '', '', ''), (14207, '140408017', 153, '', '', '', ''), (14208, '140408017', 154, '', '', '', ''), (14209, '140408017', 155, '', '', '', ''), (14210, '140408017', 156, '', '', '', ''), (14211, '140408037', 152, '', '', '', ''), (14212, '140408037', 153, '', '', '', ''), (14213, '140408037', 154, '', '', '', ''), (14214, '140408037', 155, '', '', '', ''), (14215, '140408037', 156, '', '', '', ''), (14216, '140319002', 158, '', '', '', ''), (14217, '140319002', 160, '', '', '', ''), (14218, '140319002', 161, '', '', '', ''), (14219, '140319002', 162, '', '', '', ''), (14220, '140319002', 163, '', '', '', ''), (14221, '140319002', 164, '', '', '', ''), (14222, '140319002', 165, '', '', '', ''), (14223, '140319002', 166, '', '', '', ''), (14224, '150409014', 146, '', '', '', ''), (14225, '150409014', 147, '', '', '', ''), (14226, '150409014', 150, '', '', '', ''), (14227, '150409014', 151, '', '', '', ''), (14228, '150409014', 167, '', '', '', ''), (14229, '150409014', 168, '', '', '', ''), (14230, '150409001', 146, '', '', '', ''), (14231, '150409001', 147, '', '', '', ''), (14232, '150409001', 150, '', '', '', ''), (14233, '150409001', 151, '', '', '', ''), (14234, '150409001', 167, '', '', '', ''), (14235, '150409001', 168, '', '', '', ''), (14236, '140408013', 152, '', '', '', ''), (14237, '140408013', 153, '', '', '', ''), (14238, '140408013', 154, '', '', '', ''), (14239, '140408013', 155, '', '', '', ''), (14240, '140408013', 156, '', '', '', ''), (14246, '150109001', 131, '', '', '', ''), (14247, '150109001', 132, '', '', '', ''), (14248, '150109001', 133, '', '', '', ''), (14249, '150109001', 134, '', '', '', ''), (14250, '150109001', 135, '', '', '', ''), (14259, '150409047', 146, '', '', '', ''), (14260, '150409047', 147, '', '', '', ''), (14261, '150409047', 150, '', '', '', ''), (14262, '150409047', 151, '', '', '', ''), (14263, '150409047', 167, '', '', '', ''), (14264, '150409047', 168, '', '', '', ''), (14265, '140408011', 152, '', '', '', ''), (14266, '140408011', 153, '', '', '', ''), (14267, '140408011', 154, '', '', '', ''), (14268, '140408011', 155, '', '', '', ''), (14269, '140408011', 156, '', '', '', ''), (14270, '160410079', 78, '', '', '', ''), (14271, '160410079', 79, '', '', '', ''), (14272, '160410079', 80, '', '', '', ''), (14273, '160410079', 81, '', '', '', ''), (14274, '160410079', 82, '', '', '', ''), (14275, '160410079', 83, '', '', '', ''), (14276, '160410079', 86, '', '', '', ''), (14277, '160410079', 87, '', '', '', ''), (14278, '160410079', 180, '', '', '', ''), (14279, '160410080', 78, '', '', '', ''), (14280, '160410080', 79, '', '', '', ''), (14281, '160410080', 80, '', '', '', ''), (14282, '160410080', 81, '', '', '', ''), (14283, '160410080', 82, '', '', '', ''), (14284, '160410080', 83, '', '', '', ''), (14285, '160410080', 86, '', '', '', ''), (14286, '160410080', 87, '', '', '', ''), (14287, '160410080', 180, '', '', '', ''), (14293, '140408082', 152, '', '', '', ''), (14294, '140408082', 153, '', '', '', ''), (14295, '140408082', 154, '', '', '', ''), (14296, '140408082', 155, '', '', '', ''), (14297, '140408082', 156, '', '', '', ''), (14298, '140408052', 152, '', '', '', ''), (14299, '140408052', 153, '', '', '', ''), (14300, '140408052', 154, '', '', '', ''), (14301, '140408052', 155, '', '', '', ''), (14302, '140408052', 156, '', '', '', ''), (14303, '140408060', 152, '', '', '', ''), (14304, '140408060', 153, '', '', '', ''), (14305, '140408060', 154, '', '', '', ''), (14306, '140408060', 155, '', '', '', ''), (14307, '140408060', 156, '', '', '', ''), (14313, '150409031', 146, '', '', '', ''), (14314, '150409031', 147, '', '', '', ''), (14315, '150409031', 150, '', '', '', ''), (14316, '150409031', 151, '', '', '', ''), (14317, '150409031', 167, '', '', '', ''), (14318, '150409031', 168, '', '', '', ''), (14319, '140408032', 152, '', '', '', ''), (14320, '140408032', 153, '', '', '', ''), (14321, '140408032', 154, '', '', '', ''), (14322, '140408032', 155, '', '', '', ''), (14323, '140408032', 156, '', '', '', ''), (14329, '140408005', 152, '', '', '', ''), (14330, '140408005', 153, '', '', '', ''), (14331, '140408005', 154, '', '', '', ''), (14332, '140408005', 155, '', '', '', ''), (14333, '140408005', 156, '', '', '', ''), (14342, '140408102', 152, '', '', '', ''), (14343, '140408102', 153, '', '', '', ''), (14344, '140408102', 154, '', '', '', ''), (14345, '140408102', 155, '', '', '', ''), (14346, '140408102', 156, '', '', '', ''), (14347, '140408053', 152, '', '', '', ''), (14348, '140408053', 153, '', '', '', ''), (14349, '140408053', 154, '', '', '', ''), (14350, '140408053', 155, '', '', '', ''), (14351, '140408053', 156, '', '', '', ''), (14352, '140408019', 152, '', '', '', ''), (14353, '140408019', 153, '', '', '', ''), (14354, '140408019', 154, '', '', '', ''), (14355, '140408019', 155, '', '', '', ''), (14356, '140408019', 156, '', '', '', ''), (14357, '140408001', 152, '', '', '', ''), (14358, '140408001', 153, '', '', '', ''), (14359, '140408001', 154, '', '', '', ''), (14360, '140408001', 155, '', '', '', ''), (14361, '140408001', 156, '', '', '', ''), (14388, '140408042', 152, '', '', '', ''), (14389, '140408042', 153, '', '', '', ''), (14390, '140408042', 154, '', '', '', ''), (14391, '140408042', 155, '', '', '', ''), (14392, '140408042', 156, '', '', '', ''), (14398, '140408031', 152, '', '', '', ''), (14399, '140408031', 153, '', '', '', ''), (14400, '140408031', 154, '', '', '', ''), (14401, '140408031', 155, '', '', '', ''), (14402, '140408031', 156, '', '', '', ''), (14403, '140408041', 152, '', '', '', ''), (14404, '140408041', 153, '', '', '', ''), (14405, '140408041', 154, '', '', '', ''), (14406, '140408041', 155, '', '', '', ''), (14407, '140408041', 156, '', '', '', ''), (14408, '160110063', 115, '', '', '', ''), (14409, '160110063', 116, '', '', '', ''), (14410, '160110063', 117, '', '', '', ''), (14411, '160110063', 118, '', '', '', ''), (14412, '160110063', 119, '', '', '', ''), (14413, '160110063', 120, '', '', '', ''), (14414, '160110063', 121, '', '', '', ''), (14415, '160110063', 122, '', '', '', ''), (14416, '160110063', 123, '', '', '', ''), (14417, '160110058', 115, '', '', '', ''), (14418, '160110058', 116, '', '', '', ''), (14419, '160110058', 117, '', '', '', ''), (14420, '160110058', 118, '', '', '', ''), (14421, '160110058', 119, '', '', '', ''), (14422, '160110058', 120, '', '', '', ''), (14423, '160110058', 121, '', '', '', ''), (14424, '160110058', 122, '', '', '', ''), (14425, '160110058', 123, '', '', '', ''), (14426, '150320080', 124, '', '', '', ''), (14427, '150320080', 125, '', '', '', ''), (14428, '150320080', 126, '', '', '', ''), (14429, '150320080', 127, '', '', '', ''), (14430, '150320080', 128, '', '', '', ''), (14431, '150320080', 129, '', '', '', ''), (14432, '150320080', 130, '', '', '', ''), (14452, '140408049', 152, '', '', '', ''), (14453, '140408049', 153, '', '', '', ''), (14454, '140408049', 154, '', '', '', ''), (14455, '140408049', 155, '', '', '', ''), (14456, '140408049', 156, '', '', '', ''), (14477, '140408081', 152, '', '', '', ''), (14478, '140408081', 153, '', '', '', ''), (14479, '140408081', 154, '', '', '', ''), (14480, '140408081', 155, '', '', '', ''), (14481, '140408081', 156, '', '', '', ''), (14482, '140408051', 152, '', '', '', ''), (14483, '140408051', 153, '', '', '', ''), (14484, '140408051', 154, '', '', '', ''), (14485, '140408051', 155, '', '', '', ''), (14486, '140408051', 156, '', '', '', ''), (14487, '140408077', 152, '', '', '', ''), (14488, '140408077', 153, '', '', '', ''), (14489, '140408077', 154, '', '', '', ''), (14490, '140408077', 155, '', '', '', ''), (14491, '140408077', 156, '', '', '', ''), (14498, '140408071', 152, '', '', '', ''), (14499, '140408071', 153, '', '', '', ''), (14500, '140408071', 154, '', '', '', ''), (14501, '140408071', 155, '', '', '', ''), (14502, '140408071', 156, '', '', '', ''), (14503, '140408075', 152, '', '', '', ''), (14504, '140408075', 153, '', '', '', ''), (14505, '140408075', 154, '', '', '', ''), (14506, '140408075', 155, '', '', '', ''), (14507, '140408075', 156, '', '', '', ''), (14508, '140408105', 152, '', '', '', ''), (14509, '140408105', 153, '', '', '', ''), (14510, '140408105', 154, '', '', '', ''), (14511, '140408105', 155, '', '', '', ''), (14512, '140408105', 156, '', '', '', ''), (14528, '140408046', 152, '', '', '', ''), (14529, '140408046', 153, '', '', '', ''), (14530, '140408046', 154, '', '', '', ''), (14531, '140408046', 155, '', '', '', ''), (14532, '140408046', 156, '', '', '', ''), (14533, '140408080', 152, '', '', '', ''), (14534, '140408080', 153, '', '', '', ''), (14535, '140408080', 154, '', '', '', ''), (14536, '140408080', 155, '', '', '', ''), (14537, '140408080', 156, '', '', '', ''), (14538, '150409040', 146, '', '', '', ''), (14539, '150409040', 147, '', '', '', ''), (14540, '150409040', 150, '', '', '', ''), (14541, '150409040', 151, '', '', '', ''), (14542, '150409040', 167, '', '', '', ''), (14543, '150409040', 168, '', '', '', ''), (14550, '140408030', 152, '', '', '', ''), (14551, '140408030', 153, '', '', '', ''), (14552, '140408030', 154, '', '', '', ''), (14553, '140408030', 155, '', '', '', ''), (14554, '140408030', 156, '', '', '', ''), (14555, '140408034', 152, '', '', '', ''), (14556, '140408034', 153, '', '', '', ''), (14557, '140408034', 154, '', '', '', ''), (14558, '140408034', 155, '', '', '', ''), (14559, '140408034', 156, '', '', '', ''), (14560, '140408058', 152, '', '', '', ''), (14561, '140408058', 153, '', '', '', ''), (14562, '140408058', 154, '', '', '', ''), (14563, '140408058', 155, '', '', '', ''), (14564, '140408058', 156, '', '', '', ''), (14565, '140408072', 152, '', '', '', ''), (14566, '140408072', 153, '', '', '', ''), (14567, '140408072', 154, '', '', '', ''), (14568, '140408072', 155, '', '', '', ''), (14569, '140408072', 156, '', '', '', ''), (14570, '140408050', 152, '', '', '', ''), (14571, '140408050', 153, '', '', '', ''), (14572, '140408050', 154, '', '', '', ''), (14573, '140408050', 155, '', '', '', ''), (14574, '140408050', 156, '', '', '', ''), (14580, '140408045', 152, '', '', '', ''), (14581, '140408045', 153, '', '', '', ''), (14582, '140408045', 154, '', '', '', ''), (14583, '140408045', 155, '', '', '', ''), (14584, '140408045', 156, '', '', '', ''), (14590, '140408004', 152, '', '', '', ''), (14591, '140408004', 153, '', '', '', ''), (14592, '140408004', 154, '', '', '', ''), (14593, '140408004', 155, '', '', '', ''), (14594, '140408004', 156, '', '', '', ''), (14595, '140408021', 152, '', '', '', ''), (14596, '140408021', 153, '', '', '', ''), (14597, '140408021', 154, '', '', '', ''), (14598, '140408021', 155, '', '', '', ''), (14599, '140408021', 156, '', '', '', ''), (14600, '140408014', 152, '', '', '', ''), (14601, '140408014', 153, '', '', '', ''), (14602, '140408014', 154, '', '', '', ''), (14603, '140408014', 155, '', '', '', ''), (14604, '140408014', 156, '', '', '', ''), (14611, '150409006', 146, '', '', '', ''), (14612, '150409006', 147, '', '', '', ''), (14613, '150409006', 150, '', '', '', ''), (14614, '150409006', 151, '', '', '', ''), (14615, '150409006', 167, '', '', '', ''), (14616, '150409006', 168, '', '', '', ''), (14617, '150409007', 146, '', '', '', ''), (14618, '150409007', 147, '', '', '', ''), (14619, '150409007', 150, '', '', '', ''), (14620, '150409007', 151, '', '', '', ''), (14621, '150409007', 167, '', '', '', ''), (14622, '150409007', 168, '', '', '', ''), (14623, '150409028', 146, '', '', '', ''), (14624, '150409028', 147, '', '', '', ''), (14625, '150409028', 150, '', '', '', ''), (14626, '150409028', 151, '', '', '', ''), (14627, '150409028', 167, '', '', '', ''), (14628, '150409028', 168, '', '', '', ''), (14629, '150409024', 146, '', '', '', ''), (14630, '150409024', 147, '', '', '', ''), (14631, '150409024', 150, '', '', '', ''), (14632, '150409024', 151, '', '', '', ''), (14633, '150409024', 167, '', '', '', ''), (14634, '150409024', 168, '', '', '', ''), (14662, '150409019', 146, '', '', '', ''), (14663, '150409019', 147, '', '', '', ''), (14664, '150409019', 150, '', '', '', ''), (14665, '150409019', 151, '', '', '', ''), (14666, '150409019', 167, '', '', '', ''), (14667, '150409019', 168, '', '', '', ''), (14668, '150409059', 146, '', '', '', ''), (14669, '150409059', 147, '', '', '', ''), (14670, '150409059', 150, '', '', '', ''), (14671, '150409059', 151, '', '', '', ''), (14672, '150409059', 167, '', '', '', ''), (14673, '150409059', 168, '', '', '', ''), (14674, '140319081', 160, '', '', '', ''), (14675, '140319081', 161, '', '', '', ''), (14676, '140319081', 162, '', '', '', ''), (14677, '140319081', 163, '', '', '', ''), (14678, '140319081', 164, '', '', '', ''), (14679, '140319081', 165, '', '', '', ''), (14680, '140319081', 166, '', '', '', ''), (14800, '150504017', 199, '', '', '', ''), (14801, '150504017', 200, '', '', '', ''), (14802, '150504017', 201, '', '', '', ''), (14803, '150504017', 202, '', '', '', ''), (14804, '150504017', 203, '', '', '', ''), (14805, '150504017', 204, '', '', '', ''), (14806, '150504003', 199, '', '', '', ''), (14807, '150504003', 200, '', '', '', ''), (14808, '150504003', 201, '', '', '', ''), (14809, '150504003', 202, '', '', '', ''), (14810, '150504003', 203, '', '', '', ''), (14811, '150504003', 204, '', '', '', ''), (14812, '150504035', 199, '', '', '', ''), (14813, '150504035', 200, '', '', '', ''), (14814, '150504035', 201, '', '', '', ''), (14815, '150504035', 202, '', '', '', ''), (14816, '150504035', 203, '', '', '', ''), (14817, '150504035', 204, '', '', '', ''), (14824, '150504016', 199, '', '', '', ''), (14825, '150504016', 200, '', '', '', ''), (14826, '150504016', 201, '', '', '', ''), (14827, '150504016', 202, '', '', '', ''), (14828, '150504016', 203, '', '', '', ''), (14829, '150504016', 204, '', '', '', ''), (14854, '160505024', 194, '', '', '', ''), (14855, '160505024', 195, '', '', '', ''), (14856, '160505024', 196, '', '', '', ''), (14857, '160505024', 197, '', '', '', ''), (14858, '160505024', 198, '', '', '', ''), (14859, '160505021', 194, '', '', '', ''), (14860, '160505021', 195, '', '', '', ''), (14861, '160505021', 196, '', '', '', ''), (14862, '160505021', 197, '', '', '', ''), (14863, '160505021', 198, '', '', '', ''), (14864, '160505022', 194, '', '', '', ''), (14865, '160505022', 195, '', '', '', ''), (14866, '160505022', 196, '', '', '', ''), (14867, '160505022', 197, '', '', '', ''), (14868, '160505022', 198, '', '', '', ''), (14869, '160505023', 194, '', '', '', ''), (14870, '160505023', 195, '', '', '', ''), (14871, '160505023', 196, '', '', '', ''), (14872, '160505023', 197, '', '', '', ''), (14873, '160505023', 198, '', '', '', ''), (14884, '160505028', 194, '', '', '', ''), (14885, '160505028', 195, '', '', '', ''), (14886, '160505028', 196, '', '', '', ''), (14887, '160505028', 197, '', '', '', ''), (14888, '160505028', 198, '', '', '', ''), (14889, '160505029', 194, '', '', '', ''), (14890, '160505029', 195, '', '', '', ''), (14891, '160505029', 196, '', '', '', ''), (14892, '160505029', 197, '', '', '', ''), (14893, '160505029', 198, '', '', '', ''), (14894, '160505030', 194, '', '', '', ''), (14895, '160505030', 195, '', '', '', ''), (14896, '160505030', 196, '', '', '', ''), (14897, '160505030', 197, '', '', '', ''), (14898, '160505030', 198, '', '', '', ''), (14899, '160505026', 194, '', '', '', ''), (14900, '160505026', 195, '', '', '', ''), (14901, '160505026', 196, '', '', '', ''), (14902, '160505026', 197, '', '', '', ''), (14903, '160505026', 198, '', '', '', ''), (14922, '150504009', 199, '', '', '', ''), (14923, '150504009', 200, '', '', '', ''), (14924, '150504009', 201, '', '', '', ''), (14925, '150504009', 202, '', '', '', ''), (14926, '150504009', 203, '', '', '', ''), (14927, '150504009', 204, '', '', '', ''), (14934, '150504019', 199, '', '', '', ''), (14935, '150504019', 200, '', '', '', ''), (14936, '150504019', 201, '', '', '', ''), (14937, '150504019', 202, '', '', '', ''), (14938, '150504019', 203, '', '', '', ''), (14939, '150504019', 204, '', '', '', ''), (14940, '150504014', 199, '', '', '', ''), (14941, '150504014', 200, '', '', '', ''), (14942, '150504014', 201, '', '', '', ''), (14943, '150504014', 202, '', '', '', ''), (14944, '150504014', 203, '', '', '', ''), (14945, '150504014', 204, '', '', '', ''), (14986, '150504015', 199, '', '', '', ''), (14987, '150504015', 200, '', '', '', ''), (14988, '150504015', 201, '', '', '', ''), (14989, '150504015', 202, '', '', '', ''), (14990, '150504015', 203, '', '', '', ''), (14991, '150504015', 204, '', '', '', ''), (15008, '150504012', 199, '', '', '', ''), (15009, '150504012', 200, '', '', '', ''), (15010, '150504012', 201, '', '', '', ''), (15011, '150504012', 202, '', '', '', ''), (15012, '150504012', 203, '', '', '', ''), (15013, '150504012', 204, '', '', '', ''), (15115, '150504034', 199, '', '', '', ''), (15116, '150504034', 200, '', '', '', ''), (15117, '150504034', 201, '', '', '', ''), (15118, '150504034', 202, '', '', '', ''), (15119, '150504034', 203, '', '', '', ''), (15120, '150504034', 204, '', '', '', ''), (15127, '150504020', 199, '', '', '', ''), (15128, '150504020', 200, '', '', '', ''), (15129, '150504020', 201, '', '', '', ''), (15130, '150504020', 202, '', '', '', ''), (15131, '150504020', 203, '', '', '', ''), (15132, '150504020', 204, '', '', '', ''), (15133, '150504022', 199, '', '', '', ''), (15134, '150504022', 200, '', '', '', ''), (15135, '150504022', 201, '', '', '', ''), (15136, '150504022', 202, '', '', '', ''), (15137, '150504022', 203, '', '', '', ''), (15138, '150504022', 204, '', '', '', ''), (15145, '150504029', 199, '', '', '', ''), (15146, '150504029', 200, '', '', '', ''), (15147, '150504029', 201, '', '', '', ''), (15148, '150504029', 202, '', '', '', ''), (15149, '150504029', 203, '', '', '', ''), (15150, '150504029', 204, '', '', '', ''), (15175, '150504010', 199, '', '', '', ''), (15176, '150504010', 200, '', '', '', ''), (15177, '150504010', 201, '', '', '', ''), (15178, '150504010', 202, '', '', '', ''), (15179, '150504010', 203, '', '', '', ''), (15180, '150504010', 204, '', '', '', ''), (15204, '150504032', 199, '', '', '', ''), (15205, '150504032', 200, '', '', '', ''), (15206, '150504032', 201, '', '', '', ''), (15207, '150504032', 202, '', '', '', ''), (15208, '150504032', 203, '', '', '', ''), (15209, '150504032', 204, '', '', '', ''), (15222, '150504011', 199, '', '', '', ''), (15223, '150504011', 200, '', '', '', ''), (15224, '150504011', 201, '', '', '', ''), (15225, '150504011', 202, '', '', '', ''), (15226, '150504011', 203, '', '', '', ''), (15227, '150504011', 204, '', '', '', ''), (15240, '150504006', 199, '', '', '', ''), (15241, '150504006', 200, '', '', '', ''), (15242, '150504006', 201, '', '', '', ''), (15243, '150504006', 202, '', '', '', ''), (15244, '150504006', 203, '', '', '', ''), (15245, '150504006', 204, '', '', '', ''), (15246, '150504036', 199, '', '', '', ''), (15247, '150504036', 200, '', '', '', ''), (15248, '150504036', 201, '', '', '', ''), (15249, '150504036', 202, '', '', '', ''), (15250, '150504036', 203, '', '', '', ''), (15251, '150504036', 204, '', '', '', ''), (15252, '150504008', 199, '', '', '', ''), (15253, '150504008', 200, '', '', '', ''), (15254, '150504008', 201, '', '', '', ''), (15255, '150504008', 202, '', '', '', ''), (15256, '150504008', 203, '', '', '', ''), (15257, '150504008', 204, '', '', '', ''), (15258, '150504001', 199, '', '', '', ''), (15259, '150504001', 200, '', '', '', ''), (15260, '150504001', 201, '', '', '', ''), (15261, '150504001', 202, '', '', '', ''), (15262, '150504001', 203, '', '', '', ''), (15263, '150504001', 204, '', '', '', ''), (15264, '150504002', 199, '', '', '', ''), (15265, '150504002', 200, '', '', '', ''), (15266, '150504002', 201, '', '', '', ''), (15267, '150504002', 202, '', '', '', ''), (15268, '150504002', 203, '', '', '', ''), (15269, '150504002', 204, '', '', '', ''), (15270, '150504025', 199, '', '', '', ''), (15271, '150504025', 200, '', '', '', ''), (15272, '150504025', 201, '', '', '', ''), (15273, '150504025', 202, '', '', '', ''), (15274, '150504025', 203, '', '', '', ''), (15275, '150504025', 204, '', '', '', ''), (15276, '150504028', 199, '', '', '', ''), (15277, '150504028', 200, '', '', '', ''), (15278, '150504028', 201, '', '', '', ''), (15279, '150504028', 202, '', '', '', ''), (15280, '150504028', 203, '', '', '', ''), (15281, '150504028', 204, '', '', '', ''), (15282, '150504027', 199, '', '', '', ''), (15283, '150504027', 200, '', '', '', ''), (15284, '150504027', 201, '', '', '', ''), (15285, '150504027', 202, '', '', '', ''), (15286, '150504027', 203, '', '', '', ''), (15287, '150504027', 204, '', '', '', ''), (15288, '150504030', 199, '', '', '', ''), (15289, '150504030', 200, '', '', '', ''), (15290, '150504030', 201, '', '', '', ''), (15291, '150504030', 202, '', '', '', ''), (15292, '150504030', 203, '', '', '', ''), (15293, '150504030', 204, '', '', '', ''), (15294, '150504031', 199, '', '', '', ''), (15295, '150504031', 200, '', '', '', ''), (15296, '150504031', 201, '', '', '', ''), (15297, '150504031', 202, '', '', '', ''), (15298, '150504031', 203, '', '', '', ''), (15299, '150504031', 204, '', '', '', ''), (15306, '150504024', 199, '', '', '', ''), (15307, '150504024', 200, '', '', '', ''), (15308, '150504024', 201, '', '', '', ''), (15309, '150504024', 202, '', '', '', ''), (15310, '150504024', 203, '', '', '', ''), (15311, '150504024', 204, '', '', '', ''), (15312, '150504018', 199, '', '', '', ''), (15313, '150504018', 200, '', '', '', ''), (15314, '150504018', 201, '', '', '', ''), (15315, '150504018', 202, '', '', '', ''), (15316, '150504018', 203, '', '', '', ''), (15317, '150504018', 204, '', '', '', ''), (15318, '150504005', 199, '', '', '', ''), (15319, '150504005', 200, '', '', '', ''), (15320, '150504005', 201, '', '', '', ''), (15321, '150504005', 202, '', '', '', ''), (15322, '150504005', 203, '', '', '', ''), (15323, '150504005', 204, '', '', '', ''), (15324, '150504004', 199, '', '', '', ''), (15325, '150504004', 200, '', '', '', ''), (15326, '150504004', 201, '', '', '', ''), (15327, '150504004', 202, '', '', '', ''), (15328, '150504004', 203, '', '', '', ''), (15329, '150504004', 204, '', '', '', ''), (15330, '150504007', 199, '', '', '', ''), (15331, '150504007', 200, '', '', '', ''), (15332, '150504007', 201, '', '', '', ''), (15333, '150504007', 202, '', '', '', ''), (15334, '150504007', 203, '', '', '', ''), (15335, '150504007', 204, '', '', '', ''), (15336, '150504013', 199, '', '', '', ''), (15337, '150504013', 200, '', '', '', ''), (15338, '150504013', 201, '', '', '', ''), (15339, '150504013', 202, '', '', '', ''), (15340, '150504013', 203, '', '', '', ''), (15341, '150504013', 204, '', '', '', ''), (15348, '150504021', 199, '', '', '', ''), (15349, '150504021', 200, '', '', '', ''), (15350, '150504021', 201, '', '', '', ''), (15351, '150504021', 202, '', '', '', ''), (15352, '150504021', 203, '', '', '', ''), (15353, '150504021', 204, '', '', '', ''), (15366, '150504026', 199, '', '', '', ''), (15367, '150504026', 200, '', '', '', ''), (15368, '150504026', 201, '', '', '', ''), (15369, '150504026', 202, '', '', '', ''), (15370, '150504026', 203, '', '', '', ''), (15371, '150504026', 204, '', '', '', ''), (15378, '150409045', 146, '', '', '', ''), (15379, '150409045', 147, '', '', '', ''), (15380, '150409045', 150, '', '', '', ''), (15381, '150409045', 151, '', '', '', ''), (15382, '150409045', 167, '', '', '', ''), (15383, '150409045', 168, '', '', '', ''), (15384, '150409076', 146, '', '', '', ''), (15385, '150409076', 147, '', '', '', ''), (15386, '150409076', 150, '', '', '', ''), (15387, '150409076', 151, '', '', '', ''), (15388, '150409076', 167, '', '', '', ''), (15389, '150409076', 168, '', '', '', ''), (15390, '150504023', 199, '', '', '', ''), (15391, '150504023', 200, '', '', '', ''), (15392, '150504023', 201, '', '', '', ''), (15393, '150504023', 202, '', '', '', ''), (15394, '150504023', 204, '', '', '', ''), (15395, '150409060', 146, '', '', '', ''), (15396, '150409060', 147, '', '', '', ''), (15397, '150409060', 150, '', '', '', ''), (15398, '150409060', 151, '', '', '', ''), (15399, '150409060', 167, '', '', '', ''), (15400, '150409060', 168, '', '', '', ''), (15401, '150409041', 146, '', '', '', ''), (15402, '150409041', 147, '', '', '', ''), (15403, '150409041', 150, '', '', '', ''), (15404, '150409041', 151, '', '', '', ''), (15405, '150409041', 167, '', '', '', ''), (15406, '150409041', 168, '', '', '', ''), (15407, '150409077', 146, '', '', '', ''), (15408, '150409077', 147, '', '', '', ''), (15409, '150409077', 150, '', '', '', ''), (15410, '150409077', 151, '', '', '', ''), (15411, '150409077', 167, '', '', '', ''), (15412, '150409077', 168, '', '', '', ''), (15422, '160505025', 199, '', '', '', ''), (15423, '160505025', 200, '', '', '', ''), (15424, '160505025', 201, '', '', '', ''), (15425, '160505025', 202, '', '', '', ''), (15426, '160505025', 203, '', '', '', ''), (15427, '160505025', 204, '', '', '', ''), (15428, '150504033', 199, '', '', '', ''), (15429, '150504033', 200, '', '', '', ''), (15430, '150504033', 201, '', '', '', ''), (15431, '150504033', 202, '', '', '', ''), (15432, '150504033', 203, '', '', '', ''), (15433, '150504033', 204, '', '', '', ''), (15434, '150409005', 146, '', '', '', ''), (15435, '150409005', 147, '', '', '', ''), (15436, '150409005', 150, '', '', '', ''), (15437, '150409005', 151, '', '', '', ''), (15438, '150409005', 167, '', '', '', ''), (15439, '150409005', 168, '', '', '', ''), (15469, '150409042', 182, '', '', '', ''), (15470, '150409042', 183, '', '', '', ''), (15471, '150409042', 184, '', '', '', ''), (15472, '150409042', 185, '', '', '', ''), (15473, '150409042', 186, '', '', '', ''), (15479, '150409044', 182, '', '', '', ''), (15480, '150409044', 183, '', '', '', ''), (15481, '150409044', 184, '', '', '', ''), (15482, '150409044', 185, '', '', '', ''), (15483, '150409044', 186, '', '', '', ''), (15489, '150409043', 182, '', '', '', ''), (15490, '150409043', 183, '', '', '', ''), (15491, '150409043', 184, '', '', '', ''), (15492, '150409043', 185, '', '', '', ''), (15493, '150409043', 186, '', '', '', ''), (15494, '150409079', 182, '', '', '', ''), (15495, '150409079', 183, '', '', '', ''), (15496, '150409079', 184, '', '', '', ''), (15497, '150409079', 185, '', '', '', ''), (15498, '150409079', 186, '', '', '', ''), (15505, '150409033', 182, '', '', '', ''), (15506, '150409033', 183, '', '', '', ''), (15507, '150409033', 184, '', '', '', ''), (15508, '150409033', 185, '', '', '', ''), (15509, '150409033', 186, '', '', '', ''), (15515, '150409010', 182, '', '', '', ''), (15516, '150409010', 183, '', '', '', ''), (15517, '150409010', 184, '', '', '', ''), (15518, '150409010', 185, '', '', '', ''), (15519, '150409010', 186, '', '', '', ''), (15520, '150409027', 182, '', '', '', ''), (15521, '150409027', 183, '', '', '', ''), (15522, '150409027', 184, '', '', '', ''), (15523, '150409027', 185, '', '', '', ''), (15524, '150409027', 186, '', '', '', ''), (15525, '150409012', 182, '', '', '', ''), (15526, '150409012', 183, '', '', '', ''), (15527, '150409012', 184, '', '', '', ''), (15528, '150409012', 185, '', '', '', ''), (15529, '150409012', 186, '', '', '', ''), (15530, '150409029', 182, '', '', '', ''), (15531, '150409029', 183, '', '', '', ''), (15532, '150409029', 184, '', '', '', ''), (15533, '150409029', 185, '', '', '', ''), (15534, '150409029', 186, '', '', '', ''), (15535, '150409026', 182, '', '', '', ''), (15536, '150409026', 183, '', '', '', ''), (15537, '150409026', 184, '', '', '', ''), (15538, '150409026', 185, '', '', '', ''), (15539, '150409026', 186, '', '', '', ''), (15540, '150409011', 182, '', '', '', ''), (15541, '150409011', 183, '', '', '', ''), (15542, '150409011', 184, '', '', '', ''), (15543, '150409011', 185, '', '', '', ''), (15544, '150409011', 186, '', '', '', ''), (15566, '150409066', 182, '', '', '', ''), (15567, '150409066', 183, '', '', '', ''), (15568, '150409066', 184, '', '', '', ''), (15569, '150409066', 185, '', '', '', ''), (15570, '150409066', 186, '', '', '', ''), (15571, '150409036', 182, '', '', '', ''), (15572, '150409036', 183, '', '', '', ''), (15573, '150409036', 184, '', '', '', ''), (15574, '150409036', 185, '', '', '', ''), (15575, '150409036', 186, '', '', '', ''), (15576, '150409080', 182, '', '', '', ''), (15577, '150409080', 183, '', '', '', ''), (15578, '150409080', 184, '', '', '', ''), (15579, '150409080', 185, '', '', '', ''), (15580, '150409080', 186, '', '', '', ''), (15595, '160110083', 115, '', '', '', ''), (15596, '160110083', 116, '', '', '', ''), (15597, '160110083', 117, '', '', '', ''), (15598, '160110083', 118, '', '', '', ''), (15599, '160110083', 119, '', '', '', ''), (15600, '160110083', 120, '', '', '', ''), (15601, '160110083', 121, '', '', '', ''), (15602, '160110083', 122, '', '', '', ''), (15603, '160110083', 123, '', '', '', ''), (15703, '160110056', 115, '', '', '', ''), (15704, '160110056', 116, '', '', '', ''), (15705, '160110056', 117, '', '', '', ''), (15706, '160110056', 118, '', '', '', ''), (15707, '160110056', 119, '', '', '', ''), (15708, '160110056', 120, '', '', '', ''), (15709, '160110056', 121, '', '', '', ''), (15710, '160110056', 122, '', '', '', ''), (15711, '160110056', 123, '', '', '', ''), (15721, '160110034', 115, '', '', '', ''), (15722, '160110034', 116, '', '', '', ''), (15723, '160110034', 117, '', '', '', ''), (15724, '160110034', 118, '', '', '', ''), (15725, '160110034', 119, '', '', '', ''), (15726, '160110034', 120, '', '', '', ''), (15727, '160110034', 121, '', '', '', ''), (15728, '160110034', 122, '', '', '', ''), (15729, '160110034', 123, '', '', '', ''), (15739, '160110041', 115, '', '', '', ''), (15740, '160110041', 116, '', '', '', ''), (15741, '160110041', 117, '', '', '', ''), (15742, '160110041', 118, '', '', '', ''), (15743, '160110041', 119, '', '', '', ''), (15744, '160110041', 120, '', '', '', ''), (15745, '160110041', 121, '', '', '', ''), (15746, '160110041', 122, '', '', '', ''), (15747, '160110041', 123, '', '', '', ''), (15748, '160110045', 115, '', '', '', ''), (15749, '160110045', 116, '', '', '', ''), (15750, '160110045', 117, '', '', '', ''), (15751, '160110045', 118, '', '', '', ''), (15752, '160110045', 119, '', '', '', ''), (15753, '160110045', 120, '', '', '', ''), (15754, '160110045', 121, '', '', '', ''), (15755, '160110045', 122, '', '', '', ''), (15756, '160110045', 123, '', '', '', ''), (15757, '160110070', 115, '', '', '', ''), (15758, '160110070', 116, '', '', '', ''), (15759, '160110070', 117, '', '', '', ''), (15760, '160110070', 118, '', '', '', ''), (15761, '160110070', 119, '', '', '', ''), (15762, '160110070', 120, '', '', '', ''), (15763, '160110070', 121, '', '', '', ''), (15764, '160110070', 122, '', '', '', ''), (15765, '160110070', 123, '', '', '', ''), (15792, '160110053', 115, '', '', '', ''), (15793, '160110053', 116, '', '', '', ''), (15794, '160110053', 117, '', '', '', ''), (15795, '160110053', 118, '', '', '', ''), (15796, '160110053', 119, '', '', '', ''), (15797, '160110053', 120, '', '', '', ''), (15798, '160110053', 121, '', '', '', ''), (15799, '160110053', 122, '', '', '', ''), (15800, '160110053', 123, '', '', '', ''), (15801, '160110059', 115, '', '', '', ''), (15802, '160110059', 116, '', '', '', ''), (15803, '160110059', 117, '', '', '', ''), (15804, '160110059', 118, '', '', '', ''), (15805, '160110059', 119, '', '', '', ''), (15806, '160110059', 120, '', '', '', ''), (15807, '160110059', 121, '', '', '', ''), (15808, '160110059', 122, '', '', '', ''), (15809, '160110059', 123, '', '', '', ''), (15837, '160110057', 115, '', '', '', ''), (15838, '160110057', 116, '', '', '', ''), (15839, '160110057', 117, '', '', '', ''), (15840, '160110057', 118, '', '', '', ''), (15841, '160110057', 119, '', '', '', ''), (15842, '160110057', 120, '', '', '', ''), (15843, '160110057', 121, '', '', '', ''), (15844, '160110057', 122, '', '', '', ''), (15845, '160110057', 123, '', '', '', ''), (15864, '160110074', 115, '', '', '', ''), (15865, '160110074', 116, '', '', '', ''), (15866, '160110074', 117, '', '', '', ''), (15867, '160110074', 118, '', '', '', ''), (15868, '160110074', 119, '', '', '', ''), (15869, '160110074', 120, '', '', '', ''), (15870, '160110074', 121, '', '', '', ''), (15871, '160110074', 122, '', '', '', ''), (15872, '160110074', 123, '', '', '', ''), (15873, '160110036', 115, '', '', '', ''), (15874, '160110036', 116, '', '', '', ''), (15875, '160110036', 117, '', '', '', ''), (15876, '160110036', 118, '', '', '', ''), (15877, '160110036', 119, '', '', '', ''), (15878, '160110036', 120, '', '', '', ''), (15879, '160110036', 121, '', '', '', ''), (15880, '160110036', 122, '', '', '', ''), (15881, '160110036', 123, '', '', '', ''), (15882, '160110076', 115, '', '', '', ''), (15883, '160110076', 116, '', '', '', ''), (15884, '160110076', 117, '', '', '', ''), (15885, '160110076', 118, '', '', '', ''), (15886, '160110076', 119, '', '', '', ''), (15887, '160110076', 120, '', '', '', ''), (15888, '160110076', 121, '', '', '', ''), (15889, '160110076', 122, '', '', '', ''), (15890, '160110076', 123, '', '', '', ''), (15900, '160110068', 115, '', '', '', ''), (15901, '160110068', 116, '', '', '', ''), (15902, '160110068', 117, '', '', '', ''), (15903, '160110068', 118, '', '', '', ''), (15904, '160110068', 119, '', '', '', ''), (15905, '160110068', 120, '', '', '', ''), (15906, '160110068', 121, '', '', '', ''), (15907, '160110068', 122, '', '', '', ''), (15908, '160110068', 123, '', '', '', ''), (15909, '160110069', 115, '', '', '', ''), (15910, '160110069', 116, '', '', '', ''), (15911, '160110069', 117, '', '', '', ''), (15912, '160110069', 118, '', '', '', ''), (15913, '160110069', 119, '', '', '', ''), (15914, '160110069', 120, '', '', '', ''), (15915, '160110069', 121, '', '', '', ''), (15916, '160110069', 122, '', '', '', ''), (15917, '160110069', 123, '', '', '', ''), (15927, '160110066', 115, '', '', '', ''), (15928, '160110066', 116, '', '', '', ''), (15929, '160110066', 117, '', '', '', ''), (15930, '160110066', 118, '', '', '', ''), (15931, '160110066', 119, '', '', '', ''), (15932, '160110066', 120, '', '', '', ''), (15933, '160110066', 121, '', '', '', ''), (15934, '160110066', 122, '', '', '', ''), (15935, '160110066', 123, '', '', '', ''), (15936, '160321118', 96, '', '', '', ''), (15937, '160321118', 97, '', '', '', ''), (15938, '160321118', 98, '', '', '', ''), (15939, '160321118', 99, '', '', '', ''), (15940, '160321118', 100, '', '', '', ''), (15941, '160321118', 101, '', '', '', ''), (15942, '160321118', 102, '', '', '', ''), (15943, '160321118', 103, '', '', '', ''), (15944, '160505027', 194, '', '', '', ''), (15945, '160505027', 195, '', '', '', ''), (15946, '160505027', 196, '', '', '', ''), (15947, '160505027', 197, '', '', '', ''), (15948, '160505027', 198, '', '', '', ''), (15985, '150109096', 171, '', '', '', ''), (15986, '150109096', 172, '', '', '', ''), (15987, '150109096', 173, '', '', '', ''), (15988, '150109096', 174, '', '', '', ''), (15989, '150109096', 175, '', '', '', ''), (15990, '150109096', 176, '', '', '', ''), (15991, '150109096', 178, '', '', '', ''), (15992, '150109096', 179, '', '', '', ''), (16002, '150109094', 171, '', '', '', ''), (16003, '150109094', 172, '', '', '', ''), (16004, '150109094', 173, '', '', '', ''), (16005, '150109094', 174, '', '', '', ''), (16006, '150109094', 175, '', '', '', ''), (16007, '150109094', 176, '', '', '', ''), (16008, '150109094', 178, '', '', '', ''), (16009, '150109094', 179, '', '', '', ''), (16010, '150109036', 171, '', '', '', ''), (16011, '150109036', 172, '', '', '', ''), (16012, '150109036', 173, '', '', '', ''), (16013, '150109036', 174, '', '', '', ''), (16014, '150109036', 175, '', '', '', ''), (16015, '150109036', 176, '', '', '', ''), (16016, '150109036', 178, '', '', '', ''), (16017, '150109036', 179, '', '', '', ''), (16027, '160110085', 115, '', '', '', ''), (16028, '160110085', 116, '', '', '', ''), (16029, '160110085', 117, '', '', '', ''), (16030, '160110085', 118, '', '', '', ''), (16031, '160110085', 119, '', '', '', ''), (16032, '160110085', 120, '', '', '', ''), (16033, '160110085', 121, '', '', '', ''), (16034, '160110085', 122, '', '', '', ''), (16035, '160110085', 123, '', '', '', ''), (16036, '160110051', 115, '', '', '', ''), (16037, '160110051', 116, '', '', '', ''), (16038, '160110051', 117, '', '', '', ''), (16039, '160110051', 118, '', '', '', ''), (16040, '160110051', 119, '', '', '', ''), (16041, '160110051', 120, '', '', '', ''), (16042, '160110051', 121, '', '', '', ''), (16043, '160110051', 122, '', '', '', ''), (16044, '160110051', 123, '', '', '', ''), (16106, '160110071', 115, '', '', '', ''), (16107, '160110071', 116, '', '', '', ''), (16108, '160110071', 117, '', '', '', ''), (16109, '160110071', 118, '', '', '', ''), (16110, '160110071', 119, '', '', '', ''), (16111, '160110071', 120, '', '', '', ''), (16112, '160110071', 121, '', '', '', ''), (16113, '160110071', 122, '', '', '', ''), (16114, '160110071', 123, '', '', '', ''), (16124, '160110072', 115, '', '', '', ''), (16125, '160110072', 116, '', '', '', ''), (16126, '160110072', 117, '', '', '', ''), (16127, '160110072', 118, '', '', '', ''), (16128, '160110072', 119, '', '', '', ''), (16129, '160110072', 120, '', '', '', ''), (16130, '160110072', 121, '', '', '', ''), (16131, '160110072', 122, '', '', '', ''), (16132, '160110072', 123, '', '', '', ''), (16229, '160110052', 115, '', '', '', ''), (16230, '160110052', 116, '', '', '', ''), (16231, '160110052', 117, '', '', '', ''), (16232, '160110052', 118, '', '', '', ''), (16233, '160110052', 119, '', '', '', ''), (16234, '160110052', 120, '', '', '', ''), (16235, '160110052', 121, '', '', '', ''), (16236, '160110052', 122, '', '', '', ''), (16237, '160110052', 123, '', '', '', ''), (16255, '160110040', 115, '', '', '', ''), (16256, '160110040', 116, '', '', '', ''), (16257, '160110040', 117, '', '', '', ''), (16258, '160110040', 118, '', '', '', ''), (16259, '160110040', 119, '', '', '', ''), (16260, '160110040', 120, '', '', '', ''), (16261, '160110040', 121, '', '', '', ''), (16262, '160110040', 122, '', '', '', ''), (16263, '160110040', 123, '', '', '', ''), (16264, '140408025', 152, '', '', '', ''), (16265, '140408025', 153, '', '', '', ''), (16266, '140408025', 154, '', '', '', ''), (16267, '140408025', 155, '', '', '', ''), (16268, '140408025', 156, '', '', '', ''), (16269, '160110037', 115, '', '', '', ''), (16270, '160110037', 116, '', '', '', ''), (16271, '160110037', 117, '', '', '', ''), (16272, '160110037', 118, '', '', '', ''), (16273, '160110037', 119, '', '', '', ''), (16274, '160110037', 120, '', '', '', ''), (16275, '160110037', 121, '', '', '', ''), (16276, '160110037', 122, '', '', '', ''), (16277, '160110037', 123, '', '', '', ''), (16321, '140408023', 152, '', '', '', ''), (16322, '140408023', 153, '', '', '', ''), (16323, '140408023', 154, '', '', '', ''), (16324, '140408023', 155, '', '', '', ''), (16325, '140408023', 156, '', '', '', ''), (16349, '160110087', 115, '', '', '', ''), (16350, '160110087', 116, '', '', '', ''), (16351, '160110087', 117, '', '', '', ''), (16352, '160110087', 118, '', '', '', ''), (16353, '160110087', 119, '', '', '', ''), (16354, '160110087', 120, '', '', '', ''), (16355, '160110087', 121, '', '', '', ''), (16356, '160110087', 122, '', '', '', ''), (16357, '160110087', 123, '', '', '', ''), (16358, '160110086', 115, '', '', '', ''), (16359, '160110086', 116, '', '', '', ''), (16360, '160110086', 117, '', '', '', ''), (16361, '160110086', 118, '', '', '', ''), (16362, '160110086', 119, '', '', '', ''), (16363, '160110086', 120, '', '', '', ''), (16364, '160110086', 121, '', '', '', ''), (16365, '160110086', 122, '', '', '', ''), (16366, '160110086', 123, '', '', '', ''), (16385, '160110075', 115, '', '', '', ''), (16386, '160110075', 116, '', '', '', ''), (16387, '160110075', 117, '', '', '', ''), (16388, '160110075', 118, '', '', '', ''), (16389, '160110075', 119, '', '', '', ''), (16390, '160110075', 120, '', '', '', ''), (16391, '160110075', 121, '', '', '', ''), (16392, '160110075', 122, '', '', '', ''), (16393, '160110075', 123, '', '', '', ''), (16438, '160321141', 96, '', '', '', ''), (16439, '160321141', 97, '', '', '', ''), (16440, '160321141', 98, '', '', '', ''), (16441, '160321141', 99, '', '', '', ''), (16442, '160321141', 100, '', '', '', ''), (16443, '160321141', 101, '', '', '', ''), (16444, '160321141', 102, '', '', '', ''), (16445, '160321141', 103, '', '', '', ''), (16455, '160321083', 96, '', '', '', ''), (16456, '160321083', 97, '', '', '', ''), (16457, '160321083', 98, '', '', '', ''), (16458, '160321083', 99, '', '', '', ''), (16459, '160321083', 100, '', '', '', ''), (16460, '160321083', 101, '', '', '', ''), (16461, '160321083', 102, '', '', '', ''), (16462, '160321083', 103, '', '', '', ''), (16463, '160214056', 106, '', '', '', ''), (16464, '160214056', 107, '', '', '', ''), (16465, '160214056', 108, '', '', '', ''), (16466, '160214056', 109, '', '', '', ''), (16467, '160214056', 110, '', '', '', ''), (16468, '160214056', 111, '', '', '', ''), (16469, '160214056', 112, '', '', '', ''), (16470, '160214056', 113, '', '', '', ''), (16471, '160214056', 114, '', '', '', ''), (16519, '160321151', 96, '', '', '', ''), (16520, '160321151', 97, '', '', '', ''), (16521, '160321151', 98, '', '', '', ''), (16522, '160321151', 99, '', '', '', ''), (16523, '160321151', 100, '', '', '', ''), (16524, '160321151', 101, '', '', '', ''), (16525, '160321151', 102, '', '', '', ''), (16526, '160321151', 103, '', '', '', ''), (16535, '160321131', 96, '', '', '', ''), (16536, '160321131', 97, '', '', '', ''), (16537, '160321131', 98, '', '', '', ''), (16538, '160321131', 99, '', '', '', ''), (16539, '160321131', 100, '', '', '', ''), (16540, '160321131', 101, '', '', '', ''), (16541, '160321131', 102, '', '', '', ''), (16542, '160321131', 103, '', '', '', ''), (16543, '160110090', 115, '', '', '', ''), (16544, '160110090', 116, '', '', '', ''), (16545, '160110090', 117, '', '', '', ''), (16546, '160110090', 118, '', '', '', ''), (16547, '160110090', 119, '', '', '', ''), (16548, '160110090', 120, '', '', '', ''), (16549, '160110090', 121, '', '', '', ''), (16550, '160110090', 122, '', '', '', ''), (16551, '160110090', 123, '', '', '', ''), (16561, '160321135', 96, '', '', '', ''), (16562, '160321135', 97, '', '', '', ''), (16563, '160321135', 98, '', '', '', ''), (16564, '160321135', 99, '', '', '', ''), (16565, '160321135', 100, '', '', '', ''), (16566, '160321135', 101, '', '', '', ''), (16567, '160321135', 102, '', '', '', ''), (16568, '160321135', 103, '', '', '', ''), (16577, '160321161', 96, '', '', '', ''), (16578, '160321161', 97, '', '', '', ''), (16579, '160321161', 98, '', '', '', ''), (16580, '160321161', 99, '', '', '', ''), (16581, '160321161', 100, '', '', '', ''), (16582, '160321161', 101, '', '', '', ''), (16583, '160321161', 102, '', '', '', ''), (16584, '160321161', 103, '', '', '', ''), (16593, '160110061', 115, '', '', '', ''), (16594, '160110061', 116, '', '', '', ''), (16595, '160110061', 117, '', '', '', ''), (16596, '160110061', 118, '', '', '', ''), (16597, '160110061', 119, '', '', '', ''), (16598, '160110061', 120, '', '', '', ''), (16599, '160110061', 121, '', '', '', ''), (16600, '160110061', 122, '', '', '', ''), (16601, '160110061', 123, '', '', '', ''), (16610, '160110054', 115, '', '', '', ''), (16611, '160110054', 116, '', '', '', ''), (16612, '160110054', 117, '', '', '', ''), (16613, '160110054', 118, '', '', '', ''), (16614, '160110054', 119, '', '', '', ''), (16615, '160110054', 120, '', '', '', ''), (16616, '160110054', 121, '', '', '', ''), (16617, '160110054', 122, '', '', '', ''), (16618, '160110054', 123, '', '', '', ''), (16636, '160321079', 96, '', '', '', ''), (16637, '160321079', 97, '', '', '', ''), (16638, '160321079', 98, '', '', '', ''), (16639, '160321079', 99, '', '', '', ''), (16640, '160321079', 100, '', '', '', ''), (16641, '160321079', 101, '', '', '', ''), (16642, '160321079', 102, '', '', '', ''), (16643, '160321079', 103, '', '', '', ''), (16644, '160321127', 96, '', '', '', ''), (16645, '160321127', 97, '', '', '', ''), (16646, '160321127', 98, '', '', '', ''), (16647, '160321127', 99, '', '', '', ''), (16648, '160321127', 100, '', '', '', ''), (16649, '160321127', 101, '', '', '', ''), (16650, '160321127', 102, '', '', '', ''), (16651, '160321127', 103, '', '', '', ''), (16652, '160321123', 96, '', '', '', ''), (16653, '160321123', 97, '', '', '', ''), (16654, '160321123', 98, '', '', '', ''), (16655, '160321123', 99, '', '', '', ''), (16656, '160321123', 100, '', '', '', ''), (16657, '160321123', 101, '', '', '', ''), (16658, '160321123', 102, '', '', '', ''), (16659, '160321123', 103, '', '', '', ''), (16660, '160321153', 96, '', '', '', ''), (16661, '160321153', 97, '', '', '', ''), (16662, '160321153', 98, '', '', '', ''), (16663, '160321153', 99, '', '', '', ''), (16664, '160321153', 100, '', '', '', ''), (16665, '160321153', 101, '', '', '', ''), (16666, '160321153', 102, '', '', '', ''), (16667, '160321153', 103, '', '', '', ''), (16668, '160321162', 96, '', '', '', ''), (16669, '160321162', 97, '', '', '', ''), (16670, '160321162', 98, '', '', '', ''), (16671, '160321162', 99, '', '', '', ''), (16672, '160321162', 100, '', '', '', ''), (16673, '160321162', 101, '', '', '', ''), (16674, '160321162', 102, '', '', '', ''), (16675, '160321162', 103, '', '', '', ''), (16684, '160321137', 96, '', '', '', ''), (16685, '160321137', 97, '', '', '', ''), (16686, '160321137', 98, '', '', '', ''), (16687, '160321137', 99, '', '', '', ''), (16688, '160321137', 100, '', '', '', ''), (16689, '160321137', 101, '', '', '', ''), (16690, '160321137', 102, '', '', '', ''), (16691, '160321137', 103, '', '', '', ''), (16692, '160321163', 96, '', '', '', ''), (16693, '160321163', 97, '', '', '', ''), (16694, '160321163', 98, '', '', '', ''), (16695, '160321163', 99, '', '', '', ''), (16696, '160321163', 100, '', '', '', ''), (16697, '160321163', 101, '', '', '', ''), (16698, '160321163', 102, '', '', '', ''), (16699, '160321163', 103, '', '', '', ''), (16700, '160321159', 96, '', '', '', ''), (16701, '160321159', 97, '', '', '', ''), (16702, '160321159', 98, '', '', '', ''), (16703, '160321159', 99, '', '', '', ''), (16704, '160321159', 100, '', '', '', ''), (16705, '160321159', 101, '', '', '', ''), (16706, '160321159', 102, '', '', '', ''), (16707, '160321159', 103, '', '', '', ''), (16708, '160321149', 96, '', '', '', ''), (16709, '160321149', 97, '', '', '', ''), (16710, '160321149', 98, '', '', '', ''), (16711, '160321149', 99, '', '', '', ''), (16712, '160321149', 100, '', '', '', ''), (16713, '160321149', 101, '', '', '', ''), (16714, '160321149', 102, '', '', '', ''), (16715, '160321149', 103, '', '', '', ''), (16724, '160321152', 96, '', '', '', ''), (16725, '160321152', 97, '', '', '', ''), (16726, '160321152', 98, '', '', '', ''), (16727, '160321152', 99, '', '', '', ''), (16728, '160321152', 100, '', '', '', ''), (16729, '160321152', 101, '', '', '', ''), (16730, '160321152', 102, '', '', '', ''), (16731, '160321152', 103, '', '', '', ''), (16739, '140319066', 160, '', '', '', ''), (16740, '140319066', 161, '', '', '', ''), (16741, '140319066', 162, '', '', '', ''), (16742, '140319066', 163, '', '', '', ''), (16743, '140319066', 164, '', '', '', ''), (16744, '140319066', 165, '', '', '', ''), (16745, '140319066', 166, '', '', '', ''), (16746, '140319069', 160, '', '', '', ''), (16747, '140319069', 161, '', '', '', ''), (16748, '140319069', 162, '', '', '', ''), (16749, '140319069', 163, '', '', '', ''), (16750, '140319069', 164, '', '', '', ''), (16751, '140319069', 165, '', '', '', ''), (16752, '140319069', 166, '', '', '', ''), (16753, '140319085', 160, '', '', '', ''), (16754, '140319085', 161, '', '', '', ''), (16755, '140319085', 162, '', '', '', ''), (16756, '140319085', 163, '', '', '', ''), (16757, '140319085', 164, '', '', '', ''), (16758, '140319085', 165, '', '', '', ''), (16759, '140319085', 166, '', '', '', ''), (16760, '160321088', 96, '', '', '', ''), (16761, '160321088', 97, '', '', '', ''), (16762, '160321088', 98, '', '', '', ''), (16763, '160321088', 99, '', '', '', ''), (16764, '160321088', 100, '', '', '', ''), (16765, '160321088', 101, '', '', '', ''), (16766, '160321088', 102, '', '', '', ''), (16767, '160321088', 103, '', '', '', ''), (16865, '160321100', 96, '', '', '', ''), (16866, '160321100', 97, '', '', '', ''), (16867, '160321100', 98, '', '', '', ''), (16868, '160321100', 99, '', '', '', ''), (16869, '160321100', 100, '', '', '', ''), (16870, '160321100', 101, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (16871, '160321100', 102, '', '', '', ''), (16872, '160321100', 103, '', '', '', ''), (16873, '160321081', 96, '', '', '', ''), (16874, '160321081', 97, '', '', '', ''), (16875, '160321081', 98, '', '', '', ''), (16876, '160321081', 99, '', '', '', ''), (16877, '160321081', 100, '', '', '', ''), (16878, '160321081', 101, '', '', '', ''), (16879, '160321081', 102, '', '', '', ''), (16880, '160321081', 103, '', '', '', ''), (16899, '140408062', 152, '', '', '', ''), (16900, '140408062', 153, '', '', '', ''), (16901, '140408062', 154, '', '', '', ''), (16902, '140408062', 155, '', '', '', ''), (16903, '140408062', 156, '', '', '', ''), (16904, '160321160', 96, '', '', '', ''), (16905, '160321160', 97, '', '', '', ''), (16906, '160321160', 98, '', '', '', ''), (16907, '160321160', 99, '', '', '', ''), (16908, '160321160', 100, '', '', '', ''), (16909, '160321160', 101, '', '', '', ''), (16910, '160321160', 102, '', '', '', ''), (16911, '160321160', 103, '', '', '', ''), (16912, '160505019', 194, '', '', '', ''), (16913, '160505019', 195, '', '', '', ''), (16914, '160505019', 196, '', '', '', ''), (16915, '160505019', 197, '', '', '', ''), (16916, '160505019', 198, '', '', '', ''), (16917, '160505004', 194, '', '', '', ''), (16918, '160505004', 195, '', '', '', ''), (16919, '160505004', 196, '', '', '', ''), (16920, '160505004', 197, '', '', '', ''), (16921, '160505017', 194, '', '', '', ''), (16922, '160505017', 195, '', '', '', ''), (16923, '160505017', 196, '', '', '', ''), (16924, '160505017', 197, '', '', '', ''), (16925, '160505017', 198, '', '', '', ''), (16931, '160505013', 194, '', '', '', ''), (16932, '160505013', 195, '', '', '', ''), (16933, '160505013', 196, '', '', '', ''), (16934, '160505013', 197, '', '', '', ''), (16935, '160505013', 198, '', '', '', ''), (16946, '160505007', 194, '', '', '', ''), (16947, '160505007', 195, '', '', '', ''), (16948, '160505007', 196, '', '', '', ''), (16949, '160505007', 197, '', '', '', ''), (16950, '160505007', 198, '', '', '', ''), (16951, '160505016', 194, '', '', '', ''), (16952, '160505016', 195, '', '', '', ''), (16953, '160505016', 196, '', '', '', ''), (16954, '160505016', 197, '', '', '', ''), (16955, '160505016', 198, '', '', '', ''), (16956, '160505018', 194, '', '', '', ''), (16957, '160505018', 195, '', '', '', ''), (16958, '160505018', 196, '', '', '', ''), (16959, '160505018', 197, '', '', '', ''), (16960, '160505018', 198, '', '', '', ''), (16966, '160505001', 194, '', '', '', ''), (16967, '160505001', 195, '', '', '', ''), (16968, '160505001', 196, '', '', '', ''), (16969, '160505001', 197, '', '', '', ''), (16970, '160505001', 198, '', '', '', ''), (16979, '160505008', 194, '', '', '', ''), (16980, '160505008', 195, '', '', '', ''), (16981, '160505008', 196, '', '', '', ''), (16982, '160505008', 197, '', '', '', ''), (16983, '160505014', 194, '', '', '', ''), (16984, '160505014', 195, '', '', '', ''), (16985, '160505014', 196, '', '', '', ''), (16986, '160505014', 197, '', '', '', ''), (16987, '160505014', 198, '', '', '', ''), (16988, '150409053', 146, '', '', '', ''), (16989, '150409053', 147, '', '', '', ''), (16990, '150409053', 150, '', '', '', ''), (16991, '150409053', 151, '', '', '', ''), (16992, '150409053', 167, '', '', '', ''), (16993, '150409053', 168, '', '', '', ''), (16994, '160110065', 115, '', '', '', ''), (16995, '160110065', 116, '', '', '', ''), (16996, '160110065', 117, '', '', '', ''), (16997, '160110065', 118, '', '', '', ''), (16998, '160110065', 119, '', '', '', ''), (16999, '160110065', 120, '', '', '', ''), (17000, '160110065', 121, '', '', '', ''), (17001, '160110065', 122, '', '', '', ''), (17002, '160110065', 123, '', '', '', ''), (17003, '160321155', 96, '', '', '', ''), (17004, '160321155', 97, '', '', '', ''), (17005, '160321155', 98, '', '', '', ''), (17006, '160321155', 99, '', '', '', ''), (17007, '160321155', 100, '', '', '', ''), (17008, '160321155', 101, '', '', '', ''), (17009, '160321155', 102, '', '', '', ''), (17010, '160321155', 103, '', '', '', ''), (17040, '160110035', 115, '', '', '', ''), (17041, '160110035', 116, '', '', '', ''), (17042, '160110035', 117, '', '', '', ''), (17043, '160110035', 118, '', '', '', ''), (17044, '160110035', 119, '', '', '', ''), (17045, '160110035', 120, '', '', '', ''), (17046, '160110035', 121, '', '', '', ''), (17047, '160110035', 122, '', '', '', ''), (17048, '160110035', 123, '', '', '', ''), (17065, '160110043', 115, '', '', '', ''), (17066, '160110043', 116, '', '', '', ''), (17067, '160110043', 117, '', '', '', ''), (17068, '160110043', 118, '', '', '', ''), (17069, '160110043', 119, '', '', '', ''), (17070, '160110043', 120, '', '', '', ''), (17071, '160110043', 121, '', '', '', ''), (17072, '160110043', 122, '', '', '', ''), (17073, '160110043', 123, '', '', '', ''), (17074, '150409073', 181, '', '', '', ''), (17075, '150409073', 182, '', '', '', ''), (17076, '150409073', 183, '', '', '', ''), (17077, '150409073', 184, '', '', '', ''), (17078, '150409073', 185, '', '', '', ''), (17079, '150409073', 186, '', '', '', ''), (17151, '150409086', 146, '', '', '', ''), (17152, '150409086', 147, '', '', '', ''), (17153, '150409086', 150, '', '', '', ''), (17154, '150409086', 151, '', '', '', ''), (17155, '150409086', 167, '', '', '', ''), (17156, '150409086', 168, '', '', '', ''), (17163, '150409087', 146, '', '', '', ''), (17164, '150409087', 147, '', '', '', ''), (17165, '150409087', 150, '', '', '', ''), (17166, '150409087', 151, '', '', '', ''), (17167, '150409087', 167, '', '', '', ''), (17168, '150409087', 168, '', '', '', ''), (17169, '140319072', 160, '', '', '', ''), (17170, '140319072', 161, '', '', '', ''), (17171, '140319072', 162, '', '', '', ''), (17172, '140319072', 163, '', '', '', ''), (17173, '140319072', 164, '', '', '', ''), (17174, '140319072', 165, '', '', '', ''), (17175, '140319072', 166, '', '', '', ''), (17230, '140319055', 160, '', '', '', ''), (17231, '140319055', 161, '', '', '', ''), (17232, '140319055', 162, '', '', '', ''), (17233, '140319055', 163, '', '', '', ''), (17234, '140319055', 164, '', '', '', ''), (17235, '140319055', 165, '', '', '', ''), (17236, '140319055', 166, '', '', '', ''), (17372, '160321098', 96, '', '', '', ''), (17373, '160321098', 97, '', '', '', ''), (17374, '160321098', 98, '', '', '', ''), (17375, '160321098', 99, '', '', '', ''), (17376, '160321098', 100, '', '', '', ''), (17377, '160321098', 101, '', '', '', ''), (17378, '160321098', 102, '', '', '', ''), (17379, '160321098', 103, '', '', '', ''), (17380, '160321164', 96, '', '', '', ''), (17381, '160321164', 97, '', '', '', ''), (17382, '160321164', 98, '', '', '', ''), (17383, '160321164', 99, '', '', '', ''), (17384, '160321164', 100, '', '', '', ''), (17385, '160321164', 101, '', '', '', ''), (17386, '160321164', 102, '', '', '', ''), (17387, '160321164', 103, '', '', '', ''), (17397, '160110042', 115, '', '', '', ''), (17398, '160110042', 116, '', '', '', ''), (17399, '160110042', 117, '', '', '', ''), (17400, '160110042', 118, '', '', '', ''), (17401, '160110042', 119, '', '', '', ''), (17402, '160110042', 120, '', '', '', ''), (17403, '160110042', 121, '', '', '', ''), (17404, '160110042', 122, '', '', '', ''), (17405, '160110042', 123, '', '', '', ''), (17422, '160321108', 96, '', '', '', ''), (17423, '160321108', 97, '', '', '', ''), (17424, '160321108', 98, '', '', '', ''), (17425, '160321108', 99, '', '', '', ''), (17426, '160321108', 100, '', '', '', ''), (17427, '160321108', 101, '', '', '', ''), (17428, '160321108', 102, '', '', '', ''), (17429, '160321108', 103, '', '', '', ''), (17430, '160110073', 115, '', '', '', ''), (17431, '160110073', 116, '', '', '', ''), (17432, '160110073', 117, '', '', '', ''), (17433, '160110073', 118, '', '', '', ''), (17434, '160110073', 119, '', '', '', ''), (17435, '160110073', 120, '', '', '', ''), (17436, '160110073', 121, '', '', '', ''), (17437, '160110073', 122, '', '', '', ''), (17438, '160110073', 123, '', '', '', ''), (17447, '160321090', 96, '', '', '', ''), (17448, '160321090', 97, '', '', '', ''), (17449, '160321090', 98, '', '', '', ''), (17450, '160321090', 99, '', '', '', ''), (17451, '160321090', 100, '', '', '', ''), (17452, '160321090', 101, '', '', '', ''), (17453, '160321090', 102, '', '', '', ''), (17454, '160321090', 103, '', '', '', ''), (17511, '160321174', 96, '', '', '', ''), (17512, '160321174', 97, '', '', '', ''), (17513, '160321174', 98, '', '', '', ''), (17514, '160321174', 99, '', '', '', ''), (17515, '160321174', 100, '', '', '', ''), (17516, '160321174', 101, '', '', '', ''), (17517, '160321174', 102, '', '', '', ''), (17518, '160321174', 103, '', '', '', ''), (17528, '160110064', 115, '', '', '', ''), (17529, '160110064', 116, '', '', '', ''), (17530, '160110064', 117, '', '', '', ''), (17531, '160110064', 118, '', '', '', ''), (17532, '160110064', 119, '', '', '', ''), (17533, '160110064', 120, '', '', '', ''), (17534, '160110064', 121, '', '', '', ''), (17535, '160110064', 122, '', '', '', ''), (17536, '160110064', 123, '', '', '', ''), (17542, '160505003', 194, '', '', '', ''), (17543, '160505003', 195, '', '', '', ''), (17544, '160505003', 196, '', '', '', ''), (17545, '160505003', 197, '', '', '', ''), (17546, '160505003', 198, '', '', '', ''), (17554, '160505005', 198, '', '', '', ''), (17555, '160505005', 199, '', '', '', ''), (17556, '160505005', 200, '', '', '', ''), (17557, '160505005', 201, '', '', '', ''), (17558, '160505005', 202, '', '', '', ''), (17559, '160505005', 203, '', '', '', ''), (17560, '160505005', 204, '', '', '', ''), (17561, '160505012', 198, '', '', '', ''), (17562, '160505012', 199, '', '', '', ''), (17563, '160505012', 200, '', '', '', ''), (17564, '160505012', 201, '', '', '', ''), (17565, '160505012', 202, '', '', '', ''), (17566, '160505012', 203, '', '', '', ''), (17567, '160505012', 204, '', '', '', ''), (17568, '160505009', 194, '', '', '', ''), (17569, '160505009', 195, '', '', '', ''), (17570, '160505009', 196, '', '', '', ''), (17571, '160505009', 197, '', '', '', ''), (17572, '160505009', 198, '', '', '', ''), (17629, '140319063', 160, '', '', '', ''), (17630, '140319063', 161, '', '', '', ''), (17631, '140319063', 162, '', '', '', ''), (17632, '140319063', 163, '', '', '', ''), (17633, '140319063', 164, '', '', '', ''), (17634, '140319063', 165, '', '', '', ''), (17635, '140319063', 166, '', '', '', ''), (17811, '140319040', 160, '', '', '', ''), (17812, '140319040', 161, '', '', '', ''), (17813, '140319040', 162, '', '', '', ''), (17814, '140319040', 163, '', '', '', ''), (17815, '140319040', 164, '', '', '', ''), (17816, '140319040', 165, '', '', '', ''), (17817, '140319040', 166, '', '', '', ''), (17832, '130318027', 124, '', '', '', ''), (17833, '130318027', 125, '', '', '', ''), (17834, '130318027', 126, '', '', '', ''), (17835, '130318027', 127, '', '', '', ''), (17836, '130318027', 128, '', '', '', ''), (17837, '130318027', 129, '', '', '', ''), (17838, '130318027', 130, '', '', '', ''), (17839, '140319068', 160, '', '', '', ''), (17840, '140319068', 162, '', '', '', ''), (17841, '140319068', 163, '', '', '', ''), (17842, '140319068', 164, '', '', '', ''), (17843, '140319068', 165, '', '', '', ''), (17844, '140319068', 166, '', '', '', ''), (17857, '140319046', 160, '', '', '', ''), (17858, '140319046', 162, '', '', '', ''), (17859, '140319046', 163, '', '', '', ''), (17860, '140319046', 164, '', '', '', ''), (17861, '140319046', 165, '', '', '', ''), (17862, '140319046', 166, '', '', '', ''), (17863, '140319054', 160, '', '', '', ''), (17864, '140319054', 162, '', '', '', ''), (17865, '140319054', 163, '', '', '', ''), (17866, '140319054', 164, '', '', '', ''), (17867, '140319054', 165, '', '', '', ''), (17868, '140319054', 166, '', '', '', ''), (17876, '140319038', 160, '', '', '', ''), (17877, '140319038', 161, '', '', '', ''), (17878, '140319038', 162, '', '', '', ''), (17879, '140319038', 163, '', '', '', ''), (17880, '140319038', 164, '', '', '', ''), (17881, '140319038', 165, '', '', '', ''), (17882, '140319038', 166, '', '', '', ''), (17889, '140319045', 160, '', '', '', ''), (17890, '140319045', 162, '', '', '', ''), (17891, '140319045', 163, '', '', '', ''), (17892, '140319045', 164, '', '', '', ''), (17893, '140319045', 165, '', '', '', ''), (17894, '140319045', 166, '', '', '', ''), (17895, '140319073', 160, '', '', '', ''), (17896, '140319073', 162, '', '', '', ''), (17897, '140319073', 163, '', '', '', ''), (17898, '140319073', 164, '', '', '', ''), (17899, '140319073', 165, '', '', '', ''), (17900, '140319073', 166, '', '', '', ''), (17901, '130318031', 160, '', '', '', ''), (17902, '130318031', 162, '', '', '', ''), (17903, '130318031', 163, '', '', '', ''), (17904, '130318031', 164, '', '', '', ''), (17905, '130318031', 165, '', '', '', ''), (17906, '130318031', 166, '', '', '', ''), (17907, '140319032', 160, '', '', '', ''), (17908, '140319032', 162, '', '', '', ''), (17909, '140319032', 163, '', '', '', ''), (17910, '140319032', 164, '', '', '', ''), (17911, '140319032', 165, '', '', '', ''), (17912, '140319032', 166, '', '', '', ''), (17919, '140319074', 160, '', '', '', ''), (17920, '140319074', 162, '', '', '', ''), (17921, '140319074', 163, '', '', '', ''), (17922, '140319074', 164, '', '', '', ''), (17923, '140319074', 165, '', '', '', ''), (17924, '140319074', 166, '', '', '', ''), (17925, '140319039', 160, '', '', '', ''), (17926, '140319039', 162, '', '', '', ''), (17927, '140319039', 163, '', '', '', ''), (17928, '140319039', 164, '', '', '', ''), (17929, '140319039', 165, '', '', '', ''), (17930, '140319039', 166, '', '', '', ''), (17931, '140319067', 160, '', '', '', ''), (17932, '140319067', 161, '', '', '', ''), (17933, '140319067', 162, '', '', '', ''), (17934, '140319067', 163, '', '', '', ''), (17935, '140319067', 164, '', '', '', ''), (17936, '140319067', 165, '', '', '', ''), (17937, '140319067', 166, '', '', '', ''), (17938, '140319047', 160, '', '', '', ''), (17939, '140319047', 162, '', '', '', ''), (17940, '140319047', 163, '', '', '', ''), (17941, '140319047', 164, '', '', '', ''), (17942, '140319047', 165, '', '', '', ''), (17943, '140319047', 166, '', '', '', ''), (17944, '140408090', 152, '', '', '', ''), (17945, '140408090', 153, '', '', '', ''), (17946, '140408090', 154, '', '', '', ''), (17947, '140408090', 155, '', '', '', ''), (17948, '140408090', 156, '', '', '', ''), (17949, '150409084', 146, '', '', '', ''), (17950, '150409084', 147, '', '', '', ''), (17951, '150409084', 150, '', '', '', ''), (17952, '150409084', 151, '', '', '', ''), (17953, '150409084', 167, '', '', '', ''), (17954, '150409084', 168, '', '', '', ''), (17955, '140408086', 152, '', '', '', ''), (17956, '140408086', 153, '', '', '', ''), (17957, '140408086', 154, '', '', '', ''), (17958, '140408086', 155, '', '', '', ''), (17959, '140408086', 156, '', '', '', ''), (17960, '140408099', 152, '', '', '', ''), (17961, '140408099', 153, '', '', '', ''), (17962, '140408099', 154, '', '', '', ''), (17963, '140408099', 155, '', '', '', ''), (17964, '140408099', 156, '', '', '', ''), (17965, '140408092', 152, '', '', '', ''), (17966, '140408092', 153, '', '', '', ''), (17967, '140408092', 154, '', '', '', ''), (17968, '140408092', 155, '', '', '', ''), (17969, '140408092', 156, '', '', '', ''), (17970, '140408107', 152, '', '', '', ''), (17971, '140408107', 153, '', '', '', ''), (17972, '140408107', 154, '', '', '', ''), (17973, '140408107', 155, '', '', '', ''), (17974, '140408107', 156, '', '', '', ''), (17975, '150109092', 171, '', '', '', ''), (17976, '150109092', 172, '', '', '', ''), (17977, '150109092', 173, '', '', '', ''), (17978, '150109092', 174, '', '', '', ''), (17979, '150109092', 175, '', '', '', ''), (17980, '150109092', 176, '', '', '', ''), (17981, '150109092', 178, '', '', '', ''), (17982, '150109092', 179, '', '', '', ''), (18000, '150109039', 171, '', '', '', ''), (18001, '150109039', 172, '', '', '', ''), (18002, '150109039', 173, '', '', '', ''), (18003, '150109039', 174, '', '', '', ''), (18004, '150109039', 175, '', '', '', ''), (18005, '150109039', 176, '', '', '', ''), (18006, '150109039', 178, '', '', '', ''), (18007, '150109039', 179, '', '', '', ''), (18008, '150109063', 171, '', '', '', ''), (18009, '150109063', 172, '', '', '', ''), (18010, '150109063', 173, '', '', '', ''), (18011, '150109063', 174, '', '', '', ''), (18012, '150109063', 175, '', '', '', ''), (18013, '150109063', 176, '', '', '', ''), (18014, '150109063', 178, '', '', '', ''), (18015, '150109063', 179, '', '', '', ''), (18124, '150109054', 138, '', '', '', ''), (18125, '150109054', 143, '', '', '', ''), (18126, '150109054', 144, '', '', '', ''), (18127, '150109054', 171, '', '', '', ''), (18128, '150109054', 172, '', '', '', ''), (18129, '150109054', 173, '', '', '', ''), (18130, '150109054', 174, '', '', '', ''), (18131, '150109054', 175, '', '', '', ''), (18132, '150109054', 179, '', '', '', ''), (18178, '150109065', 171, '', '', '', ''), (18179, '150109065', 172, '', '', '', ''), (18180, '150109065', 173, '', '', '', ''), (18181, '150109065', 174, '', '', '', ''), (18182, '150109065', 175, '', '', '', ''), (18183, '150109065', 176, '', '', '', ''), (18184, '150109065', 178, '', '', '', ''), (18185, '150109065', 179, '', '', '', ''), (18201, '150109064', 171, '', '', '', ''), (18202, '150109064', 172, '', '', '', ''), (18203, '150109064', 173, '', '', '', ''), (18204, '150109064', 174, '', '', '', ''), (18205, '150109064', 175, '', '', '', ''), (18206, '150109064', 176, '', '', '', ''), (18207, '150109064', 178, '', '', '', ''), (18208, '150109064', 179, '', '', '', ''), (18291, '150109057', 171, '', '', '', ''), (18292, '150109057', 172, '', '', '', ''), (18293, '150109057', 173, '', '', '', ''), (18294, '150109057', 174, '', '', '', ''), (18295, '150109057', 175, '', '', '', ''), (18296, '150109057', 176, '', '', '', ''), (18297, '150109057', 178, '', '', '', ''), (18298, '150109057', 179, '', '', '', ''), (18299, '150109041', 171, '', '', '', ''), (18300, '150109041', 172, '', '', '', ''), (18301, '150109041', 173, '', '', '', ''), (18302, '150109041', 174, '', '', '', ''), (18303, '150109041', 175, '', '', '', ''), (18304, '150109041', 176, '', '', '', ''), (18305, '150109041', 178, '', '', '', ''), (18306, '150109041', 179, '', '', '', ''), (18315, '150109067', 171, '', '', '', ''), (18316, '150109067', 172, '', '', '', ''), (18317, '150109067', 173, '', '', '', ''), (18318, '150109067', 174, '', '', '', ''), (18319, '150109067', 175, '', '', '', ''), (18320, '150109067', 176, '', '', '', ''), (18321, '150109067', 178, '', '', '', ''), (18322, '150109067', 179, '', '', '', ''), (18323, '150109052', 171, '', '', '', ''), (18324, '150109052', 172, '', '', '', ''), (18325, '150109052', 173, '', '', '', ''), (18326, '150109052', 174, '', '', '', ''), (18327, '150109052', 175, '', '', '', ''), (18328, '150109052', 176, '', '', '', ''), (18329, '150109052', 178, '', '', '', ''), (18330, '150109052', 179, '', '', '', ''), (18331, '150109049', 171, '', '', '', ''), (18332, '150109049', 172, '', '', '', ''), (18333, '150109049', 173, '', '', '', ''), (18334, '150109049', 174, '', '', '', ''), (18335, '150109049', 175, '', '', '', ''), (18336, '150109049', 176, '', '', '', ''), (18337, '150109049', 178, '', '', '', ''), (18338, '150109049', 179, '', '', '', ''), (18339, '150109030', 171, '', '', '', ''), (18340, '150109030', 172, '', '', '', ''), (18341, '150109030', 173, '', '', '', ''), (18342, '150109030', 174, '', '', '', ''), (18343, '150109030', 175, '', '', '', ''), (18344, '150109030', 176, '', '', '', ''), (18345, '150109030', 178, '', '', '', ''), (18346, '150109030', 179, '', '', '', ''), (18347, '150109055', 171, '', '', '', ''), (18348, '150109055', 172, '', '', '', ''), (18349, '150109055', 173, '', '', '', ''), (18350, '150109055', 174, '', '', '', ''), (18351, '150109055', 175, '', '', '', ''), (18352, '150109055', 176, '', '', '', ''), (18353, '150109055', 178, '', '', '', ''), (18354, '150109055', 179, '', '', '', ''), (18355, '150109046', 171, '', '', '', ''), (18356, '150109046', 172, '', '', '', ''), (18357, '150109046', 173, '', '', '', ''), (18358, '150109046', 174, '', '', '', ''), (18359, '150109046', 175, '', '', '', ''), (18360, '150109046', 176, '', '', '', ''), (18361, '150109046', 178, '', '', '', ''), (18362, '150109046', 179, '', '', '', ''), (18363, '150109061', 171, '', '', '', ''), (18364, '150109061', 172, '', '', '', ''), (18365, '150109061', 173, '', '', '', ''), (18366, '150109061', 174, '', '', '', ''), (18367, '150109061', 175, '', '', '', ''), (18368, '150109061', 176, '', '', '', ''), (18369, '150109061', 178, '', '', '', ''), (18370, '150109061', 179, '', '', '', ''), (18371, '150109066', 171, '', '', '', ''), (18372, '150109066', 172, '', '', '', ''), (18373, '150109066', 173, '', '', '', ''), (18374, '150109066', 174, '', '', '', ''), (18375, '150109066', 175, '', '', '', ''), (18376, '150109066', 176, '', '', '', ''), (18377, '150109066', 178, '', '', '', ''), (18378, '150109066', 179, '', '', '', ''), (18379, '150109051', 171, '', '', '', ''), (18380, '150109051', 172, '', '', '', ''), (18381, '150109051', 173, '', '', '', ''), (18382, '150109051', 174, '', '', '', ''), (18383, '150109051', 175, '', '', '', ''), (18384, '150109051', 176, '', '', '', ''), (18385, '150109051', 178, '', '', '', ''), (18386, '150109051', 179, '', '', '', ''), (18387, '150109031', 171, '', '', '', ''), (18388, '150109031', 172, '', '', '', ''), (18389, '150109031', 173, '', '', '', ''), (18390, '150109031', 174, '', '', '', ''), (18391, '150109031', 175, '', '', '', ''), (18392, '150109031', 176, '', '', '', ''), (18393, '150109031', 178, '', '', '', ''), (18394, '150109031', 179, '', '', '', ''), (18395, '150109093', 171, '', '', '', ''), (18396, '150109093', 172, '', '', '', ''), (18397, '150109093', 173, '', '', '', ''), (18398, '150109093', 174, '', '', '', ''), (18399, '150109093', 175, '', '', '', ''), (18400, '150109093', 176, '', '', '', ''), (18401, '150109093', 178, '', '', '', ''), (18402, '150109093', 179, '', '', '', ''), (18403, '150109073', 171, '', '', '', ''), (18404, '150109073', 172, '', '', '', ''), (18405, '150109073', 173, '', '', '', ''), (18406, '150109073', 174, '', '', '', ''), (18407, '150109073', 175, '', '', '', ''), (18408, '150109073', 176, '', '', '', ''), (18409, '150109073', 178, '', '', '', ''), (18410, '150109073', 179, '', '', '', ''), (18411, '150109106', 171, '', '', '', ''), (18412, '150109106', 172, '', '', '', ''), (18413, '150109106', 173, '', '', '', ''), (18414, '150109106', 174, '', '', '', ''), (18415, '150109106', 175, '', '', '', ''), (18416, '150109106', 176, '', '', '', ''), (18417, '150109106', 178, '', '', '', ''), (18418, '150109106', 179, '', '', '', ''), (18435, '150320076', 124, '', '', '', ''), (18436, '150320076', 125, '', '', '', ''), (18437, '150320076', 126, '', '', '', ''), (18438, '150320076', 127, '', '', '', ''), (18439, '150320076', 128, '', '', '', ''), (18440, '150320076', 129, '', '', '', ''), (18441, '150320076', 130, '', '', '', ''), (18442, '150320097', 124, '', '', '', ''), (18443, '150320097', 125, '', '', '', ''), (18444, '150320097', 126, '', '', '', ''), (18445, '150320097', 127, '', '', '', ''), (18446, '150320097', 128, '', '', '', ''), (18447, '150320097', 129, '', '', '', ''), (18448, '150320097', 130, '', '', '', ''), (18449, '150320064', 124, '', '', '', ''), (18450, '150320064', 125, '', '', '', ''), (18451, '150320064', 126, '', '', '', ''), (18452, '150320064', 127, '', '', '', ''), (18453, '150320064', 128, '', '', '', ''), (18454, '150320064', 129, '', '', '', ''), (18455, '150320064', 130, '', '', '', ''), (18456, '150320073', 124, '', '', '', ''), (18457, '150320073', 125, '', '', '', ''), (18458, '150320073', 126, '', '', '', ''), (18459, '150320073', 127, '', '', '', ''), (18460, '150320073', 128, '', '', '', ''), (18461, '150320073', 129, '', '', '', ''), (18462, '150320073', 130, '', '', '', ''), (18463, '150320070', 124, '', '', '', ''), (18464, '150320070', 125, '', '', '', ''), (18465, '150320070', 126, '', '', '', ''), (18466, '150320070', 127, '', '', '', ''), (18467, '150320070', 128, '', '', '', ''), (18468, '150320070', 129, '', '', '', ''), (18469, '150320070', 130, '', '', '', ''), (18470, '150320087', 124, '', '', '', ''), (18471, '150320087', 125, '', '', '', ''), (18472, '150320087', 126, '', '', '', ''), (18473, '150320087', 127, '', '', '', ''), (18474, '150320087', 128, '', '', '', ''), (18475, '150320087', 129, '', '', '', ''), (18476, '150320087', 130, '', '', '', ''), (18477, '150320093', 124, '', '', '', ''), (18478, '150320093', 125, '', '', '', ''), (18479, '150320093', 126, '', '', '', ''), (18480, '150320093', 127, '', '', '', ''), (18481, '150320093', 128, '', '', '', ''), (18482, '150320093', 129, '', '', '', ''), (18483, '150320093', 130, '', '', '', ''), (18484, '150320082', 124, '', '', '', ''), (18485, '150320082', 125, '', '', '', ''), (18486, '150320082', 126, '', '', '', ''), (18487, '150320082', 127, '', '', '', ''), (18488, '150320082', 128, '', '', '', ''), (18489, '150320082', 129, '', '', '', ''), (18490, '150320082', 130, '', '', '', ''), (18491, '150320088', 124, '', '', '', ''), (18492, '150320088', 125, '', '', '', ''), (18493, '150320088', 126, '', '', '', ''), (18494, '150320088', 127, '', '', '', ''), (18495, '150320088', 128, '', '', '', ''), (18496, '150320088', 129, '', '', '', ''), (18497, '150320088', 130, '', '', '', ''), (18498, '150109048', 138, '', '', '', ''), (18499, '150109048', 143, '', '', '', ''), (18500, '150109048', 144, '', '', '', ''), (18501, '150109048', 171, '', '', '', ''), (18502, '150109048', 172, '', '', '', ''), (18503, '150109048', 173, '', '', '', ''), (18504, '150109048', 174, '', '', '', ''), (18505, '150109048', 175, '', '', '', ''), (18506, '150109048', 179, '', '', '', ''), (18524, '150109044', 171, '', '', '', ''), (18525, '150109044', 172, '', '', '', ''), (18526, '150109044', 173, '', '', '', ''), (18527, '150109044', 174, '', '', '', ''), (18528, '150109044', 175, '', '', '', ''), (18529, '150109044', 176, '', '', '', ''), (18530, '150109044', 178, '', '', '', ''), (18531, '150109044', 179, '', '', '', ''), (18532, '150320071', 124, '', '', '', ''), (18533, '150320071', 125, '', '', '', ''), (18534, '150320071', 126, '', '', '', ''), (18535, '150320071', 127, '', '', '', ''), (18536, '150320071', 128, '', '', '', ''), (18537, '150320071', 129, '', '', '', ''), (18538, '150320071', 130, '', '', '', ''), (18547, '150109068', 171, '', '', '', ''), (18548, '150109068', 172, '', '', '', ''), (18549, '150109068', 173, '', '', '', ''), (18550, '150109068', 174, '', '', '', ''), (18551, '150109068', 175, '', '', '', ''), (18552, '150109068', 176, '', '', '', ''), (18553, '150109068', 178, '', '', '', ''), (18554, '150109068', 179, '', '', '', ''), (18555, '150109076', 171, '', '', '', ''), (18556, '150109076', 172, '', '', '', ''), (18557, '150109076', 173, '', '', '', ''), (18558, '150109076', 174, '', '', '', ''), (18559, '150109076', 175, '', '', '', ''), (18560, '150109076', 176, '', '', '', ''), (18561, '150109076', 178, '', '', '', ''), (18562, '150109076', 179, '', '', '', ''), (18563, '150109082', 171, '', '', '', ''), (18564, '150109082', 172, '', '', '', ''), (18565, '150109082', 173, '', '', '', ''), (18566, '150109082', 174, '', '', '', ''), (18567, '150109082', 175, '', '', '', ''), (18568, '150109082', 176, '', '', '', ''), (18569, '150109082', 178, '', '', '', ''), (18570, '150109082', 179, '', '', '', ''), (18571, '150109090', 171, '', '', '', ''), (18572, '150109090', 172, '', '', '', ''), (18573, '150109090', 173, '', '', '', ''), (18574, '150109090', 174, '', '', '', ''), (18575, '150109090', 175, '', '', '', ''), (18576, '150109090', 176, '', '', '', ''), (18577, '150109090', 178, '', '', '', ''), (18578, '150109090', 179, '', '', '', ''), (18579, '150109099', 171, '', '', '', ''), (18580, '150109099', 172, '', '', '', ''), (18581, '150109099', 173, '', '', '', ''), (18582, '150109099', 174, '', '', '', ''), (18583, '150109099', 175, '', '', '', ''), (18584, '150109099', 176, '', '', '', ''), (18585, '150109099', 178, '', '', '', ''), (18586, '150109099', 179, '', '', '', ''), (18587, '150109084', 171, '', '', '', ''), (18588, '150109084', 172, '', '', '', ''), (18589, '150109084', 173, '', '', '', ''), (18590, '150109084', 174, '', '', '', ''), (18591, '150109084', 175, '', '', '', ''), (18592, '150109084', 176, '', '', '', ''), (18593, '150109084', 178, '', '', '', ''), (18594, '150109084', 179, '', '', '', ''), (18595, '150109098', 171, '', '', '', ''), (18596, '150109098', 172, '', '', '', ''), (18597, '150109098', 173, '', '', '', ''), (18598, '150109098', 174, '', '', '', ''), (18599, '150109098', 175, '', '', '', ''), (18600, '150109098', 176, '', '', '', ''), (18601, '150109098', 178, '', '', '', ''), (18602, '150109098', 179, '', '', '', ''), (18603, '150109103', 138, '', '', '', ''), (18604, '150109103', 171, '', '', '', ''), (18605, '150109103', 172, '', '', '', ''), (18606, '150109103', 173, '', '', '', ''), (18607, '150109103', 174, '', '', '', ''), (18608, '150109103', 175, '', '', '', ''), (18609, '150109103', 176, '', '', '', ''), (18610, '150109103', 178, '', '', '', ''), (18611, '150109103', 179, '', '', '', ''), (18612, '150109035', 171, '', '', '', ''), (18613, '150109035', 172, '', '', '', ''), (18614, '150109035', 173, '', '', '', ''), (18615, '150109035', 174, '', '', '', ''), (18616, '150109035', 175, '', '', '', ''), (18617, '150109035', 176, '', '', '', ''), (18618, '150109035', 178, '', '', '', ''), (18619, '150109035', 179, '', '', '', ''), (18670, '150409020', 146, '', '', '', ''), (18671, '150409020', 147, '', '', '', ''), (18672, '150409020', 150, '', '', '', ''), (18673, '150409020', 151, '', '', '', ''), (18674, '150409020', 167, '', '', '', ''), (18675, '150409020', 168, '', '', '', ''), (18676, '150320108', 124, '', '', '', ''), (18677, '150320108', 125, '', '', '', ''), (18678, '150320108', 126, '', '', '', ''), (18679, '150320108', 127, '', '', '', ''), (18680, '150320108', 128, '', '', '', ''), (18681, '150320108', 129, '', '', '', ''), (18682, '150320108', 130, '', '', '', ''), (18707, '150109071', 171, '', '', '', ''), (18708, '150109071', 172, '', '', '', ''), (18709, '150109071', 173, '', '', '', ''), (18710, '150109071', 174, '', '', '', ''), (18711, '150109071', 175, '', '', '', ''), (18712, '150109071', 176, '', '', '', ''), (18713, '150109071', 178, '', '', '', ''), (18714, '150109071', 179, '', '', '', ''), (18723, '150109085', 171, '', '', '', ''), (18724, '150109085', 172, '', '', '', ''), (18725, '150109085', 173, '', '', '', ''), (18726, '150109085', 174, '', '', '', ''), (18727, '150109085', 175, '', '', '', ''), (18728, '150109085', 176, '', '', '', ''), (18729, '150109085', 178, '', '', '', ''), (18730, '150109085', 179, '', '', '', ''), (18731, '150109056', 171, '', '', '', ''), (18732, '150109056', 172, '', '', '', ''), (18733, '150109056', 173, '', '', '', ''), (18734, '150109056', 174, '', '', '', ''), (18735, '150109056', 175, '', '', '', ''), (18736, '150109056', 176, '', '', '', ''), (18737, '150109056', 178, '', '', '', ''), (18738, '150109056', 179, '', '', '', ''), (18739, '150109081', 171, '', '', '', ''), (18740, '150109081', 172, '', '', '', ''), (18741, '150109081', 173, '', '', '', ''), (18742, '150109081', 174, '', '', '', ''), (18743, '150109081', 175, '', '', '', ''), (18744, '150109081', 176, '', '', '', ''), (18745, '150109081', 178, '', '', '', ''), (18746, '150109081', 179, '', '', '', ''), (18747, '150109059', 171, '', '', '', ''), (18748, '150109059', 172, '', '', '', ''), (18749, '150109059', 173, '', '', '', ''), (18750, '150109059', 174, '', '', '', ''), (18751, '150109059', 175, '', '', '', ''), (18752, '150109059', 176, '', '', '', ''), (18753, '150109059', 178, '', '', '', ''), (18754, '150109059', 179, '', '', '', ''), (18771, '150109032', 171, '', '', '', ''), (18772, '150109032', 172, '', '', '', ''), (18773, '150109032', 173, '', '', '', ''), (18774, '150109032', 174, '', '', '', ''), (18775, '150109032', 175, '', '', '', ''), (18776, '150109032', 176, '', '', '', ''), (18777, '150109032', 178, '', '', '', ''), (18778, '150109032', 179, '', '', '', ''), (18787, '150109042', 171, '', '', '', ''), (18788, '150109042', 172, '', '', '', ''), (18789, '150109042', 173, '', '', '', ''), (18790, '150109042', 174, '', '', '', ''), (18791, '150109042', 175, '', '', '', ''), (18792, '150109042', 176, '', '', '', ''), (18793, '150109042', 178, '', '', '', ''), (18794, '150109042', 179, '', '', '', ''), (18803, '150109029', 171, '', '', '', ''), (18804, '150109029', 172, '', '', '', ''), (18805, '150109029', 173, '', '', '', ''), (18806, '150109029', 174, '', '', '', ''), (18807, '150109029', 175, '', '', '', ''), (18808, '150109029', 176, '', '', '', ''), (18809, '150109029', 178, '', '', '', ''), (18810, '150109029', 179, '', '', '', ''), (18811, '150109075', 171, '', '', '', ''), (18812, '150109075', 172, '', '', '', ''), (18813, '150109075', 173, '', '', '', ''), (18814, '150109075', 174, '', '', '', ''), (18815, '150109075', 175, '', '', '', ''), (18816, '150109075', 176, '', '', '', ''), (18817, '150109075', 178, '', '', '', ''), (18818, '150109075', 179, '', '', '', ''), (18819, '150109037', 171, '', '', '', ''), (18820, '150109037', 172, '', '', '', ''), (18821, '150109037', 173, '', '', '', ''), (18822, '150109037', 174, '', '', '', ''), (18823, '150109037', 175, '', '', '', ''), (18824, '150109037', 176, '', '', '', ''), (18825, '150109037', 178, '', '', '', ''), (18826, '150109037', 179, '', '', '', ''), (18827, '150109053', 171, '', '', '', ''), (18828, '150109053', 172, '', '', '', ''), (18829, '150109053', 173, '', '', '', ''), (18830, '150109053', 174, '', '', '', ''), (18831, '150109053', 175, '', '', '', ''), (18832, '150109053', 176, '', '', '', ''), (18833, '150109053', 178, '', '', '', ''), (18834, '150109053', 179, '', '', '', ''), (18835, '150109047', 171, '', '', '', ''), (18836, '150109047', 172, '', '', '', ''), (18837, '150109047', 173, '', '', '', ''), (18838, '150109047', 174, '', '', '', ''), (18839, '150109047', 175, '', '', '', ''), (18840, '150109047', 176, '', '', '', ''), (18841, '150109047', 178, '', '', '', ''), (18842, '150109047', 179, '', '', '', ''), (18843, '150109060', 171, '', '', '', ''), (18844, '150109060', 172, '', '', '', ''), (18845, '150109060', 173, '', '', '', ''), (18846, '150109060', 174, '', '', '', ''), (18847, '150109060', 175, '', '', '', ''), (18848, '150109060', 176, '', '', '', ''), (18849, '150109060', 178, '', '', '', ''), (18850, '150109060', 179, '', '', '', ''), (18851, '150109033', 143, '', '', '', ''), (18852, '150109033', 144, '', '', '', ''), (18853, '150109033', 171, '', '', '', ''), (18854, '150109033', 172, '', '', '', ''), (18855, '150109033', 173, '', '', '', ''), (18856, '150109033', 174, '', '', '', ''), (18857, '150109033', 175, '', '', '', ''), (18858, '150109033', 179, '', '', '', ''), (18859, '150109062', 171, '', '', '', ''), (18860, '150109062', 172, '', '', '', ''), (18861, '150109062', 173, '', '', '', ''), (18862, '150109062', 174, '', '', '', ''), (18863, '150109062', 175, '', '', '', ''), (18864, '150109062', 176, '', '', '', ''), (18865, '150109062', 178, '', '', '', ''), (18866, '150109062', 179, '', '', '', ''), (18891, '150109043', 171, '', '', '', ''), (18892, '150109043', 172, '', '', '', ''), (18893, '150109043', 173, '', '', '', ''), (18894, '150109043', 174, '', '', '', ''), (18895, '150109043', 175, '', '', '', ''), (18896, '150109043', 176, '', '', '', ''), (18897, '150109043', 178, '', '', '', ''), (18898, '150109043', 179, '', '', '', ''), (18899, '150109040', 171, '', '', '', ''), (18900, '150109040', 172, '', '', '', ''), (18901, '150109040', 173, '', '', '', ''), (18902, '150109040', 174, '', '', '', ''), (18903, '150109040', 175, '', '', '', ''), (18904, '150109040', 176, '', '', '', ''), (18905, '150109040', 178, '', '', '', ''), (18906, '150109040', 179, '', '', '', ''), (18907, '150109034', 171, '', '', '', ''), (18908, '150109034', 172, '', '', '', ''), (18909, '150109034', 173, '', '', '', ''), (18910, '150109034', 174, '', '', '', ''), (18911, '150109034', 175, '', '', '', ''), (18912, '150109034', 176, '', '', '', ''), (18913, '150109034', 178, '', '', '', ''), (18914, '150109034', 179, '', '', '', ''), (18921, '150409002', 146, '', '', '', ''), (18922, '150409002', 147, '', '', '', ''), (18923, '150409002', 150, '', '', '', ''), (18924, '150409002', 151, '', '', '', ''), (18925, '150409002', 167, '', '', '', ''), (18926, '150409002', 168, '', '', '', ''), (18927, '160410075', 219, '', '', '', ''), (18928, '160410075', 221, '', '', '', ''), (18929, '160410075', 222, '', '', '', ''), (18930, '160410075', 223, '', '', '', ''), (18931, '160410075', 225, '', '', '', ''), (18932, '160410075', 226, '', '', '', ''), (18933, '160410075', 227, '', '', '', ''), (18934, '160410075', 228, '', '', '', ''), (18955, '1212', 150, '', '', '', ''), (18956, '1212', 155, '', '', '', ''), (18957, '1212', 185, '', '', '', ''), (18958, '1212', 219, '', '', '', ''), (18959, '1313', 150, '', '', '', ''), (18960, '1313', 155, '', '', '', ''), (18961, '1313', 185, '', '', '', ''), (18962, '1313', 219, '', '', '', ''), (18963, '1313', 220, '', '', '', ''), (18964, '11', 185, '', '', '', ''), (18965, '11', 219, '', '', '', ''), (18966, '11', 220, '', '', '', ''), (18967, '160214034', 229, '', '', '', ''), (18968, '160214034', 230, '', '', '', ''), (18969, '160214034', 231, '', '', '', ''), (18970, '160214034', 232, '', '', '', ''), (18971, '160214034', 233, '', '', '', ''), (18972, '160214034', 234, '', '', '', ''), (18973, '160214034', 235, '', '', '', ''), (18974, '160214034', 236, '', '', '', ''), (18975, '160214034', 237, '', '', '', ''), (18976, '160410081', 219, '', '', '', ''), (18977, '160410081', 220, '', '', '', ''), (18978, '160410081', 222, '', '', '', ''), (18979, '160410081', 224, '', '', '', ''), (18980, '160410081', 225, '', '', '', ''), (18981, '160410081', 226, '', '', '', ''), (18982, '160410081', 227, '', '', '', ''), (18983, '160410081', 228, '', '', '', ''), (19029, '160410079', 219, '', '', '', ''), (19030, '160410079', 220, '', '', '', ''), (19031, '160410079', 222, '', '', '', ''), (19032, '160410079', 223, '', '', '', ''), (19033, '160410079', 225, '', '', '', ''), (19034, '160410079', 226, '', '', '', ''), (19035, '160410079', 227, '', '', '', ''), (19036, '160410079', 228, '', '', '', ''), (19037, '160410024', 219, '', '', '', ''), (19038, '160410024', 220, '', '', '', ''), (19039, '160410024', 222, '', '', '', ''), (19040, '160410024', 223, '', '', '', ''), (19041, '160410024', 225, '', '', '', ''), (19042, '160410024', 226, '', '', '', ''), (19043, '160410024', 227, '', '', '', ''), (19044, '160410024', 228, '', '', '', ''), (19061, '160410026', 219, '', '', '', ''), (19062, '160410026', 220, '', '', '', ''), (19063, '160410026', 222, '', '', '', ''), (19064, '160410026', 223, '', '', '', ''), (19065, '160410026', 225, '', '', '', ''), (19066, '160410026', 226, '', '', '', ''), (19067, '160410026', 227, '', '', '', ''), (19068, '160410026', 228, '', '', '', ''), (19069, '160410018', 219, '', '', '', ''), (19070, '160410018', 220, '', '', '', ''), (19071, '160410018', 222, '', '', '', ''), (19072, '160410018', 223, '', '', '', ''), (19073, '160410018', 225, '', '', '', ''), (19074, '160410018', 227, '', '', '', ''), (19075, '160410018', 228, '', '', '', ''), (19076, '160410043', 219, '', '', '', ''), (19077, '160410043', 220, '', '', '', ''), (19078, '160410043', 222, '', '', '', ''), (19079, '160410043', 223, '', '', '', ''), (19080, '160410043', 225, '', '', '', ''), (19081, '160410043', 226, '', '', '', ''), (19082, '160410043', 227, '', '', '', ''), (19083, '160410043', 228, '', '', '', ''), (19084, '160410063', 219, '', '', '', ''), (19085, '160410063', 220, '', '', '', ''), (19086, '160410063', 222, '', '', '', ''), (19087, '160410063', 223, '', '', '', ''), (19088, '160410063', 225, '', '', '', ''), (19089, '160410063', 226, '', '', '', ''), (19090, '160410063', 227, '', '', '', ''), (19091, '160410063', 228, '', '', '', ''), (19092, '160410038', 219, '', '', '', ''), (19093, '160410038', 220, '', '', '', ''), (19094, '160410038', 222, '', '', '', ''), (19095, '160410038', 223, '', '', '', ''), (19096, '160410038', 225, '', '', '', ''), (19097, '160410038', 226, '', '', '', ''), (19098, '160410038', 227, '', '', '', ''), (19099, '160410038', 228, '', '', '', ''), (19100, '160410040', 219, '', '', '', ''), (19101, '160410040', 220, '', '', '', ''), (19102, '160410040', 222, '', '', '', ''), (19103, '160410040', 223, '', '', '', ''), (19104, '160410040', 225, '', '', '', ''), (19105, '160410040', 226, '', '', '', ''), (19106, '160410040', 227, '', '', '', ''), (19107, '160410040', 228, '', '', '', ''), (19108, '160410024', 219, '', '', '', ''), (19109, '160410024', 220, '', '', '', ''), (19110, '160410024', 222, '', '', '', ''), (19111, '160410024', 223, '', '', '', ''), (19112, '160410024', 225, '', '', '', ''), (19113, '160410024', 226, '', '', '', ''), (19114, '160410024', 227, '', '', '', ''), (19115, '160410024', 228, '', '', '', ''), (19116, '160410063', 219, '', '', '', ''), (19117, '160410063', 220, '', '', '', ''), (19118, '160410063', 222, '', '', '', ''), (19119, '160410063', 223, '', '', '', ''), (19120, '160410063', 225, '', '', '', ''), (19121, '160410063', 226, '', '', '', ''), (19122, '160410063', 227, '', '', '', ''), (19123, '160410063', 228, '', '', '', ''), (19124, '160410016', 219, '', '', '', ''), (19125, '160410016', 220, '', '', '', ''), (19126, '160410016', 222, '', '', '', ''), (19127, '160410016', 223, '', '', '', ''), (19128, '160410016', 225, '', '', '', ''), (19129, '160410016', 226, '', '', '', ''), (19130, '160410016', 227, '', '', '', ''), (19131, '160410016', 228, '', '', '', ''), (19132, '160410026', 219, '', '', '', ''), (19133, '160410026', 220, '', '', '', ''), (19134, '160410026', 222, '', '', '', ''), (19135, '160410026', 223, '', '', '', ''), (19136, '160410026', 225, '', '', '', ''), (19137, '160410026', 226, '', '', '', ''), (19138, '160410026', 227, '', '', '', ''), (19139, '160410026', 228, '', '', '', ''), (19140, '160410009', 219, '', '', '', ''), (19141, '160410009', 220, '', '', '', ''), (19142, '160410009', 222, '', '', '', ''), (19143, '160410009', 223, '', '', '', ''), (19144, '160410009', 225, '', '', '', ''), (19145, '160410009', 226, '', '', '', ''), (19146, '160410009', 227, '', '', '', ''), (19147, '160410009', 228, '', '', '', ''), (19148, '160410040', 219, '', '', '', ''), (19149, '160410040', 220, '', '', '', ''), (19150, '160410040', 222, '', '', '', ''), (19151, '160410040', 223, '', '', '', ''), (19152, '160410040', 225, '', '', '', ''), (19153, '160410040', 226, '', '', '', ''), (19154, '160410040', 227, '', '', '', ''), (19155, '160410040', 228, '', '', '', ''), (19182, '160410026', 219, '', '', '', ''), (19183, '160410026', 220, '', '', '', ''), (19184, '160410026', 222, '', '', '', ''), (19185, '160410026', 223, '', '', '', ''), (19186, '160410026', 225, '', '', '', ''), (19187, '160410026', 226, '', '', '', ''), (19188, '160410026', 227, '', '', '', ''), (19189, '160410026', 228, '', '', '', ''), (19190, '160410018', 219, '', '', '', ''), (19191, '160410018', 220, '', '', '', ''), (19192, '160410018', 222, '', '', '', ''), (19193, '160410018', 223, '', '', '', ''), (19194, '160410018', 225, '', '', '', ''), (19195, '160410018', 226, '', '', '', ''), (19196, '160410018', 227, '', '', '', ''), (19197, '160410018', 228, '', '', '', ''), (19198, '160410034', 219, '', '', '', ''), (19199, '160410034', 220, '', '', '', ''), (19200, '160410034', 222, '', '', '', ''), (19201, '160410034', 223, '', '', '', ''), (19202, '160410034', 225, '', '', '', ''), (19203, '160410034', 226, '', '', '', ''), (19204, '160410034', 227, '', '', '', ''), (19205, '160410034', 228, '', '', '', ''), (19214, '160410054', 219, '', '', '', ''), (19215, '160410054', 220, '', '', '', ''), (19216, '160410054', 222, '', '', '', ''), (19217, '160410054', 223, '', '', '', ''), (19218, '160410054', 225, '', '', '', ''), (19219, '160410054', 226, '', '', '', ''), (19220, '160410054', 227, '', '', '', ''), (19221, '160410054', 228, '', '', '', ''), (19230, '160410010', 219, '', '', '', ''), (19231, '160410010', 220, '', '', '', ''), (19232, '160410010', 222, '', '', '', ''), (19233, '160410010', 223, '', '', '', ''), (19234, '160410010', 225, '', '', '', ''), (19235, '160410010', 226, '', '', '', ''), (19236, '160410010', 227, '', '', '', ''), (19237, '160410010', 228, '', '', '', ''), (19238, '160410009', 219, '', '', '', ''), (19239, '160410009', 220, '', '', '', ''), (19240, '160410009', 222, '', '', '', ''), (19241, '160410009', 223, '', '', '', ''), (19242, '160410009', 225, '', '', '', ''), (19243, '160410009', 226, '', '', '', ''), (19244, '160410009', 227, '', '', '', ''), (19245, '160410009', 228, '', '', '', ''), (19246, '160410020', 219, '', '', '', ''), (19247, '160410020', 220, '', '', '', ''), (19248, '160410020', 222, '', '', '', ''), (19249, '160410020', 223, '', '', '', ''), (19250, '160410020', 225, '', '', '', ''), (19251, '160410020', 226, '', '', '', ''), (19252, '160410020', 227, '', '', '', ''), (19253, '160410020', 228, '', '', '', ''), (19254, '160410033', 219, '', '', '', ''), (19255, '160410033', 220, '', '', '', ''), (19256, '160410033', 222, '', '', '', ''), (19257, '160410033', 223, '', '', '', ''), (19258, '160410033', 225, '', '', '', ''), (19259, '160410033', 226, '', '', '', ''), (19260, '160410033', 227, '', '', '', ''), (19261, '160410033', 228, '', '', '', ''), (19262, '160410010', 219, '', '', '', ''), (19263, '160410010', 220, '', '', '', ''), (19264, '160410010', 222, '', '', '', ''), (19265, '160410010', 223, '', '', '', ''), (19266, '160410010', 225, '', '', '', ''), (19267, '160410010', 226, '', '', '', ''), (19268, '160410010', 227, '', '', '', ''), (19269, '160410020', 219, '', '', '', ''), (19270, '160410020', 220, '', '', '', ''), (19271, '160410020', 222, '', '', '', ''), (19272, '160410020', 223, '', '', '', ''), (19273, '160410020', 225, '', '', '', ''), (19274, '160410020', 226, '', '', '', ''), (19275, '160410020', 227, '', '', '', ''), (19276, '160410020', 228, '', '', '', ''), (19277, '160410013', 219, '', '', '', ''), (19278, '160410013', 220, '', '', '', ''), (19279, '160410013', 222, '', '', '', ''), (19280, '160410013', 223, '', '', '', ''), (19281, '160410013', 225, '', '', '', ''), (19282, '160410013', 226, '', '', '', ''), (19283, '160410013', 227, '', '', '', ''), (19284, '160410013', 228, '', '', '', ''), (19285, '160410070', 219, '', '', '', ''), (19286, '160410070', 220, '', '', '', ''), (19287, '160410070', 222, '', '', '', ''), (19288, '160410070', 223, '', '', '', ''), (19289, '160410070', 225, '', '', '', ''), (19290, '160410070', 226, '', '', '', ''), (19291, '160410070', 227, '', '', '', ''), (19292, '160410070', 228, '', '', '', ''), (19293, '160410066', 219, '', '', '', ''), (19294, '160410066', 220, '', '', '', ''), (19295, '160410066', 222, '', '', '', ''), (19296, '160410066', 223, '', '', '', ''), (19297, '160410066', 225, '', '', '', ''), (19298, '160410066', 226, '', '', '', ''), (19299, '160410066', 227, '', '', '', ''), (19300, '160410066', 228, '', '', '', ''), (19301, '160410073', 219, '', '', '', ''), (19302, '160410073', 220, '', '', '', ''), (19303, '160410073', 222, '', '', '', ''), (19304, '160410073', 223, '', '', '', ''), (19305, '160410073', 225, '', '', '', ''), (19306, '160410073', 226, '', '', '', ''), (19307, '160410073', 227, '', '', '', ''), (19308, '160410073', 228, '', '', '', ''), (19309, '160410018', 219, '', '', '', ''), (19310, '160410018', 220, '', '', '', ''), (19311, '160410018', 222, '', '', '', ''), (19312, '160410018', 223, '', '', '', ''), (19313, '160410018', 225, '', '', '', ''), (19314, '160410018', 226, '', '', '', ''), (19315, '160410018', 227, '', '', '', ''), (19316, '160410018', 228, '', '', '', ''), (19325, '160410017', 219, '', '', '', ''), (19326, '160410017', 220, '', '', '', ''), (19327, '160410017', 222, '', '', '', ''), (19328, '160410017', 223, '', '', '', ''), (19329, '160410017', 225, '', '', '', ''), (19330, '160410017', 226, '', '', '', ''), (19331, '160410017', 227, '', '', '', ''), (19332, '160410017', 228, '', '', '', ''), (19333, '160410049', 219, '', '', '', ''), (19334, '160410049', 220, '', '', '', ''), (19335, '160410049', 222, '', '', '', ''), (19336, '160410049', 223, '', '', '', ''), (19337, '160410049', 225, '', '', '', ''), (19338, '160410049', 226, '', '', '', ''), (19339, '160410049', 227, '', '', '', ''), (19340, '160410049', 228, '', '', '', ''), (19379, '160321062', 166, '', '', '', ''), (19380, '160321062', 205, '', '', '', ''), (19381, '160321062', 206, '', '', '', ''), (19382, '160321062', 207, '', '', '', ''), (19383, '160321062', 208, '', '', '', ''), (19384, '160321062', 209, '', '', '', ''), (19385, '160321062', 210, '', '', '', ''), (19386, '160321062', 211, '', '', '', ''), (19387, '160321062', 212, '', '', '', ''), (19388, '160321062', 238, '', '', '', ''), (19389, '160321062', 205, '', '', '', ''), (19390, '160321062', 207, '', '', '', ''), (19391, '160321062', 208, '', '', '', ''), (19392, '160321062', 209, '', '', '', ''), (19393, '160321062', 211, '', '', '', ''), (19394, '160321062', 212, '', '', '', ''), (19395, '160321062', 238, '', '', '', ''), (19455, '160110028', 213, '', '', '', ''), (19456, '160110028', 214, '', '', '', ''), (19457, '160110028', 215, '', '', '', ''), (19458, '160110028', 216, '', '', '', ''), (19459, '160110028', 217, '', '', '', ''), (19460, '160110028', 218, '', '', '', ''), (19489, '160214014', 229, '', '', '', ''), (19490, '160214014', 230, '', '', '', ''), (19491, '160214014', 231, '', '', '', ''), (19492, '160214014', 232, '', '', '', ''), (19493, '160214014', 233, '', '', '', ''), (19494, '160214014', 234, '', '', '', ''), (19495, '160214014', 235, '', '', '', ''), (19496, '160214014', 236, '', '', '', ''), (19497, '160214014', 237, '', '', '', ''), (19507, '160214006', 229, '', '', '', ''), (19508, '160214006', 230, '', '', '', ''), (19509, '160214006', 231, '', '', '', ''), (19510, '160214006', 232, '', '', '', ''), (19511, '160214006', 233, '', '', '', ''), (19512, '160214006', 234, '', '', '', ''), (19513, '160214006', 235, '', '', '', ''), (19514, '160214006', 236, '', '', '', ''), (19515, '160214006', 237, '', '', '', ''), (19516, '160214052', 229, '', '', '', ''), (19517, '160214052', 230, '', '', '', ''), (19518, '160214052', 231, '', '', '', ''), (19519, '160214052', 232, '', '', '', ''), (19520, '160214052', 233, '', '', '', ''), (19521, '160214052', 234, '', '', '', ''), (19522, '160214052', 235, '', '', '', ''), (19523, '160214052', 236, '', '', '', ''), (19524, '160214052', 237, '', '', '', ''), (19534, '160214004', 229, '', '', '', ''), (19535, '160214004', 230, '', '', '', ''), (19536, '160214004', 231, '', '', '', ''), (19537, '160214004', 232, '', '', '', ''), (19538, '160214004', 233, '', '', '', ''), (19539, '160214004', 234, '', '', '', ''), (19540, '160214004', 235, '', '', '', ''), (19541, '160214004', 236, '', '', '', ''), (19542, '160214004', 237, '', '', '', ''), (19543, '160214054', 229, '', '', '', ''), (19544, '160214054', 230, '', '', '', ''), (19545, '160214054', 231, '', '', '', ''), (19546, '160214054', 232, '', '', '', ''), (19547, '160214054', 233, '', '', '', ''), (19548, '160214054', 234, '', '', '', ''), (19549, '160214054', 235, '', '', '', ''), (19550, '160214054', 236, '', '', '', ''), (19551, '160214054', 237, '', '', '', ''), (19552, '160214070', 229, '', '', '', ''), (19553, '160214070', 230, '', '', '', ''), (19554, '160214070', 231, '', '', '', ''), (19555, '160214070', 232, '', '', '', ''), (19556, '160214070', 233, '', '', '', ''), (19557, '160214070', 234, '', '', '', ''), (19558, '160214070', 235, '', '', '', ''), (19559, '160214070', 236, '', '', '', ''), (19560, '160214070', 237, '', '', '', ''), (19580, '160214063', 229, '', '', '', ''), (19581, '160214063', 230, '', '', '', ''), (19582, '160214063', 231, '', '', '', ''), (19583, '160214063', 232, '', '', '', ''), (19584, '160214063', 233, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (19585, '160214063', 234, '', '', '', ''), (19586, '160214063', 235, '', '', '', ''), (19587, '160214063', 236, '', '', '', ''), (19588, '160214063', 237, '', '', '', ''), (19608, '160214016', 229, '', '', '', ''), (19609, '160214016', 230, '', '', '', ''), (19610, '160214016', 231, '', '', '', ''), (19611, '160214016', 232, '', '', '', ''), (19612, '160214016', 233, '', '', '', ''), (19613, '160214016', 234, '', '', '', ''), (19614, '160214016', 235, '', '', '', ''), (19615, '160214016', 236, '', '', '', ''), (19616, '160214016', 237, '', '', '', ''), (19667, '160214067', 229, '', '', '', ''), (19668, '160214067', 230, '', '', '', ''), (19669, '160214067', 231, '', '', '', ''), (19670, '160214067', 232, '', '', '', ''), (19671, '160214067', 233, '', '', '', ''), (19672, '160214067', 234, '', '', '', ''), (19673, '160214067', 235, '', '', '', ''), (19674, '160214067', 236, '', '', '', ''), (19675, '160214067', 237, '', '', '', ''), (19676, '160214042', 229, '', '', '', ''), (19677, '160214042', 230, '', '', '', ''), (19678, '160214042', 231, '', '', '', ''), (19679, '160214042', 232, '', '', '', ''), (19680, '160214042', 233, '', '', '', ''), (19681, '160214042', 234, '', '', '', ''), (19682, '160214042', 235, '', '', '', ''), (19683, '160214042', 236, '', '', '', ''), (19684, '160214042', 237, '', '', '', ''), (19685, '160214065', 229, '', '', '', ''), (19686, '160214065', 230, '', '', '', ''), (19687, '160214065', 231, '', '', '', ''), (19688, '160214065', 232, '', '', '', ''), (19689, '160214065', 233, '', '', '', ''), (19690, '160214065', 234, '', '', '', ''), (19691, '160214065', 235, '', '', '', ''), (19692, '160214065', 236, '', '', '', ''), (19693, '160214065', 237, '', '', '', ''), (19694, '160214074', 229, '', '', '', ''), (19695, '160214074', 230, '', '', '', ''), (19696, '160214074', 231, '', '', '', ''), (19697, '160214074', 232, '', '', '', ''), (19698, '160214074', 233, '', '', '', ''), (19699, '160214074', 234, '', '', '', ''), (19700, '160214074', 235, '', '', '', ''), (19701, '160214074', 236, '', '', '', ''), (19702, '160214074', 237, '', '', '', ''), (19748, '160214059', 229, '', '', '', ''), (19749, '160214059', 230, '', '', '', ''), (19750, '160214059', 231, '', '', '', ''), (19751, '160214059', 232, '', '', '', ''), (19752, '160214059', 233, '', '', '', ''), (19753, '160214059', 234, '', '', '', ''), (19754, '160214059', 235, '', '', '', ''), (19755, '160214059', 236, '', '', '', ''), (19756, '160214059', 237, '', '', '', ''), (19764, '160214074', 229, '', '', '', ''), (19765, '160214074', 230, '', '', '', ''), (19766, '160214074', 231, '', '', '', ''), (19767, '160214074', 232, '', '', '', ''), (19768, '160214074', 233, '', '', '', ''), (19769, '160214074', 234, '', '', '', ''), (19770, '160214074', 235, '', '', '', ''), (19771, '160214074', 236, '', '', '', ''), (19772, '160214074', 237, '', '', '', ''), (19821, '160214018', 229, '', '', '', ''), (19822, '160214018', 230, '', '', '', ''), (19823, '160214018', 231, '', '', '', ''), (19824, '160214018', 232, '', '', '', ''), (19825, '160214018', 233, '', '', '', ''), (19826, '160214018', 234, '', '', '', ''), (19827, '160214018', 235, '', '', '', ''), (19828, '160214018', 236, '', '', '', ''), (19829, '160214018', 237, '', '', '', ''), (19858, '140108019', 245, '', '', '', ''), (19859, '140108019', 246, '', '', '', ''), (19860, '140108019', 247, '', '', '', ''), (19861, '140108019', 248, '', '', '', ''), (19862, '140108019', 249, '', '', '', ''), (19863, '140108019', 245, '', '', '', ''), (19864, '140108019', 246, '', '', '', ''), (19865, '140108019', 247, '', '', '', ''), (19866, '140108019', 248, '', '', '', ''), (19867, '140108019', 249, '', '', '', ''), (19887, '140108008', 245, '', '', '', ''), (19888, '140108008', 246, '', '', '', ''), (19889, '140108008', 247, '', '', '', ''), (19890, '140108008', 248, '', '', '', ''), (19891, '140108008', 249, '', '', '', ''), (19897, '140108025', 245, '', '', '', ''), (19898, '140108025', 246, '', '', '', ''), (19899, '140108025', 247, '', '', '', ''), (19900, '140108025', 248, '', '', '', ''), (19901, '140108025', 249, '', '', '', ''), (19907, '140108005', 245, '', '', '', ''), (19908, '140108005', 246, '', '', '', ''), (19909, '140108005', 247, '', '', '', ''), (19910, '140108005', 248, '', '', '', ''), (19911, '140108005', 249, '', '', '', ''), (19917, '140108028', 245, '', '', '', ''), (19918, '140108028', 246, '', '', '', ''), (19919, '140108028', 247, '', '', '', ''), (19920, '140108028', 248, '', '', '', ''), (19921, '140108028', 249, '', '', '', ''), (19927, '140108003', 245, '', '', '', ''), (19928, '140108003', 246, '', '', '', ''), (19929, '140108003', 247, '', '', '', ''), (19930, '140108003', 248, '', '', '', ''), (19931, '140108003', 249, '', '', '', ''), (19937, '140108004', 245, '', '', '', ''), (19938, '140108004', 246, '', '', '', ''), (19939, '140108004', 247, '', '', '', ''), (19940, '140108004', 248, '', '', '', ''), (19941, '140108004', 249, '', '', '', ''), (19947, '140108010', 245, '', '', '', ''), (19948, '140108010', 246, '', '', '', ''), (19949, '140108010', 247, '', '', '', ''), (19950, '140108010', 248, '', '', '', ''), (19951, '140108010', 249, '', '', '', ''), (19957, '140108016', 245, '', '', '', ''), (19958, '140108016', 246, '', '', '', ''), (19959, '140108016', 247, '', '', '', ''), (19960, '140108016', 248, '', '', '', ''), (19961, '140108016', 249, '', '', '', ''), (19967, '140108017', 245, '', '', '', ''), (19968, '140108017', 246, '', '', '', ''), (19969, '140108017', 247, '', '', '', ''), (19970, '140108017', 248, '', '', '', ''), (19971, '140108017', 249, '', '', '', ''), (19977, '140108002', 245, '', '', '', ''), (19978, '140108002', 246, '', '', '', ''), (19979, '140108002', 247, '', '', '', ''), (19980, '140108002', 248, '', '', '', ''), (19981, '140108002', 249, '', '', '', ''), (20000, '160110008', 213, '', '', '', ''), (20001, '160110008', 214, '', '', '', ''), (20002, '160110008', 215, '', '', '', ''), (20003, '160110008', 216, '', '', '', ''), (20004, '160110008', 217, '', '', '', ''), (20005, '160110008', 218, '', '', '', ''), (20021, '160410050', 219, '', '', '', ''), (20022, '160410050', 220, '', '', '', ''), (20023, '160410050', 222, '', '', '', ''), (20024, '160410050', 223, '', '', '', ''), (20025, '160410050', 225, '', '', '', ''), (20026, '160410050', 226, '', '', '', ''), (20027, '160410050', 227, '', '', '', ''), (20028, '160410050', 228, '', '', '', ''), (20029, '140108019', 245, '', '', '', ''), (20030, '140108019', 246, '', '', '', ''), (20031, '140108019', 247, '', '', '', ''), (20032, '140108019', 248, '', '', '', ''), (20033, '140108019', 249, '', '', '', ''), (20034, '160410049', 219, '', '', '', ''), (20035, '160410049', 220, '', '', '', ''), (20036, '160410049', 222, '', '', '', ''), (20037, '160410049', 223, '', '', '', ''), (20038, '160410049', 225, '', '', '', ''), (20039, '160410049', 226, '', '', '', ''), (20040, '160410049', 227, '', '', '', ''), (20041, '160410049', 228, '', '', '', ''), (20058, '160410045', 219, '', '', '', ''), (20059, '160410045', 220, '', '', '', ''), (20060, '160410045', 222, '', '', '', ''), (20061, '160410045', 223, '', '', '', ''), (20062, '160410045', 225, '', '', '', ''), (20063, '160410045', 226, '', '', '', ''), (20064, '160410045', 227, '', '', '', ''), (20065, '160410045', 228, '', '', '', ''), (20066, '150109005', 239, '', '', '', ''), (20067, '150109005', 240, '', '', '', ''), (20068, '150109005', 241, '', '', '', ''), (20069, '150109005', 242, '', '', '', ''), (20070, '150109005', 243, '', '', '', ''), (20071, '150109005', 244, '', '', '', ''), (20197, '160110024', 213, '', '', '', ''), (20198, '160110024', 214, '', '', '', ''), (20199, '160110024', 215, '', '', '', ''), (20200, '160110024', 216, '', '', '', ''), (20201, '160110024', 217, '', '', '', ''), (20202, '160110024', 218, '', '', '', ''), (20343, '160110018', 213, '', '', '', ''), (20344, '160110018', 214, '', '', '', ''), (20345, '160110018', 215, '', '', '', ''), (20346, '160110018', 216, '', '', '', ''), (20347, '160110018', 217, '', '', '', ''), (20348, '160110018', 218, '', '', '', ''), (20349, '160110004', 213, '', '', '', ''), (20350, '160110004', 214, '', '', '', ''), (20351, '160110004', 215, '', '', '', ''), (20352, '160110004', 216, '', '', '', ''), (20353, '160110004', 217, '', '', '', ''), (20354, '160110004', 218, '', '', '', ''), (20371, '160410055', 219, '', '', '', ''), (20372, '160410055', 220, '', '', '', ''), (20373, '160410055', 222, '', '', '', ''), (20374, '160410055', 223, '', '', '', ''), (20375, '160410055', 225, '', '', '', ''), (20376, '160410055', 226, '', '', '', ''), (20377, '160410055', 227, '', '', '', ''), (20378, '160410055', 228, '', '', '', ''), (20550, '160321145', 205, '', '', '', ''), (20551, '160321145', 206, '', '', '', ''), (20552, '160321145', 207, '', '', '', ''), (20553, '160321145', 208, '', '', '', ''), (20554, '160321145', 210, '', '', '', ''), (20555, '160321145', 211, '', '', '', ''), (20556, '160321145', 212, '', '', '', ''), (20557, '160321145', 238, '', '', '', ''), (20558, '160321145', 261, '', '', '', ''), (20596, '160321002', 205, '', '', '', ''), (20597, '160321002', 206, '', '', '', ''), (20598, '160321002', 207, '', '', '', ''), (20599, '160321002', 208, '', '', '', ''), (20600, '160321002', 210, '', '', '', ''), (20601, '160321002', 211, '', '', '', ''), (20602, '160321002', 212, '', '', '', ''), (20603, '160321002', 260, '', '', '', ''), (20604, '160321002', 261, '', '', '', ''), (20693, '160321020', 205, '', '', '', ''), (20694, '160321020', 206, '', '', '', ''), (20695, '160321020', 207, '', '', '', ''), (20696, '160321020', 208, '', '', '', ''), (20697, '160321020', 210, '', '', '', ''), (20698, '160321020', 211, '', '', '', ''), (20699, '160321020', 212, '', '', '', ''), (20700, '160321020', 238, '', '', '', ''), (20701, '160321020', 261, '', '', '', ''), (20736, '160321069', 205, '', '', '', ''), (20737, '160321069', 206, '', '', '', ''), (20738, '160321069', 207, '', '', '', ''), (20739, '160321069', 208, '', '', '', ''), (20740, '160321069', 210, '', '', '', ''), (20741, '160321069', 211, '', '', '', ''), (20742, '160321069', 212, '', '', '', ''), (20743, '160321069', 238, '', '', '', ''), (20744, '160321069', 261, '', '', '', ''), (20745, '160110011', 213, '', '', '', ''), (20746, '160110011', 214, '', '', '', ''), (20747, '160110011', 215, '', '', '', ''), (20748, '160110011', 216, '', '', '', ''), (20749, '160110011', 217, '', '', '', ''), (20750, '160110011', 218, '', '', '', ''), (20760, '160110015', 213, '', '', '', ''), (20761, '160110015', 214, '', '', '', ''), (20762, '160110015', 215, '', '', '', ''), (20763, '160110015', 216, '', '', '', ''), (20764, '160110015', 217, '', '', '', ''), (20765, '160110015', 218, '', '', '', ''), (20766, '160110025', 213, '', '', '', ''), (20767, '160110025', 214, '', '', '', ''), (20768, '160110025', 215, '', '', '', ''), (20769, '160110025', 216, '', '', '', ''), (20770, '160110025', 217, '', '', '', ''), (20771, '160110025', 218, '', '', '', ''), (20790, '160321052', 205, '', '', '', ''), (20791, '160321052', 206, '', '', '', ''), (20792, '160321052', 207, '', '', '', ''), (20793, '160321052', 208, '', '', '', ''), (20794, '160321052', 210, '', '', '', ''), (20795, '160321052', 211, '', '', '', ''), (20796, '160321052', 212, '', '', '', ''), (20797, '160321052', 238, '', '', '', ''), (20798, '160321052', 261, '', '', '', ''), (20918, '160321037', 205, '', '', '', ''), (20919, '160321037', 206, '', '', '', ''), (20920, '160321037', 207, '', '', '', ''), (20921, '160321037', 208, '', '', '', ''), (20922, '160321037', 210, '', '', '', ''), (20923, '160321037', 211, '', '', '', ''), (20924, '160321037', 212, '', '', '', ''), (20925, '160321037', 238, '', '', '', ''), (20926, '160321037', 261, '', '', '', ''), (20927, '140108018', 245, '', '', '', ''), (20928, '140108018', 246, '', '', '', ''), (20929, '140108018', 247, '', '', '', ''), (20930, '140108018', 248, '', '', '', ''), (20931, '140108018', 249, '', '', '', ''), (20932, '140108018', 245, '', '', '', ''), (20933, '140108018', 246, '', '', '', ''), (20934, '140108018', 247, '', '', '', ''), (20935, '140108018', 248, '', '', '', ''), (20936, '140108018', 249, '', '', '', ''), (20965, '160321144', 205, '', '', '', ''), (20966, '160321144', 206, '', '', '', ''), (20967, '160321144', 207, '', '', '', ''), (20968, '160321144', 208, '', '', '', ''), (20969, '160321144', 210, '', '', '', ''), (20970, '160321144', 211, '', '', '', ''), (20971, '160321144', 212, '', '', '', ''), (20972, '160321144', 238, '', '', '', ''), (20973, '160321144', 261, '', '', '', ''), (20983, '160321074', 205, '', '', '', ''), (20984, '160321074', 206, '', '', '', ''), (20985, '160321074', 207, '', '', '', ''), (20986, '160321074', 208, '', '', '', ''), (20987, '160321074', 210, '', '', '', ''), (20988, '160321074', 211, '', '', '', ''), (20989, '160321074', 212, '', '', '', ''), (20990, '160321074', 238, '', '', '', ''), (20991, '160321074', 261, '', '', '', ''), (21001, '160321070', 205, '', '', '', ''), (21002, '160321070', 206, '', '', '', ''), (21003, '160321070', 207, '', '', '', ''), (21004, '160321070', 208, '', '', '', ''), (21005, '160321070', 210, '', '', '', ''), (21006, '160321070', 211, '', '', '', ''), (21007, '160321070', 212, '', '', '', ''), (21008, '160321070', 238, '', '', '', ''), (21009, '160321070', 261, '', '', '', ''), (21065, '160321042', 205, '', '', '', ''), (21066, '160321042', 206, '', '', '', ''), (21067, '160321042', 207, '', '', '', ''), (21068, '160321042', 208, '', '', '', ''), (21069, '160321042', 210, '', '', '', ''), (21070, '160321042', 211, '', '', '', ''), (21071, '160321042', 212, '', '', '', ''), (21072, '160321042', 238, '', '', '', ''), (21073, '160321042', 261, '', '', '', ''), (21074, '160321044', 205, '', '', '', ''), (21075, '160321044', 206, '', '', '', ''), (21076, '160321044', 207, '', '', '', ''), (21077, '160321044', 208, '', '', '', ''), (21078, '160321044', 210, '', '', '', ''), (21079, '160321044', 211, '', '', '', ''), (21080, '160321044', 212, '', '', '', ''), (21081, '160321044', 238, '', '', '', ''), (21082, '160321044', 261, '', '', '', ''), (21101, '160321073', 205, '', '', '', ''), (21102, '160321073', 206, '', '', '', ''), (21103, '160321073', 207, '', '', '', ''), (21104, '160321073', 208, '', '', '', ''), (21105, '160321073', 210, '', '', '', ''), (21106, '160321073', 211, '', '', '', ''), (21107, '160321073', 212, '', '', '', ''), (21108, '160321073', 238, '', '', '', ''), (21109, '160321073', 261, '', '', '', ''), (21110, '160321043', 205, '', '', '', ''), (21111, '160321043', 206, '', '', '', ''), (21112, '160321043', 207, '', '', '', ''), (21113, '160321043', 208, '', '', '', ''), (21114, '160321043', 210, '', '', '', ''), (21115, '160321043', 211, '', '', '', ''), (21116, '160321043', 212, '', '', '', ''), (21117, '160321043', 238, '', '', '', ''), (21118, '160321043', 261, '', '', '', ''), (21129, '160321008', 205, '', '', '', ''), (21130, '160321008', 206, '', '', '', ''), (21131, '160321008', 207, '', '', '', ''), (21132, '160321008', 208, '', '', '', ''), (21133, '160321008', 210, '', '', '', ''), (21134, '160321008', 211, '', '', '', ''), (21135, '160321008', 212, '', '', '', ''), (21136, '160321008', 260, '', '', '', ''), (21137, '160321008', 261, '', '', '', ''), (21138, '160321035', 205, '', '', '', ''), (21139, '160321035', 206, '', '', '', ''), (21140, '160321035', 207, '', '', '', ''), (21141, '160321035', 208, '', '', '', ''), (21142, '160321035', 210, '', '', '', ''), (21143, '160321035', 211, '', '', '', ''), (21144, '160321035', 212, '', '', '', ''), (21145, '160321035', 238, '', '', '', ''), (21146, '160321035', 261, '', '', '', ''), (21157, '160321003', 205, '', '', '', ''), (21158, '160321003', 206, '', '', '', ''), (21159, '160321003', 207, '', '', '', ''), (21160, '160321003', 208, '', '', '', ''), (21161, '160321003', 210, '', '', '', ''), (21162, '160321003', 211, '', '', '', ''), (21163, '160321003', 212, '', '', '', ''), (21164, '160321003', 238, '', '', '', ''), (21165, '160321003', 261, '', '', '', ''), (21211, '160321029', 205, '', '', '', ''), (21212, '160321029', 206, '', '', '', ''), (21213, '160321029', 207, '', '', '', ''), (21214, '160321029', 208, '', '', '', ''), (21215, '160321029', 210, '', '', '', ''), (21216, '160321029', 211, '', '', '', ''), (21217, '160321029', 212, '', '', '', ''), (21218, '160321029', 238, '', '', '', ''), (21219, '160321029', 261, '', '', '', ''), (21239, '160321001', 205, '', '', '', ''), (21240, '160321001', 206, '', '', '', ''), (21241, '160321001', 207, '', '', '', ''), (21242, '160321001', 208, '', '', '', ''), (21243, '160321001', 210, '', '', '', ''), (21244, '160321001', 211, '', '', '', ''), (21245, '160321001', 212, '', '', '', ''), (21246, '160321001', 238, '', '', '', ''), (21247, '160321001', 261, '', '', '', ''), (21265, '160321028', 205, '', '', '', ''), (21266, '160321028', 206, '', '', '', ''), (21267, '160321028', 207, '', '', '', ''), (21268, '160321028', 208, '', '', '', ''), (21269, '160321028', 210, '', '', '', ''), (21270, '160321028', 211, '', '', '', ''), (21271, '160321028', 212, '', '', '', ''), (21272, '160321028', 238, '', '', '', ''), (21273, '160321028', 261, '', '', '', ''), (21317, '160321048', 205, '', '', '', ''), (21318, '160321048', 206, '', '', '', ''), (21319, '160321048', 207, '', '', '', ''), (21320, '160321048', 208, '', '', '', ''), (21321, '160321048', 210, '', '', '', ''), (21322, '160321048', 211, '', '', '', ''), (21323, '160321048', 212, '', '', '', ''), (21324, '160321048', 260, '', '', '', ''), (21325, '160321048', 261, '', '', '', ''), (21421, '160321030', 205, '', '', '', ''), (21422, '160321030', 206, '', '', '', ''), (21423, '160321030', 207, '', '', '', ''), (21424, '160321030', 208, '', '', '', ''), (21425, '160321030', 210, '', '', '', ''), (21426, '160321030', 211, '', '', '', ''), (21427, '160321030', 212, '', '', '', ''), (21428, '160321030', 238, '', '', '', ''), (21429, '160321030', 261, '', '', '', ''), (21488, '160110016', 213, '', '', '', ''), (21489, '160110016', 214, '', '', '', ''), (21490, '160110016', 215, '', '', '', ''), (21491, '160110016', 216, '', '', '', ''), (21492, '160110016', 217, '', '', '', ''), (21493, '160110016', 218, '', '', '', ''), (21494, '160110016', 213, '', '', '', ''), (21495, '160110016', 214, '', '', '', ''), (21496, '160110016', 215, '', '', '', ''), (21497, '160110016', 216, '', '', '', ''), (21498, '160110016', 217, '', '', '', ''), (21499, '160110016', 218, '', '', '', ''), (21500, '160110016', 213, '', '', '', ''), (21501, '160110016', 214, '', '', '', ''), (21502, '160110016', 215, '', '', '', ''), (21503, '160110016', 216, '', '', '', ''), (21504, '160110016', 217, '', '', '', ''), (21505, '160110016', 218, '', '', '', ''), (21512, '160410014', 219, '', '', '', ''), (21513, '160410014', 220, '', '', '', ''), (21514, '160410014', 222, '', '', '', ''), (21515, '160410014', 223, '', '', '', ''), (21516, '160410014', 225, '', '', '', ''), (21517, '160410014', 226, '', '', '', ''), (21518, '160410014', 227, '', '', '', ''), (21519, '160410014', 228, '', '', '', ''), (21520, '160410014', 219, '', '', '', ''), (21521, '160410014', 220, '', '', '', ''), (21522, '160410014', 222, '', '', '', ''), (21523, '160410014', 223, '', '', '', ''), (21524, '160410014', 225, '', '', '', ''), (21525, '160410014', 226, '', '', '', ''), (21526, '160410014', 227, '', '', '', ''), (21527, '160410014', 228, '', '', '', ''), (21528, '160410014', 219, '', '', '', ''), (21529, '160410014', 220, '', '', '', ''), (21530, '160410014', 222, '', '', '', ''), (21531, '160410014', 223, '', '', '', ''), (21532, '160410014', 225, '', '', '', ''), (21533, '160410014', 226, '', '', '', ''), (21534, '160410014', 227, '', '', '', ''), (21535, '160410014', 228, '', '', '', ''), (21536, '160410041', 219, '', '', '', ''), (21537, '160410041', 220, '', '', '', ''), (21538, '160410041', 222, '', '', '', ''), (21539, '160410041', 223, '', '', '', ''), (21540, '160410041', 225, '', '', '', ''), (21541, '160410041', 226, '', '', '', ''), (21542, '160410041', 227, '', '', '', ''), (21543, '160410041', 228, '', '', '', ''), (21544, '160410011', 219, '', '', '', ''), (21545, '160410011', 220, '', '', '', ''), (21546, '160410011', 222, '', '', '', ''), (21547, '160410011', 223, '', '', '', ''), (21548, '160410011', 225, '', '', '', ''), (21549, '160410011', 226, '', '', '', ''), (21550, '160410011', 227, '', '', '', ''), (21551, '160410011', 228, '', '', '', ''), (21552, '160410011', 219, '', '', '', ''), (21553, '160410011', 220, '', '', '', ''), (21554, '160410011', 222, '', '', '', ''), (21555, '160410011', 223, '', '', '', ''), (21556, '160410011', 225, '', '', '', ''), (21557, '160410011', 226, '', '', '', ''), (21558, '160410011', 227, '', '', '', ''), (21559, '160410011', 228, '', '', '', ''), (21569, '160321053', 205, '', '', '', ''), (21570, '160321053', 206, '', '', '', ''), (21571, '160321053', 207, '', '', '', ''), (21572, '160321053', 208, '', '', '', ''), (21573, '160321053', 210, '', '', '', ''), (21574, '160321053', 211, '', '', '', ''), (21575, '160321053', 212, '', '', '', ''), (21576, '160321053', 260, '', '', '', ''), (21577, '160321053', 261, '', '', '', ''), (21578, '140108024', 245, '', '', '', ''), (21579, '140108024', 246, '', '', '', ''), (21580, '140108024', 247, '', '', '', ''), (21581, '140108024', 248, '', '', '', ''), (21582, '140108024', 249, '', '', '', ''), (21583, '140108013', 245, '', '', '', ''), (21584, '140108013', 246, '', '', '', ''), (21585, '140108013', 247, '', '', '', ''), (21586, '140108013', 248, '', '', '', ''), (21587, '140108013', 249, '', '', '', ''), (21597, '140108007', 245, '', '', '', ''), (21598, '140108007', 246, '', '', '', ''), (21599, '140108007', 247, '', '', '', ''), (21600, '140108007', 248, '', '', '', ''), (21601, '140108007', 249, '', '', '', ''), (21674, '140108023', 245, '', '', '', ''), (21675, '140108023', 246, '', '', '', ''), (21676, '140108023', 247, '', '', '', ''), (21677, '140108023', 248, '', '', '', ''), (21678, '140108023', 249, '', '', '', ''), (21695, '160410020', 219, '', '', '', ''), (21696, '160410020', 220, '', '', '', ''), (21697, '160410020', 222, '', '', '', ''), (21698, '160410020', 223, '', '', '', ''), (21699, '160410020', 225, '', '', '', ''), (21700, '160410020', 226, '', '', '', ''), (21701, '160410020', 227, '', '', '', ''), (21702, '160410020', 228, '', '', '', ''), (21703, '140108027', 245, '', '', '', ''), (21704, '140108027', 246, '', '', '', ''), (21705, '140108027', 247, '', '', '', ''), (21706, '140108027', 248, '', '', '', ''), (21707, '140108027', 249, '', '', '', ''), (21708, '140108027', 245, '', '', '', ''), (21709, '140108027', 246, '', '', '', ''), (21710, '140108027', 247, '', '', '', ''), (21711, '140108027', 248, '', '', '', ''), (21712, '140108027', 249, '', '', '', ''), (21731, '160321015', 205, '', '', '', ''), (21732, '160321015', 206, '', '', '', ''), (21733, '160321015', 207, '', '', '', ''), (21734, '160321015', 208, '', '', '', ''), (21735, '160321015', 210, '', '', '', ''), (21736, '160321015', 211, '', '', '', ''), (21737, '160321015', 212, '', '', '', ''), (21738, '160321015', 260, '', '', '', ''), (21739, '160321015', 261, '', '', '', ''), (21765, '160110021', 213, '', '', '', ''), (21766, '160110021', 214, '', '', '', ''), (21767, '160110021', 215, '', '', '', ''), (21768, '160110021', 216, '', '', '', ''), (21769, '160110021', 217, '', '', '', ''), (21770, '160110021', 218, '', '', '', ''), (21771, '150109024', 239, '', '', '', ''), (21772, '150109024', 240, '', '', '', ''), (21773, '150109024', 241, '', '', '', ''), (21774, '150109024', 242, '', '', '', ''), (21775, '150109024', 243, '', '', '', ''), (21776, '150109024', 244, '', '', '', ''), (21777, '160410019', 219, '', '', '', ''), (21778, '160410019', 220, '', '', '', ''), (21779, '160410019', 222, '', '', '', ''), (21780, '160410019', 223, '', '', '', ''), (21781, '160410019', 225, '', '', '', ''), (21782, '160410019', 226, '', '', '', ''), (21783, '160410019', 227, '', '', '', ''), (21784, '160410019', 228, '', '', '', ''), (21868, '160321050', 205, '', '', '', ''), (21869, '160321050', 206, '', '', '', ''), (21870, '160321050', 207, '', '', '', ''), (21871, '160321050', 208, '', '', '', ''), (21872, '160321050', 210, '', '', '', ''), (21873, '160321050', 211, '', '', '', ''), (21874, '160321050', 212, '', '', '', ''), (21875, '160321050', 238, '', '', '', ''), (21876, '160321050', 261, '', '', '', ''), (21886, '160321055', 205, '', '', '', ''), (21887, '160321055', 206, '', '', '', ''), (21888, '160321055', 207, '', '', '', ''), (21889, '160321055', 208, '', '', '', ''), (21890, '160321055', 210, '', '', '', ''), (21891, '160321055', 211, '', '', '', ''), (21892, '160321055', 212, '', '', '', ''), (21893, '160321055', 238, '', '', '', ''), (21894, '160321055', 261, '', '', '', ''), (22003, '160110020', 213, '', '', '', ''), (22004, '160110020', 214, '', '', '', ''), (22005, '160110020', 215, '', '', '', ''), (22006, '160110020', 216, '', '', '', ''), (22007, '160110020', 217, '', '', '', ''), (22008, '160110020', 218, '', '', '', ''), (22017, '160110020', 213, '', '', '', ''), (22018, '160110020', 214, '', '', '', ''), (22019, '160110020', 215, '', '', '', ''), (22020, '160110020', 216, '', '', '', ''), (22021, '160110020', 217, '', '', '', ''), (22022, '160110020', 218, '', '', '', ''), (22047, '130107016', 250, '', '', '', ''), (22048, '130107016', 251, '', '', '', ''), (22055, '150109026', 239, '', '', '', ''), (22056, '150109026', 240, '', '', '', ''), (22057, '150109026', 241, '', '', '', ''), (22058, '150109026', 242, '', '', '', ''), (22059, '150109026', 243, '', '', '', ''), (22060, '150109026', 244, '', '', '', ''), (22061, '150109023', 239, '', '', '', ''), (22062, '150109023', 240, '', '', '', ''), (22063, '150109023', 241, '', '', '', ''), (22064, '150109023', 242, '', '', '', ''), (22065, '150109023', 243, '', '', '', ''), (22066, '150109023', 244, '', '', '', ''), (22073, '150109004', 239, '', '', '', ''), (22074, '150109004', 240, '', '', '', ''), (22075, '150109004', 241, '', '', '', ''), (22076, '150109004', 242, '', '', '', ''), (22077, '150109004', 243, '', '', '', ''), (22078, '150109004', 244, '', '', '', ''), (22079, '150109028', 239, '', '', '', ''), (22080, '150109028', 240, '', '', '', ''), (22081, '150109028', 241, '', '', '', ''), (22082, '150109028', 242, '', '', '', ''), (22083, '150109028', 243, '', '', '', ''), (22084, '150109028', 244, '', '', '', ''), (22139, '160410082', 219, '', '', '', ''), (22140, '160410082', 220, '', '', '', ''), (22141, '160410082', 222, '', '', '', ''), (22142, '160410082', 223, '', '', '', ''), (22143, '160410082', 225, '', '', '', ''), (22144, '160410082', 226, '', '', '', ''), (22145, '160410082', 227, '', '', '', ''), (22146, '160410082', 228, '', '', '', ''), (22147, '160214041', 229, '', '', '', ''), (22148, '160214041', 230, '', '', '', ''), (22149, '160214041', 231, '', '', '', ''), (22150, '160214041', 232, '', '', '', ''), (22151, '160214041', 233, '', '', '', ''), (22152, '160214041', 234, '', '', '', ''), (22153, '160214041', 235, '', '', '', ''), (22154, '160214041', 236, '', '', '', ''), (22155, '160214041', 237, '', '', '', ''), (22165, '160214049', 229, '', '', '', ''), (22166, '160214049', 230, '', '', '', ''), (22167, '160214049', 231, '', '', '', ''), (22168, '160214049', 232, '', '', '', ''), (22169, '160214049', 233, '', '', '', ''), (22170, '160214049', 234, '', '', '', ''), (22171, '160214049', 235, '', '', '', ''), (22172, '160214049', 236, '', '', '', ''), (22173, '160214049', 237, '', '', '', ''), (22189, '130107016', 250, '', '', '', ''), (22190, '130107016', 251, '', '', '', ''), (22228, '160214017', 229, '', '', '', ''), (22229, '160214017', 230, '', '', '', ''), (22230, '160214017', 231, '', '', '', ''), (22231, '160214017', 232, '', '', '', ''), (22232, '160214017', 233, '', '', '', ''), (22233, '160214017', 234, '', '', '', ''), (22234, '160214017', 235, '', '', '', ''), (22235, '160214017', 236, '', '', '', ''), (22236, '160214017', 237, '', '', '', ''), (22286, '150409082', 270, '', '', '', ''), (22287, '150409082', 271, '', '', '', ''), (22288, '150409082', 272, '', '', '', ''), (22289, '150409082', 273, '', '', '', ''), (22290, '150409082', 274, '', '', '', ''), (22291, '150409082', 275, '', '', '', ''), (22292, '160321049', 205, '', '', '', ''), (22293, '160321049', 206, '', '', '', ''), (22294, '160321049', 207, '', '', '', ''), (22295, '160321049', 208, '', '', '', ''), (22296, '160321049', 210, '', '', '', ''), (22297, '160321049', 211, '', '', '', ''), (22298, '160321049', 212, '', '', '', ''), (22299, '160321049', 238, '', '', '', ''), (22300, '160321049', 261, '', '', '', ''), (22304, '140408027', 272, '', '', '', ''), (22305, '140408027', 273, '', '', '', ''), (22306, '140408027', 275, '', '', '', ''), (22307, '140408027', 276, '', '', '', ''), (22308, '140408027', 277, '', '', '', ''), (22309, '140408027', 278, '', '', '', ''), (22310, '150409011', 270, '', '', '', ''), (22311, '150409011', 271, '', '', '', ''), (22312, '150409011', 272, '', '', '', ''), (22313, '150409011', 273, '', '', '', ''), (22314, '150409011', 274, '', '', '', ''), (22315, '150409011', 275, '', '', '', ''), (22316, '150409010', 270, '', '', '', ''), (22317, '150409010', 271, '', '', '', ''), (22318, '150409010', 272, '', '', '', ''), (22319, '150409010', 273, '', '', '', ''), (22320, '150409010', 274, '', '', '', ''), (22321, '150409010', 275, '', '', '', ''), (22322, '150409012', 270, '', '', '', ''), (22323, '150409012', 271, '', '', '', ''), (22324, '150409012', 272, '', '', '', ''), (22325, '150409012', 273, '', '', '', ''), (22326, '150409012', 274, '', '', '', ''), (22327, '150409012', 275, '', '', '', ''), (22328, '150409027', 270, '', '', '', ''), (22329, '150409027', 271, '', '', '', ''), (22330, '150409027', 272, '', '', '', ''), (22331, '150409027', 273, '', '', '', ''), (22332, '150409027', 274, '', '', '', ''), (22333, '150409027', 275, '', '', '', ''), (22334, '150409033', 270, '', '', '', ''), (22335, '150409033', 271, '', '', '', ''), (22336, '150409033', 272, '', '', '', ''), (22337, '150409033', 273, '', '', '', ''), (22338, '150409033', 274, '', '', '', ''), (22339, '150409033', 275, '', '', '', ''), (22340, '150409029', 270, '', '', '', ''), (22341, '150409029', 271, '', '', '', ''), (22342, '150409029', 272, '', '', '', ''), (22343, '150409029', 273, '', '', '', ''), (22344, '150409029', 274, '', '', '', ''), (22345, '150409029', 275, '', '', '', ''), (22346, '160410052', 219, '', '', '', ''), (22347, '160410052', 220, '', '', '', ''), (22348, '160410052', 222, '', '', '', ''), (22349, '160410052', 223, '', '', '', ''), (22350, '160410052', 225, '', '', '', ''), (22351, '160410052', 226, '', '', '', ''), (22352, '160410052', 227, '', '', '', ''), (22353, '160410052', 228, '', '', '', ''), (22354, '160410009', 219, '', '', '', ''), (22355, '160410009', 220, '', '', '', ''), (22356, '160410009', 222, '', '', '', ''), (22357, '160410009', 223, '', '', '', ''), (22358, '160410009', 225, '', '', '', ''), (22359, '160410009', 226, '', '', '', ''), (22360, '160410009', 227, '', '', '', ''), (22361, '160410009', 228, '', '', '', ''), (22368, '150409058', 270, '', '', '', ''), (22369, '150409058', 271, '', '', '', ''), (22370, '150409058', 272, '', '', '', ''), (22371, '150409058', 273, '', '', '', ''), (22372, '150409058', 274, '', '', '', ''), (22373, '150409058', 275, '', '', '', ''), (22374, '160410025', 219, '', '', '', ''), (22375, '160410025', 220, '', '', '', ''), (22376, '160410025', 222, '', '', '', ''), (22377, '160410025', 223, '', '', '', ''), (22378, '160410025', 225, '', '', '', ''), (22379, '160410025', 226, '', '', '', ''), (22380, '160410025', 227, '', '', '', ''), (22381, '160410025', 228, '', '', '', ''), (22382, '160410071', 219, '', '', '', ''), (22383, '160410071', 220, '', '', '', ''), (22384, '160410071', 222, '', '', '', ''), (22385, '160410071', 223, '', '', '', ''), (22386, '160410071', 225, '', '', '', ''), (22387, '160410071', 226, '', '', '', ''), (22388, '160410071', 227, '', '', '', ''), (22389, '160410071', 228, '', '', '', ''), (22390, '160321053', 205, '', '', '', ''), (22391, '160321053', 206, '', '', '', ''), (22392, '160321053', 207, '', '', '', ''), (22393, '160321053', 208, '', '', '', ''), (22394, '160321053', 210, '', '', '', ''), (22395, '160321053', 211, '', '', '', ''), (22396, '160321053', 261, '', '', '', ''), (22405, '160410020', 219, '', '', '', ''), (22406, '160410020', 220, '', '', '', ''), (22407, '160410020', 222, '', '', '', ''), (22408, '160410020', 223, '', '', '', ''), (22409, '160410020', 225, '', '', '', ''), (22410, '160410020', 226, '', '', '', ''), (22411, '160410020', 227, '', '', '', ''), (22412, '160410020', 228, '', '', '', ''), (22413, '160410021', 219, '', '', '', ''), (22414, '160410021', 220, '', '', '', ''), (22415, '160410021', 222, '', '', '', ''), (22416, '160410021', 223, '', '', '', ''), (22417, '160410021', 225, '', '', '', ''), (22418, '160410021', 226, '', '', '', ''), (22419, '160410021', 227, '', '', '', ''), (22420, '160410021', 228, '', '', '', ''), (22429, '160410033', 219, '', '', '', ''), (22430, '160410033', 220, '', '', '', ''), (22431, '160410033', 222, '', '', '', ''), (22432, '160410033', 223, '', '', '', ''), (22433, '160410033', 225, '', '', '', ''), (22434, '160410033', 226, '', '', '', ''), (22435, '160410033', 227, '', '', '', ''), (22436, '160410033', 228, '', '', '', ''), (22437, '160410028', 219, '', '', '', ''), (22438, '160410028', 220, '', '', '', ''), (22439, '160410028', 222, '', '', '', ''), (22440, '160410028', 223, '', '', '', ''), (22441, '160410028', 225, '', '', '', ''), (22442, '160410028', 226, '', '', '', ''), (22443, '160410028', 227, '', '', '', ''), (22444, '160410028', 228, '', '', '', ''), (22477, '160410046', 219, '', '', '', ''), (22478, '160410046', 220, '', '', '', ''), (22479, '160410046', 222, '', '', '', ''), (22480, '160410046', 223, '', '', '', ''), (22481, '160410046', 225, '', '', '', ''), (22482, '160410046', 226, '', '', '', ''), (22483, '160410046', 227, '', '', '', ''), (22484, '160410046', 228, '', '', '', ''), (22493, '160410061', 219, '', '', '', ''), (22494, '160410061', 220, '', '', '', ''), (22495, '160410061', 222, '', '', '', ''), (22496, '160410061', 223, '', '', '', ''), (22497, '160410061', 225, '', '', '', ''), (22498, '160410061', 226, '', '', '', ''), (22499, '160410061', 227, '', '', '', ''), (22500, '160410061', 228, '', '', '', ''), (22501, '160410036', 219, '', '', '', ''), (22502, '160410036', 220, '', '', '', ''), (22503, '160410036', 222, '', '', '', ''), (22504, '160410036', 223, '', '', '', ''), (22505, '160410036', 225, '', '', '', ''), (22506, '160410036', 226, '', '', '', ''), (22507, '160410036', 227, '', '', '', ''), (22508, '160410036', 228, '', '', '', ''), (22509, '160410015', 219, '', '', '', ''), (22510, '160410015', 220, '', '', '', ''), (22511, '160410015', 222, '', '', '', ''), (22512, '160410015', 223, '', '', '', ''), (22513, '160410015', 225, '', '', '', ''), (22514, '160410015', 226, '', '', '', ''), (22515, '160410015', 227, '', '', '', ''), (22516, '160410015', 228, '', '', '', ''), (22517, '160410015', 219, '', '', '', ''), (22518, '160410015', 220, '', '', '', ''), (22519, '160410015', 222, '', '', '', ''), (22520, '160410015', 223, '', '', '', ''), (22521, '160410015', 225, '', '', '', ''), (22522, '160410015', 226, '', '', '', ''), (22523, '160410015', 227, '', '', '', ''), (22524, '160410015', 228, '', '', '', ''), (22533, '160410062', 219, '', '', '', ''), (22534, '160410062', 220, '', '', '', ''), (22535, '160410062', 222, '', '', '', ''), (22536, '160410062', 223, '', '', '', ''), (22537, '160410062', 225, '', '', '', ''), (22538, '160410062', 226, '', '', '', ''), (22539, '160410062', 227, '', '', '', ''), (22540, '160410062', 228, '', '', '', ''), (22541, '160410030', 219, '', '', '', ''), (22542, '160410030', 220, '', '', '', ''), (22543, '160410030', 222, '', '', '', ''), (22544, '160410030', 223, '', '', '', ''), (22545, '160410030', 225, '', '', '', ''), (22546, '160410030', 226, '', '', '', ''), (22547, '160410030', 227, '', '', '', ''), (22548, '160410030', 228, '', '', '', ''), (22549, '160410010', 219, '', '', '', ''), (22550, '160410010', 220, '', '', '', ''), (22551, '160410010', 222, '', '', '', ''), (22552, '160410010', 223, '', '', '', ''), (22553, '160410010', 225, '', '', '', ''), (22554, '160410010', 226, '', '', '', ''), (22555, '160410010', 227, '', '', '', ''), (22556, '160410010', 228, '', '', '', ''), (22557, '160410020', 219, '', '', '', ''), (22558, '160410020', 220, '', '', '', ''), (22559, '160410020', 222, '', '', '', ''), (22560, '160410020', 223, '', '', '', ''), (22561, '160410020', 225, '', '', '', ''), (22562, '160410020', 226, '', '', '', ''), (22563, '160410020', 227, '', '', '', ''), (22564, '160410020', 228, '', '', '', ''), (22565, '160410063', 219, '', '', '', ''), (22566, '160410063', 220, '', '', '', ''), (22567, '160410063', 222, '', '', '', ''), (22568, '160410063', 223, '', '', '', ''), (22569, '160410063', 225, '', '', '', ''), (22570, '160410063', 226, '', '', '', ''), (22571, '160410063', 227, '', '', '', ''), (22572, '160410063', 228, '', '', '', ''), (22573, '160410015', 219, '', '', '', ''), (22574, '160410015', 220, '', '', '', ''), (22575, '160410015', 222, '', '', '', ''), (22576, '160410015', 223, '', '', '', ''), (22577, '160410015', 225, '', '', '', ''), (22578, '160410015', 226, '', '', '', ''), (22579, '160410015', 227, '', '', '', ''), (22580, '160410015', 228, '', '', '', ''), (22581, '160410067', 219, '', '', '', ''), (22582, '160410067', 220, '', '', '', ''), (22583, '160410067', 222, '', '', '', ''), (22584, '160410067', 223, '', '', '', ''), (22585, '160410067', 225, '', '', '', ''), (22586, '160410067', 226, '', '', '', ''), (22587, '160410067', 227, '', '', '', ''), (22588, '160410067', 228, '', '', '', ''), (22589, '160410067', 219, '', '', '', ''), (22590, '160410067', 220, '', '', '', ''), (22591, '160410067', 222, '', '', '', ''), (22592, '160410067', 223, '', '', '', ''), (22593, '160410067', 225, '', '', '', ''), (22594, '160410067', 226, '', '', '', ''), (22595, '160410067', 227, '', '', '', ''), (22596, '160410067', 228, '', '', '', ''), (22597, '160410074', 219, '', '', '', ''), (22598, '160410074', 220, '', '', '', ''), (22599, '160410074', 222, '', '', '', ''), (22600, '160410074', 223, '', '', '', ''), (22601, '160410074', 225, '', '', '', ''), (22602, '160410074', 226, '', '', '', ''), (22603, '160410074', 227, '', '', '', ''), (22604, '160410074', 228, '', '', '', ''), (22635, '160410055', 219, '', '', '', ''), (22636, '160410055', 220, '', '', '', ''), (22637, '160410055', 222, '', '', '', ''), (22638, '160410057', 219, '', '', '', ''), (22639, '160410055', 223, '', '', '', ''), (22640, '160410057', 220, '', '', '', ''), (22641, '160410055', 225, '', '', '', ''), (22642, '160410057', 222, '', '', '', ''), (22643, '160410055', 226, '', '', '', ''), (22644, '160410057', 223, '', '', '', ''), (22645, '160410055', 227, '', '', '', ''), (22646, '160410057', 225, '', '', '', ''), (22647, '160410055', 228, '', '', '', ''), (22648, '160410057', 226, '', '', '', ''), (22649, '160410057', 227, '', '', '', ''), (22650, '160410057', 228, '', '', '', ''), (22651, '160410012', 219, '', '', '', ''), (22652, '160410012', 220, '', '', '', ''), (22653, '160410012', 222, '', '', '', ''), (22654, '160410012', 223, '', '', '', ''), (22655, '160410012', 225, '', '', '', ''), (22656, '160410012', 226, '', '', '', ''), (22657, '160410012', 227, '', '', '', ''), (22658, '160410012', 228, '', '', '', ''), (22681, '160110017', 213, '', '', '', ''), (22682, '160110017', 214, '', '', '', ''), (22683, '160110017', 215, '', '', '', ''), (22684, '160110017', 216, '', '', '', ''), (22685, '160110017', 217, '', '', '', ''), (22686, '160110017', 218, '', '', '', ''), (22687, '160410037', 219, '', '', '', ''), (22688, '160410037', 220, '', '', '', ''), (22689, '160410037', 222, '', '', '', ''), (22690, '160410037', 223, '', '', '', ''), (22691, '160410037', 225, '', '', '', ''), (22692, '160410037', 226, '', '', '', ''), (22693, '160410037', 227, '', '', '', ''), (22694, '160410037', 228, '', '', '', ''), (22695, '160410037', 219, '', '', '', ''), (22696, '160410037', 220, '', '', '', ''), (22697, '160410037', 222, '', '', '', ''), (22698, '160410037', 223, '', '', '', ''), (22699, '160410037', 225, '', '', '', ''), (22700, '160410037', 226, '', '', '', ''), (22701, '160410037', 227, '', '', '', ''), (22702, '160410037', 228, '', '', '', ''), (22713, '160410065', 219, '', '', '', ''), (22714, '160410065', 220, '', '', '', ''), (22715, '160410065', 222, '', '', '', ''), (22716, '160410065', 223, '', '', '', ''), (22717, '160410065', 225, '', '', '', ''), (22718, '160410065', 226, '', '', '', ''), (22719, '160410065', 227, '', '', '', ''), (22720, '160410065', 228, '', '', '', ''), (22729, '150320043', 262, '', '', '', ''), (22730, '150320043', 263, '', '', '', ''), (22731, '150320043', 264, '', '', '', ''), (22732, '150320043', 265, '', '', '', ''), (22733, '150320043', 266, '', '', '', ''), (22734, '150320043', 267, '', '', '', ''), (22735, '150320043', 268, '', '', '', ''), (22736, '150320043', 269, '', '', '', ''), (22755, '160410067', 219, '', '', '', ''), (22756, '160410067', 220, '', '', '', ''), (22757, '160410067', 222, '', '', '', ''), (22758, '160410067', 223, '', '', '', ''), (22759, '160410067', 225, '', '', '', ''), (22760, '160410067', 226, '', '', '', ''), (22761, '160410067', 227, '', '', '', ''), (22762, '160410067', 228, '', '', '', ''), (22874, '160110002', 213, '', '', '', ''), (22875, '160110002', 214, '', '', '', ''), (22876, '160110002', 215, '', '', '', ''), (22877, '160110002', 216, '', '', '', ''), (22878, '160110002', 217, '', '', '', ''), (22879, '160110002', 218, '', '', '', ''), (22982, '160110016', 213, '', '', '', ''), (22983, '160110016', 214, '', '', '', ''), (22984, '160110016', 215, '', '', '', ''), (22985, '160110016', 216, '', '', '', ''), (22986, '160110016', 217, '', '', '', ''), (22987, '160110016', 218, '', '', '', ''), (23006, '160321010', 205, '', '', '', ''), (23007, '160321010', 206, '', '', '', ''), (23008, '160321010', 207, '', '', '', ''), (23009, '160321010', 208, '', '', '', ''), (23010, '160321010', 210, '', '', '', ''), (23011, '160321010', 211, '', '', '', ''), (23012, '160321010', 212, '', '', '', ''), (23013, '160321010', 238, '', '', '', ''), (23014, '160321010', 261, '', '', '', ''), (23081, '160321067', 205, '', '', '', ''), (23082, '160321067', 206, '', '', '', ''), (23083, '160321067', 207, '', '', '', ''), (23084, '160321067', 208, '', '', '', ''), (23085, '160321067', 210, '', '', '', ''), (23086, '160321067', 211, '', '', '', ''), (23087, '160321067', 212, '', '', '', ''), (23088, '160321067', 238, '', '', '', ''), (23089, '160321067', 261, '', '', '', ''), (23142, '160321034', 205, '', '', '', ''), (23143, '160321034', 206, '', '', '', ''), (23144, '160321034', 207, '', '', '', ''), (23145, '160321034', 208, '', '', '', ''), (23146, '160321034', 210, '', '', '', ''), (23147, '160321034', 211, '', '', '', ''), (23148, '160321034', 212, '', '', '', ''), (23149, '160321034', 238, '', '', '', ''), (23150, '160321034', 261, '', '', '', ''), (23151, '160110013', 213, '', '', '', ''), (23152, '160110013', 214, '', '', '', ''), (23153, '160110013', 215, '', '', '', ''), (23154, '160110013', 216, '', '', '', ''), (23155, '160110013', 217, '', '', '', ''), (23156, '160110013', 218, '', '', '', ''), (23184, '160321057', 205, '', '', '', ''), (23185, '160321057', 206, '', '', '', ''), (23186, '160321057', 207, '', '', '', ''), (23187, '160321057', 208, '', '', '', ''), (23188, '160321057', 210, '', '', '', ''), (23189, '160321057', 211, '', '', '', ''), (23190, '160321057', 212, '', '', '', ''), (23191, '160321057', 260, '', '', '', ''), (23192, '160321057', 261, '', '', '', ''), (23193, '160110020', 213, '', '', '', ''), (23194, '160110020', 214, '', '', '', ''), (23195, '160110020', 215, '', '', '', ''), (23196, '160110020', 216, '', '', '', ''), (23197, '160110020', 217, '', '', '', ''), (23198, '160110020', 218, '', '', '', ''), (23205, '160110014', 213, '', '', '', ''), (23206, '160110014', 214, '', '', '', ''), (23207, '160110014', 215, '', '', '', ''), (23208, '160110014', 216, '', '', '', ''), (23209, '160110014', 217, '', '', '', ''), (23210, '160110014', 218, '', '', '', ''), (23307, '160110010', 213, '', '', '', ''), (23308, '160110010', 214, '', '', '', ''), (23309, '160110010', 215, '', '', '', ''), (23310, '160110010', 216, '', '', '', ''), (23311, '160110010', 217, '', '', '', ''), (23312, '160110010', 218, '', '', '', ''), (23341, '160321024', 205, '', '', '', ''), (23342, '160321024', 206, '', '', '', ''), (23343, '160321024', 207, '', '', '', ''), (23344, '160321024', 208, '', '', '', ''), (23345, '160321024', 210, '', '', '', ''), (23346, '160321024', 211, '', '', '', ''), (23347, '160321024', 212, '', '', '', ''), (23348, '160321024', 238, '', '', '', ''), (23349, '160321024', 261, '', '', '', ''), (23374, '160110080', 213, '', '', '', ''), (23375, '160110080', 214, '', '', '', ''), (23376, '160110080', 215, '', '', '', ''), (23377, '160110080', 216, '', '', '', ''), (23378, '160110080', 217, '', '', '', ''), (23379, '160110080', 218, '', '', '', ''), (23412, '160321071', 205, '', '', '', ''), (23413, '160321071', 206, '', '', '', ''), (23414, '160321071', 207, '', '', '', ''), (23415, '160321071', 208, '', '', '', ''), (23416, '160321071', 210, '', '', '', ''), (23417, '160321071', 211, '', '', '', ''), (23418, '160321071', 212, '', '', '', ''), (23419, '160321071', 238, '', '', '', ''), (23420, '160321071', 261, '', '', '', ''), (23427, '160110011', 213, '', '', '', ''), (23428, '160110011', 214, '', '', '', ''), (23429, '160110011', 215, '', '', '', ''), (23430, '160110011', 216, '', '', '', ''), (23431, '160110011', 217, '', '', '', ''), (23432, '160110011', 218, '', '', '', ''), (23447, '160321019', 205, '', '', '', ''), (23448, '160321019', 206, '', '', '', ''), (23449, '160321019', 207, '', '', '', ''), (23450, '160321019', 208, '', '', '', ''), (23451, '160321019', 210, '', '', '', ''), (23452, '160321019', 211, '', '', '', ''), (23453, '160321019', 212, '', '', '', ''), (23454, '160321019', 238, '', '', '', ''), (23455, '160321019', 260, '', '', '', ''), (23456, '160321019', 261, '', '', '', ''), (23475, '160321040', 205, '', '', '', ''), (23476, '160321040', 206, '', '', '', ''), (23477, '160321040', 207, '', '', '', ''), (23478, '160321040', 208, '', '', '', ''), (23479, '160321040', 210, '', '', '', ''), (23480, '160321040', 211, '', '', '', ''), (23481, '160321040', 212, '', '', '', ''), (23482, '160321040', 260, '', '', '', ''), (23483, '160321040', 261, '', '', '', ''), (23501, '160321039', 205, '', '', '', ''), (23502, '160321039', 206, '', '', '', ''), (23503, '160321039', 207, '', '', '', ''), (23504, '160321039', 208, '', '', '', ''), (23505, '160321039', 210, '', '', '', ''), (23506, '160321039', 211, '', '', '', ''), (23507, '160321039', 212, '', '', '', ''), (23508, '160321039', 260, '', '', '', ''), (23509, '160321039', 261, '', '', '', ''), (23563, '160321046', 205, '', '', '', ''), (23564, '160321046', 206, '', '', '', ''), (23565, '160321046', 207, '', '', '', ''), (23566, '160321046', 208, '', '', '', ''), (23567, '160321046', 210, '', '', '', ''), (23568, '160321046', 211, '', '', '', ''), (23569, '160321046', 212, '', '', '', ''), (23570, '160321046', 238, '', '', '', ''), (23571, '160321046', 261, '', '', '', ''), (23590, '160321047', 205, '', '', '', ''), (23591, '160321047', 206, '', '', '', ''), (23592, '160321047', 207, '', '', '', ''), (23593, '160321047', 208, '', '', '', ''), (23594, '160321047', 210, '', '', '', ''), (23595, '160321047', 211, '', '', '', ''), (23596, '160321047', 212, '', '', '', ''), (23597, '160321047', 260, '', '', '', ''), (23598, '160321047', 261, '', '', '', ''), (23626, '160321026', 205, '', '', '', ''), (23627, '160321026', 206, '', '', '', ''), (23628, '160321026', 207, '', '', '', ''), (23629, '160321026', 208, '', '', '', ''), (23630, '160321026', 210, '', '', '', ''), (23631, '160321026', 211, '', '', '', ''), (23632, '160321026', 212, '', '', '', ''), (23633, '160321026', 260, '', '', '', ''), (23634, '160321026', 261, '', '', '', ''), (23642, '160410014', 219, '', '', '', ''), (23643, '160410014', 220, '', '', '', ''), (23644, '160410014', 222, '', '', '', ''), (23645, '160410014', 223, '', '', '', ''), (23646, '160410014', 225, '', '', '', ''), (23647, '160410014', 226, '', '', '', ''), (23648, '160410014', 227, '', '', '', ''), (23649, '160410014', 228, '', '', '', ''), (23658, '160321032', 205, '', '', '', ''), (23659, '160321032', 206, '', '', '', ''), (23660, '160321032', 207, '', '', '', ''), (23661, '160321032', 208, '', '', '', ''), (23662, '160321032', 210, '', '', '', ''), (23663, '160321032', 211, '', '', '', ''), (23664, '160321032', 212, '', '', '', ''), (23665, '160321032', 238, '', '', '', ''), (23666, '160321032', 261, '', '', '', ''), (23667, '160410007', 219, '', '', '', ''), (23668, '160410007', 220, '', '', '', ''), (23669, '160410007', 222, '', '', '', ''), (23670, '160410007', 223, '', '', '', ''), (23671, '160410007', 225, '', '', '', ''), (23672, '160410007', 226, '', '', '', ''), (23673, '160410007', 227, '', '', '', ''), (23674, '160410007', 228, '', '', '', ''), (23675, '160110018', 213, '', '', '', ''), (23676, '160110018', 214, '', '', '', ''), (23677, '160110018', 215, '', '', '', ''), (23678, '160110018', 216, '', '', '', ''), (23679, '160110018', 217, '', '', '', ''), (23680, '160110018', 218, '', '', '', ''), (23708, '160110006', 213, '', '', '', ''), (23709, '160110006', 214, '', '', '', ''), (23710, '160110006', 215, '', '', '', ''), (23711, '160110006', 216, '', '', '', ''), (23712, '160110006', 217, '', '', '', ''), (23713, '160110006', 218, '', '', '', ''), (23714, '160110005', 213, '', '', '', ''), (23715, '160110005', 214, '', '', '', ''), (23716, '160110005', 215, '', '', '', ''), (23717, '160110005', 216, '', '', '', ''), (23718, '160110005', 217, '', '', '', ''), (23719, '160110005', 218, '', '', '', ''), (23726, '160110001', 213, '', '', '', ''), (23727, '160110001', 214, '', '', '', ''), (23728, '160110001', 215, '', '', '', ''), (23729, '160110001', 216, '', '', '', ''), (23730, '160110001', 217, '', '', '', ''), (23731, '160110001', 218, '', '', '', ''), (23752, '160110018', 213, '', '', '', ''), (23753, '160110018', 214, '', '', '', ''), (23754, '160110018', 215, '', '', '', ''), (23755, '160110018', 216, '', '', '', ''), (23756, '160110018', 217, '', '', '', ''), (23757, '160110018', 218, '', '', '', ''), (23758, '160110020', 213, '', '', '', ''), (23759, '160110020', 214, '', '', '', ''), (23760, '160110020', 215, '', '', '', ''), (23761, '160110020', 216, '', '', '', ''), (23762, '160110020', 217, '', '', '', ''), (23763, '160110020', 218, '', '', '', ''), (23812, '160321056', 205, '', '', '', ''), (23813, '160321056', 206, '', '', '', ''), (23814, '160321056', 207, '', '', '', ''), (23815, '160321056', 208, '', '', '', ''), (23816, '160321056', 210, '', '', '', ''), (23817, '160321056', 211, '', '', '', ''), (23818, '160321056', 212, '', '', '', ''), (23819, '160321056', 260, '', '', '', ''), (23820, '160321056', 261, '', '', '', ''), (23821, '160410044', 219, '', '', '', ''), (23822, '160410044', 220, '', '', '', ''), (23823, '160410044', 222, '', '', '', ''), (23824, '160410044', 223, '', '', '', ''), (23825, '160410044', 225, '', '', '', ''), (23826, '160410044', 226, '', '', '', ''), (23827, '160410044', 227, '', '', '', ''), (23828, '160410044', 219, '', '', '', ''), (23829, '160410044', 220, '', '', '', ''), (23830, '160410044', 222, '', '', '', ''), (23831, '160410044', 223, '', '', '', ''), (23832, '160410044', 225, '', '', '', ''), (23833, '160410044', 226, '', '', '', ''), (23834, '160410044', 227, '', '', '', ''), (23835, '160410044', 228, '', '', '', ''), (23873, '160321075', 205, '', '', '', ''), (23874, '160321075', 206, '', '', '', ''), (23875, '160321075', 207, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (23876, '160321075', 208, '', '', '', ''), (23877, '160321075', 210, '', '', '', ''), (23878, '160321075', 211, '', '', '', ''), (23879, '160321075', 212, '', '', '', ''), (23880, '160321075', 238, '', '', '', ''), (23881, '160321075', 261, '', '', '', ''), (23882, '160321063', 205, '', '', '', ''), (23883, '160321063', 206, '', '', '', ''), (23884, '160321063', 207, '', '', '', ''), (23885, '160321063', 208, '', '', '', ''), (23886, '160321063', 210, '', '', '', ''), (23887, '160321063', 211, '', '', '', ''), (23888, '160321063', 212, '', '', '', ''), (23889, '160321063', 238, '', '', '', ''), (23890, '160321063', 261, '', '', '', ''), (23901, '160110023', 213, '', '', '', ''), (23902, '160110023', 214, '', '', '', ''), (23903, '160110023', 215, '', '', '', ''), (23904, '160110023', 216, '', '', '', ''), (23905, '160110023', 217, '', '', '', ''), (23906, '160110023', 218, '', '', '', ''), (23907, '160321021', 205, '', '', '', ''), (23908, '160321021', 206, '', '', '', ''), (23909, '160321021', 207, '', '', '', ''), (23910, '160321021', 208, '', '', '', ''), (23911, '160321021', 210, '', '', '', ''), (23912, '160321021', 211, '', '', '', ''), (23913, '160321021', 212, '', '', '', ''), (23914, '160321021', 238, '', '', '', ''), (23915, '160321021', 261, '', '', '', ''), (23925, '160321148', 205, '', '', '', ''), (23926, '160321148', 206, '', '', '', ''), (23927, '160321148', 207, '', '', '', ''), (23928, '160321148', 208, '', '', '', ''), (23929, '160321148', 210, '', '', '', ''), (23930, '160321148', 211, '', '', '', ''), (23931, '160321148', 212, '', '', '', ''), (23932, '160321148', 238, '', '', '', ''), (23933, '160321148', 261, '', '', '', ''), (23934, '160321053', 205, '', '', '', ''), (23935, '160321053', 206, '', '', '', ''), (23936, '160321053', 207, '', '', '', ''), (23937, '160321053', 208, '', '', '', ''), (23938, '160321053', 210, '', '', '', ''), (23939, '160321053', 211, '', '', '', ''), (23940, '160321053', 261, '', '', '', ''), (23951, '160321068', 205, '', '', '', ''), (23952, '160321068', 206, '', '', '', ''), (23953, '160321068', 207, '', '', '', ''), (23954, '160321068', 208, '', '', '', ''), (23955, '160321068', 210, '', '', '', ''), (23956, '160321068', 211, '', '', '', ''), (23957, '160321068', 212, '', '', '', ''), (23958, '160321068', 238, '', '', '', ''), (23959, '160321068', 261, '', '', '', ''), (23970, '160321072', 205, '', '', '', ''), (23971, '160321072', 206, '', '', '', ''), (23972, '160321072', 207, '', '', '', ''), (23973, '160321072', 208, '', '', '', ''), (23974, '160321072', 210, '', '', '', ''), (23975, '160321072', 211, '', '', '', ''), (23976, '160321072', 212, '', '', '', ''), (23977, '160321072', 260, '', '', '', ''), (23978, '160321072', 261, '', '', '', ''), (23988, '160321054', 205, '', '', '', ''), (23989, '160321054', 206, '', '', '', ''), (23990, '160321054', 207, '', '', '', ''), (23991, '160321054', 208, '', '', '', ''), (23992, '160321054', 210, '', '', '', ''), (23993, '160321054', 211, '', '', '', ''), (23994, '160321054', 212, '', '', '', ''), (23995, '160321054', 238, '', '', '', ''), (23996, '160321054', 261, '', '', '', ''), (24003, '160410044', 219, '', '', '', ''), (24004, '160410044', 220, '', '', '', ''), (24005, '160410044', 222, '', '', '', ''), (24006, '160410044', 223, '', '', '', ''), (24007, '160410044', 225, '', '', '', ''), (24008, '160410044', 226, '', '', '', ''), (24009, '160410044', 227, '', '', '', ''), (24010, '160410044', 228, '', '', '', ''), (24011, '160321064', 205, '', '', '', ''), (24012, '160321064', 206, '', '', '', ''), (24013, '160321064', 207, '', '', '', ''), (24014, '160321064', 208, '', '', '', ''), (24015, '160321064', 210, '', '', '', ''), (24016, '160321064', 211, '', '', '', ''), (24017, '160321064', 212, '', '', '', ''), (24018, '160321064', 261, '', '', '', ''), (24019, '160321064', 262, '', '', '', ''), (24026, '160110080', 213, '', '', '', ''), (24027, '160110080', 214, '', '', '', ''), (24028, '160110080', 215, '', '', '', ''), (24029, '160110080', 216, '', '', '', ''), (24030, '160110080', 217, '', '', '', ''), (24031, '160110080', 218, '', '', '', ''), (24032, '160321019', 205, '', '', '', ''), (24033, '160321019', 206, '', '', '', ''), (24034, '160321019', 207, '', '', '', ''), (24035, '160321019', 208, '', '', '', ''), (24036, '160321019', 210, '', '', '', ''), (24037, '160321019', 211, '', '', '', ''), (24038, '160321019', 212, '', '', '', ''), (24039, '160321019', 238, '', '', '', ''), (24040, '160321019', 260, '', '', '', ''), (24041, '160321019', 261, '', '', '', ''), (24064, '150109020', 239, '', '', '', ''), (24065, '150109020', 240, '', '', '', ''), (24066, '150109020', 241, '', '', '', ''), (24067, '150109020', 242, '', '', '', ''), (24068, '150109020', 243, '', '', '', ''), (24069, '150109020', 244, '', '', '', ''), (24070, '150109017', 239, '', '', '', ''), (24071, '150109017', 240, '', '', '', ''), (24072, '150109017', 241, '', '', '', ''), (24073, '150109017', 242, '', '', '', ''), (24074, '150109017', 243, '', '', '', ''), (24075, '150109017', 244, '', '', '', ''), (24085, '160321023', 205, '', '', '', ''), (24086, '160321023', 206, '', '', '', ''), (24087, '160321023', 207, '', '', '', ''), (24088, '160321023', 208, '', '', '', ''), (24089, '160321023', 210, '', '', '', ''), (24090, '160321023', 211, '', '', '', ''), (24091, '160321023', 212, '', '', '', ''), (24092, '160321023', 238, '', '', '', ''), (24093, '160321023', 261, '', '', '', ''), (24149, '160321053', 205, '', '', '', ''), (24150, '160321053', 206, '', '', '', ''), (24151, '160321053', 207, '', '', '', ''), (24152, '160321053', 208, '', '', '', ''), (24153, '160321053', 210, '', '', '', ''), (24154, '160321053', 211, '', '', '', ''), (24155, '160321053', 261, '', '', '', ''), (24162, '160410048', 219, '', '', '', ''), (24163, '160410048', 220, '', '', '', ''), (24164, '160410048', 222, '', '', '', ''), (24165, '160410048', 223, '', '', '', ''), (24166, '160410048', 225, '', '', '', ''), (24167, '160410048', 226, '', '', '', ''), (24168, '160410048', 227, '', '', '', ''), (24169, '160410048', 228, '', '', '', ''), (24182, '160410022', 219, '', '', '', ''), (24183, '160410022', 220, '', '', '', ''), (24184, '160410022', 222, '', '', '', ''), (24185, '160410022', 223, '', '', '', ''), (24186, '160410022', 225, '', '', '', ''), (24187, '160410022', 226, '', '', '', ''), (24188, '160410022', 227, '', '', '', ''), (24189, '160410022', 228, '', '', '', ''), (24190, '150109007', 239, '', '', '', ''), (24191, '150109007', 240, '', '', '', ''), (24192, '150109007', 241, '', '', '', ''), (24193, '150109007', 242, '', '', '', ''), (24194, '150109007', 243, '', '', '', ''), (24195, '150109007', 244, '', '', '', ''), (24196, '160410060', 219, '', '', '', ''), (24197, '160410060', 220, '', '', '', ''), (24198, '160410060', 222, '', '', '', ''), (24199, '160410060', 223, '', '', '', ''), (24200, '160410060', 225, '', '', '', ''), (24201, '160410060', 226, '', '', '', ''), (24202, '160410060', 227, '', '', '', ''), (24203, '160410060', 228, '', '', '', ''), (24204, '160410051', 219, '', '', '', ''), (24205, '160410051', 220, '', '', '', ''), (24206, '160410051', 222, '', '', '', ''), (24207, '160410051', 223, '', '', '', ''), (24208, '160410051', 225, '', '', '', ''), (24209, '160410051', 226, '', '', '', ''), (24210, '160410051', 227, '', '', '', ''), (24211, '160410051', 228, '', '', '', ''), (24212, '160410031', 219, '', '', '', ''), (24213, '160410031', 220, '', '', '', ''), (24214, '160410031', 222, '', '', '', ''), (24215, '160410031', 223, '', '', '', ''), (24216, '160410031', 225, '', '', '', ''), (24217, '160410031', 226, '', '', '', ''), (24218, '160410031', 227, '', '', '', ''), (24219, '160410031', 228, '', '', '', ''), (24220, '160410006', 219, '', '', '', ''), (24221, '160410006', 220, '', '', '', ''), (24222, '160410006', 222, '', '', '', ''), (24223, '160410006', 223, '', '', '', ''), (24224, '160410006', 225, '', '', '', ''), (24225, '160410006', 226, '', '', '', ''), (24226, '160410006', 227, '', '', '', ''), (24227, '160410006', 228, '', '', '', ''), (24228, '160410040', 219, '', '', '', ''), (24229, '160410040', 220, '', '', '', ''), (24230, '160410040', 222, '', '', '', ''), (24231, '160410040', 223, '', '', '', ''), (24232, '160410040', 225, '', '', '', ''), (24233, '160410040', 226, '', '', '', ''), (24234, '160410040', 227, '', '', '', ''), (24235, '160410040', 228, '', '', '', ''), (24236, '160410040', 219, '', '', '', ''), (24237, '160410040', 220, '', '', '', ''), (24238, '160410040', 222, '', '', '', ''), (24239, '160410040', 223, '', '', '', ''), (24240, '160410040', 225, '', '', '', ''), (24241, '160410040', 226, '', '', '', ''), (24242, '160410040', 227, '', '', '', ''), (24243, '160410040', 228, '', '', '', ''), (24281, '160321033', 166, '', '', '', ''), (24282, '160321033', 205, '', '', '', ''), (24283, '160321033', 206, '', '', '', ''), (24284, '160321033', 207, '', '', '', ''), (24285, '160321033', 208, '', '', '', ''), (24286, '160321033', 210, '', '', '', ''), (24287, '160321033', 211, '', '', '', ''), (24288, '160321033', 212, '', '', '', ''), (24289, '160321033', 238, '', '', '', ''), (24290, '160321033', 261, '', '', '', ''), (24355, '150320051', 262, '', '', '', ''), (24356, '150320051', 263, '', '', '', ''), (24357, '150320051', 264, '', '', '', ''), (24358, '150320051', 265, '', '', '', ''), (24359, '150320051', 266, '', '', '', ''), (24360, '150320051', 267, '', '', '', ''), (24361, '150320051', 268, '', '', '', ''), (24362, '150320051', 269, '', '', '', ''), (24371, '150320058', 262, '', '', '', ''), (24372, '150320058', 263, '', '', '', ''), (24373, '150320058', 264, '', '', '', ''), (24374, '150320058', 265, '', '', '', ''), (24375, '150320058', 266, '', '', '', ''), (24376, '150320058', 267, '', '', '', ''), (24377, '150320058', 268, '', '', '', ''), (24378, '150320058', 269, '', '', '', ''), (24387, '150320055', 262, '', '', '', ''), (24388, '150320055', 263, '', '', '', ''), (24389, '150320055', 264, '', '', '', ''), (24390, '150320055', 265, '', '', '', ''), (24391, '150320055', 266, '', '', '', ''), (24392, '150320055', 267, '', '', '', ''), (24393, '150320055', 268, '', '', '', ''), (24394, '150320055', 269, '', '', '', ''), (24399, '160410004', 219, '', '', '', ''), (24400, '160410004', 220, '', '', '', ''), (24401, '160410004', 222, '', '', '', ''), (24402, '160410004', 223, '', '', '', ''), (24403, '160410004', 225, '', '', '', ''), (24404, '160410004', 226, '', '', '', ''), (24405, '160410004', 227, '', '', '', ''), (24406, '160410004', 228, '', '', '', ''), (24415, '160321146', 262, '', '', '', ''), (24416, '160321146', 263, '', '', '', ''), (24417, '160321146', 264, '', '', '', ''), (24418, '160321146', 265, '', '', '', ''), (24419, '160321146', 267, '', '', '', ''), (24420, '160321146', 268, '', '', '', ''), (24421, '160321146', 269, '', '', '', ''), (24422, '160321146', 279, '', '', '', ''), (24423, '150320001', 262, '', '', '', ''), (24424, '150320001', 263, '', '', '', ''), (24425, '150320001', 264, '', '', '', ''), (24426, '150320001', 265, '', '', '', ''), (24427, '150320001', 266, '', '', '', ''), (24428, '150320001', 267, '', '', '', ''), (24429, '150320001', 268, '', '', '', ''), (24430, '150320001', 269, '', '', '', ''), (24431, '150320012', 262, '', '', '', ''), (24432, '150320012', 263, '', '', '', ''), (24433, '150320012', 264, '', '', '', ''), (24434, '150320012', 265, '', '', '', ''), (24435, '150320012', 266, '', '', '', ''), (24436, '150320012', 267, '', '', '', ''), (24437, '150320012', 268, '', '', '', ''), (24438, '150320012', 269, '', '', '', ''), (24447, '150320056', 262, '', '', '', ''), (24448, '150320056', 263, '', '', '', ''), (24449, '150320056', 264, '', '', '', ''), (24450, '150320056', 265, '', '', '', ''), (24451, '150320056', 267, '', '', '', ''), (24452, '150320056', 268, '', '', '', ''), (24453, '150320056', 269, '', '', '', ''), (24454, '150320056', 279, '', '', '', ''), (24463, '150320032', 262, '', '', '', ''), (24464, '150320032', 263, '', '', '', ''), (24465, '150320032', 264, '', '', '', ''), (24466, '150320032', 265, '', '', '', ''), (24467, '150320032', 267, '', '', '', ''), (24468, '150320032', 268, '', '', '', ''), (24469, '150320032', 269, '', '', '', ''), (24470, '150320032', 279, '', '', '', ''), (24479, '150320024', 262, '', '', '', ''), (24480, '150320024', 263, '', '', '', ''), (24481, '150320024', 264, '', '', '', ''), (24482, '150320024', 265, '', '', '', ''), (24483, '150320024', 267, '', '', '', ''), (24484, '150320024', 268, '', '', '', ''), (24485, '150320024', 269, '', '', '', ''), (24486, '150320024', 279, '', '', '', ''), (24527, '150320007', 262, '', '', '', ''), (24528, '150320007', 263, '', '', '', ''), (24529, '150320007', 264, '', '', '', ''), (24530, '150320007', 265, '', '', '', ''), (24531, '150320007', 266, '', '', '', ''), (24532, '150320007', 267, '', '', '', ''), (24533, '150320007', 268, '', '', '', ''), (24534, '150320007', 269, '', '', '', ''), (24573, '150409067', 270, '', '', '', ''), (24574, '150409067', 271, '', '', '', ''), (24575, '150409067', 272, '', '', '', ''), (24576, '150409067', 273, '', '', '', ''), (24577, '150409067', 274, '', '', '', ''), (24578, '150409067', 275, '', '', '', ''), (24579, '160410046', 219, '', '', '', ''), (24580, '160410046', 220, '', '', '', ''), (24581, '160410046', 222, '', '', '', ''), (24582, '160410046', 223, '', '', '', ''), (24583, '160410046', 225, '', '', '', ''), (24584, '160410046', 226, '', '', '', ''), (24585, '160410046', 227, '', '', '', ''), (24586, '160410046', 228, '', '', '', ''), (24601, '150409061', 270, '', '', '', ''), (24602, '150409061', 271, '', '', '', ''), (24603, '150409061', 272, '', '', '', ''), (24604, '150409061', 273, '', '', '', ''), (24605, '150409061', 274, '', '', '', ''), (24606, '150409061', 275, '', '', '', ''), (24623, '150320050', 262, '', '', '', ''), (24624, '150320050', 263, '', '', '', ''), (24625, '150320050', 264, '', '', '', ''), (24626, '150320050', 265, '', '', '', ''), (24627, '150320050', 266, '', '', '', ''), (24628, '150320050', 267, '', '', '', ''), (24629, '150320050', 268, '', '', '', ''), (24630, '150320050', 269, '', '', '', ''), (24631, '150320007', 262, '', '', '', ''), (24632, '150320007', 263, '', '', '', ''), (24633, '150320007', 264, '', '', '', ''), (24634, '150320007', 265, '', '', '', ''), (24635, '150320007', 266, '', '', '', ''), (24636, '150320007', 267, '', '', '', ''), (24637, '150320007', 268, '', '', '', ''), (24638, '150320007', 269, '', '', '', ''), (24642, '140408012', 274, '', '', '', ''), (24643, '140408012', 275, '', '', '', ''), (24644, '140408012', 276, '', '', '', ''), (24645, '140408012', 277, '', '', '', ''), (24646, '140408012', 278, '', '', '', ''), (24647, '140408012', 152, '', '', '', ''), (24648, '140408012', 153, '', '', '', ''), (24649, '140408012', 156, '', '', '', ''), (24650, '140408022', 152, '', '', '', ''), (24651, '140408022', 153, '', '', '', ''), (24652, '140408022', 156, '', '', '', ''), (24653, '140408022', 152, '', '', '', ''), (24654, '140408022', 153, '', '', '', ''), (24655, '140408022', 156, '', '', '', ''), (24656, '160110079', 213, '', '', '', ''), (24657, '160110079', 214, '', '', '', ''), (24658, '160110079', 215, '', '', '', ''), (24659, '160110079', 216, '', '', '', ''), (24660, '160110079', 217, '', '', '', ''), (24661, '160110079', 218, '', '', '', ''), (24662, '160110079', 89, '', '', '', ''), (24663, '160110079', 90, '', '', '', ''), (24664, '160110079', 91, '', '', '', ''), (24665, '160110079', 92, '', '', '', ''), (24666, '160110079', 93, '', '', '', ''), (24667, '160110079', 94, '', '', '', ''), (24668, '160110079', 95, '', '', '', ''), (24669, '160110079', 104, '', '', '', ''), (24670, '160321165', 96, '', '', '', ''), (24671, '160321165', 97, '', '', '', ''), (24672, '160321165', 98, '', '', '', ''), (24673, '160321165', 99, '', '', '', ''), (24674, '160321165', 100, '', '', '', ''), (24675, '160321165', 101, '', '', '', ''), (24676, '160321165', 102, '', '', '', ''), (24677, '160321165', 103, '', '', '', ''), (24686, '150320040', 262, '', '', '', ''), (24687, '150320040', 263, '', '', '', ''), (24688, '150320040', 264, '', '', '', ''), (24689, '150320040', 265, '', '', '', ''), (24690, '150320040', 267, '', '', '', ''), (24691, '150320040', 268, '', '', '', ''), (24692, '150320040', 269, '', '', '', ''), (24693, '150320040', 279, '', '', '', ''), (24706, '150320018', 262, '', '', '', ''), (24707, '150320018', 263, '', '', '', ''), (24708, '150320018', 264, '', '', '', ''), (24709, '150320018', 265, '', '', '', ''), (24710, '150320018', 268, '', '', '', ''), (24711, '150320018', 269, '', '', '', ''), (24712, '150320036', 262, '', '', '', ''), (24713, '150320036', 263, '', '', '', ''), (24714, '150320036', 264, '', '', '', ''), (24715, '150320036', 265, '', '', '', ''), (24716, '150320036', 266, '', '', '', ''), (24717, '150320036', 267, '', '', '', ''), (24718, '150320036', 268, '', '', '', ''), (24719, '150320036', 269, '', '', '', ''), (24720, '160410003', 219, '', '', '', ''), (24721, '160410003', 220, '', '', '', ''), (24722, '160410003', 222, '', '', '', ''), (24723, '160410003', 223, '', '', '', ''), (24724, '160410003', 225, '', '', '', ''), (24725, '160410003', 226, '', '', '', ''), (24726, '160410003', 227, '', '', '', ''), (24727, '160410003', 228, '', '', '', ''), (24728, '160410064', 219, '', '', '', ''), (24729, '160410064', 220, '', '', '', ''), (24730, '160410064', 222, '', '', '', ''), (24731, '160410064', 223, '', '', '', ''), (24732, '160410064', 225, '', '', '', ''), (24733, '160410064', 226, '', '', '', ''), (24734, '160410064', 227, '', '', '', ''), (24735, '160410064', 228, '', '', '', ''), (24736, '160410064', 219, '', '', '', ''), (24737, '160410064', 220, '', '', '', ''), (24738, '160410064', 222, '', '', '', ''), (24739, '160410064', 223, '', '', '', ''), (24740, '160410064', 225, '', '', '', ''), (24741, '160410064', 226, '', '', '', ''), (24742, '160410064', 227, '', '', '', ''), (24743, '160410064', 228, '', '', '', ''), (24744, '150409048', 270, '', '', '', ''), (24745, '150409048', 271, '', '', '', ''), (24746, '150409048', 272, '', '', '', ''), (24747, '150409048', 273, '', '', '', ''), (24748, '150409048', 274, '', '', '', ''), (24749, '150409048', 275, '', '', '', ''), (24750, '150409056', 270, '', '', '', ''), (24751, '150409056', 271, '', '', '', ''), (24752, '150409056', 272, '', '', '', ''), (24753, '150409056', 273, '', '', '', ''), (24754, '150409056', 274, '', '', '', ''), (24755, '150409056', 275, '', '', '', ''), (24756, '160214039', 185, '', '', '', ''), (24757, '160214039', 186, '', '', '', ''), (24758, '160214039', 229, '', '', '', ''), (24759, '160214039', 230, '', '', '', ''), (24760, '160214039', 231, '', '', '', ''), (24761, '160214039', 232, '', '', '', ''), (24762, '160214039', 233, '', '', '', ''), (24763, '160214039', 234, '', '', '', ''), (24764, '160214039', 235, '', '', '', ''), (24765, '160214075', 185, '', '', '', ''), (24766, '160214075', 186, '', '', '', ''), (24767, '160214075', 229, '', '', '', ''), (24768, '160214075', 230, '', '', '', ''), (24769, '160214075', 231, '', '', '', ''), (24770, '160214075', 232, '', '', '', ''), (24771, '160214075', 233, '', '', '', ''), (24772, '160214075', 234, '', '', '', ''), (24773, '160214075', 235, '', '', '', ''), (24783, '160214071', 229, '', '', '', ''), (24784, '160214071', 230, '', '', '', ''), (24785, '160214071', 231, '', '', '', ''), (24786, '160214071', 232, '', '', '', ''), (24787, '160214071', 233, '', '', '', ''), (24788, '160214071', 234, '', '', '', ''), (24789, '160214071', 235, '', '', '', ''), (24790, '160214071', 236, '', '', '', ''), (24791, '160214071', 237, '', '', '', ''), (24792, '140108019', 245, '', '', '', ''), (24793, '140108019', 246, '', '', '', ''), (24794, '140108019', 247, '', '', '', ''), (24795, '140108019', 248, '', '', '', ''), (24796, '140108019', 249, '', '', '', ''), (24797, '140108019', 245, '', '', '', ''), (24798, '140108019', 246, '', '', '', ''), (24799, '140108019', 247, '', '', '', ''), (24800, '140108019', 248, '', '', '', ''), (24801, '140108019', 249, '', '', '', ''), (24802, '160214027', 186, '', '', '', ''), (24803, '160214027', 229, '', '', '', ''), (24804, '160214027', 230, '', '', '', ''), (24805, '160214027', 231, '', '', '', ''), (24806, '160214027', 232, '', '', '', ''), (24807, '160214027', 233, '', '', '', ''), (24808, '160214027', 234, '', '', '', ''), (24809, '160214027', 235, '', '', '', ''), (24810, '160214027', 236, '', '', '', ''), (24811, '160214027', 237, '', '', '', ''), (24812, '160410043', 219, '', '', '', ''), (24813, '160410043', 220, '', '', '', ''), (24814, '160410043', 222, '', '', '', ''), (24815, '160410043', 223, '', '', '', ''), (24816, '160410043', 225, '', '', '', ''), (24817, '160410043', 226, '', '', '', ''), (24818, '160410043', 227, '', '', '', ''), (24819, '160410043', 228, '', '', '', ''), (24820, '160214067', 229, '', '', '', ''), (24821, '160214067', 230, '', '', '', ''), (24822, '160214067', 231, '', '', '', ''), (24823, '160214067', 232, '', '', '', ''), (24824, '160214067', 233, '', '', '', ''), (24825, '160214067', 234, '', '', '', ''), (24826, '160214067', 235, '', '', '', ''), (24827, '160214067', 236, '', '', '', ''), (24828, '160214067', 237, '', '', '', ''), (24835, '11', 150, '', '', '1', 'Ganjil 2016/2017'), (24836, '11', 155, '', '', '1', 'Ganjil 2016/2017'), (24837, '11', 167, '', '', '1', 'Ganjil 2016/2017'), (24889, '170111001', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24890, '170111001', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24891, '170111001', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24892, '170111001', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24893, '170111001', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24894, '170111001', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24895, '170111001', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24896, '170111015', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24897, '170111015', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24898, '170111015', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24899, '170111015', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24900, '170111015', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24901, '170111015', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24902, '170111015', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24903, '170111018', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24904, '170111018', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24905, '170111018', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24906, '170111018', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24907, '170111018', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24908, '170111018', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24909, '170111018', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24910, '170111024', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24911, '170111024', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24912, '170111024', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24913, '170111024', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24914, '170111024', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24915, '170111024', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24916, '170111024', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24917, '170111005', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24918, '170111005', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24919, '170111005', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24920, '170111005', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24921, '170111005', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24922, '170111005', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24923, '170111005', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24924, '170111008', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24925, '170111008', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24926, '170111008', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24927, '170111008', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24928, '170111008', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24929, '170111008', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24930, '170111008', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24931, '170111030', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24932, '170111030', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24933, '170111030', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24934, '170111030', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24935, '170111030', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24936, '170111030', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24937, '170111030', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24938, '170111021', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24939, '170111021', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24940, '170111021', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24941, '170111021', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24942, '170111021', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24943, '170111021', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24944, '170111021', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24945, '170111028', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24946, '170111028', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24947, '170111028', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24948, '170111028', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24949, '170111028', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24950, '170111028', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24951, '170111028', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24952, '170111020', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24953, '170111020', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24954, '170111020', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24955, '170111020', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24956, '170111020', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24957, '170111020', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24958, '170111020', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24959, '170111011', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24960, '170111011', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24961, '170111011', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24962, '170111011', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24963, '170111011', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24964, '170111011', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24965, '170111011', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24966, '170111003', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24967, '170111003', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24968, '170111003', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24969, '170111003', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24970, '170111003', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24971, '170111003', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24972, '170111003', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24973, '170111017', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24974, '170111017', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24975, '170111017', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24976, '170111017', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24977, '170111017', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24978, '170111017', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24979, '170111017', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24980, '170111009', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24981, '170111009', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24982, '170111009', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24983, '170111009', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24984, '170111009', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24985, '170111009', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24986, '170111009', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24987, '170111025', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24988, '170111025', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24989, '170111025', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24990, '170111025', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24991, '170111025', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24992, '170111025', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (24993, '170111025', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (24994, '170111002', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (24995, '170111002', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (24996, '170111002', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (24997, '170111002', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (24998, '170111002', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (24999, '170111002', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25000, '170111002', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25001, '170111027', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25002, '170111027', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25003, '170111027', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25004, '170111027', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25005, '170111027', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25006, '170111027', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25007, '170111027', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25008, '170111006', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25009, '170111006', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25010, '170111006', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25011, '170111006', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25012, '170111006', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25013, '170111006', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25014, '170111006', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25015, '170111003', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25016, '170111003', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25017, '170111003', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25018, '170111003', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25019, '170111003', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25020, '170111003', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25021, '170111003', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25022, '170111022', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25023, '170111022', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25024, '170111022', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25025, '170111022', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25026, '170111022', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25027, '170111022', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25028, '170111022', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25029, '170111012', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25030, '170111012', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25031, '170111012', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25032, '170111012', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25033, '170111012', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25034, '170111012', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25035, '170111012', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25036, '170111010', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25037, '170111010', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25038, '170111010', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25039, '170111010', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25040, '170111010', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25041, '170111010', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25042, '170111010', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25043, '170111010', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25044, '170111010', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25045, '170111010', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25046, '170111010', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25047, '170111010', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25048, '170111010', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25049, '170111010', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25050, '170111026', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25051, '170111026', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25052, '170111026', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25053, '170111026', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25054, '170111026', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25055, '170111026', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25056, '170111026', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25057, '170111007', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25058, '170111007', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25059, '170111007', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25060, '170111007', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25061, '170111007', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25062, '170111007', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25063, '170111007', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25064, '170111016', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25065, '170111016', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25066, '170111016', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25067, '170111016', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25068, '170111016', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25069, '170111016', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25070, '170111016', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25071, '170111004', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25072, '170111004', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25073, '170111004', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25074, '170111004', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25075, '170111004', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25076, '170111004', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25077, '170111004', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25078, '170111023', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25079, '170111023', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25080, '170111023', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25081, '170111023', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25082, '170111023', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25083, '170111023', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25084, '170111023', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25085, '170111014', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25086, '170111014', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25087, '170111014', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25088, '170111014', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25089, '170111014', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25090, '170111014', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25091, '170111014', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25092, '170111029', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25093, '170111029', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25094, '170111029', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25095, '170111029', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25096, '170111029', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25097, '170111029', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25098, '170111029', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25099, '170111013', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25100, '170111013', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25101, '170111013', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25102, '170111013', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25103, '170111013', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25104, '170111013', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25105, '170111013', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25106, '170322039', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25107, '170322039', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25108, '170322039', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25109, '170322039', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25110, '170322039', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25111, '170322039', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25112, '170322039', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25113, '170322039', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25114, '170322002', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25115, '170322002', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25116, '170322002', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25117, '170322002', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25118, '170322002', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25119, '170322002', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25120, '170322002', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25121, '170322002', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25122, '170322066', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25123, '170322066', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25124, '170322066', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25125, '170322066', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25126, '170322066', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25127, '170322066', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25128, '170322066', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25129, '170322066', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25130, '170322028', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25131, '170322028', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25132, '170322028', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25133, '170322028', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25134, '170322028', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25135, '170322028', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25136, '170322028', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25137, '170322028', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25138, '170322029', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25139, '170322029', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25140, '170322029', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25141, '170322029', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25142, '170322029', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25143, '170322029', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25144, '170322029', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25145, '170322029', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25146, '170322012', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25147, '170322012', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25148, '170322012', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25149, '170322012', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25150, '170322012', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25151, '170322012', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25152, '170322012', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25153, '170322012', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25154, '170322021', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25155, '170322021', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25156, '170322021', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25157, '170322021', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25158, '170322021', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25159, '170322021', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25160, '170322021', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25161, '170322021', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25162, '170322056', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25163, '170322056', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25164, '170322056', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25165, '170322056', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25166, '170322056', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25167, '170322056', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25168, '170322056', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25169, '170322056', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25170, '170322061', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25171, '170322061', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25172, '170322061', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25173, '170322061', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25174, '170322061', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25175, '170322061', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25176, '170322061', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25177, '170322061', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25178, '170322037', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25179, '170322037', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25180, '170322037', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25181, '170322037', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25182, '170322037', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25183, '170322037', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25184, '170322037', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25185, '170322037', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25186, '170322009', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25187, '170322009', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25188, '170322009', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25189, '170322009', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25190, '170322009', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25191, '170322009', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25192, '170322009', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25193, '170322009', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25194, '170322036', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25195, '170322036', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25196, '170322036', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25197, '170322036', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25198, '170322036', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25199, '170322036', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25200, '170322036', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25201, '170322036', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25202, '170322001', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25203, '170322001', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25204, '170322001', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25205, '170322001', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25206, '170322001', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25207, '170322001', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25208, '170322001', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25209, '170322001', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25210, '170322003', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25211, '170322003', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25212, '170322003', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25213, '170322003', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25214, '170322003', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25215, '170322003', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25216, '170322003', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25217, '170322003', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25218, '170322014', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25219, '170322014', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25220, '170322014', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25221, '170322014', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25222, '170322014', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25223, '170322014', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25224, '170322014', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25225, '170322014', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25226, '170322022', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25227, '170322022', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25228, '170322022', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25229, '170322022', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25230, '170322022', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25231, '170322022', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25232, '170322022', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25233, '170322022', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25234, '170322020', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25235, '170322020', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25236, '170322020', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25237, '170322020', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25238, '170322020', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25239, '170322020', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25240, '170322020', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25241, '170322020', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25242, '170322050', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25243, '170322050', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25244, '170322050', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25245, '170322050', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25246, '170322050', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25247, '170322050', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25248, '170322050', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25249, '170322050', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25250, '170322038', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25251, '170322038', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25252, '170322038', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25253, '170322038', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25254, '170322038', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25255, '170322038', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25256, '170322038', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25257, '170322038', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25258, '170322027', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25259, '170322027', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25260, '170322027', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25261, '170322027', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25262, '170322027', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25263, '170322027', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25264, '170322027', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25265, '170322027', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25266, '170322008', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25267, '170322008', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25268, '170322008', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25269, '170322008', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25270, '170322008', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25271, '170322008', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25272, '170322008', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25273, '170322008', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25274, '170322023', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25275, '170322023', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25276, '170322023', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25277, '170322023', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25278, '170322023', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25279, '170322023', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25280, '170322023', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25281, '170322023', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25282, '170322041', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25283, '170322041', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25284, '170322041', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25285, '170322041', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25286, '170322041', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25287, '170322041', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25288, '170322041', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25289, '170322041', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25290, '170322017', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25291, '170322017', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25292, '170322017', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25293, '170322017', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25294, '170322017', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25295, '170322017', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25296, '170322017', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25297, '170322017', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25298, '170322071', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25299, '170322071', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25300, '170322071', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25301, '170322071', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25302, '170322071', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25303, '170322071', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25304, '170322071', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (25305, '170322071', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25306, '170322031', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25307, '170322031', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25308, '170322031', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25309, '170322031', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25310, '170322031', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25311, '170322031', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25312, '170322031', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25313, '170322031', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25314, '170322039', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25315, '170322039', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25316, '170322039', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25317, '170322039', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25318, '170322039', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25319, '170322039', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25320, '170322039', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25321, '170322039', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25322, '170322049', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25323, '170322049', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25324, '170322049', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25325, '170322049', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25326, '170322049', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25327, '170322049', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25328, '170322049', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25329, '170322049', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25330, '170322044', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25331, '170322044', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25332, '170322044', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25333, '170322044', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25334, '170322044', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25335, '170322044', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25336, '170322044', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25337, '170322044', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25338, '170322070', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25339, '170322070', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25340, '170322070', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25341, '170322070', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25342, '170322070', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25343, '170322070', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25344, '170322070', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25345, '170322070', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25346, '170322035', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25347, '170322035', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25348, '170322035', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25349, '170322035', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25350, '170322035', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25351, '170322035', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25352, '170322035', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25353, '170322035', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25354, '170322034', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25355, '170322034', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25356, '170322034', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25357, '170322034', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25358, '170322034', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25359, '170322034', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25360, '170322034', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25361, '170322034', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25362, '170322035', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25363, '170322035', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25364, '170322035', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25365, '170322035', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25366, '170322035', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25367, '170322035', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25368, '170322035', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25369, '170322035', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25370, '170322043', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25371, '170322043', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25372, '170322043', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25373, '170322043', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25374, '170322043', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25375, '170322043', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25376, '170322043', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25377, '170322043', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25378, '170322063', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25379, '170322063', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25380, '170322063', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25381, '170322063', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25382, '170322063', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25383, '170322063', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25384, '170322063', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25385, '170322063', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25386, '170322069', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25387, '170322069', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25388, '170322069', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25389, '170322069', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25390, '170322069', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25391, '170322069', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25392, '170322069', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25393, '170322069', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25394, '170322016', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25395, '170322016', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25396, '170322016', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25397, '170322016', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25398, '170322016', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25399, '170322016', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25400, '170322016', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25401, '170322016', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25402, '170322018', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25403, '170322018', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25404, '170322018', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25405, '170322018', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25406, '170322018', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25407, '170322018', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25408, '170322018', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25409, '170322018', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25418, '170322033', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25419, '170322033', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25420, '170322033', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25421, '170322033', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25422, '170322033', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25423, '170322033', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25424, '170322033', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25425, '170322033', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25426, '170322032', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25427, '170322032', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25428, '170322032', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25429, '170322032', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25430, '170322032', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25431, '170322032', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25432, '170322032', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25433, '170322032', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25434, '170322040', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25435, '170322040', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25436, '170322040', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25437, '170322040', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25438, '170322040', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25439, '170322040', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25440, '170322040', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25441, '170322040', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25442, '170322057', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25443, '170322057', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25444, '170322057', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25445, '170322057', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25446, '170322057', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25447, '170322057', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25448, '170322057', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25449, '170322057', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25450, '170322052', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25451, '170322052', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25452, '170322052', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25453, '170322052', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25454, '170322052', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25455, '170322052', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25456, '170322052', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25457, '170322052', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25458, '170322026', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25459, '170322026', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25460, '170322026', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25461, '170322026', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25462, '170322026', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25463, '170322026', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25464, '170322026', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25465, '170322026', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25466, '170322068', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25467, '170322068', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25468, '170322068', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25469, '170322068', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25470, '170322068', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25471, '170322068', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25472, '170322068', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25473, '170322068', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25474, '170322011', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25475, '170322011', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25476, '170322011', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25477, '170322011', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25478, '170322011', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25479, '170322011', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25480, '170322011', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25481, '170322011', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25482, '170322015', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25483, '170322015', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25484, '170322015', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25485, '170322015', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25486, '170322015', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25487, '170322015', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25488, '170322015', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25489, '170322015', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25490, '170322062', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25491, '170322062', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25492, '170322062', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25493, '170322062', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25494, '170322062', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25495, '170322062', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25496, '170322062', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25497, '170322062', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25498, '170322060', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25499, '170322060', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25500, '170322060', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25501, '170322060', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25502, '170322060', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25503, '170322060', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25504, '170322060', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25505, '170322060', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25506, '170322055', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25507, '170322055', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25508, '170322055', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25509, '170322055', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25510, '170322055', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25511, '170322055', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25512, '170322055', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25513, '170322055', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25514, '170322064', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25515, '170322064', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25516, '170322064', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25517, '170322064', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25518, '170322064', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25519, '170322064', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25520, '170322064', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25521, '170322064', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25522, '170322051', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25523, '170322051', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25524, '170322051', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25525, '170322051', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25526, '170322051', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25527, '170322051', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25528, '170322051', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25529, '170322051', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25530, '170322007', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25531, '170322007', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25532, '170322007', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25533, '170322007', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25534, '170322007', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25535, '170322007', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25536, '170322007', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25537, '170322007', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25538, '170322006', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25539, '170322006', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25540, '170322006', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25541, '170322006', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25542, '170322006', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25543, '170322006', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25544, '170322006', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25545, '170322006', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25546, '170322006', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25547, '170322006', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25548, '170322006', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25549, '170322006', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25550, '170322006', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25551, '170322006', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25552, '170322006', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25553, '170322006', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25554, '170322059', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25555, '170322059', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25556, '170322059', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25557, '170322059', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25558, '170322059', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25559, '170322059', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25560, '170322059', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25561, '170322059', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25562, '170322065', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25563, '170322065', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25564, '170322065', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25565, '170322065', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25566, '170322065', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25567, '170322065', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25568, '170322065', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25569, '170322065', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25570, '170322111', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25571, '170322111', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25572, '170322111', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25573, '170322111', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25574, '170322111', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25575, '170322111', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25576, '170322111', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25577, '170322111', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25578, '170322042', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25579, '170322042', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25580, '170322042', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25581, '170322042', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25582, '170322042', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25583, '170322042', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25584, '170322042', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25585, '170322042', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25586, '170322010', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25587, '170322010', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25588, '170322010', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25589, '170322010', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25590, '170322010', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25591, '170322010', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25592, '170322010', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25593, '170322010', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25594, '170322046', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25595, '170322046', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25596, '170322046', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25597, '170322046', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25598, '170322046', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25599, '170322046', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25600, '170322046', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25601, '170322046', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25602, '170322067', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25603, '170322067', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25604, '170322067', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25605, '170322067', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25606, '170322067', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25607, '170322067', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25608, '170322067', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25609, '170322067', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25610, '170322013', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25611, '170322013', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25612, '170322013', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25613, '170322013', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25614, '170322013', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25615, '170322013', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25616, '170322013', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25617, '170322013', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25618, '170322047', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25619, '170322047', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25620, '170322047', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25621, '170322047', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25622, '170322047', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25623, '170322047', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25624, '170322047', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25625, '170322047', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25626, '170322019', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25627, '170322019', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25628, '170322019', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25629, '170322019', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25630, '170322019', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25631, '170322019', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25632, '170322019', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25633, '170322019', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25634, '170322045', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25635, '170322045', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25636, '170322045', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25637, '170322045', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25638, '170322045', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25639, '170322045', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25640, '170322045', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25641, '170322045', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25642, '170322025', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25643, '170322025', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25644, '170322025', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25645, '170322025', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25646, '170322025', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25647, '170322025', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25648, '170322025', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25649, '170322025', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25650, '170411028', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25651, '170411028', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25652, '170411028', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25653, '170411028', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25654, '170411028', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25655, '170411028', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25656, '170411028', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25657, '170411028', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25658, '170411028', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25659, '170322004', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25660, '170322004', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25661, '170322004', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25662, '170322004', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25663, '170322004', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25664, '170322004', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25665, '170322004', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25666, '170322004', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25667, '170411019', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25668, '170411019', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25669, '170411019', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25670, '170411019', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25671, '170411019', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25672, '170411019', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25673, '170411019', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25674, '170411019', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25675, '170411019', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25676, '170411025', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25677, '170411025', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25678, '170411025', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25679, '170411025', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25680, '170411025', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25681, '170411025', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25682, '170411025', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25683, '170411025', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25684, '170411025', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25685, '170411010', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25686, '170411010', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25687, '170411010', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25688, '170411010', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25689, '170411010', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25690, '170411010', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25691, '170411010', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25692, '170411010', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25693, '170411010', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25694, '170411021', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25695, '170411021', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25696, '170411021', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25697, '170411021', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25698, '170411021', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25699, '170411021', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25700, '170411021', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25701, '170411021', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25702, '170411021', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25703, '170411032', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25704, '170411032', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25705, '170411032', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25706, '170411032', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25707, '170411032', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25708, '170411032', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25709, '170411032', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25710, '170411032', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25711, '170411032', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25712, '170411006', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25713, '170411006', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25714, '170411006', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25715, '170411006', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25716, '170411006', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25717, '170411006', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25718, '170411006', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25719, '170411006', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25720, '170411006', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25721, '170411027', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25722, '170411027', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25723, '170411027', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25724, '170411027', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25725, '170411027', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25726, '170411027', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25727, '170411027', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25728, '170411027', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25729, '170411027', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25730, '170111031', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25731, '170111031', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25732, '170111031', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25733, '170111031', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25734, '170111031', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25735, '170111031', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25736, '170111031', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25737, '170411017', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25738, '170411017', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25739, '170411017', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25740, '170411017', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25741, '170411017', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25742, '170411017', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25743, '170411017', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25744, '170411017', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25745, '170411017', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25746, '170411036', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25747, '170411036', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25748, '170411036', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25749, '170411036', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25750, '170411036', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25751, '170411036', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25752, '170411036', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25753, '170411036', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25754, '170411036', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25755, '170411041', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25756, '170411041', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25757, '170411041', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25758, '170411041', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25759, '170411041', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25760, '170411041', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25761, '170411041', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25762, '170411041', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25763, '170411041', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25764, '170411001', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25765, '170411001', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25766, '170411001', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25767, '170411001', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25768, '170411001', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25769, '170411001', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25770, '170411001', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25771, '170411001', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25772, '170411001', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25773, '170411038', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25774, '170411038', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25775, '170411038', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25776, '170411038', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25777, '170411038', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25778, '170411038', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25779, '170411038', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25780, '170411038', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25781, '170411038', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25782, '170411012', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25783, '170411012', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25784, '170411012', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25785, '170411012', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25786, '170411012', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25787, '170411012', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25788, '170411012', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25789, '170411012', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25790, '170411012', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25791, '170411004', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25792, '170411004', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25793, '170411004', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25794, '170411004', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25795, '170411004', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25796, '170411004', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25797, '170411004', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25798, '170411004', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25799, '170411004', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25800, '170322053', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25801, '170322053', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25802, '170322053', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25803, '170322053', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25804, '170322053', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25805, '170322053', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25806, '170322053', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25807, '170322053', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25808, '170411039', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25809, '170411039', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25810, '170411039', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25811, '170411039', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25812, '170411039', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25813, '170411039', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25814, '170411039', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25815, '170411039', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25816, '170411039', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25817, '170411009', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25818, '170411009', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25819, '170411009', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25820, '170411009', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25821, '170411009', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25822, '170411009', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25823, '170411009', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25824, '170411009', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25825, '170411009', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25826, '170411013', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25827, '170411013', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25828, '170411013', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25829, '170411013', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25830, '170411013', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25831, '170411013', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25832, '170411013', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25833, '170411013', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25834, '170411013', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25835, '170411034', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25836, '170411034', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25837, '170411034', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25838, '170411034', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25839, '170411034', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25840, '170411034', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25841, '170411034', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25842, '170411034', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25843, '170411034', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25844, '170411050', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25845, '170411050', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25846, '170411050', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25847, '170411050', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25848, '170411050', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25849, '170411050', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25850, '170411050', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25851, '170411050', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25852, '170411050', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25853, '170411002', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25854, '170411002', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25855, '170411002', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25856, '170411002', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25857, '170411002', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25858, '170411002', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25859, '170411002', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25860, '170411002', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25861, '170411002', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25862, '170411023', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25863, '170411023', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25864, '170411023', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25865, '170411023', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25866, '170411023', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25867, '170411023', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25868, '170411023', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25869, '170411023', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25870, '170411023', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25871, '170411011', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25872, '170411011', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25873, '170411011', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25874, '170411011', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25875, '170411011', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25876, '170411011', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25877, '170411011', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25878, '170411011', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25879, '170411011', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25889, '170411016', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25890, '170411016', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25891, '170411016', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25892, '170411016', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25893, '170411016', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25894, '170411016', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25895, '170411016', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25896, '170411016', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25897, '170411016', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25898, '170411026', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25899, '170411026', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25900, '170411026', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25901, '170411026', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25902, '170411026', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25903, '170411026', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25904, '170411026', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25905, '170411026', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25906, '170411026', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25907, '170411008', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25908, '170411008', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25909, '170411008', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25910, '170411008', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25911, '170411008', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25912, '170411008', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25913, '170411008', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25914, '170411008', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25915, '170411008', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25916, '170411015', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25917, '170411015', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25918, '170411015', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25919, '170411015', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25920, '170411015', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25921, '170411015', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25922, '170411007', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25923, '170411007', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25924, '170411007', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25925, '170411007', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25926, '170411007', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25927, '170411007', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25928, '170411007', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25929, '170411007', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25930, '170411007', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25931, '170411040', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25932, '170411040', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25933, '170411040', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25934, '170411040', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25935, '170411040', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25936, '170411040', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25937, '170411040', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25938, '170411040', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25939, '170411040', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25940, '170411022', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25941, '170411022', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25942, '170411022', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25943, '170411022', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25944, '170411022', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25945, '170411022', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25946, '170411022', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25947, '170411022', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25948, '170411022', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25958, '170411014', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25959, '170411014', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25960, '170411014', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25961, '170411014', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25962, '170411014', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25963, '170411014', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25964, '170411014', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25965, '170411014', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25966, '170411014', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25967, '170322054', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25968, '170322054', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25969, '170322054', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25970, '170322054', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25971, '170322054', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25972, '170322054', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25973, '170322054', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25974, '170322054', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25975, '170322058', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (25976, '170322058', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (25977, '170322058', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (25978, '170322058', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (25979, '170322058', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (25980, '170322058', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (25981, '170322058', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (25982, '170322058', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (25983, '170411003', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (25984, '170411003', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (25985, '170411003', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (25986, '170411003', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (25987, '170411003', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (25988, '170411003', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (25989, '170411003', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (25990, '170411003', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (25991, '170411003', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (25992, '170111019', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (25993, '170111019', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (25994, '170111019', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (25995, '170111019', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (25996, '170111019', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (25997, '170111019', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (25998, '170111019', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (25999, '170411031', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26000, '170411031', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26001, '170411031', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26002, '170411031', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26003, '170411031', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26004, '170411031', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26005, '170411031', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26006, '170411031', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26007, '170411031', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26008, '170411037', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26009, '170411037', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26010, '170411037', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26011, '170411037', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26012, '170411037', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26013, '170411037', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26014, '170411037', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26015, '170411037', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26016, '170411037', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26017, '170411030', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26018, '170411030', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26019, '170411030', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26020, '170411030', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26021, '170411030', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26022, '170411030', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26023, '170411030', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26024, '170411030', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26025, '170411030', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26026, '170411033', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26027, '170411033', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26028, '170411033', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26029, '170411033', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26030, '170411033', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26031, '170411033', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26032, '170411033', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26033, '170411033', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26034, '170411033', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26035, '170411024', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26036, '170411024', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26037, '170411024', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26038, '170411024', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26039, '170411024', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26040, '170411024', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26041, '170411024', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26042, '170411024', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (26043, '170411024', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26044, '170411035', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26045, '170411035', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26046, '170411035', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26047, '170411035', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26048, '170411035', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26049, '170411035', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26050, '170411035', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26051, '170411035', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26052, '170411035', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26053, '170411020', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26054, '170411020', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26055, '170411020', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26056, '170411020', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26057, '170411020', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26058, '170411020', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26059, '170411020', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26060, '170411020', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26061, '170411020', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26062, '170411018', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26063, '170411018', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26064, '170411018', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26065, '170411018', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26066, '170411018', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26067, '170411018', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26068, '170411018', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26069, '170411018', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26070, '170411018', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26071, '170411044', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26072, '170411044', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26073, '170411044', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26074, '170411044', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26075, '170411044', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26076, '170411044', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26077, '170411044', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26078, '170411044', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26079, '170411044', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26080, '170411005', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26081, '170411005', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26082, '170411005', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26083, '170411005', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26084, '170411005', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26085, '170411005', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26086, '170411005', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26087, '170411005', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26088, '170411005', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26089, '170411015', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26090, '170411015', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26091, '170411015', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26128, '22', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26129, '22', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26130, '22', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26131, '170411042', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26132, '170411042', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26133, '170411042', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26134, '170411042', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26135, '170411042', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26136, '170411042', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26137, '170411042', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26138, '170411042', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26139, '170411042', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26140, '150109016', 89, 'KEP1001', 'D044', '1', 'Ganjil 2015/2016'), (26141, '150109016', 90, 'KEP1002', 'D037', '1', 'Ganjil 2015/2016'), (26142, '150109016', 91, 'KEP1003', 'D039', '1', 'Ganjil 2015/2016'), (26143, '150109016', 92, 'KEP1004', 'D042', '1', 'Ganjil 2015/2016'), (26144, '150109016', 93, 'KEP1005', 'D041', '1', 'Ganjil 2015/2016'), (26145, '150109016', 94, 'KEP1006', 'D002', '1', 'Ganjil 2015/2016'), (26146, '150109016', 95, 'KEP1007', 'D027', '1', 'Ganjil 2015/2016'), (26147, '150109016', 104, 'KEP1008', 'D036', '1', 'Ganjil 2015/2016'), (26148, '150109016', 213, 'KEP2.001', 'D009', '2', 'Genap 2015/2016'), (26149, '150109016', 214, 'KEP2.002', 'D037', '2', 'Genap 2015/2016'), (26150, '150109016', 215, 'KEP2.003', 'D018', '2', 'Genap 2015/2016'), (26151, '150109016', 216, 'KEP2.004', 'D002', '2', 'Genap 2015/2016'), (26152, '150109016', 217, 'KEP2.005', 'D022', '2', 'Genap 2015/2016'), (26153, '150109016', 218, 'KEP2.007', 'D041', '2', 'Genap 2015/2016'), (26154, '150109016', 239, 'Kep4001', 'D008', '4', 'Genap 2016/2017'), (26155, '150109016', 240, 'Kep4002', 'D031', '4', 'Genap 2016/2017'), (26156, '150109016', 241, 'Kep4003', 'D018', '4', 'Genap 2016/2017'), (26157, '150109016', 242, 'Kep4004', 'D006', '4', 'Genap 2016/2017'), (26158, '150109016', 243, 'Kep4005', 'D021', '4', 'Genap 2016/2017'), (26159, '150109016', 244, 'Kep4006', 'D009', '4', 'Genap 2016/2017'), (26160, '140108001', 131, 'KEP3001', 'D008', '3', 'Ganjil 2015/2016'), (26161, '140108001', 132, 'KEP3002', 'D030', '3', 'Ganjil 2015/2016'), (26162, '140108001', 133, 'KEP3003', 'D009', '3', 'Ganjil 2015/2016'), (26163, '140108001', 134, 'KEP3004', 'D022', '3', 'Ganjil 2015/2016'), (26164, '140108001', 135, 'KEP3005', 'D033', '3', 'Ganjil 2015/2016'), (26165, '140108001', 239, 'Kep4001', 'D008', '4', 'Genap 2015/2016'), (26166, '140108001', 240, 'Kep4002', 'D031', '4', 'Genap 2015/2016'), (26167, '140108001', 241, 'Kep4003', 'D018', '4', 'Genap 2015/2016'), (26168, '140108001', 242, 'Kep4004', 'D006', '4', 'Genap 2015/2016'), (26169, '140108001', 243, 'Kep4005', 'D021', '4', 'Genap 2015/2016'), (26170, '140108001', 244, 'Kep4006', 'D009', '4', 'Genap 2015/2016'), (26171, '120106001', 144, 'KEP7003', 'D018', '7', 'Ganjil 2015/2016'), (26172, '120106001', 145, 'KEP7004', 'D035', '7', 'Ganjil 2015/2016'), (26173, '120106001', 251, 'Kep8002', 'D021', '7', 'Ganjil 2015/2016'), (26174, '120106001', 306, 'KEP.7.004', 'D046', '7', 'Ganjil 2015/2016'), (26181, '130107001', 245, 'Kep6001', 'D042', '6', 'Genap 2015/2016'), (26182, '130107001', 246, 'Kep6002', 'D002', '6', 'Genap 2015/2016'), (26183, '130107001', 247, 'Kep6003', 'D041', '6', 'Genap 2015/2016'), (26184, '130107001', 248, 'Kep6004', 'D018', '6', 'Genap 2015/2016'), (26185, '130107001', 249, 'Kep6005', 'D042', '6', 'Genap 2015/2016'), (26186, '120106001', 250, 'Kep8001', 'D045', '8', 'Genap 2015/2016'), (26187, '120106001', 305, 'KEP.8.003', 'D045', '8', 'Genap 2015/2016'), (26188, '120106001', 307, 'KEP.8.001', 'D046', '8', 'Genap 2015/2016'), (26189, '130107001', 136, 'KEP5001', 'D018', '5', 'Ganjil 2015/2016'), (26190, '130107001', 137, 'KEP5002', 'D031', '5', 'Ganjil 2015/2016'), (26191, '130107001', 138, 'KEP5003', 'D009', '5', 'Ganjil 2015/2016'), (26192, '130107001', 139, 'KEP5004', 'D021', '5', 'Ganjil 2015/2016'), (26193, '130107001', 141, 'KEP5006', 'D045', '5', 'Ganjil 2015/2016'), (26194, '130107001', 309, 'KEP5005', 'D022', '5', 'Ganjil 2015/2016'), (26195, '160410054', 146, 'Bd.302', 'D001', '3', 'Ganjil 2016/2017'), (26196, '160410054', 147, 'Bd.304', 'D007', '3', 'Ganjil 2016/2017'), (26197, '160410054', 151, 'Bd.402', 'D013', '3', 'Ganjil 2016/2017'), (26198, '160410054', 168, 'Bd.303', 'D005', '3', 'Ganjil 2016/2017'), (26199, '160410073', 146, 'Bd.302', 'D001', '3', 'Ganjil 2016/2017'), (26200, '160410073', 147, 'Bd.304', 'D007', '3', 'Ganjil 2016/2017'), (26201, '160410073', 151, 'Bd.402', 'D013', '3', 'Ganjil 2016/2017'), (26202, '160410073', 168, 'Bd.303', 'D005', '3', 'Ganjil 2016/2017'), (26203, '160410002', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26204, '160410002', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26205, '160410002', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26206, '160410002', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26207, '160410002', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26208, '160410002', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26209, '160410002', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26210, '160410033', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26211, '160410033', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26212, '160410033', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26213, '160410033', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26214, '160410033', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26215, '160410033', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26216, '160410033', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26217, '160410070', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26218, '160410070', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26219, '160410070', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26220, '160410070', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26221, '160410070', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26222, '160410070', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26223, '160410070', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26224, '160410066', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26225, '160410066', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26226, '160410066', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26227, '160410066', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26228, '160410066', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26229, '160410066', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26230, '160410066', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26231, '160410013', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26232, '160410013', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26233, '160410013', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26234, '160410013', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26235, '160410013', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26236, '160410013', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26237, '160410013', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26238, '160410034', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26239, '160410034', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26240, '160410034', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26241, '160410034', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26242, '160410034', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26243, '160410034', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26244, '160410034', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26245, '160410012', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26246, '160410012', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26247, '160410012', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26248, '160410012', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26249, '160410012', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26250, '160410012', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26251, '160410012', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26252, '160410055', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26253, '160410055', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26254, '160410055', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26255, '160410055', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26256, '160410055', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26257, '160410055', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26258, '160410055', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26259, '160410057', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26260, '160410057', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26261, '160410057', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26262, '160410057', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26263, '160410057', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26264, '160410057', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26265, '160410057', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26266, '160410051', 146, 'Bd.302', 'D001', '3', 'Ganjil 2016/2017'), (26267, '160410051', 147, 'Bd.304', 'D007', '3', 'Ganjil 2016/2017'), (26268, '160410051', 151, 'Bd.402', 'D013', '3', 'Ganjil 2016/2017'), (26269, '160410051', 168, 'Bd.303', 'D005', '3', 'Ganjil 2016/2017'), (26270, '160410009', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26271, '160410009', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26272, '160410009', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26273, '160410009', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26274, '160410009', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26275, '160410009', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26276, '160410009', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26277, '160410024', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26278, '160410024', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26279, '160410024', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26280, '160410024', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26281, '160410024', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26282, '160410024', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26283, '160410024', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26284, '160410020', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26285, '160410020', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26286, '160410020', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26287, '160410020', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26288, '160410020', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26289, '160410020', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26290, '160410020', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26291, '160410043', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26292, '160410043', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26293, '160410043', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26294, '160410043', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26295, '160410043', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26296, '160410043', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26297, '160410043', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26305, '160410008', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26306, '160410008', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26307, '160410008', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26308, '160410008', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26309, '160410008', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26310, '160410008', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26311, '160410008', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26312, '160410011', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26313, '160410011', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26314, '160410011', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26315, '160410011', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26316, '160410011', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26317, '160410011', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26318, '160410011', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26326, '160410068', 310, '', '', '', ''), (26327, '160410068', 311, '', '', '', ''), (26328, '160410068', 312, '', '', '', ''), (26329, '160410068', 313, '', '', '', ''), (26330, '160410068', 314, '', '', '', ''), (26331, '160410068', 315, '', '', '', ''), (26332, '160410068', 316, '', '', '', ''), (26333, '160410069', 310, '', '', '', ''), (26334, '160410069', 311, '', '', '', ''), (26335, '160410069', 312, '', '', '', ''), (26336, '160410069', 313, '', '', '', ''), (26337, '160410069', 314, '', '', '', ''), (26338, '160410069', 315, '', '', '', ''), (26339, '160410069', 316, '', '', '', ''), (26340, '160410042', 310, '', '', '', ''), (26341, '160410042', 311, '', '', '', ''), (26342, '160410042', 312, '', '', '', ''), (26343, '160410042', 313, '', '', '', ''), (26344, '160410042', 314, '', '', '', ''), (26345, '160410042', 315, '', '', '', ''), (26346, '160410042', 316, '', '', '', ''), (26347, '160410018', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26348, '160410018', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26349, '160410018', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26350, '160410018', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26351, '160410018', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26352, '160410018', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26353, '160410018', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26354, '160410045', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26355, '160410045', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26356, '160410045', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26357, '160410045', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26358, '160410045', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26359, '160410045', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26360, '160410045', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26361, '160410041', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26362, '160410041', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26363, '160410041', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26364, '160410041', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26365, '160410041', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26366, '160410041', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26367, '160410041', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26368, '160410014', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26369, '160410014', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26370, '160410014', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26371, '160410014', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26372, '160410014', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26373, '160410014', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26374, '160410014', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26375, '160410007', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26376, '160410007', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26377, '160410007', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26378, '160410007', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26379, '160410007', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26380, '160410007', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26381, '160410007', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26382, '160410010', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26383, '160410010', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26384, '160410010', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26385, '160410010', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26386, '160410010', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26387, '160410010', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26388, '160410010', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26397, '160410061', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26398, '160410061', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26399, '160410061', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26400, '160410061', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26401, '160410061', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26402, '160410061', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26403, '160410061', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26404, '160410005', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26405, '160410005', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26406, '160410005', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26407, '160410005', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26408, '160410005', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26409, '160410005', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26410, '160410005', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26411, '170111032', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (26412, '170111032', 298, 'Kep 1.002', 'D002', '1', 'Ganjil 2017/2018'), (26413, '170111032', 299, 'Kep 1.003', 'D042', '1', 'Ganjil 2017/2018'), (26414, '170111032', 300, 'Kep 1.004', 'K006', '1', 'Ganjil 2017/2018'), (26415, '170111032', 301, 'Kep 1.005', 'D002', '1', 'Ganjil 2017/2018'), (26416, '170111032', 302, 'Kep 1.006', 'D002', '1', 'Ganjil 2017/2018'), (26417, '170111032', 303, 'Kep 1.007', 'D009', '1', 'Ganjil 2017/2018'), (26418, '170322074', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26419, '170322074', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26420, '170322074', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26421, '170322074', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26422, '170322074', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26423, '170322074', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26424, '170322074', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26425, '170322074', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26426, '170322075', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26427, '170322075', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26428, '170322075', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26429, '170322075', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26430, '170322075', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26431, '170322075', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26432, '170322075', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26433, '170322075', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26434, '170322030', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26435, '170322030', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26436, '170322030', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26437, '170322030', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26438, '170322030', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26439, '170322030', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26440, '170322030', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26441, '170322030', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26442, '170322073', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26443, '170322073', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26444, '170322073', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26445, '170322073', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26446, '170322073', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26447, '170322073', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26448, '170322073', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26449, '170322073', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26455, '170322072', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26456, '170322072', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26457, '170322072', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26458, '170322072', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26459, '170322072', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26460, '170322072', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26461, '170322072', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26462, '170322072', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26463, '170411029', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (26464, '170411029', 281, 'Bd.5.102', 'D036', '1', 'Ganjil 2017/2018'), (26465, '170411029', 282, 'Bd.5.103', 'D004', '1', 'Ganjil 2017/2018'), (26466, '170411029', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (26467, '170411029', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (26468, '170411029', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (26469, '170411029', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (26470, '170411029', 287, 'Bd.5.108', 'D005', '1', 'Ganjil 2017/2018'), (26471, '170411029', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (26472, '160410036', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (26473, '160410036', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (26474, '160410036', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (26475, '160410036', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (26476, '160410036', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (26477, '160410036', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (26478, '160410036', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (26479, '150409048', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (26480, '150409048', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (26481, '150409048', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (26482, '150409048', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (26483, '150409048', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (26484, '22', 219, 'Bd.5.201', 'D036', '2', 'Genap 2016/2017'), (26485, '22', 220, 'Bd.5.202', 'D012', '2', 'Genap 2016/2017'), (26486, '22', 222, 'Bd.5.203', 'D023', '2', 'Genap 2016/2017'), (26487, '22', 223, 'Bd.5.204', 'D004', '2', 'Genap 2016/2017'), (26488, '22', 225, 'Bd.5.206', 'D016', '2', 'Genap 2016/2017'), (26489, '22', 226, 'Bd.5.207', 'D003', '2', 'Genap 2016/2017'), (26490, '22', 227, 'Bd.5.208', 'D022', '2', 'Genap 2016/2017'), (26491, '22', 228, 'Bd.5.205', 'D043', '2', 'Genap 2016/2017'), (26492, '160110029', 131, '', '', '', ''), (26493, '160110029', 132, '', '', '', ''), (26494, '160110029', 133, '', '', '', ''), (26495, '160110029', 134, '', '', '', ''), (26496, '160110029', 135, '', '', '', ''), (26497, '160110014', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26498, '160110014', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26499, '160110014', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26500, '160110014', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26501, '160110014', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26502, '160110010', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26503, '160110010', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26504, '160110010', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26505, '160110010', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26506, '160110010', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26507, '160110004', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26508, '160110004', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26509, '160110004', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26510, '160110004', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26511, '160110004', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26512, '160110004', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26513, '160110004', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26514, '160110004', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26515, '160110004', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26516, '160110004', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26517, '160110016', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26518, '160110016', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26519, '160110016', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26520, '160110016', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26521, '160110016', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26522, '160110018', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26523, '160110018', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26524, '160110018', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26525, '160110018', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26526, '160110018', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26527, '160110013', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26528, '160110013', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26529, '160110013', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26530, '160110013', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26531, '160110013', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26537, '160110028', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26538, '160110028', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26539, '160110028', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26540, '160110028', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26541, '160110028', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26563, '160110017', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26564, '160110017', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26565, '160110017', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26566, '160110017', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26567, '160110017', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26568, '160110025', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26569, '160110025', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26570, '160110025', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26571, '160110025', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26572, '160110025', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26573, '160110030', 123, '', '', '', ''), (26574, '160110030', 131, '', '', '', ''), (26575, '160110030', 132, '', '', '', ''), (26576, '160110030', 133, '', '', '', ''), (26577, '160110030', 135, '', '', '', ''), (26578, '160110006', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26579, '160110006', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26580, '160110006', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26581, '160110006', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26582, '160110006', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26583, '160110022', 325, '', '', '', ''), (26584, '160110022', 326, '', '', '', ''), (26585, '160110022', 327, '', '', '', ''), (26586, '160110022', 329, '', '', '', ''), (26587, '160110022', 340, '', '', '', ''), (26588, '150109002', 136, '', '', '', ''), (26589, '150109002', 137, '', '', '', ''), (26590, '150109002', 138, '', '', '', ''), (26591, '150109002', 139, '', '', '', ''), (26592, '150109002', 140, '', '', '', ''), (26593, '150109002', 141, '', '', '', ''), (26594, '150109019', 330, '', '', '', ''), (26595, '150109019', 331, '', '', '', ''), (26596, '150109019', 332, '', '', '', ''), (26597, '150109019', 333, '', '', '', ''), (26598, '150109019', 334, '', '', '', ''), (26599, '150109019', 335, '', '', '', ''), (26600, '150109012', 330, '', '', '', ''), (26601, '150109012', 331, '', '', '', ''), (26602, '150109012', 332, '', '', '', ''), (26603, '150109012', 333, '', '', '', ''), (26604, '150109012', 334, '', '', '', ''), (26605, '150109012', 335, '', '', '', ''), (26606, '150409064', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (26607, '150409064', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (26608, '150409064', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (26609, '150409064', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (26610, '150409064', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (26611, '150409054', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (26612, '150409054', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (26613, '150409054', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (26614, '150409054', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (26615, '150409054', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (26616, '150409058', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (26617, '150409058', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (26618, '150409058', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (26619, '150409058', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (26620, '150409058', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (26621, '140108027', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26622, '140108027', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26623, '140108027', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26624, '140108027', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26625, '140108018', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26626, '140108018', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26627, '140108018', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26628, '140108018', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26629, '160110011', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26630, '160110011', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26631, '160110011', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26632, '160110011', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26633, '160110011', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26634, '160110011', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (26635, '160110011', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (26636, '160110011', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (26637, '160110011', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (26638, '160110011', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (26639, '150109005', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26640, '150109005', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26641, '150109005', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26642, '150109005', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26643, '150109005', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26644, '150109005', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26645, '150109024', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26646, '150109024', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26647, '150109024', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26648, '150109024', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26649, '150109024', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26650, '150109024', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26651, '150109004', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26652, '150109004', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26653, '150109004', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26654, '150109004', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26655, '150109004', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26656, '150109004', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26657, '150109017', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26658, '150109017', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26659, '150109017', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26660, '150109017', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26661, '150109017', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26662, '150109017', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26663, '150109028', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26664, '150109028', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26665, '150109028', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26666, '150109028', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26667, '150109028', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26668, '150109028', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26669, '150109023', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26670, '150109023', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26671, '150109023', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26672, '150109023', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26673, '150109023', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26674, '150109023', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26675, '150109016', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26676, '150109016', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26677, '150109016', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26678, '150109016', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26679, '150109016', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26680, '150109016', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26681, '150109014', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26682, '150109014', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26683, '150109014', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26684, '150109014', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26685, '150109014', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26686, '150109014', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26687, '150109020', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (26688, '150109020', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (26689, '150109020', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (26690, '150109020', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (26691, '150109020', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (26692, '150109020', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (26693, '140108024', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26694, '140108024', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26695, '140108024', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26696, '140108024', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26697, '140108021', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26698, '140108021', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26699, '140108021', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26700, '140108021', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26701, '140108015', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26702, '140108015', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26703, '140108015', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26704, '140108015', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26705, '140108013', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26706, '140108013', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26707, '140108013', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26708, '140108013', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26709, '140108007', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (26710, '140108007', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (26711, '140108007', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (26712, '140108007', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (26727, '160321018', 341, '', '', '', ''), (26728, '160321018', 342, '', '', '', ''), (26729, '160321018', 343, '', '', '', ''), (26730, '160321018', 344, '', '', '', ''), (26731, '160321018', 345, '', '', '', ''), (26732, '160321018', 346, '', '', '', ''), (26733, '160321043', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26734, '160321043', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26735, '160321043', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26736, '160321043', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26737, '160321043', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26738, '160321043', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26739, '160321043', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26754, '160321057', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26755, '160321057', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26756, '160321057', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26757, '160321057', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26758, '160321057', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26759, '160321057', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26760, '160321057', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26761, '160321057', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26762, '160321145', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26763, '160321145', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26764, '160321145', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26765, '160321145', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26766, '160321145', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26767, '160321145', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26768, '160321145', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26769, '160321145', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26770, '160321052', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26771, '160321052', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26772, '160321052', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26773, '160321052', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26774, '160321052', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26775, '160321052', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26776, '160321052', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26777, '160321052', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26778, '160321004', 341, '', '', '', ''), (26779, '160321004', 343, '', '', '', ''), (26780, '160321004', 344, '', '', '', ''), (26781, '160321004', 345, '', '', '', ''), (26782, '160321004', 346, '', '', '', ''), (26783, '160321004', 347, '', '', '', ''), (26784, '160321004', 348, '', '', '', ''), (26791, '160321013', 341, '', '', '', ''), (26792, '160321013', 342, '', '', '', ''), (26793, '160321013', 343, '', '', '', ''), (26794, '160321013', 344, '', '', '', ''), (26795, '160321013', 345, '', '', '', ''), (26796, '160321013', 346, '', '', '', ''), (26797, '160321013', 347, '', '', '', ''), (26798, '160321013', 348, '', '', '', ''), (26799, '160321055', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26800, '160321055', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26801, '160321055', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26802, '160321055', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26803, '160321055', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26804, '160321055', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26805, '160321055', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26806, '160321055', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26807, '160321049', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26808, '160321049', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26809, '160321049', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26810, '160321049', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26811, '160321049', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26812, '160321049', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26813, '160321049', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26814, '160321049', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26815, '160321053', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26816, '160321053', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26817, '160321053', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26818, '160321053', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26819, '160321053', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26820, '160321053', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26821, '160321053', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26822, '160321053', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26823, '160321063', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26824, '160321063', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26825, '160321063', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26826, '160321063', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26827, '160321063', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26828, '160321063', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26829, '160321063', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26830, '160321063', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26831, '160321073', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26832, '160321073', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26833, '160321073', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26834, '160321073', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26835, '160321073', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26836, '160321073', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26837, '160321073', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26838, '160321073', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26839, '160321073', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26840, '160321073', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26841, '160321073', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26842, '160321073', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26843, '160321073', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26844, '160321073', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26845, '160321066', 341, '', '', '', ''), (26846, '160321066', 342, '', '', '', ''), (26847, '160321066', 343, '', '', '', ''), (26848, '160321066', 344, '', '', '', ''), (26849, '160321066', 345, '', '', '', ''), (26850, '160321066', 346, '', '', '', ''), (26851, '160321017', 341, '', '', '', ''), (26852, '160321017', 342, '', '', '', ''), (26853, '160321017', 343, '', '', '', ''), (26854, '160321017', 344, '', '', '', ''), (26855, '160321017', 345, '', '', '', ''), (26856, '160321017', 346, '', '', '', ''), (26857, '160321017', 347, '', '', '', ''), (26858, '160321017', 348, '', '', '', ''), (26859, '160321064', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26860, '160321064', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26861, '160321064', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26862, '160321064', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26863, '160321064', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26864, '160321064', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26865, '160321064', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26866, '160321064', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26867, '160321068', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26868, '160321068', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26869, '160321068', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26870, '160321068', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26871, '160321068', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26872, '160321068', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26873, '160321068', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26874, '160321068', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26875, '160321072', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26876, '160321072', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26877, '160321072', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26878, '160321072', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26879, '160321072', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26880, '160321072', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26881, '160321072', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26882, '160321072', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26883, '160321007', 341, '', '', '', ''), (26884, '160321007', 342, '', '', '', ''), (26885, '160321007', 343, '', '', '', ''), (26886, '160321007', 344, '', '', '', ''), (26887, '160321007', 345, '', '', '', ''), (26888, '160321007', 346, '', '', '', ''), (26889, '160321007', 347, '', '', '', ''), (26890, '160321007', 348, '', '', '', ''), (26891, '160321047', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26892, '160321047', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26893, '160321047', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26894, '160321047', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26895, '160321047', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26896, '160321047', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26897, '160321047', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26898, '160321047', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26899, '160321040', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26900, '160321040', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26901, '160321040', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26902, '160321040', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26903, '160321040', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26904, '160321040', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26905, '160321040', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26906, '160321040', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26907, '160321040', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26908, '160321040', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26909, '160321040', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26910, '160321040', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26911, '160321040', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26912, '160321040', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26913, '160321040', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26914, '160321040', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26915, '160321039', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26916, '160321039', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26917, '160321039', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26918, '160321039', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26919, '160321039', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26920, '160321039', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26921, '160321039', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26922, '160321039', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26923, '160321069', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26924, '160321069', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26925, '160321069', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26926, '160321069', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26927, '160321069', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26928, '160321069', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (26929, '160321069', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26930, '160321069', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26931, '160321050', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26932, '160321050', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26933, '160321050', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26934, '160321050', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26935, '160321050', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26936, '160321050', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26937, '160321050', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26938, '160321050', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26939, '160321008', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26940, '160321008', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26941, '160321008', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26942, '160321008', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26943, '160321008', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26944, '160321008', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26945, '160321008', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26946, '160321008', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26947, '160321028', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26948, '160321028', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26949, '160321028', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26950, '160321028', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26951, '160321028', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26952, '160321028', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26953, '160321028', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26954, '160321028', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26955, '160321037', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26956, '160321037', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26957, '160321037', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26958, '160321037', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26959, '160321037', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26960, '160321037', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26961, '160321037', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26962, '160321037', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26963, '160321042', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26964, '160321042', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26965, '160321042', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26966, '160321042', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26967, '160321042', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26968, '160321042', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26969, '160321042', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26970, '160321042', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26971, '160321048', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (26972, '160321048', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (26973, '160321048', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (26974, '160321048', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (26975, '160321048', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (26976, '160321048', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (26977, '160321048', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (26978, '160321048', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (26979, '170322078', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26980, '170322078', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26981, '170322078', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26982, '170322078', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26983, '170322078', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26984, '170322078', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26985, '170322078', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26986, '170322078', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26987, '170322099', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26988, '170322099', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26989, '170322099', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26990, '170322099', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26991, '170322099', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (26992, '170322099', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (26993, '170322099', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (26994, '170322099', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (26995, '170322076', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (26996, '170322076', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (26997, '170322076', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (26998, '170322076', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (26999, '170322076', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27000, '170322076', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27001, '170322076', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27002, '170322076', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27003, '170322109', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27004, '170322109', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27005, '170322109', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27006, '170322109', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27007, '170322109', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27008, '170322109', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27009, '170322109', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27010, '170322109', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27011, '170322088', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27012, '170322088', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27013, '170322088', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27014, '170322088', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27015, '170322088', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27016, '170322088', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27017, '170322088', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27018, '170322088', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27019, '170322087', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27020, '170322087', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27021, '170322087', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27022, '170322087', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27023, '170322087', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27024, '170322087', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27025, '170322087', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27026, '170322087', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27027, '170322097', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27028, '170322097', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27029, '170322097', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27030, '170322097', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27031, '170322097', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27032, '170322097', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27033, '170322097', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27034, '170322097', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27035, '170322098', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27036, '170322098', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27037, '170322098', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27038, '170322098', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27039, '170322098', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27040, '170322098', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27041, '170322098', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27042, '170322098', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27043, '170322083', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27044, '170322083', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27045, '170322083', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27046, '170322083', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27047, '170322083', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27048, '170322083', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27049, '170322083', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27050, '170322083', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27051, '170322093', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27052, '170322093', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27053, '170322093', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27054, '170322093', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27055, '170322093', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27056, '170322093', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27057, '170322093', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27058, '170322093', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27059, '170322081', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27060, '170322081', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27061, '170322081', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27062, '170322081', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27063, '170322081', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27064, '170322081', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27065, '170322081', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27066, '170322081', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27067, '170322108', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27068, '170322108', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27069, '170322108', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27070, '170322108', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27071, '170322108', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27072, '170322108', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27073, '170322108', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27074, '170322108', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27075, '170322100', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27076, '170322100', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27077, '170322100', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27078, '170322100', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27079, '170322100', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27080, '170322100', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27081, '170322100', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27082, '170322100', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27083, '170322079', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27084, '170322079', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27085, '170322079', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27086, '170322079', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27087, '170322079', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27088, '170322079', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27089, '170322079', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27090, '170322079', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27091, '170322084', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27092, '170322084', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27093, '170322084', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27094, '170322084', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27095, '170322084', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27096, '170322084', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27097, '170322084', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27098, '170322084', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27099, '170322104', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27100, '170322104', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27101, '170322104', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27102, '170322104', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27103, '170322104', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27104, '170322104', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27105, '170322104', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27106, '170322104', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27107, '170322107', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27108, '170322107', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27109, '170322107', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27110, '170322107', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27111, '170322107', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27112, '170322107', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27113, '170322107', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27114, '170322107', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27115, '170322102', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27116, '170322102', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27117, '170322102', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27118, '170322102', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27119, '170322102', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27120, '170322102', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27121, '170322102', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27122, '170322102', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27123, '170322082', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27124, '170322082', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27125, '170322082', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27126, '170322082', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27127, '170322082', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27128, '170322082', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27129, '170322082', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27130, '170322082', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27131, '170322086', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27132, '170322086', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27133, '170322086', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27134, '170322086', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27135, '170322086', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27136, '170322086', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27137, '170322086', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27138, '170322086', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27139, '170322095', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27140, '170322095', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27141, '170322095', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27142, '170322095', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27143, '170322095', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27144, '170322095', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27145, '170322095', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27146, '170322095', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27147, '170111041', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27148, '170111041', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27149, '170111041', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27150, '170111041', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27151, '170111041', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27152, '170111041', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27153, '170111041', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27154, '170111041', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27155, '170111068', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27156, '170111068', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27157, '170111068', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27158, '170111068', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27159, '170111068', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27160, '170111068', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27161, '170111068', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27162, '170111068', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27163, '170111068', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27164, '170111047', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27165, '170111047', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27166, '170111047', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27167, '170111047', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27168, '170111047', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27169, '170111047', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27170, '170111047', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27171, '170111047', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27172, '170111047', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27173, '170111045', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27174, '170111045', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27175, '170111045', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27176, '170111045', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27177, '170111045', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27178, '170111045', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27179, '170111045', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27180, '170111045', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27181, '170111045', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27182, '170111055', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27183, '170111055', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27184, '170111055', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27185, '170111055', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27186, '170111055', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27187, '170111055', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27188, '170111055', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27189, '170111055', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27190, '170111055', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27191, '170111067', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27192, '170111067', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27193, '170111067', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27194, '170111067', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27195, '170111067', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27196, '170111067', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27197, '170111067', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27198, '170111067', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27199, '170111067', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27200, '170111067', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27201, '170111067', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27202, '170111067', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27203, '170111067', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27204, '170111067', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27205, '170111067', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27206, '170111067', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27207, '170111067', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27208, '170111067', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27209, '170111046', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27210, '170111046', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27211, '170111046', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27212, '170111046', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27213, '170111046', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27214, '170111046', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27215, '170111046', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27216, '170111046', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27217, '170111071', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27218, '170111071', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27219, '170111071', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27220, '170111071', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27221, '170111071', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27222, '170111071', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27223, '170111071', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27224, '170111071', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27225, '170111071', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27226, '170111054', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27227, '170111054', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27228, '170111054', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27229, '170111054', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27230, '170111054', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27231, '170111054', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27232, '170111054', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27233, '170111054', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27234, '170111054', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27235, '170111036', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27236, '170111036', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27237, '170111036', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27238, '170111036', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27239, '170111036', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27240, '170111036', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27241, '170111036', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27242, '170111036', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27243, '170111036', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27244, '170111064', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27245, '170111064', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27246, '170111064', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27247, '170111064', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27248, '170111064', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27249, '170111064', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27250, '170111064', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27251, '170111064', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27252, '170111064', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27253, '170111061', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27254, '170111061', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27255, '170111061', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27256, '170111061', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27257, '170111061', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27258, '170111061', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27259, '170111061', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27260, '170111061', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27261, '170111061', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27262, '170111049', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27263, '170111049', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27264, '170111049', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27265, '170111049', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27266, '170111049', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27267, '170111049', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27268, '170111049', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27269, '170111049', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27270, '170111049', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27271, '170111072', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27272, '170111072', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27273, '170111072', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27274, '170111072', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27275, '170111072', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27276, '170111072', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27277, '170111072', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27278, '170111072', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27279, '170111072', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27280, '170111044', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27281, '170111044', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27282, '170111044', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27283, '170111044', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27284, '170111044', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27285, '170111044', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27286, '170111044', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27287, '170111044', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27288, '170111044', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27289, '170111060', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27290, '170111060', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27291, '170111060', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27292, '170111060', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27293, '170111060', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27294, '170111060', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27295, '170111060', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27296, '170111060', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27297, '170111060', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27298, '170111046', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27299, '170111046', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27300, '170111046', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27301, '170111046', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27302, '170111046', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27303, '170111046', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27304, '170111046', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27305, '170111046', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27306, '170111046', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27307, '170111033', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27308, '170111033', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27309, '170111033', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27310, '170111033', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27311, '170111033', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27312, '170111033', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27313, '170111033', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27314, '170111033', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27315, '170111033', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27316, '170111035', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27317, '170111035', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27318, '170111035', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27319, '170111035', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27320, '170111035', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27321, '170111035', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27322, '170111035', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27323, '170111035', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27324, '170111035', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27325, '170111069', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27326, '170111069', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27327, '170111069', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27328, '170111069', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27329, '170111069', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27330, '170111069', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27331, '170111069', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27332, '170111069', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27333, '170111069', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27334, '170111071', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27335, '170111071', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27336, '170111071', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27337, '170111071', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27338, '170111071', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27339, '170111071', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27340, '170111071', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27341, '170111071', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27342, '170111071', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27343, '170111039', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27344, '170111039', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27345, '170111039', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27346, '170111039', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27347, '170111039', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27348, '170111039', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27349, '170111039', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27350, '170111039', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27351, '170111039', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27352, '170111051', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27353, '170111051', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27354, '170111051', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27355, '170111051', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27356, '170111051', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27357, '170111051', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27358, '170111051', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27359, '170111051', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27360, '170111051', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27361, '170111048', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27362, '170111048', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27363, '170111048', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27364, '170111048', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27365, '170111048', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27366, '170111048', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27367, '170111048', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27368, '170111048', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27369, '170111048', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27370, '170111065', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27371, '170111065', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27372, '170111065', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27373, '170111065', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27374, '170111065', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27375, '170111065', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27376, '170111065', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27377, '170111065', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27378, '170111065', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27379, '170111052', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27380, '170111052', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27381, '170111052', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27382, '170111052', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27383, '170111052', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27384, '170111052', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27385, '170111052', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27386, '170111052', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27387, '170111052', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27388, '170111040', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27389, '170111040', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27390, '170111040', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27391, '170111040', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27392, '170111040', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27393, '170111040', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27394, '170111040', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27395, '170111040', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27396, '170111040', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27397, '170111043', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27398, '170111043', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27399, '170111043', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27400, '170111043', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27401, '170111043', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27402, '170111043', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27403, '170111043', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27404, '170111043', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27405, '170111043', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27406, '170111059', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27407, '170111059', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27408, '170111059', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27409, '170111059', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27410, '170111059', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27411, '170111059', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27412, '170111059', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27413, '170111059', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27414, '170111059', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27415, '170111057', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27416, '170111057', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27417, '170111057', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27418, '170111057', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27419, '170111057', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27420, '170111057', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27421, '170111057', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27422, '170111057', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27423, '170111057', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27424, '170111057', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27425, '170111057', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27426, '170111057', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27427, '170111057', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27428, '170111057', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27429, '170111057', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27430, '170111057', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27431, '170111057', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27432, '170111057', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27433, '170111057', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27434, '170111057', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27435, '170111057', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27436, '170111057', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27437, '170111057', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27438, '170111057', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27439, '170111057', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27440, '170111057', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27441, '170111057', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27442, '170322110', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27443, '170322110', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27444, '170322110', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27445, '170322110', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27446, '170322110', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27447, '170322110', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27448, '170322110', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27449, '170322110', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27450, '160321065', 341, '', '', '', ''), (27451, '160321065', 342, '', '', '', ''), (27452, '160321065', 343, '', '', '', ''), (27453, '160321065', 344, '', '', '', ''), (27454, '160321065', 345, '', '', '', ''), (27455, '160321065', 346, '', '', '', ''), (27456, '160321065', 347, '', '', '', ''), (27457, '160321065', 348, '', '', '', ''), (27458, '160321005', 341, '', '', '', ''), (27459, '160321005', 342, '', '', '', ''), (27460, '160321005', 343, '', '', '', ''), (27461, '160321005', 344, '', '', '', ''), (27462, '160321005', 345, '', '', '', ''), (27463, '160321005', 346, '', '', '', ''), (27464, '160321005', 347, '', '', '', ''), (27465, '160321005', 348, '', '', '', ''), (27466, '170322090', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27467, '170322090', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27468, '170322090', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27469, '170322090', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27470, '170322090', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27471, '170322090', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27472, '170322090', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27473, '170322090', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27474, '170322101', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27475, '170322101', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27476, '170322101', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27477, '170322101', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27478, '170322101', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27479, '170322101', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27480, '170322101', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27481, '170322101', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27482, '170322080', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27483, '170322080', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27484, '170322080', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27485, '170322080', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27486, '170322080', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27487, '170322080', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27488, '170322080', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27489, '170322080', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27490, '160321001', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27491, '160321001', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27492, '160321001', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27493, '160321001', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27494, '160321001', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27495, '160321001', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27496, '160321001', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27497, '160321001', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27498, '170111050', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27499, '170111050', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27500, '170111050', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27501, '170111050', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27502, '170111050', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27503, '170111050', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27504, '170111050', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27505, '170111050', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27506, '170111050', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27525, '170111056', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27526, '170111056', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27527, '170111056', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27528, '170111056', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27529, '170111056', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27530, '170111056', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27531, '170111056', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27532, '170111056', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27533, '170111056', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27534, '170111070', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27535, '170111070', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27536, '170111070', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27537, '170111070', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27538, '170111070', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27539, '170111070', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27540, '170111070', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27541, '170111070', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27542, '170111070', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (27543, '160321061', 341, '', '', '', ''), (27544, '160321061', 342, '', '', '', ''), (27545, '160321061', 343, '', '', '', ''), (27546, '160321061', 344, '', '', '', ''), (27547, '160321061', 345, '', '', '', ''), (27548, '160321061', 346, '', '', '', ''), (27549, '160321061', 347, '', '', '', ''), (27550, '160321061', 348, '', '', '', ''), (27551, '160110032', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (27552, '160110032', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (27553, '160110032', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (27554, '160110032', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (27555, '160110032', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (27556, '160321012', 341, '', '', '', ''), (27557, '160321012', 342, '', '', '', ''), (27558, '160321012', 343, '', '', '', ''), (27559, '160321012', 344, '', '', '', ''), (27560, '160321012', 345, '', '', '', ''), (27561, '160321012', 346, '', '', '', ''), (27562, '160321012', 347, '', '', '', ''), (27563, '160321012', 348, '', '', '', ''), (27564, '170507071', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27565, '170507071', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27566, '170507071', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27567, '170507071', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27568, '170507071', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27569, '170507026', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27570, '170507026', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27571, '170507026', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27572, '170507026', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27573, '170507026', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27574, '170507033', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27575, '170507033', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27576, '170507033', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27577, '170507033', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27578, '170507033', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27579, '150409080', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27580, '150409080', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27581, '150409080', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27582, '150409080', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27583, '150409080', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27584, '150409032', 152, '', '', '', ''), (27585, '150409032', 155, '', '', '', ''), (27586, '150409032', 156, '', '', '', ''), (27587, '150409032', 321, '', '', '', ''), (27588, '150409032', 322, '', '', '', ''), (27589, '150409056', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27590, '150409056', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27591, '150409056', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27592, '150409056', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27593, '150409056', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27594, '150409030', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27595, '150409030', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27596, '150409030', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27597, '150409030', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27598, '150409030', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27599, '150409050', 152, '', '', '', ''), (27600, '150409050', 155, '', '', '', ''), (27601, '150409050', 156, '', '', '', ''), (27602, '150409050', 319, '', '', '', ''), (27603, '150409050', 321, '', '', '', ''), (27604, '150409050', 322, '', '', '', ''), (27605, '150409050', 324, '', '', '', ''), (27606, '140108001', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (27607, '140108001', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (27608, '140108001', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (27609, '140108001', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (27610, '150409004', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27611, '150409004', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27612, '150409004', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27613, '150409004', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27614, '150409004', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27615, '160321044', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27616, '160321044', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27617, '160321044', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27618, '160321044', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27619, '160321044', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27620, '160321044', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27621, '160321044', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27622, '160321044', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27623, '150409051', 152, '', '', '', ''), (27624, '150409051', 155, '', '', '', ''), (27625, '150409051', 156, '', '', '', ''), (27626, '150409051', 319, '', '', '', ''), (27627, '150409051', 321, '', '', '', ''), (27628, '150409051', 322, '', '', '', ''), (27629, '150409051', 324, '', '', '', ''), (27630, '150409023', 152, '', '', '', ''), (27631, '150409023', 155, '', '', '', ''), (27632, '150409023', 156, '', '', '', ''), (27633, '150409023', 319, '', '', '', ''), (27634, '150409023', 321, '', '', '', ''), (27635, '150409023', 322, '', '', '', ''), (27636, '150409023', 324, '', '', '', ''), (27637, '150409001', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27638, '150409001', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27639, '150409001', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27640, '150409001', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27641, '150409001', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27642, '150409055', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27643, '150409055', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27644, '150409055', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27645, '150409055', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27646, '150409055', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27647, '170507059', 360, '', '', '', ''), (27648, '170507059', 361, '', '', '', ''), (27649, '170507059', 362, '', '', '', ''), (27650, '170507059', 363, '', '', '', ''), (27651, '170507059', 364, '', '', '', ''), (27657, '170507031', 360, '', '', '', ''), (27658, '170507031', 361, '', '', '', ''), (27659, '170507031', 362, '', '', '', ''), (27660, '170507031', 363, '', '', '', ''), (27661, '170507031', 364, '', '', '', ''), (27662, '160321035', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27663, '160321035', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27664, '160321035', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27665, '160321035', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27666, '160321035', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27667, '160321035', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27668, '160321035', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27669, '160321035', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27670, '170507035', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27671, '170507035', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27672, '170507035', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27673, '170507035', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27674, '170507035', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27675, '160321020', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27676, '160321020', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27677, '160321020', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27678, '160321020', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27679, '160321020', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27680, '160321020', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27681, '160321020', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27682, '160321020', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27683, '170507023', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27684, '170507023', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27685, '170507023', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27686, '170507023', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27687, '170507023', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27688, '170507042', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27689, '170507042', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27690, '170507042', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27691, '170507042', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27692, '170507042', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (27693, '170507062', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27694, '170507062', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27695, '170507062', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27696, '170507062', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27697, '170507062', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27698, '170507043', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27699, '170507043', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27700, '170507043', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27701, '170507043', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27702, '170507043', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27703, '170507057', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27704, '170507057', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27705, '170507057', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27706, '170507057', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27707, '170507057', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27708, '170507036', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27709, '170507036', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27710, '170507036', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27711, '170507036', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27712, '170507036', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27713, '170507046', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27714, '170507046', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27715, '170507046', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27716, '170507046', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27717, '170507046', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27718, '170507070', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27719, '170507070', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27720, '170507070', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27721, '170507070', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27722, '170507070', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27723, '170507034', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27724, '170507034', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27725, '170507034', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27726, '170507034', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27727, '170507034', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27728, '170507040', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27729, '170507040', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27730, '170507040', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27731, '170507040', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27732, '170507040', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27733, '160321024', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27734, '160321024', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27735, '160321024', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27736, '160321024', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27737, '160321024', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27738, '160321024', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27739, '160321024', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27740, '160321024', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27741, '170507029', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (27742, '170507029', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (27743, '170507029', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (27744, '170507029', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (27745, '170507029', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (27746, '150409008', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27747, '150409008', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27748, '150409008', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27749, '150409008', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27750, '150409008', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27751, '160321021', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27752, '160321021', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27753, '160321021', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27754, '160321021', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27755, '160321021', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27756, '160321021', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27757, '160321021', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27758, '160321021', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27759, '160321148', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27760, '160321148', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27761, '160321148', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27762, '160321148', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27763, '160321148', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27764, '160321148', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27765, '160321148', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27766, '160321148', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27767, '160321054', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27768, '160321054', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27769, '160321054', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27770, '160321054', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27771, '160321054', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27772, '160321054', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27773, '160321054', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27774, '160321054', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27791, '160321006', 205, 'PV.02.01', 'D006', '2', 'Genap 2016/2017'), (27792, '160321006', 206, 'PV.02.02', 'D011', '2', 'Genap 2016/2017'), (27793, '160321006', 207, 'PV.02.03', 'D037', '2', 'Genap 2016/2017'), (27794, '160321006', 208, 'PV.02.04', 'D039', '2', 'Genap 2016/2017'), (27795, '160321006', 210, 'PV.02.06', 'D002', '2', 'Genap 2016/2017'), (27796, '160321006', 211, 'PV.02.07', 'D002', '2', 'Genap 2016/2017'), (27797, '160321006', 212, 'PV.02.08', 'D011', '2', 'Genap 2016/2017'), (27798, '160321006', 238, 'PV.02.09', 'D041', '2', 'Genap 2016/2017'), (27799, '160321006', 260, 'PV.02.09', 'D041', '2', 'Genap 2016/2017'), (27800, '160321006', 261, 'PV.02.05', 'D041', '2', 'Genap 2016/2017'), (27801, '170322077', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27802, '170322077', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27803, '170322077', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27804, '170322077', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27805, '170322077', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27806, '170322077', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27807, '170322077', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27808, '170322077', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27809, '170322089', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27810, '170322089', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27811, '170322089', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27812, '170322089', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27813, '170322089', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27814, '170322089', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27815, '170322089', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27816, '170322089', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27817, '170322089', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27818, '170322089', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27819, '170322089', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27820, '170322089', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27821, '170322089', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27822, '170322089', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27823, '170322089', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27824, '170322089', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27825, '170322091', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27826, '170322091', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27827, '170322091', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27828, '170322091', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27829, '170322091', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27830, '170322091', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27831, '170322091', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27832, '170322091', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27833, '170322092', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27834, '170322092', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27835, '170322092', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27836, '170322092', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27837, '170322092', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27838, '170322092', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27839, '170322092', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27840, '170322092', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27841, '170322092', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27842, '170322092', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27843, '170322092', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27844, '170322092', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27845, '170322092', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27846, '170322092', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27847, '170322092', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27848, '170322092', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27849, '170322092', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27850, '170322092', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27851, '170322092', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27852, '170322092', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27853, '170322092', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27854, '170322092', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27855, '170322092', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27856, '170322092', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27857, '170322094', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27858, '170322094', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27859, '170322094', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27860, '170322094', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27861, '170322094', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27862, '170322094', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27863, '170322094', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27864, '170322094', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27865, '170322096', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27866, '170322096', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27867, '170322096', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27868, '170322096', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27869, '170322096', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27870, '170322096', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27871, '170322096', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27872, '170322096', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27873, '170322103', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27874, '170322103', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27875, '170322103', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27876, '170322103', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27877, '170322103', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27878, '170322103', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27879, '170322103', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27880, '170322103', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27881, '170322105', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27882, '170322105', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27883, '170322105', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27884, '170322105', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27885, '170322105', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27886, '170322105', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27887, '170322105', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27888, '170322105', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27889, '170322106', 289, '', '', '', ''), (27890, '170322106', 290, '', '', '', ''), (27891, '170322106', 291, '', '', '', ''), (27892, '170322106', 292, '', '', '', ''), (27893, '170322106', 293, '', '', '', ''), (27894, '170322106', 294, '', '', '', ''), (27895, '170322106', 295, '', '', '', ''), (27896, '170322106', 296, '', '', '', ''), (27897, '170322085', 289, 'PV.01.01', 'D011', '1', 'Ganjil 2017/2018'), (27898, '170322085', 290, 'PV.01.02', 'K006', '1', 'Ganjil 2017/2018'), (27899, '170322085', 291, 'PV.01.03', 'K006', '1', 'Ganjil 2017/2018'), (27900, '170322085', 292, 'PV.01.04', 'D012', '1', 'Ganjil 2017/2018'), (27901, '170322085', 293, 'PV.01.05', 'D011', '1', 'Ganjil 2017/2018'), (27902, '170322085', 294, 'PV.01.06', 'D011', '1', 'Ganjil 2017/2018'), (27903, '170322085', 295, 'PV.01.07', 'D002', '1', 'Ganjil 2017/2018'), (27904, '170322085', 296, 'PV.01.08', 'D002', '1', 'Ganjil 2017/2018'), (27905, '170322085', 342, 'Pv.03.02', 'D011', '1', 'Ganjil 2017/2018'), (27906, '160321074', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27907, '160321074', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27908, '160321074', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27909, '160321074', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27910, '160321074', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27911, '160321074', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27912, '160321074', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27913, '160321074', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27914, '160321074', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27915, '160321074', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27916, '160321074', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27917, '160321074', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27918, '160321074', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27919, '160321074', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27920, '160321074', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27921, '160321074', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27922, '160321030', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (27923, '160321030', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (27924, '160321030', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (27925, '160321030', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (27926, '160321030', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (27927, '160321030', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (27928, '160321030', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (27929, '160321030', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (27986, '150409035', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (27987, '150409035', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (27988, '150409035', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (27989, '150409035', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (27990, '150409035', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (27991, '170111063', 350, 'KEPE1001', 'D009', '1', 'Ganjil 2017/2018'), (27992, '170111063', 351, 'KEPE1002', 'D037', '1', 'Ganjil 2017/2018'), (27993, '170111063', 352, 'KEPE1003', 'D009', '1', 'Ganjil 2017/2018'), (27994, '170111063', 353, 'KEPE1004', 'D037', '1', 'Ganjil 2017/2018'), (27995, '170111063', 354, 'KEPE1005', 'D011', '1', 'Ganjil 2017/2018'), (27996, '170111063', 355, 'KEPE1006', 'D006', '1', 'Ganjil 2017/2018'), (27997, '170111063', 357, 'KEPE1008', 'D009', '1', 'Ganjil 2017/2018'), (27998, '170111063', 358, 'KEPE1009', 'D022', '1', 'Ganjil 2017/2018'), (27999, '170111063', 359, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (28000, '150409066', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (28001, '150409066', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (28002, '150409066', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (28003, '150409066', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (28004, '150409066', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (28005, '160321070', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28006, '160321070', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28007, '160321070', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28008, '160321070', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28009, '160321070', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28010, '160321070', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28011, '160321070', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28012, '160321070', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28013, '160321038', 294, '', '', '', ''), (28014, '160321038', 295, '', '', '', ''), (28015, '160321038', 296, '', '', '', ''), (28016, '160321038', 341, '', '', '', ''), (28017, '160321038', 343, '', '', '', ''), (28018, '160321038', 344, '', '', '', ''), (28019, '160321038', 345, '', '', '', ''), (28020, '160321038', 346, '', '', '', ''), (28021, '160321038', 347, '', '', '', ''), (28022, '160321038', 348, '', '', '', ''), (28023, '160321038', 349, '', '', '', ''), (28024, '140108014', 336, 'Kep7001a', 'D034', '7', 'Ganjil 2017/2018'), (28025, '140108014', 337, 'Kep7002a', 'D002', '7', 'Ganjil 2017/2018'), (28026, '140108014', 338, 'Kep7003a', 'K012', '7', 'Ganjil 2017/2018'), (28027, '140108014', 339, 'Kep70004a', 'D019', '7', 'Ganjil 2017/2018'), (28076, '160321010', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28077, '160321010', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28078, '160321010', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28079, '160321010', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28080, '160321010', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28081, '160321010', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28082, '160321010', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28083, '160321010', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28084, '150409011', 319, 'Bd.601a', 'D022', '5', 'Ganjil 2017/2018'), (28085, '150409011', 321, 'Bd.606a', 'D019', '5', 'Ganjil 2017/2018'), (28086, '150409011', 322, 'Bd.605', 'D005', '5', 'Ganjil 2017/2018'), (28087, '150409011', 323, 'Bd.307a', 'D016', '5', 'Ganjil 2017/2018'), (28088, '150409011', 324, 'Bd.308b', 'K010', '5', 'Ganjil 2017/2018'), (28089, '160321032', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28090, '160321032', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28091, '160321032', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28092, '160321032', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28093, '160321032', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28094, '160321032', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28095, '160321032', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28096, '160321032', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28097, '160410029', 310, 'Bd.5.302', 'D001', '3', 'Ganjil 2017/2018'), (28098, '160410029', 311, 'Bd.5.303', 'D005', '3', 'Ganjil 2017/2018'), (28099, '160410029', 312, 'Bd.5.304', 'D016', '3', 'Ganjil 2017/2018'), (28100, '160410029', 313, 'Bd.5.305', 'D013', '3', 'Ganjil 2017/2018'), (28101, '160410029', 314, 'Bd.5.306', 'D017', '3', 'Ganjil 2017/2018'), (28102, '160410029', 315, 'Bd.5.307', 'D013', '3', 'Ganjil 2017/2018'), (28103, '160410029', 316, 'Bd.5.301', 'D003', '3', 'Ganjil 2017/2018'), (28112, '160321014', 341, '', '', '', ''), (28113, '160321014', 343, '', '', '', ''), (28114, '160321014', 344, '', '', '', ''), (28115, '160321014', 345, '', '', '', ''), (28116, '160321014', 346, '', '', '', ''), (28117, '160321014', 347, '', '', '', ''), (28118, '160321014', 348, '', '', '', ''), (28119, '160321014', 349, '', '', '', ''), (28120, '150409030', 270, 'Bd.5.401', 'D004', '4', 'Genap 2016/2017'), (28121, '150409030', 271, 'Bd.5.402', 'D007', '4', 'Genap 2016/2017'), (28122, '150409030', 272, 'Bd.5.403', 'D005', '4', 'Genap 2016/2017'), (28123, '150409030', 273, 'Bd.5.404', 'D013', '4', 'Genap 2016/2017'), (28124, '150409030', 274, 'Bd.5.405', 'D022', '4', 'Genap 2016/2017'), (28125, '150409030', 275, 'Bd.5.406', 'D019', '4', 'Genap 2016/2017'), (28126, '160110007', 131, '', '', '', ''), (28127, '160110007', 132, '', '', '', ''), (28128, '160110007', 133, '', '', '', ''), (28129, '160110007', 135, '', '', '', ''), (28130, '160110007', 358, '', '', '', ''), (28139, '160321045', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28140, '160321045', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28141, '160321045', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28142, '160321045', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28143, '160321045', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28144, '160321045', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28145, '160321045', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28146, '160321045', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28147, '160321022', 341, '', '', '', ''), (28148, '160321022', 342, '', '', '', ''), (28149, '160321022', 343, '', '', '', ''), (28150, '160321022', 344, '', '', '', ''), (28151, '160321022', 345, '', '', '', ''), (28152, '160321022', 346, '', '', '', ''), (28153, '160321022', 347, '', '', '', ''), (28154, '160321022', 348, '', '', '', ''), (28155, '160321006', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28156, '160321006', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28157, '160321006', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28158, '160321006', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28159, '160321006', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28160, '160321006', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28161, '160321006', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28162, '160321006', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28163, '160110027', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28164, '160110027', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28165, '160110027', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28166, '160110027', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28167, '160110027', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28168, '160321029', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28169, '160321029', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28170, '160321029', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28171, '160321029', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28172, '160321029', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28173, '160321029', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28174, '160321029', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28175, '160321029', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28176, '160321031', 341, '', '', '', ''), (28177, '160321031', 342, '', '', '', ''), (28178, '160321031', 343, '', '', '', ''), (28179, '160321031', 344, '', '', '', ''), (28180, '160321031', 345, '', '', '', ''), (28181, '160321031', 346, '', '', '', ''), (28182, '160321031', 347, '', '', '', ''), (28183, '160321031', 348, '', '', '', ''), (28184, '160110001', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28185, '160110001', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28186, '160110001', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28187, '160110001', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28188, '160110001', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28211, '160110020', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28212, '160110020', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28213, '160110020', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28214, '160110020', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28215, '160110020', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28216, '160321025', 296, '', '', '', ''), (28217, '160321025', 341, '', '', '', ''), (28218, '160321025', 342, '', '', '', ''), (28219, '160321025', 343, '', '', '', ''), (28220, '160321025', 344, '', '', '', ''), (28221, '160321025', 345, '', '', '', ''), (28222, '160321025', 346, '', '', '', ''), (28223, '160321025', 347, '', '', '', ''), (28224, '160321025', 348, '', '', '', ''), (28225, '150109025', 330, '', '', '', ''), (28226, '150109025', 331, '', '', '', ''), (28227, '150109025', 332, '', '', '', ''), (28228, '150109025', 333, '', '', '', ''), (28229, '150109025', 334, '', '', '', ''), (28230, '150109025', 335, '', '', '', ''), (28231, '160321046', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28232, '160321046', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28233, '160321046', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28234, '160321046', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28235, '160321027', 341, '', '', '', ''), (28236, '160321027', 343, '', '', '', ''), (28237, '160321027', 344, '', '', '', ''), (28238, '160321027', 345, '', '', '', ''), (28239, '160321027', 346, '', '', '', ''), (28240, '160321027', 347, '', '', '', ''), (28241, '160321027', 348, '', '', '', ''), (28242, '160321027', 349, '', '', '', ''), (28251, '150109013', 330, '', '', '', ''), (28252, '150109013', 331, '', '', '', ''), (28253, '150109013', 332, '', '', '', ''), (28254, '150109013', 333, '', '', '', ''), (28255, '150109013', 334, '', '', '', ''), (28256, '150109013', 335, '', '', '', ''), (28257, '160321026', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28258, '160321026', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28259, '160321026', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28260, '160321026', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28261, '160321026', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28262, '160321026', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28263, '160321026', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28264, '160321026', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28265, '160321036', 341, '', '', '', ''), (28266, '160321036', 343, '', '', '', ''), (28267, '160321036', 344, '', '', '', ''), (28268, '160321036', 345, '', '', '', ''), (28269, '160321036', 346, '', '', '', ''), (28270, '160321036', 347, '', '', '', ''), (28271, '160321036', 348, '', '', '', ''), (28272, '160321036', 349, '', '', '', ''), (28273, '150109018', 136, '', '', '', ''), (28274, '150109018', 137, '', '', '', ''), (28275, '150109018', 138, '', '', '', ''), (28276, '150109018', 139, '', '', '', ''), (28277, '150109018', 140, '', '', '', ''), (28278, '150109018', 141, '', '', '', ''), (28279, '160321009', 341, '', '', '', ''), (28280, '160321009', 342, '', '', '', ''), (28281, '160321009', 343, '', '', '', ''), (28282, '160321009', 344, '', '', '', ''), (28283, '160321009', 345, '', '', '', ''), (28284, '160321009', 346, '', '', '', ''), (28285, '160321009', 347, '', '', '', ''), (28286, '160321009', 348, '', '', '', ''), (28295, '160321016', 341, '', '', '', ''), (28296, '160321016', 342, '', '', '', ''), (28297, '160321016', 343, '', '', '', ''), (28298, '160321016', 344, '', '', '', ''), (28299, '160321016', 345, '', '', '', ''), (28300, '160321016', 346, '', '', '', ''), (28301, '160321016', 347, '', '', '', ''), (28302, '160321016', 348, '', '', '', ''), (28307, '150320051', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28308, '150320051', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28309, '150320051', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28310, '150320051', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28311, '150320051', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28312, '150320051', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28313, '150320051', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28314, '150320051', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28315, '150320051', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28316, '150320056', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28317, '150320056', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28318, '150320056', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28319, '150320056', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28320, '150320056', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28321, '150320056', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28322, '150320056', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28323, '150320056', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28324, '150320056', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28325, '160321056', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28326, '160321056', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28327, '160321056', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28328, '160321056', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28329, '160321056', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28330, '160321056', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28331, '160321056', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28332, '160321056', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28333, '160321034', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28334, '160321034', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28335, '160321034', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28336, '160321034', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28337, '160321034', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28338, '160321034', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28339, '160321034', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28340, '160321034', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28341, '150320040', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28342, '150320040', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28343, '150320040', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28344, '150320040', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28345, '150320040', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28346, '150320040', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28347, '150320040', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28348, '150320040', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28349, '150320040', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28350, '150320007', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28351, '150320007', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28352, '150320007', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28353, '150320007', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28354, '150320007', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28355, '150320007', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28356, '150320007', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28357, '150320007', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28358, '150320055', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28359, '150320055', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28360, '150320055', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28361, '150320055', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28362, '150320055', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28363, '150320055', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28364, '150320055', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28365, '150320055', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28366, '150320055', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28367, '150320012', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28368, '150320012', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28369, '150320012', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28370, '150320012', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28371, '150320012', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28372, '150320012', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28373, '150320012', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28374, '150320012', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28375, '150320012', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28376, '150320019', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28377, '150320019', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28378, '150320019', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28379, '150320019', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28380, '150320019', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28381, '150320019', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28382, '150320019', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28383, '150320019', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28384, '150320019', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28385, '150320008', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28386, '150320008', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28387, '150320008', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28388, '150320008', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28389, '150320008', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28390, '150320008', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28391, '150320008', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28392, '150320008', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28393, '150320008', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28394, '150320027', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28395, '150320027', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28396, '150320027', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28397, '150320027', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28398, '150320027', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28399, '150320027', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28400, '150320027', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28401, '150320027', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28402, '150320027', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28403, '150320011', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28404, '150320011', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28405, '150320011', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28406, '150320011', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28407, '150320011', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28408, '150320011', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28409, '150320011', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28410, '150320011', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28411, '150320011', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28412, '150320045', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28413, '150320045', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28414, '150320045', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28415, '150320045', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28416, '150320045', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28417, '150320045', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28418, '150320045', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28419, '150320045', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28420, '150320045', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28421, '150320020', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28422, '150320020', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28423, '150320020', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28424, '150320020', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28425, '150320020', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28426, '150320020', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28427, '150320020', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28428, '150320020', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28429, '150320020', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28430, '150320032', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28431, '150320032', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28432, '150320032', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28433, '150320032', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28434, '150320032', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28435, '150320032', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28436, '150320032', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28437, '150320032', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28438, '150320032', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28439, '160321146', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28440, '160321146', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28441, '160321146', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28442, '160321146', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28443, '160321146', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28444, '160321146', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28445, '160321146', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28446, '160321146', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28447, '160321146', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28448, '150320001', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28449, '150320001', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28450, '150320001', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28451, '150320001', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28452, '150320001', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28453, '150320001', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28454, '150320001', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28455, '150320001', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28456, '150320001', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28457, '150320035', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28458, '150320035', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28459, '150320035', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28460, '150320035', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28461, '150320035', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28462, '150320035', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28463, '150320035', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28464, '150320035', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28465, '150320035', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28466, '150320038', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28467, '150320038', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28468, '150320038', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28469, '150320038', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28470, '150320038', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28471, '150320038', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28472, '150320038', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28473, '150320038', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28474, '150320038', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28493, '150320030', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28494, '150320030', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28495, '150320030', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28496, '150320030', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28497, '150320030', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28498, '150320030', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28499, '150320030', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28500, '150320030', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28501, '150320030', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28502, '150320054', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28503, '150320054', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28504, '150320054', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28505, '150320054', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28506, '150320054', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28507, '150320054', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28508, '150320054', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28509, '150320054', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28510, '150320054', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28582, '150320016', 262, '', '', '', ''), (28583, '150320016', 263, '', '', '', ''), (28584, '150320016', 264, '', '', '', ''), (28585, '150320016', 265, '', '', '', ''), (28586, '150320016', 267, '', '', '', ''), (28587, '150320016', 268, '', '', '', ''), (28588, '150320016', 269, '', '', '', ''), (28589, '150320016', 279, '', '', '', ''), (28590, '150320015', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28591, '150320015', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28592, '150320015', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28593, '150320015', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28594, '150320015', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28595, '150320015', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28596, '150320015', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28597, '150320015', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28598, '150320015', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28599, '150320002', 262, '', '', '', ''), (28600, '150320002', 263, '', '', '', ''), (28601, '150320002', 264, '', '', '', ''), (28602, '150320002', 265, '', '', '', ''), (28603, '150320002', 267, '', '', '', ''), (28604, '150320002', 268, '', '', '', ''), (28605, '150320002', 269, '', '', '', ''), (28606, '150320002', 279, '', '', '', ''), (28607, '150320014', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28608, '150320014', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28609, '150320014', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28610, '150320014', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28611, '150320014', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28612, '150320014', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28613, '150320014', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28614, '150320014', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28615, '150320014', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28616, '150109007', 330, 'KEP5001', 'D034', '5', 'Ganjil 2017/2018'), (28617, '150109007', 331, 'KEP5002', 'D008', '5', 'Ganjil 2017/2018'), (28618, '150109007', 332, 'KEP5003', 'D009', '5', 'Ganjil 2017/2018'), (28619, '150109007', 333, 'KEP5004', 'D021', '5', 'Ganjil 2017/2018'), (28620, '150109007', 334, 'KEP5005', 'D022', '5', 'Ganjil 2017/2018'), (28621, '150109007', 335, 'KEP5006', 'D001', '5', 'Ganjil 2017/2018'), (28622, '150320033', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28623, '150320033', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28624, '150320033', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28625, '150320033', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28626, '150320033', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28627, '150320033', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28628, '150320033', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28629, '150320033', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28630, '150320033', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28631, '150320009', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28632, '150320009', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28633, '150320009', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28634, '150320009', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28635, '150320009', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28636, '150320009', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28637, '150320009', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28638, '150320009', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28639, '150320009', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28640, '150320052', 365, 'WAT 5001', 'D006', '5', 'Ganjil 2017/2018'), (28641, '150320052', 366, 'WAT 5002', 'D006', '5', 'Ganjil 2017/2018'), (28642, '150320052', 367, 'WAT 5003', 'D011', '5', 'Ganjil 2017/2018'), (28643, '150320052', 368, 'WAT 5004', 'D009', '5', 'Ganjil 2017/2018'), (28644, '150320052', 369, 'WAT 5005', 'D042', '5', 'Ganjil 2017/2018'), (28645, '150320052', 370, 'WAT 5006', 'D017', '5', 'Ganjil 2017/2018'), (28646, '150320052', 371, 'WAT 5008', 'D030', '5', 'Ganjil 2017/2018'), (28647, '150320052', 373, 'WAT 6002', 'D021', '5', 'Ganjil 2017/2018'), (28648, '150320052', 374, 'WAT.5007', 'D033', '5', 'Ganjil 2017/2018'), (28649, '160321003', 341, 'PV.03.01', 'D023', '3', 'Ganjil 2017/2018'), (28650, '160321003', 343, 'Pv.03.03', 'D037', '3', 'Ganjil 2017/2018'), (28651, '160321003', 344, 'Pv.03.04', 'D008', '3', 'Ganjil 2017/2018'), (28652, '160321003', 345, 'Pv.03.05', 'D030', '3', 'Ganjil 2017/2018'), (28653, '160321003', 346, 'Pv.03.06', 'D002', '3', 'Ganjil 2017/2018'), (28654, '160321003', 347, 'Pv.03.07', 'D011', '3', 'Ganjil 2017/2018'), (28655, '160321003', 348, 'Pv.03.08', 'D002', '3', 'Ganjil 2017/2018'), (28656, '160321003', 349, 'Pv.03.02', 'D011', '3', 'Ganjil 2017/2018'), (28657, '150320041', 365, '', '', '', ''), (28658, '150320041', 366, '', '', '', ''), (28659, '150320041', 367, '', '', '', ''), (28660, '150320041', 368, '', '', '', ''), (28661, '150320041', 369, '', '', '', ''), (28662, '150320041', 370, '', '', '', ''), (28663, '150320041', 371, '', '', '', ''), (28664, '150320041', 373, '', '', '', ''), (28665, '150320041', 374, '', '', '', ''), (28666, '170507066', 360, '', '', '', ''), (28667, '170507066', 361, '', '', '', ''), (28668, '170507066', 362, '', '', '', ''), (28669, '170507066', 363, '', '', '', ''), (28670, '170507066', 364, '', '', '', ''), (28677, '160110030', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28678, '160110030', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28679, '160110030', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28680, '160110030', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28681, '160110030', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28682, '160110015', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28683, '160110015', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28684, '160110015', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28685, '160110015', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28686, '160110015', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28687, '160110008', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28688, '160110008', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28689, '160110008', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28690, '160110008', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28691, '160110008', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28692, '160110019', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28693, '160110019', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28694, '160110019', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28695, '160110019', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28696, '160110019', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28697, '160110022', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28698, '160110022', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28699, '160110022', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28700, '160110022', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28701, '160110022', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28702, '160110080', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28703, '160110080', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28704, '160110080', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28705, '160110080', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28706, '160110080', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28707, '160110029', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28708, '160110029', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28709, '160110029', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'), (28710, '160110029', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28711, '160110029', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28730, '13', 284, 'Bd.5.105', 'D001', '1', 'Ganjil 2017/2018'), (28732, '13', 285, 'Bd.5.106', 'D037', '1', 'Ganjil 2017/2018'), (28734, '13', 283, 'Bd.5.104', 'D001', '1', 'Ganjil 2017/2018'), (28737, '13', 288, 'Bd.5.109', 'D022', '1', 'Ganjil 2017/2018'), (28738, '13', 286, 'Bd.5.107', 'D012', '1', 'Ganjil 2017/2018'), (28739, '13', 280, 'Bd.5.101', 'D024', '1', 'Ganjil 2017/2018'), (28740, '160410024', 219, 'Bd.5.201', 'D036', '2', 'Genap 2016/2017'), (28741, '160410024', 220, 'Bd.5.202', 'D012', '2', 'Genap 2016/2017'), (28742, '160410024', 222, 'Bd.5.203', 'D023', '2', 'Genap 2016/2017'), (28743, '160410024', 223, 'Bd.5.204', 'D004', '2', 'Genap 2016/2017'), (28744, '160410024', 150, 'Bd.502', 'D017', '1', 'Ganjil 2016/2017'), (28745, '160410024', 155, 'Bd.603', 'D017', '1', 'Ganjil 2016/2017'), (28746, '160410024', 167, 'Bd.601', 'D027', '1', 'Ganjil 2016/2017'), (28748, '14', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (28749, '14', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (28750, '14', 363, 'Ns1.004', 'D002', '1', 'Ganjil 2017/2018'), (28751, '14', 364, 'Ns1.005', 'D009', '1', 'Ganjil 2017/2018'), (28752, '17', 297, 'Kep 1.001', 'D012', '1', 'Ganjil 2017/2018'), (28755, '17', 356, 'KEPE1007', 'D002', '1', 'Ganjil 2017/2018'), (28759, '120106021', 91, 'KEP1003', 'D039', '1', 'Ganjil 2015/2016'), (28761, '120106021', 90, 'KEP1002', 'D037', '1', 'Ganjil 2015/2016'), (28762, '120106021', 104, 'KEP1008', 'D036', '1', 'Ganjil 2015/2016'), (28770, '120106001', 360, 'Ns1.001', 'D008', '1', 'Ganjil 2017/2018'), (28771, '120106001', 361, 'Ns1.002', 'D008', '1', 'Ganjil 2017/2018'), (28772, '120106001', 362, 'Ns1.003', 'D030', '1', 'Ganjil 2017/2018'), (28773, '160410002', 0, '', '', '', ''), (28774, '160410003', 0, '', '', '', ''), (28775, '160410004', 0, '', '', '', ''); INSERT INTO `tbl_perwalian_detail` (`id_pd`, `nim`, `kd_jadwal`, `matakuliah`, `kd_dosen`, `semester`, `thn_ajaran`) VALUES (28776, '160410005', 0, '', '', '', ''), (28777, '160410006', 0, '', '', '', ''), (28778, '160410007', 0, '', '', '', ''), (28779, '160410008', 0, '', '', '', ''), (28780, '160410009', 0, '', '', '', ''), (28781, '160410010', 0, '', '', '', ''), (28782, '160410011', 0, '', '', '', ''), (28783, '160410012', 0, '', '', '', ''), (28784, '160410013', 0, '', '', '', ''), (28785, '160410014', 0, '', '', '', ''), (28786, '160410015', 0, '', '', '', ''), (28787, '160410017', 0, '', '', '', ''), (28788, '160410018', 0, '', '', '', ''), (28789, '160410019', 0, '', '', '', ''), (28790, '160410020', 0, '', '', '', ''), (28791, '160410021', 0, '', '', '', ''), (28792, '160410022', 0, '', '', '', ''), (28793, '160410023', 0, '', '', '', ''), (28794, '160410024', 0, '', '', '', ''), (28795, '160410025', 0, '', '', '', ''), (28796, '160410026', 0, '', '', '', ''), (28797, '160410027', 0, '', '', '', ''), (28798, '160410028', 0, '', '', '', ''), (28799, '160410029', 0, '', '', '', ''), (28800, '160410030', 0, '', '', '', ''), (28801, '160410036', 0, '', '', '', ''), (28802, '160410037', 0, '', '', '', ''), (28803, '160410038', 0, '', '', '', ''), (28804, '160410039', 0, '', '', '', ''), (28805, '160410040', 0, '', '', '', ''), (28806, '160410041', 0, '', '', '', ''), (28807, '160410042', 0, '', '', '', ''), (28808, '160410043', 0, '', '', '', ''), (28809, '160410044', 0, '', '', '', ''), (28810, '160410045', 0, '', '', '', ''), (28811, '160410046', 0, '', '', '', ''), (28812, '160410047', 0, '', '', '', ''), (28813, '160410048', 0, '', '', '', ''), (28814, '160410049', 0, '', '', '', ''), (28815, '160410057', 0, '', '', '', ''), (28816, '160410058', 0, '', '', '', ''), (28817, '160410059', 0, '', '', '', ''), (28818, '160410060', 0, '', '', '', ''), (28819, '160410061', 0, '', '', '', ''), (28820, '160410062', 0, '', '', '', ''), (28821, '160410063', 0, '', '', '', ''), (28822, '160410064', 0, '', '', '', ''), (28823, '160410065', 0, '', '', '', ''), (28824, '160410066', 0, '', '', '', ''), (28825, '160410067', 0, '', '', '', ''), (28826, '160410068', 0, '', '', '', ''), (28827, '160410069', 0, '', '', '', ''), (28828, '160410070', 0, '', '', '', ''), (28829, '160410085', 0, '', '', '', ''), (28830, '160410086', 0, '', '', '', ''), (28831, '160410087', 0, '', '', '', ''), (28832, '160410088', 0, '', '', '', ''), (28833, '160410089', 0, '', '', '', ''), (28834, '160410090', 0, '', '', '', ''), (28835, '160410091', 0, '', '', '', ''), (28836, '160410092', 0, '', '', '', ''), (28837, '160410093', 0, '', '', '', ''), (28838, '160410094', 0, '', '', '', ''), (28839, '160410095', 0, '', '', '', ''), (28840, '160410096', 0, '', '', '', ''), (28841, '160410097', 0, '', '', '', ''), (28842, '160410098', 0, '', '', '', ''), (28844, '160110060', 149, 'KEP1002', 'D036', '1', 'Ganjil 2016/2017'), (28845, '160110060', 148, 'KEP1002', 'D036', '1', 'Ganjil 2016/2017'), (28846, '160110060', 140, 'KEP5005', 'D022', '1', 'Ganjil 2016/2017'), (28847, '160110060', 123, 'KEPE1009', 'D022', '1', 'Ganjil 2016/2017'), (28848, '160110060', 122, 'KEPE1008', 'D011', '1', 'Ganjil 2016/2017'), (28849, '160110060', 121, 'KEPE1007', 'D002', '1', 'Ganjil 2016/2017'), (28850, '160110060', 120, 'KEPE1006', 'D006', '1', 'Ganjil 2016/2017'), (28851, '160110060', 119, 'KEPE1005', 'D011', '1', 'Ganjil 2016/2017'), (28852, '160110060', 252, 'Kep1209', 'D011', '2', 'Genap 2016/2017'), (28853, '160110060', 253, 'Kep1210', 'D009', '2', 'Genap 2016/2017'), (28854, '160110060', 254, 'Kep1211', 'D002', '2', 'Genap 2016/2017'), (28855, '160110060', 255, 'Kep1212', 'D009', '2', 'Genap 2016/2017'), (28856, '160110060', 256, 'Kep1213', 'D029', '2', 'Genap 2016/2017'), (28857, '160110060', 257, 'Kep1214', 'D002', '2', 'Genap 2016/2017'), (28858, '160110060', 258, 'Kep1215', 'D041', '2', 'Genap 2016/2017'), (28859, '160110060', 259, 'Kep1317', 'D009', '2', 'Genap 2016/2017'), (28860, '160110060', 325, 'KEP3001', 'D008', '3', 'Ganjil 2017/2018'), (28861, '160110060', 326, 'KEP3002', 'D029', '3', 'Ganjil 2017/2018'), (28862, '160110060', 329, 'KEP3005', 'D002', '3', 'Ganjil 2017/2018'), (28863, '160110060', 340, 'Kep3004', 'D022', '3', 'Ganjil 2017/2018'), (28864, '160110060', 327, 'KEP3003', 'D009', '3', 'Ganjil 2017/2018'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_perwalian_header` -- CREATE TABLE `tbl_perwalian_header` ( `id_nim` int(15) NOT NULL, `nim` varchar(20) NOT NULL, `tgl_perwalian` varchar(20) NOT NULL, `tgl_persetujuan` varchar(20) DEFAULT NULL, `status` char(1) NOT NULL, `semester` varchar(2) NOT NULL, `thn_ajaran` varchar(20) NOT NULL, `ujian` char(1) NOT NULL, `ujian_satu` char(1) NOT NULL, `no_ujian` varchar(20) NOT NULL, `praktek` char(1) NOT NULL, `no_praktek` varchar(20) NOT NULL, `barcodeno_praktek` varchar(30) NOT NULL, `uas` char(1) NOT NULL, `no_uas` varchar(100) NOT NULL, `barcode_uas` varchar(100) NOT NULL, `uts_admin` char(1) NOT NULL, `uas_admin` char(1) NOT NULL, `uas_keuangan` char(1) NOT NULL, `uts_keuangan` char(1) NOT NULL, `no_uts` varchar(100) NOT NULL, `barcode_uts` varchar(100) NOT NULL, `tgl_acc_uts` varchar(20) NOT NULL, `tgl_acc_uas` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_perwalian_header` -- INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (108, '160410001', '2016-09-01', '2016-09-01', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249442', '', '', '', '1', '1486633495', 'sul/1486633495.jpg', '', '', '1', '', '', '', '', ''), (111, '160410069', '2016-09-01', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249510', '', '', '', '1', '1486698044', 'sul/1486698044.jpg', '', '', '1', '', '', '', '', ''), (116, '160410071', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249512', '', '', '', '1', '1486698103', 'sul/1486698103.jpg', '', '', '1', '', '', '', '', ''), (127, '160410033', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249474', '', '', '', '1', '1486698197', 'sul/1486698197.jpg', '', '', '1', '', '', '', '', ''), (128, '160410013', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249454', '', '', '', '1', '1486698325', 'sul/1486698325.jpg', '', '', '1', '', '', '', '', ''), (131, '160410015', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249456', '', '', '', '1', '1486698439', 'sul/1486698439.jpg', '', '', '1', '', '', '', '', ''), (132, '160410015', '2016-09-01', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249456', '', '', '', '1', '1486698439', 'sul/1486698439.jpg', '', '', '1', '', '', '', '', ''), (133, '160410025', '2016-09-01', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249466', '', '', '', '1', '1486698517', 'sul/1486698517.jpg', '', '', '1', '', '', '', '', ''), (135, '160410070', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249511', '', '', '', '1', '1486698626', 'sul/1486698626.jpg', '', '', '1', '', '', '', '', ''), (136, '160410065', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249506', '', '', '', '1', '1486698705', 'sul/1486698705.jpg', '', '', '1', '', '', '', '', ''), (144, '160410030', '2016-09-01', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249471', '', '', '', '1', '1486912056', 'sul/1486912056.jpg', '', '', '1', '', '', '', '', ''), (147, '160410047', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '', '1', '83249488', '', '', '', '1', '1487233199', 'sul/1487233199.jpg', '', '', '1', '', '', '', '', ''), (149, '160410052', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249493', '', '', '', '1', '1486702579', 'sul/1486702579.jpg', '', '', '1', '', '', '', '', ''), (150, '160410004', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249445', '', '', '', '1', '1486699493', 'sul/1486699493.jpg', '', '', '1', '', '', '', '', ''), (151, '160410067', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249508', '', '', '', '1', '1486711258', 'sul/1486711258.jpg', '', '', '1', '', '', '', '', ''), (152, '160410071', '2016-09-01', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249512', '', '', '', '1', '1486698103', 'sul/1486698103.jpg', '', '', '1', '', '', '', '', ''), (154, '160410066', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249507', '', '', '', '1', '1486702933', 'sul/1486702933.jpg', '', '', '1', '', '', '', '', ''), (155, '160410071', '2016-09-01', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249512', '', '', '', '1', '1486698103', 'sul/1486698103.jpg', '', '', '1', '', '', '', '', ''), (156, '160410038', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249479', '', '', '', '1', '1486700657', 'sul/1486700657.jpg', '', '', '1', '', '', '', '', ''), (161, '160410009', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249450', '', '', '', '1', '1486699769', 'sul/1486699769.jpg', '', '', '1', '', '', '', '', ''), (162, '160410041', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249482', '', '', '', '1', '1486700726', 'sul/1486700726.jpg', '', '', '1', '', '', '', '', ''), (163, '160410027', '2016-09-01', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249468', '', '', '', '1', '1486700319', 'sul/1486700319.jpg', '', '', '1', '', '', '', '', ''), (164, '160410027', '2016-09-01', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249468', '', '', '', '1', '1486700319', 'sul/1486700319.jpg', '', '', '1', '', '', '', '', ''), (165, '160410014', '2016-09-01', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249455', '', '', '', '1', '1486697463', 'sul/1486697463.jpg', '', '', '1', '', '', '', '', ''), (169, '160410027', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249468', '', '', '', '1', '1486700319', 'sul/1486700319.jpg', '', '', '1', '', '', '', '', ''), (170, '160410016', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249457', '', '', '', '1', '1486699930', 'sul/1486699930.jpg', '', '', '1', '', '', '', '', ''), (179, '160410043', '2016-09-02', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249484', '', '', '', '1', '1486700780', 'sul/1486700780.jpg', '', '', '1', '', '', '', '', ''), (189, '160321060', '2016-09-02', '2016-09-07', '1', '1', 'Ganjil 2016/2017', '', '1', '83160501', '', '', '', '1', '1486695609', 'sul/1486695609.jpg', '', '', '1', '', '', '', '', ''), (191, '160321035', '2016-09-02', '2016-10-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (195, '160410034', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249475', '', '', '', '1', '1486700539', 'sul/1486700539.jpg', '', '', '1', '', '', '', '', ''), (196, '160321060', '2016-09-02', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '', '1', '83160501', '', '', '', '1', '1486695609', 'sul/1486695609.jpg', '', '', '1', '', '', '', '', ''), (198, '160321006', '2016-09-02', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160447', '', '', '', '1', '1486691545', 'sul/1486691545.jpg', '', '', '1', '', '', '', '', ''), (204, '160321040', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160481', '', '', '', '1', '1486694151', 'sul/1486694151.jpg', '', '', '1', '', '', '', '', ''), (205, '160321024', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160465', '', '', '', '1', '1486693080', 'sul/1486693080.jpg', '', '', '1', '', '', '', '', ''), (210, '160321011', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160452', '', '', '', '1', '1486691946', 'sul/1486691946.jpg', '', '', '1', '', '', '', '', ''), (211, '160410036', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249477', '', '', '', '1', '1486700604', 'sul/1486700604.jpg', '', '', '1', '', '', '', '', ''), (212, '160321035', '2016-09-02', '2016-10-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (214, '160410035', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249476', '', '', '', '1', '1486700586', 'sul/1486700586.jpg', '', '', '1', '', '', '', '', ''), (216, '160321057', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160498', '', '', '', '1', '1486695495', 'sul/1486695495.jpg', '', '', '1', '', '', '', '', ''), (217, '160321035', '2016-09-02', '2016-10-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (225, '160321030', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160471', '', '', '', '1', '1486693384', 'sul/1486693384.jpg', '', '', '1', '', '', '', '', ''), (226, '160321022', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160463', '', '', '', '1', '1486692924', 'sul/1486692924.jpg', '', '', '1', '', '', '', '', ''), (227, '160321023', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160464', '', '', '', '1', '1486693043', 'sul/1486693043.jpg', '', '', '1', '', '', '', '', ''), (229, '150110003', '2016-09-02', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (230, '160321037', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160478', '', '', '', '1', '1486693831', 'sul/1486693831.jpg', '', '', '1', '', '', '', '', ''), (231, '160321012', '2016-09-02', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160453', '', '', '', '1', '1486692042', 'sul/1486692042.jpg', '', '', '1', '', '', '', '', ''), (232, '160321025', '2016-09-02', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160466', '', '', '', '1', '1486693121', 'sul/1486693121.jpg', '', '', '1', '', '', '', '', ''), (233, '160321001', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160442', '', '', '', '1', '1486691216', 'sul/1486691216.jpg', '', '', '1', '', '', '', '', ''), (239, '160321025', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160466', '', '', '', '1', '1486693121', 'sul/1486693121.jpg', '', '', '1', '', '', '', '', ''), (242, '160321007', '2016-09-02', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160448', '', '', '', '1', '1486691593', 'sul/1486691593.jpg', '', '', '1', '', '', '', '', ''), (244, '160410019', '2016-09-02', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249460', '', '', '', '1', '1486700024', 'sul/1486700024.jpg', '', '', '1', '', '', '', '', ''), (247, '160410017', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249458', '', '', '', '1', '1486699982', 'sul/1486699982.jpg', '', '', '1', '', '', '', '', ''), (248, '160410072', '2016-09-02', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249513', '', '', '', '1', '1486711658', 'sul/1486711658.jpg', '', '', '1', '', '', '', '', ''), (250, '160321014', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160455', '', '', '', '1', '1486692213', 'sul/1486692213.jpg', '', '', '1', '', '', '', '', ''), (251, '160321052', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160493', '', '', '', '1', '1486695153', 'sul/1486695153.jpg', '', '', '1', '', '', '', '', ''), (253, '160410046', '2016-09-02', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249487', '', '', '', '1', '1486702374', 'sul/1486702374.jpg', '', '', '1', '', '', '', '', ''), (254, '160321016', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160457', '', '', '', '1', '1486692389', 'sul/1486692389.jpg', '', '', '1', '', '', '', '', ''), (258, '160410026', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249467', '', '', '', '1', '1486700258', 'sul/1486700258.jpg', '', '', '1', '', '', '', '', ''), (260, '160410024', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249465', '', '', '', '1', '1486956951', 'sul/1486956951.jpg', '', '', '1', '', '', '', '', ''), (261, '160321047', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160488', '', '', '', '1', '1486694529', 'sul/1486694529.jpg', '', '', '1', '', '', '', '', ''), (262, '160321036', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160477', '', '', '', '1', '1486693795', 'sul/1486693795.jpg', '', '', '1', '', '', '', '', ''), (263, '160321036', '2016-09-02', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160477', '', '', '', '1', '1486693795', 'sul/1486693795.jpg', '', '', '1', '', '', '', '', ''), (270, '160410011', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249452', '', '', '', '1', '1486699868', 'sul/1486699867.jpg', '', '', '1', '', '', '', '', ''), (271, '160410002', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249443', '', '', '', '1', '1486698803', 'sul/1486698803.jpg', '', '', '1', '', '', '', '', ''), (273, '160410037', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249478', '', '', '', '1', '1486700634', 'sul/1486700634.jpg', '', '', '1', '', '', '', '', ''), (275, '160321017', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160458', '', '', '', '1', '1486692458', 'sul/1486692458.jpg', '', '', '1', '', '', '', '', ''), (276, '160321048', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160489', '', '', '', '1', '1486694605', 'sul/1486694605.jpg', '', '', '1', '', '', '', '', ''), (277, '160110030', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949471', '', '', '', '1', '1486698790', 'sul/1486698790.jpg', '', '', '1', '', '', '', '', ''), (282, '160110014', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949455', '', '', '', '1', '1486697715', 'sul/1486697715.jpg', '', '', '1', '', '', '', '', ''), (283, '160110029', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949470', '', '', '', '1', '1486718883', 'sul/1486718883.jpg', '', '', '1', '', '', '', '', ''), (284, '160110004', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949445', '', '', '', '1', '1486697308', 'sul/1486697308.jpg', '', '', '1', '', '', '', '', ''), (285, '160110017', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949458', '', '', '', '1', '1486698096', 'sul/1486698096.jpg', '', '', '1', '', '', '', '', ''), (289, '160110028', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949469', '', '', '', '1', '1486698747', 'sul/1486698747.jpg', '', '', '1', '', '', '', '', ''), (290, '160110013', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949454', '', '', '', '1', '1486697677', 'sul/1486697677.jpg', '', '', '1', '', '', '', '', ''), (291, '160110010', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949451', '', '', '', '1', '1486697573', 'sul/1486697573.jpg', '', '', '1', '', '', '', '', ''), (292, '160321069', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160510', '', '', '', '1', '1486696224', 'sul/1486696224.jpg', '', '', '1', '', '', '', '', ''), (293, '160321044', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160485', '', '', '', '1', '1486694284', 'sul/1486694284.jpg', '', '', '1', '', '', '', '', ''), (296, '160110016', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949457', '', '', '', '1', '1486698023', 'sul/1486698023.jpg', '', '', '1', '', '', '', '', ''), (297, '160110009', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949450', '', '', '', '1', '1486697537', 'sul/1486697537.jpg', '', '', '1', '', '', '', '', ''), (298, '160321070', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160511', '', '', '', '1', '1486696416', 'sul/1486696416.jpg', '', '', '1', '', '', '', '', ''), (299, '160110022', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949463', '', '', '', '1', '1486698443', 'sul/1486698443.jpg', '', '', '1', '', '', '', '', ''), (300, '160321068', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160509', '', '', '', '1', '1486696019', 'sul/1486696019.jpg', '', '', '1', '', '', '', '', ''), (301, '160321015', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160456', '', '', '', '1', '1486692292', 'sul/1486692292.jpg', '', '', '1', '', '', '', '', ''), (308, '160110018', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949459', '', '', '', '1', '1486698201', 'sul/1486698201.jpg', '', '', '1', '', '', '', '', ''), (312, '160110019', '2016-09-02', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949460', '', '', '', '1', '1486698285', 'sul/1486698285.jpg', '', '', '1', '', '', '', '', ''), (313, '160321039', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160480', '', '', '', '1', '1486694090', 'sul/1486694090.jpg', '', '', '1', '', '', '', '', ''), (314, '160410029', '2016-09-02', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249470', '', '', '', '1', '1486700435', 'sul/1486700435.jpg', '', '', '1', '', '', '', '', ''), (316, '160410007', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249448', '', '', '', '1', '1486699610', 'sul/1486699610.jpg', '', '', '1', '', '', '', '', ''), (317, '160321016', '2016-09-02', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160457', '', '', '', '1', '1486692389', 'sul/1486692389.jpg', '', '', '1', '', '', '', '', ''), (318, '160321016', '2016-09-02', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160457', '', '', '', '1', '1486692389', 'sul/1486692389.jpg', '', '', '1', '', '', '', '', ''), (319, '160410007', '2016-09-02', '2016-09-02', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249448', '', '', '', '1', '1486699610', 'sul/1486699610.jpg', '', '', '1', '', '', '', '', ''), (323, '160110024', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949465', '', '', '', '1', '1486698582', 'sul/1486698582.jpg', '', '', '1', '', '', '', '', ''), (324, '160321041', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (325, '160110006', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949447', '', '', '', '1', '1486697392', 'sul/1486697392.jpg', '', '', '1', '', '', '', '', ''), (327, '160321066', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160507', '', '', '', '1', '1486695924', 'sul/1486695924.jpg', '', '', '1', '', '', '', '', ''), (328, '160410028', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249469', '', '', '', '1', '1486912090', 'sul/1486912090.jpg', '', '', '1', '', '', '', '', ''), (329, '160110011', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949452', '', '', '', '1', '1486697606', 'sul/1486697606.jpg', '', '', '1', '', '', '', '', ''), (340, '160410045', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249486', '', '', '', '1', '1486702363', 'sul/1486702363.jpg', '', '', '1', '', '', '', '', ''), (341, '160410005', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249446', '', '', '', '1', '1486699554', 'sul/1486699554.jpg', '', '', '1', '', '', '', '', ''), (343, '160410063', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249504', '', '', '', '1', '1486702893', 'sul/1486702893.jpg', '', '', '1', '', '', '', '', ''), (349, '160410019', '2016-09-02', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249460', '', '', '', '1', '1486700024', 'sul/1486700024.jpg', '', '', '1', '', '', '', '', ''), (350, '160410042', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249483', '', '', '', '1', '1486700762', 'sul/1486700762.jpg', '', '', '1', '', '', '', '', ''), (352, '160110001', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949442', '', '', '', '1', '1486696820', 'sul/1486696820.jpg', '', '', '1', '', '', '', '', ''), (357, '160321050', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160491', '', '', '', '1', '1486694795', 'sul/1486694795.jpg', '', '', '1', '', '', '', '', ''), (359, '160321059', '2016-09-02', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160500', '', '', '', '1', '1486695552', 'sul/1486695552.jpg', '', '', '1', '', '', '', '', ''), (360, '160321009', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160450', '', '', '', '1', '1486691694', 'sul/1486691694.jpg', '', '', '1', '', '', '', '', ''), (362, '160321055', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160496', '', '', '', '1', '1486695417', 'sul/1486695417.jpg', '', '', '1', '', '', '', '', ''), (368, '160110025', '2016-09-02', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949466', '', '', '', '1', '1486698618', 'sul/1486698618.jpg', '', '', '', '', '', '', '', ''), (376, '160321033', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160474', '', '', '', '1', '1486693536', 'sul/1486693536.jpg', '', '', '1', '', '', '', '', ''), (378, '160321012', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160453', '', '', '', '1', '1486692042', 'sul/1486692042.jpg', '', '', '1', '', '', '', '', ''), (382, '160410048', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249489', '', '', '', '1', '1486702427', 'sul/1486702427.jpg', '', '', '1', '', '', '', '', ''), (386, '160410019', '2016-09-02', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249460', '', '', '', '1', '1486700024', 'sul/1486700024.jpg', '', '', '1', '', '', '', '', ''), (393, '160321046', '2016-09-02', '2016-09-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160487', '', '', '', '1', '1486694430', 'sul/1486694430.jpg', '', '', '1', '', '', '', '', ''), (400, '160321071', '2016-09-02', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160512', '', '', '', '1', '1486696450', 'sul/1486696450.jpg', '', '', '1', '', '', '', '', ''), (407, '160321043', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160484', '', '', '', '1', '1486694244', 'sul/1486694244.jpg', '', '', '1', '', '', '', '', ''), (409, '160321063', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160504', '', '', '', '1', '1486695734', 'sul/1486695734.jpg', '', '', '1', '', '', '', '', ''), (412, '160321003', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160444', '', '', '', '1', '1486691309', 'sul/1486691309.jpg', '', '', '1', '', '', '', '', ''), (414, '160410031', '2016-09-03', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249472', '', '', '', '1', '1486700481', 'sul/1486700481.jpg', '', '', '1', '', '', '', '', ''), (418, '160321062', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160503', '', '', '', '1', '1486695693', 'sul/1486695693.jpg', '', '', '1', '', '', '', '', ''), (421, '160321002', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160443', '', '', '', '1', '1486691260', 'sul/1486691260.jpg', '', '', '1', '', '', '', '', ''), (422, '160321053', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160494', '', '', '', '1', '1486695336', 'sul/1486695336.jpg', '', '', '1', '', '', '', '', ''), (423, '160321065', '2016-09-03', '2016-10-26', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160506', '', '', '', '1', '1486695894', 'sul/1486695893.jpg', '', '', '1', '', '', '', '', ''), (424, '160321005', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160446', '', '', '', '1', '1486691465', 'sul/1486691465.jpg', '', '', '1', '', '', '', '', ''), (427, '160110030', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949471', '', '', '', '1', '1486698790', 'sul/1486698790.jpg', '', '', '1', '', '', '', '', ''), (433, '160110008', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949449', '', '', '', '1', '1486718529', 'sul/1486718529.jpg', '', '', '1', '', '', '', '', ''), (436, '160321034', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160475', '', '', '', '1', '1486693574', 'sul/1486693574.jpg', '', '', '1', '', '', '', '', ''), (439, '160321071', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160512', '', '', '', '1', '1486696450', 'sul/1486696450.jpg', '', '', '1', '', '', '', '', ''), (440, '160321071', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160512', '', '', '', '1', '1486696450', 'sul/1486696450.jpg', '', '', '1', '', '', '', '', ''), (443, '160110003', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949444', '', '', '', '1', '1486697266', 'sul/1486697266.jpg', '', '', '1', '', '', '', '', ''), (444, '160321071', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160512', '', '', '', '1', '1486696450', 'sul/1486696450.jpg', '', '', '1', '', '', '', '', ''), (445, '160321032', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160473', '', '', '', '1', '1486693486', 'sul/1486693486.jpg', '', '', '1', '', '', '', '', ''), (446, '160321064', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160505', '', '', '', '1', '1486695774', 'sul/1486695774.jpg', '', '', '1', '', '', '', '', ''), (447, '160321064', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160505', '', '', '', '1', '1486695774', 'sul/1486695774.jpg', '', '', '1', '', '', '', '', ''), (450, '160321056', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160497', '', '', '', '1', '1486695451', 'sul/1486695451.jpg', '', '', '1', '', '', '', '', ''), (451, '160321056', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160497', '', '', '', '1', '1486695451', 'sul/1486695451.jpg', '', '', '1', '', '', '', '', ''), (452, '160110002', '2016-09-03', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949443', '', '', '', '1', '1486697232', 'sul/1486697232.jpg', '', '', '1', '', '', '', '', ''), (454, '160321059', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160500', '', '', '', '1', '1486695552', 'sul/1486695552.jpg', '', '', '1', '', '', '', '', ''), (455, '160110010', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949451', '', '', '', '1', '1486697573', 'sul/1486697573.jpg', '', '', '1', '', '', '', '', ''), (460, '160110020', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949461', '', '', '', '1', '1486698367', 'sul/1486698367.jpg', '', '', '1', '', '', '', '', ''), (466, '160110023', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949464', '', '', '', '1', '1486698478', 'sul/1486698478.jpg', '', '', '1', '', '', '', '', ''), (467, '160410056', '2016-09-03', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '', '1', '83249497', '', '', '', '1', '1487233245', 'sul/1487233245.jpg', '', '', '1', '', '', '', '', ''), (468, '160410056', '2016-09-03', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '', '1', '83249497', '', '', '', '1', '1487233245', 'sul/1487233245.jpg', '', '', '1', '', '', '', '', ''), (471, '160410069', '2016-09-03', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249510', '', '', '', '1', '1486698044', 'sul/1486698044.jpg', '', '', '1', '', '', '', '', ''), (476, '160410064', '2016-09-03', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249505', '', '', '', '1', '1486702922', 'sul/1486702922.jpg', '', '', '1', '', '', '', '', ''), (478, '160410064', '2016-09-03', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249505', '', '', '', '1', '1486702922', 'sul/1486702922.jpg', '', '', '1', '', '', '', '', ''), (485, '160110031', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949472', '', '', '', '1', '1486698828', 'sul/1486698828.jpg', '', '', '1', '', '', '', '', ''), (502, '160410051', '2016-09-03', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249492', '', '', '', '1', '1486702544', 'sul/1486702544.jpg', '', '', '1', '', '', '', '', ''), (504, '160410020', '2016-09-03', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249461', '', '', '', '1', '1486700060', 'sul/1486700060.jpg', '', '', '1', '', '', '', '', ''), (522, '160321027', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160468', '', '', '', '1', '1486693216', 'sul/1486693216.jpg', '', '', '1', '', '', '', '', ''), (524, '160410019', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249460', '', '', '', '1', '1486700024', 'sul/1486700024.jpg', '', '', '1', '', '', '', '', ''), (535, '160410051', '2016-09-03', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249492', '', '', '', '1', '1486702544', 'sul/1486702544.jpg', '', '', '1', '', '', '', '', ''), (540, '160110019', '2016-09-03', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '82949460', '', '', '', '1', '1486698285', 'sul/1486698285.jpg', '', '', '1', '', '', '', '', ''), (546, '160410032', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249473', '', '', '', '1', '1486700520', 'sul/1486700520.jpg', '', '', '1', '', '', '', '', ''), (548, '160410008', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249449', '', '', '', '1', '1486699706', 'sul/1486699706.jpg', '', '', '1', '', '', '', '', ''), (549, '160410008', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249449', '', '', '', '1', '1486699706', 'sul/1486699706.jpg', '', '', '1', '', '', '', '', ''), (550, '160410032', '2016-09-03', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249473', '', '', '', '1', '1486700520', 'sul/1486700520.jpg', '', '', '1', '', '', '', '', ''), (554, '160321042', '2016-09-03', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160483', '', '', '', '1', '1486694195', 'sul/1486694195.jpg', '', '', '1', '', '', '', '', ''), (561, '160110005', '2016-09-03', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949446', '', '', '', '1', '1486697348', 'sul/1486697348.jpg', '', '', '1', '', '', '', '', ''), (568, '160321051', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160492', '', '', '', '1', '1486694829', 'sul/1486694829.jpg', '', '', '1', '', '', '', '', ''), (570, '160321021', '2016-09-03', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160462', '', '', '', '1', '1486692725', 'sul/1486692725.jpg', '', '', '1', '', '', '', '', ''), (576, '160321004', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160445', '', '', '', '1', '1486691415', 'sul/1486691415.jpg', '', '', '1', '', '', '', '', ''), (579, '160321010', '2016-09-03', '2016-09-04', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160451', '', '', '', '1', '1486691754', 'sul/1486691754.jpg', '', '', '1', '', '', '', '', ''), (583, '160321042', '2016-09-03', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160483', '', '', '', '1', '1486694195', 'sul/1486694195.jpg', '', '', '1', '', '', '', '', ''), (594, '160410053', '2016-09-03', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249494', '', '', '', '1', '1486702625', 'sul/1486702625.jpg', '', '', '1', '', '', '', '', ''), (602, '160410019', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249460', '', '', '', '1', '1486700024', 'sul/1486700024.jpg', '', '', '1', '', '', '', '', ''), (607, '160410050', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249491', '', '', '', '1', '1486702528', 'sul/1486702528.jpg', '', '', '1', '', '', '', '', ''), (608, '160110026', '2016-09-03', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '', '1', '82949467', '', '', '', '1', '1486698657', 'sul/1486698657.jpg', '', '', '', '', '', '', '', ''), (612, '160410039', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249480', '', '', '', '1', '1486700677', 'sul/1486700677.jpg', '', '', '1', '', '', '', '', ''), (613, '160410039', '2016-09-03', '2016-09-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249480', '', '', '', '1', '1486700677', 'sul/1486700677.jpg', '', '', '1', '', '', '', '', ''), (618, '160410040', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249481', '', '', '', '1', '1486700715', 'sul/1486700715.jpg', '', '', '1', '', '', '', '', ''), (619, '160410039', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249480', '', '', '', '1', '1486700677', 'sul/1486700677.jpg', '', '', '1', '', '', '', '', ''), (620, '160410040', '2016-09-03', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249481', '', '', '', '1', '1486700715', 'sul/1486700715.jpg', '', '', '1', '', '', '', '', ''), (621, '160410046', '2016-09-03', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249487', '', '', '', '1', '1486702374', 'sul/1486702374.jpg', '', '', '1', '', '', '', '', ''), (627, '160110007', '2016-09-03', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949448', '', '', '', '1', '1486697426', 'sul/1486697426.jpg', '', '', '1', '', '', '', '', ''), (646, '160410068', '2016-09-03', '2016-09-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249509', '', '', '', '1', '1486711589', 'sul/1486711589.jpg', '', '', '1', '', '', '', '', ''), (652, '160410069', '2016-09-03', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249510', '', '', '', '1', '1486698044', 'sul/1486698044.jpg', '', '', '1', '', '', '', '', ''), (656, '160410049', '2016-09-03', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249490', '', '', '', '1', '1486702494', 'sul/1486702494.jpg', '', '', '1', '', '', '', '', ''), (662, '160410006', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249447', '', '', '', '1', '1486699646', 'sul/1486699646.jpg', '', '', '1', '', '', '', '', ''), (666, '160410010', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249451', '', '', '', '1', '1486699838', 'sul/1486699837.jpg', '', '', '1', '', '', '', '', ''), (667, '160410044', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249485', '', '', '', '1', '1486702342', 'sul/1486702342.jpg', '', '', '1', '', '', '', '', ''), (668, '160321051', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160492', '', '', '', '1', '1486694829', 'sul/1486694829.jpg', '', '', '1', '', '', '', '', ''), (677, '160321042', '2016-09-04', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160483', '', '', '', '1', '1486694195', 'sul/1486694195.jpg', '', '', '1', '', '', '', '', ''), (682, '160410058', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249499', '', '', '', '1', '1486702755', 'sul/1486702755.jpg', '', '', '1', '', '', '', '', ''), (712, '160110027', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949468', '', '', '', '1', '1486698691', 'sul/1486698691.jpg', '', '', '1', '', '', '', '', ''), (715, '160321026', '2016-09-04', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160467', '', '', '', '1', '1486693170', 'sul/1486693170.jpg', '', '', '1', '', '', '', '', ''), (716, '160321026', '2016-09-04', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160467', '', '', '', '1', '1486693170', 'sul/1486693170.jpg', '', '', '1', '', '', '', '', ''), (718, '160410059', '2016-09-04', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249500', '', '', '', '1', '1486702790', 'sul/1486702790.jpg', '', '', '1', '', '', '', '', ''), (728, '160410021', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249462', '', '', '', '1', '1486700076', 'sul/1486700076.jpg', '', '', '1', '', '', '', '', ''), (729, '160410055', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249496', '', '', '', '1', '1486702673', 'sul/1486702673.jpg', '', '', '1', '', '', '', '', ''), (735, '160321049', '2016-09-04', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160490', '', '', '', '1', '1486694668', 'sul/1486694668.jpg', '', '', '1', '', '', '', '', ''), (736, '160110012', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949453', '', '', '', '1', '1486697636', 'sul/1486697636.jpg', '', '', '1', '', '', '', '', ''), (738, '160321054', '2016-09-04', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160495', '', '', '', '1', '1486695382', 'sul/1486695382.jpg', '', '', '1', '', '', '', '', ''), (739, '160321010', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160451', '', '', '', '1', '1486691754', 'sul/1486691754.jpg', '', '', '1', '', '', '', '', ''), (741, '160410056', '2016-09-04', '2016-09-04', '1', '1', 'Ganjil 2016/2017', '', '1', '83249497', '', '', '', '1', '1487233245', 'sul/1487233245.jpg', '', '', '1', '', '', '', '', ''), (744, '160410040', '2016-09-04', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249481', '', '', '', '1', '1486700715', 'sul/1486700715.jpg', '', '', '1', '', '', '', '', ''), (749, '160410059', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249500', '', '', '', '1', '1486702790', 'sul/1486702790.jpg', '', '', '1', '', '', '', '', ''), (754, '160410060', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249501', '', '', '', '1', '1486702810', 'sul/1486702810.jpg', '', '', '1', '', '', '', '', ''), (755, '160410012', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249453', '', '', '', '1', '1486699911', 'sul/1486699911.jpg', '', '', '1', '', '', '', '', ''), (756, '160410057', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249498', '', '', '', '1', '1486702734', 'sul/1486702734.jpg', '', '', '1', '', '', '', '', ''), (762, '160321035', '2016-09-04', '2016-10-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (764, '160321003', '2016-09-04', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160444', '', '', '', '1', '1486691309', 'sul/1486691309.jpg', '', '', '1', '', '', '', '', ''), (766, '160110032', '2016-09-05', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949473', '', '', '', '1', '1486698859', 'sul/1486698859.jpg', '', '', '1', '', '', '', '', ''), (767, '160321060', '2016-09-05', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '', '1', '83160501', '', '', '', '1', '1486695609', 'sul/1486695609.jpg', '', '', '1', '', '', '', '', ''), (768, '160321051', '2016-09-05', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160492', '', '', '', '1', '1486694829', 'sul/1486694829.jpg', '', '', '1', '', '', '', '', ''), (769, '160321045', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160486', '', '', '', '1', '1486694332', 'sul/1486694332.jpg', '', '', '1', '', '', '', '', ''), (771, '160321060', '2016-09-05', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '', '1', '83160501', '', '', '', '1', '1486695609', 'sul/1486695609.jpg', '', '', '1', '', '', '', '', ''), (773, '160410040', '2016-09-05', '2016-09-05', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249481', '', '', '', '1', '1486700715', 'sul/1486700715.jpg', '', '', '1', '', '', '', '', ''), (775, '160410040', '2016-09-05', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249481', '', '', '', '1', '1486700715', 'sul/1486700715.jpg', '', '', '1', '', '', '', '', ''), (776, '160410008', '2016-09-05', '2016-09-05', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249449', '', '', '', '1', '1486699706', 'sul/1486699706.jpg', '', '', '1', '', '', '', '', ''), (778, '160321049', '2016-09-05', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160490', '', '', '', '1', '1486694668', 'sul/1486694668.jpg', '', '', '1', '', '', '', '', ''), (779, '160321038', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160479', '', '', '', '1', '1486693878', 'sul/1486693878.jpg', '', '', '1', '', '', '', '', ''), (780, '160321054', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160495', '', '', '', '1', '1486695382', 'sul/1486695382.jpg', '', '', '1', '', '', '', '', ''), (782, '160321049', '2016-09-05', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160490', '', '', '', '1', '1486694668', 'sul/1486694668.jpg', '', '', '1', '', '', '', '', ''), (783, '160321019', '2016-09-05', '2016-09-15', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160460', '', '', '', '1', '1486692614', 'sul/1486692614.jpg', '', '', '1', '', '', '', '', ''), (784, '160321019', '2016-09-05', '2016-09-15', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160460', '', '', '', '1', '1486692614', 'sul/1486692614.jpg', '', '', '1', '', '', '', '', ''), (788, '160321073', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160514', '', '', '', '1', '1486696547', 'sul/1486696547.jpg', '', '', '1', '', '', '', '', ''), (790, '160321049', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160490', '', '', '', '1', '1486694668', 'sul/1486694668.jpg', '', '', '1', '', '', '', '', ''), (792, '160321020', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160461', '', '', '', '1', '1486692692', 'sul/1486692692.jpg', '', '', '1', '', '', '', '', ''), (795, '160321049', '2016-09-05', '2016-09-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160490', '', '', '', '1', '1486694668', 'sul/1486694668.jpg', '', '', '1', '', '', '', '', ''), (796, '160321029', '2016-09-05', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160470', '', '', '', '1', '1486693293', 'sul/1486693293.jpg', '', '', '1', '', '', '', '', ''), (799, '160321067', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160508', '', '', '', '1', '1486695960', 'sul/1486695960.jpg', '', '', '1', '', '', '', '', ''), (801, '160321018', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160459', '', '', '', '1', '1486692557', 'sul/1486692557.jpg', '', '', '1', '', '', '', '', ''), (802, '160321013', '2016-09-05', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160454', '', '', '', '1', '1486692100', 'sul/1486692100.jpg', '', '', '1', '', '', '', '', ''), (804, '160321074', '2016-09-06', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160515', '', '', '', '1', '1486696588', 'sul/1486696588.jpg', '', '', '1', '', '', '', '', ''), (805, '160321019', '2016-09-06', '2016-09-15', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160460', '', '', '', '1', '1486692614', 'sul/1486692614.jpg', '', '', '1', '', '', '', '', ''), (806, '160321019', '2016-09-06', '2016-09-15', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160460', '', '', '', '1', '1486692614', 'sul/1486692614.jpg', '', '', '1', '', '', '', '', ''), (807, '160321019', '2016-09-06', '2016-09-15', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160460', '', '', '', '1', '1486692614', 'sul/1486692614.jpg', '', '', '1', '', '', '', '', ''), (808, '160110021', '2016-09-06', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949462', '', '', '', '1', '1486698408', 'sul/1486698408.jpg', '', '', '1', '', '', '', '', ''), (810, '160110015', '2016-09-06', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949456', '', '', '', '1', '1486697759', 'sul/1486697759.jpg', '', '', '1', '', '', '', '', ''), (811, '160410043', '2016-09-06', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249484', '', '', '', '1', '1486700780', 'sul/1486700780.jpg', '', '', '1', '', '', '', '', ''), (812, '160410061', '2016-09-06', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249502', '', '', '', '1', '1486702825', 'sul/1486702825.jpg', '', '', '1', '', '', '', '', ''), (813, '160410062', '2016-09-06', '2016-09-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249503', '', '', '', '1', '1486702873', 'sul/1486702873.jpg', '', '', '1', '', '', '', '', ''), (817, '160410072', '2016-09-06', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249513', '', '', '', '1', '1486711658', 'sul/1486711658.jpg', '', '', '1', '', '', '', '', ''), (819, '160410072', '2016-09-06', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249513', '', '', '', '1', '1486711658', 'sul/1486711658.jpg', '', '', '1', '', '', '', '', ''), (820, '160410022', '2016-09-07', '2016-09-07', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249463', '', '', '', '1', '1486700105', 'sul/1486700105.jpg', '', '', '1', '', '', '', '', ''), (825, '160410072', '2016-09-07', '2016-09-07', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249513', '', '', '', '1', '1486711658', 'sul/1486711658.jpg', '', '', '1', '', '', '', '', ''), (826, '160410029', '2016-09-07', '2016-09-07', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249470', '', '', '', '1', '1486700435', 'sul/1486700435.jpg', '', '', '1', '', '', '', '', ''), (828, '160321072', '2016-09-07', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160513', '', '', '', '1', '1486696500', 'sul/1486696500.jpg', '', '', '1', '', '', '', '', ''), (833, '160321006', '2016-09-07', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160447', '', '', '', '1', '1486691545', 'sul/1486691545.jpg', '', '', '1', '', '', '', '', ''), (834, '160321006', '2016-09-07', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160447', '', '', '', '1', '1486691545', 'sul/1486691545.jpg', '', '', '1', '', '', '', '', ''), (840, '160410105', '2016-09-07', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249546', '', '', '', '1', '1487232932', 'sul/1487232932.jpg', '', '', '1', '', '', '', '', ''), (842, '160321035', '2016-09-07', '2016-10-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (844, '160321035', '2016-09-07', '2016-10-06', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (849, '160410022', '2016-09-07', '2016-09-07', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249463', '', '', '', '1', '1486700105', 'sul/1486700105.jpg', '', '', '1', '', '', '', '', ''), (850, '160410003', '2016-09-07', '2016-09-07', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249444', '', '', '', '1', '1486699407', 'sul/1486699407.jpg', '', '', '1', '', '', '', '', ''), (852, '160110002', '2016-09-08', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949443', '', '', '', '1', '1486697232', 'sul/1486697232.jpg', '', '', '1', '', '', '', '', ''), (853, '160321006', '2016-09-08', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160447', '', '', '', '1', '1486691545', 'sul/1486691545.jpg', '', '', '1', '', '', '', '', ''), (854, '160321072', '2016-09-08', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160513', '', '', '', '1', '1486696500', 'sul/1486696500.jpg', '', '', '1', '', '', '', '', ''), (855, '160321042', '2016-09-08', '2016-09-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160483', '', '', '', '1', '1486694195', 'sul/1486694195.jpg', '', '', '1', '', '', '', '', ''), (858, '160321042', '2016-09-08', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160483', '', '', '', '1', '1486694195', 'sul/1486694195.jpg', '', '', '1', '', '', '', '', ''), (859, '1234', '2016-09-08', '2016-09-08', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (860, '160410086', '2016-09-09', '2016-09-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249527', '', '', '', '1', '1487059555', 'sul/1487059555.jpg', '', '', '1', '', '', '', '', ''), (861, '160410104', '2016-09-09', '2016-09-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249545', '', '', '', '1', '1487234751', 'sul/1487234751.jpg', '', '', '1', '', '', '', '', ''), (862, '160410095', '2016-09-09', '2016-09-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249536', '', '', '', '1', '1487234677', 'sul/1487234677.jpg', '', '', '1', '', '', '', '', ''), (863, '160410107', '2016-09-09', '2016-09-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249548', '', '', '', '1', '1487233076', 'sul/1487233076.jpg', '', '', '1', '', '', '', '', ''), (865, '160410099', '2016-09-09', '2016-09-15', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249540', '', '', '', '1', '1487316069', 'sul/1487316069.jpg', '', '', '1', '', '', '', '', ''), (867, '160410083', '2016-09-09', '2016-09-14', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249524', '', '', '', '1', '1487058857', 'sul/1487058857.jpg', '', '', '1', '', '', '', '', ''), (868, '160410075', '2016-09-09', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83249516', '', '', '', '1', '1487056634', 'sul/1487056634.jpg', '', '', '1', '', '', '', '', ''), (869, '160410090', '2016-09-09', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249531', '', '', '', '1', '1487061277', 'sul/1487061277.jpg', '', '', '1', '', '', '', '', ''), (870, '160410088', '2016-09-09', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249529', '', '', '', '1', '1487060739', 'sul/1487060739.jpg', '', '', '1', '', '', '', '', ''), (873, '160410102', '2016-09-09', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249543', '', '', '', '1', '1487311215', 'sul/1487311215.jpg', '', '', '1', '', '', '', '', ''), (875, '160410096', '2016-09-09', '2016-10-07', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249537', '', '', '', '1', '1487232761', 'sul/1487232761.jpg', '', '', '1', '', '', '', '', ''), (876, '160410075', '2016-09-09', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83249516', '', '', '', '1', '1487056634', 'sul/1487056634.jpg', '', '', '1', '', '', '', '', ''), (878, '160410098', '2016-09-09', '2016-09-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249539', '', '', '', '1', '1487232879', 'sul/1487232879.jpg', '', '', '1', '', '', '', '', ''), (879, '160410098', '2016-09-09', '2016-09-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249539', '', '', '', '1', '1487232879', 'sul/1487232879.jpg', '', '', '1', '', '', '', '', ''), (881, '160410098', '2016-09-09', '2016-09-09', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249539', '', '', '', '1', '1487232879', 'sul/1487232879.jpg', '', '', '1', '', '', '', '', ''), (882, '160410098', '2016-09-09', '2016-09-09', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249539', '', '', '', '1', '1487232879', 'sul/1487232879.jpg', '', '', '1', '', '', '', '', ''), (883, '160410098', '2016-09-09', '2016-09-09', '1', '..', 'Ganjil 2016/2017', '1', '1', '83249539', '', '', '', '1', '1487232879', 'sul/1487232879.jpg', '', '', '1', '', '', '', '', ''), (884, '160110041', '2016-09-09', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949482', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (885, '160110058', '2016-09-09', '2016-11-11', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949499', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (886, '160110036', '2016-09-09', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949477', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (887, '160110061', '2016-09-09', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949502', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (888, '160110045', '2016-09-09', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949486', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (889, '160110051', '2016-09-09', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949492', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (890, '160110045', '2016-09-09', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949486', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (891, '160214004', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053445', '', '', '', '1', '1487299162', 'sul/1487299162.jpg', '', '', '1', '', '', '', '', ''), (892, '160214083', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (893, '160214016', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053457', '', '', '', '1', '1487300438', 'sul/1487300438.jpg', '', '', '1', '', '', '', '', ''), (894, '160214063', '2016-09-10', '2016-11-03', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053504', '', '', '', '1', '1487338643', 'sul/1487338643.jpg', '', '', '1', '', '', '', '', ''), (895, '160214006', '2016-09-10', '2016-09-10', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053447', '', '', '', '1', '1487299244', 'sul/1487299244.jpg', '', '', '1', '', '', '', '', ''), (897, '160214073', '2016-09-10', '2016-10-22', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053514', '', '', '', '1', '1487339059', 'sul/1487339059.jpg', '', '', '1', '', '', '', '', ''), (899, '160214001', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053442', '', '', '', '1', '1487297289', 'sul/1487297289.jpg', '', '', '1', '', '', '', '', ''), (900, '160214006', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053447', '', '', '', '1', '1487299244', 'sul/1487299244.jpg', '', '', '1', '', '', '', '', ''), (901, '160110042', '2016-09-10', '2017-02-09', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949483', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (903, '160214072', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053513', '', '', '', '1', '1487338998', 'sul/1487338998.jpg', '', '', '1', '', '', '', '', ''), (905, '160214025', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053466', '', '', '', '1', '1487301227', 'sul/1487301227.jpg', '', '', '', '', '', '', '', ''), (908, '160214060', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053501', '', '', '', '1', '1487338362', 'sul/1487338362.jpg', '', '', '1', '', '', '', '', ''), (909, '160214049', '2016-09-10', '2016-11-10', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053490', '', '', '', '1', '1487315667', 'sul/1487315667.jpg', '', '', '1', '', '', '', '', ''), (910, '160214049', '2016-09-10', '2016-11-10', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053490', '', '', '', '1', '1487315667', 'sul/1487315667.jpg', '', '', '1', '', '', '', '', ''), (911, '160214071', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053512', '', '', '', '1', '1487338957', 'sul/1487338957.jpg', '', '', '1', '', '', '', '', ''), (912, '160214033', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053474', '', '', '', '1', '1487301727', 'sul/1487301727.jpg', '', '', '1', '', '', '', '', ''), (914, '160214054', '2016-09-10', '2016-09-10', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053495', '', '', '', '1', '1487315772', 'sul/1487315772.jpg', '', '', '1', '', '', '', '', ''), (916, '160214010', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053451', '', '', '', '1', '1487299328', 'sul/1487299328.jpg', '', '', '1', '', '', '', '', ''), (917, '160214025', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053466', '', '', '', '1', '1487301227', 'sul/1487301227.jpg', '', '', '', '', '', '', '', ''), (918, '160214013', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053454', '', '', '', '1', '1487300315', 'sul/1487300315.jpg', '', '', '1', '', '', '', '', ''), (920, '160214037', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053478', '', '', '', '1', '1487305021', 'sul/1487305021.jpg', '', '', '1', '', '', '', '', ''), (921, '160214017', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053458', '', '', '', '1', '1487300675', 'sul/1487300675.jpg', '', '', '1', '', '', '', '', ''), (922, '160214042', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053483', '', '', '', '1', '1487315487', 'sul/1487315487.jpg', '', '', '1', '', '', '', '', ''), (923, '160214058', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053499', '', '', '', '1', '1487316334', 'sul/1487316334.jpg', '', '', '1', '', '', '', '', ''), (926, '160214028', '2016-09-10', '2016-10-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053469', '', '', '', '1', '1487301435', 'sul/1487301435.jpg', '', '', '1', '', '', '', '', ''), (927, '160214035', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053476', '', '', '', '1', '1487304545', 'sul/1487304545.jpg', '', '', '1', '', '', '', '', ''), (928, '160214067', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053508', '', '', '', '1', '1487338781', 'sul/1487338781.jpg', '', '', '1', '', '', '', '', ''), (930, '160214007', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053448', '', '', '', '1', '1487299282', 'sul/1487299282.jpg', '', '', '1', '', '', '', '', ''), (931, '160214070', '2016-09-10', '2016-09-23', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053511', '', '', '', '1', '1487338927', 'sul/1487338927.jpg', '', '', '1', '', '', '', '', ''), (932, '160214041', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053482', '', '', '', '1', '1487315376', 'sul/1487315376.jpg', '', '', '1', '', '', '', '', ''), (933, '160214064', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053505', '', '', '', '1', '1487338680', 'sul/1487338680.jpg', '', '', '1', '', '', '', '', ''), (934, '160214078', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (935, '160214038', '2016-09-10', '2016-09-23', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053479', '', '', '', '1', '1487315043', 'sul/1487315043.jpg', '', '', '1', '', '', '', '', ''), (936, '160214034', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053475', '', '', '', '1', '1487302769', 'sul/1487302769.jpg', '', '', '1', '', '', '', '', ''), (937, '160214081', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (938, '160214036', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053477', '', '', '', '1', '1487304955', 'sul/1487304955.jpg', '', '', '1', '', '', '', '', ''), (939, '160214052', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053493', '', '', '', '1', '1487315726', 'sul/1487315726.jpg', '', '', '1', '', '', '', '', ''), (940, '160214065', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053506', '', '', '', '1', '1487338721', 'sul/1487338721.jpg', '', '', '1', '', '', '', '', ''), (941, '160214012', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053453', '', '', '', '1', '1487300137', 'sul/1487300137.jpg', '', '', '1', '', '', '', '', ''), (943, '160214051', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053492', '', '', '', '1', '1487315711', 'sul/1487315711.jpg', '', '', '1', '', '', '', '', ''), (944, '160214079', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (945, '160214074', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053515', '', '', '', '1', '1487339106', 'sul/1487339106.jpg', '', '', '1', '', '', '', '', ''), (946, '160110043', '2016-09-10', '2017-02-08', '1', '..', 'Ganjil 2016/2017', '1', '1', '82949484', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (947, '160214026', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053467', '', '', '', '1', '1487383810', 'sul/1487383810.jpg', '', '', '1', '', '', '', '', ''), (949, '160214077', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (950, '160214015', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053456', '', '', '', '1', '1487300387', 'sul/1487300387.jpg', '', '', '1', '', '', '', '', ''), (951, '160214054', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053495', '', '', '', '1', '1487315772', 'sul/1487315772.jpg', '', '', '1', '', '', '', '', ''), (953, '160214019', '2016-09-10', '2016-09-13', '1', '..', 'Ganjil 2016/2017', '1', '1', '83053460', '', '', '', '1', '1487300823', 'sul/1487300823.jpg', '', '', '1', '', '', '', '', ''), (955, '160321127', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160568', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (956, '160321118', '2016-09-10', '2016-11-30', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160559', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (957, '160321081', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160522', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (958, '160321091', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160532', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (959, '160321104', '2016-09-10', '2016-09-17', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160545', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (960, '160321128', '2016-09-10', '2016-09-19', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160569', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (961, '160321119', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160560', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (962, '160321134', '2016-09-10', '2016-09-13', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160575', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (963, '160321086', '2016-09-10', '2016-09-13', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160527', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (964, '160321123', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160564', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (965, '160321135', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160576', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (966, '160321111', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160552', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (967, '160321103', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160544', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (968, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (969, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (970, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (971, '160321103', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160544', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (972, '160321132', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160573', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (973, '160321083', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160524', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (974, '160321086', '2016-09-10', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160527', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (975, '160321119', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160560', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (976, '160321134', '2016-09-10', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160575', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (977, '160321109', '2016-09-10', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160550', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (978, '160321076', '2016-09-10', '2016-09-13', '1', '..', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (979, '160321108', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (981, '160321110', '2016-09-10', '2016-09-13', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160551', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (982, '160321111', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160552', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (983, '160321103', '2016-09-10', '2016-09-16', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160544', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (984, '160321110', '2016-09-10', '2016-09-13', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160551', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (986, '160321110', '2016-09-10', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160551', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (987, '160321097', '2016-09-10', '2016-09-19', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160538', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (988, '160321121', '2016-09-10', '2016-09-16', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160562', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (989, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (990, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (991, '160321123', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160564', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (992, '160321123', '2016-09-10', '', '0', '..', 'Ganjil 2016/2017', '1', '1', '83160564', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (993, '160321097', '2016-09-10', '2016-09-19', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160538', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (994, '160321097', '2016-09-10', '2016-09-19', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160538', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (995, '160321099', '2016-09-10', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160540', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (996, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (997, '160321120', '2016-09-10', '2016-09-20', '1', '..', 'Ganjil 2016/2017', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (998, '12345678', '2016-09-10', '2016-09-12', '1', '..', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1000, '123456789', '2016-09-10', '2016-09-10', '1', '--', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1001, '123456789', '2016-09-10', '2016-09-10', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1002, '160110061', '2016-09-10', '2017-02-08', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949502', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1003, '160410076', '2016-09-11', '2016-09-14', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249517', '', '', '', '1', '1487056927', 'sul/1487056927.jpg', '', '', '1', '', '', '', '', ''), (1004, '12345678', '2016-09-12', '2016-09-12', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1005, '160214019', '2016-09-12', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053460', '', '', '', '1', '1487300823', 'sul/1487300823.jpg', '', '', '1', '', '', '', '', ''), (1008, '160410101', '2016-09-13', '2016-09-23', '1', '--', 'Ganjil 2016/2017', '1', '1', '83249542', '', '', '', '1', '1487234718', 'sul/1487234718.jpg', '', '', '1', '', '', '', '', ''), (1013, '160110056', '2016-09-13', '2017-02-08', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949497', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1014, '160110056', '2016-09-13', '2017-02-08', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949497', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1016, '160410097', '2016-09-13', '2016-10-21', '1', '--', 'Ganjil 2016/2017', '1', '1', '83249538', '', '', '', '1', '1487232828', 'sul/1487232828.jpg', '', '', '1', '', '', '', '', ''), (1017, '160410097', '2016-09-13', '2016-10-21', '1', '--', 'Ganjil 2016/2017', '1', '1', '83249538', '', '', '', '1', '1487232828', 'sul/1487232828.jpg', '', '', '1', '', '', '', '', ''), (1019, '160410097', '2016-09-13', '2016-10-21', '1', '--', 'Ganjil 2016/2017', '1', '1', '83249538', '', '', '', '1', '1487232828', 'sul/1487232828.jpg', '', '', '1', '', '', '', '', ''), (1021, '160410082', '2016-09-13', '2016-09-14', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249523', '', '', '', '1', '1487058702', 'sul/1487058702.jpg', '', '', '1', '', '', '', '', ''), (1026, '160110039', '2016-09-13', '2016-10-21', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949480', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1027, '160110039', '2016-09-13', '2016-10-21', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949480', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1028, '160110051', '2016-09-13', '2017-02-08', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949492', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1031, '160110049', '2016-09-13', '2016-09-13', '1', '--', 'Ganjil 2016/2017', '1', '1', '82949490', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1032, '160110059', '2016-09-13', '2017-02-08', '1', '--', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1033, '150320041', '2016-09-13', '', '0', '--', 'Ganjil 2016/2017', '1', '1', '73159482', '1', '1484204018', 'sam/1484204018.jpg', '1', '1490154003', 'sul/1490154003.jpg', '', '', '', '', '', '', '', ''), (1035, '160110049', '2016-09-13', '2016-09-13', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949490', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1036, '150320054', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159495', '1', '1484204592', 'sam/1484204592.jpg', '1', '1490154329', 'sul/1490154329.jpg', '', '', '1', '', '', '', '', ''), (1039, '150320001', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159442', '1', '1484202397', 'sam/1484202397.jpg', '1', '1490150463', 'sul/1490150463.jpg', '', '', '1', '', '', '', '', ''), (1041, '150320011', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159452', '1', '1484204390', 'sam/1484204390.jpg', '1', '1490151135', 'sul/1490151135.jpg', '', '', '1', '', '', '', '', ''), (1042, '150320025', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159466', '1', '1484204550', 'sam/1484204550.jpg', '1', '1490152144', 'sul/1490152144.jpg', '', '', '1', '', '', '', '', ''), (1044, '150320041', '2016-09-13', '', '0', '3', 'Ganjil 2015/2016', '1', '1', '73159482', '1', '1484204018', 'sam/1484204018.jpg', '1', '1490154003', 'sul/1490154003.jpg', '', '', '', '', '', '', '', ''), (1045, '150320023', '2016-09-13', '2016-11-01', '1', '--', 'Ganjil 2015/2016', '1', '1', '73159464', '1', '1484204453', 'sam/1484204453.jpg', '1', '1490151959', 'sul/1490151959.jpg', '', '', '1', '', '', '', '', ''), (1046, '150320046', '2016-09-13', '', '0', '3', 'Ganjil 2015/2016', '1', '1', '73159487', '1', '1484366982', 'sam/1484366982.jpg', '1', '1490154160', 'sul/1490154160.jpg', '', '', '', '', '', '', '', ''), (1047, '150320030', '2016-09-13', '2016-11-02', '1', '--', 'Ganjil 2015/2016', '1', '1', '73159471', '1', '1484204513', 'sam/1484204513.jpg', '1', '1490152429', 'sul/1490152429.jpg', '', '', '1', '', '', '', '', ''), (1052, '150320055', '2016-09-13', '2016-09-13', '1', '--', 'Ganjil 2016/2017', '1', '1', '73159496', '1', '1484205262', 'sam/1484205262.jpg', '1', '1490154507', 'sul/1490154507.jpg', '', '', '1', '', '', '', '', ''), (1053, '150320055', '2016-09-13', '2016-09-13', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159496', '1', '1484205262', 'sam/1484205262.jpg', '1', '1490154507', 'sul/1490154507.jpg', '', '', '1', '', '', '', '', ''), (1054, '150320058', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159499', '1', '1484204787', 'sam/1484204787.jpg', '1', '1490154604', 'sul/1490154604.jpg', '', '', '', '', '', '', '', ''), (1056, '150320027', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159468', '1', '1484204992', 'sam/1484204992.jpg', '1', '1490152223', 'sul/1490152223.jpg', '', '', '1', '', '', '', '', ''), (1057, '150320032', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159473', '1', '1484205164', 'sam/1484205164.jpg', '1', '1490152489', 'sul/1490152489.jpg', '', '', '1', '', '', '', '', ''), (1058, '150320003', '2016-09-13', '2016-09-30', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159444', '1', '1484367381', 'sam/1484367381.jpg', '1', '1490150547', 'sul/1490150547.jpg', '', '', '1', '', '', '', '', ''), (1059, '150320015', '2016-09-13', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159456', '', '', '', '1', '1490151416', 'sul/1490151415.jpg', '', '', '', '', '', '', '', ''), (1060, '160321136', '2016-09-13', '2016-09-14', '1', '1', '', '1', '1', '83160577', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1061, '160321141', '2016-09-13', '', '0', '--', '', '1', '1', '83160582', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1062, '160321141', '2016-09-13', '', '0', '--', '', '1', '1', '83160582', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1063, '160321141', '2016-09-13', '', '0', '--', '', '1', '1', '83160582', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1064, '150320051', '2016-09-13', '2016-09-19', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159492', '1', '1484203111', 'sam/1484203111.jpg', '1', '1490154248', 'sul/1490154248.jpg', '', '', '1', '', '', '', '', ''), (1066, '160110045', '2016-09-13', '2017-02-08', '1', '--', '', '1', '1', '82949486', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1067, '160110057', '2016-09-13', '2017-02-08', '1', '--', '', '1', '1', '82949498', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1068, '160110064', '2016-09-14', '2017-02-09', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1069, '160110043', '2016-09-14', '2017-02-08', '1', '--', '', '1', '1', '82949484', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1070, '160321075', '2016-09-14', '2016-10-25', '1', '--', '', '1', '1', '83160516', '', '', '', '1', '1486696634', 'sul/1486696634.jpg', '', '', '1', '', '', '', '', ''), (1071, '150320018', '2016-09-14', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159459', '1', '1484203954', 'sam/1484203954.jpg', '1', '1490151607', 'sul/1490151607.jpg', '', '', '', '', '', '', '', ''), (1072, '150320008', '2016-09-14', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159449', '1', '1484205036', 'sam/1484205036.jpg', '1', '1490150842', 'sul/1490150842.jpg', '', '', '1', '', '', '', '', ''), (1073, '160410093', '2016-09-14', '2016-09-14', '1', '1', '', '1', '1', '83249534', '', '', '', '1', '1487062417', 'sul/1487062417.jpg', '', '', '1', '', '', '', '', ''), (1074, '160410073', '2016-09-14', '2016-09-14', '1', '1', '', '1', '1', '83249514', '', '', '', '1', '1486711848', 'sul/1486711848.jpg', '', '', '1', '', '', '', '', ''), (1075, '160410018', '2016-09-14', '2016-09-14', '1', '1', '', '1', '1', '83249459', '', '', '', '1', '1486699994', 'sul/1486699994.jpg', '', '', '1', '', '', '', '', ''), (1076, '160110081', '2016-09-14', '2016-09-15', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1080, '160410106', '2016-09-14', '2016-09-14', '1', '1', '', '1', '1', '83249547', '', '', '', '1', '1487233023', 'sul/1487233023.jpg', '', '', '1', '', '', '', '', ''), (1081, '160110052', '2016-09-14', '2017-02-08', '1', '--', '', '1', '1', '82949493', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1082, '160110053', '2016-09-14', '2017-02-08', '1', '--', '', '1', '1', '82949494', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1083, '160110048', '2016-09-14', '2017-02-08', '1', '1', '', '1', '1', '82949489', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1084, '160110069', '2016-09-14', '2017-02-09', '1', '--', '', '1', '1', '82949510', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1085, '160110063', '2016-09-14', '2017-02-09', '1', '--', '', '1', '1', '82949504', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1086, '160110068', '2016-09-14', '2017-02-09', '1', '--', '', '1', '1', '82949509', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1087, '160110040', '2016-09-14', '2017-02-08', '1', '--', '', '1', '1', '82949481', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1088, '160214002', '2016-09-14', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1089, '160214082', '2016-09-14', '2016-09-14', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1090, '160214008', '2016-09-14', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1091, '160214047', '2016-09-14', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1092, '160214043', '2016-09-14', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1093, '160214029', '2016-09-14', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1095, '160214024', '2016-09-14', '2016-09-14', '1', '1', '', '1', '1', '83053465', '', '', '', '1', '1487301194', 'sul/1487301194.jpg', '', '', '1', '', '', '', '', ''), (1100, '160321019', '2016-09-14', '2016-09-15', '1', '1', '', '1', '1', '83160460', '', '', '', '1', '1486692614', 'sul/1486692614.jpg', '', '', '1', '', '', '', '', ''), (1101, '160110071', '2016-09-15', '', '0', '--', '', '1', '1', '82949512', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1102, '160110072', '2016-09-15', '2017-02-09', '1', '--', '', '1', '1', '82949513', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1103, '160321098', '2016-09-15', '', '0', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1105, '150320016', '2016-09-15', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159457', '1', '1484294498', 'sam/1484294498.jpg', '1', '1490151484', 'sul/1490151484.jpg', '', '', '1', '', '', '', '', ''), (1106, '160410100', '2016-09-15', '2016-09-15', '1', '1', '', '1', '1', '83249541', '', '', '', '1', '1487304584', 'sul/1487304584.jpg', '', '', '1', '', '', '', '', ''), (1107, '160110038', '2016-09-15', '2016-09-16', '1', '1', '', '1', '1', '82949479', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1108, '160410084', '2016-09-15', '2016-09-16', '1', '1', '', '1', '1', '83249525', '', '', '', '1', '1487059219', 'sul/1487059219.jpg', '', '', '1', '', '', '', '', ''), (1109, '160410099', '2016-09-15', '2016-09-15', '1', '1', '', '1', '1', '83249540', '', '', '', '1', '1487316069', 'sul/1487316069.jpg', '', '', '1', '', '', '', '', ''), (1112, '160214053', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83053494', '', '', '', '1', '1487315742', 'sul/1487315742.jpg', '', '', '1', '', '', '', '', ''), (1113, '160214076', '2016-09-16', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1114, '160214075', '2016-09-16', '2016-09-17', '1', '1', '', '1', '1', '83053516', '', '', '', '1', '1487339142', 'sul/1487339142.jpg', '', '', '1', '', '', '', '', ''), (1115, '160410089', '2016-09-16', '2016-10-26', '1', '--', '', '1', '1', '83249530', '', '', '', '1', '1487061053', 'sul/1487061053.jpg', '', '', '', '', '', '', '', ''), (1116, '160410103', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83249544', '', '', '', '1', '1487253915', 'sul/1487253915.jpg', '', '', '1', '', '', '', '', ''), (1117, '160410108', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83249549', '', '', '', '1', '1487233147', 'sul/1487233147.jpg', '', '', '', '', '', '', '', ''), (1119, '160110067', '2016-09-16', '2016-09-16', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1120, '160110054', '2016-09-16', '2017-02-08', '1', '--', '', '1', '1', '82949495', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1121, '160110035', '2016-09-16', '2017-02-08', '1', '--', '', '1', '1', '82949476', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1122, '160321119', '2016-09-16', '2016-09-16', '1', '--', '', '1', '1', '83160560', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1125, '160110070', '2016-09-16', '2017-02-09', '1', '--', '', '1', '1', '82949511', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1127, '160321121', '2016-09-16', '2016-09-16', '1', '--', '', '1', '1', '83160562', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1130, '160321121', '2016-09-16', '2016-09-16', '1', '--', '', '1', '1', '83160562', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1131, '160321119', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83160560', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1133, '160321132', '2016-09-16', '2016-09-16', '1', '--', '', '1', '1', '83160573', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1135, '160321132', '2016-09-16', '2016-09-16', '1', '--', '', '1', '1', '83160573', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1137, '160321132', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83160573', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1140, '160321121', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83160562', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1143, '160110034', '2016-09-16', '2017-02-08', '1', '--', '', '1', '1', '82949475', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1146, '160321111', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83160552', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1148, '160110036', '2016-09-16', '2017-02-08', '1', '--', '', '1', '1', '82949477', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1150, '160110065', '2016-09-16', '2017-02-09', '1', '--', '', '1', '1', '82949506', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1151, '160110074', '2016-09-16', '2017-02-09', '1', '--', '', '1', '1', '82949515', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1152, '160110074', '2016-09-16', '2017-02-09', '1', '--', '', '1', '1', '82949515', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1158, '160321133', '2016-09-16', '2016-09-16', '1', '1', '', '1', '1', '83160574', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1160, '160321088', '2016-09-16', '', '0', '--', '', '1', '1', '83160529', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1161, '160321092', '2016-09-16', '2016-09-17', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1162, '160321092', '2016-09-16', '2016-09-17', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1163, '160110036', '2016-09-16', '2017-02-08', '1', '--', '', '1', '1', '82949477', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1164, '160110042', '2016-09-16', '2017-02-09', '1', '--', '', '1', '1', '82949483', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1165, '160321137', '2016-09-16', '', '0', '--', '', '1', '1', '83160578', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1167, '160321138', '2016-09-17', '2016-09-17', '1', '1', '', '1', '1', '83160579', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1168, '160410077', '2016-09-17', '2016-09-17', '1', '1', '', '1', '1', '83249518', '', '', '', '1', '1487057028', 'sul/1487057028.jpg', '', '', '1', '', '', '', '', ''), (1169, '160321139', '2016-09-17', '2016-09-17', '1', '1', '', '1', '1', '83160580', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1170, '160321130', '2016-09-17', '2016-09-17', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1172, '160321116', '2016-09-17', '2016-09-19', '1', '1', '', '1', '1', '83160557', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1174, '160321143', '2016-09-17', '2016-09-17', '1', '1', '', '1', '1', '83160584', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1176, '160321104', '2016-09-17', '2016-09-17', '1', '1', '', '1', '1', '83160545', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1177, '160321115', '2016-09-17', '2016-09-19', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1179, '160110058', '2016-09-17', '2016-11-11', '1', '--', '', '1', '1', '82949499', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1182, '150409030', '2016-09-18', '2016-11-02', '1', '1', '', '1', '1', '73248471', '', '', '', '1', '1489551854', 'sul/1489551854.jpg', '', '', '', '', '', '', '', ''), (1185, '160321097', '2016-09-18', '2016-09-19', '1', '1', '', '1', '1', '83160538', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1186, '160321128', '2016-09-18', '2016-09-19', '1', '1', '', '1', '1', '83160569', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1188, '150320002', '2016-09-18', '2016-09-19', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159443', '1', '1484526057', 'sam/1484526057.jpg', '1', '1490150492', 'sul/1490150492.jpg', '', '', '1', '', '', '', '', ''), (1194, '150320043', '2016-09-19', '2016-09-22', '1', '3', 'Ganjil 2015/2016', '1', '1', '73159484', '1', '1484202599', 'sam/1484202599.jpg', '1', '1490154058', 'sul/1490154058.jpg', '', '', '1', '', '', '', '', ''), (1196, '160321091', '2016-09-19', '2016-09-20', '1', '1', '', '1', '1', '83160532', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1198, '160321035', '2016-09-20', '2016-10-06', '1', '--', '', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (1200, '160410054', '2016-09-20', '2016-09-20', '1', '1', '', '1', '1', '83249495', '', '', '', '1', '1486702638', 'sul/1486702638.jpg', '', '', '1', '', '', '', '', ''), (1201, '160321094', '2016-09-20', '2016-09-20', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1202, '160321094', '2016-09-20', '2016-09-20', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1203, '160321120', '2016-09-20', '2016-09-20', '1', '1', '', '1', '1', '83160561', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1205, '150109024', '2016-09-21', '2016-09-28', '1', '3', 'Ganjil 2015/2016', '1', '1', '72948465', '1', '1484133323', 'sam/1484133323.jpg', '1', '1487751510', 'sul/1487751510.jpg', '', '', '', '', '', '', '', ''), (1212, '150109026', '2016-09-21', '2016-11-02', '1', '5', 'Ganjil 2014/2015', '1', '1', '72948467', '', '', '', '1', '1487751621', 'sul/1487751621.jpg', '', '', '1', '', '', '', '', ''), (1213, '150109027', '2016-09-21', '2016-11-04', '1', '--', '', '1', '1', '72948468', '1', '1484187456', 'sam/1484187456.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1219, '130107021', '2016-09-22', '2016-10-31', '1', '--', '', '1', '1', '52946462', '1', '-24214097', '', '1', '1487944546', 'sul/1487944546.jpg', '', '', '1', '', '', '', '', ''), (1221, '150409082', '2016-09-22', '2016-09-22', '1', '3', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1222, '140108019', '2016-09-23', '2016-09-23', '1', '5', 'Ganjil 2014/2015', '1', '1', '62947460', '', '', '', '1', '1487827573', 'sul/1487827573.jpg', '', '', '1', '', '', '', '', ''), (1224, '160410078', '2016-09-23', '2016-09-23', '1', '1', '', '1', '1', '83249519', '', '', '', '1', '1487057106', 'sul/1487057106.jpg', '', '', '1', '', '', '', '', ''), (1225, '160410087', '2016-09-23', '2016-09-23', '1', '1', '', '1', '1', '83249528', '', '', '', '1', '1487060117', 'sul/1487060117.jpg', '', '', '1', '', '', '', '', ''), (1226, '160410085', '2016-09-23', '2016-09-23', '1', '1', '', '1', '1', '83249526', '', '', '', '1', '1487059426', 'sul/1487059426.jpg', '', '', '', '', '', '', '', ''), (1227, '160321140', '2016-09-23', '2016-09-23', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1228, '160214027', '2016-09-23', '2016-11-02', '1', '--', '', '1', '1', '83053468', '', '', '', '1', '1487301310', 'sul/1487301310.jpg', '', '', '1', '', '', '', '', ''), (1229, '160214027', '2016-09-23', '2016-11-02', '1', '--', '', '1', '1', '83053468', '', '', '', '1', '1487301310', 'sul/1487301310.jpg', '', '', '1', '', '', '', '', ''), (1231, '160410101', '2016-09-23', '2016-09-23', '1', '1', '', '1', '1', '83249542', '', '', '', '1', '1487234718', 'sul/1487234718.jpg', '', '', '1', '', '', '', '', ''), (1233, '160214009', '2016-09-23', '', '0', '1', '', '', '1', '83053450', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1239, '160214049', '2016-09-24', '2016-11-10', '1', '--', '', '1', '1', '83053490', '', '', '', '1', '1487315667', 'sul/1487315667.jpg', '', '', '1', '', '', '', '', ''), (1240, '160214049', '2016-09-24', '2016-11-10', '1', '1', '', '1', '1', '83053490', '', '', '', '1', '1487315667', 'sul/1487315667.jpg', '', '', '1', '', '', '', '', ''), (1241, '160214030', '2016-09-24', '2016-10-31', '1', '--', '', '1', '1', '83053471', '', '', '', '1', '1487301478', 'sul/1487301478.jpg', '', '', '1', '', '', '', '', ''), (1243, '160214011', '2016-09-24', '2016-09-24', '1', '1', '', '1', '1', '83053452', '', '', '', '1', '1487300096', 'sul/1487300096.jpg', '', '', '1', '', '', '', '', ''), (1244, '160214069', '2016-09-24', '2016-09-24', '1', '1', '', '1', '1', '83053510', '', '', '', '1', '1487338897', 'sul/1487338897.jpg', '', '', '1', '', '', '', '', ''), (1248, '140408068', '2016-09-25', '2016-09-25', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913050', '', '', '', '', '', '', '', '', '', '', '', ''), (1250, '140408083', '2016-09-25', '2016-10-09', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913035', '', '', '', '', '', '', '', '', '', '', '', ''), (1253, '140408044', '2016-09-25', '2016-10-20', '1', '--', '', '', '', '', '1', '-13913074', '', '', '', '', '', '', '', '', '', '', '', ''), (1254, '140408049', '2016-09-25', '2016-11-13', '1', '--', '', '', '', '', '1', '-13913069', '', '', '', '', '', '', '', '', '', '', '', ''), (1255, '140408054', '2016-09-25', '2016-10-26', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '1484368540', 'sam/1484368540.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1258, '140408047', '2016-09-25', '2016-10-01', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913071', '', '', '', '', '', '', '', '', '', '', '', ''), (1259, '140408062', '2016-09-25', '2016-12-05', '1', '--', '', '', '', '', '1', '-13913056', '', '', '', '', '', '', '', '', '', '', '', ''), (1261, '140408061', '2016-09-25', '2016-10-01', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913057', '', '', '', '', '', '', '', '', '', '', '', ''), (1262, '140408064', '2016-09-25', '2016-10-20', '1', '--', '', '', '', '', '1', '-13913054', '', '', '', '', '', '', '', '', '', '', '', ''), (1263, '140408066', '2016-09-25', '2016-10-01', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913052', '', '', '', '', '', '', '', '', '', '', '', ''), (1264, '140408060', '2016-09-25', '2016-11-09', '1', '--', '', '', '', '', '1', '-13913058', '', '', '', '', '', '', '', '', '', '', '', ''), (1265, '140408076', '2016-09-25', '', '0', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1266, '140408063', '2016-09-25', '', '0', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1267, '140408052', '2016-09-25', '2016-11-09', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1268, '140408059', '2016-09-25', '2016-11-15', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913059', '', '', '', '', '', '', '', '', '', '', '', ''), (1270, '140408073', '2016-09-25', '2016-11-15', '1', '--', '', '', '', '', '1', '-13913045', '', '', '', '', '', '', '', '', '', '', '', ''), (1271, '140408078', '2016-09-25', '2016-11-14', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913040', '', '', '', '', '', '', '', '', '', '', '', ''), (1277, '140408070', '2016-09-25', '', '0', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913048', '', '', '', '', '', '', '', '', '', '', '', ''), (1278, '140408103', '2016-09-25', '', '0', '5', 'Ganjil 2014/2015', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1283, '140408048', '2016-09-25', '', '0', '5', 'Ganjil 2014/2015', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1284, '140408056', '2016-09-25', '2016-10-09', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913062', '', '', '', '', '', '', '', '', '', '', '', ''), (1285, '140408103', '2016-09-25', '', '0', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1286, '140408104', '2016-09-25', '2016-10-20', '1', '--', '', '', '', '', '1', '-13913014', '', '', '', '', '', '', '', '', '', '', '', ''), (1287, '140408057', '2016-09-25', '2016-11-15', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913061', '', '', '', '', '', '', '', '', '', '', '', ''), (1289, '140408073', '2016-09-25', '2016-11-15', '1', '--', '', '', '', '', '1', '-13913045', '', '', '', '', '', '', '', '', '', '', '', ''), (1290, '140408065', '2016-09-25', '2017-01-09', '1', '5', 'Ganjil 2014/2015', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1291, '140408073', '2016-09-25', '2016-11-15', '1', '5', 'Ganjil 2014/2015', '', '', '', '1', '-13913045', '', '', '', '', '', '', '', '', '', '', '', ''), (1293, '140408067', '2016-09-25', '2016-11-02', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1295, '140319022', '2016-09-25', '2016-10-03', '1', '--', '', '1', '1', '63158463', '', '', '', '1', '1491192237', 'sul/1491192237.jpg', '', '', '1', '', '', '', '', ''), (1297, '130318027', '2016-09-26', '', '0', '--', '', '1', '1', '53157468', '', '', '', '1', '1491192935', 'sul/1491192935.jpg', '', '', '1', '', '', '', '', ''), (1298, '140319017', '2016-09-26', '2016-10-05', '1', '--', '', '1', '1', '63158458', '', '', '', '1', '1491191995', 'sul/1491191994.jpg', '', '', '1', '', '', '', '', ''), (1301, '140108025', '2016-09-27', '2016-09-28', '1', '5', 'Ganjil 2014/2015', '1', '1', '62947466', '', '', '', '1', '1487828235', 'sul/1487828235.jpg', '', '', '1', '', '', '', '', ''), (1303, '140108008', '2016-09-27', '2016-09-28', '1', '5', 'Ganjil 2014/2015', '1', '1', '62947449', '', '', '', '1', '1487825497', 'sul/1487825497.jpg', '', '', '1', '', '', '', '', ''), (1304, '140108007', '2016-09-27', '2016-10-31', '1', '--', '', '1', '1', '62947448', '1', '1484187424', 'sam/1484187424.jpg', '1', '1487825459', 'sul/1487825459.jpg', '', '', '1', '', '', '', '', ''), (1305, '140108028', '2016-09-27', '2016-09-28', '1', '5', 'Ganjil 2014/2015', '1', '1', '62947469', '', '', '', '1', '1487828360', 'sul/1487828360.jpg', '', '', '', '', '', '', '', ''), (1309, '160321129', '2016-09-27', '2016-09-28', '1', '2', '', '1', '1', '83160570', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1311, '160321129', '2016-09-27', '2016-09-28', '1', '1', '', '1', '1', '83160570', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1316, '160321087', '2016-09-27', '2016-09-28', '1', '1', '', '1', '1', '83160528', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1318, '160321093', '2016-09-27', '2016-09-28', '1', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1319, '160321078', '2016-09-27', '2016-09-28', '1', '1', '', '1', '1', '83160519', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1320, '160321096', '2016-09-27', '2016-09-28', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1321, '160321095', '2016-09-27', '2016-09-28', '1', '--', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1322, '123', '2016-09-27', '2016-09-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1323, '150109006', '2016-09-27', '2016-10-03', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948447', '', '', '', '1', '1487567083', 'sul/1487567083.jpg', '', '', '1', '', '', '', '', ''), (1324, '150320052', '2016-09-28', '2016-09-28', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159493', '1', '1484294715', 'sam/1484294715.jpg', '1', '1490154272', 'sul/1490154272.jpg', '', '', '1', '', '', '', '', ''), (1325, '123', '2016-09-28', '2016-09-28', '1', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1326, '140108024', '2016-09-28', '2016-09-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947465', '', '', '', '1', '1487827994', 'sul/1487827994.jpg', '', '', '1', '', '', '', '', ''), (1330, '140319048', '2016-09-29', '2016-09-29', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158489', '1', '1486172954', 'sam/1486172954.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1332, '150320010', '2016-09-30', '2016-09-30', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159451', '1', '1484367063', 'sam/1484367063.jpg', '1', '1490151006', 'sul/1490151006.jpg', '', '', '', '', '', '', '', ''), (1333, '160321005', '2016-09-30', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160446', '', '', '', '1', '1486691465', 'sul/1486691465.jpg', '', '', '1', '', '', '', '', ''), (1339, '140319012', '2016-09-30', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158453', '', '', '', '1', '1491191818', 'sul/1491191818.jpg', '', '', '1', '', '', '', '', ''), (1341, '140319003', '2016-09-30', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158444', '', '', '', '1', '1491191460', 'sul/1491191460.jpg', '', '', '1', '', '', '', '', ''), (1342, '140319007', '2016-09-30', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158448', '', '', '', '1', '1491191645', 'sul/1491191645.jpg', '', '', '1', '', '', '', '', ''), (1343, '140319006', '2016-09-30', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158447', '', '', '', '1', '1491191538', 'sul/1491191538.jpg', '', '', '1', '', '', '', '', ''), (1346, '150320112', '2016-09-30', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '73159553', '', '', '', '1', '1491192801', 'sul/1491192801.jpg', '', '', '1', '', '', '', '', ''), (1353, '140319084', '2016-09-30', '', '0', '5', 'Genap 2015/2016', '1', '1', '63158525', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1354, '130107018', '2016-09-30', '2016-10-03', '1', '7', 'Genap 2016/2017', '1', '1', '52946459', '1', '-24214100', '', '1', '1487944359', 'sul/1487944359.jpg', '', '', '1', '', '', '', '', ''), (1355, '34567', '2016-10-01', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1357, '140319014', '2016-10-01', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158455', '', '', '', '1', '1491191880', 'sul/1491191880.jpg', '', '', '1', '', '', '', '', ''), (1358, '140108018', '2016-10-01', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947459', '', '', '', '1', '1487827459', 'sul/1487827459.jpg', '', '', '1', '', '', '', '', ''), (1360, '140319015', '2016-10-01', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158456', '', '', '', '1', '1491191921', 'sul/1491191921.jpg', '', '', '1', '', '', '', '', ''), (1361, '140319022', '2016-10-01', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158463', '', '', '', '1', '1491192237', 'sul/1491192237.jpg', '', '', '1', '', '', '', '', ''), (1362, '140319064', '2016-10-02', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158505', '', '', '', '1', '1491191745', 'sul/1491191745.jpg', '', '', '1', '', '', '', '', ''), (1364, '150320005', '2016-10-02', '2016-10-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159446', '1', '1484367341', 'sam/1484367341.jpg', '1', '1490150654', 'sul/1490150654.jpg', '', '', '', '', '', '', '', ''), (1365, '150320034', '2016-10-02', '2016-10-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159475', '1', '1484204271', 'sam/1484204271.jpg', '1', '1490152669', 'sul/1490152669.jpg', '', '', '', '', '', '', '', ''), (1366, '150109004', '2016-10-02', '2016-10-03', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948445', '', '', '', '1', '1487750427', 'sul/1487750427.jpg', '', '', '1', '', '', '', '', ''); INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (1370, '140108013', '2016-10-03', '2016-10-03', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947454', '', '', '', '1', '1487825690', 'sul/1487825690.jpg', '', '', '1', '', '', '', '', ''), (1371, '130107001', '2016-10-03', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946442', '1', '-24214117', '', '1', '1487833174', 'sul/1487833174.jpg', '', '', '1', '', '', '', '', ''), (1375, '130107006', '2016-10-03', '2016-10-05', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946447', '1', '-24214112', '', '1', '1487833774', 'sul/1487833774.jpg', '', '', '1', '', '', '', '', ''), (1376, '130107020', '2016-10-03', '2016-10-05', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946461', '1', '-24214098', '', '1', '1487944475', 'sul/1487944475.jpg', '', '', '1', '', '', '', '', ''), (1378, '130107016', '2016-10-03', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946457', '1', '-24214102', '', '1', '1487944170', 'sul/1487944170.jpg', '', '', '1', '', '', '', '', ''), (1379, '130107015', '2016-10-03', '2016-10-28', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946456', '1', '-24214103', '', '1', '1487834645', 'sul/1487834645.jpg', '', '', '1', '', '', '', '', ''), (1380, '130107009', '2016-10-03', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946450', '', '', '', '1', '1487834280', 'sul/1487834280.jpg', '', '', '', '', '', '', '', ''), (1381, '140319017', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158458', '', '', '', '1', '1491191995', 'sul/1491191994.jpg', '', '', '1', '', '', '', '', ''), (1389, '140319009', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158450', '', '', '', '1', '1491191714', 'sul/1491191714.jpg', '', '', '1', '', '', '', '', ''), (1392, '140319027', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158468', '', '', '', '1', '1491192588', 'sul/1491192588.jpg', '', '', '1', '', '', '', '', ''), (1393, '140319005', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158446', '', '', '', '1', '1491191496', 'sul/1491191496.jpg', '', '', '1', '', '', '', '', ''), (1397, '140319008', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158449', '', '', '', '1', '1491191682', 'sul/1491191682.jpg', '', '', '1', '', '', '', '', ''), (1398, '140319018', '2016-10-04', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158459', '', '', '', '1', '1491192034', 'sul/1491192034.jpg', '', '', '1', '', '', '', '', ''), (1399, '140319026', '2016-10-04', '', '0', '5', 'Ganjil 2016/2017', '', '1', '63158467', '', '', '', '1', '1491192365', 'sul/1491192365.jpg', '', '', '', '', '', '', '', ''), (1400, '140319001', '2016-10-04', '', '0', '5', 'Ganjil 2016/2017', '', '1', '63158442', '', '', '', '1', '1491191354', 'sul/1491191354.jpg', '', '', '', '', '', '', '', ''), (1401, '140319020', '2016-10-04', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158461', '', '', '', '1', '1491192100', 'sul/1491192100.jpg', '', '', '', '', '', '', '', ''), (1402, '140319019', '2016-10-04', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '', '1', '63158460', '', '', '', '1', '1491192064', 'sul/1491192064.jpg', '', '', '1', '', '', '', '', ''), (1403, '140319024', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158465', '', '', '', '1', '1491192267', 'sul/1491192267.jpg', '', '', '1', '', '', '', '', ''), (1404, '140319011', '2016-10-04', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158452', '', '', '', '1', '1491191772', 'sul/1491191772.jpg', '', '', '1', '', '', '', '', ''), (1405, '140319021', '2016-10-04', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158462', '', '', '', '1', '1491192167', 'sul/1491192167.jpg', '', '', '1', '', '', '', '', ''), (1406, '140319025', '2016-10-04', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158466', '', '', '', '1', '1491192335', 'sul/1491192335.jpg', '', '', '', '', '', '', '', ''), (1407, '140108001', '2016-10-04', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947442', '', '', '', '1', '1487825172', 'sul/1487825172.jpg', '', '', '1', '', '', '', '', ''), (1408, '140319013', '2016-10-04', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '', '1', '63158454', '', '', '', '1', '1491191848', 'sul/1491191848.jpg', '', '', '', '', '', '', '', ''), (1409, '140108011', '2016-10-05', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947452', '', '', '', '1', '1487825635', 'sul/1487825635.jpg', '', '', '1', '', '', '', '', ''), (1414, '140108005', '2016-10-05', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947446', '1', '1484135234', 'sam/1484135234.jpg', '1', '1487825340', 'sul/1487825340.jpg', '', '', '1', '', '', '', '', ''), (1415, '140108016', '2016-10-05', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947457', '', '', '', '1', '1487826617', 'sul/1487826617.jpg', '', '', '1', '', '', '', '', ''), (1416, '150320057', '2016-10-05', '2016-10-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159498', '1', '1484205391', 'sam/1484205391.jpg', '1', '1490154576', 'sul/1490154576.jpg', '', '', '1', '', '', '', '', ''), (1418, '140108027', '2016-10-05', '2016-10-05', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947468', '', '', '', '1', '1487828317', 'sul/1487828317.jpg', '', '', '1', '', '', '', '', ''), (1420, '150109080', '2016-10-05', '', '0', '3', 'Ganjil 2015/2016', '1', '1', '72948521', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1421, '140319016', '2016-10-05', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1491191956', 'sul/1491191956.jpg', '', '', '', '', '', '', '', ''), (1422, '140319028', '2016-10-05', '', '0', '5', 'Ganjil 2016/2017', '', '1', '63158469', '', '', '', '1', '1491192656', 'sul/1491192656.jpg', '', '', '', '', '', '', '', ''), (1425, '160321148', '2016-10-06', '2016-10-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160589', '', '', '', '1', '1486696784', 'sul/1486696784.jpg', '', '', '1', '', '', '', '', ''), (1426, '160321035', '2016-10-06', '2016-10-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160476', '', '', '', '1', '1486693714', 'sul/1486693714.jpg', '', '', '1', '', '', '', '', ''), (1427, '140319030', '2016-10-06', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '', '1', '63158471', '', '', '', '1', '1491192764', 'sul/1491192764.jpg', '', '', '', '', '', '', '', ''), (1428, '160321144', '2016-10-06', '2016-10-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160585', '', '', '', '1', '1486696676', 'sul/1486696676.jpg', '', '', '1', '', '', '', '', ''), (1429, '15', '2016-10-06', '2016-10-06', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1431, '160321145', '2016-10-06', '2016-10-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160586', '', '', '', '1', '1486696706', 'sul/1486696706.jpg', '', '', '1', '', '', '', '', ''), (1432, '160321147', '2016-10-06', '2016-10-06', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160588', '', '', '', '1', '1486696746', 'sul/1486696746.jpg', '', '', '', '', '', '', '', ''), (1434, '160321065', '2016-10-06', '2016-10-26', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160506', '', '', '', '1', '1486695894', 'sul/1486695893.jpg', '', '', '1', '', '', '', '', ''), (1435, '150109072', '2016-10-07', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948513', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1438, '160214021', '2016-10-07', '2016-10-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053462', '', '', '', '1', '1487300942', 'sul/1487300942.jpg', '', '', '', '', '', '', '', ''), (1439, '160410094', '2016-10-07', '2016-10-07', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249535', '', '', '', '1', '1487232650', 'sul/1487232650.jpg', '', '', '1', '', '', '', '', ''), (1440, '160410096', '2016-10-07', '2016-10-07', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249537', '', '', '', '1', '1487232761', 'sul/1487232761.jpg', '', '', '1', '', '', '', '', ''), (1462, '140319078', '2016-10-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158519', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1463, '140319034', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158475', '1', '1486173043', 'sam/1486173043.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1464, '140319058', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158499', '1', '1486173114', 'sam/1486173114.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1465, '140319076', '2016-10-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158517', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1466, '140319051', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158492', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1467, '140319035', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158476', '1', '1486172996', 'sam/1486172996.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1470, '140319062', '2016-10-08', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158503', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1471, '140319080', '2016-10-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158521', '1', '1486173439', 'sam/1486173439.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1472, '140319070', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158511', '1', '1486173149', 'sam/1486173149.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1473, '140319059', '2016-10-08', '2016-10-17', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158500', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1474, '140319031', '2016-10-08', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158472', '1', '1486173340', 'sam/1486173340.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1476, '140319082', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158523', '1', '1486173396', 'sam/1486173396.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1477, '140319057', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158498', '1', '1486173179', 'sam/1486173179.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1478, '140319077', '2016-10-08', '2016-10-17', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158518', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1480, '140319065', '2016-10-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158506', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1482, '140319061', '2016-10-08', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158502', '1', '1486173270', 'sam/1486173270.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1484, '140319075', '2016-10-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158516', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1485, '140319083', '2016-10-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158524', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1486, '140319042', '2016-10-09', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158483', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1489, '140319037', '2016-10-09', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158478', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1491, '140319052', '2016-10-09', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158493', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1503, '160410023', '2016-10-09', '2016-10-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249464', '', '', '', '1', '1486700135', 'sul/1486700135.jpg', '', '', '1', '', '', '', '', ''), (1506, '1133', '2016-10-10', '', '0', '1', 'Ganjil 2010/2011', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1508, '150320020', '2016-10-10', '2016-10-11', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159461', '1', '1484204743', 'sam/1484204742.jpg', '1', '1490151751', 'sul/1490151751.jpg', '', '', '', '', '', '', '', ''), (1509, '140108010', '2016-10-10', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947451', '', '', '', '1', '1487825581', 'sul/1487825581.jpg', '', '', '1', '', '', '', '', ''), (1512, '150320024', '2016-10-12', '2016-10-13', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159465', '1', '1484204830', 'sam/1484204830.jpg', '1', '1490152059', 'sul/1490152059.jpg', '', '', '', '', '', '', '', ''), (1513, '160214018', '2016-10-12', '2016-10-22', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053459', '', '', '', '1', '1487300772', 'sul/1487300772.jpg', '', '', '1', '', '', '', '', ''), (1514, '140108029', '2016-10-12', '2016-10-19', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947470', '', '', '', '1', '1487828396', 'sul/1487828396.jpg', '', '', '1', '', '', '', '', ''), (1516, '150320038', '2016-10-12', '2016-10-13', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159479', '1', '1484204656', 'sam/1484204656.jpg', '1', '1490153474', 'sul/1490153474.jpg', '', '', '1', '', '', '', '', ''), (1517, '150320014', '2016-10-12', '2016-10-13', '1', '3', 'Genap 2016/2017', '1', '1', '73159455', '1', '1484367171', 'sam/1484367171.jpg', '1', '1490151316', 'sul/1490151316.jpg', '', '', '1', '', '', '', '', ''), (1518, '150320045', '2016-10-12', '2016-10-13', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159486', '1', '1484367131', 'sam/1484367131.jpg', '1', '1490154129', 'sul/1490154129.jpg', '', '', '1', '', '', '', '', ''), (1522, '150320004', '2016-10-12', '2016-10-13', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159445', '1', '1484294388', 'sam/1484294388.jpg', '1', '1490150612', 'sul/1490150612.jpg', '', '', '1', '', '', '', '', ''), (1524, '150320013', '2016-10-12', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159454', '1', '1484294599', 'sam/1484294599.jpg', '1', '1490151256', 'sul/1490151256.jpg', '', '', '1', '', '', '', '', ''), (1530, '150320076', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159517', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1531, '160321085', '2016-10-14', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1532, '150320067', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159508', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1533, '160214022', '2016-10-14', '2016-10-20', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053463', '', '', '', '1', '1487301009', 'sul/1487301009.jpg', '', '', '1', '', '', '', '', ''), (1535, '140319086', '2016-10-14', '2016-10-17', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158527', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1536, '150320089', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1538, '150320069', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159510', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1539, '150320103', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159544', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1540, '150320062', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1543, '150320074', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159515', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1544, '150320106', '2016-10-14', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159547', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1545, '150320102', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159543', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1547, '150320101', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159542', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1548, '150320065', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159506', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1549, '150320072', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159513', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1550, '150320090', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159531', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1551, '150320095', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1552, '150320098', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159539', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1555, '150320091', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159532', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1556, '150320079', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1559, '150320094', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159535', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1560, '150320100', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159541', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1561, '150320096', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159537', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1562, '150320081', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159522', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1563, '150320077', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159518', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1564, '150320060', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1565, '150320075', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159516', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1566, '150320099', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159540', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1567, '150320085', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159526', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1568, '160214080', '2016-10-15', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1569, '150320104', '2016-10-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159545', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1570, '140108002', '2016-10-16', '2016-10-17', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947443', '', '', '', '1', '1487825209', 'sul/1487825209.jpg', '', '', '1', '', '', '', '', ''), (1573, '140108023', '2016-10-17', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947464', '', '', '', '1', '1487827883', 'sul/1487827883.jpg', '', '', '1', '', '', '', '', ''), (1576, '140108004', '2016-10-17', '2016-10-17', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947445', '', '', '', '1', '1487825301', 'sul/1487825301.jpg', '', '', '1', '', '', '', '', ''), (1578, '140319071', '2016-10-17', '2016-10-28', '1', '5', 'Ganjil 2015/2016', '1', '1', '63158512', '1', '1486173312', 'sam/1486173312.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1580, '160321146', '2016-10-19', '2016-10-31', '1', '3', 'Ganjil 2016/2017', '1', '1', '83160587', '', '', '', '1', '1490154633', 'sul/1490154633.jpg', '', '', '1', '', '', '', '', ''), (1582, '140408041', '2016-10-19', '2016-11-11', '1', '3', 'Ganjil 2016/2017', '', '', '', '1', '-13913077', '', '', '', '', '', '', '', '', '', '', '', ''), (1583, '140408044', '2016-10-20', '2016-10-20', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913074', '', '', '', '', '', '', '', '', '', '', '', ''), (1584, '140408104', '2016-10-20', '2016-10-20', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913014', '', '', '', '', '', '', '', '', '', '', '', ''), (1586, '140408064', '2016-10-20', '2016-10-20', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913054', '', '', '', '', '', '', '', '', '', '', '', ''), (1589, '160214048', '2016-10-20', '2016-10-20', '1', '3', 'Ganjil 2016/2017', '1', '1', '83053489', '', '', '', '1', '1487906504', 'sul/1487906504.jpg', '', '', '1', '', '', '', '', ''), (1590, '160214039', '2016-10-20', '2016-10-20', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053480', '', '', '', '1', '1487315156', 'sul/1487315156.jpg', '', '', '1', '', '', '', '', ''), (1592, '160410089', '2016-10-20', '2016-10-26', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249530', '', '', '', '1', '1487061053', 'sul/1487061053.jpg', '', '', '', '', '', '', '', ''), (1594, '160410109', '2016-10-20', '2016-10-20', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249550', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1597, '160214020', '2016-10-20', '2016-10-20', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053461', '', '', '', '1', '1487300869', 'sul/1487300869.jpg', '', '', '1', '', '', '', '', ''), (1599, '140408015', '2016-10-20', '2016-10-20', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913103', '', '', '', '', '', '', '', '', '', '', '', ''), (1600, '140408003', '2016-10-20', '2016-10-20', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913115', '', '1', '1487906033', 'sul/1487906033.jpg', '', '', '', '', '', '', '', ''), (1601, '140408010', '2016-10-21', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913108', '', '', '', '', '', '', '', '', '', '', '', ''), (1605, '160214040', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053481', '', '', '', '1', '1487315448', 'sul/1487315448.jpg', '', '', '1', '', '', '', '', ''), (1607, '150320059', '2016-10-21', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159500', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1608, '140408035', '2016-10-21', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913083', '', '', '', '', '', '', '', '', '', '', '', ''), (1609, '150320068', '2016-10-21', '', '0', '3', 'Ganjil 2015/2016', '1', '1', '73159509', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1610, '160214059', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053500', '', '', '', '1', '1487316389', 'sul/1487316389.jpg', '', '', '1', '', '', '', '', ''), (1611, '160214044', '2016-10-21', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053485', '', '', '', '1', '1487315548', 'sul/1487315548.jpg', '', '', '1', '', '', '', '', ''), (1612, '160410097', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249538', '', '', '', '1', '1487232828', 'sul/1487232828.jpg', '', '', '1', '', '', '', '', ''), (1613, '150320105', '2016-10-21', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159546', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1614, '160321156', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160597', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1617, '140319056', '2016-10-21', '2016-10-21', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158497', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1618, '160110050', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949491', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1619, '150109104', '2016-10-21', '2016-10-21', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948545', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1620, '150109088', '2016-10-21', '2016-10-21', '1', '3', 'Ganjil 2016/2017', '', '1', '72948529', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1621, '160321154', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160595', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1623, '160110039', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949480', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1626, '160321167', '2016-10-21', '2016-10-21', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160608', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1628, '160410081', '2016-10-22', '2016-10-22', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249522', '', '', '', '1', '1487057978', 'sul/1487057978.jpg', '', '', '1', '', '', '', '', ''), (1630, '16011082', '2016-10-22', '2016-10-22', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1631, '160214030', '2016-10-22', '2016-10-31', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053471', '', '', '', '1', '1487301478', 'sul/1487301478.jpg', '', '', '1', '', '', '', '', ''), (1632, '140408043', '2016-10-22', '2016-10-22', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913075', '', '', '', '', '', '', '', '', '', '', '', ''), (1633, '150409011', '2016-10-22', '2016-10-22', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248452', '', '', '', '1', '1489551077', 'sul/1489551077.jpg', '', '', '1', '', '', '', '', ''), (1634, '150409010', '2016-10-22', '2016-10-22', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248451', '', '', '', '1', '1489551061', 'sul/1489551061.jpg', '', '', '1', '', '', '', '', ''), (1635, '140408022', '2016-10-22', '2016-10-22', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913096', '', '', '', '', '', '', '', '', '', '', '', ''), (1637, '150409012', '2016-10-22', '2016-10-22', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248453', '', '', '', '1', '1489551109', 'sul/1489551109.jpg', '', '', '1', '', '', '', '', ''), (1638, '150409033', '2016-10-22', '2016-10-22', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248474', '', '', '', '1', '1489551980', 'sul/1489551980.jpg', '', '', '1', '', '', '', '', ''), (1639, '150409029', '2016-10-22', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248470', '', '', '', '1', '1489551819', 'sul/1489551819.jpg', '', '', '1', '', '', '', '', ''), (1640, '150409027', '2016-10-22', '2016-10-22', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248468', '', '', '', '1', '1489551752', 'sul/1489551752.jpg', '', '', '1', '', '', '', '', ''), (1641, '150320023', '2016-10-23', '2016-11-01', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159464', '1', '1484204453', 'sam/1484204453.jpg', '1', '1490151959', 'sul/1490151959.jpg', '', '', '1', '', '', '', '', ''), (1642, '150320033', '2016-10-23', '2016-10-27', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159474', '1', '1484203788', 'sam/1484203788.jpg', '1', '1490152597', 'sul/1490152597.jpg', '', '', '1', '', '', '', '', ''), (1643, '140408020', '2016-10-23', '2016-10-26', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913098', '', '', '', '', '', '', '', '', '', '', '', ''), (1644, '140408024', '2016-10-23', '2016-10-23', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913094', '', '', '', '', '', '', '', '', '', '', '', ''), (1646, '140408036', '2016-10-23', '2016-10-23', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913082', '', '', '', '', '', '', '', '', '', '', '', ''), (1647, '140408039', '2016-10-23', '2016-10-23', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1649, '140408027', '2016-10-23', '2016-11-06', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913091', '', '', '', '', '', '', '', '', '', '', '', ''), (1650, '140408006', '2016-10-23', '2016-10-25', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913112', '', '', '', '', '', '', '', '', '', '', '', ''), (1651, '140408018', '2016-10-23', '2016-10-23', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913100', '', '', '', '', '', '', '', '', '', '', '', ''), (1654, '140108026', '2016-10-25', '2016-10-25', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947467', '', '', '', '1', '1487828271', 'sul/1487828271.jpg', '', '', '1', '', '', '', '', ''), (1655, '140108015', '2016-10-25', '2016-10-26', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947456', '', '', '', '1', '1487826492', 'sul/1487826492.jpg', '', '', '1', '', '', '', '', ''), (1656, '150320048', '2016-10-25', '2016-10-27', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159489', '', '', '', '1', '1490154195', 'sul/1490154195.jpg', '', '', '', '', '', '', '', ''), (1657, '140108017', '2016-10-25', '2016-10-25', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947458', '', '', '', '1', '1487826656', 'sul/1487826656.jpg', '', '', '1', '', '', '', '', ''), (1661, '160321075', '2016-10-25', '2016-10-25', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160516', '', '', '', '1', '1486696634', 'sul/1486696634.jpg', '', '', '1', '', '', '', '', ''), (1662, '140108003', '2016-10-25', '2016-10-25', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947444', '', '', '', '1', '1487825249', 'sul/1487825249.jpg', '', '', '1', '', '', '', '', ''), (1663, '130107008', '2016-10-26', '2016-10-27', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946449', '1', '-24214110', '', '1', '1487834241', 'sul/1487834241.jpg', '', '', '1', '', '', '', '', ''), (1664, '140108032', '2016-10-26', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '62947473', '', '', '', '1', '1487826736', 'sul/1487826736.jpg', '', '', '1', '', '', '', '', ''), (1668, '160110080', '2016-10-26', '2016-10-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949521', '', '', '', '1', '1486698895', 'sul/1486698895.jpg', '', '', '1', '', '', '', '', ''), (1669, '160110079', '2016-10-26', '2016-10-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949520', '', '', '', '1', '1486698928', 'sul/1486698928.jpg', '', '', '1', '', '', '', '', ''), (1672, '130107003', '2016-10-27', '2016-10-27', '1', '7', 'Ganjil 2016/2017', '', '1', '52946444', '1', '-24214115', '', '1', '1487833270', 'sul/1487833270.jpg', '', '', '1', '', '', '', '', ''), (1674, '130107010', '2016-10-27', '2016-10-27', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946451', '1', '-24214108', '', '1', '1487834318', 'sul/1487834318.jpg', '', '', '1', '', '', '', '', ''), (1675, '160110082', '2016-10-27', '2016-10-27', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949523', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1676, '140108009', '2016-10-27', '2016-10-27', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947450', '', '', '', '1', '1487825542', 'sul/1487825542.jpg', '', '', '', '', '', '', '', ''), (1678, '150109002', '2016-10-27', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948443', '', '', '', '1', '1487750240', 'sul/1487750240.jpg', '', '', '', '', '', '', '', ''), (1680, '140408095', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484728043', 'sam/1484728043.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1681, '140408096', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484727994', 'sam/1484727994.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1682, '140408091', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484627685', 'sam/1484627685.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1683, '140408101', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484728088', 'sam/1484728088.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1684, '140408084', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484727927', 'sam/1484727927.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1687, '140408100', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484704727', 'sam/1484704726.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1689, '140408088', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484715222', 'sam/1484715222.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1690, '140408089', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484627625', 'sam/1484627624.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1691, '140408098', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484627588', 'sam/1484627588.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1693, '140408097', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1485226184', 'sam/1485226184.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1694, '140408087', '2016-10-27', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484704990', 'sam/1484704990.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1695, '140408093', '2016-10-28', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484704891', 'sam/1484704891.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1698, '150320007', '2016-10-28', '2016-10-29', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159448', '1', '1484294351', 'sam/1484294351.jpg', '1', '1490150778', 'sul/1490150778.jpg', '', '', '', '', '', '', '', ''), (1699, '130107022', '2016-10-28', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946463', '', '', '', '1', '1487944696', 'sul/1487944696.jpg', '', '', '1', '', '', '', '', ''), (1701, '140408085', '2016-10-28', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1702, '140408094', '2016-10-28', '2016-10-28', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484704940', 'sam/1484704940.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1703, '160410074', '2016-10-28', '2016-10-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249515', '', '', '', '1', '1486711903', 'sul/1486711903.jpg', '', '', '1', '', '', '', '', ''), (1706, '140108014', '2016-10-28', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947455', '', '', '', '1', '1487826454', 'sul/1487826454.jpg', '', '', '1', '', '', '', '', ''), (1708, '140108006', '2016-10-28', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947447', '', '', '', '1', '1487825425', 'sul/1487825425.jpg', '', '', '1', '', '', '', '', ''), (1714, '150109013', '2016-10-28', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948454', '', '', '', '1', '1487750727', 'sul/1487750727.jpg', '', '', '1', '', '', '', '', ''), (1715, '130107017', '2016-10-28', '2016-11-02', '1', '10', 'Ganjil 2016/2017', '1', '1', '52946458', '1', '-24214101', '', '1', '1487944249', 'sul/1487944249.jpg', '', '', '1', '', '', '', '', ''), (1717, '130107017', '2016-10-28', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946458', '1', '-24214101', '', '1', '1487944249', 'sul/1487944249.jpg', '', '', '1', '', '', '', '', ''), (1721, '160321031', '2016-10-28', '2016-10-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160472', '', '', '', '1', '1486693447', 'sul/1486693447.jpg', '', '', '1', '', '', '', '', ''), (1722, '160321008', '2016-10-28', '2016-10-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160449', '', '', '', '1', '1486691658', 'sul/1486691658.jpg', '', '', '1', '', '', '', '', ''), (1723, '160321061', '2016-10-28', '2016-10-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160502', '', '', '', '1', '1486695660', 'sul/1486695660.jpg', '', '', '1', '', '', '', '', ''), (1726, '160214023', '2016-10-29', '2016-10-29', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053464', '', '', '', '1', '1487301073', 'sul/1487301073.jpg', '', '', '1', '', '', '', '', ''), (1730, '140408106', '2016-10-29', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484711468', 'sam/1484711468.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1731, '160321028', '2016-10-29', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160469', '', '', '', '1', '1486693247', 'sul/1486693247.jpg', '', '', '1', '', '', '', '', ''), (1732, '130107023', '2016-10-30', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946464', '', '', '', '1', '1487944758', 'sul/1487944758.jpg', '', '', '', '', '', '', '', ''), (1735, '140108021', '2016-10-30', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947462', '', '', '', '1', '1487827678', 'sul/1487827678.jpg', '', '', '1', '', '', '', '', ''), (1736, '150320021', '2016-10-30', '2016-11-01', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159462', '1', '1484367257', 'sam/1484367257.jpg', '1', '1490151854', 'sul/1490151854.jpg', '', '', '', '', '', '', '', ''), (1737, '150320035', '2016-10-30', '2016-10-31', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159476', '1', '1484204009', 'sam/1484204009.jpg', '1', '1490152740', 'sul/1490152740.jpg', '', '', '1', '', '', '', '', ''), (1742, '140408002', '2016-10-30', '2016-10-31', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913116', '', '', '', '', '', '', '', '', '', '', '', ''), (1744, '130107004', '2016-10-30', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946445', '1', '-24214114', '', '1', '1487833393', 'sul/1487833393.jpg', '', '', '1', '', '', '', '', ''), (1745, '130107026', '2016-10-30', '', '0', '7', 'Ganjil 2016/2017', '1', '1', '52946467', '1', '-24214092', '', '1', '1487944859', 'sul/1487944859.jpg', '', '', '1', '', '', '', '', ''), (1746, '150109018', '2016-10-30', '2016-11-01', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948459', '', '', '', '1', '1487751101', 'sul/1487751101.jpg', '', '', '1', '', '', '', '', ''), (1748, '130107013', '2016-10-30', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1487834600', 'sul/1487834600.jpg', '', '', '1', '', '', '', '', ''), (1756, '130107019', '2016-10-31', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946460', '1', '-24214099', '', '1', '1487944427', 'sul/1487944427.jpg', '', '', '1', '', '', '', '', ''), (1757, '150409056', '2016-10-31', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248497', '', '', '', '1', '1489552532', 'sul/1489552532.jpg', '', '', '', '', '', '', '', ''), (1758, '150409058', '2016-10-31', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248499', '', '', '', '1', '1489552604', 'sul/1489552604.jpg', '', '', '', '', '', '', '', ''), (1763, '140108020', '2016-10-31', '2016-11-02', '1', '5', 'Genap 2015/2016', '1', '1', '62947461', '1', '1484187400', 'sam/1484187400.jpg', '1', '1487827637', 'sul/1487827637.jpg', '', '', '', '', '', '', '', ''), (1764, '120106021', '2016-10-31', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '1', '1', '42945462', '1', '-34215097', '', '1', '1487995732', 'sul/1487995732.jpg', '', '', '', '', '', '', '', ''), (1766, '130107024', '2016-10-31', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946465', '1', '-24214094', '', '1', '1487944813', 'sul/1487944813.jpg', '', '', '1', '', '', '', '', ''), (1767, '140108007', '2016-10-31', '2016-10-31', '1', '5', 'Ganjil 2014/2015', '1', '1', '62947448', '1', '1484187424', 'sam/1484187424.jpg', '1', '1487825459', 'sul/1487825459.jpg', '', '', '1', '', '', '', '', ''), (1768, '130107027', '2016-10-31', '2016-11-02', '1', '7', 'Ganjil 2016/2017', '', '', '', '1', '-24214091', '', '1', '1487995683', 'sul/1487995683.jpg', '', '', '1', '', '', '', '', ''), (1769, '130107021', '2016-10-31', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946462', '1', '-24214097', '', '1', '1487944546', 'sul/1487944546.jpg', '', '', '1', '', '', '', '', ''), (1770, '150409054', '2016-10-31', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248495', '', '', '', '1', '1489552456', 'sul/1489552456.jpg', '', '', '', '', '', '', '', ''), (1771, '150409064', '2016-10-31', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248505', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1773, '130107002', '2016-10-31', '2016-10-31', '1', '7', 'Ganjil 2016/2017', '1', '1', '52946443', '1', '-24214116', '', '1', '1487833235', 'sul/1487833235.jpg', '', '', '1', '', '', '', '', ''), (1776, '140108022', '2016-10-31', '2016-11-01', '1', '5', 'Ganjil 2016/2017', '1', '1', '62947463', '', '', '', '1', '1487827815', 'sul/1487827815.jpg', '', '', '1', '', '', '', '', ''), (1778, '150320036', '2016-10-31', '2016-11-01', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159477', '1', '1484294631', 'sam/1484294631.jpg', '1', '1490153253', 'sul/1490153253.jpg', '', '', '1', '', '', '', '', ''), (1779, '150320029', '2016-10-31', '2016-11-02', '1', '3', 'Genap 2016/2017', '1', '1', '73159470', '1', '1484204934', 'sam/1484204934.jpg', '1', '1490152357', 'sul/1490152357.jpg', '', '', '', '', '', '', '', ''), (1782, '150109012', '2016-11-01', '2016-11-01', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948453', '', '', '', '1', '1487750693', 'sul/1487750693.jpg', '', '', '1', '', '', '', '', ''), (1783, '150109005', '2016-11-01', '2016-11-01', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948446', '', '', '', '1', '1487750494', 'sul/1487750494.jpg', '', '', '1', '', '', '', '', ''), (1784, '150109019', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948460', '', '', '', '1', '1487751251', 'sul/1487751251.jpg', '', '', '1', '', '', '', '', ''), (1786, '150320042', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159483', '1', '1484367215', 'sam/1484367215.jpg', '1', '1490154029', 'sul/1490154029.jpg', '', '', '', '', '', '', '', ''), (1787, '150320030', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159471', '1', '1484204513', 'sam/1484204513.jpg', '1', '1490152429', 'sul/1490152429.jpg', '', '', '1', '', '', '', '', ''), (1789, '150320056', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159497', '1', '1484205444', 'sam/1484205444.jpg', '1', '1490154543', 'sul/1490154543.jpg', '', '', '', '', '', '', '', ''), (1790, '150409036', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248477', '', '', '', '1', '1489552079', 'sul/1489552079.jpg', '', '', '1', '', '', '', '', ''), (1791, '150409080', '2016-11-01', '2016-11-03', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248521', '', '', '', '1', '1490093896', 'sul/1490093896.jpg', '', '', '1', '', '', '', '', ''), (1792, '150409032', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248473', '', '', '', '1', '1489551967', 'sul/1489551967.jpg', '', '', '1', '', '', '', '', ''), (1793, '150109009', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948450', '', '', '', '1', '1487750588', 'sul/1487750588.jpg', '', '', '1', '', '', '', '', ''), (1794, '150109017', '2016-11-01', '2016-11-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948458', '', '', '', '1', '1487751028', 'sul/1487751028.jpg', '', '', '1', '', '', '', '', ''), (1795, '150409066', '2016-11-01', '2016-11-03', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248507', '', '', '', '1', '1490093870', 'sul/1490093870.jpg', '', '', '1', '', '', '', '', ''), (1796, '150109028', '2016-11-01', '2016-11-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948469', '', '', '', '1', '1487751728', 'sul/1487751728.jpg', '', '', '', '', '', '', '', ''), (1799, '150109007', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948448', '', '', '', '1', '1488245816', 'sul/1488245816.jpg', '', '', '1', '', '', '', '', ''), (1801, '150320040', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159481', '1', '1484204874', 'sam/1484204874.jpg', '1', '1490153964', 'sul/1490153964.jpg', '', '', '1', '', '', '', '', ''), (1802, '150409081', '2016-11-01', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248522', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1803, '150320053', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159494', '1', '1484367796', 'sam/1484367796.jpg', '1', '1490154302', 'sul/1490154302.jpg', '', '', '', '', '', '', '', ''), (1806, '150320009', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159450', '', '', '', '1', '1490150900', 'sul/1490150900.jpg', '', '', '1', '', '', '', '', ''), (1808, '150320050', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159491', '1', '1484205230', 'sam/1484205230.jpg', '1', '1490154224', 'sul/1490154224.jpg', '', '', '1', '', '', '', '', ''), (1809, '150409013', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248454', '', '', '', '1', '1489551162', 'sul/1489551162.jpg', '', '', '1', '', '', '', '', ''), (1811, '150320022', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159463', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1812, '150320017', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159458', '1', '1484294666', 'sam/1484294666.jpg', '1', '1490151545', 'sul/1490151545.jpg', '', '', '', '', '', '', '', ''), (1814, '150409030', '2016-11-01', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248471', '', '', '', '1', '1489551854', 'sul/1489551854.jpg', '', '', '', '', '', '', '', ''), (1815, '150409022', '2016-11-01', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248463', '', '', '', '1', '1489551363', 'sul/1489551363.jpg', '', '', '1', '', '', '', '', ''), (1816, '150109010', '2016-11-01', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948451', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1818, '150409067', '2016-11-02', '2016-11-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248508', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1820, '150409021', '2016-11-02', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248462', '', '', '', '1', '1489551350', 'sul/1489551350.jpg', '', '', '1', '', '', '', '', ''), (1821, '150320028', '2016-11-02', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159469', '1', '1484273567', 'sam/1484273567.jpg', '1', '1490152302', 'sul/1490152302.jpg', '', '', '1', '', '', '', '', ''), (1822, '150320012', '2016-11-02', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159453', '1', '1484205088', 'sam/1484205088.jpg', '1', '1490151189', 'sul/1490151189.jpg', '', '', '', '', '', '', '', ''), (1823, '150409017', '2016-11-02', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248458', '', '', '', '1', '1489551270', 'sul/1489551270.jpg', '', '', '1', '', '', '', '', ''), (1826, '150109014', '2016-11-02', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948455', '', '', '', '1', '1487750779', 'sul/1487750779.jpg', '', '', '', '', '', '', '', ''), (1827, '150320044', '2016-11-02', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159485', '', '', '', '1', '1490154104', 'sul/1490154104.jpg', '', '', '', '', '', '', '', ''), (1830, '150109015', '2016-11-02', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948456', '', '', '', '1', '1487750947', 'sul/1487750947.jpg', '', '', '1', '', '', '', '', ''), (1836, '160214027', '2016-11-02', '2016-11-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053468', '', '', '', '1', '1487301310', 'sul/1487301310.jpg', '', '', '1', '', '', '', '', ''), (1838, '150409015', '2016-11-02', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248456', '', '', '', '1', '1489551206', 'sul/1489551206.jpg', '', '', '1', '', '', '', '', ''), (1839, '140319029', '2016-11-02', '', '0', '5', 'Ganjil 2016/2017', '', '1', '63158470', '', '', '', '1', '1491192720', 'sul/1491192720.jpg', '', '', '1', '', '', '', '', ''), (1842, '150320110', '2016-11-02', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '1', '1', '73159551', '', '', '', '1', '1491192851', 'sul/1491192851.jpg', '', '', '1', '', '', '', '', ''), (1843, '150320111', '2016-11-02', '2016-11-02', '1', '5', 'Ganjil 2016/2017', '', '1', '73159552', '', '', '', '1', '1491192883', 'sul/1491192883.jpg', '', '', '', '', '', '', '', ''), (1844, '160214005', '2016-11-02', '2016-11-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053446', '', '', '', '1', '1487299198', 'sul/1487299198.jpg', '', '', '1', '', '', '', '', ''), (1845, '160214031', '2016-11-02', '2016-11-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053472', '', '', '', '1', '1487301515', 'sul/1487301515.jpg', '', '', '1', '', '', '', '', ''), (1846, '160214003', '2016-11-02', '2016-11-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053444', '', '', '', '1', '1487299126', 'sul/1487299126.jpg', '', '', '1', '', '', '', '', ''), (1847, '150409038', '2016-11-02', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248479', '', '', '', '1', '1489552106', 'sul/1489552106.jpg', '', '', '1', '', '', '', '', ''), (1848, '150409023', '2016-11-02', '2016-11-03', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248464', '', '', '', '1', '1489551434', 'sul/1489551434.jpg', '', '', '1', '', '', '', '', ''), (1849, '150409008', '2016-11-02', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248449', '', '', '', '1', '1489550990', 'sul/1489550990.jpg', '', '', '1', '', '', '', '', ''), (1850, '150109008', '2016-11-02', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948449', '', '', '', '1', '1487750546', 'sul/1487750546.jpg', '', '', '1', '', '', '', '', ''), (1851, '160410092', '2016-11-02', '2016-11-02', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249533', '', '', '', '1', '1487061857', 'sul/1487061857.jpg', '', '', '1', '', '', '', '', ''), (1852, '150109026', '2016-11-02', '2016-11-02', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948467', '', '', '', '1', '1487751621', 'sul/1487751621.jpg', '', '', '1', '', '', '', '', ''), (1853, '150109020', '2016-11-02', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948461', '', '', '', '1', '1487751291', 'sul/1487751291.jpg', '', '', '1', '', '', '', '', ''), (1854, '150109011', '2016-11-03', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1855, '150109022', '2016-11-03', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948463', '', '', '', '1', '1487751391', 'sul/1487751391.jpg', '', '', '', '', '', '', '', ''), (1856, '160214032', '2016-11-03', '2016-11-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053473', '', '', '', '1', '1487301682', 'sul/1487301682.jpg', '', '', '1', '', '', '', '', ''), (1857, '160214063', '2016-11-03', '2016-11-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053504', '', '', '', '1', '1487338643', 'sul/1487338643.jpg', '', '', '1', '', '', '', '', ''), (1858, '150109016', '2016-11-03', '', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948457', '', '', '', '1', '1487750988', 'sul/1487750988.jpg', '', '', '1', '', '', '', '', ''), (1861, '150109025', '2016-11-03', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948466', '', '', '', '1', '1487751573', 'sul/1487751573.jpg', '', '', '', '', '', '', '', ''), (1862, '160410091', '2016-11-03', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83249532', '', '', '', '1', '1487061455', 'sul/1487061455.jpg', '', '', '1', '', '', '', '', ''); INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (1863, '160214014', '2016-11-03', '2016-11-03', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053455', '', '', '', '1', '1487300377', 'sul/1487300377.jpg', '', '', '1', '', '', '', '', ''), (1865, '150109023', '2016-11-04', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1487751440', 'sul/1487751440.jpg', '', '', '1', '', '', '', '', ''), (1866, '160214057', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053498', '', '', '', '1', '1487316182', 'sul/1487316182.jpg', '', '', '1', '', '', '', '', ''), (1867, '160214068', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053509', '', '', '', '1', '1487338839', 'sul/1487338839.jpg', '', '', '1', '', '', '', '', ''), (1868, '160214046', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053487', '', '', '', '1', '1487315609', 'sul/1487315609.jpg', '', '', '1', '', '', '', '', ''), (1869, '160214062', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053503', '', '', '', '1', '1487338599', 'sul/1487338599.jpg', '', '', '1', '', '', '', '', ''), (1870, '160214050', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053491', '', '', '', '1', '1487315683', 'sul/1487315683.jpg', '', '', '1', '', '', '', '', ''), (1871, '160214045', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053486', '', '', '', '1', '1487315576', 'sul/1487315576.jpg', '', '', '1', '', '', '', '', ''), (1872, '160214055', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '', '1', '83053496', '', '', '', '1', '1487315790', 'sul/1487315790.jpg', '', '', '', '', '', '', '', ''), (1874, '160214061', '2016-11-04', '2016-11-04', '1', '1', 'Ganjil 2016/2017', '1', '1', '83053502', '', '', '', '1', '1487338562', 'sul/1487338562.jpg', '', '', '1', '', '', '', '', ''), (1876, '150320019', '2016-11-04', '2016-11-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159460', '1', '1484294321', 'sam/1484294321.jpg', '1', '1490151697', 'sul/1490151697.jpg', '', '', '', '', '', '', '', ''), (1877, '150109027', '2016-11-04', '2016-11-04', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948468', '1', '1484187456', 'sam/1484187456.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1878, '150409072', '2016-11-04', '2016-11-05', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248513', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1880, '150320109', '2016-11-05', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159550', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1881, '140319044', '2016-11-05', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158485', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1882, '140319049', '2016-11-05', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158490', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1883, '140319041', '2016-11-05', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '1', '1', '63158482', '1', '1486173082', 'sam/1486173082.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1887, '150320006', '2016-11-06', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '73159447', '', '', '', '1', '1490150692', 'sul/1490150692.jpg', '', '', '', '', '', '', '', ''), (1888, '150409043', '2016-11-06', '2016-11-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248484', '', '', '', '1', '1489552231', 'sul/1489552231.jpg', '', '', '', '', '', '', '', ''), (1889, '150409050', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248491', '', '', '', '1', '1489552355', 'sul/1489552355.jpg', '', '', '', '', '', '', '', ''), (1892, '150409003', '2016-11-06', '2017-03-14', '1', '3', 'Ganjil 2015/2016', '1', '1', '73248444', '', '', '', '1', '1489550814', 'sul/1489550814.jpg', '', '', '', '', '', '', '', ''), (1896, '150409069', '2016-11-06', '2016-11-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248510', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1897, '150409044', '2016-11-06', '2016-11-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248485', '', '', '', '1', '1489552268', 'sul/1489552268.jpg', '', '', '', '', '', '', '', ''), (1899, '150409009', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248450', '', '', '', '1', '1489551036', 'sul/1489551036.jpg', '', '', '1', '', '', '', '', ''), (1900, '150409004', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248445', '', '', '', '1', '1489550859', 'sul/1489550859.jpg', '', '', '1', '', '', '', '', ''), (1901, '150409071', '2016-11-06', '2016-11-06', '1', '3', 'Genap 2016/2017', '1', '1', '73248512', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1902, '150409042', '2016-11-06', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248483', '', '', '', '1', '1489552210', 'sul/1489552210.jpg', '', '', '', '', '', '', '', ''), (1904, '150320039', '2016-11-06', '', '0', '3', 'Ganjil 2015/2016', '', '', '', '', '', '', '1', '1490153779', 'sul/1490153779.jpg', '', '', '', '', '', '', '', ''), (1907, '150409063', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248504', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1908, '150409055', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '', '1', '73248496', '', '', '', '1', '1489552481', 'sul/1489552481.jpg', '', '', '', '', '', '', '', ''), (1909, '150409057', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248498', '', '', '', '1', '1489552546', 'sul/1489552546.jpg', '', '', '', '', '', '', '', ''), (1910, '150409039', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248480', '', '', '', '1', '1489552120', 'sul/1489552120.jpg', '', '', '', '', '', '', '', ''), (1912, '150409079', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248520', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1913, '150409048', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248489', '', '', '', '1', '1489552331', 'sul/1489552331.jpg', '', '', '', '', '', '', '', ''), (1915, '150409068', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248509', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1920, '150409035', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248476', '', '', '', '1', '1489552025', 'sul/1489552025.jpg', '', '', '1', '', '', '', '', ''), (1921, '140408017', '2016-11-06', '2016-11-06', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913101', '', '', '', '', '', '', '', '', '', '', '', ''), (1922, '140408037', '2016-11-06', '2016-11-06', '1', '5', 'Ganjil 2016/2017', '', '1', '63247478', '1', '-13913081', '', '1', '1489552048', 'sul/1489552048.jpg', '', '', '', '', '', '', '', ''), (1923, '140319002', '2016-11-06', '2016-11-07', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1491191424', 'sul/1491191424.jpg', '', '', '1', '', '', '', '', ''), (1924, '150409014', '2016-11-06', '2016-11-06', '1', '3', 'Ganjil 2015/2016', '1', '1', '73248455', '', '', '', '1', '1489551171', 'sul/1489551171.jpg', '', '', '1', '', '', '', '', ''), (1925, '150409001', '2016-11-07', '2016-11-08', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248442', '', '', '', '1', '1489548938', 'sul/1489548938.jpg', '', '', '1', '', '', '', '', ''), (1926, '140408013', '2016-11-07', '2016-11-07', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913105', '', '', '', '', '', '', '', '', '', '', '', ''), (1928, '150109001', '2016-11-07', '2016-11-07', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948442', '', '', '', '1', '1487750194', 'sul/1487750193.jpg', '', '', '', '', '', '', '', ''), (1929, '130318027', '2016-11-07', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1491192935', 'sul/1491192935.jpg', '', '', '1', '', '', '', '', ''), (1930, '150409047', '2016-11-08', '2016-11-20', '1', '3', 'Ganjil 2016/2017', '', '1', '73248488', '', '', '', '1', '1489552319', 'sul/1489552319.jpg', '', '', '', '', '', '', '', ''), (1931, '140408011', '2016-11-08', '2016-11-09', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913107', '', '', '', '', '', '', '', '', '', '', '', ''), (1932, '160410079', '2016-11-09', '2016-11-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249520', '', '', '', '1', '1487057197', 'sul/1487057197.jpg', '', '', '1', '', '', '', '', ''), (1933, '160410080', '2016-11-09', '2016-11-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '83249521', '', '', '', '1', '1487057312', 'sul/1487057312.jpg', '', '', '', '', '', '', '', ''), (1935, '140408082', '2016-11-09', '2016-11-09', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913036', '', '', '', '', '', '', '', '', '', '', '', ''), (1936, '140408052', '2016-11-09', '2016-11-09', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1937, '140408060', '2016-11-09', '2016-11-09', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913058', '', '', '', '', '', '', '', '', '', '', '', ''), (1939, '150409031', '2016-11-10', '2016-11-17', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248472', '', '', '', '1', '1489551872', 'sul/1489551872.jpg', '', '', '1', '', '', '', '', ''), (1940, '140408032', '2016-11-10', '2016-11-14', '1', '5', 'Ganjil 2015/2016', '', '', '', '1', '-13913086', '', '', '', '', '', '', '', '', '', '', '', ''), (1942, '140408005', '2016-11-10', '2016-11-15', '1', '5', 'Ganjil 2015/2016', '', '', '', '1', '-13913113', '', '', '', '', '', '', '', '', '', '', '', ''), (1944, '140408102', '2016-11-10', '2016-11-10', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913016', '', '', '', '', '', '', '', '', '', '', '', ''), (1945, '140408053', '2016-11-10', '2016-11-10', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913065', '', '', '', '', '', '', '', '', '', '', '', ''), (1946, '140408019', '2016-11-10', '2016-11-10', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1947, '140408001', '2016-11-10', '2016-11-10', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913117', '', '', '', '', '', '', '', '', '', '', '', ''), (1953, '140408042', '2016-11-10', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913076', '', '', '', '', '', '', '', '', '', '', '', ''), (1955, '140408031', '2016-11-10', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913087', '', '', '', '', '', '', '', '', '', '', '', ''), (1956, '140408041', '2016-11-11', '2016-11-11', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913077', '', '', '', '', '', '', '', '', '', '', '', ''), (1957, '160110063', '2016-11-11', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949504', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1958, '160110058', '2016-11-11', '2016-11-11', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949499', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1959, '150320080', '2016-11-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159521', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1961, '150409073', '2016-11-12', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248514', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1963, '140408049', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913069', '', '', '', '', '', '', '', '', '', '', '', ''), (1968, '140408081', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913037', '', '', '', '', '', '', '', '', '', '', '', ''), (1969, '140408051', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1970, '140408077', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1972, '140408071', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1973, '140408075', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913043', '', '', '', '', '', '', '', '', '', '', '', ''), (1974, '140408105', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1978, '140408046', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913072', '', '', '', '', '', '', '', '', '', '', '', ''), (1979, '140408080', '2016-11-13', '2016-11-13', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913038', '', '', '', '', '', '', '', '', '', '', '', ''), (1980, '150409040', '2016-11-13', '2016-11-13', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248481', '', '', '', '1', '1489552155', 'sul/1489552155.jpg', '', '', '', '', '', '', '', ''), (1982, '140408030', '2016-11-14', '2016-11-14', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913088', '', '', '', '', '', '', '', '', '', '', '', ''), (1983, '140408034', '2016-11-14', '2016-11-15', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913084', '', '', '', '', '', '', '', '', '', '', '', ''), (1984, '140408058', '2016-11-14', '2016-11-14', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484368598', 'sam/1484368598.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1985, '140408072', '2016-11-14', '2016-11-14', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484368629', 'sam/1484368629.jpg', '', '', '', '', '', '', '', '', '', '', ''), (1986, '140408050', '2016-11-14', '2016-11-14', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913068', '', '', '', '', '', '', '', '', '', '', '', ''), (1988, '140408045', '2016-11-15', '2016-11-15', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913073', '', '', '', '', '', '', '', '', '', '', '', ''), (1990, '140408004', '2016-11-15', '2016-11-15', '1', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (1991, '140408021', '2016-11-15', '2016-11-15', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913097', '', '', '', '', '', '', '', '', '', '', '', ''), (1992, '140408014', '2016-11-15', '2016-11-15', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913104', '', '', '', '', '', '', '', '', '', '', '', ''), (1993, '150409051', '2016-11-15', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248492', '', '', '', '1', '1489552375', 'sul/1489552375.jpg', '', '', '', '', '', '', '', ''), (1994, '150409006', '2016-11-15', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248447', '', '', '', '1', '1489550931', 'sul/1489550931.jpg', '', '', '', '', '', '', '', ''), (1995, '150409007', '2016-11-15', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248448', '', '', '', '1', '1489550974', 'sul/1489550974.jpg', '', '', '', '', '', '', '', ''), (1996, '150409028', '2016-11-15', '2016-11-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248469', '', '', '', '1', '1489551804', 'sul/1489551804.jpg', '', '', '', '', '', '', '', ''), (1997, '150409024', '2016-11-16', '2016-11-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248465', '', '', '', '1', '1489551449', 'sul/1489551449.jpg', '', '', '1', '', '', '', '', ''), (2002, '150409019', '2016-11-16', '2016-11-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248460', '', '', '', '1', '1489551266', 'sul/1489551266.jpg', '', '', '', '', '', '', '', ''), (2003, '150409059', '2016-11-16', '2016-11-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248500', '', '', '', '1', '1489552617', 'sul/1489552617.jpg', '', '', '', '', '', '', '', ''), (2004, '140319081', '2016-11-17', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158522', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2019, '150504017', '2016-11-18', '2016-11-20', '1', '2', 'Genap 2016/2017', '', '', '', '1', '-3817101', '', '', '', '', '', '', '', '', '', '', '', ''), (2020, '150504003', '2016-11-18', '2016-11-20', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2021, '150504035', '2016-11-18', '2016-11-20', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2023, '150504016', '2016-11-18', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2028, '160505024', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183906', '', '', '', '', '', '', '', '', '', '', '', ''), (2029, '160505021', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183903', '', '', '', '', '', '', '', '', '', '', '', ''), (2030, '160505022', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183904', '', '', '', '', '', '', '', '', '', '', '', ''), (2031, '160505023', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183905', '', '', '', '', '', '', '', '', '', '', '', ''), (2034, '160505028', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183910', '', '', '', '', '', '', '', '', '', '', '', ''), (2035, '160505029', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183911', '', '', '', '', '', '', '', '', '', '', '', ''), (2036, '160505030', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183912', '', '', '', '', '', '', '', '', '', '', '', ''), (2037, '160505026', '2016-11-19', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '', '', '', '1', '6183908', '', '', '', '', '', '', '', '', '', '', '', ''), (2041, '150504009', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2043, '150504019', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2044, '150504014', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2053, '150504015', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2057, '150504012', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2077, '150504034', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2079, '150504020', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2080, '150504022', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2082, '150504029', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2087, '150504010', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2092, '150504032', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2095, '150504011', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2098, '150504006', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2099, '150504036', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2100, '150504008', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2101, '150504001', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2102, '150504002', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2103, '150504025', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2104, '150504028', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2105, '150504027', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2106, '150504030', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2107, '150504031', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2109, '150504024', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2110, '150504018', '2016-11-19', '2016-11-20', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2111, '150504005', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2112, '150504004', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2113, '150504007', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2114, '150504013', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2116, '150504021', '2016-11-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2119, '150504026', '2016-11-20', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2121, '150409045', '2016-11-20', '2016-11-20', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248486', '', '', '', '1', '1489552280', 'sul/1489552280.jpg', '', '', '', '', '', '', '', ''), (2122, '150409076', '2016-11-20', '2016-11-20', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248517', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2123, '150504023', '2016-11-20', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2124, '150409060', '2016-11-20', '2016-11-20', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248501', '', '', '', '1', '1489552683', 'sul/1489552683.jpg', '', '', '', '', '', '', '', ''), (2125, '150409041', '2016-11-20', '2016-11-20', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248482', '', '', '', '1', '1489552185', 'sul/1489552185.jpg', '', '', '1', '', '', '', '', ''), (2126, '150409077', '2016-11-20', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73248518', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2128, '160505025', '2016-11-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2129, '150504033', '2016-11-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2130, '150409005', '2016-11-21', '2016-12-05', '1', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1489550911', 'sul/1489550911.jpg', '', '', '', '', '', '', '', ''), (2134, '150409026', '2016-11-22', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73248467', '', '', '', '1', '1489551732', 'sul/1489551732.jpg', '', '', '', '', '', '', '', ''), (2135, '150409042', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489552210', 'sul/1489552210.jpg', '', '', '', '', '', '', '', ''), (2136, '150409050', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489552355', 'sul/1489552355.jpg', '', '', '', '', '', '', '', ''), (2137, '150409044', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '1', '73248485', '', '', '', '1', '1489552268', 'sul/1489552268.jpg', '', '', '', '', '', '', '', ''), (2138, '150409051', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '1', '1', '73248492', '', '', '', '1', '1489552375', 'sul/1489552375.jpg', '', '', '', '', '', '', '', ''), (2139, '150409043', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489552231', 'sul/1489552231.jpg', '', '', '', '', '', '', '', ''), (2140, '150409079', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2142, '150409033', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489551980', 'sul/1489551980.jpg', '', '', '1', '', '', '', '', ''), (2144, '150409010', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489551061', 'sul/1489551061.jpg', '', '', '1', '', '', '', '', ''), (2145, '150409027', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489551752', 'sul/1489551752.jpg', '', '', '1', '', '', '', '', ''), (2146, '150409012', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489551109', 'sul/1489551109.jpg', '', '', '1', '', '', '', '', ''), (2147, '150409029', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '1', '', '', '', '', '', '1', '1489551819', 'sul/1489551819.jpg', '', '', '1', '', '', '', '', ''), (2148, '150409026', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '1', '', '', '', '', '', '1', '1489551732', 'sul/1489551732.jpg', '', '', '', '', '', '', '', ''), (2149, '150409011', '2016-11-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1489551077', 'sul/1489551077.jpg', '', '', '1', '', '', '', '', ''), (2153, '150409066', '2016-11-27', '', '0', '2', 'Genap 2016/2017', '1', '1', '73248507', '', '', '', '1', '1490093870', 'sul/1490093870.jpg', '', '', '1', '', '', '', '', ''), (2154, '150409036', '2016-11-27', '', '0', '2', 'Genap 2016/2017', '1', '', '', '', '', '', '1', '1489552079', 'sul/1489552079.jpg', '', '', '1', '', '', '', '', ''), (2155, '150409080', '2016-11-27', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '1', '1490093896', 'sul/1490093896.jpg', '', '', '1', '', '', '', '', ''), (2156, '150409032', '2016-11-27', '', '0', '2', 'Genap 2016/2017', '1', '', '', '', '', '', '1', '1489551967', 'sul/1489551967.jpg', '', '', '1', '', '', '', '', ''), (2158, '160110083', '2016-11-28', '2016-11-28', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949524', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2170, '160110056', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949497', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2172, '160110034', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949475', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2174, '160110041', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949482', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2175, '160110045', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949486', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2176, '160110070', '2016-11-29', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949511', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2180, '160110053', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949494', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2181, '160110059', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2185, '160110057', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949498', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2188, '160110074', '2016-11-29', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949515', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2189, '160110036', '2016-11-29', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949477', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2190, '160110076', '2016-11-29', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949517', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2192, '160110068', '2016-11-30', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949509', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2193, '160110069', '2016-11-30', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949510', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2195, '160110066', '2016-11-30', '2017-02-09', '1', '1', 'Genap 2016/2017', '1', '1', '82949507', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2196, '160321118', '2016-11-30', '2016-11-30', '1', '1', 'Ganjil 2016/2017', '1', '1', '83160559', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2197, '160505027', '2016-11-30', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2202, '150109096', '2016-11-30', '2017-02-15', '1', '3', 'Genap 2015/2016', '1', '1', '72948537', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2204, '150109094', '2016-11-30', '', '0', '3', 'Genap 2015/2016', '1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2205, '150109036', '2016-11-30', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948477', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2207, '160110085', '2016-11-30', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949526', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2208, '160110051', '2016-11-30', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949492', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2216, '160110071', '2016-12-01', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '82949512', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2218, '160110072', '2016-12-01', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949513', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2230, '160110052', '2016-12-01', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2233, '160110040', '2016-12-01', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2234, '140408025', '2016-12-01', '2016-12-01', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913093', '', '', '', '', '', '', '', '', '', '', '', ''), (2235, '160110037', '2016-12-01', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2244, '140408023', '2016-12-01', '2016-12-01', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913095', '', '', '', '', '', '', '', '', '', '', '', ''), (2248, '160110087', '2016-12-01', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949528', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2249, '160110086', '2016-12-02', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949527', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2252, '160110075', '2016-12-02', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949516', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2258, '160321141', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160582', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2260, '160321083', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160524', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2261, '160214056', '2016-12-02', '2016-12-02', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1487316145', 'sul/1487316145.jpg', '', '', '1', '', '', '', '', ''), (2268, '160321151', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160592', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2270, '160321131', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160572', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2271, '160110090', '2016-12-02', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949531', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2273, '160321135', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160576', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2275, '160321161', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160602', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2277, '160110061', '2016-12-02', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2279, '160110054', '2016-12-02', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949495', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2282, '160321079', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160520', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2283, '160321127', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160568', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2284, '160321123', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160564', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2285, '160321153', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160594', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2286, '160321162', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160603', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2288, '160321137', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2289, '160321163', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160604', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2290, '160321159', '2016-12-02', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160600', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2291, '160321149', '2016-12-03', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160590', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2293, '160321152', '2016-12-03', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160593', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2295, '140319066', '2016-12-03', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158507', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2296, '140319069', '2016-12-03', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158510', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2297, '140319085', '2016-12-03', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158526', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2298, '160321088', '2016-12-03', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160529', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2311, '160321100', '2016-12-03', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2312, '160321081', '2016-12-03', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2315, '140408062', '2016-12-05', '2016-12-05', '1', '5', 'Ganjil 2016/2017', '', '', '', '1', '-13913056', '', '', '', '', '', '', '', '', '', '', '', ''), (2316, '160321160', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160601', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2317, '160505019', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2318, '160505004', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2319, '160505017', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2321, '160505013', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2322, '160505005', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2324, '160505007', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2325, '160505016', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2326, '160505018', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2328, '160505001', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2331, '160505008', '2016-12-05', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2332, '160505014', '2016-12-06', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2333, '150409053', '2016-12-06', '2016-12-06', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248494', '', '', '', '1', '1489552444', 'sul/1489552444.jpg', '', '', '', '', '', '', '', ''), (2334, '160110065', '2016-12-06', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2335, '160321155', '2016-12-06', '', '0', '1', 'Ganjil 2016/2017', '1', '1', '83160596', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2339, '160505009', '2016-12-06', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2340, '160110035', '2016-12-06', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949476', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2343, '160110043', '2016-12-07', '2017-02-08', '1', '1', 'Ganjil 2016/2017', '1', '1', '82949484', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2344, '150409073', '2016-12-08', '', '0', '2', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2355, '150409086', '2016-12-08', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2357, '150409087', '2016-12-08', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2358, '140319072', '2016-12-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158513', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2366, '140319055', '2016-12-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158496', '1', '1486173488', 'sam/1486173488.jpg', '', '', '', '', '', '', '', '', '', '', ''), (2384, '160321098', '2016-12-09', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2385, '160321164', '2016-12-09', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2387, '160110042', '2016-12-09', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2390, '160321108', '2016-12-09', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2391, '160110073', '2016-12-09', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2393, '160321090', '2016-12-09', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2401, '160321174', '2016-12-09', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2403, '160110064', '2016-12-09', '2017-02-09', '1', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2405, '160505003', '2016-12-22', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2407, '160505005', '2017-01-01', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2408, '160505012', '2017-01-01', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2409, '160505009', '2017-01-05', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2418, '140319063', '2017-01-08', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158504', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2440, '140319046', '2017-01-11', '', '0', '10', 'Ganjil 2016/2017', '1', '1', '63158487', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2444, '140319040', '2017-01-12', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158481', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2447, '130318027', '2017-01-12', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '1', '1491192935', 'sul/1491192935.jpg', '', '', '1', '', '', '', '', ''), (2448, '140319068', '2017-01-12', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158509', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2451, '140319046', '2017-01-12', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158487', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2452, '140319054', '2017-01-12', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158495', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2454, '140319038', '2017-01-12', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158479', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2456, '140319045', '2017-01-12', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158486', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2457, '140319073', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158514', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2458, '130318031', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '53157472', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2459, '140319032', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158473', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2461, '140319074', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158515', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2462, '140319039', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158480', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2463, '140319067', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158508', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2464, '140319047', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '63158488', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2465, '140408090', '2017-01-13', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484704836', 'sam/1484704836.jpg', '', '', '', '', '', '', '', '', '', '', ''), (2466, '150409084', '2017-01-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2467, '140408086', '2017-01-16', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484627532', 'sam/1484627532.jpg', '', '', '', '', '', '', '', '', '', '', ''), (2468, '140408099', '2017-01-17', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484705569', 'sam/1484705569.jpg', '', '', '', '', '', '', '', '', '', '', ''), (2469, '140408092', '2017-01-17', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484705647', 'sam/1484705647.jpg', '', '', '', '', '', '', '', '', '', '', ''), (2470, '140408107', '2017-01-17', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '1', '1484705616', 'sam/1484705616.jpg', '', '', '', '', '', '', '', '', '', '', ''), (2471, '150109092', '2017-02-06', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948533', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2474, '150109039', '2017-02-07', '2017-02-08', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948480', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2475, '150109063', '2017-02-07', '2017-02-08', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948504', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2488, '150109054', '2017-02-08', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948495', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2494, '150109065', '2017-02-08', '2017-02-08', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948506', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2497, '150109064', '2017-02-09', '2017-02-09', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948505', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2509, '150109057', '2017-02-10', '2017-02-10', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948498', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2510, '150109041', '2017-02-10', '2017-02-10', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948482', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2512, '150109067', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948508', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2513, '150109052', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948493', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2514, '150109049', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948490', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2515, '150109030', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948471', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2516, '150109055', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948496', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2517, '150109046', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948487', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2518, '150109061', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948502', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2519, '150109066', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948507', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2520, '150109051', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948492', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2521, '150109031', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948472', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2522, '150109093', '2017-02-10', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2523, '150109073', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948514', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2524, '150109106', '2017-02-10', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '', '1', '72948547', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2527, '150320076', '2017-02-10', '', '0', '5', 'Ganjil 2016/2017', '1', '1', '73159517', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2528, '150320097', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159538', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2529, '150320064', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159505', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2530, '150320073', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159514', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2531, '150320070', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159511', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2532, '150320087', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159528', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2533, '150320093', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159534', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2534, '150320082', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159523', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2535, '150320088', '2017-02-11', '', '0', '3', 'Ganjil 2015/2016', '1', '1', '73159529', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2536, '150109048', '2017-02-11', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948489', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2539, '150109044', '2017-02-12', '2017-02-15', '1', '3', 'Ganjil 2016/2017', '1', '1', '72948485', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2540, '150320071', '2017-02-13', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '73159512', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2542, '150109068', '2017-02-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948509', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2543, '150109076', '2017-02-15', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948517', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2544, '150109082', '2017-02-15', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948523', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2545, '150109090', '2017-02-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948531', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2546, '150109099', '2017-02-15', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948540', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2547, '150109084', '2017-02-16', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948525', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2548, '150109098', '2017-02-16', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948539', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2549, '150109103', '2017-02-16', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948544', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2550, '150109035', '2017-02-16', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948476', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2559, '150409020', '2017-02-16', '2017-02-16', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248461', '', '', '', '1', '1489551308', 'sul/1489551308.jpg', '', '', '1', '', '', '', '', ''), (2560, '150320108', '2017-02-16', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2564, '150109071', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948512', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2566, '150109085', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948526', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (2567, '150109056', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948497', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2568, '150109081', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948522', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2569, '150109059', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948500', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2572, '150109032', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2574, '150109042', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948483', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2576, '150109029', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948470', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2577, '150109075', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948516', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2578, '150109037', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948478', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2579, '150109053', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948494', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2580, '150109047', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948488', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2581, '150109060', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '1', '72948501', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2582, '150109033', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2583, '150109062', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948503', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2585, '150109043', '2017-02-17', '', '0', '10', 'Ganjil 2016/2017', '1', '1', '72948484', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2587, '150109043', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '1', '1', '72948484', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2588, '150109040', '2017-02-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2589, '150109034', '2017-03-08', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2591, '150409002', '2017-03-14', '2017-03-14', '1', '3', 'Ganjil 2016/2017', '1', '1', '73248443', '', '', '', '1', '1489550763', 'sul/1489550763.jpg', '', '', '1', '', '', '', '', ''), (2592, '160410075', '2017-03-29', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2596, '1212', '2017-04-03', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2597, '1212', '2017-04-03', '2017-04-03', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2598, '1313', '2017-04-03', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2599, '1313', '2017-04-03', '2017-04-03', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2600, '11', '2017-04-03', '2017-04-03', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2601, '160214034', '2017-04-05', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2602, '160410081', '2017-04-05', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2608, '160410079', '2017-04-05', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2609, '160410024', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2612, '160410026', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2613, '160410018', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2614, '160410043', '2017-04-05', '2017-05-18', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2615, '160410063', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2616, '160410038', '2017-04-05', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2617, '160410040', '2017-04-05', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2618, '160410024', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2619, '160410063', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2620, '160410016', '2017-04-05', '2017-05-13', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2621, '160410026', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2622, '160410009', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2623, '160410040', '2017-04-05', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2627, '160410026', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2628, '160410018', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2629, '160410034', '2017-04-05', '2017-05-13', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2631, '160410054', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2633, '160410010', '2017-04-05', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2634, '160410009', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2635, '160410020', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2636, '160410033', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2637, '160410010', '2017-04-05', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2638, '160410020', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2639, '160410013', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2640, '160410070', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2641, '160410066', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2642, '160410073', '2017-04-05', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2643, '160410018', '2017-04-06', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2645, '160410017', '2017-04-06', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2646, '160410049', '2017-04-06', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2652, '160321062', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2653, '160321062', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2663, '160110028', '2017-04-06', '2017-04-10', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495429039', 'sul/1495429039.jpg', '', ''), (2668, '160214014', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2670, '160214006', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2671, '160214052', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2673, '160214004', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2674, '160214054', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2675, '160214070', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2678, '160214063', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2681, '160214016', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2688, '160214067', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2689, '160214042', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2690, '160214065', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2691, '160214074', '2017-04-06', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2697, '160214059', '2017-04-07', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2699, '160214074', '2017-04-07', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2706, '160214018', '2017-04-07', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2707, '160321025', '2017-04-07', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350696', 'sul/1495350696.jpg', '', ''), (2708, '160321025', '2017-04-07', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350696', 'sul/1495350696.jpg', '', ''), (2711, '140108019', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2712, '140108019', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2716, '140108008', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2718, '140108025', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2720, '140108005', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2722, '140108028', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2724, '140108003', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2726, '140108004', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2728, '140108010', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2730, '140108016', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2732, '140108017', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2734, '140108002', '2017-04-08', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2737, '160410069', '2017-04-08', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2738, '160110008', '2017-04-08', '2017-04-10', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495424561', 'sul/1495424561.jpg', '', ''), (2741, '160410050', '2017-04-09', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2742, '140108019', '2017-04-09', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2743, '160410049', '2017-04-09', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2746, '160410045', '2017-04-09', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2747, '150109005', '2017-04-10', '2017-04-11', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350011', 'sul/1495350011.jpg', '', ''), (2756, '160321014', '2017-04-10', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350466', 'sul/1495350466.jpg', '', ''), (2766, '160110024', '2017-04-10', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495423185', 'sul/1495423185.jpg', '', ''), (2786, '160110018', '2017-04-10', '2017-04-11', '1', '2', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2787, '160110004', '2017-04-10', '2017-05-21', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495423979', 'sul/1495423979.jpg', '', ''), (2790, '160410055', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2810, '160321145', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495353103', 'sul/1495353103.jpg', '', ''), (2815, '160321002', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350283', 'sul/1495350283.jpg', '', ''), (2826, '160321020', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495416752', 'sul/1495416752.jpg', '', ''), (2831, '160321069', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495352938', 'sul/1495352938.jpg', '', ''), (2832, '160110011', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495424767', 'sul/1495424767.jpg', '', ''), (2834, '160110015', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495420464', 'sul/1495420464.jpg', '', ''), (2835, '160110025', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2838, '160321052', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351838', 'sul/1495351838.jpg', '', ''), (2840, '160321066', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2843, '160321016', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350527', 'sul/1495350527.jpg', '', ''), (2853, '160321037', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351061', 'sul/1495351061.jpg', '', ''), (2854, '140108018', '2017-04-11', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2855, '140108018', '2017-04-11', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2859, '160321144', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495353140', 'sul/1495353140.jpg', '', ''), (2861, '160321074', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495353054', 'sul/1495353054.jpg', '', ''), (2863, '160321070', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495352970', 'sul/1495352970.jpg', '', ''), (2870, '160321042', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495416960', 'sul/1495416960.jpg', '', ''), (2871, '160321044', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351593', 'sul/1495351593.jpg', '', ''), (2874, '160321073', '2017-04-11', '2017-04-12', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495353006', 'sul/1495353006.jpg', '', ''), (2875, '160321043', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351123', 'sul/1495351123.jpg', '', ''), (2877, '160321008', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2878, '160321035', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2880, '160321003', '2017-04-11', '2017-04-11', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2885, '160321065', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495352402', 'sul/1495352402.jpg', '', ''), (2886, '160321029', '2017-04-11', '2017-04-13', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2889, '160321001', '2017-04-11', '2017-05-21', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350252', 'sul/1495350252.jpg', '', ''), (2890, '160321027', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350899', 'sul/1495350899.jpg', '', ''), (2892, '160321028', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350929', 'sul/1495350929.jpg', '', ''), (2894, '160321005', '2017-04-11', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495427318', 'sul/1495427318.jpg', '', ''), (2898, '160321048', '2017-04-12', '2017-04-18', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351703', 'sul/1495351703.jpg', '', ''), (2899, '160321036', '2017-04-12', '2017-04-18', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351030', 'sul/1495351030.jpg', '', ''), (2909, '160321030', '2017-04-12', '2017-04-18', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350951', 'sul/1495350951.jpg', '', ''), (2917, '160110016', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495437005', 'sul/1495437005.jpg', '', ''), (2918, '160110016', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495437005', 'sul/1495437005.jpg', '', ''), (2919, '160110016', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495437005', 'sul/1495437005.jpg', '', ''), (2921, '160410014', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2922, '160410014', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2923, '160410014', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2924, '160410041', '2017-04-12', '2017-05-13', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2925, '160410011', '2017-04-12', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2926, '160410011', '2017-04-12', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2928, '160321053', '2017-04-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2929, '140108024', '2017-04-12', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2930, '140108013', '2017-04-12', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2932, '140108007', '2017-04-12', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2942, '140108023', '2017-04-14', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2945, '160410020', '2017-04-16', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2946, '140108027', '2017-04-16', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2947, '140108027', '2017-04-16', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2949, '160321061', '2017-04-16', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2950, '160321015', '2017-04-16', '2017-04-18', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350497', 'sul/1495350497.jpg', '', ''), (2954, '160110021', '2017-04-17', '2017-04-19', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495424035', 'sul/1495424035.jpg', '', ''), (2955, '150109024', '2017-04-17', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2956, '160410019', '2017-04-17', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2966, '160321050', '2017-04-18', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351800', 'sul/1495351800.jpg', '', ''), (2968, '160321055', '2017-04-18', '2017-05-21', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351885', 'sul/1495351885.jpg', '', ''), (2975, '160321007', '2017-04-18', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350358', 'sul/1495350358.jpg', '', ''), (2983, '160110020', '2017-04-18', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430086', 'sul/1495430086.jpg', '', ''), (2985, '160110020', '2017-04-18', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430086', 'sul/1495430086.jpg', '', ''), (2987, '160321017', '2017-04-19', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350584', 'sul/1495350584.jpg', '', ''), (2991, '130107016', '2017-04-20', '', '0', '8', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2992, '150109019', '2017-04-20', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2993, '150109026', '2017-04-20', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2994, '150109023', '2017-04-20', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2995, '150109018', '2017-04-20', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2996, '150109004', '2017-04-20', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (2997, '150109028', '2017-04-20', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3004, '160410082', '2017-04-20', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3005, '160214041', '2017-04-20', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3007, '160214049', '2017-04-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3010, '130107016', '2017-05-01', '', '0', '8', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3015, '160214017', '2017-05-04', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3016, '160321025', '2017-05-05', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495350696', 'sul/1495350696.jpg', '', ''), (3021, '150409082', '2017-05-08', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3022, '160321049', '2017-05-09', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495351747', 'sul/1495351747.jpg', '', ''), (3024, '140408027', '2017-05-09', '', '0', '6', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3025, '150409011', '2017-05-09', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3026, '150409010', '2017-05-09', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3027, '150409012', '2017-05-09', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3028, '150409027', '2017-05-09', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3029, '150409033', '2017-05-09', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3030, '150409029', '2017-05-09', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3031, '160410052', '2017-05-13', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3032, '160410009', '2017-05-13', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3034, '150409058', '2017-05-13', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3035, '160410025', '2017-05-15', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3036, '160410071', '2017-05-15', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3037, '160321053', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3039, '160410020', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3040, '160410021', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3042, '160410033', '2017-05-15', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3043, '160410028', '2017-05-15', '2017-05-16', '1', '2', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3048, '160410046', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3049, '160410042', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3050, '160410061', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3051, '160410036', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3052, '160410015', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3053, '160410015', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3054, '160410068', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3055, '160410062', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3056, '160410030', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3057, '160410010', '2017-05-15', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3058, '160410020', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3059, '160410063', '2017-05-15', '', '0', '2', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3060, '160410015', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3061, '160410067', '2017-05-15', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495282757', 'sul/1495282757.jpg', '', ''), (3062, '160410067', '2017-05-15', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495282757', 'sul/1495282757.jpg', '', ''), (3063, '160410074', '2017-05-15', '2017-05-15', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3067, '160410055', '2017-05-15', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3068, '160410057', '2017-05-15', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3069, '160410012', '2017-05-15', '2017-05-16', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3073, '160110017', '2017-05-16', '2017-05-21', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495349634', 'sul/1495349634.jpg', '', ''), (3074, '160410037', '2017-05-16', '', '0', '2', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3075, '160410037', '2017-05-16', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3077, '160410065', '2017-05-16', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3079, '150320043', '2017-05-17', '2017-05-23', '1', '4', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3082, '150409023', '2017-05-18', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3083, '160410067', '2017-05-18', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495282757', 'sul/1495282757.jpg', '', ''), (3101, '160110002', '2017-05-21', '2017-05-21', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495423156', 'sul/1495423156.jpg', '', ''), (3117, '160110016', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495437005', 'sul/1495437005.jpg', '', ''), (3120, '160321010', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495416718', 'sul/1495416718.jpg', '', ''), (3122, '160321017', '2017-05-21', '', '0', '2', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3123, '160321007', '2017-05-21', '', '0', '2', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3126, '160321025', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3129, '160321067', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3135, '160321022', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495416883', 'sul/1495416883.jpg', '', ''), (3136, '160321034', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495416912', 'sul/1495416912.jpg', '', ''), (3137, '160110013', '2017-05-21', '2017-05-21', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495416669', 'sul/1495416669.jpg', '', ''), (3141, '160321057', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495417013', 'sul/1495417013.jpg', '', ''), (3142, '160110020', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430086', 'sul/1495430086.jpg', '', ''), (3144, '160110014', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495427279', 'sul/1495427279.jpg', '', ''), (3156, '160321018', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495420438', 'sul/1495420438.jpg', '', ''), (3158, '160110010', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495427112', 'sul/1495427112.jpg', '', ''), (3160, '160321146', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3162, '160321024', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3167, '160110080', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495421213', 'sul/1495421213.jpg', '', ''), (3171, '160321013', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495421766', 'sul/1495421766.jpg', '', ''), (3172, '160321071', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430399', 'sul/1495430399.jpg', '', ''), (3173, '160110029', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495424612', 'sul/1495424612.jpg', '', ''), (3174, '160110011', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495424767', 'sul/1495424767.jpg', '', ''), (3175, '160110029', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495424612', 'sul/1495424612.jpg', '', ''), (3177, '160321019', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495423466', 'sul/1495423466.jpg', '', ''), (3180, '160321040', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495429103', 'sul/1495429103.jpg', '', ''), (3183, '160321039', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495429144', 'sul/1495429144.jpg', '', ''), (3186, '160321004', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495438550', 'sul/1495438550.jpg', '', ''), (3189, '160321009', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495427603', 'sul/1495427603.jpg', '', ''), (3190, '160321046', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3193, '160321047', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495427731', 'sul/1495427731.jpg', '', ''), (3197, '160321026', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495427899', 'sul/1495427899.jpg', '', ''), (3199, '160410014', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3201, '160321032', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495437053', 'sul/1495437053.jpg', '', ''), (3202, '160410007', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3203, '160110018', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430115', 'sul/1495430115.jpg', '', ''), (3206, '160321012', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430225', 'sul/1495430225.jpg', '', ''), (3207, '160110006', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3208, '160110005', '2017-05-21', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495433332', 'sul/1495433332.jpg', '', ''), (3210, '160110001', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3211, '160110030', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3213, '160110007', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430046', 'sul/1495430046.jpg', '', ''), (3214, '160110018', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430115', 'sul/1495430115.jpg', '', ''), (3215, '160110020', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430086', 'sul/1495430086.jpg', '', ''), (3216, '160110030', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3217, '160110030', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3219, '160321031', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495431663', 'sul/1495431663.jpg', '', ''), (3221, '160321038', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495430975', 'sul/1495430975.jpg', '', ''), (3222, '160321056', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495433267', 'sul/1495433267.jpg', '', ''), (3223, '160410044', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3224, '160410044', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3227, '160110022', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495435626', 'sul/1495435626.jpg', '', ''), (3230, '160321075', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495435571', 'sul/1495435571.jpg', '', ''), (3231, '160321063', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495435509', 'sul/1495435509.jpg', '', ''), (3233, '160110023', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3234, '160321021', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495438674', 'sul/1495438674.jpg', '', ''), (3236, '160321148', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '1495438528', 'sul/1495438526.jpg', '', ''), (3237, '160321053', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3239, '160321068', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3241, '160321072', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3243, '160321054', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3244, '160110030', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3245, '160410044', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3246, '160321064', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3247, '160110007', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3248, '160110080', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3249, '160321019', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3250, '150109019', '2017-05-22', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3251, '150109012', '2017-05-22', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3253, '150109020', '2017-05-22', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3254, '150109017', '2017-05-22', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3256, '160321023', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3257, '160321025', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3258, '160321025', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3259, '160321025', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3260, '160321025', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3261, '160321025', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3262, '160321025', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3263, '160321053', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3265, '160410048', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3266, '150109002', '2017-05-22', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3268, '160410022', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3269, '150109007', '2017-05-22', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3270, '160410060', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3271, '160410051', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3272, '160410031', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3273, '160410006', '2017-05-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3274, '160410040', '2017-05-23', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3275, '160410040', '2017-05-23', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3276, '160321025', '2017-05-23', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3280, '160321033', '2017-05-23', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3289, '150320051', '2017-05-23', '2017-05-23', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3291, '150320058', '2017-05-23', '2017-05-23', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3293, '150320055', '2017-05-23', '2017-05-23', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3294, '150409061', '2017-05-23', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3295, '160410004', '2017-05-23', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3297, '160321146', '2017-05-23', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3298, '150320001', '2017-05-23', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3299, '150320012', '2017-05-23', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3301, '150320056', '2017-05-23', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3303, '150320032', '2017-05-23', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3305, '150320024', '2017-05-23', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3311, '150320007', '2017-05-23', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3317, '150409067', '2017-05-24', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3318, '160410046', '2017-05-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3321, '150409061', '2017-05-24', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3324, '150320050', '2017-05-24', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3325, '150320007', '2017-05-24', '2017-05-24', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3327, '140408012', '2017-05-24', '', '0', '5', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3328, '140408012', '2017-05-24', '', '0', '5', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3329, '140408022', '2017-05-24', '', '0', '5', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3330, '140408022', '2017-05-24', '', '0', '5', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3331, '160110079', '2017-05-24', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3332, '160110079', '2017-05-24', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3333, '160321165', '2017-05-24', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3335, '150320040', '2017-05-28', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3338, '150320018', '2017-05-29', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3339, '150320036', '2017-05-29', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3340, '160410003', '2017-05-30', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3341, '160410064', '2017-05-30', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3342, '160410064', '2017-05-30', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3343, '150409048', '2017-05-31', '', '0', '4', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3344, '150409056', '2017-05-31', '', '0', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3345, '160214039', '2017-06-02', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3346, '160214075', '2017-06-02', '', '0', '2', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (3348, '160214071', '2017-06-02', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3349, '140108019', '2017-06-02', '', '0', '6', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3350, '140108019', '2017-06-03', '', '0', '6', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3351, '160214027', '2017-06-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3352, '160410043', '2017-06-12', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3353, '160214067', '2017-08-31', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3356, '11', '2017-09-03', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3362, '170111001', '2017-09-05', '02-12-2017', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBE71C', 'sul/59FBE71C.jpg', '02/11/2017', ''), (3363, '170111015', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A08E', 'sul/5A17A08E.jpg', '23/11/2017', ''), (3364, '170111018', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD022', 'sul/59FAD022.jpg', '02/11/2017', ''), (3365, '170111024', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA878B', 'sul/59FA878B.jpg', '01/11/2017', ''), (3366, '170111005', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD3F6', 'sul/59FAD3F6.jpg', '02/11/2017', ''), (3367, '170111008', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD014', 'sul/59FAD014.jpg', '02/11/2017', ''), (3368, '170111030', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA895D', 'sul/59FA895D.jpg', '01/11/2017', ''), (3369, '170111021', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA86D8', 'sul/59FA86D8.jpg', '01/11/2017', ''), (3370, '170111028', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA87E3', 'sul/59FA87E3.jpg', '01/11/2017', ''), (3371, '170111020', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA864E', 'sul/59FA864E.jpg', '01/11/2017', ''), (3372, '170111011', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA845C', 'sul/59FA845C.jpg', '01/11/2017', ''), (3373, '170111003', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBEAB6', 'sul/59FBEAB6.jpg', '02/11/2017', ''), (3374, '170111017', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA85FE', 'sul/59FA85FE.jpg', '01/11/2017', ''), (3375, '170111009', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA835E', 'sul/59FA835E.jpg', '01/11/2017', ''), (3376, '170111025', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA8799', 'sul/59FA8799.jpg', '01/11/2017', ''), (3377, '170111002', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA8164', 'sul/59FA8164.jpg', '01/11/2017', ''), (3378, '170111027', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA87BD', 'sul/59FA87BD.jpg', '01/11/2017', ''), (3379, '170111006', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA8220', 'sul/59FA8220.jpg', '01/11/2017', ''), (3380, '170111003', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBEAB6', 'sul/59FBEAB6.jpg', '02/11/2017', ''), (3381, '170111022', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA871F', 'sul/59FA871F.jpg', '01/11/2017', ''), (3382, '170111012', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA85AB', 'sul/59FA85AB.jpg', '01/11/2017', ''), (3383, '170111010', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA83DC', 'sul/59FA83DC.jpg', '01/11/2017', ''), (3384, '170111010', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA83DC', 'sul/59FA83DC.jpg', '01/11/2017', ''), (3385, '170111026', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA87AD', 'sul/59FA87AD.jpg', '01/11/2017', ''), (3386, '170111007', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA81F9', 'sul/59FA81F9.jpg', '01/11/2017', ''), (3387, '170111016', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA85ED', 'sul/59FA85ED.jpg', '01/11/2017', ''), (3388, '170111004', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA81CF', 'sul/59FA81CF.jpg', '01/11/2017', ''), (3389, '170111023', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA8749', 'sul/59FA8749.jpg', '01/11/2017', ''), (3390, '170111014', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA85C8', 'sul/59FA85C8.jpg', '01/11/2017', ''), (3391, '170111029', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBE736', 'sul/59FBE736.jpg', '02/11/2017', ''), (3392, '170111013', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA85BA', 'sul/59FA85BA.jpg', '01/11/2017', ''), (3393, '170322039', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3394, '170322002', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA95DD', 'sul/59FA95DD.jpg', '01/11/2017', ''), (3395, '170322066', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC143', 'sul/59FAC143.jpg', '02/11/2017', ''), (3396, '170322028', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABCC1', 'sul/59FABCC1.jpg', '02/11/2017', ''), (3397, '170322029', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABCD1', 'sul/59FABCD0.jpg', '02/11/2017', ''), (3398, '170322012', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABB26', 'sul/59FABB26.jpg', '02/11/2017', ''), (3399, '170322021', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABBF7', 'sul/59FABBF7.jpg', '02/11/2017', ''), (3400, '170322056', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC097', 'sul/59FAC097.jpg', '02/11/2017', ''), (3401, '170322061', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FC0F16', 'sul/59FC0F16.jpg', '03/11/2017', ''), (3402, '170322037', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD8F', 'sul/59FABD8F.jpg', '02/11/2017', ''), (3403, '170322009', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABB15', 'sul/59FABB15.jpg', '02/11/2017', ''), (3404, '170322036', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A00513A', 'sul/5A00513A.jpg', '06/11/2017', ''), (3405, '170322001', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA95CD', 'sul/59FA95CD.jpg', '01/11/2017', ''), (3406, '170322003', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FC04BF', 'sul/59FC04BF.jpg', '03/11/2017', ''), (3407, '170322014', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABB4D', 'sul/59FABB4D.jpg', '02/11/2017', ''), (3408, '170322022', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABC08', 'sul/59FABC08.jpg', '02/11/2017', ''), (3409, '170322020', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FADEDA', 'sul/59FADEDA.jpg', '02/11/2017', ''), (3410, '170322050', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC035', 'sul/59FAC035.jpg', '02/11/2017', ''), (3411, '170322038', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABF9C', 'sul/59FABF9C.jpg', '02/11/2017', ''), (3412, '170322027', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABC5C', 'sul/59FABC5C.jpg', '02/11/2017', ''), (3413, '170322008', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABB07', 'sul/59FABB07.jpg', '02/11/2017', ''), (3414, '170322023', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABC1E', 'sul/59FABC1E.jpg', '02/11/2017', ''), (3415, '170322041', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABFCF', 'sul/59FABFCF.jpg', '02/11/2017', ''), (3416, '170322017', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABBBA', 'sul/59FABBBA.jpg', '02/11/2017', ''), (3417, '170322071', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC163', 'sul/59FAC163.jpg', '02/11/2017', ''), (3418, '170322031', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD08', 'sul/59FABD08.jpg', '02/11/2017', ''), (3419, '170322039', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3420, '170322049', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC023', 'sul/59FAC023.jpg', '02/11/2017', ''), (3421, '170322044', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC007', 'sul/59FAC007.jpg', '02/11/2017', ''), (3422, '170322070', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC150', 'sul/59FAC150.jpg', '02/11/2017', ''), (3423, '170322035', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD82', 'sul/59FABD82.jpg', '02/11/2017', ''), (3424, '170322034', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD70', 'sul/59FABD70.jpg', '02/11/2017', ''), (3425, '170322035', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD82', 'sul/59FABD82.jpg', '02/11/2017', ''), (3426, '170322043', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABFF7', 'sul/59FABFF7.jpg', '02/11/2017', ''), (3427, '170322063', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC106', 'sul/59FAC106.jpg', '02/11/2017', ''), (3428, '170322069', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC049', 'sul/59FAC049.jpg', '02/11/2017', ''), (3429, '170322016', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABB70', 'sul/59FABB70.jpg', '02/11/2017', ''), (3430, '170322018', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FEB8FB', 'sul/59FEB8FB.jpg', '05/11/2017', ''), (3432, '170322033', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD50', 'sul/59FABD50.jpg', '02/11/2017', ''), (3433, '170322032', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABD1B', 'sul/59FABD1B.jpg', '02/11/2017', ''), (3434, '170322040', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABFB9', 'sul/59FABFB9.jpg', '02/11/2017', ''), (3435, '170322057', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC0AA', 'sul/59FAC0AA.jpg', '02/11/2017', ''), (3436, '170322052', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC068', 'sul/59FAC068.jpg', '02/11/2017', ''), (3437, '170322026', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABC40', 'sul/59FABC40.jpg', '02/11/2017', ''), (3438, '170322068', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD46C', 'sul/59FAD46C.jpg', '02/11/2017', ''), (3439, '170322011', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAE3FE', 'sul/59FAE3FE.jpg', '02/11/2017', ''), (3440, '170322015', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD45B', 'sul/59FAD45B.jpg', '02/11/2017', ''), (3441, '170322062', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FADEF9', 'sul/59FADEF9.jpg', '02/11/2017', ''), (3442, '170322060', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC0C9', 'sul/59FAC0C9.jpg', '02/11/2017', ''), (3443, '170322055', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC088', 'sul/59FAC088.jpg', '02/11/2017', ''), (3444, '170322064', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC113', 'sul/59FAC113.jpg', '02/11/2017', ''), (3445, '170322051', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC059', 'sul/59FAC059.jpg', '02/11/2017', ''), (3446, '170322007', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABAF7', 'sul/59FABAF7.jpg', '02/11/2017', ''), (3447, '170322006', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABAE3', 'sul/59FABAE3.jpg', '02/11/2017', ''), (3448, '170322006', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABAE3', 'sul/59FABAE3.jpg', '02/11/2017', ''), (3449, '170322059', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3450, '170322065', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC128', 'sul/59FAC128.jpg', '02/11/2017', ''), (3451, '170322111', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC172', 'sul/59FAC172.jpg', '02/11/2017', ''), (3452, '170322042', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABFE2', 'sul/59FABFE2.jpg', '02/11/2017', ''), (3453, '170322010', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD771', 'sul/59FAD771.jpg', '02/11/2017', ''), (3454, '170322046', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABCDF', 'sul/59FABCDF.jpg', '02/11/2017', ''), (3455, '170322067', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC136', 'sul/59FAC136.jpg', '02/11/2017', ''), (3456, '170322013', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABB37', 'sul/59FABB37.jpg', '02/11/2017', ''), (3457, '170322047', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3458, '170322019', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD41A', 'sul/59FAD41A.jpg', '02/11/2017', ''), (3459, '170322045', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC015', 'sul/59FAC015.jpg', '02/11/2017', ''), (3460, '170322025', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FABC33', 'sul/59FABC33.jpg', '02/11/2017', ''), (3461, '170411028', '2017-09-05', '2017-09-11', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE303', 'sul/59FBE303.jpg', '02/11/2017', ''), (3462, '170322004', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FA95FF', 'sul/59FA95FF.jpg', '01/11/2017', ''), (3463, '170411019', '2017-09-05', '2017-09-08', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE28D', 'sul/59FBE28D.jpg', '02/11/2017', ''), (3464, '170411025', '2017-09-05', '2017-09-12', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2D9', 'sul/59FBE2D9.jpg', '02/11/2017', ''), (3465, '170411010', '2017-09-05', '2017-09-08', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE220', 'sul/59FBE220.jpg', '02/11/2017', ''), (3466, '170411021', '2017-09-05', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2AB', 'sul/59FBE2AB.jpg', '02/11/2017', ''), (3467, '170411032', '2017-09-05', '2017-09-05', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE333', 'sul/59FBE333.jpg', '02/11/2017', ''), (3468, '170411006', '2017-09-05', '2017-09-05', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE1EB', 'sul/59FBE1EB.jpg', '02/11/2017', ''), (3469, '170411027', '2017-09-05', '2017-09-12', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2F9', 'sul/59FBE2F9.jpg', '02/11/2017', ''), (3470, '170111031', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBE80C', 'sul/59FBE80C.jpg', '02/11/2017', ''), (3471, '170411017', '2017-09-05', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE283', 'sul/59FBE283.jpg', '02/11/2017', ''), (3472, '170411036', '2017-09-05', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE36C', 'sul/59FBE36C.jpg', '02/11/2017', ''), (3473, '170411041', '2017-09-05', '2017-09-08', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE39F', 'sul/59FBE39F.jpg', '02/11/2017', ''), (3474, '170411001', '2017-09-05', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE0FD', 'sul/59FBE0FD.jpg', '02/11/2017', ''), (3475, '170411038', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE385', 'sul/59FBE385.jpg', '02/11/2017', ''), (3476, '170411012', '2017-09-05', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE242', 'sul/59FBE242.jpg', '02/11/2017', ''), (3477, '170411004', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE12C', 'sul/59FBE12C.jpg', '02/11/2017', ''), (3478, '170322053', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAD4AB', 'sul/59FAD4AB.jpg', '02/11/2017', ''), (3479, '170411039', '2017-09-05', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE392', 'sul/59FBE392.jpg', '02/11/2017', ''), (3480, '170411009', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE212', 'sul/59FBE212.jpg', '02/11/2017', ''), (3481, '170411013', '2017-09-05', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE24E', 'sul/59FBE24E.jpg', '02/11/2017', ''), (3482, '170411034', '2017-09-05', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE352', 'sul/59FBE352.jpg', '02/11/2017', ''), (3483, '170411050', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE3C4', 'sul/59FBE3C4.jpg', '02/11/2017', ''), (3484, '170411002', '2017-09-05', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE115', 'sul/59FBE115.jpg', '02/11/2017', ''), (3485, '170411023', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2C1', 'sul/59FBE2C1.jpg', '02/11/2017', ''), (3486, '170411011', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE22C', 'sul/59FBE22C.jpg', '02/11/2017', ''), (3488, '170411016', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE278', 'sul/59FBE278.jpg', '02/11/2017', ''), (3489, '170411026', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2E6', 'sul/59FBE2E6.jpg', '02/11/2017', ''), (3490, '170411008', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE208', 'sul/59FBE208.jpg', '02/11/2017', ''), (3491, '170411015', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE26B', 'sul/59FBE26B.jpg', '02/11/2017', ''), (3492, '170411007', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE1F7', 'sul/59FBE1F7.jpg', '02/11/2017', ''), (3493, '170411040', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBEB7D', 'sul/59FBEB7D.jpg', '02/11/2017', ''), (3494, '170411022', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2B8', 'sul/59FBE2B8.jpg', '02/11/2017', ''), (3496, '170411014', '2017-09-05', '2017-09-08', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE25C', 'sul/59FBE25C.jpg', '02/11/2017', ''), (3497, '170322054', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC079', 'sul/59FAC079.jpg', '02/11/2017', ''), (3498, '170322058', '2017-09-05', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC0BA', 'sul/59FAC0BA.jpg', '02/11/2017', ''), (3499, '170411003', '2017-09-05', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE11F', 'sul/59FBE11F.jpg', '02/11/2017', ''), (3500, '170111019', '2017-09-05', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FC09C4', 'sul/59FC09C4.jpg', '03/11/2017', ''), (3501, '170411031', '2017-09-05', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE328', 'sul/59FBE328.jpg', '02/11/2017', ''), (3502, '170411037', '2017-09-06', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE37A', 'sul/59FBE37A.jpg', '02/11/2017', ''), (3503, '170411030', '2017-09-06', '2017-09-08', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE31C', 'sul/59FBE31C.jpg', '02/11/2017', ''), (3504, '170411033', '2017-09-06', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE33E', 'sul/59FBE33E.jpg', '02/11/2017', ''), (3505, '170411024', '2017-09-06', '2017-09-10', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE2CE', 'sul/59FBE2CE.jpg', '02/11/2017', ''), (3506, '170411035', '2017-09-06', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE35F', 'sul/59FBE35F.jpg', '02/11/2017', ''), (3507, '170411020', '2017-09-06', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE29F', 'sul/59FBE29F.jpg', '02/11/2017', ''), (3508, '170411018', '2017-09-06', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3509, '170411044', '2017-09-06', '2017-09-07', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE3B8', 'sul/59FBE3B8.jpg', '02/11/2017', ''), (3510, '170411005', '2017-09-06', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE1D8', 'sul/59FBE1D8.jpg', '02/11/2017', ''), (3513, '22', '2017-09-08', '2017-09-08', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '59F5F89B', 'sul/59F5F89A.jpg', '', '1', '1', '', '', '', '29/10/2017', '29/10/2017'), (3514, '170411042', '2017-09-14', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE3AD', 'sul/59FBE3AD.jpg', '02/11/2017', ''), (3515, '150109016', '2017-09-18', '2017-09-18', '1', '1', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3516, '150109016', '2017-09-18', '2017-09-18', '1', '2', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3517, '150109016', '2017-09-18', '2017-09-18', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3518, '140108001', '2017-09-18', '2017-09-18', '1', '3', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3519, '140108001', '2017-09-18', '2017-09-18', '1', '4', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3520, '120106001', '2017-09-18', '2017-09-18', '1', '7', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '29/10/2017', ''), (3522, '130107001', '2017-09-18', '2017-09-18', '1', '6', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '1', '', '', '', '', ''), (3523, '120106001', '2017-09-18', '2017-09-18', '1', '8', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '1', '', '', '', '', ''), (3524, '130107001', '2017-09-18', '2017-09-18', '1', '5', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3525, '160410054', '2017-10-16', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3526, '160410073', '2017-10-16', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3527, '160410002', '2017-10-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '29/10/2017', '29/10/2017'), (3528, '160410033', '2017-10-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3529, '160410070', '2017-10-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3530, '160410066', '2017-10-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3531, '160410013', '2017-10-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3532, '160410034', '2017-10-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3533, '160410012', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3534, '160410055', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3535, '160410057', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3536, '160410051', '2017-10-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3537, '160410009', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3538, '160410024', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3539, '160410020', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3540, '160410043', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3542, '160410008', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3543, '160410011', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3545, '160410068', '2017-10-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3546, '160410069', '2017-10-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3547, '160410042', '2017-10-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3548, '160410018', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3549, '160410045', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3550, '160410041', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3551, '160410014', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3552, '160410007', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3553, '160410010', '2017-10-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3555, '160410061', '2017-10-18', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3556, '160410005', '2017-10-22', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3557, '170111032', '2017-11-01', '2017-11-19', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBD62A', 'sul/59FBD629.jpg', '02/11/2017', ''), (3558, '170322074', '2017-11-02', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAC181', 'sul/59FAC181.jpg', '02/11/2017', ''), (3559, '170322075', '2017-11-02', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBEFF5', 'sul/59FBEFF5.jpg', '02/11/2017', ''), (3560, '170322030', '2017-11-02', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FAE470', 'sul/59FAE470.jpg', '02/11/2017', ''), (3561, '170322073', '2017-11-02', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBE891', 'sul/59FBE891.jpg', '02/11/2017', ''), (3562, '160110008', '2017-11-02', '', '0', '3', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3563, '170322072', '2017-11-02', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '59FBD86B', 'sul/59FBD86B.jpg', '02/11/2017', ''), (3564, '170411029', '2017-11-02', '2017-11-02', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '1', '59FBE310', 'sul/59FBE310.jpg', '02/11/2017', ''), (3565, '160410036', '2017-11-05', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3566, '150409048', '2017-11-05', '2017-11-05', '1', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3567, '22', '2017-11-09', '2017-11-09', '1', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3568, '160110029', '2017-11-12', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3569, '160110014', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5DAB', 'sul/5A1A5DAB.jpg', '26/11/2017', ''), (3570, '160110010', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5D45', 'sul/5A1A5D45.jpg', '26/11/2017', ''), (3571, '160110004', '2017-11-12', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5CED', 'sul/5A1A5CED.jpg', '26/11/2017', ''), (3572, '160110004', '2017-11-12', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5CED', 'sul/5A1A5CED.jpg', '26/11/2017', ''), (3573, '160110016', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5DCE', 'sul/5A1A5DCE.jpg', '26/11/2017', ''), (3574, '160110018', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '26/11/2017', ''), (3575, '160110013', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '26/11/2017', ''), (3577, '160110028', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5E8C', 'sul/5A1A5E8C.jpg', '26/11/2017', ''), (3582, '160110017', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5DE0', 'sul/5A1A5DE0.jpg', '26/11/2017', ''), (3583, '160110025', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3584, '160110030', '2017-11-12', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3585, '160110006', '2017-11-12', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5D09', 'sul/5A1A5D09.jpg', '26/11/2017', ''), (3586, '160110022', '2017-11-12', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3587, '150109002', '2017-11-13', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3588, '150109019', '2017-11-13', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3589, '150109012', '2017-11-13', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3590, '150409064', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3591, '150409054', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3592, '150409058', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3593, '140108027', '2017-11-13', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3594, '140108018', '2017-11-13', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3595, '160110011', '2017-11-13', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5D5B', 'sul/5A1A5D5B.jpg', '26/11/2017', ''), (3596, '160110011', '2017-11-13', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5D5B', 'sul/5A1A5D5B.jpg', '26/11/2017', ''), (3597, '150109005', '2017-11-13', '2017-11-28', '1', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5FBB', 'sul/5A1A5FBB.jpg', '26/11/2017', ''), (3598, '150109024', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3599, '150109004', '2017-11-13', '2017-11-28', '1', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5F40', 'sul/5A1A5F40.jpg', '26/11/2017', ''), (3600, '150109017', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3601, '150109028', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6241', 'sul/5A1A6241.jpg', '26/11/2017', ''), (3602, '150109023', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6227', 'sul/5A1A6227.jpg', '26/11/2017', ''), (3603, '150109016', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6125', 'sul/5A1A6125.jpg', '26/11/2017', ''), (3604, '150109014', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3605, '150109020', '2017-11-13', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6149', 'sul/5A1A6149.jpg', '26/11/2017', ''), (3606, '140108024', '2017-11-14', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3607, '140108021', '2017-11-14', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5E58', 'sul/5A1A5E58.jpg', '26/11/2017', ''), (3608, '140108015', '2017-11-14', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3609, '140108013', '2017-11-15', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '5A50EF02', 'sul/5A50EF02.jpg', '', '1', '', '', '', '', '', '06/01/2018'), (3610, '140108007', '2017-11-15', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '5A50EEF4', 'sul/5A50EEF4.jpg', '', '1', '', '', '', '', '', '06/01/2018'), (3613, '160321018', '2017-11-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3614, '160321043', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6528', 'sul/5A1A6528.jpg', '26/11/2017', ''), (3617, '160321057', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A671B', 'sul/5A1A671B.jpg', '26/11/2017', ''), (3618, '160321145', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6828', 'sul/5A1A6828.jpg', '26/11/2017', ''), (3619, '160321052', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A65DC', 'sul/5A1A65DC.jpg', '26/11/2017', ''), (3620, '160321004', '2017-11-15', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3622, '160321013', '2017-11-15', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3623, '160321055', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A66F2', 'sul/5A1A66F2.jpg', '26/11/2017', ''), (3624, '160321049', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A65B6', 'sul/5A1A65B6.jpg', '26/11/2017', ''), (3625, '160321053', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A65F1', 'sul/5A1A65F1.jpg', '26/11/2017', ''), (3626, '160321063', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A676A', 'sul/5A1A676A.jpg', '26/11/2017', ''), (3627, '160321073', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A67FC', 'sul/5A1A67FC.jpg', '26/11/2017', ''), (3628, '160321073', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A67FC', 'sul/5A1A67FC.jpg', '26/11/2017', ''), (3629, '160321066', '2017-11-15', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3630, '160321017', '2017-11-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3631, '160321064', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A677B', 'sul/5A1A677B.jpg', '26/11/2017', ''), (3632, '160321068', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A67B1', 'sul/5A1A67B1.jpg', '26/11/2017', ''), (3633, '160321072', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A67ED', 'sul/5A1A67ED.jpg', '26/11/2017', ''), (3634, '160321007', '2017-11-15', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3635, '160321047', '2017-11-15', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A657E', 'sul/5A1A657E.jpg', '26/11/2017', ''), (3636, '160321040', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6507', 'sul/5A1A6507.jpg', '26/11/2017', ''), (3637, '160321040', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6507', 'sul/5A1A6507.jpg', '26/11/2017', ''), (3638, '160321039', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A64F8', 'sul/5A1A64F8.jpg', '26/11/2017', ''), (3639, '160321069', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A67C1', 'sul/5A1A67C1.jpg', '26/11/2017', ''), (3640, '160321050', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A65C3', 'sul/5A1A65C3.jpg', '26/11/2017', ''), (3641, '160321008', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3642, '160321028', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6426', 'sul/5A1A6426.jpg', '26/11/2017', ''), (3643, '160321037', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A64BC', 'sul/5A1A64BC.jpg', '26/11/2017', ''), (3644, '160321042', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6516', 'sul/5A1A6516.jpg', '26/11/2017', ''), (3645, '160321048', '2017-11-16', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A65A7', 'sul/5A1A65A7.jpg', '26/11/2017', ''), (3646, '170322078', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A179FE0', 'sul/5A179FE0.jpg', '23/11/2017', ''), (3647, '170322099', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A12A', 'sul/5A17A12A.jpg', '23/11/2017', ''), (3648, '170322076', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A1E1', 'sul/5A17A1E1.jpg', '23/11/2017', ''), (3649, '170322109', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A1BB', 'sul/5A17A1BB.jpg', '23/11/2017', ''), (3650, '170322088', '2017-11-17', '2017-11-17', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A06A', 'sul/5A17A06A.jpg', '23/11/2017', ''), (3651, '170322087', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A059', 'sul/5A17A059.jpg', '23/11/2017', ''), (3652, '170322097', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3653, '170322098', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3654, '170322083', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A037', 'sul/5A17A037.jpg', '23/11/2017', ''), (3655, '170322093', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A0D7', 'sul/5A17A0D7.jpg', '23/11/2017', ''), (3656, '170322081', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A015', 'sul/5A17A015.jpg', '23/11/2017', ''), (3657, '170322108', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3658, '170322100', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A13A', 'sul/5A17A13A.jpg', '23/11/2017', ''), (3659, '170322079', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3660, '170322084', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A211', 'sul/5A17A211.jpg', '23/11/2017', ''), (3661, '170322104', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A16A', 'sul/5A17A16A.jpg', '23/11/2017', ''), (3662, '170322107', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A19B', 'sul/5A17A19B.jpg', '23/11/2017', ''), (3663, '170322102', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3664, '170322082', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A024', 'sul/5A17A024.jpg', '23/11/2017', ''), (3665, '170322086', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A044', 'sul/5A17A044.jpg', '23/11/2017', ''), (3666, '170322095', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A0E8', 'sul/5A17A0E8.jpg', '23/11/2017', ''), (3667, '170111041', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A2B5', 'sul/5A17A2B5.jpg', '23/11/2017', ''), (3668, '170111068', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A361', 'sul/5A17A361.jpg', '23/11/2017', ''), (3669, '170111047', '2017-11-17', '2017-11-17', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3670, '170111045', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3671, '170111055', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3672, '170111067', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A351', 'sul/5A17A351.jpg', '23/11/2017', ''), (3673, '170111067', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A351', 'sul/5A17A351.jpg', '23/11/2017', ''), (3674, '170111046', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `tbl_perwalian_header` (`id_nim`, `nim`, `tgl_perwalian`, `tgl_persetujuan`, `status`, `semester`, `thn_ajaran`, `ujian`, `ujian_satu`, `no_ujian`, `praktek`, `no_praktek`, `barcodeno_praktek`, `uas`, `no_uas`, `barcode_uas`, `uts_admin`, `uas_admin`, `uas_keuangan`, `uts_keuangan`, `no_uts`, `barcode_uts`, `tgl_acc_uts`, `tgl_acc_uas`) VALUES (3675, '170111071', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3676, '170111054', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3677, '170111036', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3678, '170111064', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3679, '170111061', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3680, '170111049', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A2E5', 'sul/5A17A2E5.jpg', '23/11/2017', ''), (3681, '170111072', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3682, '170111044', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A388', 'sul/5A17A387.jpg', '23/11/2017', ''), (3683, '170111060', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A329', 'sul/5A17A329.jpg', '23/11/2017', ''), (3684, '170111046', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3685, '170111033', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3686, '170111035', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A274', 'sul/5A17A274.jpg', '23/11/2017', ''), (3687, '170111069', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A659', 'sul/5A17A659.jpg', '23/11/2017', ''), (3688, '170111071', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3689, '170111039', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A282', 'sul/5A17A282.jpg', '23/11/2017', ''), (3690, '170111051', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A36E', 'sul/5A17A36E.jpg', '23/11/2017', ''), (3691, '170111048', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A2D7', 'sul/5A17A2D7.jpg', '23/11/2017', ''), (3692, '170111065', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A337', 'sul/5A17A337.jpg', '23/11/2017', ''), (3693, '170111052', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A2F6', 'sul/5A17A2F6.jpg', '23/11/2017', ''), (3694, '170111040', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3695, '170111043', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3696, '170111059', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3697, '170111057', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3698, '170111057', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3699, '170111057', '2017-11-17', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3700, '170322110', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A1D0', 'sul/5A17A1D0.jpg', '23/11/2017', ''), (3701, '160321065', '2017-11-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3702, '160321005', '2017-11-17', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3703, '170322090', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3704, '170322101', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A149', 'sul/5A17A148.jpg', '23/11/2017', ''), (3705, '170322080', '2017-11-17', '2017-11-20', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A179FF5', 'sul/5A179FF5.jpg', '23/11/2017', ''), (3706, '160321001', '2017-11-17', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A62BE', 'sul/5A1A62BE.jpg', '26/11/2017', ''), (3707, '170111050', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3710, '170111056', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A304', 'sul/5A17A304.jpg', '23/11/2017', ''), (3711, '170111070', '2017-11-17', '2017-11-21', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3712, '160321061', '2017-11-18', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3713, '160110032', '2017-11-19', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A5F03', 'sul/5A1A5F03.jpg', '26/11/2017', ''), (3714, '160321012', '2017-11-19', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3715, '170507071', '2017-11-20', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3716, '170507026', '2017-11-20', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3717, '170507033', '2017-11-20', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3718, '150409080', '2017-11-20', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3719, '150409032', '2017-11-20', '', '0', '5', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3720, '150409056', '2017-11-20', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3721, '150409030', '2017-11-20', '2017-11-27', '1', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3722, '150409050', '2017-11-20', '', '0', '5', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3723, '140108001', '2017-11-20', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '5A50EE98', 'sul/5A50EE98.jpg', '', '1', '', '', '', '', '', '06/01/2018'), (3724, '150409004', '2017-11-20', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3725, '160321044', '2017-11-20', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A653E', 'sul/5A1A653E.jpg', '26/11/2017', ''), (3726, '150409051', '2017-11-20', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3727, '150409023', '2017-11-20', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3728, '150409001', '2017-11-20', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3729, '150409055', '2017-11-20', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3730, '170507059', '2017-11-20', '', '0', '1', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3732, '170507031', '2017-11-20', '', '0', '1', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3733, '160321035', '2017-11-21', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '26/11/2017', ''), (3734, '170507035', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3735, '160321020', '2017-11-21', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3736, '170507023', '2017-11-21', '2017-11-22', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3737, '170507042', '2017-11-21', '2017-11-22', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3738, '170507062', '2017-11-21', '2017-11-22', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3739, '170507043', '2017-11-21', '2017-11-22', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3740, '170507057', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3741, '170507036', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3742, '170507046', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3743, '170507070', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3744, '170507034', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3745, '170507040', '2017-11-21', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3746, '160321024', '2017-11-21', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A63E3', 'sul/5A1A63E3.jpg', '26/11/2017', ''), (3747, '170507029', '2017-11-21', '2017-11-22', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3748, '150409008', '2017-11-21', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3749, '160321021', '2017-11-21', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6390', 'sul/5A1A6390.jpg', '26/11/2017', ''), (3750, '160321148', '2017-11-22', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A681B', 'sul/5A1A681B.jpg', '26/11/2017', ''), (3751, '160321054', '2017-11-22', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3754, '160321006', '2017-11-22', '', '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3755, '170322077', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3756, '170322089', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A07C', 'sul/5A17A07C.jpg', '23/11/2017', ''), (3757, '170322089', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A07C', 'sul/5A17A07C.jpg', '23/11/2017', ''), (3758, '170322091', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3759, '170322092', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3760, '170322092', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3761, '170322092', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3762, '170322094', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A1F0', 'sul/5A17A1F0.jpg', '23/11/2017', ''), (3763, '170322096', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A0F6', 'sul/5A17A0F6.jpg', '23/11/2017', ''), (3764, '170322103', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A15B', 'sul/5A17A15B.jpg', '23/11/2017', ''), (3765, '170322105', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A178', 'sul/5A17A178.jpg', '23/11/2017', ''), (3766, '170322106', '2017-11-22', '', '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3767, '170322085', '2017-11-22', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A17A200', 'sul/5A17A200.jpg', '23/11/2017', ''), (3768, '160321074', '2017-11-22', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A680A', 'sul/5A1A680A.jpg', '26/11/2017', ''), (3769, '160321074', '2017-11-22', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A680A', 'sul/5A1A680A.jpg', '26/11/2017', ''), (3770, '160321030', '2017-11-23', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A643B', 'sul/5A1A643B.jpg', '26/11/2017', ''), (3778, '150409035', '2017-11-24', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3779, '170111063', '2017-11-24', '', '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3780, '150409066', '2017-11-24', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3781, '160321070', '2017-11-24', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A67D1', 'sul/5A1A67D1.jpg', '26/11/2017', ''), (3782, '160321038', '2017-11-24', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3783, '140108014', '2017-11-24', '', '0', '7', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3790, '160321010', '2017-11-24', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A632B', 'sul/5A1A632B.jpg', '26/11/2017', ''), (3791, '150409011', '2017-11-25', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3792, '160321032', '2017-11-25', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '1', '', '', '', '5A1A6455', 'sul/5A1A6455.jpg', '26/11/2017', ''), (3793, '160410029', '2017-11-25', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3795, '160321014', '2017-11-26', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3796, '150409030', '2017-11-26', '2017-11-27', '1', '4', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3797, '160110007', '2017-11-26', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3799, '160321045', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3800, '160321022', '2017-11-26', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3801, '160321006', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3802, '160110027', '2017-11-26', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3803, '160321029', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3804, '160321031', '2017-11-26', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3805, '160110001', '2017-11-26', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3807, '150109025', '2017-11-26', '', '0', '1', 'Ganjil 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3809, '160110020', '2017-11-26', '2017-11-28', '1', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3810, '160321025', '2017-11-26', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3811, '150109025', '2017-11-26', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3812, '160321046', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3813, '160321027', '2017-11-26', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3815, '150109013', '2017-11-26', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3816, '160321026', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3817, '160321036', '2017-11-26', '', '0', '3', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3818, '150109018', '2017-11-26', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3819, '160321009', '2017-11-26', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3821, '160321016', '2017-11-26', '', '0', '3', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3823, '150320051', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3824, '150320056', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3825, '160321056', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3826, '160321034', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3827, '150320040', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3828, '150320007', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3829, '150320055', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3830, '150320012', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3831, '150320019', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3832, '150320008', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3833, '150320027', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3834, '150320011', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3835, '150320045', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3836, '150320020', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3837, '150320032', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3838, '160321146', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3839, '150320001', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3840, '150320035', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3841, '150320038', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3844, '150320030', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3845, '150320054', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3847, '150320016', '2017-11-26', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3853, '150320002', '2017-11-26', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3854, '150320016', '2017-11-26', '', '0', '4', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3855, '150320015', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3856, '150320002', '2017-11-26', '', '0', '4', 'Genap 2015/2016', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3857, '150320014', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3858, '150109007', '2017-11-26', '2017-11-28', '1', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3859, '150320033', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3860, '150320009', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3861, '150320052', '2017-11-26', '', '0', '5', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3862, '160321003', '2017-11-26', '', '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3863, '150320041', '2017-11-26', '', '0', '5', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3864, '170507066', '2017-11-26', '', '0', '1', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3866, '160110030', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3867, '160110015', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3868, '160110008', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3869, '160110019', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3870, '160110022', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3871, '160110080', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3872, '160110029', '28 - 11 - 2017', NULL, '0', '3', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3874, '13', '03 - 12 - 2017', NULL, '0', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3875, '14', '09 - 12 - 2017', '09-12-2017', '1', '1', 'Ganjil 2017/2018', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3876, '160110060', '09 - 02 - 2018', NULL, '0', '1', 'Ganjil 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (3877, '160110060', '09 - 02 - 2018', NULL, '0', '2', 'Genap 2016/2017', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_pesan` -- CREATE TABLE `tbl_pesan` ( `id_pesan` int(20) NOT NULL, `nim` varchar(20) NOT NULL, `nama` varchar(50) NOT NULL, `waktu` varchar(50) NOT NULL, `judul` varchar(200) NOT NULL, `isi` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_pesan` -- INSERT INTO `tbl_pesan` (`id_pesan`, `nim`, `nama`, `waktu`, `judul`, `isi`) VALUES (1, '150409011', 'Fitrianingsih', '1489299810', 'nilai uts belum keluar ?', ''), (2, '160321021', 'Nur Fadila Turohman', '1489826330', '', ''); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_praktek_klinik` -- CREATE TABLE `tbl_praktek_klinik` ( `id_klinik` int(11) NOT NULL, `prodi` varchar(100) NOT NULL, `angkatan` varchar(100) NOT NULL, `jadwal_praktek` varchar(300) NOT NULL, `biaya_praktek` varchar(100) NOT NULL, `batas_pembayaran` varchar(300) NOT NULL, `time` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_praktek_klinik` -- INSERT INTO `tbl_praktek_klinik` (`id_klinik`, `prodi`, `angkatan`, `jadwal_praktek`, `biaya_praktek`, `batas_pembayaran`, `time`) VALUES (2, 'S1KEP', '2012', '2015', '100000', '2016', '1517300302'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_prodi` -- CREATE TABLE `tbl_prodi` ( `id_prodi` int(11) NOT NULL, `kd_jurusan` varchar(20) NOT NULL, `jurusan` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_prodi` -- INSERT INTO `tbl_prodi` (`id_prodi`, `kd_jurusan`, `jurusan`) VALUES (1, 'DIIIKEB', 'DIII Kebidanan'), (2, 'NERS', 'NERS'), (3, 'DIIIKEP', 'DIII Keperawatan'), (4, 'DIVKEB', 'DIV Kebidanan'), (5, 'S1KEP', 'S1 Keperawatan'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_semester` -- CREATE TABLE `tbl_semester` ( `no` int(10) NOT NULL, `semester` varchar(10) NOT NULL, `nm_semester` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_semester` -- INSERT INTO `tbl_semester` (`no`, `semester`, `nm_semester`) VALUES (1, '1', 'Semester 1'), (2, '2', 'Semester 2'), (3, '3', 'Semester 3'), (4, '4', 'Semester 4'), (5, '5', 'Semester 5'), (6, '6', 'Semester 6'), (7, '7', 'Semester 7'), (8, '8', 'Semester 8'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_soal` -- CREATE TABLE `tbl_soal` ( `id_soal` int(10) NOT NULL, `id_matkul` varchar(20) NOT NULL, `pertanyaan` text NOT NULL, `jwb_a` varchar(300) NOT NULL, `jwb_b` varchar(300) NOT NULL, `jwb_c` varchar(300) NOT NULL, `jwb_d` varchar(300) NOT NULL, `jwb_e` varchar(300) NOT NULL, `kunci` varchar(4) NOT NULL, `kd_dosen` varchar(30) NOT NULL, `prodi` varchar(50) NOT NULL, `angkatan` varchar(20) NOT NULL, `pertemuan` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_soal` -- INSERT INTO `tbl_soal` (`id_soal`, `id_matkul`, `pertanyaan`, `jwb_a`, `jwb_b`, `jwb_c`, `jwb_d`, `jwb_e`, `kunci`, `kd_dosen`, `prodi`, `angkatan`, `pertemuan`) VALUES (1, 'KEP1002', 'qqqqqq', 'wwwww', 'eeeee', 'rrrrr', 'ttttt', 'yyyyy', 'A', 'D003', 'DIIIKEB', '2016', '1'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_status` -- CREATE TABLE `tbl_status` ( `id` int(11) NOT NULL, `kd_status` char(1) NOT NULL, `status` varchar(30) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_status` -- INSERT INTO `tbl_status` (`id`, `kd_status`, `status`) VALUES (1, '', 'Aktif'), (2, '1', 'Cuti'), (5, '2', 'Non Aktif'), (6, '3', 'Keluar'), (7, '4', 'Lulus'), (8, '5', 'Meninggal'), (9, '6', 'Aktif Kembali'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_thn_ajaran` -- CREATE TABLE `tbl_thn_ajaran` ( `kd_tahun` varchar(20) NOT NULL, `keterangan` varchar(20) DEFAULT NULL, `tgl_kul` varchar(20) DEFAULT NULL, `tgl_awal_perwalian` varchar(20) DEFAULT NULL, `tgl_akhir_perwalian` varchar(20) DEFAULT NULL, `stts` varchar(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_thn_ajaran` -- INSERT INTO `tbl_thn_ajaran` (`kd_tahun`, `keterangan`, `tgl_kul`, `tgl_awal_perwalian`, `tgl_akhir_perwalian`, `stts`) VALUES ('13', 'Ganjil 2015/2016', NULL, NULL, NULL, '1'), ('14', 'Genap 2015/2016', NULL, NULL, NULL, '1'), ('15', 'Ganjil 2016/2017', NULL, NULL, NULL, '1'), ('16', 'Genap 2016/2017', NULL, NULL, NULL, '1'), ('17', 'Genap 2017/2018', NULL, NULL, NULL, '1'), ('18', 'Ganjil 2017/2018', NULL, NULL, NULL, '1'); -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_transkrip_alumni` -- CREATE TABLE `tbl_transkrip_alumni` ( `id_transkrip` int(11) NOT NULL, `nim` varchar(30) NOT NULL, `kd_mk` varchar(10) NOT NULL, `semester_ditempuh` varchar(10) NOT NULL, `grade` varchar(5) NOT NULL, `nama_mk` varchar(100) NOT NULL, `jum_sks` varchar(10) NOT NULL, `jurusan` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_upload_materi` -- CREATE TABLE `tbl_upload_materi` ( `id` int(10) NOT NULL, `id_matkul` varchar(50) NOT NULL, `judul` varchar(200) NOT NULL, `prodi` varchar(100) NOT NULL, `angkatan` varchar(20) NOT NULL, `upload` varchar(300) NOT NULL, `kd_dosen` varchar(20) NOT NULL, `waktu` varchar(50) NOT NULL, `pertemuan` varchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_upload_soal` -- CREATE TABLE `tbl_upload_soal` ( `id` int(10) NOT NULL, `judul_soal` varchar(300) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Struktur dari tabel `tbl_wadir` -- CREATE TABLE `tbl_wadir` ( `id` int(11) NOT NULL, `username` varchar(100) NOT NULL, `nama` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `tbl_wadir` -- INSERT INTO `tbl_wadir` (`id`, `username`, `nama`) VALUES (1, 'wadir', 'Wadir Akbid '); -- -------------------------------------------------------- -- -- Struktur dari tabel `upload_img` -- CREATE TABLE `upload_img` ( `id` int(3) NOT NULL, `namafile` varchar(35) NOT NULL, `type` varchar(30) NOT NULL, `keterangan` text NOT NULL, `kelas_program` varchar(30) NOT NULL, `angkatan` varchar(6) NOT NULL, `semester` varchar(4) NOT NULL, `kd_dosen` varchar(6) NOT NULL, `waktu` varchar(30) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data untuk tabel `upload_img` -- INSERT INTO `upload_img` (`id`, `namafile`, `type`, `keterangan`, `kelas_program`, `angkatan`, `semester`, `kd_dosen`, `waktu`) VALUES (15, 'file_1475587792.jpg', 'cannot ope', 'Pemberitahuan Nomor Rekening Resmi Pembayaran', 'admin', '', '', '', ''), (16, 'file_1477036473.pdf', 'cannot ope', 'Materi Komunikasi Bu Feva', 'admin', '', '', '', ''), (17, 'file_1477627095.jpg', 'cannot ope', 'Jadwal UTS Prodi DIII Kebidanan Tingkat I Ekstensi', 'admin', '', '', '', ''), (18, 'file_1477627153.jpg', 'cannot ope', 'Jadwal UTS DIII Kebidanan Tingkat I Ekstensi', 'admin', '', '', '', ''), (19, 'file_1477627374.jpg', 'cannot ope', 'Jadwal UTS Sarjana Keperawatan Tk 3', 'admin', '', '', '', ''), (20, 'file_1477627414.jpg', 'cannot ope', 'Jadwal UTS Sarjana Keperawatan tk 4', 'admin', '', '', '', ''), (21, 'file_1477627469.jpg', 'cannot ope', 'Jadwal UTS DIII Keperawatan tk 1A', 'admin', '', '', '', ''), (22, 'file_1477627512.jpg', 'cannot ope', 'Jadwal UTS DIII Keperawatan Tk 2A', 'admin', '', '', '', ''), (23, 'file_1477627575.jpg', 'cannot ope', 'Jadwal UTS DIII Keperawatan TK 3A', 'admin', '', '', '', ''), (24, 'file_1477627711.jpg', 'cannot ope', 'Jadwal UTS DIII Kebidanan Tingkat I Reguler', 'admin', '', '', '', ''), (25, 'file_1477628434.pdf', 'cannot ope', 'Konsep Dasar Persalinan (Materi Bu Feva)', 'admin', '', '', '', ''), (26, 'file_1477713851.pdf', 'cannot ope', 'MK Pembelajaran mikro D4 Kebidanan', 'admin', '', '', '', ''), (27, 'file_1477714076.pdf', 'cannot ope', 'penilaian mikro teaching D4 Kebidanan', 'admin', '', '', '', ''), (28, 'file_1477714172.pdf', 'cannot ope', 'RPP mikro D4 Kebidanan', 'admin', '', '', '', ''), (29, 'file_1477714277.pdf', 'cannot ope', 'contoh handout mikro d4 kebidanan', 'admin', '', '', '', ''), (30, 'file_1477992907.pdf', 'cannot ope', 'PKK semester 7', 'admin', '', '', '', ''), (31, 'file_1477993061.pdf', 'cannot ope', 'PKK Semester 5', 'admin', '', '', '', ''), (32, 'file_1478141340.jpg', 'cannot ope', 'JADWAL UTS SARJANA KEPERAWATAN TK 1A', 'admin', '', '', '', ''), (33, 'file_1478141385.jpg', 'cannot ope', 'JADWAL UTS SARJANA KEPERAWATAN TK 2A', 'admin', '', '', '', ''), (34, 'file_1478749620.pdf', 'cannot ope', 'RPS Manajemen Pendidikan D4 TA. 16/17', 'admin', '', '', '', ''), (35, 'file_1478749898.pdf', 'cannot ope', 'Materi Manajemen Pendidikan D4 ttg Manajemen (Rahayu Khairiah, M.Keb)', 'admin', '', '', '', ''), (36, 'file_1478750019.pdf', 'cannot ope', 'materi manajemen pendidikan D4, topik Pendidikan (Rahayu M.Keb)', 'admin', '', '', '', ''), (37, 'file_1479177043.pdf', 'cannot ope', 'Materi Homecare Rahayu (keluarga) D3 Kebidanan semester 5', 'admin', '', '', '', ''), (38, 'file_1479177118.pdf', 'cannot ope', 'materi manajemen pendidikan D4 (rahayu) topik RPS', 'admin', '', '', '', ''), (39, 'file_1479961730.jpg', 'cannot ope', 'tahapan pembayaran Ners', 'admin', '', '', '', ''), (40, 'file_1479961777.jpg', 'cannot ope', 'surat pemberitahuan tahapan pembayaran ners', 'admin', '', '', '', ''), (41, 'file_1480060719.pdf', 'cannot ope', 'Materi Homecare Rahayu (institusi Pemberi layanan HC)', 'admin', '', '', '', ''), (42, 'file_1480061296.jpg', 'cannot ope', 'surat pemberitahuan pembayaran PKK Jiwa II D3 Keperawatan TK 3', 'admin', '', '', '', ''), (48, 'file_1481261181.pptx', 'cannot open `'' (no such file o', '', 'DIIIKEB', '', '', '', ''), (49, 'file_1481950740.pdf', 'cannot open `'' (no such file o', '<p>MATERI HOMECARE</p>', 'DIIIKEB', '2014', '5', 'D003', ''), (54, 'file_1483587427.pdf', 'cannot open `'' (no such file o', '<p>IMD</p>', 'DIIIKEP', '2015', '3', 'D001', ''), (53, 'file_1483587368.pdf', 'cannot open `'' (no such file o', '<p>partograf</p>', 'DIIIKEP', '2015', '3', 'D001', ''), (55, 'file_1483587770.pdf', 'cannot open `'' (no such file o', '<p>kala II persalinan</p>', 'DIIIKEP', '2015', '3', 'D001', ''), (56, 'file_1483587821.pdf', 'cannot open `'' (no such file o', '<p>kala III dan IV persalinan</p>', 'DIIIKEP', '2015', '3', 'D001', ''), (57, 'file_1484382398.docx', 'cannot open `'' (no such file o', '<p>SOAP Kala 2,3 dan 4</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (58, 'file_1484382448.docx', 'cannot open `'' (no such file o', '<p>SOAP Kala 1</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (59, 'file_1484382654.pdf', 'cannot open `'' (no such file o', '<p>Dokumentasi INC</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (60, 'file_1484731903.pdf', 'cannot open `'' (no such file o', '<p>Materi abstrak...</p>', 'S1KEP', '2016', '1', 'D001', ''), (61, 'file_1484731945.pdf', 'cannot open `'' (no such file o', '<p>materi 2 kutipan...</p>', 'S1KEP', '2016', '1', 'D001', ''), (63, 'file_1486451120.pdf', 'cannot open `'' (no such file o', '<p>askeb persalinan perubahan fisiologis</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (64, 'file_1486451191.pdf', 'cannot open `'' (no such file o', '<p>askeb persalinan perubahan psikologis</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (65, 'file_1486526335.pdf', 'cannot open `'' (no such file o', 'JADWAL UAS D3 TK 1 GANJIL 1617', 'DIIIKEP', '', '', '', ''), (66, 'file_1486526813.pdf', 'cannot open `'' (no such file o', 'JADWAL UAS D3 KEPERAWATAN TK 1', 'DIIIKEP', '', '', '', ''), (67, 'file_1486526899.pdf', 'cannot open `'' (no such file o', 'JADWAL UAS S1 KEPERAWATAN TK 1', 'S1KEP', '', '', '', ''), (68, 'file_1486529632.pdf', 'cannot open `'' (no such file o', 'jadwal uas d3 keperawatan 1617', 'DIIIKEP', '', '', '', ''), (69, 'file_1486529700.pdf', 'cannot open `'' (no such file o', 'jadwal uas s1 keperawatan tk 1 ganjil 1617', 'S1KEP', '', '', '', ''), (70, 'file_1486626187.pdf', 'cannot open `'' (no such file o', '<p>manajemen nyeri persalinan</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (71, 'file_1486626295.docx', 'cannot open `'' (no such file o', '<p>Soap Kala 1</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (72, 'file_1486626344.docx', 'cannot open `'' (no such file o', '<p>SOAP Kala 2, 3 dan 4</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (82, 'file_1487299727.pdf', 'cannot open `'' (no such file o', '<p>partograf</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (83, 'file_1487300084.pdf', 'cannot open `'' (no such file o', '<p>IMD</p>', 'DIIIKEB', '2015', '3', 'D001', ''), (85, 'file_1487395555.pdf', 'cannot open `'' (no such file o', '<p>perubahan fisiologis persalinan</p>', 'DIIIKEP', '2015', '3', 'D001', ''), (86, 'file_1487395609.pdf', 'cannot open `'' (no such file o', '<p>perubahan psikologis</p>', 'DIIIKEP', '2015', '3', 'D001', ''), (87, 'file_1489370967.pdf', 'cannot open `'' (no such file o', '<p>kisi-kisi ujian ulang / Her KDK</p>', 'DIIIKEP', '2016', '1', 'D004', ''), (88, 'file_1489371056.pdf', 'cannot open `'' (no such file o', 'kisi-kisi ujian ulang / her Kd. 1', 'DIIIKEP', '2016', '1', 'D004', ''), (91, 'file_1493273497.pdf', 'application/pdf', '<p>Bacalah modul ini sebelum perkuliahan</p>', 'DIIIKEP', '2014', '3', 'D008', ''), (92, 'file_1493273726.pdf', 'application/pdf', '<p>bacalah modul ini saat anda dirumah dan waktu luang </p>', 'DIIIKEP', '2014', '5', 'D008', ''), (93, 'file_1493273792.pdf', 'application/pdf', '<p>Modul Keperawatan dasar</p>', 'DIIIKEP', '2015', '3', 'D008', ''), (94, 'file_1493273904.pdf', 'application/pdf', '<p>Materi Jiwa</p>', 'DIIIKEP', '2013', '5', 'D009', ''), (95, 'file_1493273977.pdf', 'application/pdf', '<p>Materi Gerontik</p>', 'DIIIKEP', '2014', '6', 'D009', ''), (96, 'file_1493274501.pdf', 'application/pdf', '<p>Modul Praktikum anak</p>', 'DIIIKEP', '2014', '4', 'D010', ''), (97, 'file_1493274646.pdf', 'application/pdf', '<p>Metodologi Keperawatan</p>', 'DIIIKEP', '2014', '4', 'D010', ''), (98, 'file_1493274781.pdf', 'application/pdf', '', 'DIIIKEP', '2013', '3', 'D011', ''), (99, 'file_1493274849.pdf', 'application/pdf', '<p>Keseimbangan Cairan</p>', 'DIIIKEP', '2014', '4', 'D011', ''), (100, 'file_1493274960.pdf', 'application/pdf', '', 'DIIIKEP', '2015', '5', 'D011', ''), (101, 'file_1493275106.pdf', 'application/pdf', '', 'DIIIKEP', '2016', '2', 'D011', ''), (102, 'file_1493275153.pdf', 'application/pdf', '<p>Anatomi Fisiologi</p>', 'DIIIKEP', '2013', '3', 'D011', ''), (103, 'file_1493275226.pdf', 'application/pdf', '<p>Promosi Kesehatan</p>', 'DIIIKEP', '2014', '4', 'D011', ''), (104, 'file_1493275382.pdf', 'application/pdf', '<p>Antropologi Kesehatan</p>', 'DIIIKEP', '2014', '4', 'D011', ''), (105, 'file_1493275436.pdf', 'application/pdf', '<p>Promosi Kesehatan</p>', 'DIIIKEP', '2014', '4', 'D011', ''), (106, 'file_1493275843.pdf', 'application/pdf', '', 'DIIIKEP', '2013', '4', 'D013', ''), (107, 'file_1493276144.pdf', 'application/pdf', '', 'DIIIKEP', '2015', '6', 'D041', ''), (108, 'file_1493276187.pdf', 'application/pdf', '', 'DIIIKEP', '2016', '2', 'D041', ''), (109, 'file_1493276220.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '4', 'D041', ''), (110, 'file_1493276279.pdf', 'application/pdf', '', 'DIIIKEP', '2015', '4', 'D041', ''), (111, 'file_1493276655.pdf', 'application/pdf', '', 'DIIIKEP', '2013', '5', 'D042', ''), (112, 'file_1493276678.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '4', 'D042', ''), (113, 'file_1493276700.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '4', 'D042', ''), (114, 'file_1493276731.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '5', 'D042', ''), (115, 'file_1493276768.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2016', '3', 'D042', ''), (116, 'file_1493276791.doc', 'application/msword', '', 'DIIIKEP', '2015', '3', 'D042', ''), (167, 'file_1512867994.pdf', 'application/pdf', '<p>test</p>', 'DIIIKEB', '2012', '1', 'D002', ''), (119, 'file_1493276965.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '4', 'D034', ''), (120, 'file_1493276988.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '5', 'D034', ''), (121, 'file_1493277037.pdf', 'application/pdf', '', 'DIIIKEP', '2015', '5', 'D034', ''), (122, 'file_1493277073.pdf', 'application/pdf', '', 'DIIIKEP', '2015', '5', 'D034', ''), (123, 'file_1493277100.doc', 'application/msword', '', 'DIIIKEP', '2015', '5', 'D034', ''), (124, 'file_1493277118.pdf', 'application/pdf', '', 'DIIIKEP', '2013', '7', 'D034', ''), (125, 'file_1493277179.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2013', '5', 'D036', ''), (126, 'file_1493277202.docx', 'application/vnd.openxmlformats', '', 'DIVKEB', '2014', '2', 'D036', ''), (127, 'file_1493277223.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2015', '3', 'D036', ''), (128, 'file_1493277244.docx', 'application/vnd.openxmlformats', '', 'S1KEP', '2014', '3', 'D036', ''), (129, 'file_1493277272.docx', 'application/vnd.openxmlformats', '', 'DIIIKEB', '2015', '5', 'D036', ''), (130, 'file_1493277295.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2014', '2', 'D036', ''), (131, 'file_1493277314.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2014', '3', 'D036', ''), (132, 'file_1493277339.docx', 'application/vnd.openxmlformats', '', 'DIIIKEB', '2015', '3', 'D036', ''), (133, 'file_1493277391.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '5', 'D021', ''), (134, 'file_1493277565.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2013', '5', 'D021', ''), (135, 'file_1493277589.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2013', '6', 'D021', ''), (136, 'file_1493277664.pdf', 'application/pdf', '', 'DIIIKEP', '2015', '5', 'D021', ''), (137, 'file_1493277685.doc', 'application/msword', '', 'DIIIKEP', '2015', '4', 'D021', ''), (138, 'file_1493277736.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2013', '4', 'D024', ''), (139, 'file_1493277756.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2015', '1', 'D024', ''), (140, 'file_1493277786.docx', 'application/vnd.openxmlformats', '', 'DIIIKEB', '2014', '8', 'D024', ''), (141, 'file_1493277811.docx', 'application/vnd.openxmlformats', '', 'S1KEP', '2014', '1', 'D024', ''), (142, 'file_1493277841.docx', 'application/vnd.openxmlformats', '', 'DIVKEB', '2016', '1', 'D024', ''), (143, 'file_1493277899.doc', 'application/msword', '', 'DIIIKEP', '2013', '5', 'D030', ''), (144, 'file_1493277918.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2014', '5', 'D030', ''), (145, 'file_1493277946.docx', 'application/vnd.openxmlformats', '', 'DIIIKEP', '2014', '5', 'D030', ''), (146, 'file_1493277964.pdf', 'application/pdf', '', 'DIIIKEP', '2014', '5', 'D030', ''), (147, 'file_1493277983.pdf', 'application/pdf', '', 'S1KEP', '2014', '4', 'D030', ''), (155, 'file_1501472086.pdf', 'application/pdf', '<p>The subject for nursing emergency laboratory tomorow..please you print out and than read</p>', 'DIIIKEP', '2015', '4', 'D034', ''), (154, 'file_1501471977.pdf', 'application/pdf', '<p>the subject for nursing emergency laboratory tomorow..please you print out and than read.</p>', 'DIIIKEP', '2015', '4', 'D034', ''), (150, 'file_1501470666.pdf', 'application/pdf', '<p>This all file for prepare ukom diploma in nursing..</p>', 'DIIIKEP', '2014', '6', 'D034', ''), (151, 'file_1501470712.pdf', 'application/pdf', '<p>This all file for prepare ukom diploma in nursing..</p>', 'DIIIKEP', '2014', '6', 'D034', ''), (152, 'file_1501471577.pdf', 'application/pdf', '<p>The subject for nursing emergency laboratory tomorow..please you print out and than read...</p>', 'DIIIKEP', '2015', '4', 'D034', ''), (156, 'file_1501472155.pdf', 'application/pdf', '<p>The subject for nursing emergency laboratory tomorow..please you print out and than read</p>', 'DIIIKEP', '2015', '4', 'D034', ''), (157, 'file_1501475034.pdf', 'application/pdf', '<p>The subject for nursing emergency laboratory tomorow..please you print out and than read</p>', 'DIIIKEP', '2015', '4', 'D034', ''), (159, 'file_1509587341.pdf', 'application/pdf', 'JADWAL UTS S1 KEPERAWATAN', 'S1KEP', '2017', '1', 'D009', ''), (160, 'file_1509592869.pdf', 'application/pdf', 'Jadwal UTS DIII Keperawatan', 'DIIIKEP', '2017', '1', 'D011', ''), (169, 'file_1512892058.jpg', 'image/jpeg', '', 'DIIIKEB', '2012', '7', 'D002', '10 - 12 - 2017'), (170, 'file_1512897835.jpg', 'image/jpeg', '<p>rerer</p>', 'DIIIKEB', '2012', '2', 'D002', '10 - 12 - 2017'), (171, 'file_1512898021.docx', 'application/vnd.openxmlformats', '<p>ttyty</p>', 'DIIIKEB', '2013', '2', 'D002', '10 - 12 - 2017'), (172, 'file_1512977188.pdf', 'application/pdf', '<p>fgfh</p>', 'DIIIKEB', '2012', '2', 'D002', '11 - 12 - 2017'), (173, 'file_1512977391.pdf', 'application/pdf', '<p>[removed]</p>\r\n<p>alert(''vvvvvvvvvvv'');</p>\r\n<p>[removed]</p>', 'DIIIKEB', '2012', '1', 'D002', '11 - 12 - 2017'), (175, 'file_1512981971.doc', 'application/msword', '<p>fgfg</p>', 'DIIIKEB', '2012', '1', 'D002', '11 - 12 - 2017'); -- -- Indexes for dumped tables -- -- -- Indexes for table `captcha` -- ALTER TABLE `captcha` ADD PRIMARY KEY (`captcha_id`); -- -- Indexes for table `coment` -- ALTER TABLE `coment` ADD PRIMARY KEY (`id`); -- -- Indexes for table `demo_twitter_timeline` -- ALTER TABLE `demo_twitter_timeline` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_absensi_mahasiswa` -- ALTER TABLE `tbl_absensi_mahasiswa` ADD PRIMARY KEY (`id_absensi`); -- -- Indexes for table `tbl_absensi_mhs_total` -- ALTER TABLE `tbl_absensi_mhs_total` ADD PRIMARY KEY (`id_absen`); -- -- Indexes for table `tbl_admin` -- ALTER TABLE `tbl_admin` ADD PRIMARY KEY (`username`); -- -- Indexes for table `tbl_alumni` -- ALTER TABLE `tbl_alumni` ADD PRIMARY KEY (`id_alumni`); -- -- Indexes for table `tbl_bobot` -- ALTER TABLE `tbl_bobot` ADD PRIMARY KEY (`nim_bb`); -- -- Indexes for table `tbl_cuti` -- ALTER TABLE `tbl_cuti` ADD PRIMARY KEY (`id_cuti`); -- -- Indexes for table `tbl_data_ortu` -- ALTER TABLE `tbl_data_ortu` ADD PRIMARY KEY (`id_ortu`); -- -- Indexes for table `tbl_dosen` -- ALTER TABLE `tbl_dosen` ADD PRIMARY KEY (`kd_dosen`); -- -- Indexes for table `tbl_dosen_ilmiah` -- ALTER TABLE `tbl_dosen_ilmiah` ADD PRIMARY KEY (`id_ilmiah`); -- -- Indexes for table `tbl_dosen_kegiatan` -- ALTER TABLE `tbl_dosen_kegiatan` ADD PRIMARY KEY (`id_riwayat`); -- -- Indexes for table `tbl_dosen_penelitian` -- ALTER TABLE `tbl_dosen_penelitian` ADD PRIMARY KEY (`id_penelitian`); -- -- Indexes for table `tbl_dosen_pengabdian` -- ALTER TABLE `tbl_dosen_pengabdian` ADD PRIMARY KEY (`id_pengabdian`); -- -- Indexes for table `tbl_dosen_wali` -- ALTER TABLE `tbl_dosen_wali` ADD PRIMARY KEY (`nim`,`kd_dosen`); -- -- Indexes for table `tbl_hasil` -- ALTER TABLE `tbl_hasil` ADD PRIMARY KEY (`id_hasil`); -- -- Indexes for table `tbl_info` -- ALTER TABLE `tbl_info` ADD PRIMARY KEY (`kd_info`); -- -- Indexes for table `tbl_jadwal` -- ALTER TABLE `tbl_jadwal` ADD PRIMARY KEY (`kd_jadwal`); -- -- Indexes for table `tbl_jadwal_dosen` -- ALTER TABLE `tbl_jadwal_dosen` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_jadwal_dua` -- ALTER TABLE `tbl_jadwal_dua` ADD PRIMARY KEY (`kd_jadwal`); -- -- Indexes for table `tbl_keuangan` -- ALTER TABLE `tbl_keuangan` ADD PRIMARY KEY (`id_keuangan`); -- -- Indexes for table `tbl_login` -- ALTER TABLE `tbl_login` ADD PRIMARY KEY (`username`); -- -- Indexes for table `tbl_mahasiswa` -- ALTER TABLE `tbl_mahasiswa` ADD PRIMARY KEY (`nim`); -- -- Indexes for table `tbl_mhs_baru` -- ALTER TABLE `tbl_mhs_baru` ADD PRIMARY KEY (`id_mhs`); -- -- Indexes for table `tbl_mk` -- ALTER TABLE `tbl_mk` ADD PRIMARY KEY (`kd_mk`); -- -- Indexes for table `tbl_nilai` -- ALTER TABLE `tbl_nilai` ADD PRIMARY KEY (`id_nil`); -- -- Indexes for table `tbl_nilai_uts` -- ALTER TABLE `tbl_nilai_uts` ADD PRIMARY KEY (`id_uts`); -- -- Indexes for table `tbl_online` -- ALTER TABLE `tbl_online` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_pembayaran` -- ALTER TABLE `tbl_pembayaran` ADD PRIMARY KEY (`id_pembayaran`); -- -- Indexes for table `tbl_perwalian_detail` -- ALTER TABLE `tbl_perwalian_detail` ADD PRIMARY KEY (`id_pd`); -- -- Indexes for table `tbl_perwalian_header` -- ALTER TABLE `tbl_perwalian_header` ADD PRIMARY KEY (`id_nim`); -- -- Indexes for table `tbl_pesan` -- ALTER TABLE `tbl_pesan` ADD PRIMARY KEY (`id_pesan`); -- -- Indexes for table `tbl_praktek_klinik` -- ALTER TABLE `tbl_praktek_klinik` ADD PRIMARY KEY (`id_klinik`); -- -- Indexes for table `tbl_prodi` -- ALTER TABLE `tbl_prodi` ADD PRIMARY KEY (`id_prodi`); -- -- Indexes for table `tbl_semester` -- ALTER TABLE `tbl_semester` ADD PRIMARY KEY (`no`); -- -- Indexes for table `tbl_soal` -- ALTER TABLE `tbl_soal` ADD PRIMARY KEY (`id_soal`); -- -- Indexes for table `tbl_status` -- ALTER TABLE `tbl_status` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_thn_ajaran` -- ALTER TABLE `tbl_thn_ajaran` ADD PRIMARY KEY (`kd_tahun`); -- -- Indexes for table `tbl_transkrip_alumni` -- ALTER TABLE `tbl_transkrip_alumni` ADD PRIMARY KEY (`id_transkrip`); -- -- Indexes for table `tbl_upload_materi` -- ALTER TABLE `tbl_upload_materi` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_upload_soal` -- ALTER TABLE `tbl_upload_soal` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tbl_wadir` -- ALTER TABLE `tbl_wadir` ADD PRIMARY KEY (`id`); -- -- Indexes for table `upload_img` -- ALTER TABLE `upload_img` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `captcha` -- ALTER TABLE `captcha` MODIFY `captcha_id` bigint(13) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1665; -- -- AUTO_INCREMENT for table `coment` -- ALTER TABLE `coment` MODIFY `id` int(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=398; -- -- AUTO_INCREMENT for table `demo_twitter_timeline` -- ALTER TABLE `demo_twitter_timeline` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=223; -- -- AUTO_INCREMENT for table `tbl_absensi_mahasiswa` -- ALTER TABLE `tbl_absensi_mahasiswa` MODIFY `id_absensi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `tbl_absensi_mhs_total` -- ALTER TABLE `tbl_absensi_mhs_total` MODIFY `id_absen` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=213; -- -- AUTO_INCREMENT for table `tbl_alumni` -- ALTER TABLE `tbl_alumni` MODIFY `id_alumni` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_bobot` -- ALTER TABLE `tbl_bobot` MODIFY `nim_bb` int(4) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `tbl_cuti` -- ALTER TABLE `tbl_cuti` MODIFY `id_cuti` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `tbl_data_ortu` -- ALTER TABLE `tbl_data_ortu` MODIFY `id_ortu` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `tbl_dosen_ilmiah` -- ALTER TABLE `tbl_dosen_ilmiah` MODIFY `id_ilmiah` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `tbl_dosen_kegiatan` -- ALTER TABLE `tbl_dosen_kegiatan` MODIFY `id_riwayat` int(15) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `tbl_dosen_penelitian` -- ALTER TABLE `tbl_dosen_penelitian` MODIFY `id_penelitian` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_dosen_pengabdian` -- ALTER TABLE `tbl_dosen_pengabdian` MODIFY `id_pengabdian` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `tbl_hasil` -- ALTER TABLE `tbl_hasil` MODIFY `id_hasil` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_info` -- ALTER TABLE `tbl_info` MODIFY `kd_info` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tbl_jadwal` -- ALTER TABLE `tbl_jadwal` MODIFY `kd_jadwal` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=376; -- -- AUTO_INCREMENT for table `tbl_jadwal_dosen` -- ALTER TABLE `tbl_jadwal_dosen` MODIFY `id` int(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `tbl_jadwal_dua` -- ALTER TABLE `tbl_jadwal_dua` MODIFY `kd_jadwal` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=373; -- -- AUTO_INCREMENT for table `tbl_keuangan` -- ALTER TABLE `tbl_keuangan` MODIFY `id_keuangan` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_mhs_baru` -- ALTER TABLE `tbl_mhs_baru` MODIFY `id_mhs` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tbl_nilai` -- ALTER TABLE `tbl_nilai` MODIFY `id_nil` int(15) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=259; -- -- AUTO_INCREMENT for table `tbl_nilai_uts` -- ALTER TABLE `tbl_nilai_uts` MODIFY `id_uts` int(15) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `tbl_online` -- ALTER TABLE `tbl_online` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1042; -- -- AUTO_INCREMENT for table `tbl_pembayaran` -- ALTER TABLE `tbl_pembayaran` MODIFY `id_pembayaran` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `tbl_perwalian_detail` -- ALTER TABLE `tbl_perwalian_detail` MODIFY `id_pd` int(15) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28865; -- -- AUTO_INCREMENT for table `tbl_perwalian_header` -- ALTER TABLE `tbl_perwalian_header` MODIFY `id_nim` int(15) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3878; -- -- AUTO_INCREMENT for table `tbl_pesan` -- ALTER TABLE `tbl_pesan` MODIFY `id_pesan` int(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_praktek_klinik` -- ALTER TABLE `tbl_praktek_klinik` MODIFY `id_klinik` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `tbl_prodi` -- ALTER TABLE `tbl_prodi` MODIFY `id_prodi` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `tbl_semester` -- ALTER TABLE `tbl_semester` MODIFY `no` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `tbl_soal` -- ALTER TABLE `tbl_soal` MODIFY `id_soal` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `tbl_status` -- ALTER TABLE `tbl_status` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `tbl_transkrip_alumni` -- ALTER TABLE `tbl_transkrip_alumni` MODIFY `id_transkrip` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_upload_materi` -- ALTER TABLE `tbl_upload_materi` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_upload_soal` -- ALTER TABLE `tbl_upload_soal` MODIFY `id` int(10) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tbl_wadir` -- ALTER TABLE `tbl_wadir` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `upload_img` -- ALTER TABLE `upload_img` MODIFY `id` int(3) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=176; /*!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 */;