]> AND Private Git Repository - chloroplast13.git/blob - main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
still on update section 4
[chloroplast13.git] / main.tex
1 \documentclass{article}
2 \usepackage{subfig}
3 \usepackage{color}
4 \usepackage{graphicx}
5 \usepackage{url}
6 \usepackage{cite}
7 \usepackage{algorithm}
8 \usepackage{algorithmic}
9 \usepackage{pdflscape}
10 \usepackage{multirow,longtable}
11 \usepackage{amsmath,mathtools}
12 \usepackage{amssymb}
13 \usepackage[standard]{ntheorem}
14 \usepackage{stmaryrd}
15 \usepackage[utf8]{inputenc}
16 \usepackage{tikz}
17 \usetikzlibrary{shapes,arrows}
18
19 % correct bad hyphenation here
20 \hyphenation{op-tical net-works semi-conduc-tor}
21  
22 \begin{document}
23
24 \title{Finding the core-genes of Chloroplast Species}
25 \author{
26 Bassam AlKindy\footnote{email: bassam.al-kindy@univ-fcomt\'{e}.fr} \and Jean-Fran\c{c}ois Couchot 
27 \and Christophe Guyeux \and Arnaud Mouly \and Michel Salomon \and\\
28 FEMTO-ST Institute, UMR 6174 CNRS, \\
29 Computer Science Department DISC, \\
30 Universit\'{e} de Franche-Comt\'{e}, France \\
31 {\small \it Authors in alphabetic order}
32 }
33
34 \newcommand{\JFC}[1]{\begin{color}{green}\textit{}\end{color}}
35 \newcommand{\CG}[1]{\begin{color}{blue}\textit{}\end{color}}
36 % make the title area
37 \maketitle
38
39 %IEEEtran, journal, \LaTeX, paper, template.
40 \input{abstract}
41
42 \section{Introduction}\label{sec:intro}
43 \input{intro.tex}
44
45 \section{Similarity-based approach}
46 % Main author : jfc
47 \input{classEquiv}
48
49 \section{Annotation-based approaches}
50 % Main author : bassam
51 \input{annotated}
52
53 % \section{Second Stage: to Find Closed Genomes}
54 % \input{closedgenomes}
55 \section{Discussion}
56 \input{discussion.tex}
57 \section{Conclusion}\label{sec:concl}
58
59 \bibliographystyle{plain}
60
61 \bibliography{biblio}
62
63 \end{document}
64
65