Search Articles & Publications

Showing 2604 articles found for "With"

IMPLEMENTATION OF DALY BMS AND MODULXHM604 AS A BATTERY PACK FOR ECGO2 ELECTRIC MOTORCYCLES TO IMPROVE SAFETY, CAPACITY AND FAST CHARGING

Amin, Muhammad, Ricki Ananda
Abstract: Abstrack: This research aims to improve battery performance and safety on the ECGO2 electric motorcycle by re-assembling the battery system using 18650 lithium cells, Daly BMS 13S/7A battery management system, and XH-M604… 4 module. The configuration used is 13S5P (65 cells), resulting in a total voltage of 48.1 V and a capacity of 14 Ah, or equivalent to 673.4 Wh of energy. Compared to the ECGO2 built-in battery that requires 4-7 hours of charging time, this system is able to speed up charging to ±1.6 hours using a 7 A current charger. Test results using an oscilloscope show that the voltage of the assembled battery is more stable under load than that of a single battery, with minimal ripple. The estimated operating time of an 800 W electric motor using a 673.4 Wh battery is about 50 minutes. To achieve 2 hours of operation, the 13S10P configuration or energy-saving mode (400-500 W) can be used. The system is also more cost-effective at Rp2,678 per Wh compared to the manufacturer's version of Rp4,464 per Wh, as well as improved safety against leakage and overheating. Keywords: 18650 lithium battery; daly bms; electric motorcycle; fast charging.   Abstrak: Penelitian ini bertujuan untuk meningkatkan performa dan keamanan baterai pada sepeda motor listrik ECGO2 dengan merakit ulang sistem baterai menggunakan sel lithium 18650, sistem manajemen baterai Daly BMS 13S/7A, dan modul XH-M604. Konfigurasi yang digunakan adalah 13S5P (65 sel), menghasilkan tegangan total 48,1 V dan kapasitas 14 Ah, atau setara dengan energi 673,4 Wh. Dibandingkan baterai bawaan ECGO2 yang memerlukan waktu pengisian 4–7 jam, sistem ini mampu mempercepat pengisian menjadi ±1,6 jam menggunakan charger arus 7 A. Hasil pengujian menggunakan osiloskop menunjukkan bahwa tegangan baterai rakitan lebih stabil di bawah beban dibandingkan baterai tunggal, dengan ripple minimal. Estimasi lama pengoperasian motor listrik 800 W menggunakan baterai 673,4 Wh adalah sekitar 50 menit. Untuk mencapai 2 jam pengoperasian, dapat digunakan konfigurasi 13S10P atau mode hemat energi (400–500 W). Sistem ini juga lebih hemat biaya dengan efisiensi harga Rp2.678 per Wh dibandingkan Rp4.464 per Wh versi pabrikan, serta meningkatkan keamanan terhadap kebocoran dan panas berlebih. Kata kunci: baterai lithium 18650; daly bms; sepeda motor listrik; pengisian daya cepat.

CRITERIA ANALYSIS OF COURSE PARTICIPANTS USING K-MEANS: A CASE STUDY OF INET PALEMBANG

Muhammad Rasuandi Akbar, Agramanisti Azdy, Rezania, Novaria Kunang, Yesi, Adha Oktarini Saputri , Nurul
Abstract: Abstract: INET Computer Palembang, as a computer training institution, faces difficulties in understanding participant characteristics due to variations in age, educational background, and chosen course packages. This study… udy aims to analyze participant criteria and group them based on similarities using the K-Means Clustering algorithm. The data used were historical records of course participants from 2022 to 2025. The research process followed the CRISP-DM stages, starting from data cleaning and transformation, determining the optimal number of clusters using the Elbow Method, to evaluating cluster quality with the Davies-Bouldin Index. The implementation was carried out using Python and the scikit-learn library. The results show that the optimal number of clusters is k=5 with a Sum of Squared Errors (SSE) value of 1064.66 and a Davies-Bouldin Index (DBI) score of 0.820, indicating good cluster quality. The resulting clustering provides a structured profile of participants and demonstrates that K-Means is effective in segmenting course participants. These findings are expected to assist the institution in designing more targeted training programs. Keywords: clustering; data mining; elbow method; k-means; computer course

CLOUD-DRIVEN OPTIMIZATION OF LECTURER PERFORMANCE DOCUMENT DIGITALIZATION USING AGILE UNIFIED PROCESS

