{"id":1471,"date":"2026-05-12T05:47:28","date_gmt":"2026-05-11T22:47:28","guid":{"rendered":"https:\/\/senta.its.ac.id\/conf\/senta\/?page_id=1471"},"modified":"2026-05-12T05:51:31","modified_gmt":"2026-05-11T22:51:31","slug":"senta-2020","status":"publish","type":"page","link":"https:\/\/senta.its.ac.id\/conf\/senta\/senta-2020\/","title":{"rendered":"SENTA 2020"},"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    \/* BREADCRUMB NAVIGATION *\/\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 BOX *\/\n    .senta-media-box {\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-media-box img {\n        width: 100%;\n        height: auto;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n    .senta-media-box:hover img { transform: scale(1.03); }\n\n    \/* CONTENT STYLES *\/\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    \/* Staggered Delay for long content *\/\n    .senta-page-content p:nth-child(1) { animation-delay: 0.5s; }\n    .senta-page-content p:nth-child(2) { animation-delay: 0.6s; }\n    .senta-page-content p:nth-child(3) { animation-delay: 0.7s; }\n    .senta-page-content p:nth-child(4) { animation-delay: 0.8s; }\n    .senta-page-content p:nth-child(5) { animation-delay: 0.9s; }\n    .senta-page-content p:nth-child(6) { animation-delay: 1.0s; }\n    .senta-page-content p:nth-child(7) { 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    \/* POSTER SECTION *\/\n    .senta-poster-container {\n        margin-top: 40px;\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    \/* 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.3s 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            <i class=\"fa-solid fa-chevron-right senta-sep\"><\/i>\n            <a href=\"https:\/\/elib.its.ac.id\/conf\/senta\/previous-senta\/\">Previous Senta<\/a>\n            <i class=\"fa-solid fa-chevron-right senta-sep\"><\/i>\n            <span class=\"senta-current\">5th SENTA 2020<\/span>\n        <\/div>\n\n        <div class=\"senta-page-header\">\n            <h1 class=\"senta-page-title\">Exploring Ideas for Marine Technology Development Through SENTA 2020<\/h1>\n            <div class=\"senta-page-meta\">\n                <div class=\"senta-meta-item\"><i class=\"fa-regular fa-calendar\"><\/i> Thursday, December 10, 2020<\/div>\n                <div class=\"senta-meta-item\"><i class=\"fa-solid fa-user-pen\"><\/i> Reporter: ITS News<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"senta-media-box\">\n            <img decoding=\"async\" src=\"https:\/\/www.its.ac.id\/news\/wp-content\/uploads\/sites\/2\/2020\/12\/Screenshot-46.png\" alt=\"SENTA 2020 Opening Event\">\n        <\/div>\n\n        <div class=\"senta-page-content\">\n            <p>Recognizing the vital role and maritime strength of Indonesia and the world, the Faculty of Marine Technology (FTK) at Institut Teknologi Sepuluh Nopember (ITS) once again hosted the National Seminar on Marine Technology and Application (SENTA) as a step to explore marine technology development ideas. Unlike previous years, this international-scale seminar was held online on Tuesday (8\/12) due to the global situation.<\/p>\n            \n            <p>The Organizing Chairman of SENTA 2020, Prof. Ir. I Ketut Aria Pria Utama MSc PhD, revealed that this annual seminar carried the theme <em>&#8220;Transformation from Archipelagic into Maritime States for Prosperous Indonesia&#8221;<\/em>. According to him, this theme aligns with the government&#8217;s program to establish Indonesia as a global maritime axis and serves as an effort to boost economic activities and prosperity derived from the ocean.<\/p>\n            \n            <p>Since its inception in 2001, SENTA has seen continuous participation from various countries. This year, delegates participated from the United Kingdom, South Korea, Japan, Malaysia, Sri Lanka, and Indonesia. In addition, three new countries joined the SENTA 2020 event: Saudi Arabia, the United States, and Nigeria. &#8220;We appreciate the increasing number of delegates from other countries, considering SENTA 2020 is held entirely online,&#8221; Aria stated.<\/p>\n            \n            <p>Aria further elaborated that the topics discussed in SENTA 2020 consisted of eight distinct areas. These included Naval Architecture, aimed at producing efficient ship designs and hydrodynamics; Ship Production and Material Technology for economical ship production; Marine Robotics and Digital Ship Technology; and Marine and Safety Engineering to provide effective ship machinery and systems. The seminar also covered Marine Renewable Energy, Offshore and Coastal Engineering for sustainable coastal resource management, Shipping Port and Maritime Logistics, and Maritime Education and Training.<\/p>\n            \n            <p>Across these eight topics, more than 81 papers were collected and processed through Scopus-indexed IOP proceedings, ready to be presented. The participants&#8217; enthusiasm to join SENTA 2020 was incredibly high. This was evident as local papers from graduate students and lecturers, which had not yet gone through the full review process, were still permitted to present. &#8220;You could say the enthusiasm for participating in this research seminar exceeded our expectations,&#8221; he added.<\/p>\n            \n            <p>In addition to the paper presentations, SENTA 2020 also hosted webinars inviting several expert speakers. They included the President of the Indonesian Academy of Sciences (AIPI), Prof. Satryo Soemantri Brodjonegoro; Prof. Mehmet Atlar from the University of Strathclyde; Prof. Jeom-Kee Paik from Pusan National University; and Prof. Jason Monty from the University of Melbourne.<\/p>\n            \n            <p>Opening SENTA 2020, the Dean of FTK ITS, Dr. Eng. Trika Pitana ST MSc, argued that this seminar plays a significant role in the scientific development of all departments within FTK ITS. &#8220;We hope this seminar will increase the spirit of conducting research, publishing, and collaborating among researchers from various countries,&#8221; he explained. In line with this, the Rector of ITS, Prof. Dr. Ir. Mochamad Ashari MEng, also appreciated SENTA 2020 as a gathering place for various discoveries in the field of marine science.<\/p>\n        <\/div>\n\n        <div class=\"senta-poster-container\">\n            <h3 style=\"font-size: 1.2rem; color: #0f172a; margin-bottom: 20px; font-weight: 700; text-align: center;\">Official SENTA 2020 Poster<\/h3>\n            <div class=\"senta-media-box\" style=\"max-width: 500px; margin: 0 auto;\">\n                <img decoding=\"async\" src=\"https:\/\/senta.its.ac.id\/conf\/senta\/wp-content\/uploads\/2026\/05\/SENTA-2020-724x1024-1.png\" alt=\"SENTA 2020 Poster\">\n            <\/div>\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\/eksplorasi-ide-pengembangan-teknologi-kelautan-melalui-senta-2020\/\" 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 5th SENTA 2020 Exploring Ideas for Marine Technology Development Through SENTA 2020 Thursday, December 10, 2020 Reporter: ITS News Recognizing the vital role and maritime strength of Indonesia and the world, the Faculty of Marine Technology (FTK) at Institut Teknologi Sepuluh Nopember (ITS) once again hosted the National Seminar on Marine Technology [&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-1471","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1471","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=1471"}],"version-history":[{"count":3,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1471\/revisions"}],"predecessor-version":[{"id":1476,"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/pages\/1471\/revisions\/1476"}],"wp:attachment":[{"href":"https:\/\/senta.its.ac.id\/conf\/senta\/wp-json\/wp\/v2\/media?parent=1471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}