{"id":5744,"date":"2022-06-07T08:53:44","date_gmt":"2022-06-07T01:53:44","guid":{"rendered":"https:\/\/sainvet.fkh.ugm.ac.id\/?page_id=5744"},"modified":"2022-06-07T10:21:27","modified_gmt":"2022-06-07T03:21:27","slug":"homepage","status":"publish","type":"page","link":"https:\/\/sainvet.fkh.ugm.ac.id\/?lang=en","title":{"rendered":"homepage"},"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-post_slider col-md-12'>\r\n\t\t\t  \r\n \r\n<div class=\"row\">\r\n    <div class=\"post-slider brand-yellow content-overlay\">\r\n        <article id=\"post-5804\" class=\"post post-thumb-list  post-5804 type-post status-publish format-standard has-post-thumbnail hentry category-highlights category-news\">\r\n            \r\n                                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5804\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277-1024x1024.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277-1024x1024.png 1024w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277-300x300.png 300w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277-150x150.png 150w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277-768x768.png 768w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277-510x510.png 510w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/photogrid.photocollagemaker.photoeditor.squarepic_202233011427277.png 1080w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>                    <\/a>\r\n                                <div class=\"post-content\">\r\n                    <div class=\"post-title\">\r\n                        <h3><a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5804\">Workshop on Curriculum Evaluation of the Veterinary Science Doctoral Study Program FKH UGM<\/a><\/h3>\r\n                    <\/div>\r\n                    <div class=\"entry-content\">\r\n                        \t\t\t\t\t\t\r\n\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\tIn the framework of the Curriculum Workshop of the Veterinary Science Doctoral Study Program, FKH UGM, a series of activities have been carried out which include internal meetings from the ...\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n                    <\/div>\r\n                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5804\" class=\"btn btn-more\">Baca Selengkapnya<\/a>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n            <article id=\"post-5808\" class=\"post post-thumb-list  post-5808 type-post status-publish format-standard has-post-thumbnail hentry category-highlights category-news\">\r\n            \r\n                                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5808\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6-1024x576.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6-1024x576.png 1024w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6-300x169.png 300w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6-768x432.png 768w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6-1536x864.png 1536w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6-825x464.png 825w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/image1-6.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>                    <\/a>\r\n                                <div class=\"post-content\">\r\n                    <div class=\"post-title\">\r\n                        <h3><a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5808\">Welcoming Session with New Students of the Postgraduate Programme Faculty of Veterinary Medicine UGM (Even Semester, Academic Year 2021\/2022)<\/a><\/h3>\r\n                    <\/div>\r\n                    <div class=\"entry-content\">\r\n                        \t\t\t\t\t\t\r\n\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 Postgraduate Programme of the Faculty of Veterinary Medicine, Gadjah Mada Universty held a welcoming session with the new students for Masters-S3 Study Programme Even Semester, Academic Year 2021\/2022. It ...\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n                    <\/div>\r\n                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5808\" class=\"btn btn-more\">Baca Selengkapnya<\/a>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n            <article id=\"post-5806\" class=\"post post-thumb-list  post-5806 type-post status-publish format-standard has-post-thumbnail hentry category-highlights category-news\">\r\n            \r\n                                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5806\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971-1024x1024.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971-1024x1024.png 1024w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971-300x300.png 300w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971-150x150.png 150w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971-768x768.png 768w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971-510x510.png 510w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/02\/photogrid.photocollagemaker.photoeditor.squarepic_20222221133115971.png 1080w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>                    <\/a>\r\n                                <div class=\"post-content\">\r\n                    <div class=\"post-title\">\r\n                        <h3><a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5806\">Semester Coordination Team Meeting for the Postgraduate Program of the Faculty of Veterinary Medicine, UGM, Even Period 2021\/2022<\/a><\/h3>\r\n                    <\/div>\r\n                    <div class=\"entry-content\">\r\n                        \t\t\t\t\t\t\r\n\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 Graduate Program of the Faculty of Veterinary Medicine, Universitas Gadjah Mada has organized a coordination team activity for the semester period for 2021\/2022 Even Academic Year. This activity was ...\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n                    <\/div>\r\n                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5806\" class=\"btn btn-more\">Baca Selengkapnya<\/a>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n            <article id=\"post-5810\" class=\"post post-thumb-list  post-5810 type-post status-publish format-standard has-post-thumbnail hentry category-highlights category-news category-uncategorized-en\">\r\n            \r\n                                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5810\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"597\" height=\"869\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/01\/IMG-20220120-WA0046.jpg\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/01\/IMG-20220120-WA0046.jpg 597w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/01\/IMG-20220120-WA0046-206x300.jpg 206w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/01\/IMG-20220120-WA0046-350x510.jpg 350w\" sizes=\"auto, (max-width: 597px) 100vw, 597px\" \/>                    <\/a>\r\n                                <div class=\"post-content\">\r\n                    <div class=\"post-title\">\r\n                        <h3><a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5810\">Socialization of the Postgraduate by-Research Program, Faculty of Veterinary Medicine, UGM<\/a><\/h3>\r\n                    <\/div>\r\n                    <div class=\"entry-content\">\r\n                        \t\t\t\t\t\t\r\n\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 Postgraduate Program of the Faculty of Veterinary Medicine, Gadjah Mada University has organized a by-research socialization program activity. This activity was held on Thursday, January 27, 2022 and was ...\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n                    <\/div>\r\n                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5810\" class=\"btn btn-more\">Baca Selengkapnya<\/a>\r\n                <\/div>\r\n\r\n                    <\/article>\r\n\r\n            <article id=\"post-5812\" class=\"post post-thumb-list  post-5812 type-post status-publish format-standard has-post-thumbnail hentry category-highlights category-news\">\r\n            \r\n                                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5812\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-1024x683.jpg\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-1024x683.jpg 1024w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-300x200.jpg 300w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-768x512.jpg 768w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-1536x1024.jpg 1536w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-2048x1365.jpg 2048w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2021\/11\/DSC_9299-3-765x510.jpg 765w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>                    <\/a>\r\n                                <div class=\"post-content\">\r\n                    <div class=\"post-title\">\r\n                        <h3><a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5812\">Community Service Veterinary Science Doctoral Program in 2021<\/a><\/h3>\r\n                    <\/div>\r\n                    <div class=\"entry-content\">\r\n                        \t\t\t\t\t\t\r\n\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\tIn order to fulfil the tri dharma of higher education, the Doctoral Study Program of Veterinary Science, Faculty of Veterinary Medicine of Gadjah Mada University held a Community Service activity ...\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n                    <\/div>\r\n                    <a href=\"https:\/\/sainvet.fkh.ugm.ac.id\/?p=5812\" class=\"btn btn-more\">Baca Selengkapnya<\/a>\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-html col-md-3'>\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>PPDH<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<a href=\"http:\/\/ppdh.fkh.ugm.ac.id\/\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1021\/2017\/09\/banner-ppdh.jpg\" width=\"160\" height=\"52\"  style=\"box-shadow: 0px 0px 2px 1px #DDD;background-color: #FFF;border: 1px solid #DDD;margin-left:20px;padding:4px;\">\n<\/a>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-html col-md-3'>\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>UGM Residence<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<a href=\"https:\/\/residence.ugm.ac.id\/\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1021\/2017\/09\/banner-ugm-residen.png\" width=\"160\" height=\"52\"  style=\"box-shadow: 0px 0px 2px 1px #DDD;background-color: #FFF;border: 1px solid #DDD;margin-left:20px;padding:4px;\">\n<\/a>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-html col-md-3'>\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>JSV<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<a href=\"https:\/\/jurnal.ugm.ac.id\/jsv\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1021\/2017\/09\/banner-jurnal-sv.jpg\" width=\"160\" height=\"52\"  style=\"box-shadow: 0px 0px 2px 1px #DDD;background-color: #FFF;border: 1px solid #DDD;margin-left:20px;padding:4px;\">\n<\/a>\t<\/div>\r\n\r\n<\/div>\t\t\t<\/div>\r\n\t\t\t\t\t<div class='tpb tpb-html col-md-3'>\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>Direct Acces Journal<\/h2>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t<a href=\"http:\/\/ezproxy.ugm.ac.id\/\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1021\/2017\/09\/isc_jurnal_ugm.png\" width=\"160\" height=\"52\"  style=\"box-shadow: 0px 0px 2px 1px #DDD;background-color: #FFF;border: 1px solid #DDD;margin-left:20px;padding:4px;\">\n<\/a>\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-spacer col-md-12'>\r\n\t\t\t<div class=\"tpb-spacer\" style=\"height:25px\"><\/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-12'>\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>News<\/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<div class='col-md-12 multi-column'><div class='row post-row'>\r\n\t\t\t\t<article id=\"post-5814\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5814 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news category-proposing-seminar\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5814\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5814\">Master of Veterinary Science Study Program: Student Proposal Seminar by Alek Arisona<\/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\">28 April 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\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 Master of Veterinary Science Study Program has held a research proposal seminar on April 27, 2022 for student, Alek Arisona, with the title \"Effectiveness of Albendazole on Helminthiasis of ...\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-5816\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5816 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news category-proposing-seminar\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5816\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5816\">Seminar on Student Proposals for Master of Veterinary Science Study Program a.n Wisnu Krisna Nanditya<\/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\">08 April 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\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 Master of Veterinary Science Study Program has held a research proposal seminar on April 6, 2022 for student named Wisnu Krisna Nanditya with the title \"Delayed Puberty Case Overview ...\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-5818\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5818 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news category-proposing-seminar\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5818\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5818\">Seminar on Student Proposals for Master of Veterinary Science Study Program a.n Akhmad Abror As Sidiqi<\/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\">04 April 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\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 Master of Veterinary Science Study Program held a research proposal seminar on the 30th of March 2022 for student: a.n Akhmad Abror As Sidiqi with the title \"Effect of ...\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-5820\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5820 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5820\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5820\">Master of Veterinary Science Study Program: Student Proposal Seminar by Meta Iqomah<\/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\">30 March 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\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 Master of Veterinary Science Study Program held a research proposal seminar on March 29, 2022 for student, Meta Iqomah with the title \"Study of the Concentrations of Macro Minerals ...\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:\/\/sainvet.fkh.ugm.ac.id\/?cat=96\" 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\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\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\"><h2>Academics and Student Affairs<\/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<div class='col-md-12 multi-column'><div class='row post-row'>\r\n\t\t\t\t<article id=\"post-5814\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5814 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news category-proposing-seminar\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5814\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/05\/image-2-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5814\">Master of Veterinary Science Study Program: Student Proposal Seminar by Alek Arisona<\/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\">28 April 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\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 Master of Veterinary Science Study Program has held a research proposal seminar on April 27, 2022 for student, Alek Arisona, with the title \"Effectiveness of Albendazole on Helminthiasis of ...\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-5816\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5816 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news category-proposing-seminar\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5816\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/04\/image4-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5816\">Seminar on Student Proposals for Master of Veterinary Science Study Program a.n Wisnu Krisna Nanditya<\/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\">08 April 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\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 Master of Veterinary Science Study Program has held a research proposal seminar on April 6, 2022 for student named Wisnu Krisna Nanditya with the title \"Delayed Puberty Case Overview ...\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-5818\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5818 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news category-proposing-seminar\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5818\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image7-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5818\">Seminar on Student Proposals for Master of Veterinary Science Study Program a.n Akhmad Abror As Sidiqi<\/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\">04 April 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\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 Master of Veterinary Science Study Program held a research proposal seminar on the 30th of March 2022 for student: a.n Akhmad Abror As Sidiqi with the title \"Effect of ...\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-5820\" class=\"post col-md-3 col-sm-12 post-auto-4 post-5820 type-post status-publish format-standard has-post-thumbnail hentry category-acsa category-news\">\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5820\">\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=\"270\" height=\"182\" src=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-270x182.png\" class=\"img-responsive wp-post-image\" alt=\"\" srcset=\"https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-270x182.png 270w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-360x242.png 360w, https:\/\/sainvet.fkh.ugm.ac.id\/wp-content\/uploads\/sites\/1057\/2022\/03\/image4-2-560x376.png 560w\" sizes=\"auto, (max-width: 270px) 100vw, 270px\" \/>\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:\/\/sainvet.fkh.ugm.ac.id\/?p=5820\">Master of Veterinary Science Study Program: Student Proposal Seminar by Meta Iqomah<\/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\">30 March 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\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 Master of Veterinary Science Study Program held a research proposal seminar on March 29, 2022 for student, Meta Iqomah with the title \"Study of the Concentrations of Macro Minerals ...\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:\/\/sainvet.fkh.ugm.ac.id\/?cat=90\" 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\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\t<div class=\"col-md-12 tpb-header\">\r\n\t\t<div class=\"tpb-title\"><h2>Scholarship<\/h2><\/div>\r\n\t<\/div>\r\n\t\r\n\t\t\t\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-post_list col-md-12'>\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>Events<\/h2><\/div>\r\n\t<\/div>\r\n\t\r\n\t\t\t\r\n<\/div>\r\n\r\n\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3533,"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-5744","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/5744","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/users\/3533"}],"replies":[{"embeddable":true,"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5744"}],"version-history":[{"count":0,"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=\/wp\/v2\/pages\/5744\/revisions"}],"wp:attachment":[{"href":"https:\/\/sainvet.fkh.ugm.ac.id\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}