CWE Workshop 2022
Author
CWE RWTH Aachen University
Last Updated
před 2 lety
License
Other (as stated in the work)
Abstract
This is the official template for the workshop abstracts.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Mathias Legrand (legrand.mathias@gmail.com)
% With extensive modifications by:
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Slightly modified by CWE - RWTH Aachen University
% meeting@cwe.rwth-aachen.de
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[fleqn,11pt]{SelfArx} % Document font size and equations flushed left
\usepackage[english]{babel} % Specify a different language here - english by default
\usepackage{lipsum} % Required to insert dummy text. To be removed otherwise
%----------------------------------------------------------------------------------------
% COLUMNS
%----------------------------------------------------------------------------------------
\setlength{\columnsep}{0.55cm} % Distance between the two columns of text
\setlength{\fboxrule}{0.75pt} % Width of the border around the abstract
%----------------------------------------------------------------------------------------
% COLORS
%----------------------------------------------------------------------------------------
\definecolor{rwth} {RGB}{ 0 84 159}
\definecolor{rwth-75}{RGB}{ 64 127 183}
\definecolor{rwth-50}{RGB}{142 186 229}
\definecolor{rwth-25}{RGB}{199 221 242}
\definecolor{rwth-10}{RGB}{232 241 250}
\definecolor{color1}{RGB}{0 0 0} % Color of the article title and sections
\definecolor{color2}{RGB}{0 84 159} % Color of the boxes behind the abstract and headings
\usepackage{colortbl}
\usepackage{graphicx}
\newcommand{\headrow}{\rowcolor{color2!5}}
\newcommand{\thead}[1]{\bfseries #1\rule[-1.2ex]{0pt}{2em}}
\renewcommand{\arraystretch}{1.2}
\usepackage{csquotes}
%----------------------------------------------------------------------------------------
% HYPERLINKS
%----------------------------------------------------------------------------------------
\usepackage{hyperref} % Required for hyperlinks
\usepackage{blindtext}
\usepackage[backend=biber,giveninits=true,uniquename=mininit,natbib]{biblatex}
\addbibresource{literature.bib}
\usepackage{geometry}
\hypersetup{
hidelinks,
colorlinks,
breaklinks=true,
urlcolor=color2,
citecolor=color1,
linkcolor=color1,
bookmarksopen=false,
pdftitle={Title},
pdfauthor={Author},
}
%----------------------------------------------------------------------------------------
% ARTICLE INFORMATION
%----------------------------------------------------------------------------------------
\Workshop{CWE Workshop 2022}
\WorkshopTopic{Advanced modeling of stochastic Wind Effects and Vibrations}
\PaperTitle{Title of my Contribution} % Article title
\Authors{John Smith\textsuperscript{1}*, James Smith\textsuperscript{2}} % Authors
\affiliation{\textsuperscript{1}\textit{Department of Natural Hazards, University of Examples, London, United Kingdom}} % Author affiliation
\affiliation{\textsuperscript{2}\textit{Department of Aerodynamics, University of Something, Beijing, China}} % Author affiliation
\affiliation{*\textbf{Corresponding author}: john@smith.com} % Corresponding author
\Keywords{Keyword1, Keyword2, Keyword3} % Keywords - if you don't want any simply remove all the text between the curly brackets
\newcommand{\keywordname}{Keywords} % Defines the keywords heading name
%----------------------------------------------------------------------------------------
% ABSTRACT
%----------------------------------------------------------------------------------------
\Abstract{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris. Nam arcu libero, nonummy eget, consectetuer id, vulputate a, magna. Donec vehicula augue eu neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris ut leo. Cras viverra metus rhoncus sem. Nulla et lectus vestibulum urna fringilla ultrices. Phasellus eu tellus sit amet tortor gravida placerat. Integer sapien est, iaculis in, pretium quis, viverra ac, nunc. Praesent eget sem vel leo ultrices bibendum. Aenean faucibus. Morbi dolor nulla, malesuada eu, pulvinar at, mollis ac, nulla. Curabitur auctor semper nulla. Donec varius orci eget risus. Duis nibh mi, congue eu, accumsan eleifend, sagittis quis, diam. Duis eget orci sit amet orci dignissim rutrum.}
%----------------------------------------------------------------------------------------
\begin{document}
\maketitle % Output the title and abstract box
%\tableofcontents % Output the contents section
\thispagestyle{empty} % Removes page numbering from the first page
\section{Introduction}
\label{sec:Intro}
This is the \LaTeX{} template for the workshop abstracts. Please respect the page limit of \textbf{4-6 pages}. This is a reference to section \ref{sec:Latex}.
\blindtext
%\blindtext
\section{Methods}
\label{sec:Latex}
\subsection{Subsections}
\blindtext
\subsection{Equations}
Example for an equation with number tag. It's easy to make reference to the equation \eqref{eq:formula1}:
\begin{align}
\rho\frac{D\vec{v}}{Dt}
=\rho\left(\frac{\partial\vec{v}}{\partial t}+(\vec{v}\cdot\nabla)\vec{v}\right) =\notag\\
-\nabla p+\mu\Delta\vec{v}+(\lambda+\mu)\nabla (\nabla\cdot\vec{v})+\vec{f}
\label{eq:formula1}
\end{align}
Example for an equation without number tag:
\begin{equation*}
\mathrm{Re}=\frac{L\rho_\infty v_\infty}{\mu}
\label{eq:DefinitionAlpha}
\end{equation*}
or for an equation in running text $e^{i\pi}=-1$.
\blindtext
\begin{figure*}
\centering
\includegraphics[width=\textwidth]{IMG/content.pdf}
\caption{Example of a figure over two columns}
\label{fig:Content}
\end{figure*}
\blindtext
\subsection{Figures, Photos and Diagrams}
Fig. \ref{fig:Content} and \ref{fig:Foto} show a graphic and a photography.
\blindtext
\begin{figure}[b]
\centering
\includegraphics[width=\columnwidth]{IMG/Crane.jpg}
\caption{Photography}
\label{fig:Foto}
\end{figure}
\blindtext
Fig. \ref{fig:graph} shows an example of a diagram.
\begin{figure}
\centering
\includegraphics[width=\columnwidth]{IMG/graph2.pdf}
\caption{Diagram}
\label{fig:graph}
\end{figure}
\blindtext
%\begin{figure}[b]
%\begin{minipage}{0.47\textwidth}
%\includegraphics[width=\linewidth]{example-image}
%\subcaption{Bildunterschrift 2}
%\end{minipage}
%\hfill
%\begin{minipage}{0.47\textwidth}
%\includegraphics[width=\linewidth]{example-image}
%\subcaption{Bildunterschrift 2}
%\end{minipage}
%\caption{Subfigures}
%\label{fig:twosubs}
%\end{figure}
\subsection{Tables}
Tab. \ref{tab:example} shows an example for a table.
\blindtext
\blindtext
\begin{table}[h]
\caption{Automobile Land Speed Records (GR 5-10)}
\label{tab:example}
\centering
\begin{tabular}{l l l}
\headrow \thead{Speed (mph)} & \thead{Driver} & \thead{Car}\\
407.447 & Craig Breedlove & Spirit of America\\
413.199 & Tom Green & Wingfoot Express \\
434.22 & Art Arfons & Green Monster \\
468.719 & Craig Breedlove & Spirit of America \\
526.277 & Craig Breedlove & Spirit of America \\
536.712 & Art Arfons & Green Monster \\
555.127 & Craig Breedlove & Spirit of America\\
\end{tabular}
\end{table}
\section{Literature}
References to literature can easily included using the bibtex format. Please update the LiteratureCWE.bib file accordingly. Citations in the text are possible with the \texttt{cite}-command \cite{Matsuda.Cooper.2001}, \cite{Ricciardelli.2001}
or \cite{Tamura.Miyagi.1999}.
\blindtext
\section{Results}
\blindtext
\section{Conclusions}
The CWE is looking forward to your contributions and meeting you at the workshop.
\blindtext
\printbibliography
\end{document}