Publication Search

79,615 articles from 742 journals · 2,111 citations tracked

Showing 121-140 of 722

Analytics

Katrina Peda Daido; Stefanus Dwi Istiavan Mau; Emirensiana Dappa Ege

Modem : Jurnal Informatika dan Sains Teknologi 2025 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

This research, entitled “Implementation of a Web-Based Student Tuition Payment Information System at SMA Swasta Manda Elu,” aims to improve the efficiency of recording and managing students’ tuition fee payments. Previously, the tuition payment process was handled manually, which often led to recording errors, delays in reporting, and difficulties in retrieving student payment data. To address these issues, a web-based information system was developed to assist the school administration in recording, reporting, and monitoring tuition payments more effectively and efficiently. The development method used in this study is the Model View Controller (MVC) approach, which separates the system’s view, logic, and database layers to simplify system management and maintenance. The final result of this research is a web-based tuition payment application that runs properly, provides convenience for school administrative staff in recording transactions, and enhances the accuracy and speed of the school’s financial administration process at SMA Swasta Manda Elu.

Nisya Istiqomah Arifin; Muhamad Alfarel Julianto; Muhamad Miqbad Attamami; Janu Ilham Saputro

Saturnus: Jurnal Teknologi dan Sistem Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

This study addresses the inefficiencies in the manual student payment administration system currently used at SMK Bina Insan Nusantara, which relies on handwritten ledgers and Microsoft Excel spreadsheets, leading to frequent data errors, delayed reporting, and difficulties in retrieving payment records. The research aims to design a web-based information system to streamline the recording, monitoring, and reporting of student payments. A descriptive research approach was employed, with data collected through direct observation, semi-structured interviews with administrative staff, and literature review. System analysis was conducted using the PIECES framework, and system design followed the Unified Modeling Language (UML) methodology. The proposed system features user authentication, student data management, real-time payment input, digital receipt generation, and automated reporting (daily, monthly, and yearly). Black-box testing confirmed that the system functions as intended, validating inputs, processing transactions accurately, and generating reliable outputs. Findings indicate that the web-based system significantly improves data accuracy, operational efficiency, accessibility, and service quality compared to the existing manual process. The implementation of this system enables school administrators to manage payments more effectively, provides students and parents with timely access to payment information, and supports faster, data-driven decision-making by school leadership and the foundation. Future enhancements could include mobile integration and online payment gateways.

Ellyzia Zahra Alidia; Naifa Rahma Nurzalia; Robiah Nur Adawiyah; Dwi Agus Santoso

The development of digital technology has brought about major changes in the spread of da'wah and the implementation of Islamic counseling. Da'wah that used to focus on face-to-face is now transformed through social media and digital platforms, so that religious messages can reach a wider audience without time and space limitations. Digital media presents opportunities for da'i to convey da'wah with varied and interesting content, especially for the younger generation. However, challenges remain, such as the lack of direct emotional interaction and the difficulty of monitoring potentially deviant content. Meanwhile, Islamic counseling in the digital era is developing through online services, either through websites, telephones, chats, and video conferences. These services facilitate access to counselling, reduce distance barriers and social stigma, and provide flexible counseling alternatives. However, online counseling also has weaknesses, such as limitations in reading body language, network technical constraints, and counselors' skills that are not optimal in utilizing technology. Thus, Islamic da'wah and counseling in the digital era require the readiness of human resources, mastery of technology, and the application of good ethics in order to run effectively, professionally, and provide wide benefits to society.

Fajrina, Isra; Putra, Firmansyah; Yusran, Yusran; Fajrina, Isra; Putra, Firmansyah +1 more

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

Promotion and provision of information on subsidized housing for low-income communities (MBR) is still carried out conventionally, such as throught brochures, banners or exhibitions. This method is considered less effective in reaching the wider community, especially the younger generation who are more familiar with digital technology. This research aims to design and create a web-based information system for sales promotion of subsidized housing at Mutiara Gerden Housing. This system is expected to increase the attractiveness and trust of potential buyers towards the products offered, as well as help developers in conveying information more quickly, widely and interactively. This research uses the waterfall method which includes problem identification, problem analysis, goal determination, literature study, data collection (observation, interviews, dan document study), system design including problem analysis, design, coding, and testing. System implementation is carried out after the design is completed, followed by testing using the black box method to ensure functionality and error handing. The programming lannguages used are HTML and PHP for web services, and MySQL as the database. System design also utilized the Unified Modeling Language (UML) with diagrams such as use case diagrams, and activity diagrams. The result of thir research is a web-based subsidized housing sales, promotion information system application thet helps promote houses in Mutiara Garden Housing. This application includes a login page for accesing the system, a product deatil page for complete information, a product booking page for unit reservations, and a home menu for a product overview. This system is expected to make it easir for employees to promote homes more effectively and efficiently.

