-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStreamNet.tex
More file actions
103 lines (72 loc) · 1.82 KB
/
StreamNet.tex
File metadata and controls
103 lines (72 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
\documentclass[10pt, conference, compsocconf]{IEEEtran}
\usepackage[ruled,linesnumbered,lined,commentsnumbered]{algorithm2e}
\SetAlFnt{\small}
\SetAlCapFnt{\small}
\SetAlCapNameFnt{\small}
\usepackage{algorithmic}
\algsetup{linenosize=\tiny}
\usepackage[tight]{subfigure}
\usepackage{graphicx}
\usepackage{multicol,lipsum}
\usepackage{amsfonts}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{mathtools}
\usepackage{breqn}
\usepackage{placeins}
\usepackage{balance}
%
\ifCLASSINFOpdf
\else
\fi
\hyphenation{op-tical net-works semi-conduc-tor}
\begin{document}
\title{TRIAS StreamNet: DAG platform based on flow graph calculation}
\author{\IEEEauthorblockN{Zhaoming Yin}
\IEEEauthorblockA{ TRIAS Lab\\
Hangzhou, China\\
yinzhaoming@trias.one}
\and
\IEEEauthorblockN{Junqing Wang}
\IEEEauthorblockA{ TRIAS Lab\\
Hangzhou, China\\
wangjunqing@trias.one}
\and
\IEEEauthorblockN{Ming Ni}
\IEEEauthorblockA{ TRIAS Lab\\
Hangzhou, China\\
wangjunqing@trias.one}
\and
\IEEEauthorblockN{Ming Wei}
\IEEEauthorblockA{ TRIAS Lab\\
Hangzhou, China\\
wangjunqing@trias.one}
\and
\IEEEauthorblockN{Anbang Ruan}
\IEEEauthorblockA{ TRIAS Lab\\
Hangzhou, China\\
wangjunqing@trias.one}
}
\maketitle
\begin{abstract}
\input{./sections/abstract.tex}
\end{abstract}
\begin{IEEEkeywords}
Near Repeat, Mapreduce, Graph Analysis
\end{IEEEkeywords}
\IEEEpeerreviewmaketitle
% no \IEEEPARstart
\input{./sections/introduction.tex}
% You must have at least 2 lines in the paragraph with the drop letter
% (should never be an issue)
\input{./sections/problems.tex}
\input{./sections/methods.tex}
% conference papers do not normally have an appendix
% use section* for acknowledgement
%\input{./sections/conclusion.tex}
%\input{./sections/ackowledge.tex}
\bibliographystyle{IEEEtran}
\balance
\bibliography{bare_conf}
% that's all folks
\end{document}