首页 > 最新文献

Information (Switzerland)最新文献

英文 中文
Exploring Effective Approaches to the Risk Management Framework (RMF) in the Republic of Korea: A Study 探索韩国风险管理框架(RMF)的有效方法:研究
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-12 DOI: 10.3390/info14100561
Giseok Jeong, Kookjin Kim, Sukjoon Yoon, Dongkyoo Shin, Jiwon Kang
As the world undergoes rapid digitalization, individuals and objects are becoming more extensively connected through the advancement of Internet networks. This phenomenon has been observed in governmental and military domains as well, accompanied by a rise in cyber threats consequently. The United States (U.S.), in response to this, has been strongly urging its allies to adhere to the RMF standard to bolster the security of primary defense systems. An agreement has been signed between the Republic of Korea and the U.S. to collaboratively operate major defense systems and cooperate on cyber threats. However, the methodologies and tools required for RMF implementation have not yet been fully provided to several allied countries, including the Republic of Korea, causing difficulties in its implementation. In this study, the U.S. RMF process was applied to a specific system of the Republic of Korea Ministry of National Defense, and the outcomes were analyzed. Emphasis was placed on the initial two stages of the RMF: ‘system categorization’ and ‘security control selection’, presenting actual application cases. Additionally, a detailed description of the methodology used by the Republic of Korea Ministry of National Defense for RMF implementation in defense systems is provided, introducing a keyword-based overlay application methodology. An introduction to the K-RMF Baseline, Overlay, and Tailoring Tool is also given. The methodologies and tools presented are expected to serve as valuable references for ally countries, including the U.S., in effectively implementing the RMF. It is anticipated that the results of this research will contribute to enhancing cyber security and threat management among allies.
随着世界数字化的快速发展,个人和物体通过互联网网络的发展变得更加广泛地联系在一起。在政府和军事领域也观察到这种现象,随之而来的是网络威胁的增加。对此,美国一直强烈要求盟国遵守RMF标准,以加强初级防御系统的安全性。韩国和美国签署了一项协议,共同运营主要防御系统,并就网络威胁进行合作。但是,尚未向包括大韩民国在内的几个盟国充分提供执行RMF所需的方法和工具,造成了执行方面的困难。在本研究中,将美国RMF流程应用于韩国国防部的特定系统,并对结果进行了分析。重点放在RMF的最初两个阶段:“系统分类”和“安全控制选择”,并展示实际的应用案例。此外,还详细描述了韩国国防部在国防系统中用于RMF实施的方法,介绍了一种基于关键字的覆盖应用方法。介绍了K-RMF基线,覆盖,裁剪工具也给出了。所提出的方法和工具有望为包括美国在内的盟国有效实施RMF提供有价值的参考。预计该研究结果将有助于加强盟国之间的网络安全和威胁管理。
{"title":"Exploring Effective Approaches to the Risk Management Framework (RMF) in the Republic of Korea: A Study","authors":"Giseok Jeong, Kookjin Kim, Sukjoon Yoon, Dongkyoo Shin, Jiwon Kang","doi":"10.3390/info14100561","DOIUrl":"https://doi.org/10.3390/info14100561","url":null,"abstract":"As the world undergoes rapid digitalization, individuals and objects are becoming more extensively connected through the advancement of Internet networks. This phenomenon has been observed in governmental and military domains as well, accompanied by a rise in cyber threats consequently. The United States (U.S.), in response to this, has been strongly urging its allies to adhere to the RMF standard to bolster the security of primary defense systems. An agreement has been signed between the Republic of Korea and the U.S. to collaboratively operate major defense systems and cooperate on cyber threats. However, the methodologies and tools required for RMF implementation have not yet been fully provided to several allied countries, including the Republic of Korea, causing difficulties in its implementation. In this study, the U.S. RMF process was applied to a specific system of the Republic of Korea Ministry of National Defense, and the outcomes were analyzed. Emphasis was placed on the initial two stages of the RMF: ‘system categorization’ and ‘security control selection’, presenting actual application cases. Additionally, a detailed description of the methodology used by the Republic of Korea Ministry of National Defense for RMF implementation in defense systems is provided, introducing a keyword-based overlay application methodology. An introduction to the K-RMF Baseline, Overlay, and Tailoring Tool is also given. The methodologies and tools presented are expected to serve as valuable references for ally countries, including the U.S., in effectively implementing the RMF. It is anticipated that the results of this research will contribute to enhancing cyber security and threat management among allies.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136014474","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
Transfer Learning-Based YOLOv3 Model for Road Dense Object Detection 基于迁移学习的YOLOv3道路密集目标检测模型
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-12 DOI: 10.3390/info14100560
Chunhua Zhu, Jiarui Liang, Fei Zhou
Stemming from the overlap of objects and undertraining due to few samples, road dense object detection is confronted with poor object identification performance and the inability to recognize edge objects. Based on this, one transfer learning-based YOLOv3 approach for identifying dense objects on the road has been proposed. Firstly, the Darknet-53 network structure is adopted to obtain a pre-trained YOLOv3 model. Then, the transfer training is introduced as the output layer for the special dataset of 2000 images containing vehicles. In the proposed model, one random function is adapted to initialize and optimize the weights of the transfer training model, which is separately designed from the pre-trained YOLOv3. The object detection classifier replaces the fully connected layer, which further improves the detection effect. The reduced size of the network model can further reduce the training and detection time. As a result, it can be better applied to actual scenarios. The experimental results demonstrate that the object detection accuracy of the presented approach is 87.75% for the Pascal VOC 2007 dataset, which is superior to the traditional YOLOv3 and the YOLOv5 by 4% and 0.59%, respectively. Additionally, the test was carried out using UA-DETRAC, a public road vehicle detection dataset. The object detection accuracy of the presented approach reaches 79.23% in detecting images, which is 4.13% better than the traditional YOLOv3, and compared with the existing relatively new object detection algorithm YOLOv5, the detection accuracy is 1.36% better. Moreover, the detection speed of the proposed YOLOv3 method reaches 31.2 Fps/s in detecting images, which is 7.6 Fps/s faster than the traditional YOLOv3, and compared with the existing new object detection algorithm YOLOv7, the speed is 1.5 Fps/s faster. The proposed YOLOv3 performs 67.36 Bn of floating point operations per second in detecting video, which is obviously less than the traditional YOLOv3 and the newer object detection algorithm YOLOv5.
道路密集目标检测由于目标重叠和样本少导致训练不足,存在目标识别性能差和无法识别边缘目标的问题。在此基础上,提出了一种基于迁移学习的YOLOv3道路密集物体识别方法。首先,采用Darknet-53网络结构,得到预训练好的YOLOv3模型;然后,对包含2000张车辆图像的特殊数据集引入迁移训练作为输出层。在该模型中,采用一个随机函数来初始化和优化迁移训练模型的权重,该模型与预训练的YOLOv3分开设计。目标检测分类器取代了全连通层,进一步提高了检测效果。网络模型的缩小可以进一步减少训练和检测时间。因此,它可以更好地应用于实际场景。实验结果表明,对于Pascal VOC 2007数据集,该方法的目标检测准确率为87.75%,比传统的YOLOv3和YOLOv5分别提高了4%和0.59%。此外,测试还使用了公共道路车辆检测数据集UA-DETRAC进行。在检测图像时,该方法的目标检测准确率达到79.23%,比传统的YOLOv3算法提高4.13%,与现有相对较新的目标检测算法YOLOv5算法相比,检测准确率提高1.36%。此外,所提出的YOLOv3方法在检测图像时的检测速度达到31.2 Fps/s,比传统的YOLOv3提高了7.6 Fps/s,与现有的新目标检测算法YOLOv7相比,速度提高了1.5 Fps/s。本文提出的YOLOv3在检测视频时每秒进行673.6亿次浮点运算,明显低于传统的YOLOv3和较新的目标检测算法YOLOv5。
{"title":"Transfer Learning-Based YOLOv3 Model for Road Dense Object Detection","authors":"Chunhua Zhu, Jiarui Liang, Fei Zhou","doi":"10.3390/info14100560","DOIUrl":"https://doi.org/10.3390/info14100560","url":null,"abstract":"Stemming from the overlap of objects and undertraining due to few samples, road dense object detection is confronted with poor object identification performance and the inability to recognize edge objects. Based on this, one transfer learning-based YOLOv3 approach for identifying dense objects on the road has been proposed. Firstly, the Darknet-53 network structure is adopted to obtain a pre-trained YOLOv3 model. Then, the transfer training is introduced as the output layer for the special dataset of 2000 images containing vehicles. In the proposed model, one random function is adapted to initialize and optimize the weights of the transfer training model, which is separately designed from the pre-trained YOLOv3. The object detection classifier replaces the fully connected layer, which further improves the detection effect. The reduced size of the network model can further reduce the training and detection time. As a result, it can be better applied to actual scenarios. The experimental results demonstrate that the object detection accuracy of the presented approach is 87.75% for the Pascal VOC 2007 dataset, which is superior to the traditional YOLOv3 and the YOLOv5 by 4% and 0.59%, respectively. Additionally, the test was carried out using UA-DETRAC, a public road vehicle detection dataset. The object detection accuracy of the presented approach reaches 79.23% in detecting images, which is 4.13% better than the traditional YOLOv3, and compared with the existing relatively new object detection algorithm YOLOv5, the detection accuracy is 1.36% better. Moreover, the detection speed of the proposed YOLOv3 method reaches 31.2 Fps/s in detecting images, which is 7.6 Fps/s faster than the traditional YOLOv3, and compared with the existing new object detection algorithm YOLOv7, the speed is 1.5 Fps/s faster. The proposed YOLOv3 performs 67.36 Bn of floating point operations per second in detecting video, which is obviously less than the traditional YOLOv3 and the newer object detection algorithm YOLOv5.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136014258","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
KVMod—A Novel Approach to Design Key-Value NoSQL Databases kvmod——一种设计键值NoSQL数据库的新方法
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-12 DOI: 10.3390/info14100563
Ahmed Dourhri, Mohamed Hanine, Hassan Ouahmane
The growth of structured, semi-structured, and unstructured data produced by the new applications is a result of the development and expansion of social networks, the Internet of Things, web technology, mobile devices, and other technologies. However, as traditional databases became less suitable to manage the rapidly growing quantity of data and variety of data structures, a new class of database management systems named NoSQL was required to satisfy the new requirements. Although NoSQL databases are generally schema-less, significant research has been conducted on their design. A literature review presented in this paper lets us claim the need to create modeling techniques to describe how to structure data in NoSQL databases. Key-value is one of the NoSQL families that has received too little attention, especially in terms of its design methodology. Most studies have focused on the other families, like column-oriented and document-oriented. This paper aims to present a design approach named KVMod (key-value modeling) specific to key-value databases. The purpose is to provide to the scientific community and engineers with a methodology for the design of key-value stores using the maximum automation and therefore the minimum human intervention, which equals the minimum number of errors. A software tool called KVDesign has been implemented to automate the proposed methodology and, thus, the most time-consuming database modeling tasks. The complexity is also discussed to assess the efficiency of our proposed algorithms.
新应用程序产生的结构化、半结构化和非结构化数据的增长是社交网络、物联网、web技术、移动设备和其他技术发展和扩展的结果。然而,随着传统数据库越来越不适合管理快速增长的数据量和各种数据结构,需要一类名为NoSQL的新型数据库管理系统来满足新的需求。虽然NoSQL数据库通常是无模式的,但是对它们的设计进行了大量的研究。通过对文献的回顾,我们认为有必要创建建模技术来描述如何在NoSQL数据库中构建数据。Key-value是很少受到关注的NoSQL系列之一,尤其是在其设计方法方面。大多数研究都集中在其他家庭,如柱型和文档型。本文旨在提出一种特定于键值数据库的设计方法,名为KVMod(键值建模)。目的是为科学界和工程师提供一种设计键值存储的方法,使用最大程度的自动化,因此最少的人为干预,这等于最少的错误数量。已经实现了一个名为KVDesign的软件工具,以使所提出的方法自动化,从而使最耗时的数据库建模任务自动化。本文还讨论了算法的复杂度,以评估算法的效率。
{"title":"KVMod—A Novel Approach to Design Key-Value NoSQL Databases","authors":"Ahmed Dourhri, Mohamed Hanine, Hassan Ouahmane","doi":"10.3390/info14100563","DOIUrl":"https://doi.org/10.3390/info14100563","url":null,"abstract":"The growth of structured, semi-structured, and unstructured data produced by the new applications is a result of the development and expansion of social networks, the Internet of Things, web technology, mobile devices, and other technologies. However, as traditional databases became less suitable to manage the rapidly growing quantity of data and variety of data structures, a new class of database management systems named NoSQL was required to satisfy the new requirements. Although NoSQL databases are generally schema-less, significant research has been conducted on their design. A literature review presented in this paper lets us claim the need to create modeling techniques to describe how to structure data in NoSQL databases. Key-value is one of the NoSQL families that has received too little attention, especially in terms of its design methodology. Most studies have focused on the other families, like column-oriented and document-oriented. This paper aims to present a design approach named KVMod (key-value modeling) specific to key-value databases. The purpose is to provide to the scientific community and engineers with a methodology for the design of key-value stores using the maximum automation and therefore the minimum human intervention, which equals the minimum number of errors. A software tool called KVDesign has been implemented to automate the proposed methodology and, thus, the most time-consuming database modeling tasks. The complexity is also discussed to assess the efficiency of our proposed algorithms.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135968659","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
Exploring Blockchain Research in Supply Chain Management: A Latent Dirichlet Allocation-Driven Systematic Review 供应链管理中的区块链研究探索:一个潜在的狄利克雷分配驱动的系统回顾
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-12 DOI: 10.3390/info14100557
Abderahman Rejeb, Karim Rejeb, Steve Simske, John G. Keogh
Blockchain technology has emerged as a tool with the potential to enhance transparency, trust, security, and decentralization in supply chain management (SCM). This study presents a comprehensive review of the interplay between blockchain technology and SCM. By analyzing an extensive dataset of 943 articles, our exploration utilizes the Latent Dirichlet Allocation (LDA) method to delve deep into the thematic structure of the discourse. This investigation revealed ten central topics ranging from blockchain’s transformative role in supply chain finance and e-commerce operations to its application in specialized areas, such as the halal food supply chain and humanitarian contexts. Particularly pronounced were discussions on the challenges and transformations of blockchain integration in supply chains and its impact on pricing strategies and decision-making. Visualization tools, including PyLDAvis, further illuminated the interconnectedness of these themes, highlighting the intertwined nature of blockchain adoption challenges with aspects such as traceability and pricing. Despite the breadth of topics covered, the paper acknowledges its limitations due to the fast-evolving nature of blockchain developments during and after our analysis period. Ultimately, this review provides a holistic academic snapshot, emphasizing both well-developed and nascent research areas and guiding future research in the evolving domain of blockchain in SCM.
区块链技术已经成为一种具有增强供应链管理(SCM)透明度、信任、安全性和去中心化潜力的工具。本研究对区块链技术和供应链管理之间的相互作用进行了全面的回顾。通过分析943篇文章的广泛数据集,我们的研究使用了潜在狄利克雷分配(LDA)方法来深入研究话语的主题结构。这项调查揭示了十个核心主题,从区块链在供应链金融和电子商务运营中的变革性作用,到其在清真食品供应链和人道主义背景等专业领域的应用。特别引人注目的是关于供应链中区块链整合的挑战和转变及其对定价策略和决策的影响的讨论。包括PyLDAvis在内的可视化工具进一步阐明了这些主题的相互关联性,突出了区块链采用挑战与可追溯性和定价等方面的相互交织的性质。尽管涵盖了广泛的主题,但由于区块链在我们分析期间和之后发展的快速发展性质,本文承认其局限性。最后,本综述提供了一个全面的学术快照,强调了发达和新兴的研究领域,并指导了供应链管理中区块链不断发展的领域的未来研究。
{"title":"Exploring Blockchain Research in Supply Chain Management: A Latent Dirichlet Allocation-Driven Systematic Review","authors":"Abderahman Rejeb, Karim Rejeb, Steve Simske, John G. Keogh","doi":"10.3390/info14100557","DOIUrl":"https://doi.org/10.3390/info14100557","url":null,"abstract":"Blockchain technology has emerged as a tool with the potential to enhance transparency, trust, security, and decentralization in supply chain management (SCM). This study presents a comprehensive review of the interplay between blockchain technology and SCM. By analyzing an extensive dataset of 943 articles, our exploration utilizes the Latent Dirichlet Allocation (LDA) method to delve deep into the thematic structure of the discourse. This investigation revealed ten central topics ranging from blockchain’s transformative role in supply chain finance and e-commerce operations to its application in specialized areas, such as the halal food supply chain and humanitarian contexts. Particularly pronounced were discussions on the challenges and transformations of blockchain integration in supply chains and its impact on pricing strategies and decision-making. Visualization tools, including PyLDAvis, further illuminated the interconnectedness of these themes, highlighting the intertwined nature of blockchain adoption challenges with aspects such as traceability and pricing. Despite the breadth of topics covered, the paper acknowledges its limitations due to the fast-evolving nature of blockchain developments during and after our analysis period. Ultimately, this review provides a holistic academic snapshot, emphasizing both well-developed and nascent research areas and guiding future research in the evolving domain of blockchain in SCM.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"127 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135968948","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}
引用次数: 2
Innovative Visualization Approach for Biomechanical Time Series in Stroke Diagnosis Using Explainable Machine Learning Methods: A Proof-of-Concept Study 使用可解释的机器学习方法对中风诊断中的生物力学时间序列进行创新的可视化方法:一项概念验证研究
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-12 DOI: 10.3390/info14100559
Kyriakos Apostolidis, Christos Kokkotis, Evangelos Karakasis, Evangeli Karampina, Serafeim Moustakidis, Dimitrios Menychtas, Georgios Giarmatzis, Dimitrios Tsiptsios, Konstantinos Vadikolias, Nikolaos Aggelousis
Stroke remains a predominant cause of mortality and disability worldwide. The endeavor to diagnose stroke through biomechanical time-series data coupled with Artificial Intelligence (AI) poses a formidable challenge, especially amidst constrained participant numbers. The challenge escalates when dealing with small datasets, a common scenario in preliminary medical research. While recent advances have ushered in few-shot learning algorithms adept at handling sparse data, this paper pioneers a distinctive methodology involving a visualization-centric approach to navigating the small-data challenge in diagnosing stroke survivors based on gait-analysis-derived biomechanical data. Employing Siamese neural networks (SNNs), our method transforms a biomechanical time series into visually intuitive images, facilitating a unique analytical lens. The kinematic data encapsulated comprise a spectrum of gait metrics, including movements of the ankle, knee, hip, and center of mass in three dimensions for both paretic and non-paretic legs. Following the visual transformation, the SNN serves as a potent feature extractor, mapping the data into a high-dimensional feature space conducive to classification. The extracted features are subsequently fed into various machine learning (ML) models like support vector machines (SVMs), Random Forest (RF), or neural networks (NN) for classification. In pursuit of heightened interpretability, a cornerstone in medical AI applications, we employ the Grad-CAM (Class Activation Map) tool to visually highlight the critical regions influencing the model’s decision. Our methodology, though exploratory, showcases a promising avenue for leveraging visualized biomechanical data in stroke diagnosis, achieving a perfect classification rate in our preliminary dataset. The visual inspection of generated images elucidates a clear separation of classes (100%), underscoring the potential of this visualization-driven approach in the realm of small data. This proof-of-concept study accentuates the novelty of visual data transformation in enhancing both interpretability and performance in stroke diagnosis using limited data, laying a robust foundation for future research in larger-scale evaluations.
中风仍然是世界范围内死亡和残疾的主要原因。通过生物力学时间序列数据与人工智能(AI)相结合来诊断中风的努力面临着巨大的挑战,特别是在参与者数量有限的情况下。当处理小数据集时,挑战会升级,这是初步医学研究中的常见情况。虽然最近的进展已经带来了擅长处理稀疏数据的少量学习算法,但本文开创了一种独特的方法,涉及以可视化为中心的方法,以导航基于步态分析衍生的生物力学数据诊断中风幸存者的小数据挑战。采用连体神经网络(snn),我们的方法将生物力学时间序列转换为视觉直观的图像,促进了独特的分析镜头。封装的运动学数据包括一系列步态指标,包括足瘫和非足瘫腿的踝关节、膝关节、髋关节和质心的三维运动。在视觉转换之后,SNN作为一个有效的特征提取器,将数据映射到一个有利于分类的高维特征空间。提取的特征随后被输入到各种机器学习(ML)模型中,如支持向量机(svm)、随机森林(RF)或神经网络(NN)进行分类。为了追求更高的可解释性,这是医疗人工智能应用的基石,我们采用了Grad-CAM(类别激活图)工具,以视觉方式突出显示影响模型决策的关键区域。我们的方法虽然是探索性的,但展示了利用可视化生物力学数据进行中风诊断的有前途的途径,在我们的初步数据集中实现了完美的分类率。对生成图像的视觉检查阐明了清晰的类别分离(100%),强调了这种可视化驱动方法在小数据领域的潜力。这项概念验证研究强调了视觉数据转换在使用有限数据提高脑卒中诊断的可解释性和性能方面的新颖性,为未来更大规模评估的研究奠定了坚实的基础。
{"title":"Innovative Visualization Approach for Biomechanical Time Series in Stroke Diagnosis Using Explainable Machine Learning Methods: A Proof-of-Concept Study","authors":"Kyriakos Apostolidis, Christos Kokkotis, Evangelos Karakasis, Evangeli Karampina, Serafeim Moustakidis, Dimitrios Menychtas, Georgios Giarmatzis, Dimitrios Tsiptsios, Konstantinos Vadikolias, Nikolaos Aggelousis","doi":"10.3390/info14100559","DOIUrl":"https://doi.org/10.3390/info14100559","url":null,"abstract":"Stroke remains a predominant cause of mortality and disability worldwide. The endeavor to diagnose stroke through biomechanical time-series data coupled with Artificial Intelligence (AI) poses a formidable challenge, especially amidst constrained participant numbers. The challenge escalates when dealing with small datasets, a common scenario in preliminary medical research. While recent advances have ushered in few-shot learning algorithms adept at handling sparse data, this paper pioneers a distinctive methodology involving a visualization-centric approach to navigating the small-data challenge in diagnosing stroke survivors based on gait-analysis-derived biomechanical data. Employing Siamese neural networks (SNNs), our method transforms a biomechanical time series into visually intuitive images, facilitating a unique analytical lens. The kinematic data encapsulated comprise a spectrum of gait metrics, including movements of the ankle, knee, hip, and center of mass in three dimensions for both paretic and non-paretic legs. Following the visual transformation, the SNN serves as a potent feature extractor, mapping the data into a high-dimensional feature space conducive to classification. The extracted features are subsequently fed into various machine learning (ML) models like support vector machines (SVMs), Random Forest (RF), or neural networks (NN) for classification. In pursuit of heightened interpretability, a cornerstone in medical AI applications, we employ the Grad-CAM (Class Activation Map) tool to visually highlight the critical regions influencing the model’s decision. Our methodology, though exploratory, showcases a promising avenue for leveraging visualized biomechanical data in stroke diagnosis, achieving a perfect classification rate in our preliminary dataset. The visual inspection of generated images elucidates a clear separation of classes (100%), underscoring the potential of this visualization-driven approach in the realm of small data. This proof-of-concept study accentuates the novelty of visual data transformation in enhancing both interpretability and performance in stroke diagnosis using limited data, laying a robust foundation for future research in larger-scale evaluations.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136013520","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
A New Migration and Reproduction Intelligence Algorithm: Case Study in Cloud-Based Microgrid 一种新的迁移和繁殖智能算法:基于云的微电网案例研究
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-12 DOI: 10.3390/info14100562
Renwu Yan, Yunzhang Liu, Ning Yu
Inspired by the migration and reproduction of species in nature to explore suitable habitats, this paper proposed a new swarm intelligence algorithm called the Migration and Reproduction Algorithm (MARA). This new algorithm discusses how to transform the behavior of an organism looking for a suitable habitat into a mathematical model, which can solve optimization problems. MARA has some common features with other optimization methods such as particle swarm optimization (PSO) and the fireworks algorithm (FWA), which means MARA can also solve the optimization problems that PSO and FWA are used to, namely, high-dimensional optimization problems. MARA also has some unique features among biology-based optimization methods. In this paper, we articulated the structure of MARA by correlating it with natural biogeography; then, we demonstrated the performance of MARA on sets of 12 benchmark functions. In the end, we applied it to optimize a practical problem of power dispatching in a multi-microgrid system that proved it has certain value in practical applications.
摘要受自然界中物种迁移繁殖的启发,提出了一种新的群体智能算法——迁移繁殖算法(MARA)。该算法讨论了如何将生物寻找合适栖息地的行为转化为数学模型,从而解决最优化问题。MARA与粒子群算法(particle swarm optimization, PSO)和烟花算法(fireworks algorithm, FWA)等其他优化方法有一些共同的特点,这意味着MARA也可以解决粒子群算法和烟花算法所解决的优化问题,即高维优化问题。在基于生物学的优化方法中,MARA也有一些独特的特点。本文从自然生物地理学的角度阐述了植物遗传资源的结构;然后,我们在12个基准函数集上演示了MARA的性能。最后,将该方法应用于多微网系统的电力调度优化问题,证明了该方法具有一定的实际应用价值。
{"title":"A New Migration and Reproduction Intelligence Algorithm: Case Study in Cloud-Based Microgrid","authors":"Renwu Yan, Yunzhang Liu, Ning Yu","doi":"10.3390/info14100562","DOIUrl":"https://doi.org/10.3390/info14100562","url":null,"abstract":"Inspired by the migration and reproduction of species in nature to explore suitable habitats, this paper proposed a new swarm intelligence algorithm called the Migration and Reproduction Algorithm (MARA). This new algorithm discusses how to transform the behavior of an organism looking for a suitable habitat into a mathematical model, which can solve optimization problems. MARA has some common features with other optimization methods such as particle swarm optimization (PSO) and the fireworks algorithm (FWA), which means MARA can also solve the optimization problems that PSO and FWA are used to, namely, high-dimensional optimization problems. MARA also has some unique features among biology-based optimization methods. In this paper, we articulated the structure of MARA by correlating it with natural biogeography; then, we demonstrated the performance of MARA on sets of 12 benchmark functions. In the end, we applied it to optimize a practical problem of power dispatching in a multi-microgrid system that proved it has certain value in practical applications.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135968673","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
Artificial Intelligence and Software Modeling Approaches in Autonomous Vehicles for Safety Management: A Systematic Review 自动驾驶汽车安全管理中的人工智能和软件建模方法:系统综述
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-11 DOI: 10.3390/info14100555
Shirin Abbasi, Amir Masoud Rahmani
Autonomous vehicles (AVs) have emerged as a promising technology for enhancing road safety and mobility. However, designing AVs involves various critical aspects, such as software and system requirements, that must be carefully addressed. This paper investigates safety-aware approaches for AVs, focusing on the software and system requirements aspect. It reviews the existing methods based on software and system design and analyzes them according to their algorithms, parameters, evaluation criteria, and challenges. This paper also examines the state-of-the-art artificial intelligence-based techniques for AVs, as AI has been a crucial element in advancing this technology. This paper reveals that 63% of the reviewed studies use various AI methods, with deep learning being the most prevalent (34%). The article also identifies the current gaps and future directions for AV safety research. This paper can be a valuable reference for researchers and practitioners on AV safety.
自动驾驶汽车(AVs)已经成为提高道路安全和机动性的一项有前途的技术。然而,设计自动驾驶汽车涉及各种关键方面,如软件和系统需求,必须仔细处理。本文研究了自动驾驶汽车的安全感知方法,重点是软件和系统需求方面。它回顾了现有的基于软件和系统设计的方法,并根据它们的算法、参数、评估标准和挑战进行了分析。本文还研究了最先进的基于人工智能的自动驾驶技术,因为人工智能一直是推进这项技术的关键因素。这篇论文显示,63%的研究使用了各种人工智能方法,其中深度学习最为普遍(34%)。文章还指出了自动驾驶汽车安全研究的当前差距和未来方向。本文可为自动驾驶汽车安全性的研究人员和从业人员提供有价值的参考。
{"title":"Artificial Intelligence and Software Modeling Approaches in Autonomous Vehicles for Safety Management: A Systematic Review","authors":"Shirin Abbasi, Amir Masoud Rahmani","doi":"10.3390/info14100555","DOIUrl":"https://doi.org/10.3390/info14100555","url":null,"abstract":"Autonomous vehicles (AVs) have emerged as a promising technology for enhancing road safety and mobility. However, designing AVs involves various critical aspects, such as software and system requirements, that must be carefully addressed. This paper investigates safety-aware approaches for AVs, focusing on the software and system requirements aspect. It reviews the existing methods based on software and system design and analyzes them according to their algorithms, parameters, evaluation criteria, and challenges. This paper also examines the state-of-the-art artificial intelligence-based techniques for AVs, as AI has been a crucial element in advancing this technology. This paper reveals that 63% of the reviewed studies use various AI methods, with deep learning being the most prevalent (34%). The article also identifies the current gaps and future directions for AV safety research. This paper can be a valuable reference for researchers and practitioners on AV safety.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"2014 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136210811","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}
引用次数: 2
Particle Swarm Optimization-Based Control for Maximum Power Point Tracking Implemented in a Real Time Photovoltaic System 基于粒子群优化的实时光伏系统最大功率点跟踪控制
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-11 DOI: 10.3390/info14100556
Asier del Rio, Oscar Barambones, Jokin Uralde, Eneko Artetxe, Isidro Calvo
Photovoltaic panels present an economical and environmentally friendly renewable energy solution, with advantages such as emission-free operation, low maintenance, and noiseless performance. However, their nonlinear power-voltage curves necessitate efficient operation at the Maximum Power Point (MPP). Various techniques, including Hill Climb algorithms, are commonly employed in the industry due to their simplicity and ease of implementation. Nonetheless, intelligent approaches like Particle Swarm Optimization (PSO) offer enhanced accuracy in tracking efficiency with reduced oscillations. The PSO algorithm, inspired by collective intelligence and animal swarm behavior, stands out as a promising solution due to its efficiency and ease of integration, relying only on standard current and voltage sensors commonly found in these systems, not like most intelligent techniques, which require additional modeling or sensoring, significantly increasing the cost of the installation. The primary contribution of this study lies in the implementation and validation of an advanced control system based on the PSO algorithm for real-time Maximum Power Point Tracking (MPPT) in a commercial photovoltaic system to assess its viability by testing it against the industry-standard controller, Perturbation and Observation (P&O), to highlight its advantages and limitations. Through rigorous experiments and comparisons with other methods, the proposed PSO-based control system’s performance and feasibility have been thoroughly evaluated. A sensitivity analysis of the algorithm’s search dynamics parameters has been conducted to identify the most effective combination for optimal real-time tracking. Notably, experimental comparisons with the P&O algorithm have revealed the PSO algorithm’s remarkable ability to significantly reduce settling time up to threefold under similar conditions, resulting in a substantial decrease in energy losses during transient states from 31.96% with P&O to 9.72% with PSO.
光伏板具有零排放、低维护、无噪音等优点,是一种经济环保的可再生能源解决方案。然而,它们的非线性功率-电压曲线需要在最大功率点(MPP)高效运行。各种各样的技术,包括爬坡算法,由于它们的简单性和易于实现,通常在行业中使用。然而,像粒子群优化(PSO)这样的智能方法可以在减少振荡的情况下提高跟踪效率的准确性。PSO算法受到集体智慧和动物群体行为的启发,由于其效率和易于集成而脱颖而出,成为一种有前途的解决方案,仅依赖于这些系统中常见的标准电流和电压传感器,而不像大多数智能技术那样需要额外的建模或传感器,这大大增加了安装成本。本研究的主要贡献在于在商用光伏系统中实现并验证了一种基于PSO算法的先进控制系统,用于实时最大功率点跟踪(MPPT),通过对行业标准控制器摄动和观察(P&O)进行测试来评估其可行性,以突出其优势和局限性。通过严格的实验和与其他方法的比较,对所提出的基于pso的控制系统的性能和可行性进行了全面的评估。对算法的搜索动态参数进行了灵敏度分析,以确定最优实时跟踪的最有效组合。值得注意的是,与P&O算法的实验比较表明,PSO算法在相似条件下显著缩短了三倍的稳定时间,导致瞬态能量损失从P&O的31.96%大幅降低到PSO的9.72%。
{"title":"Particle Swarm Optimization-Based Control for Maximum Power Point Tracking Implemented in a Real Time Photovoltaic System","authors":"Asier del Rio, Oscar Barambones, Jokin Uralde, Eneko Artetxe, Isidro Calvo","doi":"10.3390/info14100556","DOIUrl":"https://doi.org/10.3390/info14100556","url":null,"abstract":"Photovoltaic panels present an economical and environmentally friendly renewable energy solution, with advantages such as emission-free operation, low maintenance, and noiseless performance. However, their nonlinear power-voltage curves necessitate efficient operation at the Maximum Power Point (MPP). Various techniques, including Hill Climb algorithms, are commonly employed in the industry due to their simplicity and ease of implementation. Nonetheless, intelligent approaches like Particle Swarm Optimization (PSO) offer enhanced accuracy in tracking efficiency with reduced oscillations. The PSO algorithm, inspired by collective intelligence and animal swarm behavior, stands out as a promising solution due to its efficiency and ease of integration, relying only on standard current and voltage sensors commonly found in these systems, not like most intelligent techniques, which require additional modeling or sensoring, significantly increasing the cost of the installation. The primary contribution of this study lies in the implementation and validation of an advanced control system based on the PSO algorithm for real-time Maximum Power Point Tracking (MPPT) in a commercial photovoltaic system to assess its viability by testing it against the industry-standard controller, Perturbation and Observation (P&O), to highlight its advantages and limitations. Through rigorous experiments and comparisons with other methods, the proposed PSO-based control system’s performance and feasibility have been thoroughly evaluated. A sensitivity analysis of the algorithm’s search dynamics parameters has been conducted to identify the most effective combination for optimal real-time tracking. Notably, experimental comparisons with the P&O algorithm have revealed the PSO algorithm’s remarkable ability to significantly reduce settling time up to threefold under similar conditions, resulting in a substantial decrease in energy losses during transient states from 31.96% with P&O to 9.72% with PSO.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136214057","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
A Survey of Machine Learning Assisted Continuous-Variable Quantum Key Distribution 机器学习辅助连续变量量子密钥分发研究进展
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-10 DOI: 10.3390/info14100553
Nathan K. Long, Robert Malaney, Kenneth J. Grant
Continuous-variable quantum key distribution (CV-QKD) shows potential for the rapid development of an information-theoretic secure global communication network; however, the complexities of CV-QKD implementation remain a restrictive factor. Machine learning (ML) has recently shown promise in alleviating these complexities. ML has been applied to almost every stage of CV-QKD protocols, including ML-assisted phase error estimation, excess noise estimation, state discrimination, parameter estimation and optimization, key sifting, information reconciliation, and key rate estimation. This survey provides a comprehensive analysis of the current literature on ML-assisted CV-QKD. In addition, the survey compares the ML algorithms assisting CV-QKD with the traditional algorithms they aim to augment, as well as providing recommendations for future directions for ML-assisted CV-QKD research.
连续变量量子密钥分发(CV-QKD)显示了信息理论安全全球通信网络快速发展的潜力;然而,CV-QKD实施的复杂性仍然是一个限制性因素。机器学习(ML)最近在缓解这些复杂性方面显示出了希望。ML几乎应用于CV-QKD协议的每个阶段,包括ML辅助的相位误差估计、过量噪声估计、状态识别、参数估计和优化、密钥筛选、信息协调和密钥率估计。本研究对ml辅助CV-QKD的现有文献进行了全面分析。此外,该调查还比较了辅助CV-QKD的ML算法与它们旨在增强的传统算法,并为ML辅助CV-QKD研究的未来方向提供了建议。
{"title":"A Survey of Machine Learning Assisted Continuous-Variable Quantum Key Distribution","authors":"Nathan K. Long, Robert Malaney, Kenneth J. Grant","doi":"10.3390/info14100553","DOIUrl":"https://doi.org/10.3390/info14100553","url":null,"abstract":"Continuous-variable quantum key distribution (CV-QKD) shows potential for the rapid development of an information-theoretic secure global communication network; however, the complexities of CV-QKD implementation remain a restrictive factor. Machine learning (ML) has recently shown promise in alleviating these complexities. ML has been applied to almost every stage of CV-QKD protocols, including ML-assisted phase error estimation, excess noise estimation, state discrimination, parameter estimation and optimization, key sifting, information reconciliation, and key rate estimation. This survey provides a comprehensive analysis of the current literature on ML-assisted CV-QKD. In addition, the survey compares the ML algorithms assisting CV-QKD with the traditional algorithms they aim to augment, as well as providing recommendations for future directions for ML-assisted CV-QKD research.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136294653","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
Top-Down Models across CPU Architectures: Applicability and Comparison in a High-Performance Computing Environment 跨CPU架构的自顶向下模型:在高性能计算环境中的适用性和比较
Q3 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-10-10 DOI: 10.3390/info14100554
Fabio Banchelli, Marta Garcia-Gasulla, Filippo Mantovani
Top-Down models are defined by hardware architects to provide information on the utilization of different hardware components. The target is to isolate the users from the complexity of the hardware architecture while giving them insight into how efficiently the code uses the resources. In this paper, we explore the applicability of four Top-Down models defined for different hardware architectures powering state-of-the-art HPC clusters (Intel Skylake, Fujitsu A64FX, IBM Power9, and Huawei Kunpeng 920) and propose a model for AMD Zen 2. We study a parallel CFD code used for scientific production to compare these five Top-Down models. We evaluate the level of insight achieved, the clarity of the information, the ease of use, and the conclusions each allows us to reach. Our study indicates that the Top-Down model makes it very difficult for a performance analyst to spot inefficiencies in complex scientific codes without delving deep into micro-architecture details.
自顶向下模型由硬件架构师定义,以提供关于不同硬件组件使用情况的信息。目标是将用户与硬件架构的复杂性隔离开来,同时让他们了解代码如何有效地使用资源。在本文中,我们探讨了四种自顶向下模型的适用性,这些模型适用于支持最先进的高性能计算集群的不同硬件架构(英特尔Skylake,富士通A64FX, IBM Power9和华为鲲鹏920),并提出了一种适用于AMD Zen 2的模型。我们研究了一个用于科学生产的并行CFD代码来比较这五种自上而下的模型。我们评估所获得的洞察力水平、信息的清晰度、易用性,以及每个工具能让我们得出的结论。我们的研究表明,自上而下的模型使得性能分析师很难在不深入研究微架构细节的情况下发现复杂科学代码中的低效之处。
{"title":"Top-Down Models across CPU Architectures: Applicability and Comparison in a High-Performance Computing Environment","authors":"Fabio Banchelli, Marta Garcia-Gasulla, Filippo Mantovani","doi":"10.3390/info14100554","DOIUrl":"https://doi.org/10.3390/info14100554","url":null,"abstract":"Top-Down models are defined by hardware architects to provide information on the utilization of different hardware components. The target is to isolate the users from the complexity of the hardware architecture while giving them insight into how efficiently the code uses the resources. In this paper, we explore the applicability of four Top-Down models defined for different hardware architectures powering state-of-the-art HPC clusters (Intel Skylake, Fujitsu A64FX, IBM Power9, and Huawei Kunpeng 920) and propose a model for AMD Zen 2. We study a parallel CFD code used for scientific production to compare these five Top-Down models. We evaluate the level of insight achieved, the clarity of the information, the ease of use, and the conclusions each allows us to reach. Our study indicates that the Top-Down model makes it very difficult for a performance analyst to spot inefficiencies in complex scientific codes without delving deep into micro-architecture details.","PeriodicalId":38479,"journal":{"name":"Information (Switzerland)","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136295353","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
期刊
Information (Switzerland)
全部 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