首页 > 最新文献

Sādhanā最新文献

英文 中文
DeepEPhishNet: a deep learning framework for email phishing detection using word embedding algorithms DeepEPhishNet:利用单词嵌入算法进行电子邮件网络钓鱼检测的深度学习框架
Pub Date : 2024-07-11 DOI: 10.1007/s12046-024-02538-4
M Somesha, Alwyn Roshan Pais

Email phishing is a social engineering scheme that uses spoofed emails intended to trick the user into disclosing legitimate business and personal credentials. Many phishing email detection techniques exist based on machine learning, deep learning, and word embedding. In this paper, we propose a new technique for the detection of phishing emails using word embedding (Word2Vec, FastText, and TF-IDF) and deep learning techniques (DNN and BiLSTM network). Our proposed technique makes use of only four header based (From, Returnpath, Subject, Message-ID) features of the emails for the email classification. We applied several word embeddings for the evaluation of our models. From the experimental evaluation, we observed that the DNN model with FastText-SkipGram achieved an accuracy of 99.52% and BiLSTM model with FastText-SkipGram achieved an accuracy of 99.42%. Among these two techniques, DNN outperformed BiLSTM using the same word embedding (FastText-SkipGram) techniques with an accuracy of 99.52%.

电子邮件网络钓鱼是一种社会工程学计划,它利用欺骗性电子邮件诱骗用户披露合法的企业和个人凭证。目前存在许多基于机器学习、深度学习和词嵌入的网络钓鱼电子邮件检测技术。在本文中,我们提出了一种使用单词嵌入(Word2Vec、FastText 和 TF-IDF)和深度学习技术(DNN 和 BiLSTM 网络)检测网络钓鱼电子邮件的新技术。我们提出的技术仅利用电子邮件的四个基于标题的特征(发件人、回件路径、主题、邮件 ID)来进行电子邮件分类。我们应用了多个词嵌入来评估我们的模型。通过实验评估,我们发现使用 FastText-SkipGram 的 DNN 模型的准确率达到了 99.52%,使用 FastText-SkipGram 的 BiLSTM 模型的准确率达到了 99.42%。在这两种技术中,使用相同的词嵌入(FastText-SkipGram)技术,DNN 的准确率为 99.52%,优于 BiLSTM。
{"title":"DeepEPhishNet: a deep learning framework for email phishing detection using word embedding algorithms","authors":"M Somesha, Alwyn Roshan Pais","doi":"10.1007/s12046-024-02538-4","DOIUrl":"https://doi.org/10.1007/s12046-024-02538-4","url":null,"abstract":"<p>Email phishing is a social engineering scheme that uses spoofed emails intended to trick the user into disclosing legitimate business and personal credentials. Many phishing email detection techniques exist based on machine learning, deep learning, and word embedding. In this paper, we propose a new technique for the detection of phishing emails using word embedding (Word2Vec, FastText, and TF-IDF) and deep learning techniques (DNN and BiLSTM network). Our proposed technique makes use of only four header based (From, Returnpath, Subject, Message-ID) features of the emails for the email classification. We applied several word embeddings for the evaluation of our models. From the experimental evaluation, we observed that the DNN model with FastText-SkipGram achieved an accuracy of 99.52% and BiLSTM model with FastText-SkipGram achieved an accuracy of 99.42%. Among these two techniques, DNN outperformed BiLSTM using the same word embedding (FastText-SkipGram) techniques with an accuracy of 99.52%.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141585934","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
Learning compositional capsule networks 学习组合胶囊网络
Pub Date : 2024-07-11 DOI: 10.1007/s12046-024-02552-6
Sai Raam Venkataraman, S Balasubramanian, Ankit Anand, R Raghunatha Sarma

Objects in the visual field are perceived to have an inherent structure that is seen in the way that they are constructed from their components. For example, a face requires its parts to be arranged in a certain spatial configuration. This property, of having such a structure, is termed as compositionality. For deep neural networks to preserve these structures of their inputs in their representations, the capsule network model was proposed. However, there is no empirical evidence to confirm if capsule networks do indeed learn compositional representations. Here, we propose a novel task for the experimental analysis of this property. This task, termed MeasureComp, tests the unsupervised learning of unannotated part-whole structures in a classification setting. Our results show that capsule networks that use dynamic routing are unable to learn pose-aware representations. In an effort to improve upon this, and as an initial direction towards compositional capsule models, we propose a novel compositional loss-function termed EntrLoss. Experimental results on MeasureComp show that the use of this loss function improves the compositionality of capsule networks. Further, we also present a simple capsule network model that uses our EntrLoss and outperforms several other recent capsule networks. The code for our paper is available at https://github.com/codesubmissionforpaper/entropy_regularised_capsule.

视野中的物体被认为具有一种固有的结构,这种结构体现在物体由其组成部分构成的方式上。例如,一张脸需要其各个部分按一定的空间构型排列。具有这种结构的特性被称为构图性。为了让深度神经网络在其表征中保留输入的这些结构,有人提出了胶囊网络模型。然而,目前还没有经验证据证实胶囊网络是否真的能学习到组成性表征。在此,我们提出了一项新任务来对这一特性进行实验分析。这项任务被称为 MeasureComp,它测试了在分类设置中对未标注的部分-整体结构的无监督学习。我们的结果表明,使用动态路由的胶囊网络无法学习姿势感知表征。为了改善这种情况,并作为胶囊模型合成的初步方向,我们提出了一种新的合成损失函数,称为 EntrLoss。在 MeasureComp 上的实验结果表明,使用这种损失函数可以提高胶囊网络的组成性。此外,我们还介绍了一个使用 EntrLoss 的简单胶囊网络模型,其性能优于其他几个最新的胶囊网络模型。我们论文的代码可在 https://github.com/codesubmissionforpaper/entropy_regularised_capsule 上获取。
{"title":"Learning compositional capsule networks","authors":"Sai Raam Venkataraman, S Balasubramanian, Ankit Anand, R Raghunatha Sarma","doi":"10.1007/s12046-024-02552-6","DOIUrl":"https://doi.org/10.1007/s12046-024-02552-6","url":null,"abstract":"<p>Objects in the visual field are perceived to have an inherent structure that is seen in the way that they are constructed from their components. For example, a face requires its parts to be arranged in a certain spatial configuration. This property, of having such a structure, is termed as compositionality. For deep neural networks to preserve these structures of their inputs in their representations, the capsule network model was proposed. However, there is no empirical evidence to confirm if capsule networks do indeed learn compositional representations. Here, we propose a novel task for the experimental analysis of this property. This task, termed MeasureComp, tests the unsupervised learning of unannotated part-whole structures in a classification setting. Our results show that capsule networks that use dynamic routing are unable to learn pose-aware representations. In an effort to improve upon this, and as an initial direction towards compositional capsule models, we propose a novel compositional loss-function termed EntrLoss. Experimental results on MeasureComp show that the use of this loss function improves the compositionality of capsule networks. Further, we also present a simple capsule network model that uses our EntrLoss and outperforms several other recent capsule networks. The code for our paper is available at https://github.com/codesubmissionforpaper/entropy_regularised_capsule.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141588411","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
Optimization of louver fin geometries for miniature microchannel condenser by Taguchi and CFD method 利用田口和 CFD 方法优化微型微通道冷凝器的百叶窗翅片几何形状
Pub Date : 2024-07-11 DOI: 10.1007/s12046-024-02558-0
S Satheesh Kumar, G Kumaraguruparan, T S Senthilkumar

In this work, optimization of louver fin geometries is performed to obtain better thermal hydraulic performance of multilouvered microchannel heat exchanger by CFD method. Five louver fin geometries are considered in this work namely fin pitch, fin height, louver pitch, louver angle and louver length. The air side performance is analyzed with the help of airside heat transfer coefficient and pressure drop. These parameters are determined using Colburn-j factor and f factor for Reynolds numbers range of 100–600. In this work, two factors are studied for the effect of individual and combined louver fin geometries. It is observed from the literature study that increase in Reynold number, increases the Colburn-j factor and hence increases the rate of heat transfer favorably. At the same time, increase in Reynold number, increase f factor in term increase the pressure drop which is not desirable. Hence, it is challenging to increase the heat transfer without increase the pressure drop characteristics for heat exchanger design. So, aim of this work is to maximize the heat transfer and minimize the pressure drop. To account for these two contradicting objectives, dimensionless number (JF factor) is considered to determine the thermal hydraulic performance for the heat exchanger and it accounts both Colburn-j factor and f factor simultaneously. Orthogonal array-based Taguchi analysis is performed to obtain optimized louver fin geometries. Taguchi-CFD analysis revealed that fin pitch is the most influencing parameter, that alone accounts for 94.33% of contribution ratio on JF factor. Taguchi-confirmation test showed that the enhancement of JF factor for optimal louver fin is 5.97% higher than that of the initial design parameter. Finally, CFD analysis is performed to compare the performance of optimal louver fin geometry with that of the default louver fin geometry. From this analysis, Colburn-j and JF factor of optimum fin geometry are found to be 24.42% and 18.23% higher than those of default fin geometry. Regression models are developed for optimum fin geometry to predict the Colburn-j, f and JF factor for the Reynolds numbers range of 100–850, whose adj. R2 value is 99.05%.

在这项工作中,通过 CFD 方法对百叶窗翅片几何形状进行了优化,以获得多层微通道热交换器更好的热液压性能。本研究考虑了五种百叶窗翅片几何形状,即翅片间距、翅片高度、百叶窗间距、百叶窗角度和百叶窗长度。借助空气侧传热系数和压降分析了空气侧的性能。这些参数是使用 Colburn-j 因子和 f 因子确定的,雷诺数范围为 100-600。在这项工作中,研究了单个百叶鳍片和组合百叶鳍片几何形状的两个影响因素。从文献研究中可以看出,雷诺数的增加会提高 Colburn-j 因子,从而有利地提高传热速率。与此同时,雷诺数的增加会增加 f 因子,从而增加压降,这是不可取的。因此,在设计热交换器时,如何在不增加压降特性的情况下增加传热是一项挑战。因此,这项工作的目标是最大限度地提高传热效率,同时最大限度地降低压降。为了考虑这两个相互矛盾的目标,我们采用了无量纲数(JF 因子)来确定热交换器的热液压性能,它同时考虑了 Colburn-j 因子和 f 因子。通过基于正交阵列的田口分析,获得了优化的百叶窗翅片几何形状。Taguchi-CFD 分析表明,翅片间距是影响最大的参数,仅此一项就占 JF 因子贡献率的 94.33%。Taguchi-confirmation 试验表明,最佳百叶鳍片的 JF 因子比初始设计参数高出 5.97%。最后,还进行了 CFD 分析,以比较最佳百叶窗翅片几何形状与默认百叶窗翅片几何形状的性能。分析发现,最佳翅片几何形状的 Colburn-j 和 JF 因子比默认翅片几何形状分别高 24.42% 和 18.23%。针对最佳翅片几何形状建立了回归模型,以预测雷诺数范围为 100-850 的 Colburn-j、f 和 JF 因数,其辅助 R2 值为 99.05%。
{"title":"Optimization of louver fin geometries for miniature microchannel condenser by Taguchi and CFD method","authors":"S Satheesh Kumar, G Kumaraguruparan, T S Senthilkumar","doi":"10.1007/s12046-024-02558-0","DOIUrl":"https://doi.org/10.1007/s12046-024-02558-0","url":null,"abstract":"<p>In this work, optimization of louver fin geometries is performed to obtain better thermal hydraulic performance of multilouvered microchannel heat exchanger by CFD method. Five louver fin geometries are considered in this work namely fin pitch, fin height, louver pitch, louver angle and louver length. The air side performance is analyzed with the help of airside heat transfer coefficient and pressure drop. These parameters are determined using Colburn-j factor and f factor for Reynolds numbers range of 100–600. In this work, two factors are studied for the effect of individual and combined louver fin geometries. It is observed from the literature study that increase in Reynold number, increases the Colburn-j factor and hence increases the rate of heat transfer favorably. At the same time, increase in Reynold number, increase f factor in term increase the pressure drop which is not desirable. Hence, it is challenging to increase the heat transfer without increase the pressure drop characteristics for heat exchanger design. So, aim of this work is to maximize the heat transfer and minimize the pressure drop. To account for these two contradicting objectives, dimensionless number (JF factor) is considered to determine the thermal hydraulic performance for the heat exchanger and it accounts both Colburn-j factor and f factor simultaneously. Orthogonal array-based Taguchi analysis is performed to obtain optimized louver fin geometries. Taguchi-CFD analysis revealed that fin pitch is the most influencing parameter, that alone accounts for 94.33% of contribution ratio on JF factor. Taguchi-confirmation test showed that the enhancement of JF factor for optimal louver fin is 5.97% higher than that of the initial design parameter. Finally, CFD analysis is performed to compare the performance of optimal louver fin geometry with that of the default louver fin geometry. From this analysis, Colburn-j and JF factor of optimum fin geometry are found to be 24.42% and 18.23% higher than those of default fin geometry. Regression models are developed for optimum fin geometry to predict the Colburn-j, f and JF factor for the Reynolds numbers range of 100–850, whose adj. R<sup>2</sup> value is 99.05%.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141585937","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
Monitoring the sulphur-oxidizing bacterial effect of sandstone using the EMI technique 利用电磁干扰技术监测砂岩的硫氧化细菌效应
Pub Date : 2024-07-11 DOI: 10.1007/s12046-024-02546-4
Kushlendra Lal Kharwar, Anupam Rawat

Since the dawn of civilization, sandstone has been a fantastic building material. Numerous causes have been observed in the past for sandstone damage or deterioration, one of which is sulphur-oxidizing bacteria (SOB) and cyanobacteria. In general, SOB is present in the soil, air, water, humidity, and human activity. The oxidation of sulphur compounds, such as hydrogen sulphide, thiosulphate, or elements of sulphur, provides energy for SOB. These microorganisms contribute to the decay of buildings materials, especially those made of stone, metal, or concrete. The sulphur oxidizing process affects the mechanical properties of sandstone. Mechanical properties are related to strength. Losses of mechanical properties may be the reason for deflection, cracking, collapse, and catastrophic failure of sandstone. Monitoring and evaluation gives an idea about the behavior of structure and the prevention of catastrophic failure. This research paper contains the application of electromechanical impedance with surface bonded Piezoelectric Lead Zirconate Titanate. The sandstone samples and soil samples have been collected from the historical site. Two sets of cylindrical types of sandstone specimens have been used in experimental work. The conductance signature and susceptance signature have been measured every six months. The variation and shifting of the signature curve have been used to identify the structural behavioral change. Statistical methods like the root mean square deviation have been used for the quantification of damage. An equitation has been generated on the basis of the percentage root mean square deviation to quantify the prediction of damages.

自人类文明诞生以来,砂岩一直是一种神奇的建筑材料。过去曾观察到许多导致砂岩损坏或变质的原因,其中之一就是硫氧化细菌(SOB)和蓝藻。一般来说,硫氧化细菌存在于土壤、空气、水、湿度和人类活动中。硫化合物(如硫化氢、硫代硫酸盐或硫元素)的氧化为 SOB 提供了能量。这些微生物会导致建筑材料腐烂,尤其是石头、金属或混凝土材料。硫氧化过程会影响砂岩的机械性能。机械性能与强度有关。机械性能的丧失可能是导致砂岩变形、开裂、坍塌和灾难性破坏的原因。通过监测和评估可以了解结构的行为并预防灾难性破坏。本研究论文包含表面粘结压电锆酸铅钛的机电阻抗应用。从历史遗址中采集了砂岩样本和土壤样本。实验中使用了两组圆柱形砂岩试样。每六个月测量一次电导特征和电感特征。特征曲线的变化和移动被用来识别结构行为的变化。统计方法(如均方根偏差)被用于量化损伤。在均方根偏差百分比的基础上生成了一个等式,用于量化损害预测。
{"title":"Monitoring the sulphur-oxidizing bacterial effect of sandstone using the EMI technique","authors":"Kushlendra Lal Kharwar, Anupam Rawat","doi":"10.1007/s12046-024-02546-4","DOIUrl":"https://doi.org/10.1007/s12046-024-02546-4","url":null,"abstract":"<p>Since the dawn of civilization, sandstone has been a fantastic building material. Numerous causes have been observed in the past for sandstone damage or deterioration, one of which is sulphur-oxidizing bacteria (SOB) and cyanobacteria. In general, SOB is present in the soil, air, water, humidity, and human activity. The oxidation of sulphur compounds, such as hydrogen sulphide, thiosulphate, or elements of sulphur, provides energy for SOB. These microorganisms contribute to the decay of buildings materials, especially those made of stone, metal, or concrete. The sulphur oxidizing process affects the mechanical properties of sandstone. Mechanical properties are related to strength. Losses of mechanical properties may be the reason for deflection, cracking, collapse, and catastrophic failure of sandstone. Monitoring and evaluation gives an idea about the behavior of structure and the prevention of catastrophic failure. This research paper contains the application of electromechanical impedance with surface bonded Piezoelectric Lead Zirconate Titanate. The sandstone samples and soil samples have been collected from the historical site. Two sets of cylindrical types of sandstone specimens have been used in experimental work. The conductance signature and susceptance signature have been measured every six months. The variation and shifting of the signature curve have been used to identify the structural behavioral change. Statistical methods like the root mean square deviation have been used for the quantification of damage. An equitation has been generated on the basis of the percentage root mean square deviation to quantify the prediction of damages.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141585935","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
An efficient computational model for unequal-area dynamic facility layout problems considering input/output locations under algorithms case 算法情况下考虑输入/输出位置的不等面积动态设施布局问题的高效计算模型
Pub Date : 2024-07-09 DOI: 10.1007/s12046-024-02550-8
Seyed Bardia Seyedi, Mahdi Yousefi Nejad Attari, Vahid Abbasgholi Pour Ghadim, Ali Ala

Recently, the adaptability of production systems is crucial for various facilities or departments, focusing on minimizing the cost associated with material flow in facility layout problems. To address these challenges, an examination of dynamic problems becomes imperative. This paper presents a mathematical model designed explicitly for dynamic facility layout problems (DFLP) characterized by fixed shapes and unequal areas. The model incorporates input and output points, allowing flexibility in their placement within facilities, and treats material handling system input/output (I/O) points as decision variables. The proposed approach utilizes an Improved Particle Swarm Optimization algorithm (IPSO) and an Improved Genetic Algorithm (IGA) to solve the resulting mixed integer nonlinear programming (MINLP) model. Both a theoretical problem and a real-world case are employed to assess the effectiveness of the suggested algorithms. The outcomes demonstrate that the proposed algorithm outperforms the compared algorithms in identifying optimal solutions.

最近,生产系统的适应性对于各种设施或部门来说至关重要,重点是在设施布局问题中最大限度地降低与物料流相关的成本。为了应对这些挑战,对动态问题的研究势在必行。本文提出了一个数学模型,明确设计用于以固定形状和不等面积为特征的动态设施布局问题(DFLP)。该模型包含输入和输出点,允许在设施内灵活布置,并将物料搬运系统输入/输出 (I/O) 点视为决策变量。所提出的方法利用改进的粒子群优化算法(IPSO)和改进的遗传算法(IGA)来解决由此产生的混合整数非线性编程(MINLP)模型。我们采用了一个理论问题和一个实际案例来评估所建议算法的有效性。结果表明,所建议的算法在确定最优解方面优于其他算法。
{"title":"An efficient computational model for unequal-area dynamic facility layout problems considering input/output locations under algorithms case","authors":"Seyed Bardia Seyedi, Mahdi Yousefi Nejad Attari, Vahid Abbasgholi Pour Ghadim, Ali Ala","doi":"10.1007/s12046-024-02550-8","DOIUrl":"https://doi.org/10.1007/s12046-024-02550-8","url":null,"abstract":"<p>Recently, the adaptability of production systems is crucial for various facilities or departments, focusing on minimizing the cost associated with material flow in facility layout problems. To address these challenges, an examination of dynamic problems becomes imperative. This paper presents a mathematical model designed explicitly for dynamic facility layout problems (DFLP) characterized by fixed shapes and unequal areas. The model incorporates input and output points, allowing flexibility in their placement within facilities, and treats material handling system input/output (I/O) points as decision variables. The proposed approach utilizes an Improved Particle Swarm Optimization algorithm (IPSO) and an Improved Genetic Algorithm (IGA) to solve the resulting mixed integer nonlinear programming (MINLP) model. Both a theoretical problem and a real-world case are employed to assess the effectiveness of the suggested algorithms. The outcomes demonstrate that the proposed algorithm outperforms the compared algorithms in identifying optimal solutions.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141567197","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
An approach to characterize cyclic deflection of piles in cohesion less soil media under 1-way and 2-way cyclic loading on sloping ground 坡地上单向和双向循环荷载作用下,粘性较小土壤介质中桩的循环变形特征描述方法
Pub Date : 2024-07-06 DOI: 10.1007/s12046-024-02555-3
Kiran Rathod, R Siddhardha, Teja Munaga, Kalyan Kumar Gonavaram

In general, pile foundations are utilized to support structures like tall buildings, bridges, and transmission towers, which are frequently subjected to lateral stresses initiated by wind, action of waves, earthquakes, or traffic loads. Several high-rise structures, highway and railroad overpasses, as well as transmission towers, are constructed near slopes and rely on pile foundations for support. Due to the effects of wind and waves, pile foundations are continuously subjected to cyclic loads. For piles supporting tall buildings, transmission towers, offshore structures, or infrastructure in seismic zones, 1-way or 2-way cyclic lateral loads are commonly applied. Therefore, while designing pile foundations, it is essential to understand how piles behave laterally when they are located near a sloping crest. One of the primary challenges in ensuring the efficient functioning of the superstructure is analyzing how the soil and foundations respond when exposed to long-term lateral loads, such as wind, over an extended period on the piles of offshore platforms. Because of the presence of slope, the pile’s lateral load capacity decreased due to the reduced ability of the soil to provide passive resistance. This paper presents small-scale 1-g model tests conducted on the sand to assess the loss of pile’s lateral capacity when subjected to 100 cycles under 1 and 2-way cyclic loading. The Relative Density (60%) and varying slopes (Horizontal ground, 1V:3H) with varying spacing (5D and 7D) and aspect ratios (L/D) of 25 and 40 were implemented in this study. Cyclic lateral load tests were performed for sloping as well as horizontal ground. A major reduction in lateral capacity, exceeding 60%, was observed due to the application of cyclic loading. Moreover, the transition from horizontal ground (HG) to sloping ground (SG) decreased the maximum bending moment by 25–40%. This study exemplifies the piles’ behaviour when subjected to cyclic lateral loading while resting on a sloping crest, which represents a critical scenario in pile foundation design.

一般来说,桩基用于支撑高层建筑、桥梁和输电塔等结构,这些结构经常受到风、波浪、地震或交通荷载的侧向应力作用。一些高层建筑、高速公路和铁路立交桥以及输电塔都建在斜坡附近,需要依靠桩基来支撑。由于风浪的影响,桩基会持续承受循环荷载。对于支撑高层建筑、输电塔、海上结构或地震带基础设施的桩基,通常会施加单向或双向循环侧向荷载。因此,在设计桩基时,必须了解桩基在靠近坡顶时的横向行为。要确保上层建筑的高效运作,首要挑战之一是分析海上平台的桩基在长期承受风等侧向荷载时,土壤和地基的反应。由于坡度的存在,土壤提供被动阻力的能力下降,导致桩的侧向承载能力降低。本文介绍了在沙土上进行的小规模 1-g 模型试验,以评估在单向和双向循环荷载下承受 100 个循环时桩的侧向承载力损失情况。本研究采用了相对密度(60%)和不同坡度(水平地面,1V:3H),以及不同间距(5D 和 7D)和长宽比(L/D)(25 和 40)。对倾斜地面和水平地面都进行了循环侧向荷载试验。由于施加了循环荷载,侧向承载力大幅下降,降幅超过 60%。此外,从水平地面(HG)过渡到倾斜地面(SG)时,最大弯矩降低了 25-40%。这项研究体现了桩基在承受周期性侧向荷载时的行为,同时桩基还位于坡顶上,这是桩基设计中的一个关键场景。
{"title":"An approach to characterize cyclic deflection of piles in cohesion less soil media under 1-way and 2-way cyclic loading on sloping ground","authors":"Kiran Rathod, R Siddhardha, Teja Munaga, Kalyan Kumar Gonavaram","doi":"10.1007/s12046-024-02555-3","DOIUrl":"https://doi.org/10.1007/s12046-024-02555-3","url":null,"abstract":"<p>In general, pile foundations are utilized to support structures like tall buildings, bridges, and transmission towers, which are frequently subjected to lateral stresses initiated by wind, action of waves, earthquakes, or traffic loads. Several high-rise structures, highway and railroad overpasses, as well as transmission towers, are constructed near slopes and rely on pile foundations for support. Due to the effects of wind and waves, pile foundations are continuously subjected to cyclic loads. For piles supporting tall buildings, transmission towers, offshore structures, or infrastructure in seismic zones, 1-way or 2-way cyclic lateral loads are commonly applied. Therefore, while designing pile foundations, it is essential to understand how piles behave laterally when they are located near a sloping crest. One of the primary challenges in ensuring the efficient functioning of the superstructure is analyzing how the soil and foundations respond when exposed to long-term lateral loads, such as wind, over an extended period on the piles of offshore platforms. Because of the presence of slope, the pile’s lateral load capacity decreased due to the reduced ability of the soil to provide passive resistance. This paper presents small-scale 1-g model tests conducted on the sand to assess the loss of pile’s lateral capacity when subjected to 100 cycles under 1 and 2-way cyclic loading. The Relative Density (60%) and varying slopes (Horizontal ground, 1V:3H) with varying spacing (5D and 7D) and aspect ratios (L/D) of 25 and 40 were implemented in this study. Cyclic lateral load tests were performed for sloping as well as horizontal ground. A major reduction in lateral capacity, exceeding 60%, was observed due to the application of cyclic loading. Moreover, the transition from horizontal ground (HG) to sloping ground (SG) decreased the maximum bending moment by 25–40%. This study exemplifies the piles’ behaviour when subjected to cyclic lateral loading while resting on a sloping crest, which represents a critical scenario in pile foundation design.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141567368","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
Investigation of the effect of sintering process parameters on the corrosion, wear and hardness of W–Cu composite 烧结工艺参数对 W-Cu 复合材料腐蚀、磨损和硬度影响的研究
Pub Date : 2024-07-05 DOI: 10.1007/s12046-024-02559-z
Ehsan Selahshorrad, Seyyed Amirhossein Alavi, Karim Zangeneh-Madar, Mohammad Reza Samadi, Morteza Yazdanshenas, Mahmoud Afshari

In this study, tungsten–copper (W–Cu) composite was fabricated using the sintering process to examine the corrosion, wear and hardness of the fabricated samples at three different temperatures of 1050, 1150 and 1300 °C. The potentiodynamic polarization behavior of the composite samples was evaluated in 3.5% NaCl solution containing different benzotriazole inhibitors. Finally, the microstructure of the W–Cu composite was examined by SEM, TEM, XRD and EDS analyses. The XRD results on the milled samples showed that the optimal conditions were obtained with a ball to powder ratio of 16:1 and a milling time of 15 h, so that the crystals with a size of 16.76 nm were obtained. Also, the highest hardness (185 HV) and relative density (97.34%) were obtained in the samples sintered at 1300 °C. With increasing the wear force, the work hardening increased in the mechanically mixed layer, which led to a rise in the wear rate and a decrease in the friction coefficient. The corrosion behavior of the composite indicated that by addition of 200 ppm inhibitor in the corrosion solution, the corrosion current density decreased from 3.73 to 0.59 μA/cm2 and the corrosion potential improved from − 630.46 to − 336.28 mVSCE.

本研究采用烧结工艺制作了钨-铜(W-Cu)复合材料,在 1050、1150 和 1300 °C 三种不同温度下检测了所制样品的腐蚀、磨损和硬度。在含有不同苯并三唑抑制剂的 3.5% 氯化钠溶液中,对复合材料样品的电位极化行为进行了评估。最后,通过 SEM、TEM、XRD 和 EDS 分析检测了 W-Cu 复合材料的微观结构。碾磨样品的 XRD 结果表明,最佳条件是球粉比为 16:1,碾磨时间为 15 小时,从而获得尺寸为 16.76 nm 的晶体。此外,在 1300 °C 下烧结的样品硬度最高(185 HV),相对密度最高(97.34%)。随着磨损力的增加,机械混合层中的加工硬化增加,导致磨损率上升,摩擦系数下降。复合材料的腐蚀行为表明,在腐蚀溶液中加入 200 ppm 的抑制剂后,腐蚀电流密度从 3.73 μA/cm2 降至 0.59 μA/cm2,腐蚀电位从 - 630.46 mVSCE 降至 - 336.28 mVSCE。
{"title":"Investigation of the effect of sintering process parameters on the corrosion, wear and hardness of W–Cu composite","authors":"Ehsan Selahshorrad, Seyyed Amirhossein Alavi, Karim Zangeneh-Madar, Mohammad Reza Samadi, Morteza Yazdanshenas, Mahmoud Afshari","doi":"10.1007/s12046-024-02559-z","DOIUrl":"https://doi.org/10.1007/s12046-024-02559-z","url":null,"abstract":"<p>In this study, tungsten–copper (W–Cu) composite was fabricated using the sintering process to examine the corrosion, wear and hardness of the fabricated samples at three different temperatures of 1050, 1150 and 1300 °C. The potentiodynamic polarization behavior of the composite samples was evaluated in 3.5% NaCl solution containing different benzotriazole inhibitors. Finally, the microstructure of the W–Cu composite was examined by SEM, TEM, XRD and EDS analyses. The XRD results on the milled samples showed that the optimal conditions were obtained with a ball to powder ratio of 16:1 and a milling time of 15 h, so that the crystals with a size of 16.76 nm were obtained. Also, the highest hardness (185 HV) and relative density (97.34%) were obtained in the samples sintered at 1300 °C. With increasing the wear force, the work hardening increased in the mechanically mixed layer, which led to a rise in the wear rate and a decrease in the friction coefficient. The corrosion behavior of the composite indicated that by addition of 200 ppm inhibitor in the corrosion solution, the corrosion current density decreased from 3.73 to 0.59 μA/cm<sup>2</sup> and the corrosion potential improved from − 630.46 to − 336.28 mV<sub>SCE</sub>.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141546528","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
Estimation of water quality index using modern-day machine learning algorithms 利用现代机器学习算法估算水质指数
Pub Date : 2024-06-27 DOI: 10.1007/s12046-024-02545-5
Piyush Gupta, Pijush Samui, A. R. Quaff

Many human-made activities currently pollute groundwater supplies, with mining operations playing a substantial role in this degradation. In this study, water quality index (WQI) was calculated and forecasted for groundwater in gold mining sites of Kolar Gold Fields, Karnataka, using several water quality criteria and modern-day soft computing approaches. Specifically, three sophisticated deep learning models: convolution neural network (CNN), deep neural network (DNN), and recurrent neural network were used to estimate the WQI using various water quality metrics. The outcomes of these models were also compared with three widely used soft computing models namely support vector machine (SVM), least-square support vector machine (LS-SVM), and artificial neural network. Experimental results reveals that the developed CNN model outperform other two models with R2 values of 0.9998 and 0.9996 in the training and testing phases, respectively. The RMSE values of the CNN model were determined to be 0.0034 and 0.0038 in the training and testing phases, respectively. As per the results, the developed CNN model can be used as alternate tool for rapid water quality monitoring.

目前,许多人为活动污染了地下水供应,采矿作业在这种退化中扮演了重要角色。在这项研究中,利用几种水质标准和现代软计算方法,计算并预测了卡纳塔克邦科拉金矿区地下水的水质指数(WQI)。具体而言,使用了三种复杂的深度学习模型:卷积神经网络(CNN)、深度神经网络(DNN)和循环神经网络,利用各种水质标准估算 WQI。这些模型的结果还与支持向量机(SVM)、最小平方支持向量机(LS-SVM)和人工神经网络这三种广泛使用的软计算模型进行了比较。实验结果表明,所开发的 CNN 模型在训练和测试阶段的 R2 值分别为 0.9998 和 0.9996,优于其他两个模型。CNN 模型在训练和测试阶段的 RMSE 值分别为 0.0034 和 0.0038。根据结果,所开发的 CNN 模型可用作快速水质监测的替代工具。
{"title":"Estimation of water quality index using modern-day machine learning algorithms","authors":"Piyush Gupta, Pijush Samui, A. R. Quaff","doi":"10.1007/s12046-024-02545-5","DOIUrl":"https://doi.org/10.1007/s12046-024-02545-5","url":null,"abstract":"<p>Many human-made activities currently pollute groundwater supplies, with mining operations playing a substantial role in this degradation. In this study, water quality index (WQI) was calculated and forecasted for groundwater in gold mining sites of Kolar Gold Fields, Karnataka, using several water quality criteria and modern-day soft computing approaches. Specifically, three sophisticated deep learning models: convolution neural network (CNN), deep neural network (DNN), and recurrent neural network were used to estimate the WQI using various water quality metrics. The outcomes of these models were also compared with three widely used soft computing models namely support vector machine (SVM), least-square support vector machine (LS-SVM), and artificial neural network. Experimental results reveals that the developed CNN model outperform other two models with R<sup>2</sup> values of 0.9998 and 0.9996 in the training and testing phases, respectively. The RMSE values of the CNN model were determined to be 0.0034 and 0.0038 in the training and testing phases, respectively. As per the results, the developed CNN model can be used as alternate tool for rapid water quality monitoring.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-06-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141506730","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 low-complexity transceiver scheme for joint DFT pre-coded DWT SC-FDMA NOMA system under dissimilar power allocation strategies 不同功率分配策略下联合 DFT 预编码 DWT SC-FDMA NOMA 系统的低复杂度收发器方案
Pub Date : 2024-06-27 DOI: 10.1007/s12046-024-02548-2
M Subha, D Judson

The competence of Non-Orthogonal Multiple Access (NOMA) to provide improved spectrum efficiency, support massive network elements, and low latency services make it attractive to Multiple Access (MA) technology for next-generation wireless networks. Single-Carrier Frequency Division Multiple Access (SC-FDMA) is an optimal technique in 4G wireless communication to enhance spectrum efficiency and user capacity. The amalgamation of SC-FDMA with NOMA can become a better choice for wireless communication for 5G and Beyond 5G (B5G). Discrete Wavelet Transforms (DWT) have been a better choice for improving the system's performance due to its outstanding orthogonality and spectral confinement characteristics. This study proposes a transceiver architecture that uses joint Discrete Fourier Transform (DFT) and DWT to outperform existing NOMA systems in terms of Bit Error Rate (BER). The transceiver architecture is symbolized as a joint DFT precoded DWT (JDPD) SC-FDMA NOMA System. Furthermore, we propose a Joint Low Complexity Regularized Zero forcing (JLC RZF) for JDPD SC-FDMA NOMA system to enhance the BER with low complexity. In order to illustrate the superiority of the proposed system over multipath channels, the system performance over a range of Carrier Frequency Offset (CFO) values and power allocation scenarios are also examined.

非正交多址接入(NOMA)具有提高频谱效率、支持海量网元和低延迟服务的能力,因此在下一代无线网络中,它比多址接入(MA)技术更具吸引力。单载波频分多址(SC-FDMA)是 4G 无线通信中提高频谱效率和用户容量的最佳技术。将 SC-FDMA 与 NOMA 相结合,可以成为 5G 和 Beyond 5G (B5G) 无线通信的更好选择。离散小波变换(DWT)具有出色的正交性和频谱限制特性,是提高系统性能的更好选择。本研究提出了一种收发器架构,该架构联合使用离散傅立叶变换(DFT)和离散小波变换,在误码率(BER)方面优于现有的 NOMA 系统。该收发器架构被符号化为联合 DFT 预编码 DWT (JDPD) SC-FDMA NOMA 系统。此外,我们还为 JDPD SC-FDMA NOMA 系统提出了一种联合低复杂度正则化零强迫(JLC RZF),以较低的复杂度提高误码率。为了说明所提系统在多径信道上的优越性,我们还考察了在一系列载波频率偏移(CFO)值和功率分配方案下的系统性能。
{"title":"A low-complexity transceiver scheme for joint DFT pre-coded DWT SC-FDMA NOMA system under dissimilar power allocation strategies","authors":"M Subha, D Judson","doi":"10.1007/s12046-024-02548-2","DOIUrl":"https://doi.org/10.1007/s12046-024-02548-2","url":null,"abstract":"<p>The competence of Non-Orthogonal Multiple Access (NOMA) to provide improved spectrum efficiency, support massive network elements, and low latency services make it attractive to Multiple Access (MA) technology for next-generation wireless networks. Single-Carrier Frequency Division Multiple Access (SC-FDMA) is an optimal technique in 4G wireless communication to enhance spectrum efficiency and user capacity. The amalgamation of SC-FDMA with NOMA can become a better choice for wireless communication for 5G and Beyond 5G (B5G). Discrete Wavelet Transforms (DWT) have been a better choice for improving the system's performance due to its outstanding orthogonality and spectral confinement characteristics. This study proposes a transceiver architecture that uses joint Discrete Fourier Transform (DFT) and DWT to outperform existing NOMA systems in terms of Bit Error Rate (BER). The transceiver architecture is symbolized as a joint DFT precoded DWT (JDPD) SC-FDMA NOMA System. Furthermore, we propose a Joint Low Complexity Regularized Zero forcing (JLC RZF) for JDPD SC-FDMA NOMA system to enhance the BER with low complexity. In order to illustrate the superiority of the proposed system over multipath channels, the system performance over a range of Carrier Frequency Offset (CFO) values and power allocation scenarios are also examined.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-06-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141506727","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
Additive fault diagnosis techniques in rotor systems: a state-of-the-art review 转子系统的附加故障诊断技术:最新综述
Pub Date : 2024-06-27 DOI: 10.1007/s12046-024-02543-7
Prabhat Kumar, Rajiv Tiwari

Faults in rotating systems can cause significant damage to the machinery and can result in downtime and production losses. Hence, the timely detection and diagnosis of faults are very important for the smooth running of machines and the assurance of their safety and reliability. In view of this, a review of the literature has been presented in the article on the types of additive faults and their identification using conventional signal-based techniques and automated artificial intelligence techniques. Through a literature survey, the faulty rigid and flexible rotor systems mounted on rolling element bearings, hydrodynamic bearings, and active magnetic bearings have been studied. The faults incorporated in this article are the additive fault types, in which the process is affected by adding process variables. The rotor unbalances, shaft or bearing misalignment, crack, internal damping, bow in the shaft, rotor-to-stator rub, and mechanical looseness are the classifications of additive faults. Additionally, understanding the rotor response through theoretical and experimental investigations influenced by the additive faults and its detection and diagnosis using vibration and current-induced signals is extremely important, and therefore the present paper briefly discusses this. Following the state of the art in the dynamic analysis and identification of multiple hazardous faults, the general remarks and future directions for further research have been suggested at the end of this article.

旋转系统中的故障会对机器造成重大损害,并可能导致停机和生产损失。因此,及时发现和诊断故障对于机器的平稳运行以及确保其安全性和可靠性非常重要。有鉴于此,文章对文献进行了综述,介绍了添加剂故障的类型以及使用传统信号技术和自动人工智能技术对其进行识别。通过文献调查,研究了安装在滚动轴承、流体动力轴承和主动磁力轴承上的故障刚性和柔性转子系统。本文所涉及的故障属于添加型故障类型,即通过添加过程变量来影响过程。转子不平衡、轴或轴承不对准、裂纹、内部阻尼、轴弯曲、转子与定子摩擦以及机械松动都属于附加故障。此外,通过理论和实验研究了解受附加故障影响的转子响应,以及利用振动和电流感应信号对其进行检测和诊断也极为重要,因此本文将对此进行简要讨论。在介绍了多重危险故障的动态分析和识别技术现状之后,本文最后提出了一般性意见和未来的研究方向。
{"title":"Additive fault diagnosis techniques in rotor systems: a state-of-the-art review","authors":"Prabhat Kumar, Rajiv Tiwari","doi":"10.1007/s12046-024-02543-7","DOIUrl":"https://doi.org/10.1007/s12046-024-02543-7","url":null,"abstract":"<p>Faults in rotating systems can cause significant damage to the machinery and can result in downtime and production losses. Hence, the timely detection and diagnosis of faults are very important for the smooth running of machines and the assurance of their safety and reliability. In view of this, a review of the literature has been presented in the article on the types of additive faults and their identification using conventional signal-based techniques and automated artificial intelligence techniques. Through a literature survey, the faulty rigid and flexible rotor systems mounted on rolling element bearings, hydrodynamic bearings, and active magnetic bearings have been studied. The faults incorporated in this article are the additive fault types, in which the process is affected by adding process variables. The rotor unbalances, shaft or bearing misalignment, crack, internal damping, bow in the shaft, rotor-to-stator rub, and mechanical looseness are the classifications of additive faults. Additionally, understanding the rotor response through theoretical and experimental investigations influenced by the additive faults and its detection and diagnosis using vibration and current-induced signals is extremely important, and therefore the present paper briefly discusses this. Following the state of the art in the dynamic analysis and identification of multiple hazardous faults, the general remarks and future directions for further research have been suggested at the end of this article.</p>","PeriodicalId":21498,"journal":{"name":"Sādhanā","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2024-06-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141506729","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
期刊
Sādhanā
全部 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