%
% Template IEEE conference
% Source: https://code.google.com/p/jawi-papers/source/browse/template-IEEEconf.tex
% Wang Dexi
% 20121125
%
\documentclass[a4paper]{IEEEconf}
\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation
\defaultfontfeatures{Mapping=tex-text} % to support TeX conventions like “—”
\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
\usepackage{xltxtra} % Extra customizations for XeLaTeX
\setmainfont{Minion Pro} % set the main body font (\textrm), assumes Charis SIL is installed
\setsansfont{Myriad Pro}
%\setmonofont{Deja Vu Mono}
% other LaTeX packages…..
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % or letterpaper (US) or a5paper or….
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % support the \includegraphics command and options
\author{%
Dexi Wang\\
\begin{affiliation}
2012311796\\
Tsinghua University, Beijing
\end{affiliation} \\
\email{dexi@me.com}
}
\title{Improving Data Quality: Consistency and Accuracy}
\begin{document}
\maketitle
\begin{abstract}
This paper is mainly based on the discussion in Gao Cong, Wenfei Fan, Floris Geerts, et al. ‘s work.
\end{abstract}
\section{Introduction}
\cite{xdr1}.
\section{Research Methodology}
% 参考文献
% xd:向东;dx:得希;zx:子璇;wz:维玺。
\begin{thebibliography}{1}
\bibitem{xdr1}
S. Abiteboul, R. Hull, and V. Vianu.
\newblock {\em Foundations of Databases}.
\newblock Addison-Wesley, 1994.
\bibitem{xd}
Philip Bohannon, Wenfei Fan, Floris Geerts, et al.
\newblock {\em Conditional Functional Dependencies for Data Cleaning},
\newblock In ICDE, 2007.
\bibitem{dx}
Gao Cong, Wenfei Fan, Floris Geerts, et al.
\newblock {\em Improving Data Quality: Consistency and Accuracy}.
\newblock In VLDB, 2007.
\bibitem{zx}
Graham Cormode, Lukasz Golab, Flip Korn, et al.
\newblock {\em Estimating the Confidence of Conditional Functional Dependencies}.
\newblock In SIGMOD, 2009.
\bibitem{wx}
Wenfei Fan, Floris Geerts, Jianzhong Li, et al.
\newblock {\em Discovering Conditional Functional Dependencies}.
\newblock In TKDE, 2011.
\end{thebibliography}
\end{document}