Software Impacts最新文献

筛选
英文 中文
mGFD: CloudGenerator mGFD: CloudGenerator
IF 1.3
Software Impacts Pub Date : 2024-11-28 DOI: 10.1016/j.simpa.2024.100721
Gabriela Pedraza-Jiménez, Gerardo Tinoco-Guerrero, Francisco Javier Domínguez-Mota, José Alberto Guzmán-Torres, José Gerardo Tinoco-Ruiz
{"title":"mGFD: CloudGenerator","authors":"Gabriela Pedraza-Jiménez,&nbsp;Gerardo Tinoco-Guerrero,&nbsp;Francisco Javier Domínguez-Mota,&nbsp;José Alberto Guzmán-Torres,&nbsp;José Gerardo Tinoco-Ruiz","doi":"10.1016/j.simpa.2024.100721","DOIUrl":"10.1016/j.simpa.2024.100721","url":null,"abstract":"<div><div>This work introduces mGFD: Cloud Generator, a web-based software for generating non-structured clouds of points that is useful in numerical analysis, particularly in applying the Meshless Generalized Finite Difference Method (mGFD). mGFD: CloudGenerator allows to manually define external and internal boundary nodes, using an image as a guide, providing precise control over boundary conditions. It supports image uploads (.png, .jpg, .jpeg) to guide node placement and automatically generates the internal cloud of points. The web-based software is open-source and accessible for research and has been used to produce results in some papers, such as the ones mentioned in this paper.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"23 ","pages":"Article 100721"},"PeriodicalIF":1.3,"publicationDate":"2024-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142756998","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
SlabCutOpt: A code for ornamental stone slab cut optimization SlabCutOpt:装饰石板切割优化代码
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100704
S. Bonduà , S. Focaccia , M. Elkarmoty
{"title":"SlabCutOpt: A code for ornamental stone slab cut optimization","authors":"S. Bonduà ,&nbsp;S. Focaccia ,&nbsp;M. Elkarmoty","doi":"10.1016/j.simpa.2024.100704","DOIUrl":"10.1016/j.simpa.2024.100704","url":null,"abstract":"<div><div>Rock masses are naturally affected by discontinuities, joints and fractures that affect their exploitation. After block extraction, different cutting pattern can produce different recovery ratio of the block. The optimization of the cutting pattern can be computed if the discontinuities are mapped by the use of non-destructive methods. We propose a software code able to compute the number of intersected slabs by different cuttings scenarios. The algorithm adopts a brute force computation of several scenarios as specified by the user. The software uses the Open MP library in order to reduce computation time.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100704"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142573305","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CohesionNet: Software for network-based textual cohesion analysis CohesionNet:基于网络的文本内聚力分析软件
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100712
Davi Alves Oliveira , Valter de Senna , Hernane Borges de Barros Pereira
{"title":"CohesionNet: Software for network-based textual cohesion analysis","authors":"Davi Alves Oliveira ,&nbsp;Valter de Senna ,&nbsp;Hernane Borges de Barros Pereira","doi":"10.1016/j.simpa.2024.100712","DOIUrl":"10.1016/j.simpa.2024.100712","url":null,"abstract":"<div><div>Cohesion is one of the main defining characteristics of a text. CohesionNet, an R app with a Shiny interface, processes raw text to calculate network-based cohesion indices. The indices are based on stem repetition and on the analysis of synonymy and hypernymy. The app also constructs a network representation of the text that can be saved in the Pajek NET format. CohesionNet facilitates the assessment of potential applications of the indices, like text classification, automatic summarization, and readability improvement. Currently supporting English texts only, upcoming versions will include additional language support.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100712"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142724077","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A short tutorial for multivariate time series explanation using tsCaptum 使用 tsCaptum 解释多元时间序列的简短教程
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100723
Davide Italo Serramazza, Thach Le Nguyen, Georgiana Ifrim
{"title":"A short tutorial for multivariate time series explanation using tsCaptum","authors":"Davide Italo Serramazza,&nbsp;Thach Le Nguyen,&nbsp;Georgiana Ifrim","doi":"10.1016/j.simpa.2024.100723","DOIUrl":"10.1016/j.simpa.2024.100723","url":null,"abstract":"<div><div>tsCaptum is a Python library that enables explainability for time series classification and regression using saliency maps (i.e., attribution-based explanation). It bridges the gap between popular time series frameworks (e.g., aeon, sktime, sklearn) and explanation libraries like Captum. tsCaptum tackles the computational complexity of explaining long time series by employing chunking techniques, significantly reducing the number of model evaluations required. This allows users to easily apply Captum explainers to any univariate or multivariate time series model or pipeline built using the aforementioned frameworks. tsCaptum is readily available on pypi.org and can be installed with a simple ”pip install tsCaptum” command.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100723"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142723884","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
SmartSAT: A customizable mobile web application toward improving the efficiency and equitable access of San Antonio’s public transit services SmartSAT:可定制的移动网络应用程序,旨在提高圣安东尼奥公共交通服务的效率和公平性
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100714
Young Lee , Jeong Yang , Mohammad Al-Ramahi , Daniel Delgado
{"title":"SmartSAT: A customizable mobile web application toward improving the efficiency and equitable access of San Antonio’s public transit services","authors":"Young Lee ,&nbsp;Jeong Yang ,&nbsp;Mohammad Al-Ramahi ,&nbsp;Daniel Delgado","doi":"10.1016/j.simpa.2024.100714","DOIUrl":"10.1016/j.simpa.2024.100714","url":null,"abstract":"<div><div>SmartSAT is a mobile web application designed to enhance the efficiency and equitable access of San Antonio’s public transit services, providing real-time bus arrival predictions, notifying riders of seat availability, and gathering rider’s feedback. It aims to leverage technology to deliver an inclusive service with potential impacts for social equality, and enhancement of overall ridership experience. Two studies were conducted to access the impact of SmartSAT on the actual bus arrival times and rider’s communte experience. The findings of the arrival times analysis indicated that certain routes exhibited very slow average differences between their actual and schedule arrival times while a couple displayed a big average difference showing significant delayes and deviations from the schedules timetable. The rider experience study found that there is a differential in the feelings of access to the city’s public transit system held by poor, working-class, and Latinx communities in San Antonio. These findings suggest the need for regular minitoring and optimazation of the bus schedules to improve the effieiency and inclusive access to the current transportaiton system. The outcomes of the study primarily benefit San Antonio residents, especially for underserved communities, leading to an enhancement of its transit network infrastructure.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100714"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142704618","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EnhancedBERT: A python software tailored for arabic word sense disambiguation EnhancedBERT:专为阿拉伯语词义消歧定制的 python 软件
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100715
Sanaa Kaddoura, Reem Nassar
{"title":"EnhancedBERT: A python software tailored for arabic word sense disambiguation","authors":"Sanaa Kaddoura,&nbsp;Reem Nassar","doi":"10.1016/j.simpa.2024.100715","DOIUrl":"10.1016/j.simpa.2024.100715","url":null,"abstract":"<div><div>EnhancedBERT is a software framework designed to disambiguate Arabic polysemous terms using advanced natural language processing techniques. It integrates transformer architectures with ensemble methods to achieve high performance in understanding and processing Arabic text. The framework provides a flexible pipeline that can be directly utilized or fine-tuned according to specific needs. EnhancedBERT stands out for its ease of use, leveraging transformer-based models combined with ensemble strategies to provide superior contextual understanding. This contextual awareness makes it an invaluable tool for researchers and practitioners tackling complexities in Arabic language processing.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100715"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142703377","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
LandSin: A differential ML and google API-enabled web server for real-time land insights and beyond LandSin:支持差异化 ML 和谷歌 API 的网络服务器,用于实时洞察土地及其他情况
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100718
Alauddin Sabari , Imran Hasan , Salem A. Alyami , Pietro Liò , Md. Sadek Ali , Mohammad Ali Moni , AKM Azad
{"title":"LandSin: A differential ML and google API-enabled web server for real-time land insights and beyond","authors":"Alauddin Sabari ,&nbsp;Imran Hasan ,&nbsp;Salem A. Alyami ,&nbsp;Pietro Liò ,&nbsp;Md. Sadek Ali ,&nbsp;Mohammad Ali Moni ,&nbsp;AKM Azad","doi":"10.1016/j.simpa.2024.100718","DOIUrl":"10.1016/j.simpa.2024.100718","url":null,"abstract":"<div><div><em>LandSin</em>, a web application with a back-end database, is developed for global land value estimation by combining polynomial regression and differential privacy models. Leveraging local amenities and property details, <em>LandSin</em> offers key features, e.g., accurate land value and price predictions, affordability and habitability analysis, and terrain insights using Google Maps. In addition, it facilitates useful infographics, helping stakeholders identify economically deprived but habitable areas for balanced regional development. It also supports real estate agencies and community planners in finding habitable land by making data-driven decisions regarding land investments and regional planning, ensuring informed and strategic choices.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100718"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142654390","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
driftViewer: Optimization of drifter trajectory search and export of oceanographic parameters driftViewer:漂浮物轨迹搜索优化和海洋参数输出
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100719
H.L. Varona , C. Noriega , S. Herold-Garcia , S.M.A. Lira , M. Araujo , F. Hernandez
{"title":"driftViewer: Optimization of drifter trajectory search and export of oceanographic parameters","authors":"H.L. Varona ,&nbsp;C. Noriega ,&nbsp;S. Herold-Garcia ,&nbsp;S.M.A. Lira ,&nbsp;M. Araujo ,&nbsp;F. Hernandez","doi":"10.1016/j.simpa.2024.100719","DOIUrl":"10.1016/j.simpa.2024.100719","url":null,"abstract":"<div><div>The study and analysis of drifter trajectories, such as buoys and floating devices, have become fundamental to understanding oceanographic phenomena. The detailed analysis of oceanographic parameters using specialized software allows researchers to study environmental changes on different temporal and spatial scales. This article explores the importance and functionalities of this type of software, highlighting its role in improving research methodologies and generating scientific knowledge applicable to oceanography and meteorology. drifViewer is a MATLAB package designed to optimize the search for drift trajectories and analyze oceanographic parameters. It allows researchers to search for drift trajectories in the AOML dataset quickly, create summary tables, and export data to MATLAB and NetCDF formats. driftViewer contributes to scientific research in oceanography and marine geology by improving the ability to model and predict drifting currents, which is essential for studies on climate change, ocean current dynamics, and marine habitat conservation. It is also a useful tool for studying the trajectories of oil slicks, microplastics, and chemical and living species.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100719"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142743489","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
PostgreSQL: Relational database structures application on capacitated lot-sizing for pharmaceutical tablets manufacturing processes PostgreSQL:关系型数据库结构在药物片剂生产过程中的容许批量大小上的应用
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100720
Michael Simonis , Stefan Nickel
{"title":"PostgreSQL: Relational database structures application on capacitated lot-sizing for pharmaceutical tablets manufacturing processes","authors":"Michael Simonis ,&nbsp;Stefan Nickel","doi":"10.1016/j.simpa.2024.100720","DOIUrl":"10.1016/j.simpa.2024.100720","url":null,"abstract":"<div><div>Multi-level capacitated lot-sizing problems with linked lot sizes and backorders (MLCLSP-L-B) are used in pharmaceutical tablets manufacturing processes to right-size material production lots so that costs are kept at a minimum, production resource capacities are not exceeded, and customer demand is fulfilled. Uncertain demand behavior characterizes today’s global tablets market. Pharmaceutical companies request solution approaches that solve the MLCLSP-L-B with probabilistic demand. Implementing this model in industrial applications for tablets manufacturing systems requires efficient data processing due to the amount of data and the capability to store simulated demand scenarios. This paper covers the first integration of the MLCLSP-L-B with probabilistic demand and Relational Database Structures (RDS). Modeling techniques for the RDS to process massive data are outlined. A virtual environment provides the implementation software PostgreSQL and infrastructure environment. Additionally, numerical experiments with research data are used to evaluate the agility and efficiency of the developed RDS.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100720"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142703378","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
VulnMiner: A comprehensive framework for vulnerability collection from C/C++ source code projects 一个全面的框架,用于从C/ c++源代码项目中收集漏洞
IF 1.3
Software Impacts Pub Date : 2024-11-01 DOI: 10.1016/j.simpa.2024.100713
Guru Bhandari, Nikola Gavric, Andrii Shalaginov
{"title":"VulnMiner: A comprehensive framework for vulnerability collection from C/C++ source code projects","authors":"Guru Bhandari,&nbsp;Nikola Gavric,&nbsp;Andrii Shalaginov","doi":"10.1016/j.simpa.2024.100713","DOIUrl":"10.1016/j.simpa.2024.100713","url":null,"abstract":"<div><div>The study introduces <em>VulnMiner</em>, a comprehensive framework encompassing a data extraction tool tailored for identifying vulnerabilities in C/C++ source code. Moreover, it unveils an initial release of a vulnerability dataset, curated from prevalent projects and annotated with vulnerable and benign instances. This dataset incorporates projects with vulnerabilities labeled as Common Weakness Enumeration (CWE) categories. The developed open-source extraction tool collects vulnerability data utilizing static security analyzers. The study also fosters the machine learning (ML) and natural language processing (NLP) model’s effectiveness in accurately classifying vulnerabilities, evidenced by its identification of numerous weaknesses in open-source projects.</div></div>","PeriodicalId":29771,"journal":{"name":"Software Impacts","volume":"22 ","pages":"Article 100713"},"PeriodicalIF":1.3,"publicationDate":"2024-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142742851","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信