1: \documentclass[12pt,a4]{article}
2: \usepackage{epsfig}
3: \renewcommand{\baselinestretch}{1.00}
4: \oddsidemargin 0.5in
5: \evensidemargin 0.5in
6: \textwidth 6.0in
7: \textheight 9.0in
8: \topmargin -.25in
9: \begin{document}
10: \bibliographystyle{alpha}
11: \pagenumbering{arabic}
12:
13: \title{Structuring Business Metadata in Data Warehouse
14: Systems for Effective Business Support}
15: \author{{\em N.L. Sarda}\\[1ex]
16: Department of Computer Science and Engineering \\ Indian Institute of Technology Bombay \\ Mumbai, India \\[1ex]
17: {\em nls@cse.iitb.ernet.in}}
18: \date{}
19:
20: \maketitle
21: \thispagestyle{empty}
22:
23: \subsection*{\centering Abstract}
24: \noindent
25: {
26: \small
27: %
28: Large organizations today are being served by different
29: types of data processing and informations systems, ranging from
30: the operational (OLTP) systems, data warehouse systems, to data
31: mining and business intelligence applications. It is important
32: to create an integrated repository of what these system contain
33: and do in order to use them collectively and effectively. The
34: repository contains metadata of source systems, data warehouse,
35: and also the business metadata. Decision support and business analysis
36: requires extensive and in-depth understanding of business
37: entities, tasks, rules and the environment. The purpose of
38: business metadata is to provide this understanding.
39: Realizing the importance of metadata, many standardization
40: efforts has been initiated to define metadata models.
41: In trying to define an integrated metadata and
42: information systems for a banking application, we discover some
43: important limitations or inadequacies of the business metadata
44: proposals. They relate to providing
45: an integrated and flexible inter-operability and navigation
46: between metadata and data, and to the important issue of
47: systematically handling temporal characteristics and evolution of
48: the metadata itself.
49:
50: In this paper, we study the issue of structuring
51: business metadata so that it can provide a context for
52: business management and decision support when integrated with
53: data warehousing. We define temporal object-oriented business
54: metadata model, and relate it both to the technical metadata
55: and the data warehouse. We also define ways of
56: accessing and navigating metadata in conjunction with data.
57: %
58: }\\\\
59: {\bf Keywords}
60: Data Warehouse, Metadata, Temporal database
61: %chapters
62: \newpage
63: \input{1paper.tex}
64: \input{2paper.tex}
65: \bibliography{main}
66: \end{document}
67: