Applied Information Technology and Computer Science (AICOMS) https://jurnal.politap.ac.id/aicoms <p class="" data-start="63" data-end="476"><strong data-start="63" data-end="127">Applied Information Technology and Computer Science (AICOMS)</strong> is a national, open-access, peer-reviewed, and bilingual journal (published in both Indonesian and English), managed by the Journal Management Team of Politeknik Negeri Ketapang. <strong>AICOMS</strong> serves as a scientific platform for academics, researchers, and practitioners in the field of informatics, information technology, and other relevant disciplines. The journal accepts original articles that have not been previously published, with strong academic relevance and scientific novelty. All submitted manuscripts undergo a rigorous peer-review process by reviewers from various institutions. <strong>AICOMS</strong> is committed to disseminating scientific knowledge widely through open access and thorough peer-review, contributing to the advancement of information technology at both national and global levels.</p> en-US darmanto@politap.ac.id (Darmanto, M.Kom) aicoms@politap.ac.id (Eka Wahyudi, S.Pd., M.Cs) Mon, 02 Jun 2025 01:59:20 +0000 OJS 3.2.1.1 http://blogs.law.harvard.edu/tech/rss 60 Valuating the UI/UX of the UD Rizky Ananta Promotional Website Using the System Usability Scale (SUS) https://jurnal.politap.ac.id/aicoms/article/view/1786 <p class="" style="text-align: justify;" data-start="119" data-end="623">This study aims to evaluate the User Interface (UI) and User Experience (UX) of the UD Rizky Ananta promotional website using the System Usability Scale (SUS). The SUS method provides a quantitative assessment of usability and user satisfaction, while also identifying areas for improvement to enhance the overall user experience. Data were collected through a questionnaire consisting of 10 items distributed via Google Forms, using a convenience sampling method to reach easily accessible respondents. The author hopes that the results of this study can serve as a reference for improving and developing the UD Rizky Ananta promotional website. The SUS evaluation in this research yielded an average final score of 74.03, indicating that the website falls within the "Acceptable" category in terms of acceptability range, receives a “C” on the grade scale, and is classified as “Good” according to the adjective rating scale.</p> alfina nur h, Nur Widjiyati , Eko Pramono , Rum Andri , Ikmah Ikmah , Ahmad Sumiyanto Copyright (c) 2025 alfina nur h, Nur Widjiyati , Eko Pramono , Rum Andri , Ikmah Ikmah , Ahmad Sumiyanto https://creativecommons.org/licenses/by-nc-sa/4.0 https://jurnal.politap.ac.id/aicoms/article/view/1786 Mon, 02 Jun 2025 00:00:00 +0000 Adoption of the Waterfall Framework in the ClickUp Project Management Application for the Design and Development of a Wood Inventory Information System https://jurnal.politap.ac.id/aicoms/article/view/1790 <p>Kebutuhan akan sistem informasi yang mampu mendukung pengelolaan data secara optimal menjadi hal penting bagi perusahaan, termasuk pada Gudang Kayu Harlan Jaya yang bergerak di bidang penyimpanan kayu dengan berbagai jenis dan ukuran. Proses pencatatan dan pengelolaan stok kayu di Gudang Kayu Harlan Jaya masih dilakukan secara manual, yang seringkali menimbulkan kendala seperti ketidaksesuaian data, dan kerusakan data Untuk mengatasi permasalahan tersebut, penelitian ini bertujuan untuk merancang dan membangun sistem informasi inventory kayu berbasis web dengan mengadopsi kerangka kerja Waterfall sebagai metode pengembangan perangkat lunak. Setiap tahapan pengembangan, mulai dari analisis kebutuhan, desain sistem, implementasi, hingga pengujian, dikelola secara sistematis menggunakan aplikasi manajemen proyek ClickUp. Pemanfaatan ClickUp bertujuan untuk meningkatkan pengelolaan proyek serta transparansi dalam dokumentasi progres kerja. Hasil akhir dari penelitian ini adalah sistem informasi inventory yang mampu mendukung pencatatan dan pemantauan stok kayu secara real-time, serta memberikan dampak positif terhadap operasional perusahaan. Implementasi kerangka kerja Waterfall terbukti mampu memberikan struktur kerja yang jelas dan terukur dalam proses pengembangan sistem.</p> Bagas Ari Wibisono, Nur Widjiyati, Eko Pramono, Rum Andri4, Ahmad Sumiyanto5, Wiji Nurastuti6 Copyright (c) 2025 Bagas Ari Wibisono, Nur Widjiyati, Eko Pramono, Rum Andri, Ahmad Sumiyanto, Wiji Nurastuti https://creativecommons.org/licenses/by-nc-sa/4.0 https://jurnal.politap.ac.id/aicoms/article/view/1790 Mon, 02 Jun 2025 00:00:00 +0000 Query Processing and Ranking of News Titles Related to the Governor of West Java Using TF-IDF and Cosine Similarity https://jurnal.politap.ac.id/aicoms/article/view/1799 <p>Increasing efficiency and relevance in searching for news information is a pressing need <br>in the digital era. This study aims to develop a news title ranking system based on keywords (que<br>ries) by combining the Term Frequency-Inverse Document Frequency (TF-IDF) and cosine similar<br>ity methods. The data used are 2,507 news titles from four of the most popular news sites in Indo<br>nesia, namely Kompas.com, Detik.com, CNNIndonesia.com, and Tempo.com in the last one year. <br>The stages carried out include web scraping, pre-processing (case folding, tokenizing, stopwords <br>removal, and stemming), word weighting using TF-IDF, similarity calculation using cosine simi<br>larity, to system performance evaluation with accuracy, precision, recall, and f1-score metrics. The <br>test results on three different queries show that the system is able to provide very good results with <br>an average accuracy of 99.75%, precision 96.67%, recall 100%, and f1-score 98.33%. This study <br>shows that the combination of TF-IDF and cosine similarity is effective in optimizing the search for <br>news titles that are relevant to the entered query.</p> Chandra Saputra, Wilcent Wilcent , Hafiz Irsyad , Abdul Rahman Copyright (c) 2025 Chandra Saputra, Wilcent Wilcent , Hafiz Irsyad , Abdul Rahman https://creativecommons.org/licenses/by-nc-sa/4.0 https://jurnal.politap.ac.id/aicoms/article/view/1799 Mon, 02 Jun 2025 00:00:00 +0000 The Implementation of a Simple Web-Based Recommendation E-Book System Using Content-Based Filtering https://jurnal.politap.ac.id/aicoms/article/view/1789 <p><span style="font-weight: 400;">The rapid expansion of digital libraries necessitates efficient recommendation systems to help users discover relevant e-books. This study presents the implementation of a simple web-based e-book recommendation system using content-based filtering, developed with the Next.js framework to enhance web loading speed and performance. The system analyzes book metadata and textual content to generate personalized recommendations based on user preferences. Core functionalities include a responsive user interface, book similarity calculations using&nbsp; and cosine similarity, and real-time dynamic suggestions. By leveraging Next.js, the system benefits from server-side rendering (SSR) and static site generation (SSG), ensuring faster page loads and improved user experience. Experimental results indicate that content-based filtering effectively suggests relevant e-books but faces challenges such as the cold-start problem. Future work may integrate hybrid filtering techniques to improve recommendation accuracy and user engagement.</span></p> Bertrand Supoyo, Xavier Fabiano Antonius Mamangkey, Riky Martien Mengko, I Made Hendy Wijaya, Victor Tarigan, Ade Yusupa Copyright (c) 2025 Bertrand Supoyo, Xavier Fabiano Antonius Mamangkey, Riky Martien Mengko, I Made Hendy Wijaya, Victor Tarigan, Ade Yusupa https://creativecommons.org/licenses/by-nc-sa/4.0 https://jurnal.politap.ac.id/aicoms/article/view/1789 Mon, 02 Jun 2025 00:00:00 +0000 Development of a Web-Based Centralized File Management System on a Local Network https://jurnal.politap.ac.id/aicoms/article/view/1793 <p>Managing digital documents within internal environments requires an efficient, secure, and self-sufficient system, particularly in closed networks such as those in educational institutions or offices. This study aims to design and implement a centralized file management system operating over a local area network (LAN), without relying on external services. The system is developed using PHP, MySQL, and JavaScript, and includes features such as access control, folder and file management, user activity logging, as well as notification and OTP verification via Telegram. Testing results show that all features function as expected. The system offers an effective local solution for internal document management. Future research may focus on enhancing file security and integrating advanced authentication mechanisms.</p> Joy Timoty Mantik, Ade Yusupa Copyright (c) 2025 Joy Timoty Mantik, Ade Yusupa https://creativecommons.org/licenses/by-nc-sa/4.0 https://jurnal.politap.ac.id/aicoms/article/view/1793 Mon, 02 Jun 2025 00:00:00 +0000