{"id":9950,"date":"2024-04-05T13:31:43","date_gmt":"2024-04-05T06:31:43","guid":{"rendered":"https:\/\/geo.ugm.ac.id\/?page_id=9950"},"modified":"2024-04-17T09:58:17","modified_gmt":"2024-04-17T02:58:17","slug":"undergraduate-admissions","status":"publish","type":"page","link":"https:\/\/geo.ugm.ac.id\/en\/undergraduate-admissions\/","title":{"rendered":"Undergraduate Program Admissions"},"content":{"rendered":"<style type=\"text\/css\" id=\"tpb-custom-css\"><\/style>\r\n\t<script type='text\/javascript'>\r\n\r\n\tjQuery(function($){\r\n\t\tfunction setFullWidth() {\r\n\t\t\tvar no_content = $('.tpb-stretch-row');\r\n\t\t\tvar with_content = $('.tpb-stretch-row-content');\r\n\t\t\tvar content_and_padding = $('.tpb-stretch-row-content-no-padding');\r\n\r\n\t\t\t\/\/ tpb-stretch-row\r\n\t\t\tif(no_content.length > 0) {\r\n\t\t\t\tno_content.each(function(){\r\n\t\t\t\t\t$el = $(this);\r\n\r\n\t\t\t\t\tvar calc = getCalcStretch($el);\r\n\r\n\t\t\t\t\t\/\/ apply new css\r\n\t\t\t\t\t$el.css({\r\n\t\t\t\t\t\t'position': 'relative',\r\n\t\t\t\t\t\t'left': calc.left + 'px',\r\n\t\t\t\t\t\t'width': calc.width + 'px',\r\n\t\t\t\t\t\t'padding-left': calc.offset + 'px',\r\n\t\t\t\t\t\t'padding-right': calc.offset + 'px',\r\n\t\t\t\t\t\t'box-sizing': 'border-box'\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t}\r\n\r\n\t\t\t\/\/ tpb-stretch-row-content\r\n\t\t\tif(with_content.length > 0) {\r\n\t\t\t\twith_content.each(function(){\r\n\t\t\t\t\t$el = $(this);\r\n\r\n\t\t\t\t\tvar calc = getCalcStretch($el);\r\n\r\n\t\t\t\t\t\/\/ apply new css\r\n\t\t\t\t\t$el.css({\r\n\t\t\t\t\t\t'position': 'relative',\r\n\t\t\t\t\t\t'left': calc.left + 'px',\r\n\t\t\t\t\t\t'width': calc.width + 'px',\r\n\t\t\t\t\t\t'padding-left': '15px',\r\n\t\t\t\t\t\t'padding-right': '15px',\r\n\t\t\t\t\t\t'box-sizing': 'border-box'\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t}\r\n\r\n\t\t\t\/\/ tpb-stretch-row-content-no-padding\r\n\t\t\tif(content_and_padding.length > 0) {\r\n\t\t\t\tcontent_and_padding.each(function(){\r\n\t\t\t\t\t$el = $(this);\r\n\r\n\t\t\t\t\tvar calc = getCalcStretch($el);\r\n\r\n\t\t\t\t\t\/\/ apply new css\r\n\t\t\t\t\t$el.css({\r\n\t\t\t\t\t\t'position': 'relative',\r\n\t\t\t\t\t\t'left': calc.left + 'px',\r\n\t\t\t\t\t\t'width': calc.width + 'px'\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction getCalcStretch($el) {\r\n\t\t\t\/\/ neutralize\r\n\t\t\t$el.css({\r\n\t\t\t\t'position': '',\r\n\t\t\t\t'left': '',\r\n\t\t\t\t'width': '',\r\n\t\t\t\t'padding': '',\r\n\t\t\t\t'padding-left': '',\r\n\t\t\t\t'padding-right': '',\r\n\t\t\t\t'box-sizing': '',\r\n\t\t\t});\r\n\t\t\t\r\n\t\t\t\/\/ get outer container\r\n\t\t\tif($('body > div#wrapper').length > 0) {\r\n\t\t\t\t$outer = $('body > div#wrapper');\t\t\t\t\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$outer = $('body');\r\n\t\t\t}\r\n\r\n\t\t\tvar outerOffset = $outer.offset();\r\n\t\t\tvar offset = $el.offset();\r\n\t\t\tvar offsetLeft = offset.left - outerOffset.left; \r\n\t\t\tvar width = $outer.outerWidth();\r\n\r\n\t\t\t\/\/ set vars\r\n\t\t\tvar vars = {\r\n\t\t\t\toffset: offsetLeft,\r\n\t\t\t\tleft: offsetLeft * -1,\r\n\t\t\t\twidth: width\r\n\t\t\t}\r\n\r\n\t\t\treturn vars;\r\n\t\t}\r\n\r\n\t\tfunction getCalcStretchOld($el) {\r\n\t\t\t\/\/ neutralize\r\n\t\t\t$el.css({\r\n\t\t\t\t'position': '',\r\n\t\t\t\t'left': '',\r\n\t\t\t\t'width': '',\r\n\t\t\t\t'padding': '',\r\n\t\t\t\t'padding-left': '',\r\n\t\t\t\t'padding-right': '',\r\n\t\t\t\t'box-sizing': '',\r\n\t\t\t});\r\n\r\n\t\t\tvar offset = $el.offset();\r\n\r\n\t\t\t\/\/ set vars\r\n\t\t\tvar vars = {\r\n\t\t\t\toffset: offset.left,\r\n\t\t\t\tleft: offset.left * -1,\r\n\t\t\t\twidth: $(window).width()\r\n\t\t\t}\r\n\r\n\t\t\treturn vars;\r\n\t\t}\r\n\r\n\t\t$(window).resize(function() {\r\n\t\t\tsetFullWidth();\r\n\t\t});\r\n\r\n\t\tsetFullWidth();\r\n\t});\r\n\r\n\t<\/script>\r\n\r\n\t\t\t<div class='row tpb-row'>\r\n\t\t\t\t\t<div class='tpb tpb-html col-md-12'>\r\n\t\t\t<div class=\"row\">\r\n\t\r\n\t<div class=\"col-md-12 widget-html\">\r\n\t\t\t\t<head>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n      .heading-1 { \n          font-family: 'Heebo', sans-serif;\n          font-weight: 700;\n          font-size: 20px;\n          color:#ffffff;\n          margin:-40px 0px -20px 0px;\n        }\n        .heading-1:after {\n                content:\"\";\n                display: block;\n                margin: 10px 0px 40px -40px;\n                width: 106px;\n                border-bottom: 4px solid #FFFFFF;\n        }\n        .paragraph-1 {\n            font-family:'Heebo', sans-serif;\n            font-size:18px;\n            font-weight: 400;\n            color:#655D5A;\n        }\n        .paragraph--1 {\n            font-family:'Heebo', sans-serif;\n            font-size:18px;\n            font-weight: 400;\n            color:#655D5A;\n            text-align:left;\n        }\n        @media (max-width:414px) {\n            .heading-1 {\n                font-size:20px;\n            }\n            .heading-1:after {\n                margin: 10px auto 20px auto;\n                border-bottom: 3px solid #FFFFFF;\n            }\n            .paragraph-1 {\n                font-size:12px;\n                line-height:normal;\n            }\n            .paragraph--1 {\n                font-size:12px;\n                line-height:normal;\n                text-align:center;\n            }\n        }\n        \n        .heading-2 { \n          font-family: 'Heebo', sans-serif;\n          font-weight: 700;\n          font-size: 40px;\n          color:#073C64;\n          margin:-40px 0px -20px 0px;\n        }\n        .heading-2:after {\n                content:\"\";\n                display: block;\n                margin: 10px 0px 40px -40px;\n                width: 106px;\n                border-bottom: 4px solid #FDCB2C;\n        }\n        @media (max-width:414px) {\n            .heading-2:after {\n                border-bottom: 3px solid #FDCB2C;\n                margin: 10px 0px 40px 0px;\n            }\n        }\n        .name-title {\n            font-family: 'Heebo', sans-serif;\n            font-weight:600;\n            color:#073C64;\n            font-size:22px;\n            padding-top: 20px;\n            text-align:center;\n        }\n        .name-label {\n            font-family: 'Heebo',sans-serif;\n            font-weight:400;\n            color:#655D5A;\n            text-align:center;\n        }\n\n        \n        .img-responsive, .wp-caption img {\n        display: block;\n        max-width: 100%;\n        height: auto;\n        }\n        .section-page1 {\n            padding: 80px 0;\n            margin-bottom: 0;\n        }\n        .section-offset1 {\n            padding-bottom: 0;\n            margin-left: -39px;\n            margin-right: -390px;\n         \/*background-color: blue;*\/\n        }\n        @media (max-width:1600px) {\n            .section-offset1 {\n                margin-right: -190px;\n            }\n        }\n        @media (max-width:414px) {\n            .section-offset1 {\n                margin-right:-16px;\n            }\n        }\n        .section-page1.top {\n        padding-top: 0;\n        margin-top: -30px;\n        overflow: hidden;\n        }\n        .section-page1 .section-title1 h2 {\n            position: relative;\n            font-weight:700;\n            margin:0;\n            color: #ffffff;\n        }\n        .section-offset1--right .offset-img {\n            text-align: right;\n        }\n        .section-offset1 .section-title1.offset-title h2 {\n            font-size: 58px;\n            color:#FFFFFF;\n        }\n        @media (max-width:414px) {\n           .section-offset1 .section-title1.offset-title h2 {\n            font-size: 20px;\n            color:#FFFFFF;\n            text-align:center;\n            }\n        }\n         @media (max-width:390px) {\n           .section-offset1 .section-title1.offset-title h2 {\n            font-size: 20px;\n            color:#FFFFFF;\n            }\n        }\n        .offset-content {\n            background-color: #073C64;\n            padding: 60px 60px 18px;\n            max-width: 540px;\n            margin:-531px 0px 200px 0px;\n            color: #fff;\n            position: relative;\n            -webkit-box-shadow: 0 3px 6px rgb(0 0 0 \/ 16%);\n            box-shadow: 0 3px 6px rgb(0 0 0 \/ 16%);\n        }\n        @media (max-width:1600px) {\n            .offset-content {\n                margin:-531px 0px 60px 0px;\n            }\n        }\n        @media (max-width:414px) {\n            .offset-content {\n                margin: 222px 24px 0px 57px;\n                padding: 23px 27px 21px;\n            }\n        }\n        .section-offset--right .offset-content {\n                margin-top: -44%;\n            }\n         .offset-text {\n           font-size: 21px;\n           line-height: 40px;\n        }\n        @media (max-width:414px) {\n            .offset-text {\n                margin-top:-25px;\n            }\n        }\n        .offset-img {\n            max-width: 100%;\n             height: 99vh;\n             margin-top: -235px;\n        }\n        @media (max-width:1600px) {\n            .offset-img {\n                height: 136vh;\n            }\n        }\n        @media(max-width:414px) {\n            .offset-img {\n                height:0px;\n                margin-top:13px;\n            }\n        }\n        .offset-img img {\n            min-height:500px;\n            width:100%;\n            max-width: 70%;\n            margin:auto;\n        }\n        @media (max-width:414px) {\n            .offset-img img {\n                min-height:0px;\n            }\n        }\n    .btn1, .single-page .contact-form input[type*=\"submit\"] {\n    display: inline-block;\n    margin-bottom: 0;\n    font-family:'Heebo',sans-serif;\n    font-weight: bold;\n    text-align: center;\n    \/* text-transform: uppercase; *\/\n    text-decoration: none;\n    vertical-align: middle;\n    -ms-touch-action: manipulation;\n    touch-action: manipulation;\n    cursor: pointer;\n    background-image: none;\n    border: 1px solid transparent;\n    white-space: nowrap;\n    padding: 11px 20px;\n    font-size: 21px;\n    line-height: 1.7142857143;\n    border-radius: 0;\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    letter-spacing: 1px;\n    }\n    @media (max-width:414px) {\n    .btn1, .single-page .contact-form input[type*=\"submit\"] {\n            font-size:12px;\n        }\n    }\n   .btn1-box {\n    margin-top: 15px;\n    padding-top: 15px;\n    border-top: 1px solid #E6E6E6; }\n  .btn1-box.no-border {\n    border: 0;\n    padding-top: 0;\n    margin-bottom: 0; }\n    @media (max-width:414px) {\n        .btn1-box {\n            margin-left:109px;\n        }\n        .btn1-more:before{\n            height:2px;\n        }\n    }\n    @media (max-width:390px) {\n        .btn1-box {\n            margin-left:96px;\n        }\n        .btn1-more:before{\n            height:2px;\n        }\n    }\n  .btn1-box.text-center .btn-more {\n    float: none; }\n  .btn1-box {\n    margin-top:15px;\n  }\n    .sc-about .post{\n        border:0;\n        padding:0;\n    }\n    .btn1-box.no-border{\n        margin-bottom:0;\n    }\n    .btn1-more {\n    text-transform: capitalize;\n    padding: 0;\n    min-width: 10px;\n    background-color: transparent;\n    color: #149fc0;\n    font-size: 21px;\n    border: 0;\n    float: none;\n    letter-spacing: 0;\n    position:relative;\n    }\n    @media (max-width:414px) {\n    .btn1-more {\n            font-size:12px;\n        }\n    }\n    .btn1-more:before {\n    content: '';\n    height: 3px;\n    width: 100%;\n    color: #FDCB2C;\n    background-color: currentColor;\n    position: absolute;\n    bottom: -4px;\n    left: 0;\n    }\n    .btn1-more {\n    color: #FDCB2C;\n    }\n    .btn1-more:hover {\n        text-decoration:none;\n        color: #FDCB2C;\n        opacity:0.9;\n    }\n    .btn1-more:visited {\n        color:#FDCB2C\n    }\n    \n    .btn2, .single-page .contact-form input[type*=\"submit\"] {\n    display: inline-block;\n    margin-bottom: 0;\n    margin-left:869px;\n    font-family:'Heebo',sans-serif;\n    font-weight: bold;\n    text-align: center;\n    \/* text-transform: uppercase; *\/\n    text-decoration: none;\n    vertical-align: middle;\n    -ms-touch-action: manipulation;\n    touch-action: manipulation;\n    cursor: pointer;\n    background-image: none;\n    border: 1px solid transparent;\n    white-space: nowrap;\n    padding: 11px 20px;\n    font-size: 18px;\n    line-height: 1.7142857143;\n    border-radius: 0;\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    letter-spacing: 1px;\n    }\n    @media (max-width:414px) {\n        .btn2, .single-page .contact-form input[type*=\"submit\"] {\n            margin-left:120px;\n        }\n    }\n    .btn2-more {\n    text-transform: capitalize;\n    padding: 0;\n    min-width: 10px;\n    background-color: transparent;\n    color: #073C64;\n    font-size: 18px;\n    border: 0;\n    float: none;\n    letter-spacing: 0;\n    position:relative;\n    }\n    @media (max-width:414px) {\n    .btn2-more {\n     font-size:12px;\n    }\n    }\n    .btn2-more:before {\n    content: '';\n    height: 3px;\n    width: 100%;\n    color: #FDCB2C;\n    background-color: currentColor;\n    position: absolute;\n    bottom: -4px;\n    left: 0;\n    }\n    .btn2-more {\n    color: #073C64;\n    }\n    .btn2-more:hover {\n        text-decoration:none;\n        color: #073C64;\n        opacity:0.9;\n    }\n    .btn2-more:visited {\n        color:#073C64\n    }\n    \n    \/*Batasan*\/\n    .list-title {\n        padding: 71px;\n        margin:40px 0px 0px 0px;\n        background-color:#FFFFFF;\n        -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);\n        box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);\n    }\n    .list-title:before {\n    content: '';\n    height: 3px;\n    width: 97.5%;\n    color: inherit;\n    background-color: #073C64;\n    position: absolute;\n    bottom: 0px;\n    left: 15px;\n    }\n    @media(max-width:414px) {\n        .list-title {\n            padding: 24px;\n        }\n        .list-title:before {\n            width:93%;\n            bottom:0px;\n        }\n    }\n    @media(max-width:390px) {\n        .list-title:before {\n            width:92%;\n            bottom:0px;\n        }\n    }\n    .list-title2 {\n        padding: 71px;\n        margin:40px 0px 0px 0px;\n        background-color:#FFFFFF;\n        -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);\n        box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);\n    }\n    @media (max-width:414px) {\n        .list-title2 {\n            padding: 24px;\n        }\n    }\n    .list-title2:before {\n    content: '';\n    height: 3px;\n    width: 97.5%;\n    color: inherit;\n    background-color: #073C64;\n    position: absolute;\n    bottom: -4px;\n    left: 15px;\n    }\n    @media (max-width:414px) {\n        .list-title2:before {\n            width:93%;\n        }\n    }\n        @media (max-width:390px) {\n        .list-title2:before {\n            width:92%;\n            bottom:-2px;\n        }\n    }\n    <\/style>\n<\/head>\n<section class=\"section-page section-offset1 section-offset1--right section-page1 top\">\n    <div class=\"offset-img\">\n        <img decoding=\"async\" src=\"https:\/\/um.ugm.ac.id\/wp-content\/uploads\/sites\/1425\/2021\/06\/CBT-UM-UGM-2021-1250x650.jpg\" alt=\"\">\n    <\/div>\n        <div class=\"offset-content\">\n            <div class=\"offset-title section-title1\">\n                <h2 class=\"heading-1\">Undergraduate Program Admissions<\/h2>\n            <\/div>\n    <\/div>\n<\/section>\n<section style=\"margin-bottom:0px\">\n    <div class=\"list-title\">\n        <h3 class=\"heading-2\">Undergraduate Program<\/h3>\n        <p class=\"paragraph-1\"> \n        New Student Admission (PMB) for Universitas Gadjah Mada's Undergraduate Programme for the 2023\/2024 academic year is carried out through the following channels:<\/p>\n        <ul class=\"paragraph-1\">\n        <li>National Selection for University Entrance <b>(SNMPTN);<\/b><\/li>\n        <li>Joint Selection for National University Entrance <b>(SBMPTN);<\/b><\/li>\n        <li>UGM Independent Examination-Achievement Pathway <b>(Penelusuran Bibit Unggul\/PBU);<\/b><\/li>\n        <li>UGM Independent Examination-Computer Based Test <b>(CBT)<\/b><\/li>\n        <\/ul>\n        <div class=\"post btn1-box no-border\">\n            <a href=\"https:\/\/um.ugm.ac.id\/en\/ragam-seleksi-sarjana-dan-sarjana-terapan\/\" class=\"btn2 btn2-more\">\n                Read more\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"<p>Undergraduate Program Admissions Undergraduate Program New Student Admission (PMB) for Universitas Gadjah Mada&#8217;s Undergraduate Programme for the 2023\/2024 academic year is carried out through the following channels: National Selection for University Entrance (SNMPTN); Joint Selection for National University Entrance (SBMPTN); UGM Independent Examination-Achievement Pathway (Penelusuran Bibit Unggul\/PBU); UGM Independent Examination-Computer Based Test (CBT) Read more<\/p>","protected":false},"author":168,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/blank-page.php","meta":{"footnotes":""},"class_list":["post-9950","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/users\/168"}],"replies":[{"embeddable":true,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/comments?post=9950"}],"version-history":[{"count":2,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9950\/revisions"}],"predecessor-version":[{"id":9956,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9950\/revisions\/9956"}],"wp:attachment":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/media?parent=9950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}