首页 > 最新文献

Computers最新文献

英文 中文
The Doubly Linked Tree of Singly Linked Rings: Providing Hard Real-Time Database Operations on an FPGA 单链环的双链树:在 FPGA 上提供硬实时数据库操作
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-24 DOI: 10.3390/computers13010008
Simon Lohmann, Dietmar Tutsch
We present a hardware data structure specifically designed for FPGAs that enables the execution of the hard real-time database CRUD operations using a hybrid data structure that combines trees and rings. While the number of rows and columns has to be limited for hard real-time execution, the actual content can be of any size. Our structure restricts full navigational freedom to every but the leaf layer, thus keeping the memory overhead for the data stored in the leaves low. Although its nodes differ in function, all have exactly the same size and structure, reducing the number of cascaded decisions required in the database operations. This enables fast and efficient hardware implementation on FPGAs. In addition to the usual comparison with known data structures, we also analyze the tradeoff between the memory consumption of our approach and a simplified version that is doubly linked in all layers.
我们提出了一种专为 FPGA 设计的硬件数据结构,它可以使用树和环相结合的混合数据结构执行硬实时数据库 CRUD 操作。虽然硬实时执行必须限制行和列的数量,但实际内容可以是任意大小。我们的结构将导航自由度限制在叶层之外的每一层,从而将存储在叶层的数据的内存开销保持在较低水平。虽然其节点的功能各不相同,但所有节点的大小和结构都完全相同,从而减少了数据库操作中所需的级联决策数量。这样就能在 FPGA 上快速高效地实现硬件功能。除了与已知数据结构进行常规比较外,我们还分析了我们的方法与所有层都有双重链接的简化版本的内存消耗之间的权衡。
{"title":"The Doubly Linked Tree of Singly Linked Rings: Providing Hard Real-Time Database Operations on an FPGA","authors":"Simon Lohmann, Dietmar Tutsch","doi":"10.3390/computers13010008","DOIUrl":"https://doi.org/10.3390/computers13010008","url":null,"abstract":"We present a hardware data structure specifically designed for FPGAs that enables the execution of the hard real-time database CRUD operations using a hybrid data structure that combines trees and rings. While the number of rows and columns has to be limited for hard real-time execution, the actual content can be of any size. Our structure restricts full navigational freedom to every but the leaf layer, thus keeping the memory overhead for the data stored in the leaves low. Although its nodes differ in function, all have exactly the same size and structure, reducing the number of cascaded decisions required in the database operations. This enables fast and efficient hardware implementation on FPGAs. In addition to the usual comparison with known data structures, we also analyze the tradeoff between the memory consumption of our approach and a simplified version that is doubly linked in all layers.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"2000 13","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139160344","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
Robust Face Mask Detection by a Socially Assistive Robot Using Deep Learning 社交辅助机器人利用深度学习进行稳健的人脸面具检测
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-23 DOI: 10.3390/computers13010007
Yuan Zhang, M. Effati, Aaron Hao Tan, G. Nejat
Wearing masks in indoor and outdoor public places has been mandatory in a number of countries during the COVID-19 pandemic. Correctly wearing a face mask can reduce the transmission of the virus through respiratory droplets. In this paper, a novel two-step deep learning (DL) method based on our extended ResNet-50 is presented. It can detect and classify whether face masks are missing, are worn correctly or incorrectly, or the face is covered by other means (e.g., a hand or hair). Our DL method utilizes transfer learning with pretrained ResNet-50 weights to reduce training time and increase detection accuracy. Training and validation are achieved using the MaskedFace-Net, MAsked FAces (MAFA), and CelebA datasets. The trained model has been incorporated onto a socially assistive robot for robust and autonomous detection by a robot using lower-resolution images from the onboard camera. The results show a classification accuracy of 84.13% for the classification of no mask, correctly masked, and incorrectly masked faces in various real-world poses and occlusion scenarios using the robot.
在 COVID-19 大流行期间,一些国家强制要求在室内和室外公共场所佩戴口罩。正确佩戴口罩可以减少病毒通过呼吸道飞沫的传播。本文介绍了一种基于扩展 ResNet-50 的新型两步深度学习(DL)方法。它可以检测并分类口罩是否缺失、佩戴正确与否,或面部是否被其他方式(如手或头发)覆盖。我们的 DL 方法利用经过预训练的 ResNet-50 权重进行迁移学习,以缩短训练时间并提高检测准确率。我们使用 MaskedFace-Net、MAsked FAces (MAFA) 和 CelebA 数据集进行训练和验证。训练好的模型已被集成到社交辅助机器人上,以便机器人使用机载摄像头拍摄的低分辨率图像进行稳健的自主检测。结果表明,在真实世界的各种姿势和遮挡情况下,使用机器人对无遮挡、正确遮挡和错误遮挡的人脸进行分类的准确率为 84.13%。
{"title":"Robust Face Mask Detection by a Socially Assistive Robot Using Deep Learning","authors":"Yuan Zhang, M. Effati, Aaron Hao Tan, G. Nejat","doi":"10.3390/computers13010007","DOIUrl":"https://doi.org/10.3390/computers13010007","url":null,"abstract":"Wearing masks in indoor and outdoor public places has been mandatory in a number of countries during the COVID-19 pandemic. Correctly wearing a face mask can reduce the transmission of the virus through respiratory droplets. In this paper, a novel two-step deep learning (DL) method based on our extended ResNet-50 is presented. It can detect and classify whether face masks are missing, are worn correctly or incorrectly, or the face is covered by other means (e.g., a hand or hair). Our DL method utilizes transfer learning with pretrained ResNet-50 weights to reduce training time and increase detection accuracy. Training and validation are achieved using the MaskedFace-Net, MAsked FAces (MAFA), and CelebA datasets. The trained model has been incorporated onto a socially assistive robot for robust and autonomous detection by a robot using lower-resolution images from the onboard camera. The results show a classification accuracy of 84.13% for the classification of no mask, correctly masked, and incorrectly masked faces in various real-world poses and occlusion scenarios using the robot.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"20 6","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139162406","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
NLP Sentiment Analysis and Accounting Transparency: A New Era of Financial Record Keeping NLP 情感分析与会计透明度:财务记录保存的新时代
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-23 DOI: 10.3390/computers13010005
A. Faccia, Julie McDonald, Babu George
Transparency in financial reporting is crucial for maintaining trust in financial markets, yet fraudulent financial statements remain challenging to detect and prevent. This study introduces a novel approach to detecting financial statement fraud by applying sentiment analysis to analyse the textual data within financial reports. This research aims to identify patterns and anomalies that might indicate fraudulent activities by examining the language and sentiment expressed across multiple fiscal years. The study focuses on three companies known for financial statement fraud: Wirecard, Tesco, and Under Armour. Utilising Natural Language Processing (NLP) techniques, the research analyses polarity (positive or negative sentiment) and subjectivity (degree of personal opinion) within the financial statements, revealing intriguing patterns. Wirecard showed a consistent tone with a slight decrease in 2018, Tesco exhibited marked changes in the fraud year, and Under Armour presented subtler shifts during the fraud years. While the findings present promising trends, the study emphasises that sentiment analysis alone cannot definitively detect financial statement fraud. It provides insights into the tone and mood of the text but cannot reveal intentional deception or financial discrepancies. The results serve as supplementary information, enriching traditional financial analysis methods. This research contributes to the field by exploring the potential of sentiment analysis in financial fraud detection, offering a unique perspective that complements quantitative methods. It opens new avenues for investigation and underscores the need for an integrated, multidimensional approach to fraud detection.
财务报告的透明度对于维护金融市场的信任度至关重要,但欺诈性财务报表的检测和预防仍具有挑战性。本研究通过应用情感分析来分析财务报告中的文本数据,引入了一种检测财务报表欺诈的新方法。本研究旨在通过检查多个财政年度的语言和情感表达,识别可能表明欺诈活动的模式和异常现象。研究重点关注三家以财务报表欺诈著称的公司:Wirecard、Tesco 和 Under Armour。研究利用自然语言处理(NLP)技术,分析了财务报表中的极性(积极或消极情绪)和主观性(个人观点的程度),揭示了耐人寻味的模式。Wirecard 在 2018 年显示出一致的基调,但略有下降;Tesco 在欺诈年显示出明显的变化;Under Armour 在欺诈年显示出更微妙的变化。虽然研究结果呈现出可喜的趋势,但研究强调,仅靠情感分析并不能明确检测出财务报表欺诈。情感分析能让人深入了解文本的基调和情绪,但不能揭示蓄意欺骗或财务差异。研究结果可作为补充信息,丰富传统的财务分析方法。这项研究通过探索情感分析在财务欺诈检测中的潜力,为该领域做出了贡献,提供了一个补充定量方法的独特视角。它开辟了新的调查途径,强调了采用综合、多维方法进行欺诈检测的必要性。
{"title":"NLP Sentiment Analysis and Accounting Transparency: A New Era of Financial Record Keeping","authors":"A. Faccia, Julie McDonald, Babu George","doi":"10.3390/computers13010005","DOIUrl":"https://doi.org/10.3390/computers13010005","url":null,"abstract":"Transparency in financial reporting is crucial for maintaining trust in financial markets, yet fraudulent financial statements remain challenging to detect and prevent. This study introduces a novel approach to detecting financial statement fraud by applying sentiment analysis to analyse the textual data within financial reports. This research aims to identify patterns and anomalies that might indicate fraudulent activities by examining the language and sentiment expressed across multiple fiscal years. The study focuses on three companies known for financial statement fraud: Wirecard, Tesco, and Under Armour. Utilising Natural Language Processing (NLP) techniques, the research analyses polarity (positive or negative sentiment) and subjectivity (degree of personal opinion) within the financial statements, revealing intriguing patterns. Wirecard showed a consistent tone with a slight decrease in 2018, Tesco exhibited marked changes in the fraud year, and Under Armour presented subtler shifts during the fraud years. While the findings present promising trends, the study emphasises that sentiment analysis alone cannot definitively detect financial statement fraud. It provides insights into the tone and mood of the text but cannot reveal intentional deception or financial discrepancies. The results serve as supplementary information, enriching traditional financial analysis methods. This research contributes to the field by exploring the potential of sentiment analysis in financial fraud detection, offering a unique perspective that complements quantitative methods. It opens new avenues for investigation and underscores the need for an integrated, multidimensional approach to fraud detection.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"13 12","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139162092","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
Multi-Network Latency Prediction for IoT and WSNs 物联网和 WSN 的多网络延迟预测
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-23 DOI: 10.3390/computers13010006
Josiah E. Balota, A. Kor, O. Shobande
The domain of Multi-Network Latency Prediction for IoT and Wireless Sensor Networks (WSNs) confronts significant challenges. However, continuous research efforts and progress in areas such as machine learning, edge computing, security technologies, and hybrid modelling are actively influencing the closure of identified gaps. Effectively addressing the inherent complexities in this field will play a crucial role in unlocking the full potential of latency prediction systems within the dynamic and diverse landscape of the Internet of Things (IoT). Using linear interpolation and extrapolation algorithms, the study explores the use of multi-network real-time end-to-end latency data for precise prediction. This approach has significantly improved network performance through throughput and response time optimization. The findings indicate prediction accuracy, with the majority of experimental connection pairs achieving over 95% accuracy, and within a 70% to 95% accuracy range. This research provides tangible evidence that data packet and end-to-end latency time predictions for heterogeneous low-rate and low-power WSNs, facilitated by a localized database, can substantially enhance network performance, and minimize latency. Our proposed JosNet model simplifies and streamlines WSN prediction by employing linear interpolation and extrapolation techniques. The research findings also underscore the potential of this approach to revolutionize the management and control of data packets in WSNs, paving the way for more efficient and responsive wireless sensor networks.
物联网和无线传感器网络(WSN)的多网络延迟预测领域面临着重大挑战。然而,在机器学习、边缘计算、安全技术和混合建模等领域的持续研究努力和进展,正在积极影响着差距的缩小。有效应对这一领域固有的复杂性,将对释放延迟预测系统在动态多样的物联网(IoT)环境中的全部潜力起到至关重要的作用。本研究利用线性内插法和外推法算法,探讨了如何利用多网络实时端到端延迟数据进行精确预测。这种方法通过优化吞吐量和响应时间,大大提高了网络性能。研究结果表明,大多数实验连接对的预测准确率超过 95%,准确率范围在 70% 至 95% 之间。这项研究提供了切实的证据,证明异构低速率和低功耗 WSN 的数据包和端到端延迟时间预测在本地化数据库的帮助下,可以大大提高网络性能,并最大限度地减少延迟。我们提出的 JosNet 模型采用线性插值和外推法,简化并精简了 WSN 预测。研究成果还强调了这一方法在彻底改变 WSN 数据包管理和控制方面的潜力,为实现更高效、反应更灵敏的无线传感器网络铺平了道路。
{"title":"Multi-Network Latency Prediction for IoT and WSNs","authors":"Josiah E. Balota, A. Kor, O. Shobande","doi":"10.3390/computers13010006","DOIUrl":"https://doi.org/10.3390/computers13010006","url":null,"abstract":"The domain of Multi-Network Latency Prediction for IoT and Wireless Sensor Networks (WSNs) confronts significant challenges. However, continuous research efforts and progress in areas such as machine learning, edge computing, security technologies, and hybrid modelling are actively influencing the closure of identified gaps. Effectively addressing the inherent complexities in this field will play a crucial role in unlocking the full potential of latency prediction systems within the dynamic and diverse landscape of the Internet of Things (IoT). Using linear interpolation and extrapolation algorithms, the study explores the use of multi-network real-time end-to-end latency data for precise prediction. This approach has significantly improved network performance through throughput and response time optimization. The findings indicate prediction accuracy, with the majority of experimental connection pairs achieving over 95% accuracy, and within a 70% to 95% accuracy range. This research provides tangible evidence that data packet and end-to-end latency time predictions for heterogeneous low-rate and low-power WSNs, facilitated by a localized database, can substantially enhance network performance, and minimize latency. Our proposed JosNet model simplifies and streamlines WSN prediction by employing linear interpolation and extrapolation techniques. The research findings also underscore the potential of this approach to revolutionize the management and control of data packets in WSNs, paving the way for more efficient and responsive wireless sensor networks.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"32 20","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139162076","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
Twofold Machine-Learning and Molecular Dynamics: A Computational Framework 双重机器学习和分子动力学:计算框架
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-22 DOI: 10.3390/computers13010002
Christos Stavrogiannis, F. Sofos, Maria Sagri, D. Vavougios, T. Karakasidis
Data science and machine learning (ML) techniques are employed to shed light into the molecular mechanisms that affect fluid-transport properties at the nanoscale. Viscosity and thermal conductivity values of four basic monoatomic elements, namely, argon, krypton, nitrogen, and oxygen, are gathered from experimental and simulation data in the literature and constitute a primary database for further investigation. The data refers to a wide pressure–temperature (P-T) phase space, covering fluid states from gas to liquid and supercritical. The database is enriched with new simulation data extracted from our equilibrium molecular dynamics (MD) simulations. A machine learning (ML) framework with ensemble, classical, kernel-based, and stacked algorithmic techniques is also constructed to function in parallel with the MD model, trained by existing data and predicting the values of new phase space points. In terms of algorithmic performance, it is shown that the stacked and tree-based ML models have given the most accurate results for all elements and can be excellent choices for small to medium-sized datasets. In such a way, a twofold computational scheme is constructed, functioning as a computationally inexpensive route that achieves high accuracy, aiming to replace costly experiments and simulations, when feasible.
本研究采用数据科学和机器学习(ML)技术来揭示影响纳米尺度流体传输特性的分子机制。从文献中的实验和模拟数据中收集了四种基本单原子元素(即氩、氪、氮和氧)的粘度和热导率值,这些数据构成了进一步研究的主要数据库。这些数据涉及广泛的压力-温度(P-T)相空间,涵盖从气态到液态和超临界的流体状态。从我们的平衡分子动力学(MD)模拟中提取的新模拟数据丰富了该数据库。此外,还构建了一个机器学习(ML)框架,采用集合、经典、基于内核和堆叠算法技术,与 MD 模型并行运作,通过现有数据进行训练,并预测新相空间点的值。就算法性能而言,堆叠式和基于树的 ML 模型对所有元素都给出了最准确的结果,是中小型数据集的绝佳选择。通过这种方式,我们构建了一种双重计算方案,作为一种计算成本低廉的途径,实现了高精确度,目的是在可行的情况下取代成本高昂的实验和模拟。
{"title":"Twofold Machine-Learning and Molecular Dynamics: A Computational Framework","authors":"Christos Stavrogiannis, F. Sofos, Maria Sagri, D. Vavougios, T. Karakasidis","doi":"10.3390/computers13010002","DOIUrl":"https://doi.org/10.3390/computers13010002","url":null,"abstract":"Data science and machine learning (ML) techniques are employed to shed light into the molecular mechanisms that affect fluid-transport properties at the nanoscale. Viscosity and thermal conductivity values of four basic monoatomic elements, namely, argon, krypton, nitrogen, and oxygen, are gathered from experimental and simulation data in the literature and constitute a primary database for further investigation. The data refers to a wide pressure–temperature (P-T) phase space, covering fluid states from gas to liquid and supercritical. The database is enriched with new simulation data extracted from our equilibrium molecular dynamics (MD) simulations. A machine learning (ML) framework with ensemble, classical, kernel-based, and stacked algorithmic techniques is also constructed to function in parallel with the MD model, trained by existing data and predicting the values of new phase space points. In terms of algorithmic performance, it is shown that the stacked and tree-based ML models have given the most accurate results for all elements and can be excellent choices for small to medium-sized datasets. In such a way, a twofold computational scheme is constructed, functioning as a computationally inexpensive route that achieves high accuracy, aiming to replace costly experiments and simulations, when feasible.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"2 10","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138944699","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
Ionospheric Error Models for Satellite-Based Navigation—Paving the Road towards LEO-PNT Solutions 卫星导航电离层误差模型--为低地轨道-全球导航解决方案铺平道路
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-22 DOI: 10.3390/computers13010004
Majed Imad, Antoine Grenier, Xiaolong Zhang, J. Nurmi, Elena Simon Lohan
Low Earth Orbit (LEO) constellations have ecently gained tremendous attention in the navigational field due to their arger constellation size, faster geometry variations, and higher signal power evels than Global Navigation Satellite Systems (GNSS), making them favourable for Position, Navigation, and Timing (PNT) purposes. Satellite signals are heavily attenuated from the atmospheric ayers, especially from the ionosphere. Ionospheric delays are, however, expected to be smaller in signals from LEO satellites than GNSS due to their ower orbital altitudes and higher carrier frequency. Nevertheless, unlike for GNSS, there are currently no standardized models for correcting the ionospheric errors in LEO signals. In this paper, we derive a new model called Interpolated and Averaged Memory Model (IAMM) starting from existing International GNSS Service (IGS) data and based on the observation that ionospheric effects epeat every 11 years. Our IAMM model can be used for ionospheric corrections for signals from any satellite constellation, including LEO. This model is constructed based on averaging multiple ionospheric data and eflecting the electron content inside the ionosphere. The IAMM model’s primary advantage is its ability to be used both online and offline without needing eal-time input parameters, thus making it easy to store in a device’s memory. We compare this model with two benchmark models, the Klobuchar and International Reference Ionosphere (IRI) models, by utilizing GNSS measurement data from 24 scenarios acquired in several European countries using both professional GNSS eceivers and Android smartphones. The model’s behaviour is also evaluated on LEO signals using simulated data (as measurement data based on LEO signals are still not available in the open-access community; we show a significant eduction in ionospheric delays in LEO signals compared to GNSS. Finally, we highlight the remaining open challenges toward viable ionospheric-delay models in an LEO-PNT context.
与全球导航卫星系统(GNSS)相比,低地球轨道(LEO)星座具有更大的星座规模、更快的几何形状变化和更高的信号功率水平,因而有利于定位、导航和授时(PNT)目的,最近在导航领域获得了极大的关注。卫星信号受到大气层,特别是电离层的严重衰减。不过,由于低地轨道卫星的轨道高度较高,载波频率较高,预计其电离层延迟会小于全球导航卫星系统。然而,与全球导航卫星系统不同,目前还没有校正低地轨道信号电离层误差的标准化模型。在本文中,我们从现有的国际全球导航卫星系统服务(IGS)数据出发,根据电离层效应每 11 年重复一次的观测结果,推导出了一个新模型,称为插值和平均记忆模型(IAMM)。我们的 IAMM 模型可用于对包括低地轨道在内的任何卫星星座的信号进行电离层校正。该模型的构建基于多个电离层数据的平均值和电离层内部的电子含量。IAMM 模型的主要优点是能够在线和离线使用,无需实时输入参数,因此易于存储在设备内存中。我们利用在多个欧洲国家使用专业 GNSS 接收器和安卓智能手机获取的 24 个场景的 GNSS 测量数据,将该模型与两个基准模型(Klobuchar 和国际参考电离层 (IRI) 模型)进行了比较。我们还利用模拟数据对模型在低地轨道信号上的表现进行了评估(因为基于低地轨道信号的测量数据在开放获取社区中仍然不可用;我们显示,与全球导航卫星系统相比,低地轨道信号的电离层延迟显著减少。最后,我们强调了在 LEO-PNT 背景下建立可行的电离层延迟模型仍面临的挑战。
{"title":"Ionospheric Error Models for Satellite-Based Navigation—Paving the Road towards LEO-PNT Solutions","authors":"Majed Imad, Antoine Grenier, Xiaolong Zhang, J. Nurmi, Elena Simon Lohan","doi":"10.3390/computers13010004","DOIUrl":"https://doi.org/10.3390/computers13010004","url":null,"abstract":"Low Earth Orbit (LEO) constellations have ecently gained tremendous attention in the navigational field due to their arger constellation size, faster geometry variations, and higher signal power evels than Global Navigation Satellite Systems (GNSS), making them favourable for Position, Navigation, and Timing (PNT) purposes. Satellite signals are heavily attenuated from the atmospheric ayers, especially from the ionosphere. Ionospheric delays are, however, expected to be smaller in signals from LEO satellites than GNSS due to their ower orbital altitudes and higher carrier frequency. Nevertheless, unlike for GNSS, there are currently no standardized models for correcting the ionospheric errors in LEO signals. In this paper, we derive a new model called Interpolated and Averaged Memory Model (IAMM) starting from existing International GNSS Service (IGS) data and based on the observation that ionospheric effects epeat every 11 years. Our IAMM model can be used for ionospheric corrections for signals from any satellite constellation, including LEO. This model is constructed based on averaging multiple ionospheric data and eflecting the electron content inside the ionosphere. The IAMM model’s primary advantage is its ability to be used both online and offline without needing eal-time input parameters, thus making it easy to store in a device’s memory. We compare this model with two benchmark models, the Klobuchar and International Reference Ionosphere (IRI) models, by utilizing GNSS measurement data from 24 scenarios acquired in several European countries using both professional GNSS eceivers and Android smartphones. The model’s behaviour is also evaluated on LEO signals using simulated data (as measurement data based on LEO signals are still not available in the open-access community; we show a significant eduction in ionospheric delays in LEO signals compared to GNSS. Finally, we highlight the remaining open challenges toward viable ionospheric-delay models in an LEO-PNT context.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"114 16","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139163641","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
Modeling Seasonality of Emotional Tension in Social Media 社交媒体中情绪紧张的季节性建模
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-22 DOI: 10.3390/computers13010003
Alexey Nosov, Y. Kuznetsova, M. Stankevich, I. Smirnov, Oleg Grigoriev
Social media has become an almost unlimited resource for studying social processes. Seasonality is a phenomenon that significantly affects many physical and mental states. Modeling collective emotional seasonal changes is a challenging task for the technical, social, and humanities sciences. This is due to the laboriousness and complexity of obtaining a sufficient amount of data, processing and evaluating them, and presenting the results. At the same time, understanding the annual dynamics of collective sentiment provides us with important insights into collective behavior, especially in various crises or disasters. In our study, we propose a scheme for identifying and evaluating signs of the seasonal rise and fall of emotional tension based on social media texts. The analysis is based on Russian-language comments in VKontakte social network communities devoted to city news and the events of a small town in the Nizhny Novgorod region, Russia. Workflow steps include a statistical method for categorizing data, exploratory analysis to identify common patterns, data aggregation for modeling seasonal changes, the identification of typical data properties through clustering, and the formulation and validation of seasonality criteria. As a result of seasonality modeling, it is shown that the calendar seasonal model corresponds to the data, and the dynamics of emotional tension correlate with the seasons. The proposed methodology is useful for a wide range of social practice issues, such as monitoring public opinion or assessing irregular shifts in mass emotions.
社交媒体几乎已成为研究社会进程的无限资源。季节性是一种对许多生理和心理状态产生重大影响的现象。对技术、社会和人文科学而言,建立集体情绪季节变化模型是一项具有挑战性的任务。这是由于获取足够数量的数据、处理和评估这些数据以及展示结果既费力又复杂。与此同时,了解集体情绪的年度动态可为我们提供有关集体行为的重要见解,尤其是在各种危机或灾难中。在我们的研究中,我们提出了一种基于社交媒体文本识别和评估情绪紧张季节性涨落迹象的方法。分析基于 VKontakte 社交网络社区中的俄语评论,这些评论专门报道俄罗斯下诺夫哥罗德地区一个小镇的城市新闻和事件。工作流程步骤包括:采用统计方法对数据进行分类;进行探索性分析以确定共同模式;进行数据聚合以建立季节性变化模型;通过聚类确定典型数据属性;以及制定和验证季节性标准。季节性建模的结果表明,日历季节模型与数据相对应,情绪紧张的动态变化与季节相关。所提出的方法适用于广泛的社会实践问题,如监测舆论或评估群众情绪的不规则变化。
{"title":"Modeling Seasonality of Emotional Tension in Social Media","authors":"Alexey Nosov, Y. Kuznetsova, M. Stankevich, I. Smirnov, Oleg Grigoriev","doi":"10.3390/computers13010003","DOIUrl":"https://doi.org/10.3390/computers13010003","url":null,"abstract":"Social media has become an almost unlimited resource for studying social processes. Seasonality is a phenomenon that significantly affects many physical and mental states. Modeling collective emotional seasonal changes is a challenging task for the technical, social, and humanities sciences. This is due to the laboriousness and complexity of obtaining a sufficient amount of data, processing and evaluating them, and presenting the results. At the same time, understanding the annual dynamics of collective sentiment provides us with important insights into collective behavior, especially in various crises or disasters. In our study, we propose a scheme for identifying and evaluating signs of the seasonal rise and fall of emotional tension based on social media texts. The analysis is based on Russian-language comments in VKontakte social network communities devoted to city news and the events of a small town in the Nizhny Novgorod region, Russia. Workflow steps include a statistical method for categorizing data, exploratory analysis to identify common patterns, data aggregation for modeling seasonal changes, the identification of typical data properties through clustering, and the formulation and validation of seasonality criteria. As a result of seasonality modeling, it is shown that the calendar seasonal model corresponds to the data, and the dynamics of emotional tension correlate with the seasons. The proposed methodology is useful for a wide range of social practice issues, such as monitoring public opinion or assessing irregular shifts in mass emotions.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"9 49","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138943911","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
Healthy Personalized Recipe Recommendations for Weekly Meal Planning 为每周膳食计划推荐个性化健康食谱
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-20 DOI: 10.3390/computers13010001
Konstantinos Zioutos, H. Kondylakis, K. Stefanidis
Nowadays, in the pursuit of personalized health and well-being, dietary choices are critical. This paper introduces a novel recommendation system designed to provide users with personalized meal plans, consisting of breakfast, lunch, snack, and dinner, in alignment with their health history and preferences from other similar users. More specifically, our system exploits collaborative filtering first to identify other users with similar dietary preferences and uses this information to propose suitable recipes to individuals. The whole process is enhanced by analyzing the individual’s health history, including dietary restrictions, nutritional needs, and specific diet plans, such as low-carb or vegetarian. This ensures that the generated meal plans are not only aligned with the user’s taste but also contribute to the overall wellness of the user. A distinctive feature of our system is its dynamic adaptation feature, which enables users to make real-time adjustments to their meal plans based on their personal constraints and preferences, directly impacting future recommendations. We evaluate the usability of the system through a series of experiments on a large real-world data set of recipes, showing that our system is able to provide highly personalized, dynamic, and accurate recommendations.
如今,在追求个性化健康和幸福的过程中,饮食选择至关重要。本文介绍了一种新颖的推荐系统,旨在根据用户的健康历史和其他类似用户的偏好,为用户提供个性化的膳食计划,包括早餐、午餐、点心和晚餐。更具体地说,我们的系统首先利用协同过滤来识别具有相似饮食偏好的其他用户,然后利用这些信息向个人推荐合适的食谱。通过分析个人的健康史,包括饮食限制、营养需求和具体的饮食计划(如低碳水化合物或素食),整个过程得到了加强。这样可以确保生成的膳食计划不仅符合用户的口味,而且有助于用户的整体健康。我们系统的一个显著特点是它的动态调整功能,用户可以根据自己的个人限制和偏好对膳食计划进行实时调整,从而直接影响未来的推荐。我们通过在现实世界的大型食谱数据集上进行一系列实验来评估系统的可用性,结果表明我们的系统能够提供高度个性化、动态和准确的推荐。
{"title":"Healthy Personalized Recipe Recommendations for Weekly Meal Planning","authors":"Konstantinos Zioutos, H. Kondylakis, K. Stefanidis","doi":"10.3390/computers13010001","DOIUrl":"https://doi.org/10.3390/computers13010001","url":null,"abstract":"Nowadays, in the pursuit of personalized health and well-being, dietary choices are critical. This paper introduces a novel recommendation system designed to provide users with personalized meal plans, consisting of breakfast, lunch, snack, and dinner, in alignment with their health history and preferences from other similar users. More specifically, our system exploits collaborative filtering first to identify other users with similar dietary preferences and uses this information to propose suitable recipes to individuals. The whole process is enhanced by analyzing the individual’s health history, including dietary restrictions, nutritional needs, and specific diet plans, such as low-carb or vegetarian. This ensures that the generated meal plans are not only aligned with the user’s taste but also contribute to the overall wellness of the user. A distinctive feature of our system is its dynamic adaptation feature, which enables users to make real-time adjustments to their meal plans based on their personal constraints and preferences, directly impacting future recommendations. We evaluate the usability of the system through a series of experiments on a large real-world data set of recipes, showing that our system is able to provide highly personalized, dynamic, and accurate recommendations.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"14 2","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139168495","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
Implementation of an Intelligent EMG Signal Classifier Using Open-Source Hardware 利用开源硬件实现智能肌电信号分类器
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-18 DOI: 10.3390/computers12120263
Nelson Cárdenas-Bolaño, Aura Polo, Carlos Robles-Algarín
This paper presents the implementation of an intelligent real-time single-channel electromyography (EMG) signal classifier based on open-source hardware. The article shows the experimental design, analysis, and implementation of a solution to identify four muscle movements from the forearm (extension, pronation, supination, and flexion), for future applications in transradial active prostheses. An EMG signal acquisition instrument was developed, with a 20–450 Hz bandwidth and 2 kHz sampling rate. The signals were stored in a Database, as a multidimensional array, using a desktop application. Numerical and graphic analysis approaches for discriminative capacity were proposed for feature analysis and four feature sets were used to feed the classifier. Artificial Neural Networks (ANN) were implemented for time-domain EMG pattern recognition (PR). The system obtained a classification accuracy of 98.44% and response times per signal of 8.522 ms. Results suggest these methods allow us to understand, intuitively, the behavior of user information.
本文介绍了基于开源硬件的智能实时单通道肌电图(EMG)信号分类器的实现。文章展示了一个解决方案的实验设计、分析和实现过程,该方案可识别前臂的四种肌肉运动(伸展、前倾、上举和屈曲),未来可应用于经桡主动假肢。我们开发了一种 EMG 信号采集仪器,带宽为 20-450 Hz,采样率为 2 kHz。使用桌面应用程序将信号以多维阵列的形式存储在数据库中。针对特征分析提出了辨别能力的数字和图形分析方法,并使用四个特征集为分类器提供信息。人工神经网络(ANN)用于时域肌电图模式识别(PR)。该系统的分类准确率为 98.44%,每个信号的响应时间为 8.522 毫秒。结果表明,这些方法可以让我们直观地了解用户信息的行为。
{"title":"Implementation of an Intelligent EMG Signal Classifier Using Open-Source Hardware","authors":"Nelson Cárdenas-Bolaño, Aura Polo, Carlos Robles-Algarín","doi":"10.3390/computers12120263","DOIUrl":"https://doi.org/10.3390/computers12120263","url":null,"abstract":"This paper presents the implementation of an intelligent real-time single-channel electromyography (EMG) signal classifier based on open-source hardware. The article shows the experimental design, analysis, and implementation of a solution to identify four muscle movements from the forearm (extension, pronation, supination, and flexion), for future applications in transradial active prostheses. An EMG signal acquisition instrument was developed, with a 20–450 Hz bandwidth and 2 kHz sampling rate. The signals were stored in a Database, as a multidimensional array, using a desktop application. Numerical and graphic analysis approaches for discriminative capacity were proposed for feature analysis and four feature sets were used to feed the classifier. Artificial Neural Networks (ANN) were implemented for time-domain EMG pattern recognition (PR). The system obtained a classification accuracy of 98.44% and response times per signal of 8.522 ms. Results suggest these methods allow us to understand, intuitively, the behavior of user information.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"109 3","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139175010","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
Enhanced Random Forest Classifier with K-Means Clustering (ERF-KMC) for Detecting and Preventing Distributed-Denial-of-Service and Man-in-the-Middle Attacks in Internet-of-Medical-Things Networks 增强型随机森林分类器与 K-Means 聚类(ERF-KMC)用于检测和预防医疗物联网网络中的分布式拒绝服务和中间人攻击
IF 2.8 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2023-12-17 DOI: 10.3390/computers12120262
Abdullah Ali Jawad Al-Abadi, M. Mohamed, Ahmed Fakhfakh
In recent years, the combination of wireless body sensor networks (WBSNs) and the Internet ofc Medical Things (IoMT) marked a transformative era in healthcare technology. This combination allowed for the smooth communication between medical devices that enabled the real-time monitoring of patient’s vital signs and health parameters. However, the increased connectivity also introduced security challenges, particularly as they related to the presence of attack nodes. This paper proposed a unique solution, an enhanced random forest classifier with a K-means clustering (ERF-KMC) algorithm, in response to these challenges. The proposed ERF-KMC algorithm combined the accuracy of the enhanced random forest classifier for achieving the best execution time (ERF-ABE) with the clustering capabilities of K-means. This model played a dual role. Initially, the security in IoMT networks was enhanced through the detection of attack messages using ERF-ABE, followed by the classification of attack types, specifically distinguishing between man-in-the-middle (MITM) and distributed denial of service (DDoS) using K-means. This approach facilitated the precise categorization of attacks, enabling the ERF-KMC algorithm to employ appropriate methods for blocking these attack messages effectively. Subsequently, this approach contributed to the improvement of network performance metrics that significantly deteriorated during the attack, including the packet loss rate (PLR), end-to-end delay (E2ED), and throughput. This was achieved through the detection of attack nodes and the subsequent prevention of their entry into the IoMT networks, thereby mitigating potential disruptions and enhancing the overall network efficiency. This study conducted simulations using the Python programming language to assess the performance of the ERF-KMC algorithm in the realm of IoMT, specifically focusing on network performance metrics. In comparison with other algorithms, the ERF-KMC algorithm demonstrated superior efficacy, showcasing its heightened capability in terms of optimizing IoMT network performance as compared to other common algorithms in network security, such as AdaBoost, CatBoost, and random forest. The importance of the ERF-KMC algorithm lies in its security for IoMT networks, as it provides a high-security approach for identifying and preventing MITM and DDoS attacks. Furthermore, improving the network performance metrics to ensure transmitted medical data are accurate and efficient is vital for real-time patient monitoring. This study takes the next step towards enhancing the reliability and security of IoMT systems and advancing the future of connected healthcare technologies.
近年来,无线人体传感器网络(WBSN)与医疗物联网(IoMT)的结合标志着医疗保健技术进入了一个变革时代。两者的结合实现了医疗设备之间的顺畅通信,从而能够实时监测病人的生命体征和健康参数。然而,连接性的增强也带来了安全挑战,特别是与攻击节点的存在有关的挑战。针对这些挑战,本文提出了一种独特的解决方案,即采用 K 均值聚类算法的增强型随机森林分类器(ERF-KMC)。所提出的 ERF-KMC 算法将实现最佳执行时间的增强型随机森林分类器(ERF-ABE)的准确性与 K-means 的聚类能力相结合。该模型发挥了双重作用。最初,通过使用 ERF-ABE 检测攻击信息来增强 IoMT 网络的安全性,随后使用 K-means 对攻击类型进行分类,特别是区分中间人(MITM)和分布式拒绝服务(DDoS)。这种方法有助于对攻击进行精确分类,使 ERF-KMC 算法能够采用适当的方法有效阻止这些攻击信息。随后,这种方法有助于改善攻击期间明显恶化的网络性能指标,包括数据包丢失率(PLR)、端到端延迟(E2ED)和吞吐量。这是通过检测攻击节点并随后阻止其进入 IoMT 网络来实现的,从而减轻了潜在的破坏并提高了整体网络效率。本研究使用 Python 编程语言进行了模拟,以评估 ERF-KMC 算法在 IoMT 领域的性能,尤其侧重于网络性能指标。与其他算法相比,ERF-KMC 算法显示出卓越的功效,与网络安全领域的其他常见算法(如 AdaBoost、CatBoost 和随机森林)相比,ERF-KMC 算法在优化 IoMT 网络性能方面具有更强的能力。ERF-KMC 算法的重要性在于其对 IoMT 网络的安全性,因为它为识别和预防 MITM 和 DDoS 攻击提供了一种高安全性方法。此外,改进网络性能指标以确保传输的医疗数据准确高效,对于实时监控病人至关重要。这项研究为提高 IoMT 系统的可靠性和安全性、推动未来互联医疗技术的发展迈出了新的一步。
{"title":"Enhanced Random Forest Classifier with K-Means Clustering (ERF-KMC) for Detecting and Preventing Distributed-Denial-of-Service and Man-in-the-Middle Attacks in Internet-of-Medical-Things Networks","authors":"Abdullah Ali Jawad Al-Abadi, M. Mohamed, Ahmed Fakhfakh","doi":"10.3390/computers12120262","DOIUrl":"https://doi.org/10.3390/computers12120262","url":null,"abstract":"In recent years, the combination of wireless body sensor networks (WBSNs) and the Internet ofc Medical Things (IoMT) marked a transformative era in healthcare technology. This combination allowed for the smooth communication between medical devices that enabled the real-time monitoring of patient’s vital signs and health parameters. However, the increased connectivity also introduced security challenges, particularly as they related to the presence of attack nodes. This paper proposed a unique solution, an enhanced random forest classifier with a K-means clustering (ERF-KMC) algorithm, in response to these challenges. The proposed ERF-KMC algorithm combined the accuracy of the enhanced random forest classifier for achieving the best execution time (ERF-ABE) with the clustering capabilities of K-means. This model played a dual role. Initially, the security in IoMT networks was enhanced through the detection of attack messages using ERF-ABE, followed by the classification of attack types, specifically distinguishing between man-in-the-middle (MITM) and distributed denial of service (DDoS) using K-means. This approach facilitated the precise categorization of attacks, enabling the ERF-KMC algorithm to employ appropriate methods for blocking these attack messages effectively. Subsequently, this approach contributed to the improvement of network performance metrics that significantly deteriorated during the attack, including the packet loss rate (PLR), end-to-end delay (E2ED), and throughput. This was achieved through the detection of attack nodes and the subsequent prevention of their entry into the IoMT networks, thereby mitigating potential disruptions and enhancing the overall network efficiency. This study conducted simulations using the Python programming language to assess the performance of the ERF-KMC algorithm in the realm of IoMT, specifically focusing on network performance metrics. In comparison with other algorithms, the ERF-KMC algorithm demonstrated superior efficacy, showcasing its heightened capability in terms of optimizing IoMT network performance as compared to other common algorithms in network security, such as AdaBoost, CatBoost, and random forest. The importance of the ERF-KMC algorithm lies in its security for IoMT networks, as it provides a high-security approach for identifying and preventing MITM and DDoS attacks. Furthermore, improving the network performance metrics to ensure transmitted medical data are accurate and efficient is vital for real-time patient monitoring. This study takes the next step towards enhancing the reliability and security of IoMT systems and advancing the future of connected healthcare technologies.","PeriodicalId":46292,"journal":{"name":"Computers","volume":"7 19","pages":""},"PeriodicalIF":2.8,"publicationDate":"2023-12-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138966512","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
期刊
Computers
全部 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