{"id":7492,"date":"2026-07-14T09:29:37","date_gmt":"2026-07-14T02:29:37","guid":{"rendered":"https:\/\/ftip.unpad.ac.id\/admissions\/masters-degree-registration\/"},"modified":"2026-07-14T12:52:44","modified_gmt":"2026-07-14T05:52:44","slug":"masters-degree-registration","status":"publish","type":"page","link":"https:\/\/ftip.unpad.ac.id\/en\/admissions\/masters-degree-registration\/","title":{"rendered":"Master&#8217;s Degree Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7492\" class=\"elementor elementor-7492 elementor-7080\">\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> Master's Degree 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\">Master's Degree 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=\"#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=\"#kriteria-penilaian\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Assessment Criteria<\/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=\"#wawancara\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Exam \/ Interview Schedule<\/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=\"#loa\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Letter of Acceptance (LoA) Request<\/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-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<ol><li>Indonesian Citizens (WNI) or Foreign Citizens (WNA).<\/li><li>Graduates of undergraduate programs (S1) accredited by BAN PT\/LAM-PTKes.<\/li><li>Specifically for applicants to the Faculty of Law, please prepare a Thesis Proposal to be submitted during the interview session or exam.<\/li><li>Applicants must possess certificates for the <strong>Academic Ability Test (TKA)<\/strong> and the <strong>English Proficiency Test (TKBI)<\/strong> from institutions recognized by Unpad; there is no minimum <em>score<\/em> requirement for TKBI and TKA.<\/li><li><strong>Academic Ability Test (TKA)<\/strong> certificates from the <a href=\"https:\/\/portaltes.pipunpad.id\/login\">Padjadjaran University Psychology Innovation Center (PIP Unpad)<\/a> or Academic Potential Tests (TPA) from other official organizing institutions recognized by UNPAD, namely <strong>PLTI Himpsi; UGM; UNAIR; UI; BAPPENAS<\/strong>.<\/li><li>Possess a Statement of Purpose.<\/li><li>A valid English Proficiency Certificate (maximum 2 years old) from the <a href=\"https:\/\/pusatbahasa.org\/main\/index\"><strong><em>English Language Test<\/em><\/strong><strong> (ELT) \/ UNPAD English Proficiency Test (TKBI)<\/strong><\/a> or English proficiency tests from official organizing institutions recognized by UNPAD, namely:<\/li><\/ol><div style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"><table style=\"width: 100%; min-width: 700px; border-collapse: collapse;\"><thead><tr><td width=\"4%\"><strong>No.<\/strong><\/td><td width=\"72%\"><strong>Test Type<\/strong><\/td><td width=\"24%\"><strong>Certificate Issuing Institution<\/strong><\/td><\/tr><\/thead><tbody><tr><td>1<\/td><td>English Language Test (ELT) \/ English Proficiency Test (TKBI) \/ English Language Proficiency Test \/ Test of English Proficiency (TOEP)<\/td><td><a href=\"https:\/\/pusatbahasa.org\/main\/index\">Universitas Padjadjaran (Unpad)<\/a><br\/><a href=\"https:\/\/plti.co.id\/toep-teflin\">Indonesian Test Service Center (PLTI)<\/a><br\/><a href=\"https:\/\/englishtest.duolingo.com\/home\">Duolingo<\/a><\/td><\/tr><tr><td>2<\/td><td>International English Language Testing System (IELTS)<\/td><td><a href=\"https:\/\/www.britishcouncil.id\/en\">British Council<\/a><br\/><a href=\"https:\/\/www.ialf.edu\/\">IALF<\/a><br\/><a href=\"https:\/\/www.idp.com\/indonesia\/?lang=en\">IDP<\/a><\/td><\/tr><tr><td>3<\/td><td>Test of English as a Foreign Language (TOEFL) iBT<\/td><td>International TOEFL<\/td><\/tr><\/tbody><\/table><\/div><ul><li>Note:<ul><li>Applicants using <strong>English certificates or TOEFL tests from institutions other than the official ones listed above<\/strong> will require a significant amount of time (&gt; 1 month) for the verification process with the official organizing institutions. Consequently, eligible applicants <strong>may not be called for an interview according to the selection session\/wave in which they registered<\/strong>.<\/li><li>Applicants who are not eligible for an interview in one selection session will be included in the next selection session once they have corrected\/completed the missing documents, <strong>without having to pay the registration fee again if it is still within the same wave<\/strong>.<\/li><li>Applicants who have <strong>scientific publications in reputable international journals (Q3)<\/strong> according to <a href=\"https:\/\/www.scimagojr.com\/journalrank.php\">SJR: Scientific Journal Rankings \u2013 SCImago<\/a> as the first author are not required to possess or upload TKA\/TPA and TKBI scores when registering.<\/li><\/ul><\/li><\/ul><p>All documents must be attached or uploaded to the page <a href=\"https:\/\/admission.unpad.ac.id\/en\">https:\/\/admission.unpad.ac.id\/en<\/a> during registration.<\/p><ul><li style=\"list-style-type: none;\"><ul><li>For those interested in taking the Online TKA organized by <a href=\"https:\/\/portaltes.pipunpad.id\/login\"><strong>PIP Unpad<\/strong><\/a>, please access <a href=\"https:\/\/portaltes.pipunpad.id\/login\">https:\/\/portaltes.pipunpad.id\/login<\/a>. For those who have registered and paid for the Online TKA, please note the following instructions: <a href=\"https:\/\/drive.google.com\/file\/d\/1Lnd6wRYuDRxtiKO2qpgyFb2N1cVgXARz\/view\">Technical Implementation Guidelines<\/a>.<\/li><\/ul><\/li><\/ul><ul><li style=\"list-style-type: none;\"><ul><li>For those interested in taking the Online TKBI organized by the Unpad Language Center, please access the page <a href=\"https:\/\/pendaftaran.unpad.ac.id\/\">https:\/\/pendaftaran.unpad.ac.id\/<\/a>. For those who have registered and paid for the Online TKBI, please note the following instructions: <a href=\"https:\/\/smup.unpad.ac.id\/wp-content\/uploads\/2021\/03\/Tata-Tertib-Peserta-TKBI-Online-SMUP-Mei-2020.pdf\">Rules for SMUP Online TKBI Participants<\/a> \/ <a href=\"https:\/\/smup.unpad.ac.id\/wp-content\/uploads\/2021\/03\/Panduan-Teknis-TKBI-Online_revised.pdf\">Quick Guide<\/a> \/ <a href=\"https:\/\/smup.unpad.ac.id\/wp-content\/uploads\/2021\/05\/Panduan-Singkat-Ujian-TKBI-Online-untuk-Peserta_REVISED.pdf\">SMUP Online TKBI Exam User Manual<\/a>. <\/li><\/ul><\/li><\/ul>\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<ol><li>Check the general and specific requirements for applying to the intended study program.<\/li><li>Register and fill in data online at <a href=\"https:\/\/admission.unpad.ac.id\/en\">https:\/\/admission.unpad.ac.id\/en<\/a> then click the Register\/Login with Google button.<\/li><li>Select the Gmail account used for registration.<\/li><li>Click the Registration Menu, select the desired level, then click the select path button. After that, the available registration paths will appear. <\/li><li>Select the desired Path then click the register button.<\/li><li><strong>Step 1: Fulfillment of Supporting Data Requirements<\/strong><ul><li>Complete the Supporting Data Requirements such as Personal Data, Education, Employment, and Academic Portfolio (TKA &#038; TKBI). Ensure all entries are correct; you can proceed to the next step once all items are checked green. Click the Next Button and you will be at Step 2.  <\/li><\/ul><\/li><li> <strong>Step 2: Selection of Study Program<\/strong><ul><li>In the Interest Tab, please select the Level and Study Program-Concentration of interest and click the Save button.<\/li><li>Upload Special Requirements if applicable.<\/li><li>Click the Next Button once everything is checked.<\/li><\/ul><\/li><li><strong>Step 3: Select Payment Method<\/strong><ul><li>Please choose to make the Bill Payment via Bank or Credit Card.<ul><li>Please view and read the Payment Guide because each bank has different Payment Methods; some can only be done via bank teller, while others can use Mobile Banking, etc.<\/li><\/ul><\/li><li>Click the Create Bill Button, then you will see the Bill No. as shown below (Fees vary depending on the level taken). If you have paid but the Payment status has not changed, please click the Check Payment button.  <\/li><li>If the Payment Status is Successful, please click the next button and you will be at Step 4: Finalization.<\/li><\/ul><\/li><li>Step 4: Registration Finalization<ul><li>Re-examine all the data entered, then click the Finalize Registration button.<\/li><li>Registration Finalization Successful! Your registration has been successfully finalized. You may proceed to the next stage according to the provisions of each registration path. Further information regarding the next steps will be informed shortly in the registration history on the dashboard page. Please ensure you stay updated with our information.    <\/li><\/ul><\/li><li>After finalizing the registration, please click the Dashboard Button to see that you have completed the registration (indicated by the presence of a Registration History). If correct, please click the View Registration button to see the Verification Results of the uploaded documents. <\/li><\/ol><ol start=\"11\"><li>On the Verification Results page, you will see Documents in the Verification Process, Meets Requirements, Does Not Meet Requirements, Documents Checked During Interview\/Exam, Invalid, etc.<\/li><\/ol><ol><li style=\"list-style-type: none;\"><ul><li>Study Program Contact Numbers are available if there are further questions.<\/li><li>The Exam Process Status will automatically change to Eligible\/Not Eligible based on the documents checked by the verifier. The registration document verification process (by the Verifier) is carried out while registration is ongoing and 1 day after the Registration Finalization Deadline. Please wait.  <\/li><\/ul><\/li><\/ol><ol start=\"12\"><li>If the Exam Process Status has changed to Eligible, you can download the Participant Card.<\/li><\/ol><ol><li style=\"list-style-type: none;\"><ul><li>Note: The exam\/interview is intended for participants who have been declared to have passed<br\/>registration document verification (Eligible) and have been contacted by the Study Program\/Faculty. If<br\/>your documents are valid but you have not received notification, please contact the Study<br\/>Program for further confirmation. <\/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=\"kriteria-penilaian\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Assessment Criteria<\/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>In determining the students to be admitted, the selection committee will consider the following:<\/p><ol><li>Previous academic performance.<\/li><li>Academic Ability Test and English Proficiency Test scores.<\/li><li>Motivation and academic potential derived from the Statement of Purpose and interview results.<\/li><\/ol><p>The documents uploaded and data entered by participants will be verified by the Selection Committee.<\/p>\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<p><strong>Universitas Padjadjaran Entrance Selection (SMUP) Graduate Programs Wave I Academic Year 2026\/2027<\/strong><\/p><p><strong>Registration is open from March 27, 2026 \u2013 July 13, 2026<\/strong><\/p><p>Update: March 30, 2026<\/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 colspan=\"2\"><strong>Session I Graduation Determination (Registration Finalization Deadline: April 9, 2026)<\/strong><\/td><\/tr><\/thead><tbody><tr><td width=\"48%\">Exam\/Interview<\/td><td width=\"52%\">April 15 \u2013 17, 2026<\/td><\/tr><tr><td>Announcement<\/td><td>April 24, 2026<\/td><\/tr><\/tbody><\/table><\/div><p> <\/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 colspan=\"2\"><strong>Session II Graduation Determination (Registration Finalization Deadline: May 21, 2026)<\/strong><\/td><\/tr><\/thead><tbody><tr><td width=\"46%\">Exam\/Interview<\/td><td width=\"54%\">May 29 \u2013 June 5, 2026<\/td><\/tr><tr><td>Announcement<\/td><td>June 12, 2026<\/td><\/tr><\/tbody><\/table><\/div><p> <\/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 colspan=\"2\"><strong>Session III Graduation Determination (Registration Finalization Deadline: July 13, 2026)<\/strong><\/td><\/tr><\/thead><tbody><tr><td width=\"50%\">Exam\/Interview<\/td><td width=\"50%\">July 22 \u2013 24, 2026<\/td><\/tr><tr><td>Announcement<\/td><td>July 31, 2026<\/td><\/tr><\/tbody><\/table><\/div><ul><li>Exams\/Interviews are only for participants who have registered, completed all requirements, and have been <strong>declared eligible<\/strong>. Each participant can <strong>monitor their registration status<\/strong> through their respective accounts in our SMUP Graduate registration application. <\/li><\/ul>\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=\"wawancara\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Exam \/ Interview Schedule<\/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>Participants declared <em>eligible <\/em>will be contacted by the Faculty\/Study Program via Phone Number, <em>WhatsApp<\/em>, or <em>Email<\/em>; please ensure all are active.<\/p>\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=\"loa\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Letter of Acceptance (LoA) Request<\/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<ul><li>A Letter of Acceptance (LoA) is only issued to participants who have been declared to have passed the SMUP.<\/li><li>For participants who require early graduation determination due to LoA needs or other reasons, please <strong>immediately complete registration data with valid documents<\/strong> to be included as eligible participants in the early graduation determination sessions.<\/li><li>For participants who have been declared to have passed the SMUP and require a Letter of Acceptance (LoA), please register first; the LoA can then be downloaded from the page https:\/\/students.unpad.ac.id\/peserta in the Download menu.<\/li><\/ul>\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-ffa247f ct-button-icon elementor-widget elementor-widget-button\" data-id=\"ffa247f\" 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\/magister\/\" 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 \/ Master&#8217;s Degree Registration Master&#8217;s Degree Registration Requirements Registration Procedure Assessment Criteria Important Dates Exam \/ Interview Schedule Letter of Acceptance (LoA) Request Requirements Indonesian Citizens (WNI) or Foreign Citizens (WNA). Graduates of undergraduate programs (S1) accredited by BAN PT\/LAM-PTKes. Specifically for applicants to the Faculty of Law, please prepare a Thesis Proposal to [&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-7492","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\/7492","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=7492"}],"version-history":[{"count":1,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7492\/revisions"}],"predecessor-version":[{"id":7493,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7492\/revisions\/7493"}],"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=7492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}