首页 > 最新文献

Datenbanksysteme für Business, Technologie und Web最新文献

英文 中文
Extracting reproducible simulation studies from model repositories using the combinearchive toolkit 使用组合工具包从模型存储库中提取可重复的模拟研究
Pub Date : 2015-01-15 DOI: 10.7287/PEERJ.PREPRINTS.792V1
Martin Scharm, Dagmar Waltemath
The COMBINE archive is a digital container format for files related to a virtual experiment in computational biology. It eases the management of numerous files related to a simulation study, fosters collaboration, and ultimately enables the exchange of reproducible research results. The CombineArchive Toolkit is a software for creating, exploring, modifying, and sharing COMBINE archives. Open model repositories such as BioModels Database are a valuable resource of models and associated simulation descriptions. However, so far no tool exists to export COMBINE archives for a given simulation study from such databases. Here we demonstrate how the CombineArchive Toolkit can be used to extract reproducible simulation studies from model repositories. We use the example of Masymos, a graph database with a sophisticated link concept to connect model-related files on the storage layer.
COMBINE档案是与计算生物学中的虚拟实验相关的文件的数字容器格式。它简化了与模拟研究相关的大量文件的管理,促进了协作,并最终实现了可重复研究结果的交换。CombineArchive Toolkit是一个用于创建、探索、修改和共享COMBINE档案的软件。开放模型存储库,如生物模型数据库是模型和相关仿真描述的宝贵资源。然而,到目前为止,还没有工具可以从这些数据库中导出给定模拟研究的COMBINE档案。这里我们将演示如何使用CombineArchive Toolkit从模型存储库中提取可重复的模拟研究。我们以Masymos为例,它是一个图形数据库,具有复杂的链接概念,用于连接存储层上与模型相关的文件。
{"title":"Extracting reproducible simulation studies from model repositories using the combinearchive toolkit","authors":"Martin Scharm, Dagmar Waltemath","doi":"10.7287/PEERJ.PREPRINTS.792V1","DOIUrl":"https://doi.org/10.7287/PEERJ.PREPRINTS.792V1","url":null,"abstract":"The COMBINE archive is a digital container format for files related to a virtual experiment in computational biology. It eases the management of numerous files related to a simulation study, fosters collaboration, and ultimately enables the exchange of reproducible research results. The CombineArchive Toolkit is a software for creating, exploring, modifying, and sharing COMBINE archives. Open model repositories such as BioModels Database are a valuable resource of models and associated simulation descriptions. However, so far no tool exists to export COMBINE archives for a given simulation study from such databases. Here we demonstrate how the CombineArchive Toolkit can be used to extract reproducible simulation studies from model repositories. We use the example of Masymos, a graph database with a sophisticated link concept to connect model-related files on the storage layer.","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-01-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132614061","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}
引用次数: 6
Towards a Distributed Search Engine 走向分布式搜索引擎
Pub Date : 2010-05-26 DOI: 10.1007/978-3-642-13073-1_1
R. Baeza-Yates
{"title":"Towards a Distributed Search Engine","authors":"R. Baeza-Yates","doi":"10.1007/978-3-642-13073-1_1","DOIUrl":"https://doi.org/10.1007/978-3-642-13073-1_1","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2010-05-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132953149","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
Self-Extending Peer Data Management 自扩展对等数据管理
Pub Date : 2005-03-01 DOI: 10.18452/9200
Ralf Heese, Sven Herschel, Felix Naumann, A. Roth
Peer data management systems (PDMS) are the natural extension of integrated information systems. Conventionally, a single integrating system manages an integrated schema, distributes queries to appropriate sources, and integrates incoming data to a common result. In contrast, a PDMS consists of a set of peers, each of which can play the role of an integrating component. A peer knows about its neighboring peers by mappings, which help to translate queries and transform data. Queries submitted to one peer are answered by data residing at that peer and by data that is reached along paths of mappings through the network of peers. The only restriction for PDMS to cover unbounded data is the need to formulate at least one mapping from some known peer to a new data source. We propose a Semantic Web based method that overcomes this restriction, albeit at a price. As sources are dynamically and automatically included in a PDMS, three factors diminish quality: The new source itself might store data of poor quality, the mapping to the PDMS might be incorrect, and the mapping to the PDMS might be incomplete. To compensate, we propose a quality model to measure this effect, a cost model to restrict query planning to the best paths through the PDMS, and techniques to answer queries in such Webscale PDMS efficiently. 1 An Ever-growing PDMS The step from centralized database systems (DBMS) to distributed and then to federated database systems (FDBMS) removed the assumption that data must be located at the same site as the query. A federated database provides a global schema that represents the data it can access locally and remotely. The global schema is related to the local schemata via schema mappings, which specify how the schema of a local database maps to the global schema. The federated database accepts a query against its global schema and distributes it according to the schema mappings to the different sites where the data resides. Those sites execute the partial queries and send results back to the requesting peer. Again, the schema mappings specify how data is to be translated to conform to the global schema. The results are further processed and combined to be finally fused into a single response to the user. A natural extension to this paradigm is to remove the assumption that queries are only asked against a single integrating site. Peer data management systems (PDMS) are built of multiple peers, each of which provides a schema and accepts queries against the schema. Again, the peers are connected by mappings among their schemata. However, instead of forming a tree with a single root, each peer can be connected to any number of other peers. Queries against a schema of one peer can be answered using the data of the entire PDMS, as long as appropriate mappings have been formed (see Fig. 1). In general, a query
对等数据管理系统(PDMS)是综合信息系统的自然延伸。通常,单个集成系统管理一个集成的模式,将查询分发到适当的源,并将传入的数据集成为一个公共结果。相反,PDMS由一组对等点组成,每个对等点都可以扮演集成组件的角色。对等体通过映射了解其相邻的对等体,这有助于转换查询和转换数据。提交给一个对等点的查询由驻留在该对等点的数据和通过对等点网络沿映射路径到达的数据来回答。PDMS覆盖无界数据的唯一限制是从某个已知对等点到新数据源的至少一个映射。我们提出了一种基于语义Web的方法来克服这一限制,尽管这是有代价的。由于源是动态和自动地包含在PDMS中,因此有三个因素会降低质量:新源本身可能存储质量较差的数据,到PDMS的映射可能不正确,到PDMS的映射可能不完整。为了补偿这种影响,我们提出了一个质量模型来衡量这种影响,一个成本模型来限制查询计划通过PDMS的最佳路径,以及在这种Webscale PDMS中有效回答查询的技术。从集中式数据库系统(DBMS)到分布式数据库系统,再到联邦数据库系统(FDBMS),消除了数据必须与查询位于同一站点的假设。联邦数据库提供一个全局模式,表示它可以在本地和远程访问的数据。全局模式通过模式映射与本地模式相关联,模式映射指定了本地数据库的模式如何映射到全局模式。联邦数据库接受针对其全局模式的查询,并根据模式映射将其分发到数据所在的不同站点。这些站点执行部分查询并将结果发送回请求对等端。同样,模式映射指定如何转换数据以符合全局模式。这些结果将被进一步处理和组合,最终融合成对用户的单个响应。对这种范式的自然扩展是消除仅针对单个集成站点请求查询的假设。对等数据管理系统(PDMS)由多个对等点组成,每个对等点提供一个模式并接受针对该模式的查询。同样,对等体通过它们的模式之间的映射连接起来。但是,每个对等体可以连接到任意数量的其他对等体,而不是形成具有单个根的树。只要形成了适当的映射(参见图1),就可以使用整个PDMS的数据回答针对一个对等点模式的查询
{"title":"Self-Extending Peer Data Management","authors":"Ralf Heese, Sven Herschel, Felix Naumann, A. Roth","doi":"10.18452/9200","DOIUrl":"https://doi.org/10.18452/9200","url":null,"abstract":"Peer data management systems (PDMS) are the natural extension of integrated information systems. Conventionally, a single integrating system manages an integrated schema, distributes queries to appropriate sources, and integrates incoming data to a common result. In contrast, a PDMS consists of a set of peers, each of which can play the role of an integrating component. A peer knows about its neighboring peers by mappings, which help to translate queries and transform data. Queries submitted to one peer are answered by data residing at that peer and by data that is reached along paths of mappings through the network of peers. The only restriction for PDMS to cover unbounded data is the need to formulate at least one mapping from some known peer to a new data source. We propose a Semantic Web based method that overcomes this restriction, albeit at a price. As sources are dynamically and automatically included in a PDMS, three factors diminish quality: The new source itself might store data of poor quality, the mapping to the PDMS might be incorrect, and the mapping to the PDMS might be incomplete. To compensate, we propose a quality model to measure this effect, a cost model to restrict query planning to the best paths through the PDMS, and techniques to answer queries in such Webscale PDMS efficiently. 1 An Ever-growing PDMS The step from centralized database systems (DBMS) to distributed and then to federated database systems (FDBMS) removed the assumption that data must be located at the same site as the query. A federated database provides a global schema that represents the data it can access locally and remotely. The global schema is related to the local schemata via schema mappings, which specify how the schema of a local database maps to the global schema. The federated database accepts a query against its global schema and distributes it according to the schema mappings to the different sites where the data resides. Those sites execute the partial queries and send results back to the requesting peer. Again, the schema mappings specify how data is to be translated to conform to the global schema. The results are further processed and combined to be finally fused into a single response to the user. A natural extension to this paradigm is to remove the assumption that queries are only asked against a single integrating site. Peer data management systems (PDMS) are built of multiple peers, each of which provides a schema and accepts queries against the schema. Again, the peers are connected by mappings among their schemata. However, instead of forming a tree with a single root, each peer can be connected to any number of other peers. Queries against a schema of one peer can be answered using the data of the entire PDMS, as long as appropriate mappings have been formed (see Fig. 1). In general, a query","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"149 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115858569","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
Adaptives und verteiltes Workflow-Management 匹配和流程图管理
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_5
T. Bauer, M. Reichert, P. Dadam
{"title":"Adaptives und verteiltes Workflow-Management","authors":"T. Bauer, M. Reichert, P. Dadam","doi":"10.1007/978-3-642-56687-5_5","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_5","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120967537","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
DARWIN - Ein Data Warehouse Projekt der Deutschen Telekom AG 达尔文——德国电信公司的数据仓库项目
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_35
A. Bernhardt, S. Benner, Frank Pollmann
{"title":"DARWIN - Ein Data Warehouse Projekt der Deutschen Telekom AG","authors":"A. Bernhardt, S. Benner, Frank Pollmann","doi":"10.1007/978-3-642-56687-5_35","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_35","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121239947","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
Verteilte Metadatenverwaltung für die Anfragebearbeitung auf Internet-Datenquellen 开发了数据管理系统,为网络数据源工作提供了数据
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_10
Markus Keidl, Alexander Kreutz, Alfons Kemper, Donald Kossmann
{"title":"Verteilte Metadatenverwaltung für die Anfragebearbeitung auf Internet-Datenquellen","authors":"Markus Keidl, Alexander Kreutz, Alfons Kemper, Donald Kossmann","doi":"10.1007/978-3-642-56687-5_10","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_10","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128286815","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
Query preprocessing for integrated search in heterogeneous data sources 异构数据源集成搜索的查询预处理
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_13
Ruxandra Domenig, K. Dittrich
{"title":"Query preprocessing for integrated search in heterogeneous data sources","authors":"Ruxandra Domenig, K. Dittrich","doi":"10.1007/978-3-642-56687-5_13","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_13","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"84 Pt 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129038741","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
Hierarchische Speicherverwaltung für Informationssysteme mit Tertiärspeicher 三层信息系统的级别记忆管理
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_32
Achim Kraiss
{"title":"Hierarchische Speicherverwaltung für Informationssysteme mit Tertiärspeicher","authors":"Achim Kraiss","doi":"10.1007/978-3-642-56687-5_32","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_32","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"86 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115653744","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
Schema Evolution in Federated Information Systems 联邦信息系统中的模式演化
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_4
Susanne Busse, C. Pons
{"title":"Schema Evolution in Federated Information Systems","authors":"Susanne Busse, C. Pons","doi":"10.1007/978-3-642-56687-5_4","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_4","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130697240","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
XMach-1: A Benchmark for XML Data Management XMach-1: XML数据管理的基准
Pub Date : 2001-03-07 DOI: 10.1007/978-3-642-56687-5_20
Timo Böhme, E. Rahm
{"title":"XMach-1: A Benchmark for XML Data Management","authors":"Timo Böhme, E. Rahm","doi":"10.1007/978-3-642-56687-5_20","DOIUrl":"https://doi.org/10.1007/978-3-642-56687-5_20","url":null,"abstract":"","PeriodicalId":421643,"journal":{"name":"Datenbanksysteme für Business, Technologie und Web","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-03-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126887160","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}
引用次数: 142
期刊
Datenbanksysteme für Business, Technologie und Web
全部 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