Bio-DSGS: An Automated Bioinformatics Data Service Generation System

Size: px
Start display at page:

Download "Bio-DSGS: An Automated Bioinformatics Data Service Generation System"

Transcription

1 Journal of Computational Information Systems 7: 8 (2011) Available at Bio-DSGS: An Automated Bioinformatics Data Service Generation System Shuang QIU, Yadong WANG, Liang CHENG, Yongzhuang LIU Center for Biomedical Informatics, Harbin Institute of Technology, Harbin , China Abstract With the development of bioinformatics at molecular level, a significant amount of data has been generated and stored in various databases. The data is often required from multiple bioinformatics databases in bioinformatics research. However, due to geographical distribution and heterogeneity of bioinformatics databases, there are still many problems in the way of data sharing and access. In this paper, based on the service-oriented architecture and metadata management technique, we proposed and implemented an integrated system named Bio-DSGS. Bio-DSGS enables the bioinformatics databases to be automatically encapsulated into the data services and be published on the Internet. As a result, the heterogeneous data resources of biological information will be facilitated to be accessed, shared and integrated. Keywords: Bioinformatics Database; Data Service; Metadata; Service-oriented Architecture 1. Introduction With the development of genomics and the popularity of computer networks, a large number of bioinformatics databases have been established, which are used to collect, analyze, sort and publish various biological information of animals, plants and microorganisms [1]. In bioinformatics research, data is often supplied from multiple bioinformatics databases. However the existing bioinformatics databases have many problems in the way of data sharing and access. Firstly, it is not easy to share the data in the geographically distributed bioinformatics databases. Secondly, due to lack of standardized description of data in the bioinformatics databases, users are hard to understand the data. Thirdly, there is no uniform way of data access that is propitious for user. If the owners of bioinformatics databases provide data services for data access, the difficulty of data sharing in bioinformatics databases can be solved well. Data service [2] is based on Web service [3], which provides the service for the data access. The data service may visit bioinformatics database and return the obtained result to the user according to his request. But for a large number of bioinformatics databases, there will be quite difficult for the developers if they prepare data services for all databases manually, for example, heavy workload, high cost, fallibility, non-uniform data access. In this paper, according to the requests of bioinformatics data in sharing and access, based on SOA [4], we proposed and implemented a bioinformatics data service generation system (Bio-DSGS), which is able Corresponding author. addresse: ydwang@hit.edu.cn (Yadong WANG) / Copyright 2011 Binary Information Press August, 2011

2 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) to realize the automatic generation of data services and reduce the development costs of data service significantly by defining the metadata data and the object class file under the characteristics of data service and bioinformatics database. By introducing the metadata management [5,6], the system is able to solve problems of data indigestibility, heterogeneity and other issues in bioinformatics databases, furthermore, it realizes the data service with uniform access, which is automatically generated from bioinformatics databases. The remainder of the paper is organized as follows: Section 2 presents functions of each part of the system; Section 3 illustrates the workflow; Section 4 shows the generation flow of data services, and brings forward the feasibility and effectiveness of the system by performing access test to generated data services. Finally, the conclusion and the future work are proposed in Section System Architecture The architecture of Bio-DSGS is shown in Figure 1, which consists of three parts: data resource, data management engine, data service management engine. To perform uniform data access, publish data in the way of the service, and achieve the secure data accessing, a series of management tools are used in the system, including the metadata-extraction tool, the class information-extraction tool, the data service-generation tool, and so on. Fig.1 The Architecture of Bio-DSGS 2.1. Data Resource Data resources are geographically distributed and heterogeneous bioinformatics databases, which are derived from the scientific research of bioinformatics. The bioinformatics databases can be classified into four major categories: the genome database [7], the first-class structure of a protein and nucleic acid sequence database [8], three-dimensional structure database of the biological macromolecules [9] and the secondary-class database on the basis of the three above-mentioned category databases for information and

3 2991 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) documentation Data Management Engine Data management engine is the core module in Bio-DSGS, which ensures the uniform data access by extracting the metadata from database and mapping the metadata file to data object class file. The data management engine includes the metadata management engine and the data object management engine. 1) Metadata management engine Based on Dublin Core standard [10], Bio-DSGS establishes the metadata schema. With the schema, the metadata management engine can utilize the metadata-extraction tool to extract information (such as datasheets, table field/properties, data structure, and database security access, et al.) from the bioinformatics database, which will be converted into the metadata files. And the metadata files are managed by metadata-vocabulary-management tool, metadata-model-management tool et al.. Functions of above two tools are described as follows: Metadata-vocabulary-management tool manages descriptive vocabularies for data in metadata; Metadata-model-management tool is adopted to manage modes of metadata. 2) Data object management engine Data service cannot access to the database through the metadata file which is just the abstract information from the database. Therefore it is necessary to convert the metadata file into the data object class file, through which the data service can access to the data resource. The system constructs the data object management engine, which is used to convert the metadata file into data object class file, to control the management of data object class file and the operation of data access. Based on the data object class files, the system can provide the uniform data access. Data resource access is performed by operating the data object class file, thus it is necessary to set up the control of the access to data resources and the security in the data object management, which will ultimately enhance the security and reliability during visiting the data resource. To achieve above goal, two tools are proposed and the functions of the two tools are described as follows: Access-management tool for data object class files transforms the access to the data object class files into the access to the database; Security-management tool for data object class files is used to ensure the security for the access to the data object class files Data Service Management Engine Data service management engine consists of the data service generation engine and the data service container. Through the data service generation tool, the data service management engine encapsulates the general data package of established data service and the data object class files into the bioinformatics data service, and then publishes the data service into the data service container, which can make the client convenient to call for the data service and achieve the purpose of uniform data access. The data service container manages the published data services through the indexing service, which can facilitate the client to retrieve the published data service.