Irawan, Rio, Inayah Syar, Nur
Abstract: The development of digital technology encourages universities to improve effectiveness and efficiency in data management, particularly in recording and reporting faculty performance. Some lecturers still face difficulties… s in reporting their performance in the SISTER application due to challenges in locating documents scattered across various archives, which often leads to issues such as delays in reporting, low information accuracy, and lack of transparency of faculty performance documents for institutional needs. This study aims to optimize the digitalization of faculty performance documents based on cloud computing using the Agile Unified Process (AUP) approach, which is implemented in the development of a cloud-based system by utilizing Google Drive as the storage medium for digital faculty performance documents. The AUP methodology was chosen for its ability to combine flexible iterative and incremental principles, allowing the system to adapt quickly and continuously to user needs. Testing using Equivalence Partitioning, based on the functional and non-functional requirements of the system, has shown results in accordance with expectations.

ANALYSIS OF PSI METHOD IN DECISION SUPPORT SYSTEM TO SELECT THE FEASIBILITY OF COVID 19 PATIENT DATA SCANNER RESULTS

Zulkarnain, Iskandar, Sri Wahyuni, Meri, Sonata, Fifin
Abstract: Abstract: Hospitals play an important role in examining the scan results of patient data infected with the Covid 19 virus. However, there are problems when processing the scan results, namely that sometimes errors occur… in the scan data, causing many failures and delays in sending data to the Health Office. The purpose of this study is to build a Desktop-based decision support system application that can facilitate hospitals in selecting the eligibility of the scan results of Covid 19 patient data. The urgency in examining the scan results of Corona patient data is a very pressing public health issue, because the long-term impact is very significant for patients. Thus, a scientific discipline is needed that can support the decision-making process, namely the Decision Support System using the Preference Selection Index (PSI) method. PSI is a simple and easy calculation method, based on statistical concepts without having to determine attribute weights. The results of this method are clear and firm values ​​​​based on the level of strength of the rules applied. The results of the research conducted on the PSI process can be concluded that valid Covid 19 patient data is Recap File I with a value of 0.2042 which is declared valid and accepted.             Keywords: covid-19; decision support system; PSI

EVALUATION OF HYBRID MOVIE RECOMMENDATION SYSTEM BASED ON NEURAL NETWORKS

Widjaja, William, Robert, Johanes Terang Kita Perangin - Angin
Abstract: Abstract: Recommendation systems are becoming increasingly important with the growth of streaming platforms. The purpose of this study is to compare the performance of Content-Based Filtering, Neural Collaborative Filtering,… ing, and a combination of both in a movie recommendation system. The method used in this study involves retrieving movie details from the TMDB API and ratings from the MovieLens 32M Dataset (2010-2023). Each model's performance is evaluated using evaluation metrics such as RMSE and MAE. The results of this study indicate that Neural Collaborative Filtering achieves the best prediction performance (RMSE = 0.785423, MAE = 0.581262), followed by the hybrid model (RMSE = 0.800863, MAE = 0.660872), while Content-Based Filtering produces low performance and limits the capabilities of the hybrid model. In conclusion, these findings highlight the superiority of latent feature-based models such as NCF that learn directly from user interaction patterns over content-based approaches in the context of modern recommendation systems. Keywords: content-based filtering; hybrid filtering; movie recommendation; neural collaborative filtering.   Abstrak: Sistem rekomendasi menjadi semakin penting seiring berkembangnya platform streaming. Tujuan dari penelitian ini adalah membandingkan kinerja Content-Based Filtering, Neural Collaborative Filtering dan kombinasi keduanya dalam sistem rekomendasi film. Metode yang digunakan dalam penelitian ini melibatkan pengambilan detail film dari TMDB API dan rating dari dataset MovieLens 32M Dataset (2010-2023). Setiap peforma model dievaluasi dengan menggunakan metrik evaluasi seperti RMSE dan MAE. Hasil dari penelitian ini menunjukkan bahwa Neural Collaborative Filtering mencapai kinerja prediksi terbaik (RMSE = 0.785423, MAE = 0.581262), diikuti oleh model hybrid (RMSE = 0.800863, MAE = 0.660872), sementara Content-Based Filtering menghasilkankan peforma yang rendah dan membatasi kemampuan model hybrid. Kesimpulannya, penelitian ini menyoroti superiotas model berbasis latent feature seperti NCF yang belajar langsung dari pola interaksi pengguna dibandingkan pendekatan berbasis konten dalam konteks sistem rekomendasi modern. Kata kunci: content-based filtering; hybrid filtering; neural collaborative filtering; rekomendasi film.

