% Unofficial IITJ Poster Template
%-------------------------------------
% This template comes from Anish Athalye (Unofficial University of Cambridge Poster Template).
% Description: Being a passout from Indian Institute of Technology Jodhpur, I made this unofficial Poster Template for our IITJ community due the lack of template in the internet.
%This is a start. Feel free to use it, modify it, and most importantly upgrade it with more and more cool features.
%-------------------------------------
\documentclass[final]{beamer}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{blindtext}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage[orientation=portrait,size=a0,scale=1.0]{beamerposter}
\usetheme{gemini}
\usecolortheme{nott}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=1.14}
\usepackage{anyfontsize}
\usepackage{xcolor}
\usepackage[skip=2pt,font=normalsize]{subcaption}
\usepackage{adjustbox}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows}
\tikzstyle{startstop} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm, text centered, text width = 10cm, draw=black, fill=white]
\tikzstyle{process} = [rectangle, minimum width=3cm, minimum height=1cm, text centered, text width = 6cm, draw=black, fill=white, text width = 10cm]
\tikzstyle{arrow} = [ultra thick,->,>=stealth]
\newlength{\sepwidth}
\newlength{\colwidth}
\setlength{\sepwidth}{0.025\paperwidth}
\setlength{\colwidth}{0.45\paperwidth}
\newcommand{\separatorcolumn}{\begin{column}{\sepwidth}\end{column}}
\title{Poster Title Poster Title Poster Title Poster Title Poster Title Poster Title Poster Title Poster Title}
\title{Poster Title for Condensed Matter Physics / High Energy Physics / Computational Physics}
\author{First Author \inst{1} \and Corresponding Author \inst{1}}
\institute[shortinst]{\inst{1} Indian Institute of Technology Jodhpur
}
\footercontent{
\href{https://www.lipsum.com}{\textbf{https://www.lipsum.com}} \hfill
\textbf{International Conference on Physics} \hfill
\href{mailto:your.email@provider.com}{\textbf{Email Id}}}
\logoleft{\includegraphics[height=8cm]{IITJ_logo.png}}
\usepackage{pgf}
\begin{document}
\fontsize{24pt}{36pt}\selectfont
\begin{frame}[t]
\begin{columns}[t]
\separatorcolumn
\begin{column}{\colwidth}
\begin{block}{Abstract}
\blindtext
\end{block}
\begin{exampleblock}{Research objectives}
\blindenumerate[3]
\end{exampleblock}
\begin{block}{Methodology}
\blindtext[2]
\cite{li-1984}
\end{block}
\begin{block}{Main Equations}
\lipsum[1]
\begin{equation}
ax^2 + bx + c = 0
\end{equation}
\lipsum[2]
\begin{equation}
\frac{d}{dx}\left( \int f(x) \, dx \right) = f(x)
\end{equation}
\end{block}
\begin{block}{Key Results}
\blindtext[2]
\cite{WHO-2018}
\end{block}
\end{column}
\separatorcolumn
\begin{column}{\colwidth}
\begin{block}{Plots}
\heading{Topic Name 1}
\blindtext
\input{images/figure1}
\heading{Topic Name 2}
\blindtext
\input{images/figure2}
\end{block}
\begin{block}{Conclusions}
\blindtext
\end{block}
\begin{exampleblock}{Future Work}
\blindtext
\end{exampleblock}
\begin{block}{References}
\nocite{*}
\footnotesize{\bibliographystyle{plain}\bibliography{poster}}
\end{block}
\end{column}
\separatorcolumn
\end{columns}
\end{frame}
\end{document}