{"id":7494,"date":"2026-07-13T21:43:50","date_gmt":"2026-07-13T14:43:50","guid":{"rendered":"https:\/\/ftip.unpad.ac.id\/admissions\/smup-registration\/"},"modified":"2026-07-14T12:52:45","modified_gmt":"2026-07-14T05:52:45","slug":"smup-registration","status":"publish","type":"page","link":"https:\/\/ftip.unpad.ac.id\/en\/admissions\/smup-registration\/","title":{"rendered":"SMUP Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7494\" class=\"elementor elementor-7494 elementor-6907\">\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-fa13570 elementor-widget elementor-widget-html\" data-id=\"fa13570\" 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> SMUP Registration\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\">SMUP Registration<\/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=\"#deskripsi\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Description<\/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=\"#persyaratan\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Requirements<\/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=\"#prosedur-pendaftaran\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Registration Procedure<\/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=\"#program-akademik\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Academic Programs<\/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=\"#tanggal-penting\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Important Dates<\/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=\"#pelaksanaan-ujian-smup\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">SMUP Exam Implementation<\/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=\"#mekanisme-pengumuman\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Announcement Mechanism<\/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=\"deskripsi\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Description<\/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<p>Independent Selection is a selection or admission system for new students at higher education institutions conducted independently by each institution. Independent Selection involves a series of tests or specific criteria to screen prospective participants. The Universitas Padjadjaran Entrance Selection (SMUP) for Undergraduate Programs adopts the government&#8217;s entrance selection system in accordance with Permendikbudristek No. 48 of 2022 and Permendikbudristek No. 62 of 2023. SMUP is open to all Indonesian Citizens (WNI) who graduate from high school level education in 2024, 2025, and 2026.   <\/p><p>Participants of the SMUP Independent Selection for Academic Achievement \u2013 SMUP Exam and Report Card Scheme 2026 may register by following these provisions:<\/p><ol><li>All graduates of SMA\/MA\/SMK from 2024, 2025, and 2026 or Package C students with a maximum age of 22 years as of July 1, 2026.<\/li><li>SMUP 2026 participants may register for more than one selection track with the allowed combination of track options.<\/li><li>Participants of the SMUP Independent Selection for Academic Achievement and Strategic Partnership Selection <strong>may only register for one of the available schemes<\/strong>, namely; the SMUP Exam and Report Card Scheme or the UTBK and Report Card Scheme.<\/li><li>Independent Selection for Academic Achievement \u2013 SMUP Exam Scheme is intended only for participants who do not have a 2026 UTBK Score.<\/li><li>For participants of the SMUP Exam Scheme who also have a 2026 UTBK score, their graduation determination will be based solely on their UTBK Score.<\/li><li>The SMUP Exam is conducted <em>online<\/em>.<\/li><li>Graduation announcements are made simultaneously for all selection tracks except for the International Class Selection.<\/li><li>Graduation information can only be viewed through each participant&#8217;s <em>admission<\/em> account, which is integrated with registration.<\/li><li>Participants who have been declared accepted through SNBP will not be included in the Unpad independent selection process.<\/li><\/ol>\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=\"persyaratan\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Requirements<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac946a0 elementor-widget__width-inherit 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<p>Requirements and Provisions for SMUP Independent Selection participants for Academic Programs (Bachelor&#8217;s) and Vocational Programs (Applied Bachelor&#8217;s) under the 2026 SMUP Exam scheme may register by following these provisions:<\/p><ol><li>Indonesian Citizen (WNI).<\/li><li>All graduates of SMA\/MA\/SMK from 2024, 2025, and 2026 or Package C students with a maximum age of 22 years as of July 1, 2026.<\/li><li>Each participant is free to choose Academic Programs (Bachelor&#8217;s) and Vocational Programs (Applied Bachelor&#8217;s).<\/li><li>Each participant is allowed to <strong>choose a maximum of 4 (four) study programs consisting of 2 (two) Academic Program (Bachelor&#8217;s) options and 2 (two) Vocational Program (Diploma Four\/Applied Bachelor&#8217;s) options<\/strong> in accordance with the provisions in the Academic Program (Bachelor&#8217;s) and Vocational Program (Applied Bachelor&#8217;s) table.<\/li><li>The order of Study Program selection indicates the priority of choice.<\/li><li>Graduation criteria are based on the highest scores according to the capacity (quota) of the Study Program.<\/li><li>The registration fee is <strong>Rp. 300,000<\/strong>. For participants who are later accepted\/approved to receive KIP-K, the registration fee will be refunded. <\/li><li style=\"list-style-type: none;\"> <\/li><\/ol>\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-9c3d9e5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9c3d9e5\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"prosedur-pendaftaran\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Registration Procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2976f1 elementor-widget elementor-widget-text-editor\" data-id=\"e2976f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Before registering on the <a href=\"https:\/\/admission.unpad.ac.id\/\">https:\/\/admission.unpad.ac.id\/<\/a> page, ensure that participants have read &#038; understood all information on the SMUP page <a href=\"https:\/\/smup.unpad.ac.id\/\">https:\/\/smup.unpad.ac.id<\/a>; participants must first prepare the data and supporting documents to be submitted. The things that need to be known are: <\/p><ol><li>Requirements according to the selected selection track.<\/li><li>Registration Procedure.<\/li><li>Announcement Mechanism.<\/li><li>Open Study Programs.<\/li><li>Single Tuition Fee (UKT) and Institutional Development Fee (IPI) for each study program.<\/li><li>Important Dates<\/li><\/ol><p>When registering in the SMUP application, participants are advised to use a Computer \/ Laptop with good internet speed.<\/p><h5>Registration Flow<\/h5><ol><li>Choosing a Selection Track<ul><li>Choose the selection track to be followed. Each track has different requirements, so participants must read and understand all information on the SMUP page <a href=\"https:\/\/smup.unpad.ac.id\/\" target=\"_blank\" rel=\"noopener\">https:\/\/smup.unpad.ac.id\/<\/a>. <\/li><\/ul><\/li><li>Choosing a Study Program<ul><li>Choose a study program according to the selection track followed. Each track has different study program selection provisions. The order of study program choices becomes the priority in the selection process.  <\/li><\/ul><\/li><li>Choosing a Payment Method<ul><li>Choose the available payment method, namely payment through a bank or Virtual Account.<\/li><\/ul><\/li><li>Completing Data and Requirements<ul><li>Ensure all data and requirements match the selected selection track. If there is still incomplete or incorrect data, complete it first until the finalization process can be carried out. <\/li><li>Completing profile data.<\/li><li>Completing education data.<\/li><li>Completing family data.<\/li><li>Completing education cost data.<\/li><li>Completing certificate data.<\/li><li>Completing special requirements.<\/li><\/ul><\/li><li>Finalizing Registration<ul><li>After all data and documents are declared complete and correct, finalize the registration.<\/li><\/ul><\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5911c86 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5911c86\" 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-10e9699 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"10e9699\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"program-akademik\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Academic Program (Bachelor's)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ee1063 elementor-widget elementor-widget-text-editor\" data-id=\"9ee1063\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Study Program Options<\/strong><\/p><ol><li>Each participant is allowed to <strong>choose a maximum of 4 (four) study programs consisting of 2 (two) Academic Program (Bachelor&#8217;s) options and 2 (two) Vocational Program (Diploma Four\/Applied Bachelor&#8217;s) options<\/strong> in accordance with the provisions in the table below.<\/li><li>The order of study program selection indicates the priority of choice.<\/li><li>Complete information on Faculties and chosen Study Programs can be viewed on the page <a href=\"https:\/\/smup.unpad.ac.id\/fakultas\/\">https:\/\/smup.unpad.ac.id\/fakultas\/<\/a><\/li><li style=\"list-style-type: none;\"> <\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d63bfe1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d63bfe1\" 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-958c069 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"958c069\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tanggal-penting\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Important Dates<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cb69dd elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"6cb69dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;\">\n<table style=\"width:100%;min-width:700px;border-collapse:collapse;\">\n<thead>\n<tr>\n<td colspan=\"3\"><strong>Universitas Padjadjaran Entrance Selection Timeline 2026<\/strong><\/td>\n<\/tr>\n<\/thead>\n\n<tbody>\n\n<tr>\n<td><strong>No<\/strong><\/td>\n<td><strong>Scheme<\/strong><\/td>\n<td><strong>Activity<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"4\">1<\/td>\n<td rowspan=\"4\">Academic Achievement \u2013 SMUP Exam and Report Card<\/td>\n<td>Registration: April 1 to June 2, 2026<\/td>\n<\/tr>\n<tr>\n<td>Simulation and Verification of Exam Devices: June 8, 2026<\/td>\n<\/tr>\n<tr>\n<td>Exam Implementation: June 10, 2026<\/td>\n<\/tr>\n<tr>\n<td><strong>Announcement: June 23 \u2013 July 7, 2026 at 3:00 PM WIB<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"2\">2<\/td>\n<td rowspan=\"2\">Academic Achievement \u2013 UTBK and Report Card<\/td>\n<td>Registration: April 1 to June 2, 2026<\/td>\n<\/tr>\n<tr>\n<td><strong>Announcement: June 23 \u2013 July 7, 2026 at 3:00 PM WIB<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"2\">3<\/td>\n<td rowspan=\"2\">Talent and Interest<\/td>\n<td>Registration: April 1 to May 22, 2026<\/td>\n<\/tr>\n<tr>\n<td><strong>Announcement: June 23 \u2013 July 7, 2026 at 3:00 PM WIB<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td><strong>No<\/strong><\/td>\n<td><strong>Scheme<\/strong><\/td>\n<td><strong>Activity<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"4\">1<\/td>\n<td rowspan=\"4\">Strategic Partnership \u2013 SMUP Exam and Report Card<\/td>\n<td>Registration: April 1 to June 2, 2026<\/td>\n<\/tr>\n<tr>\n<td>Simulation and Verification of Exam Devices: June 8, 2026<\/td>\n<\/tr>\n<tr>\n<td>Exam Implementation: June 10, 2026<\/td>\n<\/tr>\n<tr>\n<td><strong>Announcement: June 23 \u2013 July 7, 2026 at 3:00 PM WIB<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"2\">2<\/td>\n<td rowspan=\"2\">Strategic Partnership \u2013 UTBK and Report Card<\/td>\n<td>Registration: April 1 to June 2, 2026<\/td>\n<\/tr>\n<tr>\n<td><strong>Announcement: June 23 \u2013 July 7, 2026 at 3:00 PM WIB<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td><strong>No<\/strong><\/td>\n<td><strong>Scheme<\/strong><\/td>\n<td><strong>Activity<\/strong><\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"2\">1<\/td>\n<td rowspan=\"2\">International Undergraduate Program Batch 1<\/td>\n<td>Application Period: 12 January \u2013 9 March 2026<\/td>\n<\/tr>\n<tr>\n<td>Selection Result: March 13, 2026, 3:00 PM (WIB)<\/td>\n<\/tr>\n\n<tr>\n<td colspan=\"3\">Applicants who do not pass Phase 1 may reapply for Phase 2.<\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"2\">2<\/td>\n<td rowspan=\"2\">International Undergraduate Program Batch 2<\/td>\n<td>Application Period: 1 April \u2013 7 May 2026<\/td>\n<\/tr>\n<tr>\n<td>Selection Result: May 14, 2026, 3:00 PM (WIB)<\/td>\n<\/tr>\n\n<tr>\n<td rowspan=\"2\">3<\/td>\n<td rowspan=\"2\"><strong>International Undergraduate Program Batch 3<\/strong><\/td>\n<td><strong>Application Period: 2 June \u2013 13 July 2026<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Selection Result: To Be Announced<\/td>\n<\/tr>\n\n<\/tbody>\n<\/table>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a517477 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a517477\" 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-5683a2c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5683a2c\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"pelaksanaan-ujian-smup\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SMUP Exam Implementation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-903ee4b elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"903ee4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Simulation, Verification of Exam Devices, Exam Implementation:<br\/>Please access and login to the site <a href=\"https:\/\/admission.unpad.ac.id\/\">https:\/\/admission.unpad.ac.id\/<\/a><\/p><p><strong>SMUP Exam Material<\/strong><\/p><div style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"><table style=\"width: 100%; min-width: 600px; border-collapse: collapse;\"><thead><tr><td><strong>No<\/strong><\/td><td><strong>Subject<\/strong><\/td><\/tr><\/thead><tbody><tr><td>1<\/td><td>General Reasoning<\/td><\/tr><tr><td>2<\/td><td>Reading Comprehension and Writing<\/td><\/tr><tr><td>3<\/td><td>General Knowledge and Understanding<\/td><\/tr><tr><td>4<\/td><td>Quantitative Knowledge<\/td><\/tr><tr><td>5<\/td><td>Literacy in English<\/td><\/tr><tr><td>6<\/td><td>Literacy in Indonesian<\/td><\/tr><tr><td>7<\/td><td>Mathematical Reasoning<\/td><\/tr><\/tbody><\/table><\/div><p> <\/p><div style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"><table style=\"width: 100%; min-width: 700px; border-collapse: collapse;\"><thead><tr><td><strong>No<\/strong><\/td><td><strong>Name<\/strong><\/td><td><strong>Download Link<\/strong><\/td><\/tr><\/thead><tbody><tr><td>1<\/td><td>Participant Exam Application<\/td><td><a href=\"https:\/\/go.unpad.ac.id\/SMUP2026\">https:\/\/go.unpad.ac.id\/SMUP2026<\/a><\/td><\/tr><tr><td>2<\/td><td>Rules of Conduct for Online Written Exam Participants<\/td><td><a href=\"https:\/\/files-cdn.unpad.ac.id\/smup2026\/2.SMUP_2026_Tata_Tertib_Peserta_Ujian_Tulis_Daring_SMUP_2026.pdf\">Here<\/a><\/td><\/tr><tr><td>3<\/td><td>Installation &#038; Usage Guide for Online Exam Application (PARTICIPANT)<\/td><td><a href=\"https:\/\/files-cdn.unpad.ac.id\/smup2026\/3.SMUP_2026_Panduan_Instalasi_%26_Penggunaan_Aplikasi_Ujian_Online.pdf\">Here<\/a><\/td><\/tr><tr><td>4<\/td><td>Online Exam FAQ (Participant)<\/td><td><a href=\"https:\/\/files-cdn.unpad.ac.id\/smup2026\/4.SMUP%20-%202026%20-%20FAQ%20Ujian%20Online%20(Peserta).pdf\">Here<\/a><\/td><\/tr><tr><td>5<\/td><td>Guide to Changing Default Application<\/td><td><a href=\"https:\/\/files-cdn.unpad.ac.id\/smup2026\/5.SMUP%20-%202026%20-%20Panduan%20Ganti%20Default%20Application.pdf\">Here<\/a><\/td><\/tr><tr><td>6<\/td><td>Official SMUP Telegram<\/td><td><a href=\"https:\/\/t.me\/SMUPS1D4Unpad\">https:\/\/t.me\/SMUPS1D4Unpad<\/a><\/td><\/tr><\/tbody><\/table><\/div><p> <\/p><p>This online exam implementation uses the CAT (<em>Computer Assisted Test<\/em>) system. To take the online exam, participants must use a device in the form of a laptop or PC computer with the following minimum specifications: <\/p><div style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"><table style=\"width: 100%; min-width: 650px; border-collapse: collapse;\"><thead><tr><td colspan=\"2\"><strong>Hardware<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Type of Exam Device<\/td><td>Laptop or PC Computer + Webcam<\/td><\/tr><tr><td>Operating System<\/td><td>Windows: 10 (64 Bit), 11 (64 Bit) (<strong>macOS not supported<\/strong>)<\/td><\/tr><tr><td>CPU<\/td><td>Intel i3 or above<\/td><\/tr><tr><td>RAM<\/td><td>8 GB<\/td><\/tr><tr><td>WebCam<\/td><td>Available and functioning well<\/td><\/tr><tr><td>Free Disk Space<\/td><td>&gt; 10 GB<\/td><\/tr><tr><td>Internet<\/td><td>10 Mbps speed with 4 GB internet quota<\/td><\/tr><\/tbody><\/table><\/div><p> <\/p><div style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"><table style=\"width: 100%; border-collapse: collapse;\"><thead><tr><td><strong>Exam Location Requirements<\/strong><\/td><\/tr><\/thead><tbody><tr><td>The exam location must be the same as the location used during verification.<\/td><\/tr><tr><td>Sufficient lighting.<\/td><\/tr><tr><td>Closed room.<\/td><\/tr><tr><td>Comfortable desk and chair during the exam.<\/td><\/tr><tr><td>No other people around the exam location.<\/td><\/tr><\/tbody><\/table><\/div><p> <\/p><div style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"><table style=\"width: 100%; border-collapse: collapse;\"><thead><tr><td><strong>Exam Supervision Application Device Requirements<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Smartphone\/handphone\/tablet device for Exam Supervision.<\/td><\/tr><tr><td>Smartphone\/handphone camera is functioning well.<\/td><\/tr><tr><td>Device is easy to rotate\/move.<\/td><\/tr><tr><td>Sufficient internet quota to run the supervision application during the exam.<\/td><\/tr><\/tbody><\/table><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ac24d3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9ac24d3\" 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-b7956c6 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b7956c6\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"mekanisme-pengumuman\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Announcement Mechanism<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9834046 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"9834046\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>ANNOUNCEMENT MECHANISM FOR UNIVERSITAS PADJADJARAN ENTRANCE SELECTION RESULTS FOR BACHELOR&#8217;S \/ APPLIED BACHELOR&#8217;S PROGRAMS<\/p><ol><li>The graduation announcement for participants of the Universitas Padjadjaran Entrance Selection (SMUP) Independent Selection for Academic Programs (Bachelor&#8217;s) and Vocational Programs (Applied Bachelor&#8217;s) <strong>is conducted<\/strong> <strong>openly and integrated with the registration process<\/strong>.<\/li><li>Details of the Announcement Mechanism will be informed and can be accessed through each selection participant&#8217;s registration account page at <a href=\"https:\/\/admission.unpad.ac.id\/en\">https:\/\/admission.unpad.ac.id\/en<\/a>.<\/li><li>All \u201c<strong>Passed\u201d<\/strong> participants must confirm their registration according to the graduation announcement date period by accessing the <strong>Confirm Registration<\/strong> and <strong>Payment<\/strong> buttons according to the existing bill.<\/li><li>All \u201c<strong>Passed\u201d<\/strong> participants who <strong>do not confirm registration and payment<\/strong> within the provided timeframe will automatically be <strong>declared to have withdrawn<\/strong>.<\/li><li>All UNPAD independent selection participants are expected to always monitor graduation information updates through the page <a href=\"https:\/\/admission.unpad.ac.id\/en\">https:\/\/admission.unpad.ac.id\/en<\/a> using their respective registration accounts and\/or through information from other official UNPAD channels during the calling period.<\/li><\/ol><p><strong>ATTENTION<\/strong>: Beware of all <strong>fraudulent modes in the form of assistance for passing the entrance selection<\/strong> from any individuals acting on behalf of SMUP or Universitas Padjadjaran. UNPAD <strong>never accepts cash payments<\/strong> for any bills. Ensure your <strong>HP\/WA number<\/strong> registered in the application is <strong>valid and active.<\/strong> Always pay attention to the address or number of the sender of information regarding SMUP.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f99833 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9f99833\" 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-c5a3588 ct-button-icon elementor-widget elementor-widget-button\" data-id=\"c5a3588\" 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:\/\/smup.unpad.ac.id\/seleksi-mandiri-ujian-smup\/\" 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>\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 \/ SMUP Registration SMUP Registration Description Requirements Registration Procedure Academic Programs Important Dates SMUP Exam Implementation Announcement Mechanism Description Independent Selection is a selection or admission system for new students at higher education institutions conducted independently by each institution. Independent Selection involves a series of tests or specific criteria to screen prospective participants. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":7478,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7494","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\/7494","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=7494"}],"version-history":[{"count":1,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7494\/revisions"}],"predecessor-version":[{"id":7495,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7494\/revisions\/7495"}],"up":[{"embeddable":true,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7478"}],"wp:attachment":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/media?parent=7494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}