{"id":1421,"date":"2026-05-11T14:56:23","date_gmt":"2026-05-11T07:56:23","guid":{"rendered":"https:\/\/senta.its.ac.id\/conf\/senta\/?page_id=1421"},"modified":"2026-05-11T15:52:43","modified_gmt":"2026-05-11T08:52:43","slug":"senta-2016","status":"publish","type":"page","link":"https:\/\/senta.its.ac.id\/conf\/senta\/senta-2016\/","title":{"rendered":"SENTA 2016"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap');\n\n    \/* WRAPPER UTAMA *\/\n    .senta-page-wrapper {\n        font-family: 'Poppins', sans-serif !important;\n        background-color: transparent;\n        padding: 40px 15px;\n        display: flex;\n        justify-content: center;\n    }\n\n    \/* CONTAINER ARTIKEL DENGAN ANIMASI MUNCUL *\/\n    .senta-page-container {\n        background: #ffffff;\n        max-width: 850px;\n        width: 100%;\n        padding: 50px 60px 60px 60px;\n        border-radius: 16px;\n        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\n        opacity: 0;\n        transform: translateY(40px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;\n    }\n\n    \/* KEYFRAMES ANIMASI SMOOTH *\/\n    @keyframes sentaSmoothEntrance {\n        from { opacity: 0; transform: translateY(40px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* --- REFINED BREADCRUMB HEADER --- *\/\n    .senta-breadcrumb-nav {\n        display: flex;\n        align-items: center;\n        flex-wrap: wrap;\n        gap: 12px;\n        font-size: 0.85rem;\n        background: #f1f5f9;\n        padding: 14px 24px;\n        border-radius: 10px;\n        border: 1px solid #e2e8f0;\n        margin-bottom: 40px;\n        opacity: 0;\n        transform: translateY(15px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s forwards;\n    }\n\n    .senta-breadcrumb-nav a {\n        color: #1e40af;\n        text-decoration: none;\n        font-weight: 500;\n        transition: all 0.2s ease;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .senta-breadcrumb-nav a:hover {\n        color: #1d4ed8;\n        text-decoration: underline;\n    }\n\n    .senta-sep {\n        color: #94a3b8;\n        font-size: 0.7rem;\n    }\n\n    .senta-current {\n        color: #475569;\n        font-weight: 600;\n    }\n\n    \/* HEADER ARTIKEL *\/\n    .senta-page-header {\n        border-bottom: 2px solid #f1f5f9;\n        padding-bottom: 25px;\n        margin-bottom: 30px;\n        opacity: 0;\n        transform: translateY(20px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;\n    }\n\n    .senta-page-title {\n        font-size: 2.5rem;\n        font-weight: 800;\n        color: #0f172a;\n        line-height: 1.3;\n        margin: 0 0 20px 0;\n        letter-spacing: -0.5px;\n    }\n\n    .senta-page-meta {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n        color: #64748b;\n        font-size: 0.95rem;\n        font-weight: 500;\n    }\n\n    .senta-meta-item { display: flex; align-items: center; gap: 8px; }\n    .senta-meta-item i { color: #3b82f6; }\n\n    .senta-badge {\n        background-color: #eff6ff;\n        color: #2563eb;\n        padding: 5px 14px;\n        border-radius: 20px;\n        font-size: 0.85rem;\n        font-weight: 600;\n        border: 1px solid #bfdbfe;\n    }\n\n    \/* --- GAMBAR ARTIKEL --- *\/\n    .senta-featured-image-container {\n        width: 100%;\n        margin-bottom: 35px;\n        overflow: hidden;\n        border-radius: 12px;\n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);\n        opacity: 0;\n        transform: translateY(20px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;\n        animation-delay: 0.4s;\n    }\n\n    .senta-featured-image {\n        width: 100%;\n        height: auto;\n        max-height: 480px;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n\n    .senta-featured-image-container:hover .senta-featured-image {\n        transform: scale(1.03); \n    }\n\n    \/* ISI KONTEN ARTIKEL *\/\n    .senta-page-content p {\n        margin-bottom: 24px;\n        font-size: 1.1rem;\n        color: #475569;\n        line-height: 1.85;\n        text-align: justify;\n        opacity: 0;\n        transform: translateY(20px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;\n    }\n\n    \/* STAGGERED ANIMATION UNTUK PARAGRAF *\/\n    .senta-page-content p:nth-child(1) { animation-delay: 0.6s; }\n    .senta-page-content p:nth-child(2) { animation-delay: 0.7s; }\n    .senta-page-content p:nth-child(3) { animation-delay: 0.8s; }\n    .senta-page-content p:nth-child(4) { animation-delay: 0.9s; }\n    .senta-page-content p:nth-child(5) { animation-delay: 1.0s; }\n    .senta-page-content p:nth-child(6) { animation-delay: 1.1s; }\n    .senta-page-content p:nth-child(7) { animation-delay: 1.2s; }\n    .senta-page-content p:nth-child(8) { animation-delay: 1.3s; }\n\n    .senta-page-content p:first-of-type {\n        font-size: 1.25rem;\n        font-weight: 500;\n        color: #1e293b;\n        letter-spacing: -0.01em;\n        line-height: 1.7;\n    }\n\n    \/* BOKS REFERENSI *\/\n    .senta-reference-box {\n        margin-top: 50px;\n        padding: 20px 25px;\n        background-color: #f8fafc;\n        border-left: 5px solid #3b82f6;\n        border-radius: 8px;\n        font-size: 0.95rem;\n        color: #475569;\n        display: flex;\n        align-items: flex-start;\n        gap: 15px;\n        opacity: 0;\n        transform: translateY(20px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;\n        animation-delay: 1.4s;\n    }\n\n    .senta-reference-icon { font-size: 1.4rem; color: #3b82f6; margin-top: 3px; }\n    .senta-reference-text strong { color: #1e293b; font-size: 1.05rem; display: block; margin-bottom: 5px; }\n    .senta-reference-text a { color: #2563eb; text-decoration: none; font-weight: 500; word-break: break-all; transition: color 0.3s ease; }\n    .senta-reference-text a:hover { color: #1d4ed8; text-decoration: underline; }\n\n    \/* RESPONSIVE LAYOUT *\/\n    @media (max-width: 768px) {\n        .senta-page-container { padding: 35px 25px; border-radius: 12px; }\n        .senta-page-title { font-size: 1.9rem; }\n        .senta-page-content p { font-size: 1.05rem; }\n        .senta-reference-box { flex-direction: column; gap: 10px; padding: 15px 20px; }\n    }\n<\/style>\n\n<div class=\"senta-page-wrapper\">\n    <div class=\"senta-page-container\">\n        \n        <div class=\"senta-breadcrumb-nav\">\n            <a href=\"https:\/\/elib.its.ac.id\/conf\/senta\/\"><i class=\"fa-solid fa-house\"><\/i> Home<\/a>\n            \n            <i class=\"fa-solid fa-chevron-right senta-sep\"><\/i>\n            \n            <a href=\"https:\/\/elib.its.ac.id\/conf\/senta\/previous-senta\/\">Previous Senta<\/a>\n            \n            <i class=\"fa-solid fa-chevron-right senta-sep\"><\/i>\n            \n            <span class=\"senta-current\">1st SENTA 2016<\/span>\n        <\/div>\n\n        <div class=\"senta-page-header\">\n            <h1 class=\"senta-page-title\">SENTA 2016 Discusses Challenges in the Maritime World<\/h1>\n            <div class=\"senta-page-meta\">\n                <div class=\"senta-meta-item\">\n                    <i class=\"fa-regular fa-calendar\"><\/i> Thursday, December 15, 2016\n                <\/div>\n                <div class=\"senta-meta-item\">\n                    <i class=\"fa-solid fa-user-pen\"><\/i> Dadang ITS\n                <\/div>\n                <div class=\"senta-meta-item senta-badge\">\n                    Headline News\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"senta-featured-image-container\">\n            <img decoding=\"async\" src=\"https:\/\/senta.its.ac.id\/conf\/senta\/wp-content\/uploads\/2026\/05\/101234.jpeg\" alt=\"SENTA Conference\" class=\"senta-featured-image\">\n        <\/div>\n\n        <div class=\"senta-page-content\">\n            <p>&#8220;Maritime technology graduates must dare to take risks in Eastern Indonesia,&#8221; said Daniel, Dean of the Faculty of Marine Technology (FTK), opening his remarks at SENTA 2016. The seminar, held in the BG Munaf seminar room, attracted the attention of national and international maritime experts.<\/p>\n            \n            <p>Daniel stated that Indonesia currently does not have a strong maritime authority. In fact, as an archipelagic country where most of its territory is water, Indonesia should have a strong desire to prioritize the vision of a maritime axis.<\/p>\n            \n            <p>According to Daniel, on one hand, there is a flawed mindset in society that centralizes production in the western region. &#8220;The eastern region, which is rich in natural resources, is left far behind,&#8221; he said.<\/p>\n            \n            <p>Addressing this issue, Daniel challenged maritime education graduates to be brave enough to look at eastern Indonesia. Academic graduates, especially in the maritime field, have the potential to develop maritime infrastructure that could reduce the development gap in Eastern Indonesia.<\/p>\n            \n            <p>On the other hand, people in the east also frequently reject the presence of outsiders in their area. However, the initial intention of these graduates is to build a more advanced maritime civilization. Nevertheless, the Klaten-born lecturer sees this problem as a prospective new opportunity in facing the tight competition in the workforce.<\/p>\n            \n            <p>More complexly, in addition to mentioning local problems, the University of Newcastle Upon Tyne graduate also revealed international-level maritime competition. Besides Indonesia, there are also several foreign countries with a great desire to become the world&#8217;s maritime axis, such as China.<\/p>\n            \n            <p>China is known to be persistent in intensifying its maritime silk road program. In 2015, China allocated 0.2 Trillion US Dollars for resilience in the maritime sector. This dramatic figure was also followed by America, which poured out 0.6 Trillion US Dollars for the utilization of the maritime sector.<\/p>\n            \n            <p>Indonesia itself, Daniel said, has only dared to allocate 0.01 Trillion US Dollars, representing 0.9 of Indonesia&#8217;s Gross Domestic Product. &#8220;This contrasting difference concludes that Indonesia&#8217;s ambition is still far behind,&#8221; he concluded. (efa\/ven)<\/p>\n        <\/div>\n\n        <div class=\"senta-reference-box\">\n            <i class=\"fa-solid fa-link senta-reference-icon\"><\/i>\n            <div class=\"senta-reference-text\">\n                <strong>Reference Source:<\/strong>\n                <a href=\"https:\/\/www.its.ac.id\/news\/senta-2016-bahas-tantangan-dunia-maritim\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.its.ac.id\/news\/senta-2016-bahas-tantangan-dunia-maritim\/<\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Home Previous Senta 1st SENTA 2016 SENTA 2016 Discusses Challenges in the Maritime World Thursday, December 15, 2016 Dadang ITS Headline News &#8220;Maritime technology graduates must dare to take risks in Eastern Indonesia,&#8221; said Daniel, Dean of the Faculty of Marine Technology (FTK), opening his remarks at SENTA 2016. The seminar, held in the BG [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1421","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1421","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/comments?post=1421"}],"version-history":[{"count":5,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1421\/revisions"}],"predecessor-version":[{"id":1444,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1421\/revisions\/1444"}],"wp:attachment":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/media?parent=1421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}