-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
181 lines (142 loc) · 4.67 KB
/
main.tex
File metadata and controls
181 lines (142 loc) · 4.67 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
\documentclass[natbib,referee]{svjour3}
\smartqed % flush right qed marks, e.g. at end of proof
% PACKAGES
% ------------------------------------------------------------------------------
\usepackage{simplemargins}
\usepackage{textcomp}
\usepackage{amsbsy}
\usepackage[dvipsnames]{xcolor}
\usepackage{graphicx}
\usepackage[pdftex,bookmarks=false]{hyperref}
\usepackage{float}
% LINKS
% ------------------------------------------------------------------------------
\hypersetup{
pdfpagelayout=OneColumn,
colorlinks = true,
urlcolor = blue,
citecolor = blue,
linkcolor = blue
}
\urlstyle{same}
% ADDITIONAL COMMANDS
% ------------------------------------------------------------------------------
\newcommand{\myrevision}[1]{\textcolor{Black}{#1}}
\settopmargin{1.2in}
\setleftmargin{.9in}
\setrightmargin{1in}
\setbottommargin{.2in}
% JOURNAL NAME
% ------------------------------------------------------------------------------
\journalname{Note Decided}
% MAIN DOCUMENT STARTS
% ==============================================================================
\begin{document}
% TITLE
% ------------------------------------------------------------------------------
\title{An investigation on the applicability of equivalent linear-method ideas in three-dimensional models for earthquake ground motion simulation}
\titlerunning{Equivalent linear method in 3D}
% AUTHORS
% ------------------------------------------------------------------------------
\author{%
Naeem Khoshnevis \and
Ricardo Taborda \and
Doriam Restrepo
}
% \authorrunning{N.~Khosh} % if too long for running head
\institute{
N. Khoshnevis
\at
Center for Earthquake Research and Information\\
The University of Memphis, Memphis, TN 38152, U.S.A.\\
\email{nkhshnvs@memphis.edu}\\
R. Taborda
\at
Center for Earthquake Research and Information\\
and Department of Civil Engineering
The University of Memphis, Memphis, TN 38152, U.S.A.
\and
D. Restrepo
\at
Department of Civil Engineering, University of EAFIT, Colombia
}
\date{Received: date / Accepted: date}
\maketitle
\begin{abstract}
\input{abstract}
\keywords{\input{keywords}}
\end{abstract}
\input{content}
% \section{Introduction}
% \label{sec:introduction}
% Your text comes here. Separate text sections with
% \section{Section title}
% \label{sec:1}
% Text with citations \cite{RefB} and \cite{RefJ}.
% \subsection{Subsection title}
% \label{sec:2}
% as required. Don't forget to give each section
% and subsection a unique label (see Sect.~\ref{sec:1}).
% \paragraph{Paragraph headings} Use paragraph headings as needed.
% \begin{equation}
% a^2+b^2=c^2
% \end{equation}
% % For one-column wide figures use
% \begin{figure}
% % Use the relevant command to insert your figure file.
% % For example, with the graphicx package use
% \includegraphics{example.eps}
% % figure caption is below the figure
% \caption{Please write your figure caption here}
% \label{fig:1} % Give a unique label
% \end{figure}
% %
% % For two-column wide figures use
% \begin{figure*}
% % Use the relevant command to insert your figure file.
% % For example, with the graphicx package use
% \includegraphics[width=0.75\textwidth]{example.eps}
% % figure caption is below the figure
% \caption{Please write your figure caption here}
% \label{fig:2} % Give a unique label
% \end{figure*}
% %
% % For tables use
% \begin{table}
% % table caption is above the table
% \caption{Please write your table caption here}
% \label{tab:1} % Give a unique label
% % For LaTeX tables use
% \begin{tabular}{lll}
% \hline\noalign{\smallskip}
% first & second & third \\
% \noalign{\smallskip}\hline\noalign{\smallskip}
% number & number & number \\
% number & number & number \\
% \noalign{\smallskip}\hline
% \end{tabular}
% \end{table}
%\begin{acknowledgements}
%If you'd like to thank anyone, place your comments here
%and remove the percent signs.
%\end{acknowledgements}
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
%\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliographystyle{spphys} % APS-like style for physics
%\bibliography{references} % name your BibTeX data base
% Non-BibTeX users please use
% \begin{thebibliography}{}
% %
% % and use \bibitem to create references. Consult the Instructions
% % for authors for reference list style.
% %
% \bibitem{RefJ}
% % Format for Journal Reference
% Author, Article title, Journal, Volume, page numbers (year)
% % Format for books
% \bibitem{RefB}
% Author, Book title, page numbers. Publisher, place (year)
% % etc
% \end{thebibliography}
\end{document}