p-Index From 2021 - 2026
3.444
P-Index
This Author published in this journals
All Journal ComEngApp : Computer Engineering and Applications Journal Seminar Nasional Aplikasi Teknologi Informasi (SNATI) TELKOMNIKA (Telecommunication Computing Electronics and Control) CommIT (Communication & Information Technology) Sisforma: Journal of Information Systems Journal of Information Systems Engineering and Business Intelligence EMITTER International Journal of Engineering Technology IJoICT (International Journal on Information and Communication Technology) E-Dimas: Jurnal Pengabdian kepada Masyarakat Fountain of Informatics Journal Journal of Information Technology and Computer Science Kinetik: Game Technology, Information System, Computer Network, Computing, Electronics, and Control JOURNAL OF APPLIED INFORMATICS AND COMPUTING JMM (Jurnal Masyarakat Mandiri) JCES (Journal of Character Education Society) JUTEI (Jurnal Terapan Teknologi Informasi) International Journal of New Media Technology ABDIMAS SILIWANGI Explore IT : Jurnal Keilmuan dan Aplikasi Teknik Informatika Journal of Information Technology and Computer Engineering ComTech: Computer, Mathematics and Engineering Applications Altruis: Journal of Community Services Jurnal Abdimas Ilmiah Citra Bakti (JAICB) Journal of Technology and Informatics (JoTI) Abdimas Altruis: Jurnal Pengabdian Kepada Masyarakat Konstelasi: Konvergensi Teknologi dan Sistem Informasi Jurnal Teknoif Teknik Informatika Institut Teknologi Padang Jurnal Inovatif Wira Wacana JuTISI (Jurnal Teknik Informatika dan Sistem Informasi)
Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : Journal of Information Systems Engineering and Business Intelligence

Introducing an Educational Tool for Learning Branch & Bound Strategy Sofriesilero Zumaytis; Oscar Karnalim
Journal of Information Systems Engineering and Business Intelligence Vol. 3 No. 1 (2017): April
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (503.76 KB) | DOI: 10.20473/jisebi.3.1.8-15

Abstract

Abstract—According to our informal survey, Branch & Bound strategy is considerably difficult to learn compared to other strategies. This strategy consists of several complex algorithmic steps such as Reduced Cost Matrix (RCM) calculation and Breadth First Search. Thus, to help students understanding this strategy, AP-BB, an educational tool for learning Branch & Bound is developed. This tool includes four modules which are Brute Force solving visualization, Branch & Bound solving visualization, RCM calculator, and case-based performance comparison. These modules are expected to enhance student’s understanding about Branch & Bound strategy and its characteristics. Furthermore, our work incorporates TSP as its case study and Brute Force strategy as a baseline to provide a concrete impact of Branch & Bound strategy. According to our qualitative evaluation, AP-BB and all of its features fulfil student necessities for learning Branch & Bound strategy. Keywords— Educational Tool; Branch & Bound; Algorithm Strategy; Algorithm Visualization
A Language-Independent Library for Observing Source Code Plagiarism Ricardo Franclinton; Oscar Karnalim
Journal of Information Systems Engineering and Business Intelligence Vol. 5 No. 2 (2019): October
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1883.598 KB) | DOI: 10.20473/jisebi.5.2.110-119

Abstract

Background: Most source code plagiarism detection tools are not modifiable. Consequently, when a modification is required to be applied, a new detection tool should be created along with it. This could be a problem as creating the tool from scratch is time-inefficient while most of the features are similar across source code plagiarism detection tools.Objective: To alleviate researchers' effort, this paper proposes a library for observing two plagiarism-suspected codes (a feature which is similar across most source code plagiarism detection tools).Methods: Unique to this library, it is not constrained by the selected programming language for development. It is executed from command line, which is supported by most programming languages.Results: According to our evaluation, the library is integrable and functional. Moreover, the library can enhance teaching assistants' accuracy and reduce the tasks' completion time.Conclusion: The library can be beneficial for the development of source code plagiarism detection tools since it is integrable, functional, and helpful for teaching assistants.Keywords:Language independency, Plagiarism detection, Reusable library, Source code, Tool development
Thesis Supervisor Recommendation with Representative Content and Information Retrieval Maresha Caroline Wijanto; Rachmi Rachmadiany; Oscar Karnalim
Journal of Information Systems Engineering and Business Intelligence Vol. 6 No. 2 (2020): October
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20473/jisebi.6.2.143-150

Abstract

Background: In higher education in Indonesia, students are often required to complete a thesis under the supervision of one or more lecturers. Allocating a supervisor is not an easy task as the thesis topic should match a prospective supervisor’s field of expertise.Objective: This study aims to develop a thesis supervisor recommender system with representative content and information retrieval. The system accepts a student thesis proposal and replies with a list of potential supervisors in a descending order based on the relevancy between the prospective supervisor’s academic publications and the proposal.Methods: Unique to this, supervisor profiles are taken from previous academic publications. For scalability, the current research uses the information retrieval concept with a cosine similarity and a vector space model.Results: According to the accuracy and mean average precision (MAP), grouping supervisor candidates based on their broad expertise is effective in matching a potential supervisor with a student. Lowercasing is effective in improving the accuracy. Considering only top ten most frequent words for each lecturer’s profile is useful for the MAP.Conclusion:An arguably effective thesis supervisor recommender system with representative content and information retrieval is proposed. 
Dynamic Sign Language Recognition in Bahasa using MediaPipe, Long Short-Term Memory, and Convolutional Neural Network Lemmuela , Ivana Valentina; Ayub, Mewati; Karnalim, Oscar
Journal of Information Systems Engineering and Business Intelligence Vol. 11 No. 1 (2025): February
Publisher : Universitas Airlangga

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.20473/jisebi.11.1.17-29

