首页 > 最新文献

SICS Software-Intensive Cyber-Physical Systems最新文献

英文 中文
Modeling and execution of blockchain-aware business processes 区块链感知业务流程的建模和执行
IF 2.4 Q1 Computer Science Pub Date : 2019-02-06 DOI: 10.1007/s00450-019-00399-5
Ghareeb Falazi, Michael Hahn, Uwe Breitenbücher, Frank Leymann
The blockchain is an emerging technology that allows multiple parties to agree on a common state without the need for trusted intermediaries. Moreover, business process technology streamlines the automation of inter- and intra-organizational processes while cutting-down on costs. With the new business opportunities provided by blockchains, it becomes vital to combine both technologies to allow the modeling and execution of blockchain-based interactions within business processes. However, the existing business process modeling languages lack support to intuitively model the various interactions with blockchains. In this paper we address this issue by proposing a business process modeling extension that captures the particularities of blockchains. We also show how to transform the proposed constructs into standard-compliant models, and we present an integration architecture that allows external applications, to communicate with the blockchains. Finally, we validate our approach by providing a prototypical implementation that proves its practical feasibility.
区块链是一种新兴技术,它允许多方在不需要可信中介的情况下就共同状态达成一致。此外,业务流程技术简化了组织间和组织内流程的自动化,同时降低了成本。随着区块链提供的新商机,结合这两种技术以允许在业务流程中建模和执行基于区块链的交互变得至关重要。然而,现有的业务流程建模语言缺乏对与区块链的各种交互进行直观建模的支持。在本文中,我们通过提出一个捕获区块链特殊性的业务流程建模扩展来解决这个问题。我们还展示了如何将提议的构造转换为符合标准的模型,并提供了一个允许外部应用程序与区块链通信的集成架构。最后,我们通过提供一个证明其实际可行性的原型实现来验证我们的方法。
{"title":"Modeling and execution of blockchain-aware business processes","authors":"Ghareeb Falazi, Michael Hahn, Uwe Breitenbücher, Frank Leymann","doi":"10.1007/s00450-019-00399-5","DOIUrl":"https://doi.org/10.1007/s00450-019-00399-5","url":null,"abstract":"The blockchain is an emerging technology that allows multiple parties to agree on a common state without the need for trusted intermediaries. Moreover, business process technology streamlines the automation of inter- and intra-organizational processes while cutting-down on costs. With the new business opportunities provided by blockchains, it becomes vital to combine both technologies to allow the modeling and execution of blockchain-based interactions within business processes. However, the existing business process modeling languages lack support to intuitively model the various interactions with blockchains. In this paper we address this issue by proposing a business process modeling extension that captures the particularities of blockchains. We also show how to transform the proposed constructs into standard-compliant models, and we present an integration architecture that allows external applications, to communicate with the blockchains. Finally, we validate our approach by providing a prototypical implementation that proves its practical feasibility.","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"311 7","pages":"105-116"},"PeriodicalIF":2.4,"publicationDate":"2019-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138495253","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
Troubleshooting Serverless functions: a combined monitoring and debugging approach 无服务器功能故障排除:一种组合的监控和调试方法
IF 2.4 Q1 Computer Science Pub Date : 2019-02-06 DOI: 10.1007/s00450-019-00398-6
Johannes Manner, Stefan Kolb, Guido Wirtz
Today, Serverless computing gathers pace and attention in the cloud computing area. The abstraction of operational tasks combined with the auto-scaling property are convincing reasons to adapt this new cloud paradigm. Building applications in a Serverless style via cloud functions is challenging due to the fine-grained architecture and the tighter coupling to back end services. Increased complexity, loss of control over software layers and the large number of participating functions and back end services complicate the task of finding the cause of a faulty execution. A tedious but widespread strategy is the manual analysis of log data. In this paper, we present a semi-automated troubleshooting process to improve fault detection and resolution for Serverless functions. Log data is the vehicle to enable a posteriori analysis. The process steps of our concept enhance the log quality, detect failed executions automatically, and generate test skeletons based on the information provided in the log data. Ultimately, this leads to an increased test coverage, a better regression testing and more robust functions. Developers can trigger this process asynchronously and work with their accustomed tools. We also present a prototype SeMoDe to validate our approach for Serverless functions implemented in Java and deployed to AWS Lambda.
今天,无服务器计算在云计算领域得到了快速发展和关注。可操作任务的抽象与自动缩放属性相结合,是采用这种新的云范式的令人信服的理由。由于细粒度架构和与后端服务的紧密耦合,通过云功能以无服务器风格构建应用程序具有挑战性。复杂性的增加、对软件层失去控制以及大量参与的功能和后端服务使查找错误执行原因的任务复杂化。手动分析日志数据是一种繁琐但广泛使用的策略。在本文中,我们提出了一种半自动故障排除过程,以改进无服务器功能的故障检测和解决。日志数据是实现后验分析的工具。我们概念中的流程步骤提高了日志质量,自动检测失败的执行,并根据日志数据中提供的信息生成测试框架。最终,这将导致增加的测试覆盖率,更好的回归测试和更健壮的功能。开发人员可以异步地触发这个过程,并使用他们习惯的工具。我们还提供了一个原型SeMoDe来验证我们在Java中实现并部署到AWS Lambda的无服务器函数的方法。
{"title":"Troubleshooting Serverless functions: a combined monitoring and debugging approach","authors":"Johannes Manner, Stefan Kolb, Guido Wirtz","doi":"10.1007/s00450-019-00398-6","DOIUrl":"https://doi.org/10.1007/s00450-019-00398-6","url":null,"abstract":"Today, Serverless computing gathers pace and attention in the cloud computing area. The abstraction of operational tasks combined with the auto-scaling property are convincing reasons to adapt this new cloud paradigm. Building applications in a Serverless style via cloud functions is challenging due to the fine-grained architecture and the tighter coupling to back end services. Increased complexity, loss of control over software layers and the large number of participating functions and back end services complicate the task of finding the cause of a faulty execution. A tedious but widespread strategy is the manual analysis of log data. In this paper, we present a semi-automated troubleshooting process to improve fault detection and resolution for Serverless functions. Log data is the vehicle to enable a posteriori analysis. The process steps of our concept enhance the log quality, detect failed executions automatically, and generate test skeletons based on the information provided in the log data. Ultimately, this leads to an increased test coverage, a better regression testing and more robust functions. Developers can trigger this process asynchronously and work with their accustomed tools. We also present a prototype <i>SeMoDe</i> to validate our approach for Serverless functions implemented in Java and deployed to AWS Lambda.","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"311 4","pages":"99-104"},"PeriodicalIF":2.4,"publicationDate":"2019-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138495256","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}
引用次数: 19
Quality-driven early stopping for explorative cluster analysis for big data 大数据探索性聚类分析的质量驱动早期停止
IF 2.4 Q1 Computer Science Pub Date : 2019-02-06 DOI: 10.1007/s00450-019-00401-0
M. Fritz, M. Behringer, H. Schwarz
{"title":"Quality-driven early stopping for explorative cluster analysis for big data","authors":"M. Fritz, M. Behringer, H. Schwarz","doi":"10.1007/s00450-019-00401-0","DOIUrl":"https://doi.org/10.1007/s00450-019-00401-0","url":null,"abstract":"","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"34 1","pages":"129 - 140"},"PeriodicalIF":2.4,"publicationDate":"2019-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1007/s00450-019-00401-0","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"51915129","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}
引用次数: 10
Migrating parallel applications to the cloud: assessing cloud readiness based on parallel design decisions 将并行应用程序迁移到云:基于并行设计决策评估云准备情况
IF 2.4 Q1 Computer Science Pub Date : 2019-02-06 DOI: 10.1007/s00450-019-00396-8
Stefan Kehrer, Wolfgang Blochinger
Parallel applications are the computational backbone of major industry trends and grand challenges in science. Whereas these applications are typically constructed for dedicated High Performance Computing clusters and supercomputers, the cloud emerges as attractive execution environment, which provides on-demand resource provisioning and a pay-per-use model. However, cloud environments require specific application properties that may restrict parallel application design. As a result, design trade-offs are required to simultaneously maximize parallel performance and benefit from cloud-specific characteristics. In this paper, we present a novel approach to assess the cloud readiness of parallel applications based on the design decisions made. By discovering and understanding the implications of these parallel design decisions on an application’s cloud readiness, our approach supports the migration of parallel applications to the cloud. We introduce an assessment procedure, its underlying meta model, and a corresponding instantiation to structure this multi-dimensional design space. For evaluation purposes, we present an extensive case study comprising three parallel applications and discuss their cloud readiness based on our approach.
并行应用是主要工业趋势和科学重大挑战的计算支柱。虽然这些应用程序通常是为专用的高性能计算集群和超级计算机构建的,但云作为有吸引力的执行环境出现,它提供按需资源配置和按使用付费模型。然而,云环境需要特定的应用程序属性,这可能会限制并行应用程序的设计。因此,需要在设计上进行权衡,以同时最大化并行性能并从特定于云的特性中获益。在本文中,我们提出了一种新的方法来评估基于设计决策的并行应用程序的云准备情况。通过发现和理解这些并行设计决策对应用程序的云准备的影响,我们的方法支持将并行应用程序迁移到云。我们介绍了一个评估过程,它的底层元模型,以及相应的实例来构建这个多维设计空间。出于评估目的,我们提供了一个包含三个并行应用程序的广泛案例研究,并基于我们的方法讨论了它们的云准备情况。
{"title":"Migrating parallel applications to the cloud: assessing cloud readiness based on parallel design decisions","authors":"Stefan Kehrer, Wolfgang Blochinger","doi":"10.1007/s00450-019-00396-8","DOIUrl":"https://doi.org/10.1007/s00450-019-00396-8","url":null,"abstract":"Parallel applications are the computational backbone of major industry trends and grand challenges in science. Whereas these applications are typically constructed for dedicated High Performance Computing clusters and supercomputers, the cloud emerges as attractive execution environment, which provides on-demand resource provisioning and a pay-per-use model. However, cloud environments require specific application properties that may restrict parallel application design. As a result, design trade-offs are required to simultaneously maximize parallel performance and benefit from cloud-specific characteristics. In this paper, we present a novel approach to assess the cloud readiness of parallel applications based on the design decisions made. By discovering and understanding the implications of these parallel design decisions on an application’s cloud readiness, our approach supports the migration of parallel applications to the cloud. We introduce an assessment procedure, its underlying meta model, and a corresponding instantiation to structure this multi-dimensional design space. For evaluation purposes, we present an extensive case study comprising three parallel applications and discuss their cloud readiness based on our approach.","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"311 8","pages":"73-84"},"PeriodicalIF":2.4,"publicationDate":"2019-02-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138495252","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}
引用次数: 8
The 11th advanced summer school on service-oriented computing 第11届面向服务的计算高级暑期学校
IF 2.4 Q1 Computer Science Pub Date : 2018-07-12 DOI: 10.1007/s00450-017-0389-9
Guido Wirtz
The 11th advanced summer school on service oriented computing (SummerSOC’17) continued a successful series of summer schools that started in 2007, regularly attracting world-class experts in service oriented computing to present state-of-the-art research during a week-long program organized in several thematic tracks: patterns and IoT, formal methods for SOC, computing in the clouds, data science, eHealth and emerging topics. The advanced summer school is regularly attended by top researchers from academia and industry as well as by Ph.D. and graduate students. During the different sessions at SummerSOC renowned researchers gave invited tutorials on subjects from the themes mentioned above. The afternoon sessionswere also dedicated to original research contributions in these areas: accepted contributions were submitted in advance and have been peerreviewed. In addition, the contributions had been extensively
第11届面向服务计算高级暑期学校(SummerSOC ' 17)延续了2007年开始的一系列成功的暑期学校,定期吸引面向服务计算领域的世界级专家在为期一周的课程中介绍最新的研究成果,该课程组织了几个主题轨道:模式和物联网,SOC的正式方法,云计算,数据科学,电子健康和新兴主题。来自学术界和工业界的顶尖研究人员以及博士和研究生定期参加高级暑期学校。在SummerSOC的不同会议期间,知名研究人员就上述主题的主题进行了邀请教程。下午的会议还专门讨论了这些领域的原创研究贡献:被接受的贡献是提前提交并经过同行评议的。此外,这些贡献是广泛的
{"title":"The 11th advanced summer school on service-oriented computing","authors":"Guido Wirtz","doi":"10.1007/s00450-017-0389-9","DOIUrl":"https://doi.org/10.1007/s00450-017-0389-9","url":null,"abstract":"The 11th advanced summer school on service oriented computing (SummerSOC’17) continued a successful series of summer schools that started in 2007, regularly attracting world-class experts in service oriented computing to present state-of-the-art research during a week-long program organized in several thematic tracks: patterns and IoT, formal methods for SOC, computing in the clouds, data science, eHealth and emerging topics. The advanced summer school is regularly attended by top researchers from academia and industry as well as by Ph.D. and graduate students. During the different sessions at SummerSOC renowned researchers gave invited tutorials on subjects from the themes mentioned above. The afternoon sessionswere also dedicated to original research contributions in these areas: accepted contributions were submitted in advance and have been peerreviewed. In addition, the contributions had been extensively","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"311 10","pages":"279-279"},"PeriodicalIF":2.4,"publicationDate":"2018-07-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138495248","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
Analyzing the power consumption behavior of a large scale data center 分析大型数据中心的功耗行为
IF 2.4 Q1 Computer Science Pub Date : 2018-05-29 DOI: 10.1007/s00450-018-0394-7
Kashif Nizam Khan, S. Šćepanović, T. Niemi, J. Nurminen, Sebastian Von Alfthan, Olli-Pekka Lehto
{"title":"Analyzing the power consumption behavior of a large scale data center","authors":"Kashif Nizam Khan, S. Šćepanović, T. Niemi, J. Nurminen, Sebastian Von Alfthan, Olli-Pekka Lehto","doi":"10.1007/s00450-018-0394-7","DOIUrl":"https://doi.org/10.1007/s00450-018-0394-7","url":null,"abstract":"","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"34 1","pages":"61 - 70"},"PeriodicalIF":2.4,"publicationDate":"2018-05-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1007/s00450-018-0394-7","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"51915106","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
The influence of two modern compiler infrastructures on the energy consumption of the HPCG benchmark 两种现代编译器基础设施对HPCG基准能耗的影响
IF 2.4 Q1 Computer Science Pub Date : 2018-05-15 DOI: 10.1007/s00450-018-0393-8
Armin Jäger, Jan-Patrick Lehr, C. Bischof
{"title":"The influence of two modern compiler infrastructures on the energy consumption of the HPCG benchmark","authors":"Armin Jäger, Jan-Patrick Lehr, C. Bischof","doi":"10.1007/s00450-018-0393-8","DOIUrl":"https://doi.org/10.1007/s00450-018-0393-8","url":null,"abstract":"","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"34 1","pages":"53 - 60"},"PeriodicalIF":2.4,"publicationDate":"2018-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1007/s00450-018-0393-8","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45278266","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
Combining global regression and local approximation in server power modeling 在服务器功率建模中结合全局回归和局部逼近
IF 2.4 Q1 Computer Science Pub Date : 2018-05-02 DOI: 10.1007/s00450-018-0391-x
Xiaoming Du, Cong Li
To evaluate energy use in green clusters, power models take the resource utilization data as the input to predict server power consumption. We propose a novel method in power modeling combining a global linear model and a local approximation model. The new model enjoys high accuracy by compensating the global linear model with local approximation and exhibits robustness with the generalization capability of the global regression model. Empirical evaluation demonstrates that the new approach outperforms the two existing approaches to server power modeling, the linear model and the k-nearest neighbor regression model.
为了评估绿色集群的能源使用情况,功率模型将资源利用数据作为输入来预测服务器的功耗。提出了一种结合全局线性模型和局部近似模型的功率建模新方法。该模型通过局部逼近补偿全局线性模型,具有较高的精度,同时具有全局回归模型的泛化能力,具有较强的鲁棒性。实证评估表明,新方法优于现有的两种服务器功率建模方法,即线性模型和k近邻回归模型。
{"title":"Combining global regression and local approximation in server power modeling","authors":"Xiaoming Du, Cong Li","doi":"10.1007/s00450-018-0391-x","DOIUrl":"https://doi.org/10.1007/s00450-018-0391-x","url":null,"abstract":"To evaluate energy use in green clusters, power models take the resource utilization data as the input to predict server power consumption. We propose a novel method in power modeling combining a global linear model and a local approximation model. The new model enjoys high accuracy by compensating the global linear model with local approximation and exhibits robustness with the generalization capability of the global regression model. Empirical evaluation demonstrates that the new approach outperforms the two existing approaches to server power modeling, the linear model and the k-nearest neighbor regression model.","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"312 1","pages":"35-43"},"PeriodicalIF":2.4,"publicationDate":"2018-05-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138495247","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
Power measurement techniques for energy-efficient computing: reconciling scalability, resolution, and accuracy 用于节能计算的功率测量技术:协调可伸缩性、分辨率和准确性
IF 2.4 Q1 Computer Science Pub Date : 2018-04-23 DOI: 10.1007/s00450-018-0392-9
T. Ilsche, R. Schöne, Joseph Schuchart, D. Hackenberg, Marc Simon, Yiannis Georgiou, W. Nagel
{"title":"Power measurement techniques for energy-efficient computing: reconciling scalability, resolution, and accuracy","authors":"T. Ilsche, R. Schöne, Joseph Schuchart, D. Hackenberg, Marc Simon, Yiannis Georgiou, W. Nagel","doi":"10.1007/s00450-018-0392-9","DOIUrl":"https://doi.org/10.1007/s00450-018-0392-9","url":null,"abstract":"","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"34 1","pages":"45 - 52"},"PeriodicalIF":2.4,"publicationDate":"2018-04-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1007/s00450-018-0392-9","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46533505","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
Towards a conceptual foundation of service composition 迈向服务组合的概念基础
IF 2.4 Q1 Computer Science Pub Date : 2017-09-25 DOI: 10.1007/s00450-017-0383-2
Wolfgang Reisig
Service Orientation is a computing paradigm that fundamentally differs from previous paradigms. Advocated by Software Industry, it lacks from theoretical foundation and a systematic build-up. In this paper we suggest concepts and ideas for a theoretical foundation and a systematic build-up of a key part of SOC, namely service composition.
面向服务是一种计算范式,它从根本上不同于以前的范式。它虽为软件业所倡导,但缺乏理论基础和系统建设。在本文中,我们提出了一些概念和思路,以便为SOC的关键部分——服务组合——提供理论基础和系统构建。
{"title":"Towards a conceptual foundation of service composition","authors":"Wolfgang Reisig","doi":"10.1007/s00450-017-0383-2","DOIUrl":"https://doi.org/10.1007/s00450-017-0383-2","url":null,"abstract":"Service Orientation is a computing paradigm that fundamentally differs from previous paradigms. Advocated by Software Industry, it lacks from theoretical foundation and a systematic build-up. In this paper we suggest concepts and ideas for a theoretical foundation and a systematic build-up of a key part of SOC, namely service composition.","PeriodicalId":41265,"journal":{"name":"SICS Software-Intensive Cyber-Physical Systems","volume":"312 7","pages":""},"PeriodicalIF":2.4,"publicationDate":"2017-09-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"138495246","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}
引用次数: 4
期刊
SICS Software-Intensive Cyber-Physical Systems
全部 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