-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsoftware_fellow_poster.tex
92 lines (68 loc) · 2.33 KB
/
software_fellow_poster.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
\documentclass{beamer}
%
% To load the MolSSI desired .otf use lualatex which supports the package fontspec
%
\usetheme{MolSSI}
\boldmath
\usepackage[english]{babel}
\usepackage{amsmath,amsthm, amssymb, latexsym}
\usepackage{lipsum}
\usepackage[orientation=portrait,width=24in,height=36in,scale=1.4]{beamerposter}
% Headline information
\title{MolSSI Software Poster}
\author{Software Fellow Name, Author1, Author2}
\institute{Author Affiliations}
\newcommand{\mentor}{Software Scientist Mentor: Name Here}
% institutions logo here
\newcommand{\instlogo}{ucr_seal_black}
\begin{document}
% set font
\rmfamily
\begin{frame}
\vfill
\begin{columns}[t]
%%%%%%%%%%%%%% Left Side Column
\begin{column}{.417\linewidth}
\begin{section}{Introduction}
Run lualatex twice to generate border.\\
Keep the directory structure unchanged so the .sty file can find the DIN font files.\\
Font Test: the quick brown fox jumps over the lazy dog.\\
1234567890\\
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.\\
\bigskip
\bigskip
\lipsum[1-2]
\begin{figure}[h]
\includegraphics[width=0.80\linewidth]{./images/molssi_main_logo.png}
\caption{Figure 1 caption}
\end{figure}
\end{section}
\begin{section}{Science}
\lipsum[1]
\end{section}
\end{column}
%%%%%%%%%%%%%% Right Side Column
\begin{column}{.417\linewidth}
\begin{section}{More Science}
\lipsum[1-4]
\begin{figure}[h]
\includegraphics[width=0.65\linewidth]{./images/molssi_main_logo.png}
\caption{Figure 2 caption}
\end{figure}
\end{section}
%%%%%%%%%%%%%% Acknowledgements
\begin{section}{Acknowledgements}
\begin{columns}
\begin{column}{.75\linewidth}
Software Fellow Name was supported bay a fellowship from the Molecular Science Software Institute under NSF grant CHE-2136142.\\
* Other funding acknowledgements
\end{column}
\begin{column}{.2\linewidth}
\includegraphics[width=0.9\linewidth]{./images/nsf.png}
\end{column}
\end{columns}
\end{section}
\end{column}
\end{columns}
\end{frame}
\end{document}