4 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) System Workflow Bio-DSGS converts bioinformatics databases to data services by using a series of tools, which facilitates the bioinformatics database resource access and sharing. The data service generation process and the client access process through the data service will be introduced as follows Data Service Generation Process Data service generation process is shown as Figure 2. The process consists of three steps: 1) Metadata extraction process. The metadata file is constructed by the metadata-extraction tool. 2) Data object class information extraction process. The metadata is mapped into the data object class file by the class information-extraction tool. 3) Class files and the constructed general data service package are published as the data service by the data service generation tool. Fig.2 Data Service Generation Process 3.2. Database Access Process in the Client by the Data Service As is shown in Figure 3, the process consists of four steps: 1) The user submits the data access request to the data service by the data service client. 2) The data service transforms the data access request into the data object class access request file. 3) The access-management tool for the data object class files converts the data object class access request to the database access request, which realizes the database access. 4) The data service returns the result of data access to the user. Fig.3 Database Access Process in the Client 4. Example In this section, we will illustrate how to construct the data service in the system and ensure the reliability and validity of the generated data service by checking the database performance test in the client.

5 2993 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) mir2disease Database mir2disease database [11], which aims to provide an integrated resource of microrna disorder in human diseases, is a database that the data is verified manually. The database contains 1939 corresponding relations between 299 micrornas from more than 600 literatures and more than 100 kinds of diseases Generation Data Service Based on the mir2disease Generation data service based on the mir2disease is processed as the following steps: Step1. The Information of datasheets in mir2disease database is shown as Table 1. Metadata are extracted from mir2diseas database in terms of datasheets, properties of datasheets, access information of the database by metadata-extraction tool, in which metadata in the mirna2disease sheet is shown as Table 2, then the metadata files are generated. Step2. Metadata files are transmitted into a series of data object class files by class information-extraction tool. Step3. The general data package of established data service and the data object class file are packed as the data service, and then published. The web site of mir2disease data service is Database Access Performance Test in the Client The system establishes a reusable layer of data services between the bioinformatics database and the application program. Users can obtain the data by accessing the data service instead of the database. For the former, the time expenditure of data access will increase slightly, in the actual application, though, both the network transmission and the database query spend more time relatively. Thus the additional expenditure of time is just the one that the service converts the user s request to the database access request. This additional time, compared to the time of network transmission delay and the database query time, is negligible and can be accepted by users, thus the service is feasible. Here we take the query of mir2disease database as an example. The response time interval from the time when the system obtains a request to the time when the request is converted into the database access request, the query time in the database, and time for network transmission of user s request together with results are tested respectively. The results are shown in Table 3. From results in above test, we can see that the network transmission delay and the database query time are determined by a variety of reasons, such as the size of database, the complexity of inquire statement, the size of transferring data and so on. Compared to the network transmission delay and the database query time, the switching interval is so short that it can be ignored. The additional expenditure of time by the data service is much less than 1s, which can be accepted by users. Using the data service has little effect on the performance of database access for users. Therefore the data service can meet user s request.

6 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) Table 1 Names and Contents in the mir2disease Database Sheet Table Name Content Description disease_ mapping This table stores all of the standard disease names and identifications in Disease Ontology. mirna2disease This table stores the correspondence between microrna and diseases. reference_ information This table stores the references for correspondence between microrna and diseases. tarbaselist This table stores the names of target genes which transcript into microrna targetlist This table also stores names of target genes which transcript into microrna, but its source is different from tarbaselist. 5. Conclusion In conclusion, we have analyzed the problems of data access and sharing in bioinformatics databases. A data service generation system of bioinformatics database is designed and completed. The system can establish data services for geographically distributed and heterogeneous bioinformatics databases, which can provide a unified way of data access. In next step, the major work is about the construction of the uniform ontology of data services in the field of bioinformatics, the semantic description of each data service will be performed to facilitate the integration of data services, and furthermore, the basis of the integration of bioinformatics databases can be provided. Table 2 Metadata Extracted from the Mirna2disease Database Sheet Data Element Definition Range Conceptual Domain Remarks id Integer, positive, unlimited length Identifier, corresponds to the primary key of the database sheet, no practical significance Corresponds to the record_ id field in the sheet mirna String, such as hsa-mir-125b-2, et al., only the standard name of microrna, no alias or abbreviation, name is divided into 3 or 4 sections, linked by - The standard name of microrna Corresponds to the mirna field in the sheet doid Integer, positive, unlimited length The disease id provided by Disease Ontology Corresponds to the DOID field in the sheet disease String, lowercased English, abbreviation can be incidental, for example, follicular lymphoma (FL), length less than 255 Name of disease, using the generic name provided by Disease Ontology Corresponds to the Disease field in the sheet

