{"id":9958,"date":"2024-04-05T13:36:34","date_gmt":"2024-04-05T06:36:34","guid":{"rendered":"https:\/\/geo.ugm.ac.id\/?page_id=9958"},"modified":"2024-04-21T15:15:48","modified_gmt":"2024-04-21T08:15:48","slug":"fast-track-program","status":"publish","type":"page","link":"https:\/\/geo.ugm.ac.id\/en\/fast-track-program\/","title":{"rendered":"Fast Track Program"},"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<style type='text\/css'>.tpb-custom-row-02306872816 {border-style: none !important;}<\/style>\t\t<div class='row tpb-row tpb-custom-row-02306872816 tpb-stretch-row-content-no-padding'>\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                .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        \n        @media (max-width:414px) {\n            .heading-1 {\n                padding-left:0px;\n                padding-top:45px;\n            }\n        }\n        .schome-hero {\n            margin: -30px -15px 0px -15px;\n            padding-bottom: 0;\n            background-color: #a6a6a6;\n            position: relative;\n            overflow: hidden;\n          \/* video*\/\n          \/* offset*\/ }\n         .schome-hero > img {\n            height: 100%;\n            width: 100%;\n            -o-object-fit: cover;\n            object-fit: cover;\n            }\n         @media(max-width:414px) {\n            .schome-hero {\n                margin:-15px -32px 0px -15px;\n            }\n            .schome-hero > img {\n                height: 80%;\n                width: 100%;\n            }\n        }\n            .schome-hero__logotitle {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            -ms-transform: translate(-50%, -50%);\n            transform: translate(-50%, -50%);\n            -webkit-transform: translate(-50%, -50%);\n            -moz-transform: translate(-50%, -50%);\n            width: 75%;\n            }\n  .btn1 {\n  display: inline-block;\n  margin-bottom: 0;\n  font-weight: 200;\n  text-align: center;\n  \/* text-transform: uppercase; *\/\n  text-decoration: none;\n  vertical-align: middle;\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: 12px;\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\n  .btn1-box {\n    margin-top: 15px;\n    padding-top: 15px;\n    border-top: 1px solid #E6E6E6; }\n  .btn1-box.no-border1 {\n    border: 0;\n    margin-top:0px;\n    padding-top: 0;\n    margin-bottom: 0px; }\n    @media(max-width:390px) {\n        .btn1-box.no-border1 {\n            margin-bottom: 59px;\n        }\n    }\n  .btn1-box.text-center .btn1-more {\n    float: none; }\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: 16px;\n    float: none;\n    letter-spacing: 0; }\n    .btn1-more {\n    vertical-align: middle;\n    float: right;\n    margin-top: -316px;\n    margin-bottom: 20px;\n    padding: 12px 34px;\n    position: relative;\n    color: #fff;\n    background-color: #05233a;\n    border-color: #fff;\n    transition:0.3s ease-in-out;\n    text-transform: capitalize; }\n      @media(max-width:1366px) {\n      .btn1-more {\n          margin-top:-117px;\n      }\n  }\n      @media(max-width:390px) {\n      .btn1-more {\n          padding:15px 105px;\n          margin-bottom:-362px;\n          margin-top:-312px;\n      }\n  }\n\n.btn1-more:focus, .btn1-more.focus {\n  color: #fff;\n  background-color: #1A2C43;\n  border-color: #1A2C43; }\n.btn1-more:hover {\n  color: #fff;\n  background-color: #FF6600;\n  text-decoration:none;\n  border-color: #1a2c4300; }\n  .btn1-more:after {\n    content: '';\n    background-image: url(https:\/\/sv.ugm.ac.id\/wp-content\/uploads\/sites\/462\/2021\/09\/right-arrow-1.png);;\n    background-repeat: no-repeat;\n    display: inline-block;\n    width: 20px;\n    height: 12px;\n    margin: auto auto 0px 10px;\n    border:1;\n    none !important;\n}\n\n    <\/style>\n<\/head>\n<section class=\"top schome-hero\">\n    <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2022\/09\/Fast-Track-Background.png\" alt>\n<\/section>\n<section>\n    <div class=\"text-center btn1-box no-border1\">\n        <a href=\"http:\/\/ugm.id\/fasttrackfge\" class=\"btn1 btn1-more\">Join Now<\/a>\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\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            text-align:justify;\n            margin-bottom:31px;\n        }\n        @media(max-width:414px) {\n            .paragraph-1 {\n                font-size:14px;\n            }\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            .paragraph-1 {\n                font-size:14px;\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            .heading-2 {\n                font-size:20px;\n            }\n        }\n        \n        .heading-3 { \n          font-family: 'Heebo', sans-serif;\n          font-weight: 700;\n          font-size: 20px;\n          color:#073C64;\n          margin:-40px 0px -20px 0px;\n        }\n        .heading-3: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-3:after {\n                border-bottom: 3px solid #FDCB2C;\n                margin: 10px 0px 40px 0px;\n            }\n        }\n        \n        @media (max-width:414px) {\n            .heading-1 {\n                padding-left:0px;\n                padding-top:45px;\n            }\n        }\n        .icon-logo {\n            font-size:24px;\n        }\n        @media(max-width:414px) {\n            .icon-logo {\n             font-size: 14px;\n            }   \n        }\n        .button-img {\n            opacity:1;\n            transition:0.3s ease-in-out;\n        }\n        .button-img:hover {\n            opacity:0.7;\n        }\n    <\/style>\n<\/head>\n<section>\n    <div>\n        <h1 class=\"heading-2\"> Program Fast Track Bachelor to Master's Transition at the Faculty of Geography Universitas Gadjah Mada<\/h1>\n    <\/div>\n    <div>\n        <p class=\"paragraph-1\">\n           Welcome to the Fast Track Program! An accelerated study opportunities for undergraduate (S1) students to directly pursue a master's degree (S2) with specific requirements determined by the study program. Within just 5 years, students can complete both undergraduate and master's programs simultaneously. The Fast Track Program is designed to facilitate undergraduate students who have high academic ability, motivation to take further study, engagement in research and publication, and a strong commitment to complete the studies on time. Undergraduate students in their seventh or eighth semester who are currently conducting research for their final project (skripsi) can participate in overlapping learning with the master's program. To ensure the success of the program, the applicants are selected with a rigorous selection process by the selection team and their study progress is closely monitored. The research topics of students must be aligned between their bachelor\u2019s thesis and master's thesis, with the same or related field supervisor. This program is designed for magister by research program, and students are targeted to complete their master's degree within three semesters. The program is open to all undergraduate students in the Faculty of Geography at UGM who meet the criteria to enroll in all master's programs offered by the Faculty of Geography UGM.\n        <\/p>\n    <\/div>\n    <div>\n        <h1 class=\"heading-2\">Goals<\/h1>\n        <ol class=\"paragraph-1\">\n            <li>Facilitate the undergraduate students who excel in academic and in English language proficiency, and have high motivation to take a Master Program.<\/li>\n            <li>Increase the number of outstanding students in Master Program.\n<\/li>\n            <li>Enhance research and scientific publications motivation.<\/li>\n        <\/ol>\n    <\/div>\n<\/section>\n<section>\n    <div>\n        <h1 class=\"heading-2\">Advantages<\/h1>\n        <ol class=\"paragraph-1\">\n            <li>Completion of two academic degrees; Bachelor\u2019s (S.Si) and Master\u2019s (M.Sc.) within 5 years.\n<\/li>\n            <li>Open to all undergraduate programs in Faculty of Geography UGM.<\/li>\n            <li>Alignment of bachelor\u2019s thesis (skripsi) research with master's thesis research, with intensive supervision by thesis advisors, facilitating a seamless transition.<\/li>\n            <li>High Chance for publication in reputable international journals and seminars.<\/li>\n        <\/ol>\n    <\/div>\n<\/section>\n<section>\n    <div>\n        <h1 class=\"heading-2\">Implementation<\/i><\/h1>\n        <ol class=\"paragraph-1\">\n            <li>The Fast Track students must complete their Bachelor Program (yudisium) by the 8th semester at the latest.<\/li>\n            <li>The Fast Track students must complete their Master Program by the 3rd semester at the latest.<\/li>\n            <li>There will be an overlapping between the Bachelor and Master Program in the 8th semester of the Bachelor Degree (1 year).<\/li>\n            <li>The Fast Track student pursued the Master Program by research.<\/li>\n            <li>The Fast Track students will receive two degrees: Bachelor\u2019s and Master\u2019s.<\/li>\n            <li>The Fast Track Program started at the 7th Semester, with adjustment to the implementation timeline.<\/li>\n            <li>The Fast Track program can be combined with a double degree program, with adjustments to the implementation timeline.<\/li>\n        <\/ol>\n        <p class=\"paragraph-1\">General implementation scheme of the Fast Track Program:<\/p>\n        <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2022\/09\/Skema-fast-track.png\" \/>\n        <p class=\"paragraph-1\">Course Enrollment Scenario:<\/p>\n        <div>\n            <table width=\"576\">\n            <tbody>\n            <tr>\n            <td width=\"81\"><strong>Semester sarjana<\/strong><\/td>\n            <td width=\"81\"><strong>Semester<\/strong>\n            \n            <strong>magister<\/strong><\/td>\n            <td width=\"178\"><strong>Mata kuliah sarjana (min 144 sks)<\/strong><\/td>\n            <td width=\"236\"><strong>Mata kuliah Magister <em>by Research <\/em>(36-40 sks)<\/strong><\/td>\n            <\/tr>\n            <tr>\n            <td style=\"text-align: center;\" width=\"81\">7<\/td>\n            <td width=\"81\"><\/td>\n            <td width=\"178\">Pendaftaran Program <em>Fast Track<\/em><\/td>\n            <td width=\"236\"><\/td>\n            <\/tr>\n            <tr>\n            <td style=\"text-align: center;\" width=\"81\">8<\/td>\n            <td style=\"text-align: center;\" width=\"81\">1<\/td>\n            <td width=\"178\">Skripsi (6 sks) (yudisium)<\/td>\n            <td width=\"236\">6-8 sks (4-6 sks matkul wajib dan pilihan, 2 sks wajib KKL), ujian proposal<\/td>\n            <\/tr>\n            <tr>\n            <td width=\"81\"><\/td>\n            <td style=\"text-align: center;\" width=\"81\">2<\/td>\n            <td width=\"178\"><\/td>\n            <td width=\"236\">Riset tesis, publikasi*<\/td>\n            <\/tr>\n            <tr>\n            <td style=\"text-align: center;\" width=\"81\"><\/td>\n            <td style=\"text-align: center;\" width=\"81\">3<\/td>\n            <td width=\"178\"><\/td>\n            <td width=\"236\">Riset tesis, publikasi*, (yudisium)<\/td>\n            <\/tr>\n            <\/tbody>\n            <\/table>\n        <\/div>\n        <p class=\"paragaph-1\">*Regarding Peraturan Rektor UGM Number 18, 2019, the requirements for publication in the Master's by Research program are as follows: acceptance of one article in a reputable international journal or two articles in reputable international proceedings, which may include review articles with the thesis advisor as the corresponding author.<\/p>\n    <\/div>\n<\/section>\n<section>\n    <h1 class=\"heading-2\"> Study Program<\/h1>\n    <p class=\"paragraph-1\">The choice of the undergraduate study program and what master study program that the students will take is open to the students of Faculty of Geography UGM. Students from the undergraduate program could take the master program that is offered by the faculty (table below). Students are suggested to consult with the lecturer\/supervisor and the head of the undergraduate study program to choose the pursued master\u2019s program..<\/p>\n    <div>\n        <table>\n            <tbody>\n            <tr>\n            <td width=\"286\"><strong>Asal Program Studi Sarjana<\/strong><\/td>\n            <td width=\"287\"><strong>Tujuan Program Studi Magister<\/strong><\/td>\n            <\/tr>\n            <tr>\n            <td width=\"286\">1.\u00a0\u00a0\u00a0\u00a0\u00a0 Geografi Lingkungan<br>\n            \n            2.\u00a0\u00a0\u00a0\u00a0\u00a0 Kartografi dan Penginderaan Jauh<br>\n            \n            3.\u00a0\u00a0\u00a0\u00a0\u00a0 Pembangunan Wilayah<\/td>\n            <td width=\"287\">1.\u00a0\u00a0\u00a0\u00a0\u00a0 Penginderaan Jauh<br>\n            \n            2.\u00a0\u00a0\u00a0\u00a0\u00a0 Geografi<br>\n            \n            \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0- Konsentrasi Geografi Fisik dan Geografi Manusia<br>\n            \n            \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0- Minat Studi Perencanaan Pengelolaan Pesisir dan Daerah Aliran Sungai<br>\n            \n            \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0- Minat Studi Pembangunan Wilayah<\/td>\n            <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n<\/section>\n<section>\n    <h1 class=\"heading-2\">Registration Requirements<\/h1>\n \n    <ol class=\"paragraph-1\">\n        <li>An undergraduate student that recorded as an active student in 6th or 7th semester.<\/li>\n        <li>Have a GPA of 3,25 or higher at the time of application.<\/li>\n        <li>Reach a minimum of 100 credits in the first five semester.<\/li>\n        <li>English proficiency: minimum scores of ITP-PBT TOEFL 450, iBT TOEFL 45, IELTS 5.0, Duolingo 75, AcEPT UGM 209, or provide certificate\/proof of student exchange or summer course participation (valid for 2 years).<\/li>\n        <li>Have a minimum score of 450 on Academic Potential Test (valid for 2 years)\n            <ul>\n                <li>TPA conducted by PAPs UGM <a href=\"https:\/\/paps.ugm.ac.id\/paps\/\">PAPs UGM<\/a><\/li>\n                <li><a href=\"https:\/\/koperasi.bappenas.go.id\/uuopt\/\">TPA BAPPENAS<\/a><\/li>\n                <li>or <a href=\"https:\/\/plti.co.id\">PLTI<\/a><\/li>\n            <\/ul>\n        <\/li>\n        <li>Statement of commitment from the student to participate in the Fast Track Program.<\/li>\n        <li>Statement of commitment from the parent\/guardian\/financial sponsor.<\/li>\n        <li>Statement of commitment from the thesis and master\u2019s thesis supervisors.<\/li>\n        <li>Recommendation letter from the Academic Supervisor and Head of the Undergraduate Program, endorsed by the Department Chair.<\/li>\n        <li>Research development plan from the undergraduate thesis to the master's thesis.<\/li>\n        <li>The thesis research topic must be aligned with the bachelor\u2019s thesis research. The same supervisor is recommended, or from the same Research Group\/Area (academic position and educational qualifications of the recommended thesis supervisor should be at least Lecturer - Doctor).<\/li>\n    <\/ol>\n<\/section>\n<section>\n    <h1 class=\"heading-2\">Procedure of the Enrollment:<\/h1>\n    <ol class=\"paragraph-1\">\n        <li>Announcement of registration.<\/li>\n        <li>Students prepare the registration requirements and upload them through the designated portal.<\/li>\n        <li>The faculty forwards the registration files of prospective Fast Track Program students to the Master's Program that the applicant is aiming for.<\/li>\n        <li>The head of the Master's Program forms an evaluation team for the admission of Fast Track Program students.<\/li>\n        <li>The evaluation team verifies the registration files and selects prospective students; interviews may be conducted if necessary (e.g., with students, supervisors, parents).<\/li>\n        <li>The head of the Master's Program submits the minutes of the Fast Track Program student selection results to the faculty.<\/li>\n        <li>The faculty convenes a plenary meeting for the admission of Fast Track Program students. <\/li>\n        <li>The dean issues a Decision Letter for the students accepted into the Fast Track Program according to the plenary meeting's results.<\/li>\n        <li>The Decision Letter is sent to the Directorate of Education and Teaching UGM in the internal student admission registration system.<\/li>\n    <\/ol>\n    <p class=\"paragraph-1\">Schematically, the registration and monitoring procedure is as follows:<\/p>\n    <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2022\/09\/Skema-fast-track-2.png\" \/>\n<\/section>\n<section>\n    <h1 class=\"heading-2\">Study Cost<\/h1>\n    <ol class=\"paragraph-1\">\n        <li>The duration of study in the Master's Program for the Fast Track Program is 3 (three) semesters.<\/li>\n        <li>The single tuition fee (UKT) is set in accordance with the applicable UGM Rector's Decree, with the regular UKT rate, except for scholarship recipients (both internal and external). In this case, it is Rp 13,000,000.00 for regular UKT, and Rp 18,500,000.00 for cooperative UKT.<\/li>\n        <li>Students pay the Bachelor's Program UKT in the 1st (first) semester of the Fast Track Program\/Master's Program.<\/li>\n        <li>Students receive a scholarship for Master's Program UKT payment in the 1st (first) semester of the Fast Track Program from the Faculty.<\/li>\n        <li>Students pay the Master's Program UKT in the 2nd (second) and 3rd (third) semesters of the Fast Track Program, either independently or with scholarships\/cooperation.<\/li>\n    <\/ol>\n<\/section>\n<section>\n    <h1 class=\"heading-2\">Particular Academic Regulations<\/h1>\n    <ol class=\"paragraph-1\">\n        <li>Students of the Fast Track Program are required to complete their Bachelor's studies (graduation) by the 8th semester or the 1st semester of the Fast Track Program.<\/li>\n        <li>If a student fails to complete their Bachelor's studies as mentioned in point 1, their status as a Fast Track Program student will be revoked, and they must reimburse the scholarship UKT from the Faculty.<\/li>\n        <li>Fast Track Program students are not allowed to take academic leave.<\/li>\n        <li>Fast Track Program students must serve as assistants (academic or non-academic) during the last 2 semesters of the Fast Track Program according to assignments from the student's home department, provided that it does not hinder the student's academic progress.<\/li>\n        <li>If a Fast Track Program student cannot complete the Master's Program within 3 (three) semesters, the student will be transferred to the regular Master's program by research and must reimburse the UKT scholarship in the 1st semester.<\/li>\n        <li>If a Fast Track Program student withdraws, the student must reimburse the UKT scholarship in the 1st semester.<\/li>\n        <li>If a student is accepted into the Fast Track Program in a chosen master's program or specialization, they cannot transfer to another master's program or specialization.<\/li>\n    <\/ol>\n<\/section>\n<section>\n    <h1 class=\"heading-2\">Schedule of Enrollment<\/h1>\n    <div>\n        <table>\n        <tbody>\n        <tr>\n        <td rowspan=\"2\" width=\"120\"><strong>Activities<\/strong><\/td>\n        <td colspan=\"2\" width=\"240\"><strong>Odd Semester<\/strong><\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\"><b>Stage 1<\/b><\/td>\n        <td width=\"120\"><b>Stage 2<\/b><\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Registration<\/td>\n        <td width=\"120\">March<\/td>\n        <td width=\"120\">May<\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Selection<\/td>\n        <td width=\"120\">April<\/td>\n        <td width=\"120\">June<\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Announcement<\/td>\n        <td width=\"120\">April<\/td>\n        <td width=\"120\">July<\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Registration<\/td>\n        <td width=\"120\">July<\/td>\n        <td width=\"120\">July<\/td>\n        <\/tr>\n        <\/tbody>\n        <\/table>\n        &nbsp;\n        <table>\n        <tbody>\n        <tr>\n        <td rowspan=\"2\" width=\"120\"><strong>Activities<\/strong><\/td>\n        <td colspan=\"2\" width=\"240\"><strong>Even Semester<\/strong><\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\"><b>Stage 1<\/b><\/td>\n        <td width=\"120\"><b>Stage 2<\/b><\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Registration<\/td>\n        <td width=\"120\">October<\/td>\n        <td width=\"120\">December<\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Selection<\/td>\n        <td width=\"120\">November<\/td>\n        <td width=\"120\">January<\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Announcement<\/td>\n        <td width=\"120\">November<\/td>\n        <td width=\"120\">January<\/td>\n        <\/tr>\n        <tr>\n        <td width=\"120\">Registration<\/td>\n        <td width=\"120\">January<\/td>\n        <td width=\"120\">January<\/td>\n        <\/tr>\n        <\/tbody>\n        <\/table>\n        &nbsp;\n    <\/div>\n    <p class=\"paragraph-1\" style=\"text-align:center\"> *The detailed schedule follows. <\/p>\n    <div style=\"text-align:center\">\n        <a href=\"https:\/\/um.ugm.ac.id\/jadwal-seleksi-magister-dan-doktor\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n            <img decoding=\"async\" class=\"button-img\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2022\/09\/button-um-ugm.png\" width=\"380\" \/>\n        <\/a> \n   <\/div>\n<\/section>\n<section>\n    <h1 class=\"heading-2\">Enrollment and Administration Documents<\/h1>\n    <a href=\"http:\/\/ugm.id\/fasttrackfge\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"\"><\/a>\n<\/section>\n<section>\n    <div style=\"text-align:center;margin:-70px 0px 40px 0px;\">\n    <a href=\"http:\/\/ugm.id\/fasttrackfge\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <img decoding=\"async\" class=\"button-img\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2022\/09\/button-fast-track.png\" \/><\/a>\n    <\/div>\n    <p class=\"paragraph-1\">Program registration documents <a href=\"http:\/\/ugm.id\/borangfasttrack\" target=\"_blank\" rel=\"noopener noreferrer\">(Download)<\/a><\/p>\n    <ul class=\"paragraph-1\">\n        <li>Enrollment Form<\/li>\n        <li>Applicant Declaration Letter<\/li>\n        <li>Parent\/Guardian Declaration Letter<\/li>\n        <li>Supervisor Declaration Letter<\/li>\n        <li>Department Recommendation Letter<\/li>\n        <li>Bachelor\u2019s and Master\u2019s Thesis Research Plan<\/li>\n    <\/ul>\n<\/section>\n<p class=\"paragraph-1\">\n    Contact and Information:\n    <br>\n    <i class=\"fa icon-logo\">\n   &#xf0e0; akademikpasca.geo@ugm.ac.id\n    <\/i>\n<\/p>\n\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Join Now Program Fast Track Bachelor to Master&#8217;s Transition at the Faculty of Geography Universitas Gadjah Mada Welcome to the Fast Track Program! An accelerated study opportunities for undergraduate (S1) students to directly pursue a master&#8217;s degree (S2) with specific requirements determined by the study program. Within just 5 years, students can complete both undergraduate [&hellip;]<\/p>\n","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-9958","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9958","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=9958"}],"version-history":[{"count":1,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9958\/revisions"}],"predecessor-version":[{"id":9959,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/9958\/revisions\/9959"}],"wp:attachment":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/media?parent=9958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}