Yunus, Ryan; Fajri , Laksamana Rajendra Haidar Azani

Teknik: Jurnal Ilmu Teknik dan Informatika 2025 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

The development of generative artificial intelligence has opened opportunities for strengthening Islamic legal learning through a digital forum that remains connected to authoritative textual references. This study aims to design and build a web-based bahtsul masail discussion system using a multi-agent AI architecture and the Retrieval-Augmented Generation (RAG) method. The proposed system simulates the deliberative roles commonly found in pesantren-based Islamic legal discussion, namely Moderator, Mubahits, Mu'aridh, and Mushahih. The research applies a Research and Development approach with the Waterfall model, covering requirement analysis, interface design, multi-agent workflow design, implementation, functional testing, and evaluation. RAG is implemented by allowing users to upload PDF documents of kitab kuning and assign the documents to particular agent roles. The uploaded texts are then used as contextual grounding so that each agent can formulate arguments, rebuttals, and final decisions based on traceable references rather than unsupported model memory. The application is implemented using HTML, CSS, and JavaScript on the front end, while the AI reasoning process is orchestrated through an API-based large language model. Functional testing shows that the system can complete five sequential stages of bahtsul masail, display role-based responses, manage uploaded references, and present discussion history. The main contribution of this study is a system design that combines pesantren deliberation procedures with AI-based retrieval support to provide an interactive learning medium for Islamic law, while emphasizing that the final authority of legal validation remains with qualified scholars

Gunawan, Ricardho; Hendry, Hendry

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2025 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

Sentiment analysis of guest reviews is a crucial aspect in improving the quality of hotel services. This study aims to analyze the sentiment of guest reviews regarding the services of Grand Diamond Hotel Yogyakarta using a machine learning approach with the Support Vector Machine (SVM) algorithm. SVM was chosen because it can handle high-dimensional data such as text and is capable of forming an optimal separating hyperplane between sentiment classes. The research data was obtained through web scraping from Traveloka, yielding 1,119 reviews, which were processed through preprocessing, translation, and sentiment labeling using the TextBlob library. After TF-IDF weighting, the data was divided into 80% for training and 20% for testing. The linear kernel SVM model achieved 80% accuracy in classifying the reviews into positive, negative, and neutral categories. The results of this study were implemented in a web-based application equipped with data visualization and model evaluation features, allowing hotel management to efficiently monitor and analyze guest sentiment and support data-driven service quality improvement.

Paulina Indriani Mori Uma; Gergorius Kopong Pati; Alexander Adis

Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

The rapid development of information technology requires training institutions to adapt in order to provide services that are effective, efficient, and aligned with user needs. Don Bosco Sumba Vocational Training Center (BLK) as an institution focused on enhancing community skills faces challenges in providing a system that is easily accessible and usable by trainees, instructors, and administrators. This study aims to design and develop a web- and mobile-based application using the User-Centered Design (UCD) approach to produce a system that truly fits user needs and preferences. The UCD method was applied through several stages, including user and context identification, needs analysis, solution design, and iterative evaluation of the developed prototype. Data were collected through interviews, observations, and questionnaires administered to various users within Don Bosco Sumba BLK. The findings show that the implementation of the UCD method improved usability, streamlined administrative processes, and enhanced user satisfaction with the developed system. Therefore, the development of this UCD-based application not only supports the improvement of service quality but also strengthens the effectiveness of training management at Don Bosco Sumba BLK. The implications of this study highlight the importance of applying a user-centered approach in the development of information systems within the vocational training sector.

Elfrida Susanti Tanggu; Gergorius Kopong Pati; Alexander Adis

Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