7 2995 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) expression String, enumerator, three values: normal, down-regulated, up-regulated Express the amount of genes transcripted to microrna Corresponds to the Expression field in the sheet, the amount of transcription is 10, if normal, 5 if down-regulated, 15 if up-regulated method String, enumerator, two values, microarray and Northern blot, qrt-pcr etc The method for measuring the correspondence between mirna and disease Corresponds to the Method field in the sheet, microarray represents method of microarray, Northern blot represents RNA blotting, qrt-pcr represents the method for reverse transcription quantitative PCR. description String, unlimited length, unlimited format Detailed description of associations between disease and microrna. Corresponds to the Description field in the sheet target String, length less than 255, names of target genes is connected by,, use "unknown" for none or uncertain The names of target genes corresponding to MicroRNA Corresponds to the target field in the sheet, the result comes from experiments by the user tarbase String, length less than 255, names of target genes is connected by,, use "unknown" for none or uncertain The names of target genes corresponding to MicroRNA Corresponds to the tarbase field in the sheet, the result comes from references years Integer, four bits, years Time pmid Integer, usually eight bits The id for the reference Corresponds to the Years field in the sheet, it is the year when the reference published Corresponds to the PMID field in the sheet, references on the correspondence between disease and microrna relationship_ type Integer, enumerator, three values: 0,1,2 The types of relationship between disease and microrna Corresponds to the relationship_ type field in the sheet, 0 represents relationship has not been determined, 1 represents microrna results in disease, 2 represents disease results in microrna causal String, enumerator, two values: Unspecified and Causal influence between mirna and disease or not Corresponds to the Causal field in the sheet. Unspecified represents the relationship is unspecified, Causal represents the certain causal relationship Table 3 Performance Test Invoked by the Service Items in the Test Switching Interval Query Time Time for Network Transmission Obtain all information about hsa-let-7g in the mirna2disease Inquire the published date of a literature in the reference_ information table < 1ms 578ms 2342ms < 1ms 26ms 1325ms Search all literatures about the lung disease < 1ms 130ms 2081ms Inquire the microrna information associated with diseases in some literature Obtain the first 200 information in the mirna2disease table < 1ms 678ms 3109ms < 1ms 191ms 2207ms

8 S. Qiu et al. /Journal of Computational Information Systems 7:8 (2011) Acknowledgement The research work is supported by National Key Technology R&D Program (2008BAI64B03). References [1] M.Y. Galperin, G.R. Cochrane. Nucleic Acids Research annual Database Issue and the NAR online Molecular Biology Database Collection in Nucleic Acids Res, 37(Database issue):d1-4, [2] B.G. Cui. A Data Service Virtualization Mechanism for Dynamic Data Integration. Journal of Computational Information Systems, 4(2): , [3] P. Muschamp. An Introduction to Web Service. BT Technology Journal, 22(1):9-18, [4] S. Kleijnen, S. Raju. An Open Web Services Architecture. Queue, 1(1):38-46, [5] G.K. Phokion. Schema Mappings, Data Exchange, and Metadata Management. Proceedings of the twenty-fourth ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems. Baltimore, USA, pages 61-75, [6] M. Ji, X. Xu, H.C. Zhu, Z. Li, S.S. Wang. Design and Realization of the Mining Multi-scale Spatial Database based on Metadata Operation. The 3 rd IEEE International Conference on Computer Science and Information Technology. Chengdu, China, pages , [7] T. Hubbard et al.. The Ensemble Genome Database Project. Nucleic Acids Res, 30(1): 38-41, [8] A. Bairoch, R. Apweiler. The SWISS- PROT Protein Sequence Database and its Supplement TrEMBL in Nucleic Acids Res, 28(1): 45-48, [9] A. Stein, R.B. Russell, P. Aloy. 3did: Interacting Protein Domains of Known Three-dimensional Structure. Nucleic Acids Res, 33(suppl 1):D413-D417, [10] S. Bird, G. Simons. Extending Dublin Core Metadata to Support the Description and Discovery of Language Resources. Computers and the Humanities, 37(4): , [11] Q.H. Jiang, Y.D. Wang, Y.Y. Hao, L.R. Juan, M.X. Teng, X.J. Zhang, M.M. Li, G.H. Wang and Y.L. Liu. mir2disease: a Manually Curated Database for microrna Deregulation in Human Disease. Nucleic Acids Res, 37(Database issue):d98-104, 2009.

Remote Sensitive Image Stations and Grid Services

Remote Sensitive Image Stations and Grid Services International Journal of Grid and Distributed Computing 23 Remote Sensing Images Data Integration Based on the Agent Service Binge Cui, Chuanmin Wang, Qiang Wang College of Information Science and Engineering,

More information

Web-Based Genomic Information Integration with Gene Ontology

Web-Based Genomic Information Integration with Gene Ontology Web-Based Genomic Information Integration with Gene Ontology Kai Xu 1 IMAGEN group, National ICT Australia, Sydney, Australia, kai.xu@nicta.com.au Abstract. Despite the dramatic growth of online genomic

More information

Research of the Combination of Distributed Business Processes Based on Dynamic Planning

Research of the Combination of Distributed Business Processes Based on Dynamic Planning , pp.257-266 http://dx.doi.org/10.14257/ijunesst.2015.8.6.25 Research of the Combination of Distributed Business Processes Based on Dynamic Planning Yuan Gang, Sun Rui-zhi and Shi Yin-xue Key laboratory

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova Using the Grid for the interactive workflow management in biomedicine Andrea Schenone BIOLAB DIST University of Genova overview background requirements solution case study results background A multilevel

