首页 > 最新文献

M-MPAC '10最新文献

英文 中文
Model-based translucency in middleware: supporting seamful development 中间件中基于模型的透明性:支持无缝开发
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890797
Kari R. Schougaard, J. L. Jensen
Traditionally, extensibility and adaptability in middleware is achieved through thorough design of the problem domain. The key variability points are modeled at design time to allow plugin of new functionality at different points in the system. Unfortunately, it is historically shown that the actual adaptability needs at some point differs from the ones predicted. We argue that the seams, which are hidden in middleware with seamless design, should be accessible for pervasive computing application developers. It cannot be foreseen which aspects of a seam the domain or application need. We suggest that in addition to modeling the domain variability points the middleware should expose a model of the internal processing mechanisms of the middleware itself. The middleware should support modification of this model. Furthermore, at all places where the middleware achieves the normal seamless use of the domain, the model should be adaptable and adaptations should be absorbed into the middleware. We present model-based translucency as a middleware construction goal. The supporting arguments are given and examples of use of models in middleware are compared to the requirements for which we argue.
传统上,中间件的可扩展性和适应性是通过对问题域的全面设计来实现的。关键的可变性点在设计时建模,以允许在系统的不同点插入新功能。不幸的是,历史表明,在某些时候,实际的适应性需求与预测的需求不同。我们认为,接缝隐藏在具有无缝设计的中间件中,普适计算应用程序开发人员应该可以访问这些接缝。无法预见领域或应用程序需要接缝的哪些方面。我们建议,除了对领域可变性点建模之外,中间件还应该公开中间件本身的内部处理机制的模型。中间件应该支持对该模型的修改。此外,在中间件实现领域正常无缝使用的所有地方,模型应该是可适应的,并且适应性应该被中间件吸收。我们将基于模型的半透明作为中间件的构建目标。给出了支持的论据,并将中间件中模型的使用示例与我们所论证的需求进行了比较。
{"title":"Model-based translucency in middleware: supporting seamful development","authors":"Kari R. Schougaard, J. L. Jensen","doi":"10.1145/1890791.1890797","DOIUrl":"https://doi.org/10.1145/1890791.1890797","url":null,"abstract":"Traditionally, extensibility and adaptability in middleware is achieved through thorough design of the problem domain. The key variability points are modeled at design time to allow plugin of new functionality at different points in the system. Unfortunately, it is historically shown that the actual adaptability needs at some point differs from the ones predicted.\u0000 We argue that the seams, which are hidden in middleware with seamless design, should be accessible for pervasive computing application developers. It cannot be foreseen which aspects of a seam the domain or application need. We suggest that in addition to modeling the domain variability points the middleware should expose a model of the internal processing mechanisms of the middleware itself. The middleware should support modification of this model. Furthermore, at all places where the middleware achieves the normal seamless use of the domain, the model should be adaptable and adaptations should be absorbed into the middleware.\u0000 We present model-based translucency as a middleware construction goal. The supporting arguments are given and examples of use of models in middleware are compared to the requirements for which we argue.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117145662","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 virtual network system 虚拟网络系统
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890794
J. Määttä, R. Järvinen, Riku Luostarinen, J. Manner
A popular technology area quickly gains competing solutions to solve the same goal. Examples include file systems and storage, and communication technologies. All competing solutions typically introduce their own specific functionality, programming models and APIs; this generally forces application programmers to choose a specific solution and build the application for it. There exists exceptions to this unfortunate state of affairs, e.g., Linux includes the Virtual File System (VFS) to decouple applications from specific local storage devices. A similar functionality is provided by the Network File System (NFS), i.e., it decouples the client from the storage server. The communication technologies do not have a similar solution: each technology is different and has its own programming model and API. In this paper we introduce the Virtual Network System (VNS) that combines the concepts of VFS and NFS for communication technologies. Our solution is a middleware that enables a unified API for applications to use any communication technology, local or remote. We describe our architecture and discuss our current implementation that enables communication over IP and VHF radio.
一个流行的技术领域很快就会获得解决相同目标的竞争解决方案。例子包括文件系统和存储,以及通信技术。所有竞争的解决方案通常都会引入自己特定的功能、编程模型和api;这通常迫使应用程序程序员选择特定的解决方案并为此构建应用程序。这种不幸的情况也存在例外,例如,Linux包含虚拟文件系统(VFS)来将应用程序与特定的本地存储设备分离。网络文件系统(NFS)提供了类似的功能,即,它将客户端与存储服务器解耦。通信技术没有类似的解决方案:每种技术都是不同的,并且有自己的编程模型和API。本文介绍了虚拟网络系统(VNS),它结合了VFS和NFS通信技术的概念。我们的解决方案是一个中间件,它为应用程序提供了一个统一的API,可以使用任何本地或远程通信技术。我们描述了我们的架构,并讨论了我们目前的实现,使我们能够通过IP和甚高频无线电进行通信。
{"title":"The virtual network system","authors":"J. Määttä, R. Järvinen, Riku Luostarinen, J. Manner","doi":"10.1145/1890791.1890794","DOIUrl":"https://doi.org/10.1145/1890791.1890794","url":null,"abstract":"A popular technology area quickly gains competing solutions to solve the same goal. Examples include file systems and storage, and communication technologies. All competing solutions typically introduce their own specific functionality, programming models and APIs; this generally forces application programmers to choose a specific solution and build the application for it. There exists exceptions to this unfortunate state of affairs, e.g., Linux includes the Virtual File System (VFS) to decouple applications from specific local storage devices. A similar functionality is provided by the Network File System (NFS), i.e., it decouples the client from the storage server. The communication technologies do not have a similar solution: each technology is different and has its own programming model and API. In this paper we introduce the Virtual Network System (VNS) that combines the concepts of VFS and NFS for communication technologies. Our solution is a middleware that enables a unified API for applications to use any communication technology, local or remote. We describe our architecture and discuss our current implementation that enables communication over IP and VHF radio.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129999794","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
A location based security framework for authenticating mobile phones 用于验证移动电话的基于位置的安全框架
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890796
L. Francis, K. Mayes, G. Hancke, K. Markantonakis
Although the utilisation of location information in mobile network access systems has given rise to a variety of applications and services, it is thought that the underlying service authentication model and the related security can be further enhanced. We propose a hierarchical location and proximity based access framework to services using mobile devices. We then show that it is practically feasible to implement this framework using 'intelligent' mobile agents. We discuss the necessary security mechanisms and security protocols for such a framework and show that our framework is resilient to relay attacks. The developed location aware mobile agent is equipped with accurate source-of-location sensing that operates online and offline.
虽然在移动网络接入系统中对位置信息的利用产生了各种各样的应用和服务,但我们认为底层的服务认证模型和相关的安全性可以进一步增强。我们提出了一个分层的基于位置和邻近的访问框架,以使用移动设备的服务。然后,我们证明了使用“智能”移动代理实现这个框架实际上是可行的。我们讨论了这种框架的必要安全机制和安全协议,并表明我们的框架对中继攻击具有弹性。所开发的位置感知移动代理配备了在线和离线操作的精确位置感应源。
{"title":"A location based security framework for authenticating mobile phones","authors":"L. Francis, K. Mayes, G. Hancke, K. Markantonakis","doi":"10.1145/1890791.1890796","DOIUrl":"https://doi.org/10.1145/1890791.1890796","url":null,"abstract":"Although the utilisation of location information in mobile network access systems has given rise to a variety of applications and services, it is thought that the underlying service authentication model and the related security can be further enhanced. We propose a hierarchical location and proximity based access framework to services using mobile devices. We then show that it is practically feasible to implement this framework using 'intelligent' mobile agents. We discuss the necessary security mechanisms and security protocols for such a framework and show that our framework is resilient to relay attacks. The developed location aware mobile agent is equipped with accurate source-of-location sensing that operates online and offline.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"283 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122473209","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}
引用次数: 11
Exposing position uncertainty in middleware 暴露中间件中的位置不确定性
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890792
J. L. Jensen, M. Kjærgaard, Thomas Toftkjær, Kari R. Schougaard
Traditionally, the goal for positioning middleware is to provide developers with seamless position transparency, i.e., providing a connection between the application domain and the positioning sensors while hiding the complexity of the positioning technologies in use. A key part of the hidden complexity is the uncertainty associated to positions caused by inherent limitations when using sensors to convert physical phenomena to digital representations. We propose to use the notion of seamful design for developers to design a positioning middleware that provides transparent positioning and still allows developers some control of the uncertainty aspects of the positioning process. The design presented in this paper shows how uncertainty of positioning can be conceptualized and internalized into a positioning middleware. Furthermore, we argue that a developer who is interacting with uncertainty concepts is best supported when provided with a programming method with declarative constructs.
传统上,定位中间件的目标是为开发人员提供无缝的位置透明性,即在应用领域和定位传感器之间提供连接,同时隐藏所使用的定位技术的复杂性。隐藏复杂性的一个关键部分是,当使用传感器将物理现象转换为数字表示时,由固有限制引起的与位置相关的不确定性。我们建议为开发人员使用无缝设计的概念来设计一个定位中间件,它提供透明的定位,并且仍然允许开发人员对定位过程的不确定性方面进行一些控制。本文的设计展示了如何将定位的不确定性概念化并内化到定位中间件中。此外,我们认为,当提供具有声明性结构的编程方法时,最好支持与不确定性概念交互的开发人员。
{"title":"Exposing position uncertainty in middleware","authors":"J. L. Jensen, M. Kjærgaard, Thomas Toftkjær, Kari R. Schougaard","doi":"10.1145/1890791.1890792","DOIUrl":"https://doi.org/10.1145/1890791.1890792","url":null,"abstract":"Traditionally, the goal for positioning middleware is to provide developers with seamless position transparency, i.e., providing a connection between the application domain and the positioning sensors while hiding the complexity of the positioning technologies in use. A key part of the hidden complexity is the uncertainty associated to positions caused by inherent limitations when using sensors to convert physical phenomena to digital representations. We propose to use the notion of seamful design for developers to design a positioning middleware that provides transparent positioning and still allows developers some control of the uncertainty aspects of the positioning process. The design presented in this paper shows how uncertainty of positioning can be conceptualized and internalized into a positioning middleware. Furthermore, we argue that a developer who is interacting with uncertainty concepts is best supported when provided with a programming method with declarative constructs.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130626398","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}
引用次数: 3
System support for anywhere anytime personal computing environment 系统支持随时随地的个人计算环境
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890798
M. Al-Mutawa, Shivakant Mishra
A personal computing environment is comprised of a set of components that include processors, storage devices, networking support, and peripheral devices. This paper identifies the key functionalities needed to build a loosely-coupled, anywhere, anytime personal computing environment and then describes the design of a middleware service called CID3 (Coordinated Integration of Dynamically Discovered Devices) that provides system-level support for implementing those functionalities. CID3 has been designed to run on a variety of computing devices ranging from small mobile devices such as cell phones and PDAs to larger, resource-rich devices such as laptops and desktops.
个人计算环境由一组组件组成,其中包括处理器、存储设备、网络支持和外围设备。本文确定了构建松耦合、随时随地的个人计算环境所需的关键功能,然后描述了称为CID3(动态发现设备的协调集成)的中间件服务的设计,该服务为实现这些功能提供了系统级支持。CID3被设计用于在各种计算设备上运行,从小型移动设备(如手机和pda)到大型、资源丰富的设备(如笔记本电脑和台式机)。
{"title":"System support for anywhere anytime personal computing environment","authors":"M. Al-Mutawa, Shivakant Mishra","doi":"10.1145/1890791.1890798","DOIUrl":"https://doi.org/10.1145/1890791.1890798","url":null,"abstract":"A personal computing environment is comprised of a set of components that include processors, storage devices, networking support, and peripheral devices. This paper identifies the key functionalities needed to build a loosely-coupled, anywhere, anytime personal computing environment and then describes the design of a middleware service called CID3 (Coordinated Integration of Dynamically Discovered Devices) that provides system-level support for implementing those functionalities. CID3 has been designed to run on a variety of computing devices ranging from small mobile devices such as cell phones and PDAs to larger, resource-rich devices such as laptops and desktops.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129949178","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}
引用次数: 3
Beaconing support in publish-subscribe middleware for vehicular applications 针对车载应用程序的发布-订阅中间件中的信标支持
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890795
V. Gianuzzi, A. Merlo
Vehicular Ad hoc Network (VANET) is a wireless network formed on the fly among vehicles connected by wireless links. A VANET application can learn about the context by acquiring and parsing beacons periodically broadcasted by other vehicles. In this paper we investigate the requirements of the applications that use vehicle beaconing to increase safety of road transportations and to provide drivers with sensitive information about traffic condition. On this topic, an open issue is related to the analysis and management of the beacon stream by means of a suitable middleware. To this aim, we discuss the design of a Publish-Subscribe based middleware for VANET applications, namely ACME, tailored to accomplish suitable queries over the beacons in a flexible and adaptive way, satisfying the applications requirements. Finally, a prototype implementation of ACME is presented.
车载自组网(VANET)是通过无线链路连接的车辆之间动态形成的无线网络。VANET应用程序可以通过获取和解析其他车辆定期广播的信标来了解上下文。在本文中,我们研究了使用车辆信标的应用需求,以提高道路运输的安全性,并为驾驶员提供交通状况的敏感信息。在这个主题上,一个悬而未决的问题是通过合适的中间件来分析和管理信标流。为此,我们讨论了面向VANET应用程序的基于发布-订阅的中间件(即ACME)的设计,该中间件被定制为以灵活和自适应的方式完成对信标的适当查询,从而满足应用程序需求。最后,给出了ACME的一个原型实现。
{"title":"Beaconing support in publish-subscribe middleware for vehicular applications","authors":"V. Gianuzzi, A. Merlo","doi":"10.1145/1890791.1890795","DOIUrl":"https://doi.org/10.1145/1890791.1890795","url":null,"abstract":"Vehicular Ad hoc Network (VANET) is a wireless network formed on the fly among vehicles connected by wireless links. A VANET application can learn about the context by acquiring and parsing beacons periodically broadcasted by other vehicles.\u0000 In this paper we investigate the requirements of the applications that use vehicle beaconing to increase safety of road transportations and to provide drivers with sensitive information about traffic condition. On this topic, an open issue is related to the analysis and management of the beacon stream by means of a suitable middleware. To this aim, we discuss the design of a Publish-Subscribe based middleware for VANET applications, namely ACME, tailored to accomplish suitable queries over the beacons in a flexible and adaptive way, satisfying the applications requirements. Finally, a prototype implementation of ACME is presented.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130013707","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
Jano: specification and enforcement of location privacy in mobile and pervasive environments Jano:移动和普及环境中位置隐私的规范和实施
Pub Date : 2010-11-29 DOI: 10.1145/1890791.1890793
José Simão, Carlos Ribeiro, P. Ferreira, L. Veiga
Today there are many location technologies providing people or object location. However, location privacy must be ensured before providing widely disseminated location services. Privacy rules may depend not only on the identity of the requester, but also on past events such as the places visited by the person being located, or previous location queries. So, location systems must support the specification and enforcement of security policies allowing users to specify when, how and who can know their location. We propose a middleware platform named Jano1 supporting both pull and push location requests while enforcing configurable security policies. Policies are specified using the Security Policy Language - SPL, facilitating the use of well known security models. In particular, Jano supports history-based policies applied to persons or objects location. The system was implemented with the integration of several location technologies (e.g. GPS, Bluetooth, etc.), and dealing with the heterogeneity aspects. It provides an interface that facilitates policy specification and has good performance.
今天有许多定位技术提供人或物体的定位。然而,在提供广泛传播的位置服务之前,必须确保位置隐私。隐私规则可能不仅取决于请求者的身份,还取决于过去的事件,比如被定位的人访问过的地方,或者以前的位置查询。因此,定位系统必须支持安全策略的规范和实施,允许用户指定何时、如何以及谁可以知道他们的位置。我们提出了一个名为Jano1的中间件平台,它既支持拉位置请求,也支持推位置请求,同时实施可配置的安全策略。使用安全策略语言(SPL)指定策略,方便使用众所周知的安全模型。特别是,Jano支持应用于人员或对象位置的基于历史的策略。该系统集成了多种定位技术(如GPS、蓝牙等),并处理了异构方面的问题。它提供了一个方便策略规范的接口,具有良好的性能。
{"title":"Jano: specification and enforcement of location privacy in mobile and pervasive environments","authors":"José Simão, Carlos Ribeiro, P. Ferreira, L. Veiga","doi":"10.1145/1890791.1890793","DOIUrl":"https://doi.org/10.1145/1890791.1890793","url":null,"abstract":"Today there are many location technologies providing people or object location. However, location privacy must be ensured before providing widely disseminated location services. Privacy rules may depend not only on the identity of the requester, but also on past events such as the places visited by the person being located, or previous location queries.\u0000 So, location systems must support the specification and enforcement of security policies allowing users to specify when, how and who can know their location. We propose a middleware platform named Jano1 supporting both pull and push location requests while enforcing configurable security policies. Policies are specified using the Security Policy Language - SPL, facilitating the use of well known security models. In particular, Jano supports history-based policies applied to persons or objects location.\u0000 The system was implemented with the integration of several location technologies (e.g. GPS, Bluetooth, etc.), and dealing with the heterogeneity aspects. It provides an interface that facilitates policy specification and has good performance.","PeriodicalId":324878,"journal":{"name":"M-MPAC '10","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-11-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127975377","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}
引用次数: 3
期刊
M-MPAC '10
全部 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