-
Notifications
You must be signed in to change notification settings - Fork 1
/
testArticle.tex
124 lines (84 loc) · 3.19 KB
/
testArticle.tex
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
\documentclass[11 pt]{amsart}
%\usepackage{fullpage}
%\input{header.ltx}
%\usepackage{setspace}
\usepackage{fancyhdr}
%\usepackage{amsextra}
\usepackage[all]{xy}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amscd}
\usepackage{epic}
\usepackage{eepic}
\usepackage{hyperref}
%\usepackage{color}
%\usepackage{graphicx}
\usepackage{verbatim}
\begin{comment} %for posterity
\textwidth 14cm
%\textheight 22cm
\headheight 0.05 cm
\evensidemargin .5 in
\oddsidemargin .5 in
\setlength{\topmargin}{0.0in}
\setlength{\textheight}{\paperheight}
\addtolength{\textheight}{-\headheight}
\addtolength{\textheight}{-\headsep}
\addtolength{\textheight}{-2.27in}
\end{comment}
\textwidth 14cm
%\textheight 22cm
\headheight 0.05 cm
\evensidemargin .5 in
\oddsidemargin .5 in
\setlength{\topmargin}{0.08in}
\setlength{\textheight}{\paperheight}
\addtolength{\textheight}{-\headheight}
\addtolength{\textheight}{-\headsep}
\addtolength{\textheight}{-2.35in}
\newcommand{\B}[1]{{\bf #1}}
\newcommand{\R}[1]{{\rm #1}}
%%%%%%%%%%%%%%%%%%%%%%%%%
% Commands copied from hart.sty
\newcommand{\sL}{\mathcal{L}}
\newcommand{\bR}{\mathbb{R}}
\newcommand{\rtarr}{\longrightarrow}
%\newcommand{\1}{\B{1}} % \newcommand{\1}{\mathbb {1}}
%\renewcommand{\baselinestretch}{1.04}
%\addtolength{\textwidth}{2cm} \addtolength{\hoffset}{-1cm}
\begin{document}
This document tests the article.bib file.
\begin{enumerate}
\item (FJH) Enhancing Crustal Reflection Data through Curvelet Denoising~\cite{kumar2010TNPecr}
\item (MPF) Recovering compressively sampled signals using partial support information~\cite{mansour2012IEEETITrcs}
\item (FJH) Seismic Denoising with Nonuniformly Sampled Curvelets~\cite{hennenfent2006CiSEsdn}
\item (MPF) Basis pursuit paper~\cite{berg2008SJSCpareto}
\item Porosity paper~\cite{bernabe2004JGRpas}
\item (MPF) Dantzig selector~\cite{friedlander2007TASdtd}
\item (MPF) Exact regularization~\cite{friedlander2007SJOero}
\item (MPF) Pareto curve insight~\cite{hennenfent2008GEOPnii}
\item Curvelet sparsity~\cite{hennenfent2010GEOPnct}
\item One norm solver~\cite{hennenfent2008GEOPnii}
\item Jitter sampling paper~\cite{hennenfent2008GEOPsdw}
\item Randomized sampling and sparsity~\cite{herrmann2010GEOPrsg}
\item Atomic decomposition~\cite{herrmann2005ICAEsdb}
\item Upper mantle~\cite{herrmann2004GJIssa}
\item (MPF) Hybrid deterministic stochastic methods for data fitting.~\cite{friedlander2011CoRRhybrid}
\item Primary multiple sep~\cite{herrmann2007GJInlp}
\item Curvelet migration~\cite{herrmann2009GEOPcbm}
\item Compressive full waveform simulation~\cite{herrmann2009GEOPcsf}
\item Data recovery with curvelets~\cite{herrmann2008GJInps}
\item Sparsity and curvelets~\cite{herrmann2008ACHAsac}
\item Curvelets and multiscale~\cite{herrmann2008GEOPcbs}
\item Primary-multiple separation~\cite{herrmann2008GEOPacd}
\item Inversion by stochastic optimization~\cite{vanLeeuwen2010IJGswi}
\item Compressed wavefield extrapolation~\cite{lin2007GEOPcwe}
\item Non-convex optimization~\cite{saab2008ACHAsrb}
\item Bayesian wavefield separation~\cite{wang2008GEOPbws}
\end{enumerate}
\vspace{-.2cm}
\bibliographystyle{plain}
\bibliography{article}
\end{document}