More information

Intro to Bioinformatics

Intro to Bioinformatics Intro to Bioinformatics Marylyn D Ritchie, PhD Professor, Biochemistry and Molecular Biology Director, Center for Systems Genomics The Pennsylvania State University Sarah A Pendergrass, PhD Research Associate

More information

Data Integration of Bioinformatics Database Based on Web Services

Data Integration of Bioinformatics Database Based on Web Services Data Integration of Bioinformatics Database Based on Web Services Yuelan Liu, Jian hua Wang College of Computer, Harbin Normal University Intelligent Education Information Technology Emphases Lab of Heilongjiang

More information

arxiv:1305.4455v1 [cs.dl] 20 May 2013

arxiv:1305.4455v1 [cs.dl] 20 May 2013 SHARE: A Web Service Based Framework for Distributed Querying and Reasoning on the Semantic Web Ben P Vandervalk, E Luke McCarthy, and Mark D Wilkinson arxiv:1305.4455v1 [cs.dl] 20 May 2013 The Providence

More information

Design and Implementation of IaaS platform based on tool migration Wei Ding

Design and Implementation of IaaS platform based on tool migration Wei Ding 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of IaaS platform based on tool migration Wei Ding State Key Laboratory

More information

Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA. Hong-lv Wang, Yong Cen

Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA. Hong-lv Wang, Yong Cen Implementation of Information Integration Platform in Chinese Tobacco Industry Enterprise Based on SOA Hong-lv Wang, Yong Cen Information Center, China Tobacco Zhejiang Industrial Co., Ltd Hangzhou, China,

More information

Research of PROFIBUS PA s integration in PROFINET IO

Research of PROFIBUS PA s integration in PROFINET IO 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research of PROFIBUS PA s integration in PROFINET IO Zhijia Yang 1, a *, Zhongsheng Li 1,2,b, Feng Qiao 2

More information

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity

More information

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu 1, Kaiyi Wang 1*, Shufeng Wang 1, Feng Yang 1 and Xiandi Zhang 1, 1 Beijing Research Center for

More information

Mobile terminal Database Management and Designing a Table

Mobile terminal Database Management and Designing a Table Code Generation for Mobile Terminals Accessing to the Remote Database Based on Object Association Wen Hu, Yanli Zhao School of Computer and Information Engineering, Harbin University of Commerce, 150028

More information

Research and Design of Heterogeneous Data Exchange System in E-Government Based on XML

Research and Design of Heterogeneous Data Exchange System in E-Government Based on XML Research and Design of Heterogeneous Data Exchange System in E-Government Based on XML Huaiwen He, Yi Zheng, and Yihong Yang School of Computer, University of Electronic Science and Technology of China,

More information

Product data model for PLM system

Product data model for PLM system roduct data model for LM system Li Yumei, Wan Li, Xiong Tifan (National CAD Support Software Engineering Research Center, Huazhong University of Science and Technology, Wuhan 430074) Abstract: roduct lifecycle

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Design of Network Educating Information System Based on Use Cases Driven Shenwei Wang 1 & Min Guo 2

Design of Network Educating Information System Based on Use Cases Driven Shenwei Wang 1 & Min Guo 2 International Symposium on Social Science (ISSS 2015) Design of Network Educating Information System Based on Use Cases Driven Shenwei Wang 1 & Min Guo 2 1 College of Electronic and Control Engineering,

More information

Cloud and Open BIM-Based Building Information Interoperability Research *

Cloud and Open BIM-Based Building Information Interoperability Research * Journal of Service Science and Management, 2014, 7, 47-56 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jssm http://dx.doi.org/10.4236/jssm.2014.72005 Cloud and Open BIM-Based Building

More information

CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW

CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW CONCEPTUAL MODEL OF MULTI-AGENT BUSINESS COLLABORATION BASED ON CLOUD WORKFLOW 1 XINQIN GAO, 2 MINGSHUN YANG, 3 YONG LIU, 4 XIAOLI HOU School of Mechanical and Precision Instrument Engineering, Xi'an University

More information

An ECG Monitoring and Alarming System Based On Android Smart Phone

An ECG Monitoring and Alarming System Based On Android Smart Phone Communications and Network, 2013, 5, 584-589 http://dx.doi.org/10.4236/cn.2013.53b2105 Published Online September 2013 (http://www.scirp.org/journal/cn) An ECG Monitoring and Alarming System Based On Android

More information

The Power Marketing Information System Model Based on Cloud Computing

The Power Marketing Information System Model Based on Cloud Computing 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.96 The Power Marketing Information

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

org.rn.eg.db December 16, 2015 org.rn.egaccnum is an R object that contains mappings between Entrez Gene identifiers and GenBank accession numbers.

org.rn.eg.db December 16, 2015 org.rn.egaccnum is an R object that contains mappings between Entrez Gene identifiers and GenBank accession numbers. org.rn.eg.db December 16, 2015 org.rn.egaccnum Map Entrez Gene identifiers to GenBank Accession Numbers org.rn.egaccnum is an R object that contains mappings between Entrez Gene identifiers and GenBank

More information

BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS

BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS 1. The Technology Strategy sets out six areas where technological developments are required to push the frontiers of knowledge

