{"id":7476,"date":"2026-07-13T21:26:30","date_gmt":"2026-07-13T14:26:30","guid":{"rendered":"https:\/\/ftip.unpad.ac.id\/snbp-registration\/"},"modified":"2026-07-14T12:51:39","modified_gmt":"2026-07-14T05:51:39","slug":"snbp-registration","status":"publish","type":"page","link":"https:\/\/ftip.unpad.ac.id\/en\/admissions\/snbp-registration\/","title":{"rendered":"SNBP Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7476\" class=\"elementor elementor-7476 elementor-6877\">\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> SNBP 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\">SNBP 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=\"#kebijakan-umum\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">General Policies<\/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=\"#informasi-registrasi\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Registration Information<\/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<\/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=\"kebijakan-umum\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">General Policies<\/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><strong>Objective<\/strong><\/p><ol><li>To provide opportunities for high school\/vocational school\/Islamic high school students, both domestic and abroad (Indonesian Republic Schools\/SRI), who have outstanding achievements to pursue higher education at State Universities (PTN). PTN refers to higher education institutions organized by the government, including Academic PTN and\/or Vocational PTN. <\/li><li>To provide opportunities for PTN to recruit new students with high academic achievements, with a minimum quota of 20% funded by the government.<\/li><\/ol><p><strong>General Provisions<\/strong><\/p><ol><li>SNBP is conducted based on academic achievement tracking using report cards, as well as academic and non-academic achievements of students as determined by the PTN.<br\/>The <strong>academic and non-academic achievements of students assessed are the three best achievements<\/strong>.<\/li><li>Schools participating in SNBP must:<ul><li>have a National School Identification Number (NPSN)<\/li><li>fill in the report cards of <em>eligible<\/em> students in the School and Student Data Center (PDSS) completely and accurately.<\/li><\/ul><\/li><li>Students must have a Kemdikdasmen Academic Aptitude Test (TKA) score.<\/li><li>Schools must have an SNPMB School Account for PDSS entry, and students must have an SNPMB Student Account for SNBP registration.<br\/>SNPMB School Account registration and SNPMB Student Account registration are done on the <a href=\"https:\/\/portal.snpmb.id\/\">SNPMB Portal.<\/a><\/li><li>Schools can register <em>eligible<\/em> students without waiting for students to have an SNPMB Student Account.<\/li><li>Students who wish to register for SNBP are advised to read the program requirements information on the website of the target PTN.<\/li><li>Students who have been declared successful in the 2026 SNBP, 2025 SNBP, and 2024 SNBP selection <strong>cannot register for the 2026 UTBK-SNBT<\/strong>.<\/li><li>Students who are declared <strong>successful in the 2026 SNBP pathway cannot register for the 2026 Independent Pathway selection at any PTN<\/strong>.<\/li><\/ol><p><strong>School Requirements<\/strong><\/p><ol><li>High schools\/vocational schools\/Islamic high schools with a National School Identification Number (NPSN).<\/li><li>Using the national curriculum<\/li><\/ol><p><strong>Applicant Student Requirements<\/strong><\/p><ol><li>Must be a final-year high school\/vocational school\/Islamic high school student in 2026 with outstanding achievements.<\/li><li>Must have an NISN and be registered in PDSS.<\/li><li>Must have report card scores entered in PDSS in accordance with regulations.<\/li><li>Must have academic achievements.<\/li><li>Must meet the requirements set by each Academic PTN and Vocational PTN.<\/li><\/ol><p><strong>Student Ranking<\/strong><\/p><ol><li>Student ranking is carried out by the school by calculating the average scores of all subjects in all semesters, except the last semester.<\/li><li>Schools may add other criteria in the form of academic or other achievements in determining student rankings.<\/li><\/ol><p><strong>PDSS Data Entry<\/strong><\/p><ol><li>Schools must ensure that school data is correct in the Kemdikdasmen Data and Information Technology Center (Pusdatin).<\/li><li>The entry and accuracy of eligible student data are the responsibility of the School Principal.<\/li><li>The PDSS entry stages are declared complete if the school successfully downloads the finalization proof of PDSS entry.<\/li><li>The status of school PDSS entry can be viewed in the \u201cSNBP &gt;&gt; PDSS Monitoring\u201d menu on the official SNPMB website.<\/li><li>Generally, the PDSS entry stages are as follows:<ol><li>Log in to SNPMB School Account<\/li><li>School Views School Profile<\/li><li>Choose PDSS entry method, either Manual or E-Rapor<\/li><li>Print proof of PDSS entry finalization<\/li><\/ol><\/li><\/ol><p><strong>Registration<\/strong><\/p><ol><li><em>Eligible<\/em> students whose data has been entered in PDSS register for SNBP through the <a href=\"https:\/\/portal.snpmb.id\/\">SNPMB Portal<\/a> using their SNPMB Student Account.<\/li><li>Applicant students must read and understand the SNBP provisions regarding study program selection and understand the requirements set by the target PTN.<\/li><li>Students applying for Arts and Sports study programs must upload a portfolio and skill certification documents approved by the School Principal using the guidelines downloadable from the <strong>Downloads<\/strong> menu.<\/li><li>Applicant students must print the SNBP Participant Card as valid proof of participation in SNBP 2026.<\/li><\/ol><p><strong>Portfolio<\/strong><\/p><ol><li>Sports<\/li><li>Fine Arts, Design, and Crafts<\/li><li>Dance<\/li><li>Music<\/li><li>Karawitan (Javanese Gamelan Music)<\/li><li>Ethnomusicology<\/li><li>Theater<\/li><li>Photography<\/li><li>Film and Television<\/li><li>Puppetry Arts<\/li><li>Performing Arts<\/li><\/ol><p><strong>Study Program Choices<\/strong><\/p><ol><li>Every <em>eligible<\/em> student is allowed to choose study programs at Academic PTN and\/or Vocational PTN.<\/li><li>Each student can choose <strong>two study programs from one or two PTN<\/strong>.<\/li><li>If choosing one study program, students can select a PTN in any province.<\/li><li>If choosing two study programs, one of the study programs must be at a PTN in the same province as the student&#8217;s original high school\/Islamic high school\/vocational school.<\/li><li>The <strong>list of SNBP study programs and capacities<\/strong> can be viewed in the <a href=\"https:\/\/snpmb.id\/snbp\/daftar-ptn-snbp\">SNBP PTN Capacity<\/a> sub-menu.<\/li><\/ol><p><strong>Selection Components and Stages<\/strong><\/p><p>Selection for the SNBP pathway is based on the following components:<\/p><ol><li>First component: report card scores for all subjects, at least 50% (fifty percent).<\/li><li>Second component: calculated based on report card scores of a maximum of 2 (two) supporting subjects for the chosen study program, portfolio, and\/or achievements, a maximum of 50% (fifty percent).<\/li><li>The percentage composition of the first and second components is determined by each PTN.<\/li><\/ol><p>The selection is carried out in the following stages:<\/p><ol><li>participants are selected based on the order of study program choices; and<\/li><li>if not successful in the first study program choice selection, participants will be included in the second study program choice selection.<\/li><\/ol><p><strong>Admission to State Universities<\/strong><\/p><ol><li>Graduated from high school\/vocational school\/Islamic high school.<\/li><li>Declared successful in SNBP 2026.<\/li><li>Passed data verification and met other requirements determined by each receiving PTN.<\/li><li>Re-registration at the PTN where the prospective student is accepted follows the regulations of the target PTN.<\/li><\/ol><p><strong>Sanctions for Schools\/Students Committing Fraud<\/strong><\/p><ol><li>Schools proven to have committed fraud may be subject to sanctions, including cancellation of participation in SNBP the following year.<\/li><li>Participants declared successful in SNBP who are proven to have committed fraud may have their graduation status revoked.<\/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=\"informasi-registrasi\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Registration Information<\/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<iframe src=\"https:\/\/smup.unpad.ac.id\/wp-content\/uploads\/2026\/03\/1005_WR1_Surat-Edaran-Registrasi-Calon-Mahasiswa-Baru-SNBP-2026_signed.pdf\" width=\"100%\" height=\"900\" style=\"border:0;\">\n<\/iframe>\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=\"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-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><strong>SNBP 2026 Schedule<\/strong><\/p><table width=\"100%\"><thead><tr><td><strong>Activity<\/strong><\/td><td><strong>Time<\/strong><\/td><\/tr><\/thead><tbody><tr><td>School quota announcement<\/td><td>December 29, 2025<\/td><\/tr><tr><td>Appeal Period<\/td><td>December 29, 2025 \u2013 January 15, 2026<\/td><\/tr><tr><td>SNPMB School Account Registration<\/td><td>January 05 \u2013 26, 2026<\/td><\/tr><tr><td>PDSS Entry by Schools<\/td><td>January 05 \u2013 February 02, 2026<\/td><\/tr><tr><td>SNPMB Student Account Registration<\/td><td>January 12 \u2013 February 18, 2026<\/td><\/tr><tr><td>SNBP Registration<\/td><td>February 03 \u2013 18, 2026<\/td><\/tr><tr><td>SNBP Results Announcement<\/td><td>March 31, 2026<\/td><\/tr><tr><td>SNBP Participant Card Download Period<\/td><td>February 03 \u2013 April 30, 2026<\/td><\/tr><\/tbody><\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd46ec ct-button-icon elementor-widget elementor-widget-button\" data-id=\"afd46ec\" 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\/snbp\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-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>\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 \/ SNBP Registration SNBP Registration General Policies Registration Information Important Dates General Policies Objective To provide opportunities for high school\/vocational school\/Islamic high school students, both domestic and abroad (Indonesian Republic Schools\/SRI), who have outstanding achievements to pursue higher education at State Universities (PTN). PTN refers to higher education institutions organized by the government, including [&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-7476","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\/7476","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=7476"}],"version-history":[{"count":1,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7476\/revisions"}],"predecessor-version":[{"id":7477,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7476\/revisions\/7477"}],"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=7476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}