{"id":6999,"date":"2018-11-30T14:35:58","date_gmt":"2018-11-30T07:35:58","guid":{"rendered":"https:\/\/geo.ugm.ac.id\/?page_id=6999"},"modified":"2024-04-19T14:57:24","modified_gmt":"2024-04-19T07:57:24","slug":"halaman-muka-en","status":"publish","type":"page","link":"https:\/\/geo.ugm.ac.id\/en\/halaman-muka-en\/","title":{"rendered":"Halaman Muka en"},"content":{"rendered":"<style type=\"text\/css\" id=\"tpb-custom-css\">.tengah .tpb-title {\r\n    text-align: center;\r\n    \r\n}<\/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-04053277639 {background-color: #e6e6e6 !important;border-style: none !important;margin-top: -30px !important;margin-bottom: 20px !important;border-top-width: 20px !important;border-right-width: 20px !important;border-bottom-width: 20px !important;border-left-width: 20px !important;padding-top: 30px !important;}<\/style>\t\t<div class='row tpb-row tpb-custom-row-04053277639 tpb-stretch-row'>\r\n\t\t\t\t\t<div class='tpb tpb-post_slider col-md-12'>\r\n\t\t\t  \r\n \r\n<div class=\"row\">\r\n    <div class=\"post-slider brand-primary\">\r\n        <article id=\"post-12965\" class=\"post post-thumb-list  post-12965 type-post status-publish format-standard hentry category-release-en\">\r\n            \r\n                <div class=\"row\">\r\n                    <div class=\"post-img col-lg-6 col-md-6\">\r\n                        <a href=\"https:\/\/geo.ugm.ac.id\/en\/2026\/07\/17\/try\/\">\r\n                                                    <\/a>\r\n                    <\/div>\r\n                    <div class=\"col-lg-6 col-md-6\">\r\n                        <div class=\"post-content\">\r\n                            <div class=\"post-title\">\r\n                                <h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2026\/07\/17\/try\/\">try<\/a><\/h3>\r\n                            <\/div>\r\n                            <div class=\"entry-content\">\r\n\t\t\t\t\t\t\t<!--tambahkan teks slider input manual -->\r\n                                <?php\/\/echo tpb_manual_excerpt(get_the_content()); ?>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tSelamat datang\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n                            <\/div>\r\n                            <a href=\"https:\/\/geo.ugm.ac.id\/en\/2026\/07\/17\/try\/\" class=\"btn btn-more\">Read More<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n            <article id=\"post-7088\" class=\"post post-thumb-list  post-7088 type-post status-publish format-standard has-post-thumbnail hentry category-release-en\">\r\n            \r\n                <div class=\"row\">\r\n                    <div class=\"post-img col-lg-6 col-md-6\">\r\n                        <a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/11\/01\/providing-insights-on-identifying-journals-for-targeted-publications-faculty-of-geography-ugm-held-workshop-on-predatory-journals-and-conferences\/\">\r\n                            <img fetchpriority=\"high\" decoding=\"async\" width=\"560\" height=\"376\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-560x376.jpeg\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-560x376.jpeg 560w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-270x182.jpeg 270w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-360x242.jpeg 360w\" sizes=\"(max-width: 560px) 100vw, 560px\" \/>                        <\/a>\r\n                    <\/div>\r\n                    <div class=\"col-lg-6 col-md-6\">\r\n                        <div class=\"post-content\">\r\n                            <div class=\"post-title\">\r\n                                <h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/11\/01\/providing-insights-on-identifying-journals-for-targeted-publications-faculty-of-geography-ugm-held-workshop-on-predatory-journals-and-conferences\/\">Providing Insights on Identifying Journals for Targeted Publications, Faculty of Geography UGM Held Workshop on Predatory Journals and Conferences<\/a><\/h3>\r\n                            <\/div>\r\n                            <div class=\"entry-content\">\r\n\t\t\t\t\t\t\t<!--tambahkan teks slider input manual -->\r\n                                <?php\/\/echo tpb_manual_excerpt(get_the_content()); ?>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tThe requirements for researchers, lecturers and students to publish their scientific articles, but on the other hand the limited availability of publication media with international standard in Indonesia bring up ...\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n                            <\/div>\r\n                            <a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/11\/01\/providing-insights-on-identifying-journals-for-targeted-publications-faculty-of-geography-ugm-held-workshop-on-predatory-journals-and-conferences\/\" class=\"btn btn-more\">Read More<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n            <article id=\"post-7111\" class=\"post post-thumb-list  post-7111 type-post status-publish format-standard has-post-thumbnail hentry category-release-en\">\r\n            \r\n                <div class=\"row\">\r\n                    <div class=\"post-img col-lg-6 col-md-6\">\r\n                        <a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/10\/29\/faculty-of-geography-ugm-held-a-scientific-article-writing-workshop\/\">\r\n                            <img decoding=\"async\" width=\"560\" height=\"376\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-560x376.jpg\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-560x376.jpg 560w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-270x182.jpg 270w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-360x242.jpg 360w\" sizes=\"(max-width: 560px) 100vw, 560px\" \/>                        <\/a>\r\n                    <\/div>\r\n                    <div class=\"col-lg-6 col-md-6\">\r\n                        <div class=\"post-content\">\r\n                            <div class=\"post-title\">\r\n                                <h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/10\/29\/faculty-of-geography-ugm-held-a-scientific-article-writing-workshop\/\">Faculty of Geography UGM Held a Scientific Article Writing Workshop<\/a><\/h3>\r\n                            <\/div>\r\n                            <div class=\"entry-content\">\r\n\t\t\t\t\t\t\t<!--tambahkan teks slider input manual -->\r\n                                <?php\/\/echo tpb_manual_excerpt(get_the_content()); ?>\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\tThe Library of Faculty of Geography UGM held a \"Scientific Article Writing Workshop\" on 23 October 2018. This event was part of library workshops series, which are carried out in ...\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n                            <\/div>\r\n                            <a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/10\/29\/faculty-of-geography-ugm-held-a-scientific-article-writing-workshop\/\" class=\"btn btn-more\">Read More<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n        <\/div>\r\n<\/div>\r\n\r\n\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-image_icon col-md-3'>\r\n\t\t\t\r\n\r\n<div class=\"col-md-12 tpb-icon-container\">\r\n    <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2015\/03\/gegama_b-150x150.jpg\" class=\"tpb-icon-item\" alt=\"#\">\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-title\">\r\n    <h2>\r\n        <a href=\"http:\/\/kanalpengetahuan.geo.ugm.ac.id\/\">        KPI        <\/a>    <\/h2>\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-content\">\r\n    <p>Knowledge and Information Channel\nFaculty of Geography<\/p>\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-image_icon col-md-3'>\r\n\t\t\t\r\n\r\n<div class=\"col-md-12 tpb-icon-container\">\r\n    <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/07\/perpustakaan-150x150.jpg\" class=\"tpb-icon-item\" alt=\"#\">\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-title\">\r\n    <h2>\r\n        <a href=\"https:\/\/lib.ugm.ac.id\/en\/beranda-versi-inggris\/\">        Library        <\/a>    <\/h2>\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-content\">\r\n    <p>Library of Geography Faculty<\/p>\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-image_icon col-md-3'>\r\n\t\t\t\r\n\r\n<div class=\"col-md-12 tpb-icon-container\">\r\n    <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/07\/perpustakaan-150x150.jpg\" class=\"tpb-icon-item\" alt=\"#\">\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-title\">\r\n    <h2>\r\n        <a href=\"https:\/\/jurnal.ugm.ac.id\/ijg\">        IJG        <\/a>    <\/h2>\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-content\">\r\n    <p>Indonesian Journal of Geography<\/p>\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-image_icon col-md-3'>\r\n\t\t\t\r\n\r\n<div class=\"col-md-12 tpb-icon-container\">\r\n    <img decoding=\"async\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/07\/Gadjah_Mada_University_Logo-150x150.gif\" class=\"tpb-icon-item\" alt=\"#\">\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-title\">\r\n    <h2>\r\n        <a href=\"http:\/\/bkln.geo.ugm.ac.id\/\">        BKLN        <\/a>    <\/h2>\r\n<\/div>\r\n\r\n<div class=\"col-md-12 tpb-icon-content\">\r\n    <p>Bureau of International Affairs\nFaculty of Geography<\/p>\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<style type='text\/css'>.tpb-custom-row-2572376541 {border-style: none !important;}<\/style>\t\t<div class='row tpb-row tpb-custom-row-2572376541 tengah'>\r\n\t\t\t\t\t<div class='tpb tpb-section_title col-md-12'>\r\n\t\t\t\r\n    <div class=\"row\">\r\n        <div class=\"col-md-12 tpb-header\">\r\n            <div class=\"tpb-title\" style=\"margin-bottom:0;\"><h2>Press Release<\/h2><\/div>\r\n        <\/div>\r\n    <\/div>\r\n\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-post_list col-md-12'>\r\n\t\t\t\r\n<div class=\"row\">\r\n\r\n\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<div class='col-md-12 multi-column'><div class='row post-row'>\r\n\t\t\t\t<article id=\"post-12965\" class=\"post col-md-4 col-sm-12 post-auto-3 post-12965 type-post status-publish format-standard hentry category-release-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 col-sm-4 post-img\">\r\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/geo.ugm.ac.id\/en\/2026\/07\/17\/try\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 col-sm-8 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2026\/07\/17\/try\/\">try<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">17 July 2026<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"entry-content\">\r\n\t\t\t\t\t\t\t\t\t\tSelamat datang\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-7088\" class=\"post col-md-4 col-sm-12 post-auto-3 post-7088 type-post status-publish format-standard has-post-thumbnail hentry category-release-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 col-sm-4 post-img\">\r\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/11\/01\/providing-insights-on-identifying-journals-for-targeted-publications-faculty-of-geography-ugm-held-workshop-on-predatory-journals-and-conferences\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"242\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-360x242.jpeg\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-360x242.jpeg 360w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-270x182.jpeg 270w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/11\/WhatsApp-Image-2018-10-31-at-08.46.14-1-560x376.jpeg 560w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 col-sm-8 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/11\/01\/providing-insights-on-identifying-journals-for-targeted-publications-faculty-of-geography-ugm-held-workshop-on-predatory-journals-and-conferences\/\">Providing Insights on Identifying Journals for Targeted Publications, Faculty of Geography UGM Held Workshop on Predatory Journals and Conferences<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">01 November 2018<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"entry-content\">\r\n\t\t\t\t\t\t\t\t\t\tThe requirements for researchers, lecturers and students to publish their scientific articles, but on the other hand the limited availability of publication media with international standard in Indonesia bring up ...\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-7111\" class=\"post col-md-4 col-sm-12 post-auto-3 post-7111 type-post status-publish format-standard has-post-thumbnail hentry category-release-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 col-sm-4 post-img\">\r\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/10\/29\/faculty-of-geography-ugm-held-a-scientific-article-writing-workshop\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"242\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-360x242.jpg\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-360x242.jpg 360w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-270x182.jpg 270w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2018\/10\/1WhatsApp-Image-2018-10-23-at-17.09.03-560x376.jpg 560w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 col-sm-8 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2018\/10\/29\/faculty-of-geography-ugm-held-a-scientific-article-writing-workshop\/\">Faculty of Geography UGM Held a Scientific Article Writing Workshop<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">29 October 2018<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"entry-content\">\r\n\t\t\t\t\t\t\t\t\t\tThe Library of Faculty of Geography UGM held a \"Scientific Article Writing Workshop\" on 23 October 2018. This event was part of library workshops series, which are carried out in ...\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t<\/div><\/div>\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\t<div class=\"btn-box col-md-12\"><a href=\"https:\/\/geo.ugm.ac.id\/en\/category\/release-en\/\" class=\"btn btn-more\">View All<\/a><\/div>\r\n\t\t\r\n\t\t\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<style type='text\/css'>.tpb-custom-row-43958879952 {background-color: #e6e6e6 !important;border-style: none !important;margin-top: 20px !important;margin-bottom: 30px !important;border-top-width: 30px !important;border-bottom-width: 30px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}<\/style>\t\t<div class='row tpb-row tpb-custom-row-43958879952 tengah tpb-stretch-row'>\r\n\t\t\t\t\t<div class='tpb tpb-post_list col-md-3'>\r\n\t\t\t\r\n<div class=\"row\">\r\n\r\n\t\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\"><h2>Work Opportunity<\/h2><\/div>\r\n\t<\/div>\r\n\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-9990\" class=\"post col-md-12 col-sm-12 no-image post-9990 type-post status-publish format-standard has-post-thumbnail hentry category-work-opportunity tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2024\/02\/05\/join-our-team-rewarding-sustainable-finance-jobs-at-ecosecurities-2\/\">Join Our Team Rewarding sustainable finance jobs at ecosecurities<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">05 February 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-9987\" class=\"post col-md-12 col-sm-12 no-image post-9987 type-post status-publish format-standard has-post-thumbnail hentry category-work-opportunity tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2024\/02\/05\/working-with-forest-carbon-2\/\">WORKING WITH FOREST CARBON<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">05 February 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-9992\" class=\"post col-md-12 col-sm-12 no-image post-9992 type-post status-publish format-standard has-post-thumbnail hentry category-work-opportunity tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2023\/07\/07\/rekrutmen-terbuka-tenaga-penuh-waktu-bidang-media-desain-pada-unit-kerja-sama-dalam-negeri-fakultas-geografi-ugm-2\/\">Rekrutmen Terbuka Tenaga Penuh Waktu bidang Media &amp; Desain, pada Unit Kerja Sama Dalam Negeri Fakultas Geografi UGM.<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">07 July 2023<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-9994\" class=\"post col-md-12 col-sm-12 no-image post-9994 type-post status-publish format-standard has-post-thumbnail hentry category-work-opportunity\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2022\/12\/23\/seleksi-penerimaan-pegawai-badan-nasional-penanggulangan-bencana-bnpb\/\">Seleksi Penerimaan Pegawai: Badan Nasional Penanggulangan Bencana (BNPB)<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">23 December 2022<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\t<div class=\"btn-box col-md-12\"><a href=\"https:\/\/geo.ugm.ac.id\/en\/category\/work-opportunity\/\" class=\"btn btn-more\">View All<\/a><\/div>\r\n\t\t\r\n\t\t\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-post_list col-md-3'>\r\n\t\t\t\r\n<div class=\"row\">\r\n\r\n\t\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\"><h2>Publication<\/h2><\/div>\r\n\t<\/div>\r\n\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-10033\" class=\"post col-md-12 col-sm-12 no-image post-10033 type-post status-publish format-standard hentry category-publication-en tag-sdg-13-climate-action-en tag-sdg-15-life-on-land-en tag-sdg-9-industry-innovations-and-infrastructure-en tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2024\/04\/19\/large-debris-avalanche-and-associated-eruptive-event-at-samalas-volcano-lombok-indonesia\/\">Large debris avalanche and associated eruptive event at Samalas volcano, Lombok, Indonesia<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">19 April 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-10031\" class=\"post col-md-12 col-sm-12 no-image post-10031 type-post status-publish format-standard hentry category-publication-en tag-sdg-13-climate-action-en tag-sdg-15-life-on-land-en tag-sdg-2-zero-hunger-en tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2024\/04\/19\/synergizing-landsat-8-and-modis-data-for-enhanced-paddy-phenology-assessment-and-crop-frequency-mapping-a-fusion-of-phenological-insights-and-machine-learning-algorithms\/\">SYNERGIZING LANDSAT-8 AND MODIS DATA FOR ENHANCED PADDY PHENOLOGY ASSESSMENT AND CROP FREQUENCY MAPPING: A FUSION OF PHENOLOGICAL INSIGHTS AND MACHINE LEARNING ALGORITHMS<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">19 April 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-10029\" class=\"post col-md-12 col-sm-12 no-image post-10029 type-post status-publish format-standard hentry category-publication-en tag-sdg-13-climate-action-en tag-sdg-15-life-on-land-en tag-sdg-6-clean-water-and-sanitation-en tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2024\/04\/19\/projections-of-future-meteorological-drought-in-java-nusa-tenggara-region-based-on-cmip6-scenario\/\">PROJECTIONS OF FUTURE METEOROLOGICAL DROUGHT IN JAVA\u2013NUSA TENGGARA REGION BASED ON CMIP6 SCENARIO<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">19 April 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-10027\" class=\"post col-md-12 col-sm-12 no-image post-10027 type-post status-publish format-standard hentry category-publication-en tag-sdg-1-no-poverty tag-sdg-11-sustainable-cities-and-communities-en tag-sdg-13-climate-action-en tag-sdg-14-life-below-water-en tag-sdg-15-life-on-land-en tag-sdg-16-peace-justice-and-strong-institution-en tag-sdg-2-zero-hunger-en tag-sdg-8-decent-work-and-economy-growth-en tag-sdgs-en\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-12 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/2024\/04\/19\/mangrove-area-degradation-and-management-strategies-in-indonesia-a-review\/\">Mangrove area degradation and management strategies in Indonesia: A review<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"post-date\">19 April 2024<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\t<div class=\"btn-box col-md-12\"><a href=\"https:\/\/geo.ugm.ac.id\/en\/category\/publication-en\/\" class=\"btn btn-more\">View All<\/a><\/div>\r\n\t\t\r\n\t\t\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-rss_feed col-md-3'>\r\n\t\t\t<div class=\"row\">\r\n\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\">\r\n\t\t\t<h2>\r\n\t\t\t\t<i class=\"fa fa-rss-square\"><\/i>\r\n\t\t\t\t<a href=\"https:\/\/syndic8.scopus.com\/getMessage?registrationId=DIAFELIFEKAOHICMFIBMDPBIDLFLIQHIHOBMKLIFID\" target=\"_blank\">Scopus Indexed Publication<\/a>\r\n\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<div class=\"col-md-12 widget widget_rss\">\r\n\t\t<p>RSS Feed tidak ditemukan.<\/p>\t<\/div>\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-rss_feed col-md-3'>\r\n\t\t\t<div class=\"row\">\r\n\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\">\r\n\t\t\t<h2>\r\n\t\t\t\t<i class=\"fa fa-rss-square\"><\/i>\r\n\t\t\t\t<a href=\"https:\/\/ugm.ac.id\/id\/news\/feed.xml\" target=\"_blank\">UGM News<\/a>\r\n\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<div class=\"col-md-12 widget widget_rss\">\r\n\t\t<ul><li><a class='rsswidget' href='https:\/\/ugm.ac.id\/id\/berita\/ditempa-duka-dan-keterbatasan-ekonomi-perjuangan-rani-wujudkan-mimpi-ke-ugm\/'>Ditempa Duka dan Keterbatasan Ekonomi, Perjuangan Rani Wujudkan Mimpi ke UGM<\/a> <span class=\"rss-date\">July 23, 2026<\/span> <cite>gusti.grehenson<\/cite><\/li><li><a class='rsswidget' href='https:\/\/ugm.ac.id\/id\/berita\/tim-peneliti-ugm-kembangkan-produk-kosmetik-lulur-mandi-dari-garam-pantai-selatan\/'>Tim Peneliti UGM Kembangkan Produk Kosmetik Lulur Mandi dari Garam Pantai Selatan<\/a> <span class=\"rss-date\">July 23, 2026<\/span> <cite>gusti.grehenson<\/cite><\/li><li><a class='rsswidget' href='https:\/\/ugm.ac.id\/id\/berita\/atasi-keterbatasan-air-di-lahan-pertanian-mahasiswa-kkn-ugm-terapkan-teknologi-irigasi-tetes-di-pulau-samosir\/'>Atasi Keterbatasan Air di Lahan Pertanian, Mahasiswa KKN UGM Terapkan Teknologi Irigasi Tetes di Pulau Samosir\u00a0<\/a> <span class=\"rss-date\">July 23, 2026<\/span> <cite>gusti.grehenson<\/cite><\/li><li><a class='rsswidget' href='https:\/\/ugm.ac.id\/id\/berita\/juru-bicara-ugm-bagikan-tips-mengelola-komunikasi-krisis-perguruan-tinggi\/'>Juru Bicara UGM Bagikan Tips Mengelola Komunikasi Krisis Perguruan Tinggi<\/a> <span class=\"rss-date\">July 23, 2026<\/span> <cite>triya.andriyani<\/cite><\/li><\/ul>\t<\/div>\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-post_list col-md-4'>\r\n\t\t\t\r\n<div class=\"row\">\r\n\r\n\t\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\"><h2>Agenda<\/h2><\/div>\r\n\t<\/div>\r\n\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-9753\" class=\"post col-md-12 col-sm-12 post-event post-9753 event type-event status-publish hentry event-category-agenda\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-3 event-date col-sm-3 col-xs-3\">\r\n\t\t\t\t\t\t\t\t<span>02 <strong>Feb<\/strong><\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"col-md-9 col-sm-9 col-xs-9 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/event\/kelas-literasi-e-resources-reference-management-software\/\">Kelas Literasi : E-Resources &amp; Reference Management Software<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"entry-content\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-6768\" class=\"post col-md-12 col-sm-12 post-event post-6768 event type-event status-publish hentry event-category-agenda\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-3 event-date col-sm-3 col-xs-3\">\r\n\t\t\t\t\t\t\t\t<span>17 <strong>Nov<\/strong><\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"col-md-9 col-sm-9 col-xs-9 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/event\/seminar-nasional-geografi-ii-pemanfaatan-big-data-dalam-pengembangan-keilmuan-geografi\/\">&#8220;Seminar Nasional Geografi II &#8221; Pemanfaatan Big Data dalam Pengembangan Keilmuan Geografi<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"entry-content\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<article id=\"post-6793\" class=\"post col-md-12 col-sm-12 post-event post-6793 event type-event status-publish hentry event-category-agenda\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t\t\t<div class=\"col-md-3 event-date col-sm-3 col-xs-3\">\r\n\t\t\t\t\t\t\t\t<span>19 <strong>Oct<\/strong><\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"col-md-9 col-sm-9 col-xs-9 post-content\">\r\n\t\t\t\t\t\t\t\t<div class=\"post-title\">\r\n\t\t\t\t\t\t\t\t\t<h3><a href=\"https:\/\/geo.ugm.ac.id\/en\/event\/talkshow-bersama-membangun-negeri\/\">Talkshow &#8221; Bersama Membangun Negeri&#8221;<\/a><\/h3>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"entry-content\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t<\/article>\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\t<div class=\"btn-box col-md-12\"><a href=\"https:\/\/geo.ugm.ac.id\/en\/event\/\" class=\"btn btn-more\">View All<\/a><\/div>\r\n\t\t\r\n\t\t\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-post_list col-md-4'>\r\n\t\t\t\r\n<div class=\"row\">\r\n\r\n\t\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\"><h2>Sertifikat BAN-PT Akreditasi Program Studi<\/h2><\/div>\r\n\t<\/div>\r\n\t\r\n\t<div class=\"gallery\">\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<figure class=\"gallery-item col-md-12\">\r\n\t\t\t\t\t<div class=\"gallery-img\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/geo.ugm.ac.id\/en\/gallery\/sertifikat-ban-pt-akreditasi-program-studi\/\">\r\n\r\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"242\" src=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/09\/WhatsApp-Image-2019-11-21-at-10.50.13-e1574308389297-360x242.jpeg\" class=\"attachment-ugm-archive-thumbnail-medium size-ugm-archive-thumbnail-medium\" alt=\"\" srcset=\"https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/09\/WhatsApp-Image-2019-11-21-at-10.50.13-e1574308389297-360x242.jpeg 360w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/09\/WhatsApp-Image-2019-11-21-at-10.50.13-e1574308389297-270x182.jpeg 270w, https:\/\/geo.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/09\/WhatsApp-Image-2019-11-21-at-10.50.13-e1574308389297-560x376.jpeg 560w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<figcaption class=\"gallery-caption\">Sertifikat BAN-PT Akreditasi Program Studi dan Kompetensi<\/figcaption>\r\n\t\t\t\t<\/figure>\r\n\r\n\t\t\t\r\n\t\t\r\n\t\t\t\t\t\t\t\t<div class=\"btn-box col-md-12\"><a href=\"https:\/\/geo.ugm.ac.id\/en\/gallery\/\" class=\"btn btn-more\">View All<\/a><\/div>\r\n\t\t\r\n\t\t<\/div>\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-html col-md-4'>\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\t<div class=\"tpb-header\"> \r\n\t\t\t\t<div class=\"tpb-title\">\r\n\t\t\t\t\t<h2>Sistem Informasi Aspirasi Publik<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<a href=\"https:\/\/aspirasi.ugm.ac.id\/\"><img decoding=\"async\" src=\"http:\/\/web04.opencloud.dssdi.ugm.ac.id\/wp-content\/uploads\/sites\/13\/2017\/07\/WhatsApp-Image-2018-03-08-at-13.53.03.jpeg\"><\/a>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"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-6999","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/6999","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/comments?post=6999"}],"version-history":[{"count":1,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/6999\/revisions"}],"predecessor-version":[{"id":9965,"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/pages\/6999\/revisions\/9965"}],"wp:attachment":[{"href":"https:\/\/geo.ugm.ac.id\/en\/wp-json\/wp\/v2\/media?parent=6999"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}