{"id":7540,"date":"2026-07-09T18:52:42","date_gmt":"2026-07-09T11:52:42","guid":{"rendered":"https:\/\/ftip.unpad.ac.id\/study-programs\/"},"modified":"2026-07-14T15:19:36","modified_gmt":"2026-07-14T08:19:36","slug":"study-programs","status":"publish","type":"page","link":"https:\/\/ftip.unpad.ac.id\/en\/study-programs\/","title":{"rendered":"Study Programs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7540\" class=\"elementor elementor-7540 elementor-5603\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db37672 e-flex e-con-boxed e-con e-parent\" data-id=\"db37672\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-33a0e1f e-con-full e-flex e-con e-child\" data-id=\"33a0e1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d2ba262 e-con-full e-flex e-con e-child\" data-id=\"d2ba262\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6badc75 elementor-widget elementor-widget-html\" data-id=\"6badc75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.breadcrumb-manual a,\r\n.breadcrumb-manual .separator {\r\n    color: #fff;\r\n    text-decoration: none;\r\n}\r\n\r\n.breadcrumb-manual a:hover {\r\n    color: #f9b129;\r\n}\r\n<\/style>\r\n\r\n<div class=\"breadcrumb-manual\">\r\n    <a href=\"https:\/\/ftip.unpad.ac.id\/en\/\">Home<\/a> <span class=\"separator\">\/<\/span> Study Programs\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-606b77e elementor-widget elementor-widget-heading\" data-id=\"606b77e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Study Programs of the Faculty of Agricultural Industrial Technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3de714c profile-wrapper e-flex e-con-boxed e-con e-parent\" data-id=\"3de714c\" 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-659110f elementor-widget elementor-widget-html\" data-id=\"659110f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n  STICKY SIDEBAR (tinggi mengikuti menu) + KONTEN SCROLL NORMAL\r\n  Tempel ke 1 widget HTML di Elementor Free.\r\n  TIDAK mengubah struktur Container yang sudah ada.\r\n\r\n  PRASYARAT \u2014 CSS Class di 3 container (Advanced > CSS Classes):\r\n    Container Utama  -> profile-wrapper\r\n    Container Kiri   -> profile-sidebar\r\n    Container Kanan  -> profile-content\r\n============================================================= -->\r\n\r\n<style>\r\n  .profile-wrapper {\r\n    display: flex !important;\r\n    align-items: flex-start !important; \/* penting: supaya sidebar tidak stretch ikut tinggi konten kanan *\/\r\n    padding-top: 20px !important; \/* jarak visual dari hero, TIDAK terkait offset anchor-scroll *\/\r\n  }\r\n\r\n  \/* Sidebar: nempel (sticky) saat discroll, TAPI tinggi cuma sepanjang isinya sendiri *\/\r\n  .profile-sidebar {\r\n    position: sticky !important;\r\n    top: 140px; \/* jarak nempel dari atas viewport saat discroll, samakan dgn FIXED_OFFSET di JS kalau perlu diubah *\/\r\n    align-self: flex-start !important; \/* kunci utama: background cuma setinggi konten menu *\/\r\n    flex: 0 0 auto;\r\n  }\r\n\r\n  \/* Konten kanan: scroll normal ikut halaman, TIDAK ada scrollbar box terpisah *\/\r\n  .profile-content {\r\n    flex: 1 1 auto;\r\n    \/* tidak ada overflow-y \/ height fixed -> ikut tinggi natural + scroll halaman biasa *\/\r\n  }\r\n\r\n  .profile-sidebar .elementor-icon-list-item.is-active a {\r\n    color: #015e2f;\r\n    font-weight: 600;\r\n  }\r\n\r\n  @media (max-width: 1024px) {\r\n    .profile-wrapper { display: block !important; }\r\n    .profile-sidebar { position: relative !important; top: 0 !important; }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  (function () {\r\n    var EXTRA_GAP = 20; \/\/ jarak ekstra di bawah header, boleh diubah\r\n\r\n    var FIXED_OFFSET = 140; \/\/ <-- ubah angka ini saja kalau masih kurang\/lebih pas\r\n\r\n    function getHeaderHeight() {\r\n      return FIXED_OFFSET;\r\n    }\r\n\r\n    function scrollToTarget(target, headerHeight) {\r\n      var y = target.getBoundingClientRect().top + window.pageYOffset - headerHeight - EXTRA_GAP;\r\n      window.scrollTo({ top: y, behavior: 'smooth' });\r\n    }\r\n\r\n    function setActive(sidebarLinks, link) {\r\n      sidebarLinks.forEach(function (l) {\r\n        l.closest('.elementor-icon-list-item, li')?.classList.remove('is-active');\r\n      });\r\n      if (link) link.closest('.elementor-icon-list-item, li')?.classList.add('is-active');\r\n    }\r\n\r\n    function init() {\r\n      var headerHeight = getHeaderHeight();\r\n      document.documentElement.style.setProperty('--header-h', headerHeight + 'px');\r\n\r\n      var sidebarLinks = document.querySelectorAll('.profile-sidebar a[href^=&quot;#&quot;]');\r\n      if (!sidebarLinks.length) return;\r\n\r\n      \/\/ klik menu -> scroll manual terkontrol penuh oleh JS\r\n      sidebarLinks.forEach(function (link) {\r\n        link.addEventListener('click', function (e) {\r\n          var hash = link.getAttribute('href');\r\n          if (!hash || hash.length < 2) return;\r\n          var target = document.getElementById(hash.substring(1));\r\n          if (!target) return;\r\n\r\n          e.preventDefault();\r\n          scrollToTarget(target, getHeaderHeight());\r\n          history.pushState(null, '', hash);\r\n          setActive(sidebarLinks, link);\r\n        });\r\n      });\r\n\r\n      \/\/ BUKA HALAMAN LANGSUNG dengan #hash di URL (bukan klik) -> perbaiki posisi juga\r\n      if (window.location.hash && window.location.hash.length > 1) {\r\n        var initialTarget = document.getElementById(window.location.hash.substring(1));\r\n        if (initialTarget) {\r\n          \/\/ browser sudah lompat duluan (kurang tepat), kita koreksi setelah layout benar-benar settle\r\n          window.scrollTo(0, 0);\r\n          setTimeout(function () {\r\n            scrollToTarget(initialTarget, getHeaderHeight());\r\n            var matchingLink = Array.prototype.find.call(sidebarLinks, function (l) {\r\n              return l.getAttribute('href') === window.location.hash;\r\n            });\r\n            setActive(sidebarLinks, matchingLink);\r\n          }, 300); \/\/ beri waktu font\/gambar header selesai render dulu\r\n        }\r\n      }\r\n\r\n      \/\/ highlight menu otomatis mengikuti scroll halaman\r\n      var sections = [];\r\n      sidebarLinks.forEach(function (link) {\r\n        var hash = link.getAttribute('href');\r\n        if (hash && hash.length > 1) {\r\n          var el = document.getElementById(hash.substring(1));\r\n          if (el) sections.push({ el: el, link: link });\r\n        }\r\n      });\r\n\r\n      window.addEventListener('scroll', function () {\r\n        var hh = getHeaderHeight();\r\n        var scrollPos = window.pageYOffset + hh + 40;\r\n        var current = null;\r\n        sections.forEach(function (s) {\r\n          var top = s.el.getBoundingClientRect().top + window.pageYOffset;\r\n          if (scrollPos >= top) current = s;\r\n        });\r\n        setActive(sidebarLinks, current ? current.link : null);\r\n      });\r\n    }\r\n\r\n    if (document.readyState === 'loading') {\r\n      document.addEventListener('DOMContentLoaded', init);\r\n    } else {\r\n      init();\r\n    }\r\n    \/\/ hitung ulang tinggi header setelah semua asset (font\/gambar) selesai load\r\n    window.addEventListener('load', function () {\r\n      document.documentElement.style.setProperty('--header-h', getHeaderHeight() + 'px');\r\n    });\r\n  })();\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73b9150 e-con-full profile-sidebar e-flex e-con e-child\" data-id=\"73b9150\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e46f65 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e46f65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#psstp\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Undergraduate Program in Agricultural Engineering<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#psstpangan\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Undergraduate Program in Food Technology<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#psstip\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Undergraduate Program in Agricultural Industrial Technology<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#psmta\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Master's Program in Agroindustrial Technology<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#psmtip\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Master's Program in Agricultural Industrial Technology<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#psdta\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Doctoral Program in Agroindustrial Technology<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4be53e1 e-con-full profile-content e-flex e-con e-child\" data-id=\"4be53e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30aaf1b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"30aaf1b\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"psstp\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Undergraduate Program in Agricultural Engineering<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-505fc87 elementor-widget elementor-widget-text-editor\" data-id=\"505fc87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h5>Vision<\/h5><p><em>\u201cTo become a leading Study Program in Smart and Precision Agriculture with an environmental perspective and international recognition\u201d<\/em><\/p><h5>Mission<\/h5><ol><li>To create a creative, productive, and conducive academic atmosphere to support the FTIP culture (<em>Focus, Trust, Integrity, Professional); to form an academic<\/em> community with integrity, character, competitiveness, and an international outlook by managing study programs that professionally and accountably implement the Tridharma of Higher Education with <em>quality assurance principles.<\/em><\/li><li>To implement effective learning and education in Agricultural Engineering in accordance with the demands of the users of TEP Study Program graduates and to achieve international recognition.<\/li><li>To conduct research in smart and precision Agricultural Engineering with an environmental perspective and to contribute to solving problems in society, nation, and state by establishing continuous cooperation with various strategic partners at home and abroad.<\/li><li>To carry out community service as a form of research dissemination to support learning and the advancement of science and technology for the academic community, government, industry, and society.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b52e2a4 ct-button-icon elementor-widget elementor-widget-button\" data-id=\"b52e2a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ftip.unpad.ac.id\/en\/bachelor-of-agricultural-engineering\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebe4b53 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ebe4b53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2263cf1 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2263cf1\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"psstpangan\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Undergraduate Program in Food Technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac946a0 elementor-widget elementor-widget-text-editor\" data-id=\"ac946a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h5>Vision<\/h5><p><em>\u201cBy 2026, the Food Technology Study Program will become a center for the study of science and technology in the food industry sector that is competitive and competent at the international level\u201d<\/em><\/p><h5>Mission<\/h5><ol><li>To organize effective and professional teaching and learning activities to produce graduates who master food science and technology with an industrial perspective and can apply it responsibly based on faith and applicable law;<\/li><li>To conduct integrated research and community service for the development of science and technology in the food sector, accompanied by concern for societal and environmental issues;<\/li><li>To create a conducive academic environment for the creation of a quality education process;<\/li><li>To collaborate with the government and other institutions in supporting regional and national development.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4ec8e6 ct-button-icon elementor-widget elementor-widget-button\" data-id=\"c4ec8e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ftip.unpad.ac.id\/en\/bachelor-of-food-technology\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d2d083 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8d2d083\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9872a78 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9872a78\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"psstip\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Undergraduate Program in Agricultural Industrial Technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb7923d elementor-widget elementor-widget-text-editor\" data-id=\"fb7923d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h5>Vision<\/h5><p><em>\u201cBy 2024, to become a leading Study Program at national, regional, and internationally recognized levels in the agroindustry sector, impacting national independence\u201d<\/em><\/p><h5>Mission<\/h5><ol><li>To organize innovative and independent education<\/li><li>To conduct solution-oriented research activities<\/li><li>To build a stakeholder network towards agroindustrial excellence<\/li><li>To empower agroindustrial entrepreneurs, small and medium industries (IKM), and micro, small, and medium enterprises (UKM) to be highly competitive<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f02313d ct-button-icon elementor-widget elementor-widget-button\" data-id=\"f02313d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ftip.unpad.ac.id\/en\/bachelor-of-agricultural-industrial-technology\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ecef63 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5ecef63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b69a498 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b69a498\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"psmta\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master's Program in Agroindustrial Technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-577c5c1 elementor-widget elementor-widget-text-editor\" data-id=\"577c5c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h5>Vision<\/h5><p><em>\u201cBy 2024, to become a study program with a high commitment to professionalism and excellence in education and research in the field of agroindustrial technology, nationally recognized\u201d<\/em><\/p><h5>Mission<\/h5><p>To produce qualified, innovative, dynamic, and excellent graduates and to develop research in agricultural technology to support the development of industrial-cultured, environmentally conscious, and sustainable agriculture by applying advanced agroindustrial science (practical\/applied knowledge), which supports graduates&#8217; careers in various fields related to the agricultural industry.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb45644 ct-button-icon elementor-widget elementor-widget-button\" data-id=\"cb45644\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ftip.unpad.ac.id\/en\/master-of-agroindustrial-technology\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c1e606 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6c1e606\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc0149 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3dc0149\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"psmtip\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master's Program in Agricultural Industrial Technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd29b4 elementor-widget elementor-widget-text-editor\" data-id=\"afd29b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h5>Vision<\/h5><p><em>\u201cTo become a higher education management institution with a commitment to excellence in the field of agricultural industrial technology, both theoretical and applied, capable of competing at national, regional, and international levels by 2026\u201d<\/em><\/p><h5>Mission<\/h5><ol><li>To implement quality education in agricultural industrial technology and information (both theoretical and applied) to produce graduates who are morally and academically competitive and beneficial to society.<\/li><li>To develop research and community service to support education and the advancement of science and technology for the academic community, government, industry, and society in general.<\/li><li>To implement educational management by applying quality assurance principles. To implement a professional management system based on transparency and accountability to create effective and efficient institutional relationships. <\/li><li>To establish continuous domestic and international cooperation based on principles of equality, partnership, and mutual trust.<\/li><li>To develop new study programs in the field of agricultural industrial technology and other applied sciences.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5133aea ct-button-icon elementor-widget elementor-widget-button\" data-id=\"5133aea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ftip.unpad.ac.id\/en\/master-of-agricultural-industrial-technology\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cf5d80 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5cf5d80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d9ddd9 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9d9ddd9\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"psdta\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Doctoral Program in Agroindustrial Technology<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e92d35 elementor-widget elementor-widget-text-editor\" data-id=\"9e92d35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h5>Vision<\/h5><p><em>\u201cTo become a study program in Agroindustrial Technology capable of competing at national and regional levels by 2024\u201d<\/em><\/p><h5>Mission<\/h5><ol><li>To organize education and research that refers to the latest technological developments and innovations in the agroindustry sector to produce graduates whose scientific expertise is recognized nationally, regionally, and internationally.<\/li><li>To conduct research with studies on sustainable agroindustrial technology innovation that serves as a reference for scientific development nationally, regionally, and internationally.<\/li><li>To organize excellent community service synchronized with research and capable of contributing to improving the welfare of individuals, groups, or society through intellectual contributions or scientific community service activities.<\/li><li>To build strategic cooperation and partnerships with similar institutions, both domestic and international.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efd34b1 ct-button-icon elementor-widget elementor-widget-button\" data-id=\"efd34b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ftip.unpad.ac.id\/en\/doctoral-program-in-agroindustrial-technology\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44622bd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"44622bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home \/ Study Programs Study Programs of the Faculty of Agricultural Industrial Technology Undergraduate Program in Agricultural Engineering Undergraduate Program in Food Technology Undergraduate Program in Agricultural Industrial Technology Master&#8217;s Program in Agroindustrial Technology Master&#8217;s Program in Agricultural Industrial Technology Doctoral Program in Agroindustrial Technology Undergraduate Program in Agricultural Engineering Vision \u201cTo become a leading [&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-7540","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/comments?post=7540"}],"version-history":[{"count":8,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7540\/revisions"}],"predecessor-version":[{"id":7629,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7540\/revisions\/7629"}],"wp:attachment":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/media?parent=7540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}