% % ------------------------------------------------------------------------ % Please submit your abstract as a single PDF file obtained from compiling % the LaTeX source. Do not submit the source and image files separately. % ------------------------------------------------------------------------ % % \documentclass[a4paper,12pt]{article} % ---- configuration ---- please do not modify \makeatletter \def\@maketitle{% \newpage \null \noindent{\small\textbf{Session:} \the\confsession}\hfil \begin{center}% \let \footnote \thanks {\Large\bf \@title \par}% \vskip 1em% {\lineskip .5em% \begin{tabular}[t]{c}% \@author \end{tabular}\par}% %\vskip 1em% %{\large \@date}% \end{center}% \par \vskip 0.5em} \makeatother \usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry} \usepackage{graphicx} \usepackage{authblk} \renewcommand\Authfont{\normalsize} \renewcommand\Affilfont{\normalsize\itshape} \usepackage{caption} \setlength{\captionmargin}{1cm} \renewcommand{\captionfont}{\normalsize\itshape} \usepackage[superscript]{cite} \makeatletter \renewcommand\@citess[1]{\textsuperscript{[#1]}} \makeatother \newtoks\confsession \confsession{UNDEFINED -- please uncomment the correct line in the template!} \pagestyle{empty} % ---- end of configuration ---- edit from this point on \begin{document} % Abstract title \title{Put your title here} % Please select and uncomment the appropriate session %\confsession{Fundamental Photochemistry \& Photophysics} %\confsession{Molecular and Inorganic Materials} %\confsession{Photocatalysis, Solar Fuels and and Solar Cells} %\confsession{Photochemistry for Biophotonics and Photobiology} %\confsession{New Frontiers in Ultrafast Photochemistry} %\confsession{New concepts \& methods in Theoretical photochemistry} %\confsession{Photochemistry and Plasmonics} %\confsession{Spectroscopy of Single Molecules and Nanostructures} % Abstract author list \author[1]{Firstname Name} \author[2]{Firstname Name} \author[1,3]{Firstname Name} \affil[1]{Put your first affiliation here} \affil[2]{Follow the example for the affiliation} \affil[3]{Universit\'e de Strasbourg, CNRS, Institut de Physique et Chimie des Mat\'eriaux de Strasbourg, F-67034 Strasbourg, France} \maketitle\thispagestyle{empty} \begin{center} \textit{E-mail: contact.author@somewhere.world} \end{center} Put your abstract here. Short equations may appear directly in the text. For larger ones, they should be separated with appropriate spacing and include an equation number (right justified) as done by the `equation' environement: \begin{equation} e^x = 1 + \frac{x}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \ldots \qquad -\infty < x < \infty \end{equation} The abstract may include figures. They should be associated with a caption including the figure number (1, 2, 3...) and the description as presented in the sample below. You can use LaTeX's referencing for the figure number. The figures should be referenced in the text as follows: Fig.~\ref{fig:sample1} or Figs.~1,2 the numbers should be separated by commas without additional space. % since the abstract is limited to two pages, you should not rely on % LaTeX's float placement and just tell it to put the figure [h]ere. % adjust the width to ensure that the figure is readable % \begin{figure}[h] \begin{center} \includegraphics[width=0.6\textwidth]{figure1-sample.png} \end{center} \caption{Put the figure caption here. When needed, reference the different elements of the image with letters a, b, c... and put the corresponding description as follows: a) First comment here, b) Second comment here,...} \label{fig:sample1} \end{figure} References should be added manually (no external bibtex file), using the standard \verb+\bibitem+ command. In the text, use the \verb+\cite+ command as usual to cite the references, a single one \cite{paper} or several\cite{book,url}. The reference list should appear at the end of the abstract in a section titled References. It should include the author initials and names, the title of the journal (italic), the year of publication (bold), the volume and the page.\cite{paper} Separate the different elements with comma and space. For books, indicate the author’s name, the title of the book (italic), the publisher, the year (bold) and the page using comma and space separations.\cite{book} For websites\cite{url} indicate the full URL. Funding should be indicated separately before the acknowledgements. Indicate the funding source and the grant number. \medskip \noindent\textbf{Funding:} Funding: National Research Agency (12354) \medskip \noindent\textbf{Acknowledgements:} We thank all the contributors for using this template and allow a nice and coherent presentation of the conference papers. \medskip \noindent\textbf{References:} \begingroup \renewcommand{\section}[2]{}% \begin{thebibliography}{9} \bibitem{paper} A.-B. Smith, C. Jones, D.E. Doe, F. Others, \textit{ACS Nano}, \textbf{2010}, 8, 31415 \bibitem{book} G. Dupont, H. Durand, \textit{Photochemistry}, Springer, \textbf{2009}, 7184 \bibitem{url} \texttt{http://www.ipcms.unistra.fr/} \end{thebibliography} \endgroup \end{document}