首页 > 最新文献

Matrix Jurnal Manajemen Teknologi dan Informatika最新文献

英文 中文
The empirical study of Joomla CMS map extension and location performance Joomla CMS地图扩展与定位性能的实证研究
Pub Date : 2023-07-29 DOI: 10.31940/matrix.v13i2.94-105
Stefanus Setyo Wibagso
Thousands of extensions can be installed on the Joomla CMS with various functions. One of them is the map and location extension, which is useful for meeting the needs of content that display information in the form of visual maps and locations. The Phoca Maps and MX Maps extensions are two of the many map and location extensions available on the Joomla Extension Directory website, downloadable and widely used. This study aims to provide a reference for Joomla CMS users in terms of managing content related to maps and locations through empirical studies of the performance of Phoca Maps and MX Maps extensions. In measuring extension performance, Google Lighthouse is used to audit all quality aspects that support the performance of a web application. The research results found that, in general, the desktop and mobile performance of the Phoca Maps and MX Maps extensions was unsatisfactory. This can be seen from the performance testing results for First Contentful Paint, Speed Index, Largest Contentful Paint, Time to Interactive, Total Blocking Time, and Cumulative Layout Shift.
数以千计的扩展可以安装在Joomla CMS与各种功能。其中之一是地图和位置扩展,它有助于满足以可视地图和位置的形式显示信息的内容需求。Phoca Maps和MX Maps扩展是Joomla扩展目录网站上提供的许多地图和位置扩展中的两个,可下载并广泛使用。本研究旨在通过对Phoca maps和MX maps扩展性能的实证研究,为Joomla CMS用户在管理地图和位置相关内容方面提供参考。在测量扩展性能时,Google Lighthouse用于审计支持web应用程序性能的所有质量方面。研究结果发现,总的来说,Phoca Maps和MX Maps扩展的桌面和移动性能并不令人满意。这可以从第一次内容油漆、速度指数、最大内容油漆、交互时间、总阻塞时间和累积布局移位的性能测试结果中看出。
{"title":"The empirical study of Joomla CMS map extension and location performance","authors":"Stefanus Setyo Wibagso","doi":"10.31940/matrix.v13i2.94-105","DOIUrl":"https://doi.org/10.31940/matrix.v13i2.94-105","url":null,"abstract":"Thousands of extensions can be installed on the Joomla CMS with various functions. One of them is the map and location extension, which is useful for meeting the needs of content that display information in the form of visual maps and locations. The Phoca Maps and MX Maps extensions are two of the many map and location extensions available on the Joomla Extension Directory website, downloadable and widely used. This study aims to provide a reference for Joomla CMS users in terms of managing content related to maps and locations through empirical studies of the performance of Phoca Maps and MX Maps extensions. In measuring extension performance, Google Lighthouse is used to audit all quality aspects that support the performance of a web application. The research results found that, in general, the desktop and mobile performance of the Phoca Maps and MX Maps extensions was unsatisfactory. This can be seen from the performance testing results for First Contentful Paint, Speed Index, Largest Contentful Paint, Time to Interactive, Total Blocking Time, and Cumulative Layout Shift.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89436791","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimizing transaction data performance in database management systems 优化数据库管理系统中的事务数据性能
Pub Date : 2023-07-29 DOI: 10.31940/matrix.v13i2.106-114
Nahrun Hartono, Zulkarnaim Masyhur
One indicator of the quality of an information system is the speed of data processing. A database's most common data processing operations are adding, displaying, changing, and deleting data. The amount of data stored in the database significantly impacts the performance of data processing and, therefore, the performance of information systems. The update command changes some or all of the data in a table. The update command works by retrieving the data in the table to be changed, entering the new data in a form, and then sending it back to the database. The update command is often combined with a condition specifying which data rows must be changed. This research is an experimental study that compares the use of the update command with a stored procedure to the use of the update command without a stored procedure. The results showed that the average processing time for the update command with the stored procedure was 348.896 milliseconds for the minimum data category, 266.462 milliseconds for the medium data category, and 279.543 milliseconds for the maximum data category. The average processing time for the update command without a stored procedure was 297.132 milliseconds for the minimum data category, 747.670 milliseconds for the medium data category, and 1256.273 milliseconds for the maximum data category. These results suggest that the update command with a stored procedure is more efficient than the one without a stored procedure. This is because the stored procedure can pre-compile the SQL statement, which reduces the time it takes to execute the statement.
信息系统质量的一个指标是数据处理的速度。数据库中最常见的数据处理操作是添加、显示、更改和删除数据。数据库中存储的数据量会显著影响数据处理的性能,从而影响信息系统的性能。update命令用于更改表中的部分或全部数据。update命令的工作原理是检索要更改的表中的数据,在表单中输入新数据,然后将其发送回数据库。update命令通常与指定必须更改哪些数据行的条件结合使用。本研究是一项实验性研究,比较了使用带有存储过程的update命令和不使用存储过程的update命令的情况。结果表明,使用存储过程执行update命令的平均处理时间对于最小数据类别为348.896毫秒,对于中等数据类别为266.462毫秒,对于最大数据类别为279.543毫秒。对于最小数据类别,不使用存储过程的update命令的平均处理时间为297.132毫秒,对于中等数据类别,平均处理时间为747.670毫秒,对于最大数据类别,平均处理时间为1256.273毫秒。这些结果表明,带存储过程的更新命令比不带存储过程的更新命令效率更高。这是因为存储过程可以预编译SQL语句,从而减少了执行语句所需的时间。
{"title":"Optimizing transaction data performance in database management systems","authors":"Nahrun Hartono, Zulkarnaim Masyhur","doi":"10.31940/matrix.v13i2.106-114","DOIUrl":"https://doi.org/10.31940/matrix.v13i2.106-114","url":null,"abstract":"One indicator of the quality of an information system is the speed of data processing. A database's most common data processing operations are adding, displaying, changing, and deleting data. The amount of data stored in the database significantly impacts the performance of data processing and, therefore, the performance of information systems. The update command changes some or all of the data in a table. The update command works by retrieving the data in the table to be changed, entering the new data in a form, and then sending it back to the database. The update command is often combined with a condition specifying which data rows must be changed. This research is an experimental study that compares the use of the update command with a stored procedure to the use of the update command without a stored procedure. The results showed that the average processing time for the update command with the stored procedure was 348.896 milliseconds for the minimum data category, 266.462 milliseconds for the medium data category, and 279.543 milliseconds for the maximum data category. The average processing time for the update command without a stored procedure was 297.132 milliseconds for the minimum data category, 747.670 milliseconds for the medium data category, and 1256.273 milliseconds for the maximum data category. These results suggest that the update command with a stored procedure is more efficient than the one without a stored procedure. This is because the stored procedure can pre-compile the SQL statement, which reduces the time it takes to execute the statement.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"11 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77757288","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Literature review: visible light communication system business model scheme for telecommunication business in Indonesia 文献综述:印尼电信企业的可见光通信系统商业模式方案
Pub Date : 2023-07-29 DOI: 10.31940/matrix.v13i2.80-93
Khalfan Nadhief Prayoga Wicaksono, C. Apriono
The telecommunication sector mainly comprises operators, vendors, and regulators. In Indonesia, tele- communications operator companies tend to decrease profits from the first quarter of 2017 to the third quarter of 2018. This condition is due to the tight competition of telecommunication service providers, high operational costs, and digital transformation that does not provide substantial revenue for the company. Telecommunica- tions operators need other service options that can expand target market segmentation. It aims to open up a new blue ocean as a new source of income. The world is getting closer to massive communication technology, so high-speed communication is needed. Therefore, telecommunications operators can open new service options based on the visible light spectrum as their communication resources. This option can be integrated with ambient lighting, a wide spectrum ranging from radio waves, and greater bandwidth, making visible light suitable for IoT- 5G services. This research aims to design a wireless visible light communication business model. Several frame- works are used, such as the magic triangle of St. Gallen, Osterwalder Business Model Canvas, and PESTLE analysis. The business model design results in a business model with B2B market segmentation being the main focus and B2C market segmentation to acquire retail customers.
电信行业主要由运营商、供应商和监管机构组成。在印度尼西亚,从2017年第一季度到2018年第三季度,电信运营商公司的利润往往会下降。这种情况是由于电信服务提供商的激烈竞争、高昂的运营成本以及无法为公司带来可观收入的数字化转型造成的。电信运营商需要其他可以扩大目标市场细分的服务选择。它的目标是开辟新的蓝海,作为新的收入来源。世界越来越接近大规模通信技术,因此需要高速通信。因此,电信运营商可以基于可见光频谱作为其通信资源开辟新的业务选项。该选项可以与环境照明、无线电波的宽频谱和更大的带宽集成,使可见光适用于物联网- 5G服务。本研究旨在设计一种无线可见光通信的商业模式。使用了几个框架,如圣加仑的魔法三角,奥斯特瓦尔德商业模式画布和杵分析。通过商业模式设计,形成了以B2B市场细分为主要重点,B2C市场细分为获取零售客户的商业模式。
{"title":"Literature review: visible light communication system business model scheme for telecommunication business in Indonesia","authors":"Khalfan Nadhief Prayoga Wicaksono, C. Apriono","doi":"10.31940/matrix.v13i2.80-93","DOIUrl":"https://doi.org/10.31940/matrix.v13i2.80-93","url":null,"abstract":"The telecommunication sector mainly comprises operators, vendors, and regulators. In Indonesia, tele- communications operator companies tend to decrease profits from the first quarter of 2017 to the third quarter of 2018. This condition is due to the tight competition of telecommunication service providers, high operational costs, and digital transformation that does not provide substantial revenue for the company. Telecommunica- tions operators need other service options that can expand target market segmentation. It aims to open up a new blue ocean as a new source of income. The world is getting closer to massive communication technology, so high-speed communication is needed. Therefore, telecommunications operators can open new service options based on the visible light spectrum as their communication resources. This option can be integrated with ambient lighting, a wide spectrum ranging from radio waves, and greater bandwidth, making visible light suitable for IoT- 5G services. This research aims to design a wireless visible light communication business model. Several frame- works are used, such as the magic triangle of St. Gallen, Osterwalder Business Model Canvas, and PESTLE analysis. The business model design results in a business model with B2B market segmentation being the main focus and B2C market segmentation to acquire retail customers.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"13 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87416873","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Library apps to improve the digitization of Sekolah Penggerak Program 图书馆应用程序,以提高Sekolah Penggerak计划的数字化
Pub Date : 2023-07-29 DOI: 10.31940/matrix.v13i2.68-79
Putu Satya Saputra, Luh Putu Ary Sri Tjahyanti, Putu Aditya Pratama, Gede Rai Sutama
Education is a planned means for human development and progress, especially in Indonesia. Education programs in Indonesia have changed from year to year. The first programs were the Rencana Pelajaran Curriculum in 1947, Pendidikan Curriculum in 1975, the Competency-Based Curriculum in 2004, the 2013 Curriculum, and the Merdeka Curriculum 2022 until now. Sekolah Penggerak Program is one of the curriculum implementations that play a role in making operations that suit the learning needs of students at school. One of the interventions in Sekolah Penggerak Program is digitizing schools using various platforms to support student learning and creativity. There are still many Sekolah Penggerak that have not maximized the use of digitalization, one of which is Pelita Kasih Kindergarten. Pelita Kasih Kindergarten is one of the Sekolah Penggerak in Buleleng Regency. Pelita Kasih Kindergarten still uses manual recording to record borrowing books borrowed by students or parents of students. These problems can hamper the learning process and are considered less efficient. Therefore, a system was developed to assist library management and book lending to minimize errors and human errors that could occur. Library system development in this study using the prototype method. The prototype method is used to allow interaction between system developers and system users, it can overcome discrepancies that may occur between developers and users. The results of information system testing using the black box method show that 91% of the functionality is appropriate and it is an indicator of the success of the designed information system.
教育是人类发展和进步的有计划的手段,特别是在印度尼西亚。印尼的教育项目每年都在变化。第一批课程是1947年的Rencana Pelajaran课程,1975年的Pendidikan课程,2004年的能力为基础的课程,2013年的课程和默迪卡课程2022年至今。Sekolah Penggerak计划是课程实施的其中一个,它在制定适合学校学生学习需求的操作方面发挥了作用。Sekolah Penggerak项目的一项干预措施是利用各种平台将学校数字化,以支持学生的学习和创造力。仍有许多Sekolah Penggerak没有最大限度地利用数字化,其中之一是Pelita Kasih幼儿园。Pelita Kasih幼儿园是Buleleng摄政的Sekolah Penggerak之一。佩丽塔卡西幼儿园仍然采用手工记录的方式记录学生或学生家长借阅的书籍。这些问题会阻碍学习过程,被认为效率较低。因此,开发了一个系统来协助图书馆管理和图书借阅,以尽量减少可能发生的错误和人为错误。本研究采用原型法开发图书馆系统。原型方法用于允许系统开发人员和系统用户之间的交互,它可以克服开发人员和用户之间可能出现的差异。使用黑盒法对信息系统进行测试,结果表明91%的功能是合适的,这是信息系统设计成功的标志。
{"title":"Library apps to improve the digitization of Sekolah Penggerak Program","authors":"Putu Satya Saputra, Luh Putu Ary Sri Tjahyanti, Putu Aditya Pratama, Gede Rai Sutama","doi":"10.31940/matrix.v13i2.68-79","DOIUrl":"https://doi.org/10.31940/matrix.v13i2.68-79","url":null,"abstract":"Education is a planned means for human development and progress, especially in Indonesia. Education programs in Indonesia have changed from year to year. The first programs were the Rencana Pelajaran Curriculum in 1947, Pendidikan Curriculum in 1975, the Competency-Based Curriculum in 2004, the 2013 Curriculum, and the Merdeka Curriculum 2022 until now. Sekolah Penggerak Program is one of the curriculum implementations that play a role in making operations that suit the learning needs of students at school. One of the interventions in Sekolah Penggerak Program is digitizing schools using various platforms to support student learning and creativity. There are still many Sekolah Penggerak that have not maximized the use of digitalization, one of which is Pelita Kasih Kindergarten. Pelita Kasih Kindergarten is one of the Sekolah Penggerak in Buleleng Regency. Pelita Kasih Kindergarten still uses manual recording to record borrowing books borrowed by students or parents of students. These problems can hamper the learning process and are considered less efficient. Therefore, a system was developed to assist library management and book lending to minimize errors and human errors that could occur. Library system development in this study using the prototype method. The prototype method is used to allow interaction between system developers and system users, it can overcome discrepancies that may occur between developers and users. The results of information system testing using the black box method show that 91% of the functionality is appropriate and it is an indicator of the success of the designed information system.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83091636","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Determination of the best rule-based analysis results from the comparison of the Fp-Growth, Apriori, and TPQ-Apriori Algorithms for recommendation systems 通过比较推荐系统的Fp-Growth、Apriori和TPQ-Apriori算法,确定最佳的基于规则的分析结果
Pub Date : 2023-07-29 DOI: 10.31940/matrix.v13i2.52-67
Moch. Syahrir, Lalu Zazuli Azhar Mardedi
The popular association rule algorithms are Apriori and fp-growth; both of these algorithms are very familiar among data mining researchers; however, there are some weaknesses found in the association rule algorithm, including long dataset scans in the process of finding the frequency of the item set, using large memory, and the resulting rules being sometimes less than optimal. In this study, the authors made a comparison of the fp-growth, Apriori, and TPQ-Apriori algorithms to analyze the rule results of the three algorithms. TPQ- Apriori is an algorithm developed from the Apriori algorithm. For experiments, the Apriori and fp-growth algorithms use RapidMiner and Weka tools, while the TPQ-apriori algorithm uses self-built application programs. The dataset used is the sales data for the Kopegtel NTB department store, which has been uploaded on the Kaggle site. As for the results of testing the base rules from the overall results of testing the rules with the good Kopegtel dataset for 100%, 50%, and 25% of the total volume of the dataset, a conclusion can be drawn that the larger the dataset to be processed, the results will be more optimal when using the fp-growth algorithm RapidMiner, but not optimal if the dataset to be processed is small. It is different from using the Apriori and Weka FP-growth algorithms, where the resulting rules are less than optimal if the dataset used is large and optimal if the dataset is small. Several rules do not appear in the fp-growth and Apriori Weka algorithms because the two algorithms do not have a tolerance value in Weka's tools for the support of the rules that will be displayed. Meanwhile, the TPQ- Apriori algorithm that has been developed is capable of producing optimal rules for both large datasets and small datasets.
目前流行的关联规则算法有Apriori和fp-growth;这两种算法在数据挖掘研究人员中都非常熟悉;然而,关联规则算法存在一些弱点,包括在查找项目集频率的过程中需要长时间的数据集扫描,使用大量内存,以及生成的规则有时不是最优的。在本研究中,作者对fp-growth、Apriori和TPQ-Apriori算法进行了比较,分析了三种算法的规则结果。TPQ- Apriori是在Apriori算法基础上发展而来的一种算法。实验中,Apriori和fp-growth算法使用RapidMiner和Weka工具,TPQ-apriori算法使用自建应用程序。使用的数据集是Kopegtel NTB百货商店的销售数据,该数据已上传到Kaggle网站上。对于基本规则的测试结果,从使用良好的Kopegtel数据集对数据集总量的100%、50%和25%的规则进行测试的总体结果可以看出,使用fp-growth算法RapidMiner处理的数据集越大,结果越优,而处理的数据集越小,结果并不最优。它与使用Apriori和Weka FP-growth算法不同,在这些算法中,如果使用的数据集很大,生成的规则就不是最优的,如果使用的数据集很小,生成的规则就不是最优的。有几个规则没有出现在fp-growth和Apriori Weka算法中,因为这两种算法在Weka的工具中没有支持将要显示的规则的容差值。同时,所开发的TPQ- Apriori算法能够对大数据集和小数据集产生最优规则。
{"title":"Determination of the best rule-based analysis results from the comparison of the Fp-Growth, Apriori, and TPQ-Apriori Algorithms for recommendation systems","authors":"Moch. Syahrir, Lalu Zazuli Azhar Mardedi","doi":"10.31940/matrix.v13i2.52-67","DOIUrl":"https://doi.org/10.31940/matrix.v13i2.52-67","url":null,"abstract":"The popular association rule algorithms are Apriori and fp-growth; both of these algorithms are very familiar among data mining researchers; however, there are some weaknesses found in the association rule algorithm, including long dataset scans in the process of finding the frequency of the item set, using large memory, and the resulting rules being sometimes less than optimal. In this study, the authors made a comparison of the fp-growth, Apriori, and TPQ-Apriori algorithms to analyze the rule results of the three algorithms. TPQ- Apriori is an algorithm developed from the Apriori algorithm. For experiments, the Apriori and fp-growth algorithms use RapidMiner and Weka tools, while the TPQ-apriori algorithm uses self-built application programs. The dataset used is the sales data for the Kopegtel NTB department store, which has been uploaded on the Kaggle site. As for the results of testing the base rules from the overall results of testing the rules with the good Kopegtel dataset for 100%, 50%, and 25% of the total volume of the dataset, a conclusion can be drawn that the larger the dataset to be processed, the results will be more optimal when using the fp-growth algorithm RapidMiner, but not optimal if the dataset to be processed is small. It is different from using the Apriori and Weka FP-growth algorithms, where the resulting rules are less than optimal if the dataset used is large and optimal if the dataset is small. Several rules do not appear in the fp-growth and Apriori Weka algorithms because the two algorithms do not have a tolerance value in Weka's tools for the support of the rules that will be displayed. Meanwhile, the TPQ- Apriori algorithm that has been developed is capable of producing optimal rules for both large datasets and small datasets.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"114 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88026754","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The grounding resistance improvement of distribution substation using multiple rods and wood charcoal as soil treatment 用多棒和木炭作土壤处理提高配电变电所接地电阻
Pub Date : 2023-03-30 DOI: 10.31940/matrix.v13i1.33-41
N. M. Karmiathi, Putu Martin Puja Yoga
The grounding system plays the important role in securing the electric power system. Low grounding resistance ensures the proper operation of the grounding system. The lower the grounding resistance value, the easier current flow through the earth without any obstacles then prevents equipment from being damaged or causing the injury of personnel. According to the PUIL 2000 standard, grounding resistance should be less than 5Ω. Methods that can be performed to reduce grounding resistance are increasing the length and diameter of the grounding rod, using multiple rods, and treating the soil to reduce its resistivity. In this study, we would like to improve the grounding system of the KA2317 distribution substation located at Mertasari, Jimbaran in South Kuta, Bali which has a grounding resistance of 8.1Ω (more than 5Ω). The method that was applied in this study was grounding improvement by adding an electrode rod and adding wood charcoal to reduce soil resistivity. At the end of the study, grounding resistance can be reduced from 8.1Ω to 1.9 Ω or improved by 76.6%.
接地系统在保证电力系统安全运行中起着重要的作用。低接地电阻是接地系统正常运行的重要保证。接地电阻值越小,电流越容易畅通无阻地通过大地,从而避免损坏设备或造成人员伤害。根据PUIL 2000标准,接地电阻应小于5Ω。减少接地电阻的方法包括增加接地棒的长度和直径、使用多根接地棒、对土壤进行处理以降低其电阻率。本研究拟对位于巴厘岛南库塔金巴兰Mertasari的KA2317配电变电站的接地系统进行改进,该变电站的接地电阻为8.1Ω(大于5Ω)。本研究采用的方法是通过添加电极棒和添加木炭来降低土壤电阻率来改善接地。研究结束时,接地电阻可从8.1Ω降低到1.9 Ω或提高76.6%。
{"title":"The grounding resistance improvement of distribution substation using multiple rods and wood charcoal as soil treatment","authors":"N. M. Karmiathi, Putu Martin Puja Yoga","doi":"10.31940/matrix.v13i1.33-41","DOIUrl":"https://doi.org/10.31940/matrix.v13i1.33-41","url":null,"abstract":"The grounding system plays the important role in securing the electric power system. Low grounding resistance ensures the proper operation of the grounding system. The lower the grounding resistance value, the easier current flow through the earth without any obstacles then prevents equipment from being damaged or causing the injury of personnel. According to the PUIL 2000 standard, grounding resistance should be less than 5Ω. Methods that can be performed to reduce grounding resistance are increasing the length and diameter of the grounding rod, using multiple rods, and treating the soil to reduce its resistivity. In this study, we would like to improve the grounding system of the KA2317 distribution substation located at Mertasari, Jimbaran in South Kuta, Bali which has a grounding resistance of 8.1Ω (more than 5Ω). The method that was applied in this study was grounding improvement by adding an electrode rod and adding wood charcoal to reduce soil resistivity. At the end of the study, grounding resistance can be reduced from 8.1Ω to 1.9 Ω or improved by 76.6%.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"44 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-03-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74637834","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Factors that influence the use of digital payments as ease of transactions in the digital era 影响数字支付使用的因素,如数字时代交易的便利性
Pub Date : 2023-03-30 DOI: 10.31940/matrix.v13i1.25-32
Alya Aulia Nurdin, A. Pamungkas, Alfina Nur Kholifah
Many things in the line of life are already shifting towards digital. The use of financial technology in the digital era is one of the new choices that are in great demand as a tool for transactions in society. The use of fintech payment services can further maximize banking product services so that the payment system in buying and selling transactions becomes more effective and efficient. This study aims to find out how massive the use of financial technology services is in digital payment transactions in the community and find out what factors influence people to use digital payment services so that they can facilitate their activities in transactions in their daily lives. The method used in this study is quantitative in the form of a survey. The questionnaire survey was distributed via Google Form to 102 respondents from the age range of 14-30 years. After that, the data was analyzed using the partial least square–structural equation model (PLS-SEM). The results showed that the proposed model is moderately accurate with an R-square value of 0.561. In this study, effort expectancy and performance expectancy significantly influence the intention to use digital payment. Meanwhile, culture, perceived security, and social factors did not have a significant influence. The conclusion is that the intention to use digital payment will get stronger if the service related to performance expectancy and effort expectancy are simultaneously improved.
生活中的许多东西已经在向数字化转变。在数字时代,金融技术的使用是一种新的选择,作为社会交易的工具,需求很大。使用金融科技支付服务可以进一步最大化银行产品服务,使支付系统在买卖交易中变得更加有效和高效。本研究旨在了解金融科技服务在社区数字支付交易中的使用规模,并找出影响人们使用数字支付服务的因素,以方便他们在日常生活中的交易活动。在这项研究中使用的方法是定量的调查形式。问卷调查采用谷歌表格对年龄在14-30岁之间的102名受访者进行调查。然后,使用偏最小二乘结构方程模型(PLS-SEM)对数据进行分析。结果表明,该模型具有中等精度,r平方值为0.561。在本研究中,努力期望和绩效期望显著影响数字支付的使用意愿。文化、安全感感知和社会因素的影响不显著。结论是,如果与绩效期望和努力期望相关的服务同时得到改善,使用数字支付的意愿会变得更强。
{"title":"Factors that influence the use of digital payments as ease of transactions in the digital era","authors":"Alya Aulia Nurdin, A. Pamungkas, Alfina Nur Kholifah","doi":"10.31940/matrix.v13i1.25-32","DOIUrl":"https://doi.org/10.31940/matrix.v13i1.25-32","url":null,"abstract":"Many things in the line of life are already shifting towards digital. The use of financial technology in the digital era is one of the new choices that are in great demand as a tool for transactions in society. The use of fintech payment services can further maximize banking product services so that the payment system in buying and selling transactions becomes more effective and efficient. This study aims to find out how massive the use of financial technology services is in digital payment transactions in the community and find out what factors influence people to use digital payment services so that they can facilitate their activities in transactions in their daily lives. The method used in this study is quantitative in the form of a survey. The questionnaire survey was distributed via Google Form to 102 respondents from the age range of 14-30 years. After that, the data was analyzed using the partial least square–structural equation model (PLS-SEM). The results showed that the proposed model is moderately accurate with an R-square value of 0.561. In this study, effort expectancy and performance expectancy significantly influence the intention to use digital payment. Meanwhile, culture, perceived security, and social factors did not have a significant influence. The conclusion is that the intention to use digital payment will get stronger if the service related to performance expectancy and effort expectancy are simultaneously improved.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"46 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-03-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80460172","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Designing and building a business data collection application using the waterfall method 使用瀑布方法设计和构建业务数据收集应用程序
Pub Date : 2023-03-30 DOI: 10.31940/matrix.v13i1.42-51
The Department of Industry and Trade of Ende Regency is a local government agency that is directly related to the process of data collection and assistance for small and medium industrial enterprises (SME) in Ende Regency which is still done manually, causing problems in data collection. the process is considered to be very slow so there is still a lot of SMI data that is not recorded clearly and completely. This website-based IKM data collection application aims to assist the Trade and Industry Office of the Ende Regency in the computerized IKM data collection process and checking of business assistance funds so that it can run effectively and efficiently. The software design methodology used in this study is the system development life cycle (SDLC) starting from the analysis, design, implementation, testing, and maintenance stages. In this study, researchers used 2 system testing methods, namely system usability scale testing (SUS), and black box testing. The results of the research on 4 respondents obtained an average SUS score of 86.2 with an acceptable interpretation of the B value category. While the results of black box testing are obtained from the tests that have been carried out, it can be concluded that all functional features can run well.
恩德省工业和贸易部是一个地方政府机构,与恩德省中小型工业企业的数据收集和援助过程直接相关,但仍然是手工完成的,因此在数据收集方面存在问题。这个过程被认为是非常缓慢的,所以仍然有很多SMI数据没有被清晰和完整地记录下来。这个基于网站的IKM数据收集应用程序的目的是协助恩德省工贸局进行计算机化的IKM数据收集过程和核查商业援助资金,使其能够有效和高效地运作。本研究中使用的软件设计方法是从分析、设计、实现、测试和维护阶段开始的系统开发生命周期(SDLC)。在本研究中,研究者使用了两种系统测试方法,即系统可用性规模测试(SUS)和黑盒测试。对4名受访者的研究结果获得了平均SUS得分86.2分,对B值类别的解释可以接受。虽然黑盒测试的结果是从已经进行的测试中获得的,但可以得出结论,所有功能特性都可以很好地运行。
{"title":"Designing and building a business data collection application using the waterfall method","authors":"","doi":"10.31940/matrix.v13i1.42-51","DOIUrl":"https://doi.org/10.31940/matrix.v13i1.42-51","url":null,"abstract":"The Department of Industry and Trade of Ende Regency is a local government agency that is directly related to the process of data collection and assistance for small and medium industrial enterprises (SME) in Ende Regency which is still done manually, causing problems in data collection. the process is considered to be very slow so there is still a lot of SMI data that is not recorded clearly and completely. This website-based IKM data collection application aims to assist the Trade and Industry Office of the Ende Regency in the computerized IKM data collection process and checking of business assistance funds so that it can run effectively and efficiently. The software design methodology used in this study is the system development life cycle (SDLC) starting from the analysis, design, implementation, testing, and maintenance stages. In this study, researchers used 2 system testing methods, namely system usability scale testing (SUS), and black box testing. The results of the research on 4 respondents obtained an average SUS score of 86.2 with an acceptable interpretation of the B value category. While the results of black box testing are obtained from the tests that have been carried out, it can be concluded that all functional features can run well.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"38 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-03-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91004548","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The development of employee attendance application based on mobile using spiral method 利用螺旋方法开发基于手机的员工考勤应用程序
Pub Date : 2023-03-30 DOI: 10.31940/matrix.v13i1.12-24
Muhamad Alda
The Pangulu Nagori Amborokan Panei Raya Office is one of the governmental institutions tasked with serving the local population. The Pangulu Nagori Amborokan Panei Raya office still records employee attendance using the manual approach. Employee attendance is noted in the attendance book. When done this way, there are still issues that come up. Particularly the time and effort put forth to complete the attendance procedure. In addition, because attendance data has very little protection and is accessible to anyone, it is challenging to summarize staff attendance reports. Building an Android-based application that can be used to process and track employee attendance is the aim of the author's research. The author employs UML to visually create the application design (Unified Modeling Language). The system development methodology, however, is a spiral that includes the phases of customer evaluation, planning, risk analysis, engineering, building, and disposal. The Kodular framework and the Airtable database are used in the development of an Android-based attendance application. The results of the study are an android-based attendance application that can be applied to make it easier for employees to take attendance and monitor employee attendance in real-time using an Android smartphone.
Pangulu Nagori Amborokan Panei Raya办公室是负责为当地居民服务的政府机构之一。Pangulu Nagori Amborokan Panei Raya办公室仍然使用手动方法记录员工出勤情况。员工出勤记录在考勤簿上。当这样做时,仍然会出现问题。特别是完成考勤程序所花费的时间和精力。此外,由于考勤数据几乎没有保护,任何人都可以访问,因此汇总员工考勤报告具有挑战性。构建一个基于android的应用程序,可以用来处理和跟踪员工出勤是作者的研究目的。作者使用UML可视化地创建应用程序设计(统一建模语言)。然而,系统开发方法是一个螺旋,它包括客户评估、计划、风险分析、工程、构建和处理的阶段。使用Kodular框架和Airtable数据库开发了一个基于android的考勤应用程序。这项研究的结果是一个基于Android的考勤应用程序,可以让员工更容易地使用Android智能手机考勤和实时监控员工的考勤情况。
{"title":"The development of employee attendance application based on mobile using spiral method","authors":"Muhamad Alda","doi":"10.31940/matrix.v13i1.12-24","DOIUrl":"https://doi.org/10.31940/matrix.v13i1.12-24","url":null,"abstract":"The Pangulu Nagori Amborokan Panei Raya Office is one of the governmental institutions tasked with serving the local population. The Pangulu Nagori Amborokan Panei Raya office still records employee attendance using the manual approach. Employee attendance is noted in the attendance book. When done this way, there are still issues that come up. Particularly the time and effort put forth to complete the attendance procedure. In addition, because attendance data has very little protection and is accessible to anyone, it is challenging to summarize staff attendance reports. Building an Android-based application that can be used to process and track employee attendance is the aim of the author's research. The author employs UML to visually create the application design (Unified Modeling Language). The system development methodology, however, is a spiral that includes the phases of customer evaluation, planning, risk analysis, engineering, building, and disposal. The Kodular framework and the Airtable database are used in the development of an Android-based attendance application. The results of the study are an android-based attendance application that can be applied to make it easier for employees to take attendance and monitor employee attendance in real-time using an Android smartphone.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"30 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-03-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90980962","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Modeling Of Laboratory Information Systems In Higher Education Based On Enterprise Architecture Planning (EAP) For Optimizing Monitoring And Equipment Maintenance 基于企业架构规划(EAP)的高校实验室信息系统建模与设备维护优化
Pub Date : 2022-12-25 DOI: 10.31940/matrix.v13i1.1-11
Yahya Nur Ifriza, Trisni Wulandari Veronika, T. Suryarini, Antonius Supriyadi
The laboratory is a place to conduct scientific research, experiments, measurements, or scientific training. FMIPA UNNES has several laboratories distributed in each department to support student lectures. Through the implementation of practicum in the laboratory, students are expected to be able to find a concept, foster scientific attitudes, and critical thinking skills. Good laboratory management is expected to be able to utilize laboratory resources effectively and efficiently. Laboratory equipment must be ensured to function properly and be ready to be used for practicum. To support this, it is necessary to monitor the condition of the equipment and immediately repair the equipment if any damage is found. The current obstacle is monitoring tool repairs manually, so there are shortcomings such as poor documentation, and equipment conditions that cannot be monitored online. In this study, an information system for monitoring the maintenance of laboratory equipment in the departments in the FMIPA UNNES environment will be built. The research method begins with a literature study, initial data collection and observation, EAP-based system design, system testing, system analysis, and system evaluation. This study uses the SDLC (System Development Life Cycle) approach which is used to develop a product for the Monitoring Information System for the Maintenance of Laboratory Equipment. Testing is done using black box testing. From the results of development and testing, it can be concluded that the system can be used to simplify the process of managing laboratory equipment with a UAT value of 88% suitable for use.
实验室是进行科学研究、实验、测量或科学训练的场所。FMIPA UNNES在每个系都有几个实验室来支持学生的讲座。通过在实验室中实施实习,期望学生能够找到一个概念,培养科学态度和批判性思维技能。良好的实验室管理是期望能够有效和高效地利用实验室资源。实验室设备必须确保功能正常,并准备好用于实习。为了支持这一点,有必要监测设备的状况,并在发现任何损坏时立即修理设备。目前的障碍是手动监控工具的维修,因此存在文件不完整、设备状况无法在线监控等缺点。在本研究中,将建立一个信息系统,用于监测FMIPA UNNES环境下各部门实验室设备的维护情况。研究方法从文献研究、初始数据收集和观察、基于eap的系统设计、系统测试、系统分析和系统评估开始。本研究采用SDLC(系统开发生命周期)方法,用于开发实验室设备维护监控信息系统产品。测试是使用黑盒测试完成的。从开发和测试的结果来看,该系统可以简化实验室设备的管理过程,UAT值为88%,适合使用。
{"title":"The Modeling Of Laboratory Information Systems In Higher Education Based On Enterprise Architecture Planning (EAP) For Optimizing Monitoring And Equipment Maintenance","authors":"Yahya Nur Ifriza, Trisni Wulandari Veronika, T. Suryarini, Antonius Supriyadi","doi":"10.31940/matrix.v13i1.1-11","DOIUrl":"https://doi.org/10.31940/matrix.v13i1.1-11","url":null,"abstract":"The laboratory is a place to conduct scientific research, experiments, measurements, or scientific training. FMIPA UNNES has several laboratories distributed in each department to support student lectures. Through the implementation of practicum in the laboratory, students are expected to be able to find a concept, foster scientific attitudes, and critical thinking skills. Good laboratory management is expected to be able to utilize laboratory resources effectively and efficiently. Laboratory equipment must be ensured to function properly and be ready to be used for practicum. To support this, it is necessary to monitor the condition of the equipment and immediately repair the equipment if any damage is found. The current obstacle is monitoring tool repairs manually, so there are shortcomings such as poor documentation, and equipment conditions that cannot be monitored online. In this study, an information system for monitoring the maintenance of laboratory equipment in the departments in the FMIPA UNNES environment will be built. The research method begins with a literature study, initial data collection and observation, EAP-based system design, system testing, system analysis, and system evaluation. This study uses the SDLC (System Development Life Cycle) approach which is used to develop a product for the Monitoring Information System for the Maintenance of Laboratory Equipment. Testing is done using black box testing. From the results of development and testing, it can be concluded that the system can be used to simplify the process of managing laboratory equipment with a UAT value of 88% suitable for use.","PeriodicalId":31964,"journal":{"name":"Matrix Jurnal Manajemen Teknologi dan Informatika","volume":"28 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88268705","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Matrix Jurnal Manajemen Teknologi dan Informatika
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1