More information

Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li

Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Research on Cloud Computing Network Architecture Based on SDN Technology Weibo Li wuhan textile university, Wuhan,

More information

DataFoundry Data Warehousing and Integration for Scientific Data Management

DataFoundry Data Warehousing and Integration for Scientific Data Management UCRL-ID-127593 DataFoundry Data Warehousing and Integration for Scientific Data Management R. Musick, T. Critchlow, M. Ganesh, K. Fidelis, A. Zemla and T. Slezak U.S. Department of Energy Livermore National

More information

The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang

The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Key Technology Research of Virtual Laboratory based On Cloud Computing Ling Zhang Nanjing Communications

More information

Capability Service Management System for Manufacturing Equipments in

Capability Service Management System for Manufacturing Equipments in Capability Service Management System for Manufacturing Equipments in Cloud Manufacturing 1 Junwei Yan, 2 Sijin Xin, 3 Quan Liu, 4 Wenjun Xu *1, Corresponding Author School of Information Engineering, Wuhan

More information

SOA Based Mobile Application Software Test Framework

SOA Based Mobile Application Software Test Framework SOA Based Mobile Application Software Framework LIU Zhi-fang, LIU Bin Dept. of System Engineering of Engineering Technology Beihang University Beijing, China GAO Xiao-peng School of Computer Science and

More information

RETRIEVING SEQUENCE INFORMATION. Nucleotide sequence databases. Database search. Sequence alignment and comparison

RETRIEVING SEQUENCE INFORMATION. Nucleotide sequence databases. Database search. Sequence alignment and comparison RETRIEVING SEQUENCE INFORMATION Nucleotide sequence databases Database search Sequence alignment and comparison Biological sequence databases Originally just a storage place for sequences. Currently the

More information

AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE

AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE ACCELERATING PROGRESS IS IN OUR GENES AGILENT S BIOINFORMATICS ANALYSIS SOFTWARE GENESPRING GENE EXPRESSION (GX) MASS PROFILER PROFESSIONAL (MPP) PATHWAY ARCHITECT (PA) See Deeper. Reach Further. BIOINFORMATICS

More information

Study on the Students Intelligent Food Card System Based on SaaS

Study on the Students Intelligent Food Card System Based on SaaS Advance Journal of Food Science and Technology 9(11): 871-875, 2015 ISSN: 2042-4868; e-issn: 2042-4876 2015 Maxwell Scientific Publication Corp. Submitted: April 9, 2015 Accepted: April 22, 2015 Published:

More information

Using Ontologies in Proteus for Modeling Data Mining Analysis of Proteomics Experiments

Using Ontologies in Proteus for Modeling Data Mining Analysis of Proteomics Experiments Using Ontologies in Proteus for Modeling Data Mining Analysis of Proteomics Experiments Mario Cannataro, Pietro Hiram Guzzi, Tommaso Mazza, and Pierangelo Veltri University Magna Græcia of Catanzaro, 88100

More information

Data integration options using the Semantic Web. David Shotton

Data integration options using the Semantic Web. David Shotton Workshop on Linked Data and the Semantic Web OUCS, 29/03/2010 Data integration options using the Semantic Web David Shotton Image BioInformatics Research Group Department of Zoology University of Oxford,

More information

Development of a Web-based Information Service Platform for Protected Crop Pests

Development of a Web-based Information Service Platform for Protected Crop Pests Development of a Web-based Information Service Platform for Protected Crop Pests Chong Huang 1, Haiguang Wang 1 1 Department of Plant Pathology, China Agricultural University, Beijing, P. R. China 100193

More information

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb

Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Design and Implementation of Supermarket Management System Yongchang Rena, Mengyao Chenb College

More information

Data Grids. Lidan Wang April 5, 2007

Data Grids. Lidan Wang April 5, 2007 Data Grids Lidan Wang April 5, 2007 Outline Data-intensive applications Challenges in data access, integration and management in Grid setting Grid services for these data-intensive application Architectural

More information

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 , pp. 331-342 http://dx.doi.org/10.14257/ijfgcn.2015.8.2.27 Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 Changming Li, Jie Shen and

More information

A Primer of Genome Science THIRD

A Primer of Genome Science THIRD A Primer of Genome Science THIRD EDITION GREG GIBSON-SPENCER V. MUSE North Carolina State University Sinauer Associates, Inc. Publishers Sunderland, Massachusetts USA Contents Preface xi 1 Genome Projects:

More information

ToxiCat: Hybrid Named Entity Recognition services to support curation of the Comparative Toxicogenomic Database

ToxiCat: Hybrid Named Entity Recognition services to support curation of the Comparative Toxicogenomic Database ToxiCat: Hybrid Named Entity Recognition services to support curation of the Comparative Toxicogenomic Database Dina Vishnyakova 1,2, 4, *, Julien Gobeill 1,3,4, Emilie Pasche 1,2,3,4 and Patrick Ruch

More information

Project Knowledge Management Based on Social Networks

Project Knowledge Management Based on Social Networks DOI: 10.7763/IPEDR. 2014. V70. 10 Project Knowledge Management Based on Social Networks Panos Fitsilis 1+, Vassilis Gerogiannis 1, and Leonidas Anthopoulos 1 1 Business Administration Dep., Technological

More information

AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID

AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID R. D. Goranova 1, V. T. Dimitrov 2 Faculty of Mathematics and Informatics, University of Sofia S. Kliment Ohridski, 1164, Sofia, Bulgaria

More information

A Service Modeling Approach with Business-Level Reusability and Extensibility

A Service Modeling Approach with Business-Level Reusability and Extensibility A Service Modeling Approach with Business-Level Reusability and Extensibility Jianwu Wang 1,2, Jian Yu 1, Yanbo Han 1 1 Institute of Computing Technology, Chinese Academy of Sciences, 100080, Beijing,

More information

The Research on System Framework and Application of Analytical CRM based on MAS

The Research on System Framework and Application of Analytical CRM based on MAS The Research on System Framework and Application of Analytical CRM based on MAS Pei Liu RanRan Li GuoRui Jiang Economics and Management School Beijing University of Technology, Beijing ABSTRACT This paper

More information

In 2014, the Research Data group @ Purdue University

In 2014, the Research Data group @ Purdue University EDITOR S SUMMARY At the 2015 ASIS&T Research Data Access and Preservation (RDAP) Summit, panelists from Research Data @ Purdue University Libraries discussed the organizational structure intended to promote

More information

Intelligent Manage for the Operating System Services

Intelligent Manage for the Operating System Services Intelligent Manage for the Operating System Services Eman K. Elsayed, Nahed Desouky Mathematical and computer science Department, Faculty of Science(Girls), Al-Azhar University, Cairo, Egypt. emankaram10@azhar.edu.eg,

More information

Service Virtualization in Large Scale, Heterogeneous and Distributed Environment

Service Virtualization in Large Scale, Heterogeneous and Distributed Environment Service Virtualization in Large Scale, Heterogeneous and Distributed Environment Hong-Hui Chen 1, De-Ke Guo 1, Xue Qun-Wei, Xue-Shan Luo 1, Wei-Ming Zhang 1 1 School of Information System &Management,

More information

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing *

Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Research on Digital Agricultural Information Resources Sharing Plan Based on Cloud Computing * Guifen Chen 1,**, Xu Wang 2, Hang Chen 1, Chunan Li 1, Guangwei Zeng 1, Yan Wang 1, and Peixun Liu 1 1 College

More information

Modern Accounting Information System Security (AISS) Research Based on IT Technology

Modern Accounting Information System Security (AISS) Research Based on IT Technology , pp.163-170 http://dx.doi.org/10.14257/astl.2016. Modern Accounting Information System Security (AISS) Research Based on IT Technology Jiamin Fang and Liqing Shu Accounting Branch, Jilin Business and

More information

HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR

HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR Priti Kalode 1, Dr Onkar S Kemkar 2, Dr P R Gundalwar 3 Research Student, Dept of Comp Sci &Elec, RTM Nagpur University

More information

SPMF: a Java Open-Source Pattern Mining Library

SPMF: a Java Open-Source Pattern Mining Library Journal of Machine Learning Research 1 (2014) 1-5 Submitted 4/12; Published 10/14 SPMF: a Java Open-Source Pattern Mining Library Philippe Fournier-Viger philippe.fournier-viger@umoncton.ca Department

More information

Visualization Method of Trajectory Data Based on GML, KML

Visualization Method of Trajectory Data Based on GML, KML Visualization Method of Trajectory Data Based on GML, KML Junhuai Li, Jinqin Wang, Lei Yu, Rui Qi, and Jing Zhang School of Computer Science & Engineering, Xi'an University of Technology, Xi'an 710048,

More information

Bioinformatics Grid - Enabled Tools For Biologists.

Bioinformatics Grid - Enabled Tools For Biologists. Bioinformatics Grid - Enabled Tools For Biologists. What is Grid-Enabled Tools (GET)? As number of data from the genomics and proteomics experiment increases. Problems arise for the current sequence analysis

More information

Study on System Architecture of Coastal Environmental Monitoring Data Integration

Study on System Architecture of Coastal Environmental Monitoring Data Integration Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Study on System Architecture of Coastal Environmental Monitoring Data Integration 1, 2 Ping ZHANG, 1 Xiujuan WANG, 2 Feng

More information

Big Data Storage Architecture Design in Cloud Computing

Big Data Storage Architecture Design in Cloud Computing Big Data Storage Architecture Design in Cloud Computing Xuebin Chen 1, Shi Wang 1( ), Yanyan Dong 1, and Xu Wang 2 1 College of Science, North China University of Science and Technology, Tangshan, Hebei,

More information

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley P1.1 AN INTEGRATED DATA MANAGEMENT, RETRIEVAL AND VISUALIZATION SYSTEM FOR EARTH SCIENCE DATASETS Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University Xu Liang ** University

More information

A Case Study of Question Answering in Automatic Tourism Service Packaging

A Case Study of Question Answering in Automatic Tourism Service Packaging BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 13, Special Issue Sofia 2013 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2013-0045 A Case Study of Question

More information

Load Balancing Algorithm Based on Services

Load Balancing Algorithm Based on Services Journal of Information & Computational Science 10:11 (2013) 3305 3312 July 20, 2013 Available at http://www.joics.com Load Balancing Algorithm Based on Services Yufang Zhang a, Qinlei Wei a,, Ying Zhao

More information

Check Your Data Freedom: A Taxonomy to Assess Life Science Database Openness

