jQuery(function($){ function setFullWidth() { var no_content = $('.tpb-stretch-row'); var with_content = $('.tpb-stretch-row-content'); var content_and_padding = $('.tpb-stretch-row-content-no-padding');
// tpb-stretch-row if(no_content.length > 0) { no_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': calc.offset + 'px', 'padding-right': calc.offset + 'px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content if(with_content.length > 0) { with_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': '15px', 'padding-right': '15px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content-no-padding if(content_and_padding.length > 0) { content_and_padding.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px' }); }); } }
function getCalcStretch($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
// get outer container if($('body > div#wrapper').length > 0) { $outer = $('body > div#wrapper'); } else { $outer = $('body'); }
var outerOffset = $outer.offset(); var offset = $el.offset(); var offsetLeft = offset.left - outerOffset.left; var width = $outer.outerWidth();
// set vars var vars = { offset: offsetLeft, left: offsetLeft * -1, width: width }
return vars; }
function getCalcStretchOld($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
var offset = $el.offset();
// set vars var vars = { offset: offset.left, left: offset.left * -1, width: $(window).width() }
return vars; }
$(window).resize(function() { setFullWidth(); });
setFullWidth(); });
Sobat Perpustakaan dan Civitas Academica UGM semua….
Hingga penghujung akhir tahun 2021 ini, Universitas Gadjah Mada telah melakukan beberapa kontrak terkait langganan e-resources yang berlaku untuk masa akses tahun 2021-2022, diantaranya adalah:
Ebsco Business Source Complete untuk Bidang Ekonomika dan Bisnis
Ebsco Academic Search Complete untuk multiple subyek
Proquest Research Library untuk multiple subyek
ABI/INFORM Collections untuk bidang Ekonomika dan Bisnis
Oxford University Press e-journals untuk multiple subyek
Emerald ejournals full collections untuk multiple subyek
IEEExplore / IEL Electronic Library
jQuery(function($){ function setFullWidth() { var no_content = $('.tpb-stretch-row'); var with_content = $('.tpb-stretch-row-content'); var content_and_padding = $('.tpb-stretch-row-content-no-padding');
// tpb-stretch-row if(no_content.length > 0) { no_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': calc.offset + 'px', 'padding-right': calc.offset + 'px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content if(with_content.length > 0) { with_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': '15px', 'padding-right': '15px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content-no-padding if(content_and_padding.length > 0) { content_and_padding.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px' }); }); } }
function getCalcStretch($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
// get outer container if($('body > div#wrapper').length > 0) { $outer = $('body > div#wrapper'); } else { $outer = $('body'); }
var outerOffset = $outer.offset(); var offset = $el.offset(); var offsetLeft = offset.left - outerOffset.left; var width = $outer.outerWidth();
// set vars var vars = { offset: offsetLeft, left: offsetLeft * -1, width: width }
return vars; }
function getCalcStretchOld($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
var offset = $el.offset();
// set vars var vars = { offset: offset.left, left: offset.left * -1, width: $(window).width() }
return vars; }
$(window).resize(function() { setFullWidth(); });
setFullWidth(); });
jQuery(function($){ function setFullWidth() { var no_content = $('.tpb-stretch-row'); var with_content = $('.tpb-stretch-row-content'); var content_and_padding = $('.tpb-stretch-row-content-no-padding');
// tpb-stretch-row if(no_content.length > 0) { no_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': calc.offset + 'px', 'padding-right': calc.offset + 'px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content if(with_content.length > 0) { with_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': '15px', 'padding-right': '15px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content-no-padding if(content_and_padding.length > 0) { content_and_padding.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px' }); }); } }
function getCalcStretch($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
// get outer container if($('body > div#wrapper').length > 0) { $outer = $('body > div#wrapper'); } else { $outer = $('body'); }
var outerOffset = $outer.offset(); var offset = $el.offset(); var offsetLeft = offset.left - outerOffset.left; var width = $outer.outerWidth();
// set vars var vars = { offset: offsetLeft, left: offsetLeft * -1, width: width }
return vars; }
function getCalcStretchOld($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
var offset = $el.offset();
// set vars var vars = { offset: offset.left, left: offset.left * -1, width: $(window).width() }
return vars; }
$(window).resize(function() { setFullWidth(); });
setFullWidth(); });
Pemustaka Ykh,
Kami informasikan bahwa saat ini terdapat gangguan pada akses server lokal Electronic Theses Dissertation (ETD)Perpustakaan UGM. Hal ini mengakibatkan adanya masalah akses pada naskah lengkap ETD. Situasi ini mungkin menyebabkan layanan terhadap permintaan ETD oleh petugas menjadi lebih lambat dari biasanya. Untuk itu kami mohon kesabaran para pemustaka dalam menunggu layanan permintaan koleksi ETD dari petugas kami.
jQuery(function($){ function setFullWidth() { var no_content = $('.tpb-stretch-row'); var with_content = $('.tpb-stretch-row-content'); var content_and_padding = $('.tpb-stretch-row-content-no-padding');
// tpb-stretch-row if(no_content.length > 0) { no_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': calc.offset + 'px', 'padding-right': calc.offset + 'px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content if(with_content.length > 0) { with_content.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px', 'padding-left': '15px', 'padding-right': '15px', 'box-sizing': 'border-box' }); }); }
// tpb-stretch-row-content-no-padding if(content_and_padding.length > 0) { content_and_padding.each(function(){ $el = $(this);
var calc = getCalcStretch($el);
// apply new css $el.css({ 'position': 'relative', 'left': calc.left + 'px', 'width': calc.width + 'px' }); }); } }
function getCalcStretch($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
// get outer container if($('body > div#wrapper').length > 0) { $outer = $('body > div#wrapper'); } else { $outer = $('body'); }
var outerOffset = $outer.offset(); var offset = $el.offset(); var offsetLeft = offset.left - outerOffset.left; var width = $outer.outerWidth();
// set vars var vars = { offset: offsetLeft, left: offsetLeft * -1, width: width }
return vars; }
function getCalcStretchOld($el) { // neutralize $el.css({ 'position': '', 'left': '', 'width': '', 'padding': '', 'padding-left': '', 'padding-right': '', 'box-sizing': '', });
var offset = $el.offset();
// set vars var vars = { offset: offset.left, left: offset.left * -1, width: $(window).width() }
return vars; }
$(window).resize(function() { setFullWidth(); });
setFullWidth(); });