{"id":7487,"date":"2026-07-14T09:52:32","date_gmt":"2026-07-14T02:52:32","guid":{"rendered":"https:\/\/ftip.unpad.ac.id\/admissions\/doctoral-registration\/"},"modified":"2026-07-14T12:52:13","modified_gmt":"2026-07-14T05:52:13","slug":"doctoral-registration","status":"publish","type":"page","link":"https:\/\/ftip.unpad.ac.id\/en\/admissions\/doctoral-registration\/","title":{"rendered":"Doctoral Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7487\" class=\"elementor elementor-7487 elementor-7114\">\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> Doctoral 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\">Doctoral 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 Citizen or Foreign National.<\/li><li>Graduates of undergraduate and master&#8217;s programs accredited by BAN PT\/LAM-PTKes.<\/li><li>Possess a valid Academic Ability Test (TKA) certificate from the <a href=\"https:\/\/portaltes.pipunpad.id\/login\">Center for Psychological Innovation of Universitas Padjadjaran (PIP Unpad)<\/a> with a minimum score of 500, or an Academic Potential Test (TPA) from other official organizing institutions recognized by UNPAD, namely: PLTI Himpsi; UGM; UNAIR; UI; BAPPENAS.<\/li><li>Possess a valid UNPAD English Language Test (ELT) certificate (maximum 2 years) with a minimum score of 500, or an English proficiency test 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=\"12%\"><strong>No.<\/strong><\/td><td width=\"58%\"><strong>Test Type<\/strong><\/td><td width=\"30%\"><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\/\">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>TOEFL (International): Score of 500<\/li><li>TOEP (Test of English Proficiency administered by PLTI): Score of 500<\/li><li>IELTS: Overall band score of 6 (accepted from British Council, IALF, or IDP)<\/li><li>Duolingo English Test: Score of 95 (<a href=\"https:\/\/englishtest.duolingo.com\/\">https:\/\/englishtest.duolingo.com<\/a>)<\/li><\/ul><p>Notes:<\/p><ul><li style=\"list-style-type: none;\"><ul><li>Applicants using English certificates or TOEFL tests from institutions other than the official ones listed above will require a significant amount of time (&gt; 1 month) for the verification process with the official organizing institution; consequently, eligible applicants might not be called for an interview according to the selection session\/wave in which they registered.<\/li><li>Applicants who are not eligible for an interview in one selection session will be included in the next selection session if they have corrected\/completed the missing documents without having to pay the registration fee again, provided it is within the same wave.<\/li><li>Applicants who have scientific publications in reputable international journals (Q3) according to SJR: Scientific Journal Rankings \u2013 SCImago as the first author do not need to attach or upload TPA and TKBI scores when registering.<\/li><\/ul><\/li><\/ul><ol start=\"5\"><li>Possess a Statement of Willingness to Supervise from the prospective Lead Promoter (This letter can be obtained if the promoter has approved it in the Expertise Directory system; participants can request the letter through the prospective promoter, and this letter does not need to be uploaded to the registration system). Specifically for prospective applicants to the Faculty of Law, please prepare a Dissertation Proposal to be submitted during the interview or examination session. <\/li><li>Possess 2 (two) Letters of Recommendation;<\/li><li>Possess a Statement of Purpose;<\/li><li>All documents must be attached or uploaded to the SMUP page during registration.<\/li><li>For those interested in taking the Online TKA organized by <a href=\"https:\/\/portaltes.pipunpad.id\/login\">PIP Unpad<\/a>, please access <a href=\"https:\/\/portaltes.pipunpad.id\/login\">https:\/\/portaltes.pipunpad.id\/login<\/a> and for those who have registered and paid for the Online TKA, please note the following instructions: Information on procedures and schedules for the Academic Ability Test at the UNPAD Center for Psychological Innovation.<\/li><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> and for those who have registered and paid for the Online TKBI, please note the following instructions: Rules for SMUP Online TKBI Participants \/ Quick Guide \/ SMUP Online TKBI Exam User Manual.<\/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<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> by providing the following information:<ul><li>Full Name<\/li><li>National Identification Number (NIK) \/ Passport No. <\/li><li>Email Address<\/li><li>Mobile Number<\/li><li>Enter the desired password to log in to the SMUP participant portal.<\/li><li>Citizenship data (country of citizenship).<\/li><\/ul><\/li><li>Upload the following original documents:<ul><li>Undergraduate and Master&#8217;s degree certificates<\/li><li>Undergraduate and Master&#8217;s transcripts<\/li><li>Academic Ability Test (TKA) Certificate: Center for Psychological Innovation of Universitas Padjadjaran (PIP Unpad), PLTI Himpsi, UGM, UNAIR, UI, BAPPENAS. If you wish to take the Online TKA organized by PIP Unpad, please access <a href=\"http:\/\/pip.unpad.ac.id\/announcement\/Tes-Kemampuan-Akademik-TKA\">http:\/\/pip.unpad.ac.id\/announcement\/Tes-Kemampuan-Akademik-TKA<br\/><\/a>If you are registering to take the TKA exam at PIP Universitas Padjadjaran, please follow the instructions below: <br><a href=\"https:\/\/smup.unpad.ac.id\/wp-content\/uploads\/2020\/10\/Informasi-prosedur-dan-jadwal-Tes-Kemampuan-Akademik-di-Pusat-Inovasi-Psikologi-UNPAD.pdf\">Information on procedures and schedules for the Academic Ability Test at the UNPAD Center for Psychological Innovation<\/a><ul><li>International TOEFL (Internet-Based Test); International English Language Testing System (IELTS) Academic;<\/li><li>International English Testing System (IELTS) from institutions such as British Council, IALF, or IDP.<\/li><li>UNPAD English Proficiency Test (TKBI)<\/li><li>Test of English Proficiency (TOEP) from the Indonesian Test Service Center (PLTI)<\/li><li>If you wish to take 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>. If you have registered for the Online TKBI exam at Universitas Padjadjaran and have paid the exam fee, 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\/03\/Panduan-Singkat-Ujian-TKBI-Online-untuk-Peserta.pdf\">SMUP Online TKBI Exam User Manual<\/a>. <\/li><\/ul><\/li><li>Statement of Purpose in Indonesian or English containing the following:<ul><li><em>Introduce yourself, your interests and motivations<\/em>.<\/li><li><em>Summarize your undergraduate and previous graduate career<\/em>.<\/li><li><em>Discuss the relevance of your recent and current activities<\/em>.<\/li><li>Elaborate on your academic interests<\/li><\/ul><\/li><li>Recent color photograph with a white background, size 3\u00d74 cm.<\/li><li>Identity Card (KTP)<\/li><li>Family Card (KK)<\/li><li>The uploaded documents and data entered by participants will be verified by the selection committee.<\/li><li>Obtain approval from a prospective promoter by:<ul><li>Participants search for a prospective promoter suitable for their research theme through the page <a href=\"https:\/\/admission.unpad.ac.id\/en\">https:\/\/admission.unpad.ac.id\/en<\/a> and access the \u201cExpertise Directory\u201d menu.<\/li><li>Participants fill out the submission form to obtain the contact address of the prospective promoter.<\/li><li>The SMUP Committee sends the contact information of the prospective promoter to the selection participants via email or mobile phone number and also sends notifications and participant information to the prospective promoter.<\/li><li>Participants contact the prospective promoter who has a research topic suitable for their research plan.<\/li><li>Participants discuss the research topic with the prospective promoter through any medium.<\/li><li>The prospective promoter evaluates the submitted research proposal and provides a statement of willingness to supervise.<\/li><\/ul><\/li><li>After uploading all documents, participants pay the registration fee of <strong>Rp750,000<\/strong> to the bank designated by Unpad, after first printing the billing number obtained after uploading all documents during online registration.<\/li><li>Print or save the exam participant card obtained after making the payment on the page <a href=\"https:\/\/admission.unpad.ac.id\/en\">https:\/\/admission.unpad.ac.id\/en<\/a><\/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><ul><li>Previous academic performance<\/li><li>Academic Ability Test and English Proficiency Test scores<\/li><li>Willingness of the prospective promoter<\/li><li>Interview results with the prospective promoter<\/li><li>Motivation and academic potential derived from the Statement of Purpose<\/li><li style=\"list-style-type: none;\"> <\/li><\/ul><p>The uploaded documents 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) Postgraduate 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>Exam\/Interview<\/td><td>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>Exam\/Interview<\/td><td>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>Exam\/Interview<\/td><td>July 22 \u2013 27, 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 Postgraduate 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 Telephone 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 an earlier graduation determination due to LoA needs or other reasons, please <strong>immediately complete the registration data with valid documents<\/strong> so as 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-f5e18ff ct-button-icon elementor-widget elementor-widget-button\" data-id=\"f5e18ff\" 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\/program-doktor\/\" 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 \/ Doctoral Registration Doctoral Registration Requirements Registration Procedure Assessment Criteria Important Dates Exam \/ Interview Schedule Letter of Acceptance (LoA) Request Requirements Indonesian Citizen or Foreign National. Graduates of undergraduate and master&#8217;s programs accredited by BAN PT\/LAM-PTKes. Possess a valid Academic Ability Test (TKA) certificate from the Center for Psychological Innovation of Universitas Padjadjaran [&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-7487","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\/7487","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=7487"}],"version-history":[{"count":1,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7487\/revisions"}],"predecessor-version":[{"id":7488,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7487\/revisions\/7488"}],"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=7487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}