Check Your Data Freedom: A Taxonomy to Assess Life Science Database Openness Check Your Data Freedom: A Taxonomy to Assess Life Science Database Openness Melanie Dulong de Rosnay Fellow, Science Commons and Berkman Center for Internet & Society at Harvard University This article

More information

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

Mobile Storage and Search Engine of Information Oriented to Food Cloud

Mobile Storage and Search Engine of Information Oriented to Food Cloud Advance Journal of Food Science and Technology 5(10): 1331-1336, 2013 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2013 Submitted: May 29, 2013 Accepted: July 04, 2013 Published:

More information

How to Improve the Efficiency of Collaborative Product Development

How to Improve the Efficiency of Collaborative Product Development A workflow enabled distributed collaboration environment for development of complicated products Ping Jiang, Yang Yang, Ling Kuang, Xinyu Shao, Liping Zhang State Key Lab of Digital Manufacturing Equipment

More information

Design and Implementation of Production Management Information System for Jiujiang Railway Track Depot

Design and Implementation of Production Management Information System for Jiujiang Railway Track Depot Management Information System for Jiujiang Railway Track Depot 1 Information Technology Center Jiujiang University Jiujiang, Jiangxi, 332005, China E-mail: rcl@jju.edu.cn Upon analyzing the actual situation

More information

Data Integration and Decision-Making For Biomarkers Discovery, Validation and Evaluation. D. POLVERARI, CTO October 06-07 2008

Data Integration and Decision-Making For Biomarkers Discovery, Validation and Evaluation. D. POLVERARI, CTO October 06-07 2008 Data Integration and Decision-Making For Biomarkers Discovery, Validation and Evaluation D. POLVERARI, CTO October 06-07 2008 Data integration definition and aims Definition : Data integration consists

More information

Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield. Karamay Hongyou Software Co., Ltd.

Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield. Karamay Hongyou Software Co., Ltd. Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield Karamay Hongyou Software Co., Ltd. Professional technologies and information technology enhance the development of the oil industry.

More information

EUR-Lex 2012 Data Extraction using Web Services

EUR-Lex 2012 Data Extraction using Web Services DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...

More information

Describing Web Services for user-oriented retrieval

Describing Web Services for user-oriented retrieval Describing Web Services for user-oriented retrieval Duncan Hull, Robert Stevens, and Phillip Lord School of Computer Science, University of Manchester, Oxford Road, Manchester, UK. M13 9PL Abstract. As

More information

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper CAST-2015 provides an opportunity for researchers, academicians, scientists and

More information

Make search become the internal function of Internet

Make search become the internal function of Internet Make search become the internal function of Internet Wang Liang 1, Guo Yi-Ping 2, Fang Ming 3 1, 3 (Department of Control Science and Control Engineer, Huazhong University of Science and Technology, WuHan,

More information

Data Mining Governance for Service Oriented Architecture

Data Mining Governance for Service Oriented Architecture Data Mining Governance for Service Oriented Architecture Ali Beklen Software Group IBM Turkey Istanbul, TURKEY alibek@tr.ibm.com Turgay Tugay Bilgin Dept. of Computer Engineering Maltepe University Istanbul,

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 621-625. Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 621-625. Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5): 621-625 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Analysis on the problems and countermeasures for

More information

Microarray Technology

Microarray Technology Microarrays And Functional Genomics CPSC265 Matt Hudson Microarray Technology Relatively young technology Usually used like a Northern blot can determine the amount of mrna for a particular gene Except

More information

AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS

AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS Distr. GENERAL Working Paper No.2 26 April 2007 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL

More information

Scientific databases. Biological data management

Scientific databases. Biological data management Scientific databases Biological data management The term paper within the framework of the course Principles of Modern Database Systems by Aleksejs Kontijevskis PhD student The Linnaeus Centre for Bioinformatics

More information

Vad är bioinformatik och varför behöver vi det i vården? a bioinformatician's perspectives

Vad är bioinformatik och varför behöver vi det i vården? a bioinformatician's perspectives Vad är bioinformatik och varför behöver vi det i vården? a bioinformatician's perspectives Dirk.Repsilber@oru.se 2015-05-21 Functional Bioinformatics, Örebro University Vad är bioinformatik och varför

More information

Enable Location-based Services with a Tracking Framework

Enable Location-based Services with a Tracking Framework Enable Location-based Services with a Tracking Framework Mareike Kritzler University of Muenster, Institute for Geoinformatics, Weseler Str. 253, 48151 Münster, Germany kritzler@uni-muenster.de Abstract.

More information

Wireless Sensor Networks Database: Data Management and Implementation

Wireless Sensor Networks Database: Data Management and Implementation Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Wireless Sensor Networks Database: Data Management and Implementation Ping Liu Computer and Information Engineering Institute,

More information

A Service Revenue-oriented Task Scheduling Model of Cloud Computing

A Service Revenue-oriented Task Scheduling Model of Cloud Computing Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,

More information

MULTI AGENT-BASED DISTRIBUTED DATA MINING

MULTI AGENT-BASED DISTRIBUTED DATA MINING MULTI AGENT-BASED DISTRIBUTED DATA MINING REECHA B. PRAJAPATI 1, SUMITRA MENARIA 2 Department of Computer Science and Engineering, Parul Institute of Technology, Gujarat Technology University Abstract:

More information

Module 1. Sequence Formats and Retrieval. Charles Steward