VEGECHAIN: SMART CONTRACT MARKETPLACE FOR VEGETARIAN SUPPLY CHAIN OPTIMIZATION

Febrianti, Eka Lia, Suryadi , Agus, Syafrinal , Ilwan, Andhika, Andhika
Abstract: Abstract: The global transition towards sustainable food systems faces significant challenges in vegetarian food supply chains, including transparency issues, distribution inefficiencies, and quality verification problems.&#8230; s. This research proposes VegeChain development, a decentralized marketplace ecosystem based on smart contracts designed to transform vegetarian food supply chains and accelerate Meatless, Balanced, Green (MBG) program adoption. Using mixed-method methodology integrating blockchain system design, stakeholder analysis, and economic simulation, this research develops a comprehensive technology framework combining blockchain transparency, smart contract automation, and sustainable tokenomics with novel mathematical models. The system implements dynamic pricing algorithms based on Automated Market Maker (AMM) mechanisms, multi-objective optimization for supply chain efficiency, and reputation-based consensus protocols. Simulation results demonstrate that VegeChain implementation can improve supply chain efficiency by 35%, reduce food waste by 28%, and increase consumer trust by 42% measured through validated stakeholder satisfaction surveys (n=456) using 5-point Likert scales with statistical significance p<0.001. Technical innovations include Byzantine Fault Tolerant consensus with 99.9% reliability, gas optimization achieving 67% cost reduction, and real-time quality verification algorithms with 98.7% accuracy.             Keywords: smart contracts; supply chain optimization; automated market makers; blockchain technology; sustainable tokenomics

MAMDANI FUZZY LOGIC ANALYSIS FOR ANIMAL MEDICINE STOCK OPTIMIZATION

Desmarini, Mutia, sriani
Abstract: Abstract: The management of veterinary drug stocks at the Veterinary Clinic Technical Implementation Unit (UPTD) of the North Sumatra Province Plantation and Livestock Service faces obstacles in the form of discrepancies&#8230; between supply and demand, resulting in excess stock and budget waste. Uncertain demand for drugs is a factor that complicates decision-making in stock provision. This study aims to optimize drug stock management using the Mamdani fuzzy logic method, which is capable of handling data uncertainty and modeling information linguistically. Three input variables are used, namely initial stock, demand, and number of visits, with the output being the final stock. The process involves fuzzification, inference based on IF–THEN rules, and defuzzification using the centroid method. The results show that the developed system has a good accuracy level with a MAPE value of 17.52%, which means that this model is effective in providing optimal and efficient drug stock recommendations in a veterinary clinic environment.   Keywords: fuzzy mamdani; optimization; animal drug stock.

INTEGRATED AHP-TOPSIS DECISION SYSTEM FOR FAIR STUDENT PERFORMANCE EVALUATION

Hafiz, Rahmad, Triyono, Gandung, Assegaf , Noval, Yasmin , Nadia, Effendi , Muhtar
Abstract: Giving awards is essential to motivate students; however, selecting outstanding students at the junior high school level is often conducted manually and subjectively, which can lead to unfairness and prolonged processing&#8230; time. This study develops a Decision Support System (DSS) that integrates the Analytical Hierarchy Process (AHP) and the Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) to support objective and transparent student selection. A quantitative descriptive approach was employed, with data collected through questionnaires, interviews, and documentation at two state junior high schools in Banjarmasin City. Seven assessment criteria were applied: attendance, behavior, uniform neatness, extracurricular participation, academic grades, competition achievements, and disciplinary records. AHP was used to determine the weight of each criterion, while TOPSIS ranked students based on these weights. The web-based system was developed using PHP and MySQL and evaluated using the Technology Acceptance Model (TAM). Results show that academic grades had the highest weight (28.5%), followed by attendance (22.3%) and competition performance (15.2%). The TAM evaluation yielded average scores of 4.32 for Perceived Ease of Use, 4.40 for Perceived Usefulness, 4.15 for Attitudes Towards Use, and 4.28 for Behavioral Intention to Use. The DSS produces accurate rankings, is well-received by users, and offers an efficient, fair, and replicable solution for data-driven educational governance in the digital era.

OPTIMIZATION OF SUPPORT VECTOR MACHINE WITH SMOTE AND BAYESIAN METHOD FOR HEART FAILURE CLASSIFICATION

