首页 > 最新文献

Principles and Applications of Distributed Event-Based Systems最新文献

英文 中文
Principles and Applications of Distributed Event-Based Systems 分布式事件系统的原理与应用
Pub Date : 2010-05-31 DOI: 10.4018/978-1-60566-697-6
A. Hinze, A. Buchmann
Literary Education and Digital Learning: Methods and Technologies for Humanities Studies provides insight into the most relevant issues in literary education and digital learning. This unique reference fills a gap in literature teaching, covering literary aspects both from educational and research perspectives.
文学教育和数字学习:人文学科研究的方法和技术提供了对文学教育和数字学习中最相关问题的见解。这一独特的参考文献填补了文学教学的空白,从教育和研究的角度涵盖了文学的各个方面。
{"title":"Principles and Applications of Distributed Event-Based Systems","authors":"A. Hinze, A. Buchmann","doi":"10.4018/978-1-60566-697-6","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6","url":null,"abstract":"Literary Education and Digital Learning: Methods and Technologies for Humanities Studies provides insight into the most relevant issues in literary education and digital learning. This unique reference fills a gap in literature teaching, covering literary aspects both from educational and research perspectives.","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2010-05-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130334984","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}
引用次数: 104
Knowledge-based networking 知识网络
Pub Date : 2008-07-01 DOI: 10.1145/1385989.1386034
J. Keeney, Dominic Jones, Song Guo, D. Lewis, D. O’Sullivan
Content-based networks (CBN), such as [1--3], have formed around the necessity to match a varying subscriber base to that of a networks publication creators. This "de-coupling" of the parties involved in the communication process allows for message routing to be conducted based on who is interested in a particular message, through a routing table based on subscriber's filters applied to each message, rather than flooding the network in the search for interested possible parties. The underlying message routing structure allows for a message inserted anywhere in the network to propagate across the network based on positive matches to filters (subscriptions) until each and every client interested in the message has been notified in an efficient event-based manner.
基于内容的网络(CBN),如[1- 3],已经围绕将不同的订阅者基础与网络出版物创建者的基础相匹配的必要性而形成。通信过程中涉及的各方的这种“去耦合”允许通过基于应用于每条消息的订阅者过滤器的路由表,根据对特定消息感兴趣的人进行消息路由,而不是在搜索感兴趣的可能各方时充斥网络。底层消息路由结构允许在网络中任何位置插入的消息基于与过滤器(订阅)的正匹配在网络中传播,直到以有效的基于事件的方式通知对该消息感兴趣的每个客户机。
{"title":"Knowledge-based networking","authors":"J. Keeney, Dominic Jones, Song Guo, D. Lewis, D. O’Sullivan","doi":"10.1145/1385989.1386034","DOIUrl":"https://doi.org/10.1145/1385989.1386034","url":null,"abstract":"Content-based networks (CBN), such as [1--3], have formed around the necessity to match a varying subscriber base to that of a networks publication creators. This \"de-coupling\" of the parties involved in the communication process allows for message routing to be conducted based on who is interested in a particular message, through a routing table based on subscriber's filters applied to each message, rather than flooding the network in the search for interested possible parties. The underlying message routing structure allows for a message inserted anywhere in the network to propagate across the network based on positive matches to filters (subscriptions) until each and every client interested in the message has been notified in an efficient event-based manner.","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2008-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129339448","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}
引用次数: 9
Mobile Push for Converged Mobile Services 推动融合移动服务
Pub Date : 1900-01-01 DOI: 10.4018/9781605666976.ch017
S. Tarkoma, J. Heikkinen, J. V. Gurp
{"title":"Mobile Push for Converged Mobile Services","authors":"S. Tarkoma, J. Heikkinen, J. V. Gurp","doi":"10.4018/9781605666976.ch017","DOIUrl":"https://doi.org/10.4018/9781605666976.ch017","url":null,"abstract":"","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114416387","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
Event Models in Distributed Event Based Systems 分布式事件系统中的事件模型
Pub Date : 1900-01-01 DOI: 10.4018/978-1-60566-697-6.CH002
Rolando Blanco, P. Alencar
Applications are regularly developed by composing functionality encapsulated in units of computation. Depending on the type of system these units of computation, components for short, include modules, classes, and programs. The functionality provided by components can be composed by procedural abstraction and implicit invocation (Garlan & Shaw, 1994; Dingel et al., 1998; Notkin et al., 1993). When composing functionality by procedural abstraction, also referred to as explicit invocation, names that identify a component are statically bound to the component implementing the functionality. This is the case of a function in one module invoking another function in another module, or a program in one computer using a Remote Procedure Call (RPC) to invoke functionality implemented by a different program on another computer. In contrast, when composing functionality by implicit invocation, a component announces an event. This event announcement triggers the invocation of functionality implemented by another component. The component announcing the event may or may not be required to know the name nor location of the component triggered by the event. aBsTRaCT
应用程序通常是通过组合封装在计算单元中的功能来开发的。根据系统的类型,这些计算单元(简称组件)包括模块、类和程序。组件提供的功能可以通过过程抽象和隐式调用组成(Garlan & Shaw, 1994;Dingel et al., 1998;Notkin et al., 1993)。当通过过程抽象(也称为显式调用)组合功能时,标识组件的名称被静态地绑定到实现该功能的组件。这是一个模块中的函数调用另一个模块中的另一个函数的情况,或者一台计算机中的程序使用远程过程调用(RPC)来调用由另一台计算机上的不同程序实现的功能。相反,当通过隐式调用组合功能时,组件会宣布一个事件。此事件公告触发对另一个组件实现的功能的调用。宣布该事件的组件可能需要也可能不需要知道由该事件触发的组件的名称和位置。摘要
{"title":"Event Models in Distributed Event Based Systems","authors":"Rolando Blanco, P. Alencar","doi":"10.4018/978-1-60566-697-6.CH002","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6.CH002","url":null,"abstract":"Applications are regularly developed by composing functionality encapsulated in units of computation. Depending on the type of system these units of computation, components for short, include modules, classes, and programs. The functionality provided by components can be composed by procedural abstraction and implicit invocation (Garlan & Shaw, 1994; Dingel et al., 1998; Notkin et al., 1993). When composing functionality by procedural abstraction, also referred to as explicit invocation, names that identify a component are statically bound to the component implementing the functionality. This is the case of a function in one module invoking another function in another module, or a program in one computer using a Remote Procedure Call (RPC) to invoke functionality implemented by a different program on another computer. In contrast, when composing functionality by implicit invocation, a component announces an event. This event announcement triggers the invocation of functionality implemented by another component. The component announcing the event may or may not be required to know the name nor location of the component triggered by the event. aBsTRaCT","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121206865","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}
引用次数: 35
Serendipity Reloaded 意外的重新加载
Pub Date : 1900-01-01 DOI: 10.4018/9781605666976.ch005
D. Cutting, A. Quigley
{"title":"Serendipity Reloaded","authors":"D. Cutting, A. Quigley","doi":"10.4018/9781605666976.ch005","DOIUrl":"https://doi.org/10.4018/9781605666976.ch005","url":null,"abstract":"","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128054946","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
Generic Architecture of Complex Event Processing Systems 复杂事件处理系统的通用体系结构
Pub Date : 1900-01-01 DOI: 10.4018/978-1-60566-697-6.CH001
A. Gal, E. Hadar
In recent years, there has been a growing need for the use of active systems. Active systems perform automatic actions that may be reactive, such as responding to provided stimuli. They may also perform automatic actions that are proactive, such as predicting possible phenomena. While earliest active systems were directed to databases (Dayal U. et al. 1988, Widom & Ceri, 1996), a current major need for such active functionality covers other areas such as Business Activity Monitoring aBsTRaCT
近年来,有源系统的使用需求越来越大。主动系统执行可能是反应性的自动动作,例如对提供的刺激作出反应。它们还可以执行主动的自动操作,例如预测可能出现的现象。虽然最早的活动系统是针对数据库的(Dayal U. et al. 1988, Widom & Ceri, 1996),但目前对此类活动功能的主要需求涵盖了其他领域,如业务活动监控
{"title":"Generic Architecture of Complex Event Processing Systems","authors":"A. Gal, E. Hadar","doi":"10.4018/978-1-60566-697-6.CH001","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6.CH001","url":null,"abstract":"In recent years, there has been a growing need for the use of active systems. Active systems perform automatic actions that may be reactive, such as responding to provided stimuli. They may also perform automatic actions that are proactive, such as predicting possible phenomena. While earliest active systems were directed to databases (Dayal U. et al. 1988, Widom & Ceri, 1996), a current major need for such active functionality covers other areas such as Business Activity Monitoring aBsTRaCT","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115440490","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}
引用次数: 15
Automating Integration Testing of Large-Scale Publish/Subscribe Systems 大规模发布/订阅系统的自动化集成测试
Pub Date : 1900-01-01 DOI: 10.4018/978-1-60566-697-6.CH007
Éric Piel, Alberto González-Sanchez, H. Groß
Publish/subscribe systems are event-based systems separated into several components which publish and subscribe events that correspond to data types. Testing each component individually is not sufficient for testing the whole system; it also requires testing the integration of those components together. In this chapter, first we identify the specificities and difficulties of integration testing of publish/subscribe systems. Afterwards, two different and complementary techniques to test the integration are presented. One is based on the random generation of a high number of event sequences and on generic oracles, in order to find a malfunctioning state of the system. The second one uses a limited number of predefined data-flows which must respect a precise behaviour, implementable with the same mechanism as unit-testing. As event-based systems are well fitted for runtime modification, the particularities of runtime testing are also introduced, and the usage in the context of integration testing is detailed. A case study presents an example of integration testing on a small system inspired by the systems used in the maritime safety and security domain.
发布/订阅系统是基于事件的系统,分为几个组件,这些组件发布和订阅与数据类型对应的事件。单独测试每个组件不足以测试整个系统;它还需要测试这些组件的集成。在本章中,我们首先确定发布/订阅系统集成测试的特殊性和难点。然后,介绍了两种不同的、互补的集成测试技术。一种是基于大量事件序列的随机生成和通用预言,以发现系统的故障状态。第二种方法使用有限数量的预定义数据流,这些数据流必须遵循精确的行为,可通过与单元测试相同的机制实现。由于基于事件的系统非常适合运行时修改,本文还介绍了运行时测试的特点,并详细介绍了在集成测试环境中的使用。一个案例研究给出了一个小系统的集成测试的例子,该系统的灵感来自于海上安全和安保领域中使用的系统。
{"title":"Automating Integration Testing of Large-Scale Publish/Subscribe Systems","authors":"Éric Piel, Alberto González-Sanchez, H. Groß","doi":"10.4018/978-1-60566-697-6.CH007","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6.CH007","url":null,"abstract":"Publish/subscribe systems are event-based systems separated into several components which publish and subscribe events that correspond to data types. Testing each component individually is not sufficient for testing the whole system; it also requires testing the integration of those components together. In this chapter, first we identify the specificities and difficulties of integration testing of publish/subscribe systems. Afterwards, two different and complementary techniques to test the integration are presented. One is based on the random generation of a high number of event sequences and on generic oracles, in order to find a malfunctioning state of the system. The second one uses a limited number of predefined data-flows which must respect a precise behaviour, implementable with the same mechanism as unit-testing. As event-based systems are well fitted for runtime modification, the particularities of runtime testing are also introduced, and the usage in the context of integration testing is detailed. A case study presents an example of integration testing on a small system inspired by the systems used in the maritime safety and security domain.","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127237674","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}
引用次数: 9
Event Processing in Web Service Runtime Environments Web服务运行时环境中的事件处理
Pub Date : 1900-01-01 DOI: 10.4018/978-1-60566-697-6.CH012
Anton Michlmayr, P. Leitner, Florian Rosenberg, S. Dustdar
Service-oriented Architectures (SOA) and Web services have received a lot of attention from both industry and academia. Services as the core entities of every SOA are changing regularly based on various reasons. This poses a clear problem in distributed environments since service providers and consumers are generally loosely coupled. Using the publish/subscribe style of communication service consumers can be notified when such changes occur. In this chapter, we present an approach that leverages event processing mechanisms for Web service runtime environments based on a rich event model and different event visibilities. Our approach covers the full service lifecycle, including runtime information concerning service discovery and service invocation, as well as Quality of Service attributes. Furthermore, besides subscribing to events of interest, users can also search in historical event data. We show how this event notification support was integrated into our service runtime environment VRESCo and give some usage examples in an application context.
面向服务的体系结构(SOA)和Web服务受到了业界和学术界的广泛关注。服务作为每个SOA的核心实体,由于各种原因而定期发生变化。这在分布式环境中造成了一个明显的问题,因为服务提供者和使用者通常是松散耦合的。使用通信服务的发布/订阅样式,可以在发生此类更改时通知消费者。在本章中,我们将介绍一种方法,该方法利用基于丰富事件模型和不同事件可见性的Web服务运行时环境的事件处理机制。我们的方法涵盖了整个服务生命周期,包括有关服务发现和服务调用的运行时信息,以及服务质量属性。此外,除了订阅感兴趣的事件,用户还可以在历史事件数据中进行搜索。我们将展示如何将此事件通知支持集成到我们的服务运行时环境VRESCo中,并在应用程序上下文中给出一些使用示例。
{"title":"Event Processing in Web Service Runtime Environments","authors":"Anton Michlmayr, P. Leitner, Florian Rosenberg, S. Dustdar","doi":"10.4018/978-1-60566-697-6.CH012","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6.CH012","url":null,"abstract":"Service-oriented Architectures (SOA) and Web services have received a lot of attention from both industry and academia. Services as the core entities of every SOA are changing regularly based on various reasons. This poses a clear problem in distributed environments since service providers and consumers are generally loosely coupled. Using the publish/subscribe style of communication service consumers can be notified when such changes occur. In this chapter, we present an approach that leverages event processing mechanisms for Web service runtime environments based on a rich event model and different event visibilities. Our approach covers the full service lifecycle, including runtime information concerning service discovery and service invocation, as well as Quality of Service attributes. Furthermore, besides subscribing to events of interest, users can also search in historical event data. We show how this event notification support was integrated into our service runtime environment VRESCo and give some usage examples in an application context.","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121362984","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}
引用次数: 7
Securing Event-Based Systems 保护基于事件的系统
Pub Date : 1900-01-01 DOI: 10.4018/978-1-60566-697-6.CH006
J. Bacon, D. Eyers, Jatinder Singh
This chapter examines techniques for securing various types of event-based systems. The first section discusses typical application requirements. The following section examines specific event dissemination approaches. Applying applicationlevel security to event-based systems is introduced at first, along with an overview of Role-Based Access Control. Application-level security is a perimeter defence for an event-based system. The next section demonstrates mechanisms for implementing security within a large-scale distributed broker network, including discussion of aBsTRaCT
本章研究保护各种类型的基于事件的系统的技术。第一部分讨论典型的应用程序需求。下一节将介绍具体的事件传播方法。首先介绍将应用程序级安全性应用于基于事件的系统,以及基于角色的访问控制的概述。应用程序级安全性是基于事件的系统的外围防御。下一节将演示在大规模分布式代理网络中实现安全性的机制,包括对aBsTRaCT的讨论
{"title":"Securing Event-Based Systems","authors":"J. Bacon, D. Eyers, Jatinder Singh","doi":"10.4018/978-1-60566-697-6.CH006","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6.CH006","url":null,"abstract":"This chapter examines techniques for securing various types of event-based systems. The first section discusses typical application requirements. The following section examines specific event dissemination approaches. Applying applicationlevel security to event-based systems is introduced at first, along with an overview of Role-Based Access Control. Application-level security is a perimeter defence for an event-based system. The next section demonstrates mechanisms for implementing security within a large-scale distributed broker network, including discussion of aBsTRaCT","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121891395","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
Event-Based Interaction for Rescue and Emergency Applications in Mobile and Disruptive Environments 基于事件的交互在移动和破坏性环境中的救援和应急应用
Pub Date : 1900-01-01 DOI: 10.4018/978-1-60566-697-6.CH018
Katrine Stemland Skjelsvik, V. Goebel, T. Plagemann
Rescue operations may occur in environments where there is no communication infrastructure or where the infrastructure has been damaged by the incident itself. In addition to, or as a replacement to radio and telephones, handheld PDA-like devices can be used at the rescue site for communication. Such devices run applications and can spontaneously form a mobile ad-hoc network (MANET) using their wireless network interfaces. The purpose of setting up such a network is to exchange aBsTRaCT
救援行动可能发生在没有通信基础设施或基础设施被事件本身破坏的环境中。除此之外,或者作为无线电和电话的替代品,手持pda类设备可以在救援现场用于通信。这样的设备运行应用程序,并且可以使用它们的无线网络接口自发地形成移动自组织网络(MANET)。建立这样一个网络的目的是为了交换摘要
{"title":"Event-Based Interaction for Rescue and Emergency Applications in Mobile and Disruptive Environments","authors":"Katrine Stemland Skjelsvik, V. Goebel, T. Plagemann","doi":"10.4018/978-1-60566-697-6.CH018","DOIUrl":"https://doi.org/10.4018/978-1-60566-697-6.CH018","url":null,"abstract":"Rescue operations may occur in environments where there is no communication infrastructure or where the infrastructure has been damaged by the incident itself. In addition to, or as a replacement to radio and telephones, handheld PDA-like devices can be used at the rescue site for communication. Such devices run applications and can spontaneously form a mobile ad-hoc network (MANET) using their wireless network interfaces. The purpose of setting up such a network is to exchange aBsTRaCT","PeriodicalId":253133,"journal":{"name":"Principles and Applications of Distributed Event-Based Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134113897","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
期刊
Principles and Applications of Distributed Event-Based 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