首页 > 最新文献

2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)最新文献

英文 中文
Genetic Operators in Evolutionary Music Composition 进化音乐创作中的遗传算子
Csaba Sulyok
Genetic operators represent the alterations applied to entities within an evolutionary algorithm; they help create a new generation from an existing one, ensuring genetic diversity while also preserving the emergent overall strengths of a population. In this paper, we investigate different approaches to hyperparameter configuration of genetic operators within a linear genetic programming framework. We analyze the benefits of adaptively setting operator distributions and rates using hill climbing. A comparison is drawn between the constant and adaptive methodologies. This research is part of our ongoing work on evolutionary music composition, where we cast the actions of a virtual composer as instructions on a Turing-complete virtual register machine. The created music is assessed by statistical similarity to a given corpus. The frailty to change of our genotype dictates fine-tuning of the genetic operators to help convergence. Our results show that adaptive methods only provide a marginal improvement over constant settings and only in select cases, such as globally altering operator hyperparameters without changing the distribution. In other cases, they prove detrimental to the final grades.
遗传算子表示在进化算法中应用于实体的改变;它们有助于从现有的一代中创造出新的一代,确保了遗传多样性,同时也保留了一个种群的新兴整体优势。本文研究了线性遗传规划框架下遗传算子超参数组态的不同方法。我们分析了利用爬坡法自适应设置算子分布和速率的好处。对常数方法和自适应方法进行了比较。这项研究是我们正在进行的进化音乐创作工作的一部分,我们将虚拟作曲家的动作作为图灵完全虚拟音域机的指令。通过与给定语料库的统计相似性来评估所创建的音乐。我们基因型改变的脆弱性决定了基因操作符的微调,以帮助趋同。我们的研究结果表明,自适应方法仅在特定情况下提供了相对于恒定设置的边际改进,例如在不改变分布的情况下全局改变算子超参数。在其他情况下,它们被证明对最终成绩有害。
{"title":"Genetic Operators in Evolutionary Music Composition","authors":"Csaba Sulyok","doi":"10.1109/SYNASC.2018.00047","DOIUrl":"https://doi.org/10.1109/SYNASC.2018.00047","url":null,"abstract":"Genetic operators represent the alterations applied to entities within an evolutionary algorithm; they help create a new generation from an existing one, ensuring genetic diversity while also preserving the emergent overall strengths of a population. In this paper, we investigate different approaches to hyperparameter configuration of genetic operators within a linear genetic programming framework. We analyze the benefits of adaptively setting operator distributions and rates using hill climbing. A comparison is drawn between the constant and adaptive methodologies. This research is part of our ongoing work on evolutionary music composition, where we cast the actions of a virtual composer as instructions on a Turing-complete virtual register machine. The created music is assessed by statistical similarity to a given corpus. The frailty to change of our genotype dictates fine-tuning of the genetic operators to help convergence. Our results show that adaptive methods only provide a marginal improvement over constant settings and only in select cases, such as globally altering operator hyperparameters without changing the distribution. In other cases, they prove detrimental to the final grades.","PeriodicalId":273805,"journal":{"name":"2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"98 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128986741","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
Computing the Lowest-Order Element of a Multivariate Elimination Ideal by Using Remainder Sequences 用余数列计算多元消元理想的最低阶元
Tateaki Sasaki, D. Inaba
Given a set of m+1 multivariate polynomials, with m > 1, in main variables x_1,...,x_m and sub-variables u_1,...,u_n, we can usually eliminate x_1,...,x_m and obtain a polynomial in u_1,...,u_n only. There are basically two methods to perform this elimination. One is the so-called resultant method and the other is the Groebner basis method. The Groebner basis method gives the lowest-order element haS(u) of the elimination ideal, where (u) = (u_1,...,u_n), but it is often very slow. The resultant method is quite fast, but the resulting polynomial R(u) often contains many more terms than haS(u). In this paper, we present a simple method of computing haS(u) by the repeated computation of PRSs (polynomial remainder sequences). The idea is to compute PRSs by changing their arguments systematically and obtain polynomials R_1(u),...,R_k(u), k > 1, in the sub-variables only. Let baS(u) be the GCD of R_1,...,R_k. Then, our main theorem asserts that baS(u) is a multiple of haS(u): baS(u) = tie(u)haS(u). We call tie(u) the extraneous factor and it often consists of a small number of terms. We present three conditions and one sub-method to remove tie(u) from baS(u).
给定一组m+1个多元多项式,其中m > 1,主变量为x_1,…,x_m和子变量u_1,…,u_n,我们通常可以消去x_1,…,x_m,得到一个多项式在u_1,…,只u_n。基本上有两种方法来执行这种消除。一种是所谓的合成法,另一种是格罗布纳基法。Groebner基方法给出了消元理想的最低阶元素haS(u),其中(u) = (u_1,…,u_n),但它通常很慢。得到的方法相当快,但是得到的多项式R(u)通常比haS(u)包含更多的项。本文提出了一种通过重复计算多项式余数序列来计算haS(u)的简单方法。其思想是通过系统地改变它们的参数来计算prs,并仅在子变量中获得多项式R_1(u),…,R_k(u), k > 1。设baS(u)为R_1,…,R_k的GCD。然后,我们的主要定理断言baS(u)是haS(u)的倍数:baS(u) = tie(u)haS(u)。我们称tie(u)为无关因子,它通常由少量项组成。我们提出了从baS(u)中去除tie(u)的三个条件和一个子方法。
{"title":"Computing the Lowest-Order Element of a Multivariate Elimination Ideal by Using Remainder Sequences","authors":"Tateaki Sasaki, D. Inaba","doi":"10.1109/SYNASC.2018.00019","DOIUrl":"https://doi.org/10.1109/SYNASC.2018.00019","url":null,"abstract":"Given a set of m+1 multivariate polynomials, with m > 1, in main variables x_1,...,x_m and sub-variables u_1,...,u_n, we can usually eliminate x_1,...,x_m and obtain a polynomial in u_1,...,u_n only. There are basically two methods to perform this elimination. One is the so-called resultant method and the other is the Groebner basis method. The Groebner basis method gives the lowest-order element haS(u) of the elimination ideal, where (u) = (u_1,...,u_n), but it is often very slow. The resultant method is quite fast, but the resulting polynomial R(u) often contains many more terms than haS(u). In this paper, we present a simple method of computing haS(u) by the repeated computation of PRSs (polynomial remainder sequences). The idea is to compute PRSs by changing their arguments systematically and obtain polynomials R_1(u),...,R_k(u), k > 1, in the sub-variables only. Let baS(u) be the GCD of R_1,...,R_k. Then, our main theorem asserts that baS(u) is a multiple of haS(u): baS(u) = tie(u)haS(u). We call tie(u) the extraneous factor and it often consists of a small number of terms. We present three conditions and one sub-method to remove tie(u) from baS(u).","PeriodicalId":273805,"journal":{"name":"2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130553611","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Polylog-Time Hierarchy Captured by Restricted Second-Order Logic 受限二阶逻辑捕获的多对数时间层次结构
Flavio Ferrarotti, Senén González, K. Schewe, José Maria Turull Torres
Let SO^plog denote the restriction of second-order logic, where second-order quantification ranges over relations of size at most poly-logarithmic in the size of the structure. In this article we investigate the problem, which Turing machine complexity class is captured by Boolean queries over ordered relational structures that can be expressed in this logic. For this we define a hierarchy of fragments Σ^plog_m (and Σ^plog_m) defined by formulae with alternating blocks of existential and universal second-order quantifiers in quantifier-prenex normal form. We first show that the existential fragment Σ^plog_1 captures npolylog, i.e. the class of Boolean queries that can be accepted by a non-deterministic Turing machine with random access to the input in time O((log n)^k) for some k ≥ 0. Using alternating Turing machines with random access input allows us to characterize also the fragments Σ^plog_m (and Σ^plog_m) as those Boolean queries with at most m alternating blocks of second-order quantifiers that are accepted by an alternating Turing machine. Consequently, SO^plog captures the whole poly-logarithmic time hierarchy. We demonstrate the relevance of this logic and complexity class by several problems in database theory.
设SO^plog表示二阶逻辑的限制,其中二阶量化范围最多为结构大小的多对数关系。在本文中,我们研究了图灵机复杂性类的问题,该问题是通过对可以用该逻辑表示的有序关系结构的布尔查询捕获的。为此,我们定义了一个片段层次结构Σ^plog_m(和Σ^plog_m),这些片段由量词前缀范式中存在和全称二阶量词的交替块组成。我们首先证明了存在片段Σ^plog_1捕获了npolylog,即在k≥0的情况下,非确定性图灵机可以接受在时间O((log n)^k)随机访问输入的布尔查询类。使用具有随机访问输入的交替图灵机,我们还可以将片段Σ^plog_m(和Σ^plog_m)描述为那些布尔查询,其中最多有m个交替的二阶量词块,可被交替图灵机接受。因此,SO^plog捕获了整个多对数时间层次结构。我们通过数据库理论中的几个问题来证明这种逻辑和复杂性类的相关性。
{"title":"The Polylog-Time Hierarchy Captured by Restricted Second-Order Logic","authors":"Flavio Ferrarotti, Senén González, K. Schewe, José Maria Turull Torres","doi":"10.1109/SYNASC.2018.00032","DOIUrl":"https://doi.org/10.1109/SYNASC.2018.00032","url":null,"abstract":"Let SO^plog denote the restriction of second-order logic, where second-order quantification ranges over relations of size at most poly-logarithmic in the size of the structure. In this article we investigate the problem, which Turing machine complexity class is captured by Boolean queries over ordered relational structures that can be expressed in this logic. For this we define a hierarchy of fragments Σ^plog_m (and Σ^plog_m) defined by formulae with alternating blocks of existential and universal second-order quantifiers in quantifier-prenex normal form. We first show that the existential fragment Σ^plog_1 captures npolylog, i.e. the class of Boolean queries that can be accepted by a non-deterministic Turing machine with random access to the input in time O((log n)^k) for some k ≥ 0. Using alternating Turing machines with random access input allows us to characterize also the fragments Σ^plog_m (and Σ^plog_m) as those Boolean queries with at most m alternating blocks of second-order quantifiers that are accepted by an alternating Turing machine. Consequently, SO^plog captures the whole poly-logarithmic time hierarchy. We demonstrate the relevance of this logic and complexity class by several problems in database theory.","PeriodicalId":273805,"journal":{"name":"2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127899748","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}
引用次数: 5
Extremal Graphs with Respect to the Modified First Zagreb Connection Index 关于修正的第一Zagreb连接索引的极值图
G. Ducoffe, Ruxandra Marinescu-Ghemeci, Camelia Obreja, Alexandru Popa, Rozica-Maria Tache
Topological indices (TIs) play an important role in studying properties of molecules. A main problem in mathematical chemistry is finding extreme graphs with respect to a given TI. In this paper extremal graphs with respect to the modified first Zagreb connection index for trees in general and for trees with given number of pendants, for unicyclic graphs with or without a fixed girth and connected graphs are determined, using methods with higher degree of generality with respect to the transformation techniques usually used in such context. These graphs are relevant for chemical studies.
拓扑指数在研究分子性质方面起着重要的作用。数学化学中的一个主要问题是找到给定TI的极值图。本文利用相对于这类变换中常用的变换技术具有较高通用性的方法,确定了一般树和具有给定垂条数的树、带或不带固定周长的单环图和连通图的关于改进的第一萨格勒布连接索引的极值图。这些图表与化学研究有关。
{"title":"Extremal Graphs with Respect to the Modified First Zagreb Connection Index","authors":"G. Ducoffe, Ruxandra Marinescu-Ghemeci, Camelia Obreja, Alexandru Popa, Rozica-Maria Tache","doi":"10.1109/SYNASC.2018.00033","DOIUrl":"https://doi.org/10.1109/SYNASC.2018.00033","url":null,"abstract":"Topological indices (TIs) play an important role in studying properties of molecules. A main problem in mathematical chemistry is finding extreme graphs with respect to a given TI. In this paper extremal graphs with respect to the modified first Zagreb connection index for trees in general and for trees with given number of pendants, for unicyclic graphs with or without a fixed girth and connected graphs are determined, using methods with higher degree of generality with respect to the transformation techniques usually used in such context. These graphs are relevant for chemical studies.","PeriodicalId":273805,"journal":{"name":"2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130348254","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}
引用次数: 25
Cheap Non-Standard Analysis and Computability: Some Applications 廉价非标准分析和可计算性:一些应用
Olivier Bournez, S. Ouazzani
Non standard Analysis is an area of Mathematics dealing with notions of infinitesimal and infinitely large numbers, in which many statements from classical Analysis can be expressed very naturally. Cheap non-standard analysis introduced by Terence Tao in 2012 is based on the idea that considering that a property holds eventually is sufficient to give the essence of many of its statements. Cheap non-standard analysis provides constructivity but at some (acceptable) price. Computable Analysis is a very natural tool for discussing computations over the reals, and more general constructivity in Mathematics. In a recent article, we considered computability in cheap non-standard analysis. We proved that many concepts from computable analysis as well as several concepts from computability can be very elegantly and alternatively presented in this framework. We discuss in the current article several applications of this framework: We provide alternative proofs based on this approach of several statements from computable analysis. This includes intermediate value theorem, and computability of zeros, of maximum points and of a theorem from Rice.
非标准分析是处理无限小和无限大数字概念的数学领域,其中经典分析中的许多命题可以很自然地表达出来。Terence Tao在2012年提出的廉价非标准分析是基于这样一种观点,即考虑到一个属性最终成立,就足以给出它的许多陈述的本质。廉价的非标准分析提供了建设性,但需要一些(可接受的)价格。可计算分析是讨论实数计算和数学中更一般的构造性的一个非常自然的工具。在最近的一篇文章中,我们考虑了廉价非标准分析中的可计算性。我们证明了来自可计算分析的许多概念以及来自可计算性的一些概念可以非常优雅地在这个框架中交替呈现。我们在当前的文章中讨论了这个框架的几个应用:我们提供了基于这种方法的可计算分析的几个陈述的替代证明。这包括中间值定理、零点的可计算性、最大值点的可计算性以及Rice的一个定理。
{"title":"Cheap Non-Standard Analysis and Computability: Some Applications","authors":"Olivier Bournez, S. Ouazzani","doi":"10.1109/SYNASC.2018.00034","DOIUrl":"https://doi.org/10.1109/SYNASC.2018.00034","url":null,"abstract":"Non standard Analysis is an area of Mathematics dealing with notions of infinitesimal and infinitely large numbers, in which many statements from classical Analysis can be expressed very naturally. Cheap non-standard analysis introduced by Terence Tao in 2012 is based on the idea that considering that a property holds eventually is sufficient to give the essence of many of its statements. Cheap non-standard analysis provides constructivity but at some (acceptable) price. Computable Analysis is a very natural tool for discussing computations over the reals, and more general constructivity in Mathematics. In a recent article, we considered computability in cheap non-standard analysis. We proved that many concepts from computable analysis as well as several concepts from computability can be very elegantly and alternatively presented in this framework. We discuss in the current article several applications of this framework: We provide alternative proofs based on this approach of several statements from computable analysis. This includes intermediate value theorem, and computability of zeros, of maximum points and of a theorem from Rice.","PeriodicalId":273805,"journal":{"name":"2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"13 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120913999","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Optimizing the Trade-Off between Single-Stage and Two-Stage Deep Object Detectors using Image Difficulty Prediction 利用图像难度预测优化单阶段和两阶段深度目标检测器之间的权衡
Petru Soviany, Radu Tudor Ionescu
There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal Network to generate regions of interests in the first stage and (ii) send the region proposals down the pipeline for object classification and bounding-box regression. Such models reach the highest accuracy rates, but are typically slower. On the other hand, we have single-stage detectors, such as YOLO (You Only Look Once) and SSD (Singe Shot MultiBox Detector), that treat object detection as a simple regression problem by taking an input image and learning the class probabilities and bounding box coordinates. Such models reach lower accuracy rates, but are much faster than two-stage object detectors. In this paper, we propose to use an image difficulty predictor to achieve an optimal trade-off between accuracy and speed in object detection. The image difficulty predictor is applied on the test images to split them into easy versus hard images. Once separated, the easy images are sent to the faster single-stage detector, while the hard images are sent to the more accurate two-stage detector. Our experiments on PASCAL VOC 2007 show that using image difficulty compares favorably to a random split of the images. Our method is flexible, in that it allows to choose a desired threshold for splitting the images into easy versus hard.
目前主要有两种最先进的物体探测器。一方面,我们有两阶段检测器,如Faster R-CNN(基于区域的卷积神经网络)或Mask R-CNN,它们(i)在第一阶段使用区域建议网络生成感兴趣的区域,(ii)将区域建议发送到管道中进行对象分类和边界盒回归。这样的模型可以达到最高的准确率,但通常速度较慢。另一方面,我们有单阶段检测器,如YOLO (You Only Look Once)和SSD (single Shot MultiBox Detector),它们通过获取输入图像并学习类概率和边界框坐标,将对象检测视为简单的回归问题。这种模型的准确率较低,但比两级目标探测器快得多。在本文中,我们提出使用图像难度预测器来实现目标检测精度和速度之间的最佳权衡。将图像难度预测器应用于测试图像,将其分为简单图像和困难图像。一旦分离,容易的图像被发送到更快的单级检测器,而硬的图像被发送到更精确的两级检测器。我们在PASCAL VOC 2007上的实验表明,使用图像难度比随机分割图像更有利。我们的方法是灵活的,因为它允许选择一个所需的阈值来将图像划分为简单和困难。
{"title":"Optimizing the Trade-Off between Single-Stage and Two-Stage Deep Object Detectors using Image Difficulty Prediction","authors":"Petru Soviany, Radu Tudor Ionescu","doi":"10.1109/SYNASC.2018.00041","DOIUrl":"https://doi.org/10.1109/SYNASC.2018.00041","url":null,"abstract":"There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal Network to generate regions of interests in the first stage and (ii) send the region proposals down the pipeline for object classification and bounding-box regression. Such models reach the highest accuracy rates, but are typically slower. On the other hand, we have single-stage detectors, such as YOLO (You Only Look Once) and SSD (Singe Shot MultiBox Detector), that treat object detection as a simple regression problem by taking an input image and learning the class probabilities and bounding box coordinates. Such models reach lower accuracy rates, but are much faster than two-stage object detectors. In this paper, we propose to use an image difficulty predictor to achieve an optimal trade-off between accuracy and speed in object detection. The image difficulty predictor is applied on the test images to split them into easy versus hard images. Once separated, the easy images are sent to the faster single-stage detector, while the hard images are sent to the more accurate two-stage detector. Our experiments on PASCAL VOC 2007 show that using image difficulty compares favorably to a random split of the images. Our method is flexible, in that it allows to choose a desired threshold for splitting the images into easy versus hard.","PeriodicalId":273805,"journal":{"name":"2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-03-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125484084","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}
引用次数: 126
期刊
2018 20th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC)
全部 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