Doni Agung Prasetyo, Harminto Mulyo, Nadia Annisa Maori
Abstract: Abstract: This study applies an integrated approach to optimize heart failure classification. The main objective is to address the challenge of class imbalance in medical datasets and to improve the accuracy, sensitivity,&#8230; , and generalization of the classification model. The urgency of this issue is emphasized by statistics showing that cardiovascular diseases cause approximately 17.9 million deaths worldwide each year. Using a quantitative experimental approach, this study analyzes the "Heart Failure Prediction Dataset" from Kaggle, which consists of 918 records. The data were processed through normalization and encoding, followed by the application of SMOTE on the training set to balance class distribution. This step successfully increased model accuracy from 88.41% to 90.22% and minority class recall from 0.82 to 0.88. Furthermore, Bayesian Optimization was employed to refine the hyperparameters of SVM, resulting in a final model with an accuracy of 89.13% that demonstrated better generalization. This integrated approach significantly enhances the stability, sensitivity, and generalization of the model, making it a reliable tool for clinical decision support systems in predicting heart failure.   Keywords: bayesian optimization; heart failure; machine learning; SMOTE; SVM.   Abstrak: Penelitian ini menerapkan pendekatan terintegrasi untuk mengoptimalkan klasifikasi gagal jantung. Tujuan utama studi ini adalah untuk mengatasi tantangan ketidakseimbangan kelas dalam dataset medis dan meningkatkan akurasi, sensitivitas, serta generalisasi model klasifikasi. Urgensi ini ditegaskan oleh statistik yang menunjukkan bahwa penyakit kardiovaskular menyebabkan sekitar 17,9 juta kematian setiap tahun secara global. Menggunakan pendekatan eksperimental kuantitatif, penelitian ini menganalisis "Heart Failure Prediction Dataset" dari Kaggle, yang terdiri dari 918 catatan. Data diproses dengan normalisasi dan encoding, lalu SMOTE diterapkan pada data pelatihan untuk menyeimbangkan distribusi kelas. Langkah ini berhasil meningkatkan akurasi dari 88,41% menjadi 90,22% dan recall kelas minoritas dari 0,82 menjadi 0,88. Selanjutnya, Bayesian Optimization menyempurnakan hyperparameter SVM, menghasilkan model akhir dengan akurasi 89,13% yang menunjukkan generalisasi lebih baik. Pendekatan terintegrasi ini secara signifikan meningkatkan stabilitas, sensitivitas, dan generalisasi model. Hasil penelitian ini menjadikannya alat yang andal untuk sistem pendukung keputusan klinis dalam prediksi gagal jantung. Kata kunci: bayesian optimization; gagal jantung; machine learning; SMOTE; SVM

DEVELOPMENT OF A WEB-BASED POINT OF SALE APPLICATION US-ING THE LARAVEL FRAMEWORK

Apriani, Rika, Haerani, Reni, Nugroho, Praditya Adi, Farisi, Imam
Abstract: Abstract: The development of information technology encourages businesses to take over digital systems in business operations, even in the sales process. The Point of Sales (POS) system is the leading solution for recording&#8230; ing transactions, managing stock, and creating sales reports efficiently. This study aims to develop a POS application based on a website and make it easier for administrators to manage sales transactions, making them faster and more efficient. This system is made with a structured Agile Development method, requirements, design, development, testing, deployment, and implementation. The framework used is the Laravel framework, with system testing conducted using BlackBox. The test results show that the system is on track and that the efficiency of the transaction and reporting process can be increased. A web-based basis allows users to manage their business more easily in real time because this application is flexible and can be used on various devices.             Keywords: agile model;laravel;point of sales; websites     Abstrak: Pengembangan teknologi informasi mendorong bisnis untuk mengambil alih sistem digital dalam operasi bisnis, bahkan dalam proses penjualan. Sistem Point of Sales (POS) adalah solusi utama untuk merekam transaksi, mengelola stok dan membuat laporan penjualan secara efisien. Tujuan dari penelitian ini adalah untuk mengembangan aplikasi POS berdasarkan situs web dan memudahkan administrator dalam mengelola transaksi penjualan, membuatnya lebih cepat dan lebih efisien. Sistem ini dibuat dengan metode Agile Development yang terstruktur, requirement, design, development, testing, deployment, dan implementation serta kerangka kerja yang digunakan yaitu framework Laravel dengan pengujian sistem menggunakan Blackbox. Hasil pengujian menunjukkan bahwa sistem berada di jalur dan bahwa efisiensi proses transaksi dan pelaporan dapat meningkat. Dengan berbasis web memungkinkan pengguna untuk lebih mudah mengelola bisnisnya secara real time, karena aplikasi ini fleksibel melalui berbagai perangkat.   Kata kunci: model agile;laravel;point of sales;website