Module 1. Sequence Formats and Retrieval. Charles Steward The Open Door Workshop Module 1 Sequence Formats and Retrieval Charles Steward 1 Aims Acquaint you with different file formats and associated annotations. Introduce different nucleotide and protein databases.

More information

Nucleic Acid Amplification Life Science Dashboard Series 3

Nucleic Acid Amplification Life Science Dashboard Series 3 Brochure More information from http://www.researchandmarkets.com/reports/1937244/ Nucleic Acid Amplification Life Science Dashboard Series 3 Description: Nucleic acid amplification is one of the most commonly

More information

Using Hierarchical Task Network Planning Techniques to Create Custom Web Search Services over Multiple Biomedical Databases

Using Hierarchical Task Network Planning Techniques to Create Custom Web Search Services over Multiple Biomedical Databases Using Hierarchical Task Network Planning Techniques to Create Custom Web Search Services over Multiple Biomedical Databases Miguel García-Remesal Biomedical Informatics Group, Dep. Inteligencia Artificial,

More information

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at

City Data Pipeline. A System for Making Open Data Useful for Cities. stefan.bischof@tuwien.ac.at City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

Semantic and Personalised Service Discovery

Semantic and Personalised Service Discovery Semantic and Personalised Service Discovery Phillip Lord 1, Chris Wroe 1, Robert Stevens 1,Carole Goble 1, Simon Miles 2, Luc Moreau 2, Keith Decker 2, Terry Payne 2 and Juri Papay 2 1 Department of Computer

More information

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY

ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute

More information

Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing

Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing www.ijcsi.org 579 Research and realization of Resource Cloud Encapsulation in Cloud Manufacturing Zhang Ming 1, Hu Chunyang 2 1 Department of Teaching and Practicing, Guilin University of Electronic Technology

More information

IJSER Figure1 Wrapper Architecture

IJSER Figure1 Wrapper Architecture International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May-2014 24 ONTOLOGY BASED DATA INTEGRATION WITH USER FEEDBACK Devini.K, M.S. Hema Abstract-Many applications need to access

More information

Intelligent Human Machine Interface Design for Advanced Product Life Cycle Management Systems

Intelligent Human Machine Interface Design for Advanced Product Life Cycle Management Systems Intelligent Human Machine Interface Design for Advanced Product Life Cycle Management Systems Zeeshan Ahmed Vienna University of Technology Getreidemarkt 9/307, 1060 Vienna Austria Email: zeeshan.ahmed@tuwien.ac.at

More information

One Continuous Auditing Practice in China: Data-oriented Online Auditing(DOOA)

One Continuous Auditing Practice in China: Data-oriented Online Auditing(DOOA) One Continuous Auditing Practice in China: Data-oriented Online Auditing(DOOA) Wei Chen, Jin-cheng Zhang, and Yu-quan Jiang Nanjing Audit University, Nanjing, Jiangsu 210029, China chenweich@nau.edu.cn

More information

Database Construction of Real Estate Assessment Based on Big Data Liang Zhou 1,2,a, Liang Shi 3, Sijia Zhang

Database Construction of Real Estate Assessment Based on Big Data Liang Zhou 1,2,a, Liang Shi 3, Sijia Zhang 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) base Construction of Real Estate Assessment Based on Big Liang Zhou 1,2,a, Liang Shi 3, Sijia Zhang

More information

IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD

IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Journal homepage: www.mjret.in ISSN:2348-6953 IMPROVING BUSINESS PROCESS MODELING USING RECOMMENDATION METHOD Deepak Ramchandara Lad 1, Soumitra S. Das 2 Computer Dept. 12 Dr. D. Y. Patil School of Engineering,(Affiliated

More information

A Summary of Principles of Enterprise Architecture of Public Entities

A Summary of Principles of Enterprise Architecture of Public Entities A Summary of Principles of Enterprise Architecture of Public Entities Version: 1.0 17 June 2015 Introduction The document presents a summarized version of the principles of enterprise architecture of public

More information

Data Integration Hub for a Hybrid Paper Search

Data Integration Hub for a Hybrid Paper Search Data Integration Hub for a Hybrid Paper Search Jungkee Kim 1,2, Geoffrey Fox 2, and Seong-Joon Yoo 3 1 Department of Computer Science, Florida State University, Tallahassee FL 32306, U.S.A., jungkkim@cs.fsu.edu,

More information

Indian Journal of Science The International Journal for Science ISSN 2319 7730 EISSN 2319 7749 2016 Discovery Publication. All Rights Reserved

Indian Journal of Science The International Journal for Science ISSN 2319 7730 EISSN 2319 7749 2016 Discovery Publication. All Rights Reserved Indian Journal of Science The International Journal for Science ISSN 2319 7730 EISSN 2319 7749 2016 Discovery Publication. All Rights Reserved Perspective Big Data Framework for Healthcare using Hadoop

More information

Business Rule Standards -- Interoperability and Portability

Business Rule Standards -- Interoperability and Portability Rule Standards -- Interoperability and Portability April 2005 Mark H. Linehan Senior Technical Staff Member IBM Software Group Emerging Technology mlinehan@us.ibm.com Donald F. Ferguson IBM Fellow Software

More information

BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS

BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS NEW YORK CITY COLLEGE OF TECHNOLOGY The City University Of New York School of Arts and Sciences Biological Sciences Department Course title:

More information