% THIS DOCUMENT WAS ADAPTED FROM THE ASME CONFERENCE TEMPLATE:
% PLEASE SEE https://ctan.org/pkg/asmeconf
% FOR DETAILS ABOUT THE LICENSE AND ORIGINAL CONTRIBUTORS
\documentclass[balance,upint,subscriptcorrection,varvw,mathalfa=cal=boondoxo,spanish,french,russian,greek,pdf-a,fontspec,colorlinks]{sb3c}
% Packages
\usepackage{blindtext}
\usepackage[autocite=superscript,sorting=none,hyperref=false,style=numeric-comp]{biblatex}
\defbibenvironment{bibliography}
{}
{}
{\addspace
\printtext[labelnumberwidth]{%
\printfield{prefixnumber}%
\printfield{labelnumber}}%
\addhighpenspace}
\bibliography{references}%% <=== change this to name of your bib file
\usepackage{csquotes}
%%%%% pdf metadata %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hypersetup{%
pdfauthor={John H. Lienhard},
pdftitle={ASME Conference Paper LaTeX Template}, % <=== change to YOUR pdf file title
pdfkeywords={ASME conference paper, LaTeX template, BibTeX style},% <=== change to YOUR pdf keywords
pdfsubject = {Describes the asmeconf LaTeX template}, % <=== change to YOUR subject
% pdfurl={https://ctan.org/pkg/asmeconf},% may delete
pdflicenseurl={https://ctan.org/pkg/asmeconf},% may delete
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% BEGINNING OF THE DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
% Turn off page numbering
\pagenumbering{gobble}
\ConfName{SB\textsuperscript{3}C2023\linebreak Summer Biomechanics, Bioengineering and Biotransport Conference}
\ConfDate{June 4--8, 2023} % update
\ConfCity{Vail, CO, USA} % update
\title{YOUR TITLE GOES HERE} % <=== replace with YOUR title
\SetAuthors{%
First Author\affil{1},
Principal Investigator\affil{1}\affil{2},
}
\SetAffiliation{1}{Department of \textcolor{purple}{BLANK}, University of \textcolor{purple}{BLANK}, \textcolor{purple}{BLANK}, \textcolor{purple}{BLANK}, USA.}
\SetAffiliation{2}{Department of \textcolor{purple}{BLANK}, University of \textcolor{purple}{BLANK}, \textcolor{purple}{BLANK}, \textcolor{purple}{BLANK}, USA.}
\maketitle
%%%%% End of fields to be completed. Now write your paper. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% BODY OF PAPER %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Introduction %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Introduction}
\blindtext[2-4]
\begin{figure}[h!]
\centering
\includegraphics[width=0.8\linewidth]{sample-figure-1.pdf}
\caption{Example Caption}
\vspace{-2em} % Remove white space below the caption
\label{fig:1}
\end{figure}
\begin{figure*}
\centering
\begin{subfigure}[b]{0.48\textwidth}
\centering
\includegraphics[height=4cm]{sample-figure-2a.pdf}
\caption{Subcaption a}
\vspace{-1em} % Remove white space below the caption
\label{fig:2a}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.48\textwidth}
\centering
\includegraphics[height=4cm]{sample-figure-2b.pdf}
\caption{Subcaption b}
\vspace{-1em} % Remove white space below the caption
\label{fig:2b}
\end{subfigure}
\caption{Wide plot}
\vspace{-2em} % Remove white space below the caption
\label{fig:2}
\end{figure*}
%%%%%%%%%%%%%%%%%%% end two column figure %%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Methods %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Methods}
\blindtext[6]
%%%%% Results %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Results}
\blindtext[4]
%%%%% Discussion %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Discussion}
\blindtext[1]
%%%%% Acknowledgments %%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Acknowledgments}
Place any acknowledgments here.
%%%%% Figure Reference Example %%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Referring to a figure}
If you \textbf{want} a hyperlink, you could refer to a figure like this: Fig. \ref{fig:1}
If you \textbf{do not want} a hyperlink, you could refer to a figure like this: Fig. \ref*{fig:2}
%%%%% Citation Example %%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Citation Example}
You could cite a paper like this one \autocite{A00}
You could cite your next paper like this \autocite{C02}
You could cite more than one paper like this \autocite{A00, B01, C02}
%%% REFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{References}
\noindent
\printbibliography[heading=none]
% Moving the weird extra comma at the end of the document upward
\vspace{-2em}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}