-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_staging.tex
More file actions
executable file
·55 lines (50 loc) · 1.87 KB
/
data_staging.tex
File metadata and controls
executable file
·55 lines (50 loc) · 1.87 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
\documentclass{article}
\usepackage{amsmath}
\usepackage{pdfpages}
\usepackage{verbatim}
\usepackage{xeCJK}
\usepackage{hyperref}
%\usepackage{apacite}
\usepackage{natbib}
\usepackage{grffile}
\usepackage{listings}
\lstset{
columns=fixed,
numbers=left, % 在左侧显示行号
numberstyle=\tiny\color{gray}, % 设定行号格式
frame=single, % 不显示背景边框
keywordstyle=\color[RGB]{40,40,255}, % 设定关键字颜色
numberstyle=\footnotesize\color{darkgray},
commentstyle=\it\color[RGB]{0,96,96}, % 设置代码注释的格式
stringstyle=\rmfamily\slshape\color[RGB]{128,0,0}, % 设置字符串格式
showstringspaces=false, % 不显示字符串中的空格
language=c++, % 设置语言
}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
}
\newcommand{\citeint}[2]{\cite{#1}\hyperlink{./references/#1.pdf.#2}{(P#2)}}
\newcommand{\citeext}[2]{\href[page=#2]{./references/#1.pdf}{(P#2)}}
\newcommand{\citeinclude}[1]{\includepdf[link=true,pages=-,fitpaper=true]{./references/#1.pdf}}
\title{Overview of Data Staging}
\author{陈辉}
\date{}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{\textit{SC'18:Stacker}}
\subsection{Background}
\subsubsection*{In-situ and In-transit Coupled Scientific Workflows}
Something here
\citeint{
\citeint{Stacker_an_autonomic_data_movement_engine_for_extreme-scale_data_staging-based_in-situ_workflows}{3}
pointed out that
\bibliographystyle{plain}
\bibliography{data_staging}
\citeinclude{Stacker_an_autonomic_data_movement_engine_for_extreme-scale_data_staging-based_in-situ_workflows}
\end{document}
%\includepdf[link=true,pages=-,fitpaper,angle=-90]{./papers/<++>.pdf}