GenAI4Design Workshop 2025 Template
Author
Mohammad Mohammadi Amiri, Nikhil Singh
Last Updated
há 12 dias
License
Creative Commons CC BY 4.0
Abstract
Template for Extended Abstract submissions for the Generative AI for Design workshop.
\documentclass[10pt]{article}
\usepackage{libertine}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{natbib}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{booktabs}
\usepackage[colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black]{hyperref}
\geometry{
margin=1in,
headheight=12pt
}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\fancyhead[L]{\small Generative AI for Design Design Workshop 2025}
\fancyhead[R]{\small\thepage}
\fancyfoot[C]{\small Extended Abstract}
\titleformat{\section}
{\normalfont\large\bfseries}{\thesection}{1em}{}
\titlespacing*{\section}
{0pt}{2.5ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\makeatletter
\renewcommand{\maketitle}{%
\begin{center}
\vspace*{0.5cm}
\Large\@title
\vspace{0.4cm}
\large\@author
\vspace{0.5cm}
\normalsize\textit{Generative AI for Design Workshop 2025}
\vspace{0.3cm}
\normalsize Extended Abstract
\vspace{0.5cm}
\end{center}
}
\makeatother
% Paper info
\title{Title of Your Paper}
\author{Author Name(s)\\
Institution Name(s)}
\date{}
\begin{document}
\maketitle
\begin{abstract}
Your abstract text goes here. The abstract should be between 150 to 300 words and should provide a concise overview of the problem, methodology, main results, and conclusions.
\end{abstract}
\section{Introduction}
This section introduces the problem, provides background information, and states the paper's objectives. Keep it brief, as this is a short paper format.
\section{Methodology}
Describe your methodology here. This section should include details of the approach, techniques, and processes used in the study.
\section{Results}
Present the results here. This section should summarize the findings without going into extensive detail, appropriate for a 2-page limit.
\section{Conclusion}
Conclude the paper by summarizing the findings, implications, and potential future work.
\bibliographystyle{unsrt}
\bibliography{main}
\end{document}