The implementation of the Frequent Pattern Growth (FPG) algorithm in a web-based drug purchasing application at Sumber Sehat Pharmacy aims to improve efficiency and accuracy in analyzing customer drug purchasing patterns. The FPG algorithm is a method used to identify frequent purchase patterns or frequent itemsets in purchase transactions, which can then be used to make relevant drug recommendations for customers. This study uses a case study at Sumber Sehat Pharmacy to explore drug purchasing patterns and provide a data-driven solution that can help pharmacies improve service and adjust drug stocks according to customer needs. The results show that the application of the FPG algorithm can identify significant purchasing patterns and assist pharmacies in determining more appropriate promotional strategies and inventory management. By using a web-based application that implements this algorithm, Sumber Sehat Pharmacy can provide drug recommendations that are more in line with customer preferences, thereby increasing customer satisfaction and pharmacy operational efficiency.

Difha Trisadi; Hendrata Wibisana; Bagas Aryaseta

International Journal of Mechanical, Electrical and Civil Engineering 2025 Asosiasi Riset Ilmu Teknik Indonesia

This research presents the design, development, and implementation of a mini smart car prototype that operates using Internet of Things (IoT) technology. The system is built around the ESP8266 microcontroller (Amica version), which functions as the core processing unit responsible for handling Wi-Fi communication and data processing. The motion of the car is controlled by an L298 motor driver module that regulates the operation of DC motors. The entire system is powered by a 3.7-volt rechargeable battery, ensuring portability and energy efficiency. The study discusses in detail the hardware configuration, software programming, and integration of IoT-based control through a web or mobile interface. Functional testing of the prototype, named MINIOT, focuses on evaluating the responsiveness, stability, and reliability of remote control operations. The results are expected to show that the system can effectively receive and execute user commands while transmitting real-time telemetry data, such as motor status and connection indicators. This project demonstrates the feasibility of low-cost IoT-based automation for small-scale robotic applications.

Putra, Aleandra; Kristiana, Titin; Putra, Aleandra; Kristiana, Titin

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

This study aims to evaluate and improve the user interface (UI/UX) design of the e-learning platform at MTsN 33 Jakarta using the User Centered Design (UCD) method. This method is applied to identify user needs and preferences through observation, interviews, and questionnaires, and to generate design solutions focused on comfort and ease of use. The development process begins with the creation of a wireframe (low-fidelity prototype), followed by the creation of a high-fidelity prototype using Figma software. Evaluation is conducted using the System Usability Scale (SUS) to measure the usability of the system, comparing the old system and the new design. The analysis results show that the old design has an average SUS score of 48.71, categorized as "Not Acceptable" with a "Poor" rating, while the new design achieved a score of 82.00, categorized as "Acceptable" with an "Excellent" rating. These findings indicate that the application of UCD successfully improved usability and user experience, contributing significantly to the development of a more intuitive and responsive e-learning system that meets user needs.

Adriyanto, Florensa Gelisa; Hendri Hendri; Farabi, Nur Ali

Saturnus: Jurnal Teknologi dan Sistem Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

The administrative system implemented at the Tangerang City PMI Headquarters is still semi-computerized, causing several issues such as inconsistent document formats, higher risk of recording errors, longer processing times, and excessive paper use. Additionally, delays in determining the leader’s availability often hinder the disposition and signing process, resulting in postponed activities. To address these problems, a Web-Based Administrative Management Information System was developed, named “Si-Markot”. This system aims to improve the efficiency of managing incoming and outgoing correspondence through digital archiving, electronic disposition, and digital signature features for leaders. Si-Markot functions as a structured digital repository that enables quick document searches and real-time tracking. The research methodology includes observation and literature study, with system development based on the Rapid Application Development (RAD) approach. System modeling was conducted using Unified Modeling Language (UML), implemented with PHP programming language and phpMyAdmin as the database. The system was tested using the Black Box Testing method. The results of this study produced a web-based administrative management application specifically designed for managing correspondence at the Tangerang City PMI Headquarters, improving efficiency, reducing paper usage, and accelerating document disposition and processing.

Rifqi Putra Winanda; Nazwa Salsyabilla Ramadhani; Repi Meilani Putri; Nuriana Sipahutar

Polygon : Jurnal Ilmu Komputer dan Ilmu Pengetahuan Alam 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Lengthy, disorganized physical queues in conventional food ordering systems, particularly within canteens, significantly compromise customer convenience and operational efficiency. This direct-ordering model often results in crowd congestion, unpredictably long waiting times, and potential friction among patrons. To address these operational issues and substantially enhance user satisfaction, this research proposes the development and implementation of an innovative Web-Based Food Ordering System. This digital platform allows customers to place orders entirely online, effectively eliminating the need for physical queuing. The system's core functionality is the realtime monitoring of order status and queue position, providing transparent information directly to the customer's device. For canteen management, the application offers a crucial tool for integrated and structured order handling, ensuring staff can prepare meals more accurately and promptly. By transforming the ordering process into a streamlined digital workflow, the system is expected to accelerate the service cycle, minimize unnecessary crowding, and substantially improve customer satisfaction through a modernized, well-organized, and highly efficient experience. This initiative represents a significant step toward smarter and more responsive food service operations.

