{"id":784,"date":"2026-07-30T05:42:49","date_gmt":"2026-07-30T05:42:49","guid":{"rendered":"https:\/\/teknik.uin-malang.ac.id\/?page_id=784"},"modified":"2026-08-03T12:52:54","modified_gmt":"2026-08-03T12:52:54","slug":"informasi-akademik","status":"publish","type":"page","link":"https:\/\/teknik.uin-malang.ac.id\/ar\/informasi-akademik\/","title":{"rendered":"Informasi Akademik"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"784\" class=\"elementor elementor-784\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2459c03 e-flex e-con-boxed e-con e-parent\" data-id=\"2459c03\" 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-421ff36 elementor-widget elementor-widget-text-editor\" data-id=\"421ff36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!-- Load Font Awesome 6 untuk Ikon -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n}\n\n\/* CONTAINER UTAMA \/ BACKGROUND *\/\n.progress-page-section {\n    width: 100%;\n    min-height: 80vh;\n    padding: 60px 20px;\n    background: radial-gradient(circle at 50% 30%, #1c2541 0%, #0b132b 60%, #050814 100%);\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    position: relative;\n    overflow: hidden;\n    color: #ffffff;\n}\n\n\/* CAHAYA EMAS DI BACKGROUND *\/\n.progress-page-section::before {\n    content: \"\";\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0) 70%);\n    top: -150px;\n    left: -100px;\n    pointer-events: none;\n}\n\n.progress-page-section::after {\n    content: \"\";\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0) 70%);\n    bottom: -150px;\n    right: -100px;\n    pointer-events: none;\n}\n\n\/* KARTU UTAMA *\/\n.progress-card {\n    background: rgba(255, 255, 255, 0.03);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border: 1px solid rgba(212, 175, 55, 0.25);\n    border-radius: 24px;\n    padding: 50px 40px;\n    max-width: 650px;\n    width: 100%;\n    text-align: center;\n    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);\n    position: relative;\n    z-index: 2;\n}\n\n\/* TEKS AKADEMIK DENGAN ANIMASI KETIK (TYPING EFFECT) *\/\n.academic-notice-container {\n    display: inline-block;\n    margin-bottom: 25px;\n}\n\n.academic-notice {\n    font-size: 20px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    background: linear-gradient(135deg, #ffffff 30%, #f3e0aa 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    border-right: 3px solid #d4af37; \/* Kursor ngetik *\/\n    white-space: nowrap;\n    overflow: hidden;\n    margin: 0 auto;\n    animation: typing 3.5s steps(40, end) infinite, blinkCursor 0.75s step-end infinite;\n}\n\n\/* ANIMASI KETIK & KURSOR *\/\n@keyframes typing {\n    0% { width: 0; }\n    70% { width: 100%; }\n    100% { width: 100%; }\n}\n\n@keyframes blinkCursor {\n    from, to { border-color: transparent; }\n    50% { border-color: #d4af37; }\n}\n\n\/* IKON PROGRESS DENGAN KINETIK ANIMATION *\/\n.icon-wrapper {\n    position: relative;\n    width: 120px;\n    height: 120px;\n    margin: 0 auto 30px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n\/* Cincin Putar Luar *\/\n.icon-ring {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    border: 3px solid transparent;\n    border-top-color: #d4af37;\n    border-bottom-color: #4facfe;\n    border-radius: 50%;\n    animation: spin 2.5s linear infinite;\n}\n\n\/* Cincin Putar Dalam *\/\n.icon-ring-inner {\n    position: absolute;\n    width: 80%;\n    height: 80%;\n    border: 2px dashed rgba(212, 175, 55, 0.5);\n    border-radius: 50%;\n    animation: spinReverse 4s linear infinite;\n}\n\n\/* Ikon Utama Pulsing *\/\n.main-icon {\n    font-size: 42px;\n    color: #f3e0aa;\n    animation: pulseIcon 2s ease-in-out infinite;\n}\n\n@keyframes spin {\n    0% { transform: rotate(0deg); }\n    100% { transform: rotate(360deg); }\n}\n\n@keyframes spinReverse {\n    0% { transform: rotate(360deg); }\n    100% { transform: rotate(0deg); }\n}\n\n@keyframes pulseIcon {\n    0%, 100% { transform: scale(1); opacity: 0.9; }\n    50% { transform: scale(1.12); opacity: 1; filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.8)); }\n}\n\n\/* SUBTITLE & KETERANGAN TAMBAHAN *\/\n.academic-subtext {\n    font-size: 14px;\n    color: #a0aec0;\n    line-height: 1.6;\n    max-width: 480px;\n    margin: 0 auto 30px;\n}\n\n\/* PROGRESS BAR HARMONIS *\/\n.progress-bar-container {\n    width: 100%;\n    height: 6px;\n    background: rgba(255, 255, 255, 0.1);\n    border-radius: 10px;\n    overflow: hidden;\n    position: relative;\n}\n\n.progress-bar-fill {\n    height: 100%;\n    width: 50%;\n    background: linear-gradient(90deg, #3a7bd5, #d4af37, #4facfe);\n    border-radius: 10px;\n    animation: progressMove 2s ease-in-out infinite alternate;\n}\n\n@keyframes progressMove {\n    0% { width: 15%; }\n    100% { width: 85%; }\n}\n\n\/* RESPONSIVE DESIGN *\/\n@media (max-width: 600px) {\n    .academic-notice {\n        font-size: 16px;\n    }\n    .progress-card {\n        padding: 35px 20px;\n    }\n    .icon-wrapper {\n        width: 100px;\n        height: 100px;\n    }\n    .main-icon {\n        font-size: 34px;\n    }\n}\n<\/style>\n\n<section class=\"progress-page-section\">\n    <div class=\"progress-card\">\n        \n        <!-- Pesan Bahasa Inggris Akademik dengan Efek Ngetik -->\n        <div class=\"academic-notice-container\">\n            <h2 class=\"academic-notice\">The statement is currently being drafted&#8230;<\/h2>\n        <\/div>\n\n        <!-- Ikon On Progress Beranimasi -->\n        <div class=\"icon-wrapper\">\n            <div class=\"icon-ring\"><\/div>\n            <div class=\"icon-ring-inner\"><\/div>\n            <i class=\"fa-solid fa-pen-nib main-icon\"><\/i>\n        <\/div>\n\n        <!-- Deskripsi Penjelasan Akademik -->\n        <p class=\"academic-subtext\">\n            This section is presently undergoing editorial refinement and scholarly review. Content will be finalized and made accessible shortly.\n        <\/p>\n\n        <!-- Loading Bar halus -->\n        <div class=\"progress-bar-container\">\n            <div class=\"progress-bar-fill\"><\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t\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>The statement is currently being drafted&#8230; This section is presently undergoing editorial refinement and scholarly review. Content will be finalized and made accessible shortly.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-784","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/pages\/784","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/comments?post=784"}],"version-history":[{"count":4,"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/pages\/784\/revisions"}],"predecessor-version":[{"id":1218,"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/pages\/784\/revisions\/1218"}],"wp:attachment":[{"href":"https:\/\/teknik.uin-malang.ac.id\/ar\/wp-json\/wp\/v2\/media?parent=784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}