{"id":27585,"date":"2026-08-16T07:40:08","date_gmt":"2026-08-16T00:40:08","guid":{"rendered":"https:\/\/informatika.uin-malang.ac.id\/?page_id=27585"},"modified":"2026-08-16T07:45:28","modified_gmt":"2026-08-16T00:45:28","slug":"jurnal-matics","status":"publish","type":"page","link":"https:\/\/informatika.uin-malang.ac.id\/id\/jurnal-matics\/","title":{"rendered":"Jurnal Matics"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"27585\" class=\"elementor elementor-27585\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf3f641 e-flex e-con-boxed e-con e-parent\" data-id=\"bf3f641\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f26346 elementor-widget elementor-widget-html\" data-id=\"1f26346\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"matics-container\">\n    <style>\n        \/* Reset & Base Styles for Elementor *\/\n        .matics-container {\n            font-family: 'Montserrat', 'Open Sans', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .matics-container * {\n            box-sizing: border-box;\n        }\n        \n        \/* UIN Malang Theme Colors (Green & Gold) *\/\n        :root {\n            --primary-green: #0a5c36;\n            --secondary-gold: #d4af37;\n            --light-bg: #f8f9fa;\n            --dark-text: #2c3e50;\n        }\n\n        \/* 1. Hero Section *\/\n        .matics-hero {\n            background: linear-gradient(rgba(10, 92, 54, 0.85), rgba(10, 92, 54, 0.85)), url('https:\/\/images.unsplash.com\/photo-1555949963-aa79dcee981c?auto=format&fit=crop&w=1920&q=80') no-repeat center center\/cover;\n            padding: 100px 20px;\n            text-align: center;\n            color: white;\n            border-radius: 8px;\n            margin-bottom: 40px;\n        }\n        .matics-hero h1 {\n            font-size: 3rem;\n            margin: 0 0 10px;\n            letter-spacing: 2px;\n            color: #fff;\n        }\n        .matics-hero h2 {\n            font-size: 1.2rem;\n            font-weight: 400;\n            color: var(--secondary-gold);\n            max-width: 800px;\n            margin: 0 auto 30px;\n        }\n        .matics-btn {\n            display: inline-block;\n            background-color: var(--secondary-gold);\n            color: #fff;\n            padding: 15px 30px;\n            text-decoration: none;\n            font-weight: bold;\n            border-radius: 50px;\n            transition: background-color 0.3s ease;\n        }\n        .matics-btn:hover {\n            background-color: #b5952f;\n            color: #fff;\n        }\n\n        \/* 2. About Section *\/\n        .matics-about {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            padding: 40px 20px;\n            align-items: center;\n        }\n        .matics-about-text {\n            flex: 1 1 500px;\n        }\n        .matics-about-text h3 {\n            color: var(--primary-green);\n            font-size: 2rem;\n            margin-bottom: 20px;\n        }\n        .matics-about-image {\n            flex: 1 1 300px;\n            text-align: center;\n        }\n        .matics-about-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n        .matics-highlight-box {\n            background: var(--light-bg);\n            border-left: 4px solid var(--secondary-gold);\n            padding: 15px;\n            margin-top: 20px;\n            border-radius: 0 8px 8px 0;\n        }\n\n        \/* 3. Scope Section *\/\n        .matics-scope {\n            background-color: var(--light-bg);\n            padding: 60px 20px;\n            border-radius: 8px;\n            margin: 40px 0;\n        }\n        .matics-scope-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        .matics-scope-header h3 {\n            color: var(--primary-green);\n            font-size: 2rem;\n            margin-bottom: 10px;\n        }\n        .matics-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        .matics-grid-item {\n            background: #fff;\n            padding: 15px 20px;\n            border-radius: 6px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n        }\n        .matics-grid-item svg {\n            flex-shrink: 0;\n            width: 20px;\n            height: 20px;\n            fill: var(--primary-green);\n            margin-top: 3px;\n        }\n\n        \/* 4. Info & Legal Cards *\/\n        .matics-cards {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 40px 0;\n            justify-content: center;\n        }\n        .matics-card {\n            flex: 1 1 250px;\n            background: #fff;\n            border: 1px solid #eee;\n            padding: 30px 20px;\n            text-align: center;\n            border-radius: 10px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n            transition: transform 0.3s;\n        }\n        .matics-card:hover {\n            transform: translateY(-5px);\n        }\n        .matics-card h4 {\n            color: var(--dark-text);\n            margin: 15px 0 10px;\n        }\n        .matics-card p {\n            font-size: 1.2rem;\n            font-weight: bold;\n            color: var(--primary-green);\n            margin: 0;\n        }\n\n        \/* 5. Call To Action *\/\n        .matics-cta {\n            background: var(--primary-green);\n            color: white;\n            text-align: center;\n            padding: 60px 20px;\n            border-radius: 8px;\n        }\n        .matics-cta h3 {\n            font-size: 2rem;\n            margin-bottom: 15px;\n            color: #fff;\n        }\n        .matics-cta-btn {\n            display: inline-block;\n            margin-top: 20px;\n            padding: 15px 35px;\n            background: #fff;\n            color: var(--primary-green);\n            text-decoration: none;\n            font-weight: bold;\n            border-radius: 50px;\n            transition: 0.3s;\n        }\n        .matics-cta-btn:hover {\n            background: var(--secondary-gold);\n            color: #fff;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .matics-hero h1 { font-size: 2rem; }\n            .matics-about { flex-direction: column; }\n        }\n    <\/style>\n\n    <!-- SECTION 1: HERO -->\n    <section class=\"matics-hero\">\n        <h1>MATICS JOURNAL<\/h1>\n        <h2>Scientific Publication for Research in Computer Science and Information Technology<\/h2>\n        <div style=\"width: 50px; height: 3px; background: var(--secondary-gold); margin: 0 auto 30px;\"><\/div>\n        <a href=\"http:\/\/ejournal.uin-malang.ac.id\/index.php\/saintek\/index\" class=\"matics-btn\" target=\"_blank\" rel=\"noopener noreferrer\">Visit Online Repository<\/a>\n    <\/section>\n\n    <!-- SECTION 2: ABOUT -->\n    <section class=\"matics-about\">\n        <div class=\"matics-about-text\">\n            <h3>About MATICS<\/h3>\n            <p><strong>MATEMATIKA<\/strong> is a scientific publication dedicated to the widespread dissemination of research in Computer Science and Information Technology.<\/p>\n            <p>The journal is managed and published by the <strong>Department of Informatics, Faculty of Science and Technology, Universitas Islam Negeri Maulana Malik Ibrahim Malang, Indonesia<\/strong>.<\/p>\n            \n            <div class=\"matics-highlight-box\">\n                <strong>\ud83d\udcc5 Publication Schedule:<\/strong><br>\n                Published in 2 (two) regular issues annually, specifically in <strong>March<\/strong> and <strong>September<\/strong>.\n            <\/div>\n        <\/div>\n        <div class=\"matics-about-image\">\n            <img decoding=\"async\" src=\"https:\/\/ejournal.uin-malang.ac.id\/public\/site\/images\/samgongjava\/Blue_Matics_Journal.png\" alt=\"MATICS Journal - UIN Malang\">\n        <\/div>\n    <\/section>\n\n    <!-- SECTION 3: SCOPE & FOCUS -->\n    <section class=\"matics-scope\">\n        <div class=\"matics-scope-header\">\n            <h3>Focus & Scope<\/h3>\n            <p>The journal publishes scientific papers in the following research areas:<\/p>\n        <\/div>\n        \n        <div class=\"matics-grid\">\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Algorithms and Complexity<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Architecture & Organization<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Computational Science<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Discrete Structures<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Graphics and Visualization<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Human-Computer Interaction<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Information Assurance & Security<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Information Management<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Intelligent Systems<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Networking & Communication<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Operating Systems<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Platform-Based Development<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Parallel & Distributed Computing<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Programming Languages<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Software Development Fundamentals<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Rekayasa Perangkat Lunak<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Systems Fundamentals<\/div>\n            <div class=\"matics-grid-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>Social Issues & Practice<\/div>\n        <\/div>\n    <\/section>\n\n    <!-- SECTION 4: INDEXING \/ INFO -->\n    <section class=\"matics-cards\">\n        <div class=\"matics-card\">\n            <!-- Book Icon -->\n            <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"#d4af37\"><path d=\"M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm-1 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z\"\/><\/svg>\n            <h4>ISSN (Print)<\/h4>\n            <p>1978-161X<\/p>\n        <\/div>\n        <div class=\"matics-card\">\n            <!-- Globe Icon -->\n            <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"#d4af37\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n            <h4>e-ISSN (Online)<\/h4>\n            <p>2477-2550<\/p>\n        <\/div>\n        <div class=\"matics-card\">\n            <!-- Certificate Icon -->\n            <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"#d4af37\"><path d=\"M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z\"\/><\/svg>\n            <h4>Journal Management Decree<\/h4>\n            <p><a href=\"https:\/\/drive.google.com\/file\/d\/12uUUfr7FfTA8L1nFGC4Ia5zqfw33nmTs\/view?usp=sharing\" target=\"_blank\" rel=\"noopener noreferrer\">SK Jurnal Matic<\/a><\/p>\n        <\/div>\n    <\/section>\n\n    <!-- SECTION 5: CALL TO ACTION -->\n    <section class=\"matics-cta\">\n        <h3>Submit Your Research Paper!<\/h3>\n        <p>Join other researchers and publish your scientific work in the MATICS Journal.<\/p>\n        <a href=\"http:\/\/ejournal.uin-malang.ac.id\/index.php\/saintek\/index\" class=\"matics-cta-btn\" target=\"_blank\" rel=\"noopener noreferrer\">Author Services & Repository<\/a>\n    <\/section>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>MATICS JOURNAL Scientific Publication for Research in Computer Science and Information Technology Visit Online Repository About MATICS MATICS is a scientific publication dedicated to the widespread dissemination of research in Computer Science and Information Technology. The journal is managed and published by the Department of Informatics, Faculty of Science and Technology, Universitas Islam Negeri Maulana [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27585","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/pages\/27585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/comments?post=27585"}],"version-history":[{"count":4,"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/pages\/27585\/revisions"}],"predecessor-version":[{"id":27589,"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/pages\/27585\/revisions\/27589"}],"wp:attachment":[{"href":"https:\/\/informatika.uin-malang.ac.id\/id\/wp-json\/wp\/v2\/media?parent=27585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}