Hayatun Nupus; Denny Kurniadi; Ahmaddul Hadi; Rizkayeni Marta

Saturnus: Jurnal Teknologi dan Sistem Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Attendance is an essential component of school management that serves as both proof of presence and a basis for evaluating the discipline of teachers, students, and staff. The manual attendance system that is still widely used often leads to several issues, such as delayed data recapitulation, potential attendance manipulation, and low recording accuracy. This study aims to design and develop a web-based attendance application at SD Negeri 19 Pasar Cubadak by integrating geolocation, timestamp, and face recognition features as attendance validation tools. The research method employed is the Research and Development (R&D) approach using the Waterfall software development model, which includes the stages of requirements analysis, system design, implementation, and testing. The application was developed using the Laravel framework with PHP and JavaScript programming languages and a MySQL database. The results show that the web-based attendance application can record attendance in real-time, automatically validate user location and identity, and generate accurate and transparent attendance reports. The User Acceptance Test (UAT) results indicate that the system is user-friendly, improves recapitulation efficiency, and assists the principal in objectively monitoring school members’ discipline. Therefore, this application is expected to serve as a modern solution to enhance the effectiveness of attendance administration in primary education environments.

Diyajeng Luluk Karlina

International Journal of Mechanical, Electrical and Civil Engineering 2025 Asosiasi Riset Ilmu Teknik Indonesia

This research presents the design, development, and implementation of a mini smart car prototype that operates using Internet of Things (IoT) technology. The system is built around the ESP8266 microcontroller (Amica version), which functions as the core processing unit responsible for handling Wi-Fi communication and data processing. The motion of the car is controlled by an L298 motor driver module that regulates the operation of DC motors. The entire system is powered by a 3.7-volt rechargeable battery, ensuring portability and energy efficiency. The study discusses in detail the hardware configuration, software programming, and integration of IoT-based control through a web or mobile interface. Functional testing of the prototype, named MINIOT, focuses on evaluating the responsiveness, stability, and reliability of remote control operations. The results are expected to show that the system can effectively receive and execute user commands while transmitting real-time telemetry data, such as motor status and connection indicators. This project demonstrates the feasibility of low-cost IoT-based automation for small-scale robotic applications.

Ricardus Mba Dala Pati; Eka Kusuma Pratama; Tuslaela Tuslaela

Repeater : Publikasi Teknik Informatika dan Jaringan 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

JakLingko is a digital-based public transportation integration system developed to facilitate access to various transportation modes in Jakarta. Along with the increasing number of users, reviews on the JakLingko application reflect user experiences and perceptions. This study aims to analyze the sentiment of user reviews on the Google Play Store using the Naïve Bayes method. Data collection was conducted through web scraping, resulting in 3,260 reviews. The data were preprocessed, sentiment-labeled, and classified using Orange Data Mining. The research applied a quantitative experimental approach with a machine learning framework. The classification results showed that neutral sentiment dominated user reviews, followed by negative and positive sentiments. The Naïve Bayes model achieved 100% accuracy based on the confusion matrix and other evaluation metrics such as precision, recall, and F1-score. The findings highlight that Naïve Bayes can be a reliable approach for analyzing public opinion and serve as a reference for evaluating and improving digital service applications.

Dinanti, Augis; Muchtar, Irfan Zaky; Gultom, Jonatan Rio; Hutabarat, Aldrik Bastio

Teknik: Jurnal Ilmu Teknik dan Informatika 2025 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

This study designs and implements Bank Jali, a web-based bank queue system that applies a queue data structure with the First In First Out (FIFO) principle to improve service efficiency. The research and development method includes requirement analysis, design, implementation, testing, and evaluation. The application is built with HTML, CSS, and JavaScript, storing queue data temporarily through localStorage so the entire process runs client-side without a dedicated server. Key features include online queue registration, digital ticket generation, real-time status monitoring with waiting-time estimation, and an admin dashboard for managing teller and customer service queues. Testing shows the system operates reliably, processes queues according to FIFO, and provides a practical, lightweight user experience across devices.

