On Tuesday (March 25, 2025), Dr. Arsanti Wulandari, M.Hum., a lecturer from the Javanese Language, Literature, and Culture Program at the Faculty of Cultural Sciences, Universitas Gadjah Mada (FIB UGM), discussed the life of Prince Diponegoro as depicted in the Babad Ngayogyakarta during the first session of the Nusantara Manuscript Literacy Class. The event was organized by the Center for Library Information Services and Nusantara Manuscript Management (Pujaasintara) of the National Library of the Republic of Indonesia (Perpusnas RI), under the theme “Another Side of Diponegoro: The Prince from Two Perspectives.”
COMMUNITY SERVICES
The Association of Indonesian Regional Language and Literature Students (Imbasadi) held a cultural webinar titled “Mencintai yang Dekat, Mengenal yang Jauh: Imbasadi Menjawab Tantangan AI dan Global lewat Kebudayaan Daerah” (Loving What is Near, Understanding What is Far: Imbasadi Responds to the Challenges of AI and Globalization through Regional Culture) on Sunday (April 13, 2025). The event was part of the series commemorating Imbasadi’s 32nd anniversary.
The webinar featured R. Bima Slamet Raharja, S.S., M.A., a lecturer from the Javanese Language, Literature, and Culture Program at the Faculty of Cultural Sciences, Universitas Gadjah Mada, as the keynote speaker. Noviyanti Alfitri, a student from the same program and a member of Imbasadi’s Research and Community Service Division (P2M), served as the moderator.
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(); });
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(); });
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(); });
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(); });