Universitas Gadjah Mada Library and Archives held a healthy walk in celebration of its first anniversary. The event took place around the UGM campus area. The route was from UGM Library and Archives to the south through GSP towards the alumni office then to DPKM and back north to UGM Library and Archives. This activity was attended by employees and education personnel. The event, which started at 07.00 am, aims to promote a lifestyle that is in line with the Sustainable Development Goals (SDGs) point 3 of ensuring a healthy life and improving the welfare of all people of all ages.
News
The Library and Archives of Universitas Gadjah Mada held an Integrated Non-Communicable Disease Management Post (Posbindu PTM) event on Friday, June 28, 2024, in the lobby of the UGM Library and Archives Building. This event was part of the series of activities for the 1st Anniversary of the UGM Library and Archives.
In commemoration of the Anniversary of the University of Gadjah Mada (UGM) Library and Archives, the Faculty of Law Library at UGM collaborated with the UGM Library and Archives to organize the Westlaw E-Resources Workshop. This event is part of a series of database workshop activities aimed at enhancing educational quality and supporting the achievement of Sustainable Development Goal (SDG) 4: Quality Education.
UGM Library and Archives provide disability-friendly facilities to promote inclusion and reduce inequality
Yogyakarta, June 21, 2024 – As a significant step towards enhancing inclusivity and reducing inequality, the Library and Archives of Universitas Gadjah Mada (UGM) has provided disability-friendly facilities, including wheelchair-friendly ramps, lifts, disabled toilets, and dedicated disability rooms. This initiative aligns with Sustainable Development Goal (SDG) number 10, which aims to reduce inequality.
Opening opportunities for international collaboration, UGM Library and Archives received a visit from the National University of Singapore.
Yogyakarta, May 29, 2024 – The Library and Archives of Gadjah Mada University (UGM) welcomed a special guest, Mrs. Lee Cheng Ean, who is the Immediate Past University Librarian and currently serves as Advisor and Global Relations at the National University of Singapore. This visit is a valuable opportunity for both institutions to share knowledge and explore potential collaborations in the future. It can strengthen the commitment of UGM’s Library and Archives to achieve Sustainable Development Goals number 17.
The Faculty of Engineering Library at UGM plays an active role in achieving the Sustainable Development Goals (SDGs) by supporting quality education and the development of sustainable cities and communities.
DIGILIB (Digital Library) & Co-Working Space Provides Discussion Rooms with Automatic Room Reservation
Yogyakarta (08/05/2024) – DIGILIB & Co-Working Space FISIPOL UGM is an innovative facility that serves not only as a repository for digital resources but also as spaces to meet the diverse needs of students, faculty, and staff members of both FISIPOL UGM and UGM community. Located within the FISIPOL UGM building, this modern space reflects FISIPOL’s commitment to adopting technology and innovation in education while supporting the goals of SDGs point 9, which emphasize promoting sustainable and inclusive industrial development, innovation, and infrastructure.
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(); });