Sartini Poety; Gergorius Kopong Pati; Lidia Lali Momo

Polygon : Jurnal Ilmu Komputer dan Ilmu Pengetahuan Alam 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

The rapid development of information technology has created significant opportunities for secondary schools to improve the quality of learning through the use of digital-based applications. This study aims to design and develop a web-based tutoring application for students of Junior High School (SMP) Negeri 1 Tana Righu by applying Object Oriented Technology (OOT) as the software development approach. OOT was chosen for its ability to simplify the system design process through structured modeling using the concepts of classes, objects, attributes, and relationships between objects. The developed application provides various features, including the presentation of learning materials, interactive practice questions, learning outcome evaluations, and student progress reports accessible in real time by both teachers and students. The research method consisted of needs analysis, system design using UML diagrams, implementation, and application testing. The testing results indicate that the tutoring application is effective in improving the learning process, assisting teachers in monitoring and evaluating student progress, and providing students with a more engaging and interactive learning experience. Therefore, this application is expected to serve as an innovative solution to support tutoring activities in secondary schools and contribute positively to enhancing the quality of education in the digital era.

Rayhan Fauzan; Irmayani Pawelloi; Untung Suwardoyo; Muhammad Basri; Marlina

Teknik: Jurnal Ilmu Teknik dan Informatika 2025 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

The development of information technology has affected a large number of sectors, one of which is the culinary industry, namely Cafe D'Carlos located in Parepare. This cafe has problems with the manual catering ordering process due to impracticality, recording errors, and long processing times. This study aims to design and develop a web-based catering ordering application to improve operational efficiency and service quality. In general, the development method for various applications tends to be the same depending on the case being handled. The method used includes several stages, namely: literature study, observation, system design using UML, implementation with PHP programming language and testing with the black box method. The features available in this application consist of main features including user registration, menu package selection, online ordering, payment, order and data management by the admin. The results of the application testing indicate that the system has run according to its function, namely it can reduce frequent order compliance, speed up the ordering process and increase customer satisfaction.

Sari, Patrisia Claudia; Tute, Kristianus Jago; Sala, Elvira Esperanza; Sari, Patrisia Claudia; Tute, Kristianus Jago +1 more

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

       The rapid development of information technology has brought significant changes in the management of administrative processes in the field of education, including the process of student learning assessment. This study aims to design and develop a cloud-based report card application to assist Inpres Bhoanawa 1 Elementary School in managing academic data more effectively and securely. The system was developed using the PHP Native programming language and MySQL database, with a waterfall system development approach. The application has three main levels of access: school administrators, homeroom teachers, and subject teachers. School administrators are responsible for entering student data and granting access to homeroom teachers; homeroom teachers are responsible for entering learning objectives, student grades, and printing report cards; while subject teachers are responsible for entering formative and summative assessments as well as learning objectives. Cloud-based storage was chosen to ensure data security and availability, allowing access anytime and from any device connected to the internet.       The test results show that the system functions properly according to the design, features a simple interface, and is easy to operate even by users with limited technological skills. The implementation of this system can speed up the report card creation process, reduce the risk of data loss, and minimize paper usage, making it more environmentally friendly. In conclusion, this cloud-based report card application serves as a practical solution for elementary schools in managing student assessments while improving the efficiency of educational administration. Keywords: report card application, cloud computing, PHP, MySQL

ardiansyah, harun; Adi Susanto; Anisa Rohali

Merkurius : Jurnal Riset Sistem Informasi dan Teknik Informatika 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

The development of information technology has brought significant changes in various sectors, especially in the banking sector. However, the financing application service at the Muamalat Bank Situbondo Branch still uses manual methods that are inefficient and risky. This study aims to design a web-based financing application information system using the Prototype method, which can produce an information system design with a simple, user-friendly, and easy-to-operate interface, so that customers and bank officers can quickly understand the flow of use. In this study, the method used is a qualitative descriptive method with a case study approach. Data collection techniques include interviews with agency supervisors, direct observation in the field, and documentation. The results obtained from this study are an information system design that includes process modeling (UML), database modeling (Class Diagram), and user interface design. This system is designed to allow customers to apply for financing online, upload digital documents, and monitor the application status in real time. With this system, it is expected that the process of data verification and validation by bank employees will be faster and more accurate, and the risk of document loss can be minimized.