{"id":1449,"date":"2026-05-11T16:01:06","date_gmt":"2026-05-11T09:01:06","guid":{"rendered":"https:\/\/senta.its.ac.id\/conf\/senta\/?page_id=1449"},"modified":"2026-05-12T05:41:22","modified_gmt":"2026-05-11T22:41:22","slug":"senta-2018","status":"publish","type":"page","link":"https:\/\/senta.its.ac.id\/conf\/senta\/senta-2018\/","title":{"rendered":"SENTA 2018"},"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 *\/\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 sentaSmoothEntrance {\n        from { opacity: 0; transform: translateY(40px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* --- REFINED BREADCRUMB HEADER (TYPICAL SETTING) --- *\/\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: 35px;\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.4rem;\n        font-weight: 800;\n        color: #0f172a;\n        line-height: 1.25;\n        margin: 0 0 15px 0;\n        letter-spacing: -0.02em;\n    }\n\n    .senta-page-meta {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n        color: #64748b;\n        font-size: 0.9rem;\n    }\n\n    .senta-meta-item { display: flex; align-items: center; gap: 8px; }\n    .senta-meta-item i { color: #3b82f6; }\n\n    \/* MEDIA CONTENT *\/\n    .senta-featured-image-container {\n        width: 100%;\n        margin-bottom: 30px;\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) 0.4s forwards;\n    }\n\n    .senta-featured-image {\n        width: 100%;\n        height: auto;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n    .senta-featured-image-container:hover .senta-featured-image { transform: scale(1.03); }\n\n    .senta-video-box {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        border-radius: 12px;\n        margin-bottom: 35px;\n        background: #000;\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) 0.5s forwards;\n    }\n    .senta-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }\n\n    \/* TEXT CONTENT DENGAN STAGGERED ANIMATION *\/\n    .senta-page-content p {\n        margin-bottom: 24px;\n        font-size: 1.05rem;\n        color: #334155;\n        line-height: 1.8;\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    .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\n    .senta-page-content p:first-of-type {\n        font-size: 1.2rem;\n        font-weight: 500;\n        color: #0f172a;\n    }\n\n    \/* FOOTER REFERENCE *\/\n    .senta-ref-box {\n        margin-top: 50px;\n        padding: 20px 25px;\n        background-color: #f8fafc;\n        border-left: 5px solid #3b82f6;\n        border-radius: 8px;\n        display: flex;\n        gap: 15px;\n        align-items: center;\n        opacity: 0;\n        transform: translateY(20px);\n        animation: sentaSmoothEntrance 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;\n    }\n\n    @media (max-width: 768px) {\n        .senta-page-container { padding: 35px 20px; }\n        .senta-page-title { font-size: 1.8rem; }\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\">3rd SENTA 2018<\/span>\n        <\/div>\n\n        <div class=\"senta-page-header\">\n            <h1 class=\"senta-page-title\">Discussing Food and Energy Sovereignty through SENTA 2018<\/h1>\n            <div class=\"senta-page-meta\">\n                <div class=\"senta-meta-item\"><i class=\"fa-regular fa-calendar\"><\/i> Wednesday, Dec 5, 2018<\/div>\n                <div class=\"senta-meta-item\"><i class=\"fa-solid fa-user-pen\"><\/i> ITS News Reporter<\/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\/SENTA2018.jpeg\" alt=\"SENTA 2018 Event\" class=\"senta-featured-image\">\n        <\/div>\n\n        <div class=\"senta-video-box\">\n            <iframe src=\"https:\/\/www.youtube.com\/embed\/ozrBMW1f1z0\" frameborder=\"0\" allowfullscreen><\/iframe>\n        <\/div>\n\n        <div class=\"senta-page-content\">\n            <p>The maritime world for Indonesia represents a wealth of natural resources that must be optimally managed to meet its own needs in various fields, including food and energy. Discussing maritime technology for food and energy sovereignty, the Faculty of Marine Technology (FTK) at Institut Teknologi Sepuluh Nopember (ITS) held the National Seminar on Theory and Application of Technology (SENTA) at the Research Center Building, Wednesday (5\/12).<\/p>\n            \n            <p>This 18th annual seminar serves as a forum for researchers and engineers in maritime technology from both Indonesia and abroad. Starting as a national-scale seminar in 2001, SENTA expanded into an international-scale seminar in 2016, bringing in various competent international speakers.<\/p>\n            \n            <p>Held over two days, SENTA 2018 presented five keynote speakers. The Head of the Marine Research and Human Resources Agency of the Ministry of Marine Affairs and Fisheries (KKP) Prof. Ir. R. Sjarief Widjaja, Ph.D., and the Director of Various New Energy and Renewable Energy of the Ministry of Energy and Mineral Resources (ESDM) Harris, S.T., M.T., served as speakers on the first day. Meanwhile, Prof. Ikegami Yasuyuki from the Institute of Ocean Energy Saga University, Prof. Kungyen Lee from Ocean Engineering of National Taiwan University, and the Secretary General of the Indonesian Academy of Sciences (AIPI) Dr. Chairil Abdini presented on the second day.<\/p>\n            \n            <p>Nur Syahroni, Ph.D., the Organizing Chairman of SENTA 2018, explained that the theme was chosen because Indonesia&#8217;s potential in food and energy resources is massive. Proper management is required so that Indonesia does not continuously rely on other countries for food and energy supplies. &#8220;Efforts to increase food and energy sovereignty are made through the development of maritime technology that supports the utilization of natural resources owned by Indonesia,&#8221; explained the Head of the Marine Study Center at LPPM ITS.<\/p>\n            \n            <p>Meanwhile, Director Harris explained that in the maritime sector, the government through the Directorate General of New, Renewable Energy and Energy Conservation (EBTKE) has made several efforts to develop ocean energy pilot projects. These include collaborative studies for ocean current power plants with the Agence Francaise de Development (AFD) from France and the Austrian Government. Domestically, the Ministry of ESDM and the Ministry of Public Works and Public Housing (PUPR) plan to develop an Ocean Current Power Plant integrated with the Pancasila Palmerah Bridge in the Larantuka Strait, featuring a capacity of 30 Mega Watts and an investment of approximately 215 million USD.<\/p>\n            \n            <p>In the food and marine sectors, Prof. Sjarief Widjaja highlighted that the government has applied the latest technologies to support its programs. Fisheries data is updated daily via satellite to produce Fishing Ground Forecast Maps (PPDPI), which are utilized by traditional fishermen through the Laut Nusantara application. Furthermore, there is an integrated marine surveillance system utilizing the Wakatobi Radar to detect floating elements and foreign ships operating in Indonesian waters within a 55.5 km radius.<\/p>\n        <\/div>\n\n        <div class=\"senta-ref-box\">\n            <i class=\"fa-solid fa-link\" style=\"color: #3b82f6; font-size: 1.2rem;\"><\/i>\n            <div style=\"font-size: 0.9rem; color: #64748b;\">\n                <strong>Official Source:<\/strong> <a href=\"https:\/\/www.its.ac.id\/news\/bahas-kedaulatan-pangan-dan-energi-melalui-senta-2018\/\" target=\"_blank\" style=\"color: #2563eb; text-decoration: none;\">ITS News Archive<\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Home Previous Senta 3rd SENTA 2018 Discussing Food and Energy Sovereignty through SENTA 2018 Wednesday, Dec 5, 2018 ITS News Reporter The maritime world for Indonesia represents a wealth of natural resources that must be optimally managed to meet its own needs in various fields, including food and energy. Discussing maritime technology for food and [&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-1449","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1449","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=1449"}],"version-history":[{"count":3,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1449\/revisions"}],"predecessor-version":[{"id":1469,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1449\/revisions\/1469"}],"wp:attachment":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/media?parent=1449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}