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.”
2025
On Monday, April 21, 2025, a number of students from the Department of Javanese Language, Literature, and Culture, Faculty of Cultural Sciences, Universitas Gadjah Mada (UGM), attended a cultural event titled Uyon-Uyon Hadiluhung Senen Pon held at the Kagungan Dalem Bangsal Kasatriyan of the Karaton Ngayogyakarta Hadiningrat (Yogyakarta Palace). The event was part of the ceremonial commemoration of the birthday (wiyosan dalem) of Sri Sultan Hamengku Bawana X, which falls on Monday Pon evening, or the eve of Tuesday Wage according to the Javanese calendar.
Universitas Gadjah Mada (UGM) is pleased to announce an important event: the inaugural professorial lecture of Prof. Dr. Hendrokumoro, M. Hum., from the Study Program of Javanese Language, Literature, and Culture, Faculty of Cultural Sciences. The event will take place on Thursday, May 8, 2025, from 09:00 to 10:00 AM WIB, at the Senate Hall, UGM Main Building.
On this occasion, Prof. Hendrokumoro will deliver a lecture titled “Eksistensi Bahasa Jawa Saat Ini beserta Peran, Tantangan, dan Peluangnya” (The Current Existence of the Javanese Language: Its Roles, Challenges, and Opportunities). This topic is expected to provide profound insights into the present condition of the Javanese language amidst ongoing social and cultural shifts, including its strategic role in society as well as the challenges and opportunities that lie ahead. For members of the public who wish to follow the event, UGM will provide a live broadcast via the official Universitas Gadjah Mada YouTube channel, accessible through this link
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.
Never losing its fun, day by day, the Codicology lectures feel more and more enjoyable. Including Monday, April 21, 2025 yesterday. In this eleventh meeting, Javanese Language, Literature, and Culture students of the 2023 class were invited to practice stamping and sealing.
However, before practicing making stamps, students listened to material about the use of stamps and sealings in letters from the past. A letter stamp itself is a printed image, writing, or a combination of both on a letter or other important document. Its function is as a marker/identifying symbol that represents a person or group to indicate validity. In addition, a letter stamp also functions as a guarantee of the integrity (seal) of a letter. Materials that can be used for letter stamps are wax, clay, soot, or ink.
As part of the assignment for the Javanese Literature Treasury course taught by Mrs. Dra. Wiwien Widyawati Rahayu, M.A., Javanese Language, Literature, and Culture students from the class of 2024 visited the Lajang Watjan (re: Layang Wacan) exhibition located at Bentara Budaya Yogyakarta. This assignment began with a group assignment. The groups that were formed departed individually, because there were still 2 days left of the exhibition, namely the 18th and 19th.
In the exhibition, what students observed were various books and manuscripts. After observing, students chose one material object to reveal its contents. One of them is Babad Pagedongan. In addition to revealing the contents of the book or manuscript, there was also a 1-minute short video assignment as proof that students had visited the exhibition. In addition to books, there were old manuscripts displayed on the walls and could not be touched because of their age. However, there were still many new manuscripts placed on the exhibition table and could be read.
Tuesday, April 15, 2025, in order to fulfill the mid-term exam assignment for the Productive Written Javanese Language course taught by Mas Imam Prakoso, students of Language, Literature, and Culture class of 2024 visited the Jogja Archives Diorama. The Jogja Archives Diorama is located at Jl. Janti No.Lt. 1, Banguntapan District, Bantul Regency, Special Region of Yogyakarta.
The Jogja Archives Diorama displays archives that have a long historical connection from the land of Yogyakarta, namely from the era of Panembahan Senopati to the present day. The archives on display are of various forms, from those in textual form, photographs, audiovisuals, and others. These archives are managed and exhibited with the aim that the general public can learn lessons related to the history of the Special Region of Yogyakarta.
Towards the end of the last Ramadan, the social division of HMJ KAMASTAWA carried out an annual work program, namely Sosmas Berbagi. Sosmas Berbagi is an annual agenda of the social division of society which is generally carried out in the month of Ramadan every year, namely the distribution of alms to people in need in the form of consumption for breaking the fast.
This year, Sosmas Berbagi was held on Saturday, March 22, 2025. Together with members of the social division of society and representatives from other divisions, they left campus and went around Kotabaru and Gejayan. From the funds collected amounting to one million rupiah, the social division distributed it in the form of heavy meals, namely fried chicken rice and iced tea.
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(); });