Abstract

Background: Communication is important for everyone, including individuals with hearing and speech impairments. For this demographic, sign language is widely used as the primary medium of communication with others who share similar conditions or with hearing individuals who understand sign language. However, communication difficulties arise when individuals with these impairments attempt to interact with those who do not understand sign language. Objective: This research aims to develop models capable of recognizing sign language movements in Bahasa and converting the detected gesture into corresponding words, with a focus on vocabularies related to religious activities. Specifically, the research examined dynamic sign language in Bahasa, which comprised gestures requiring motion for proper demonstration. Methods: In accordance with the research objective, sign language recognition model was developed using MediaPipe-assisted extraction process. Recognition of dynamic sign language in Bahasa was achieved through the application of Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) methods. Results: Sign language recognition model developed using bidirectional LSTM showed the best result with a testing accuracy of 100%. However, the best result for the CNN alone was 86.67 %. The integration of CNN and LSTM was observed to improve performance than CNN alone, with the best CNN-LSTM model achieving an accuracy of 95.24%. Conclusion: The bidirectional LSTM model outperformed the unidirectional LSTM by capturing richer temporal information, with a specific consideration of both past and future time steps. Based on the observations made, CNN alone could not match the effectiveness of the Bidirectional LSTM, but a combination of CNN with LSTM produced better results. It is also important to state that normalized landmark data was found to significantly improve accuracy. Accuracy within this context was also influenced by shot type variability and specific landmark coordinates. Furthermore, the dataset containing straight-shot videos with x and y coordinates provided more accurate results, dissimilar to those comprised of videos with shot variation, which typically require x, y, and z coordinates for optimal accuracy. Keywords: Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM), MediaPipe, Sign Language
Co-Authors ADELIA Adelia Adelia, Adelia Aditya Permadi Aditya Permadi Aldi Aldiansyah Andreas Widjaja Andreas Widjaja Andrisyah Andrisyah Andrisyah Andrisyah Annabel, Kathleen Felicia Avinash, Avinash Aziz Mu’min Bayu Rima Aditya Bertha Alan Manuel Bertha Alan Manuel Daniel Jahja Surjawan Devion Tanrico Diana Trivena Yulianti Dina Fitria Murad Dina Fitria Murad Doro Edi Egie Imandha, Egie Elvina Elvina Elvina Elvina Erico Darmawan Handoyo Fathul Jannah Felicia Annabel, Kathleen Felix Christian Jonathan Felix Christian Jonathan Felix Christian Jonathan Gisela Kurniawati Haba Ito, Ridolof Hapnes Toba Hendra Bunyamin Hendra Bunyamin Hendra Bunyamin Irawan Nurhas Iryanto Faot, Pace Ivana Valentina Johan, Meliana Christianti Julianti Kasih Julianti Kasih, Julianti Kurniawan, Phin Kurniawati, Gisela Kusman, Vardina Nava Madya Lemmuela , Ivana Valentina Liliawati, Swat Lie Lisan Sulistiani Lucky Christiawan Lucky Christiawan, Lucky Majiah, Arya Tri Putra Maresha Caroline Wijanto Maresha Caroline Wijanto Maresha Caroline Wijanto Maresha Caroline Wijanto Maresha Caroline Wijanto Maresha Caroline Wijanto Marlina Marlina Martua, Juan Sterling Metayani, Vanessa Mewati Ayub Mulyono, Yovie Adhisti Mu’min, Aziz Oscar Wongso Pangestu, Muftah Afrizal Panji Yudasetya Wiwaha Rachmi Rachmadiany Ricardo Franclinton Risal Risal Risal Robby Tan Rossevine Artha Nathasya Ruis, Nisa Deviani Agustin Samosir, Moses Marzuki Santiadi, Sherly Sendy Ferdian Sujadi Setia Budi Setia Budi Setiawan, Yehezkiel David Simalango, Veronica Marcella Angela Sofriesilero Zumaytis Sulaeman Santoso Sulistiani, Lisan Tanrico, Devion Teddy Marcus Zakaria Teddy Marcus Zakaria Tendy Cahyadi, Tendy Tjatur Kandaga Valentina, Ivana Vanessa Metayani Vardina Nava Madya Kusman Vincent Elbert Budiman Wenny Franciska Senjaya Wijaya, Bernadus Indra Wiwaha, Panji Yudasetya Yan Sen Paulus Yudha, Laurentius Gusti Ontoseno Panata Zaqi Megantara, Rizky