% ProjetAMS.tex
% Main document using the local class: projectau.cls
% (See projectau.cls for provenance details and modification history.)
% Class options are set in projectau.cls.
% You can still override common ones here, e.g.:
% \documentclass[preprint,linenumbers,hidekeys]{projectau}
\documentclass[showkeys, twoside]{projectau}
% You may use additional packages here
% Project metadata
\renewcommand{\formation}{Master de Chimie Analytique appliquée à l'étude et à la valorisation des biomolécules}
\renewcommand{\promotion}{Promotion Aubépine 2025}
\renewcommand{\project}{Projet MACh1 2025--2026}
\renewcommand{\projectname}{Projet MACh1}
\renewcommand{\headerlogo}{AU_LOGO}
%%%%%%%%%%%%% Document starts here
\begin{document}
\pagestyle{fancy}
%%%%% You can edit here the document informations
\title{The title of your work}%
% Student
\author{Student name}
\affiliation{MACh1, Promotion Romarin 2024, Avignon Université.}
\email{prenom.nom@alumni.univ-avignon.fr}
% Promoters
\author{First promoter}%
\author{Second promoter}%
\affiliation{promoter affiliations}%
\author{Third promoter}
\affiliation{Another promoter affiliation}
\date{\today}% It is always \today, today,
% but any date may be explicitly specified
\begin{abstract}
A concise summary of your research. The following example outlines a typical structure for an academic article, which may be adjusted to accommodate the specific requirements of your work.
\end{abstract}
\keywords{Suggested keywords}%Use showkeys class option if keyword
% display desired
\maketitle
\thispagestyle{fancy}
%\tableofcontents
\section{Introduction}
\label{sec:introduction}
Provide a concise overview of the content and primary focus of your article. In practice, this section usually (i) introduces the scientific context, (ii) states the problem, and (iii) summarizes the approach and main findings. For instance, you may support a general statement with a single citation \cite{dummy2020}.
A second paragraph helps you check indentation, spacing, and line breaks across pages. You can also use it to announce the structure of the paper (e.g., experimental setup, results, and discussion) and to define any key terms or abbreviations used throughout the manuscript.
\section{Examples (equations, figures, table)}
\label{sec:examples}
This short section is only here to test the layout. Equation~(\ref{eq:beer-lambert}) and Eq.~(\ref{eq:gauss}) illustrate math typesetting, Fig.~\ref{fig:logo-uapv} (single column) and Fig.~\ref{fig:au-logo-wide} (double column) test figure placement and captions, and Table~\ref{tab:booktabs-example} demonstrates a publication-quality table.
\subsection{Citations}
You can cite several references at once, for example \cite{test2025,dummy2020,thesis2021}.
A citation can also include optional text, e.g. \cite[and references therein]{fakeconf2019}.
If author-year style commands are enabled by the bibliography/citation setup, you can cite authors directly in the sentence (\verb|\citet{dummy2020}|) or in parentheses (\verb|\citep{dummy2020}|).
Other useful commands are \verb|\citeauthor{dummy2020}| and \verb|\citeyear{dummy2020}|.
Example (may depend on the selected citation style): \citet{dummy2020} discuss this topic.
Related background can be found elsewhere \citep{webtest2023}.
We also reference \citeauthor{thesis2021} (\citeyear{thesis2021}) for a thesis-style source.
% Single-column figure
\begin{figure}
\centering
\includegraphics[width=0.25\linewidth]{LogoUAPV}
\caption{Former logo of Avignon Université.}
\label{fig:logo-uapv}
\end{figure}
% Double-column figure
\begin{figure*}
\centering
\includegraphics[width=0.30\textwidth]{AU_LOGO}
\caption{Present logo of Avignon Université (full width).}
\label{fig:au-logo-wide}
\end{figure*}
\subsection{Equations}
A short paragraph before an equation is useful to test line breaking and spacing. As a simple analytical chemistry example, the Beer--Lambert law links absorbance $A$ to concentration $c$ through the molar absorptivity $\varepsilon$ and optical path length $\ell$ (see, e.g., \cite[Chap.~2]{dummy2020}).
\begin{equation}
A = \varepsilon\,\ell\,c
\label{eq:beer-lambert}
\end{equation}
A second paragraph after the equation helps visualize the vertical whitespace around display math. You can also test cross-references (Eq.~(\ref{eq:beer-lambert})) and different citation patterns, for example multiple references in a single call \cite{test2025,thesis2021}.
As a second example, we use a normalized Gaussian distribution. The first line defines $f(x)$, and the second checks the normalization by integration.
\begin{align}
f(x) &= \frac{1}{\sigma\sqrt{2\pi}}\exp\!\left(-\frac{(x-\mu)^2}{2\sigma^2}\right),
\label{eq:gauss}\\
\int_{-\infty}^{+\infty} f(x)\,\mathrm{d}x &= 1.
\end{align}
\subsection{Figures}
To reduce awkward float placement (and potential underfull/overfull boxes), it is often better to use widths relative to the current column (\verb|\linewidth|) for single-column figures, and to the full page (\verb|\textwidth|) for double-column figures.
\subsection{Table (booktabs)}
For publication-quality tables, \texttt{booktabs} provides well-spaced horizontal rules: use \verb|\toprule| for the header line, \verb|\midrule| to separate header from body (and optionally between logical blocks), and \verb|\bottomrule| to close the table. As a rule of thumb, avoid vertical rules and avoid double rules; let whitespace do the work.
\begin{table}[h]
\caption{Example publication-quality table using \texttt{booktabs} and numeric alignment via \texttt{siunitx}.}
\label{tab:booktabs-example}
\centering
\begin{tabular}{ccS}
\toprule
Sample & {$C_0$ (\si{\milli\gram\per\liter})} & {Recovery (\si{\percent})} \\
\midrule
S1 & 1.00 & 98.4 \\
S2 & 2.50 & 9.21 \\
S3 & 5.00 & 79.6 \\
\bottomrule
\end{tabular}
\end{table}
\subsection{Chemistry notation (using the \texttt{chemmacros} and \texttt{chemformula} packages)}
The class loads \texttt{chemmacros}, so you can write chemical formulae with \verb|\ch{...}|, for example \ch{H2O}, \ch{NaCl}, \ch{H3O+}, or isotopes such as \ch{^{13}C}.
Reactions can be typeset in a compact form:
\begin{equation}
\ch{2 H2 + O2 -> 2 H2O}
\label{eq:water-formation}
\end{equation}
Equilibria and phase/charge annotations are also supported, e.g. \ch{CO2 + H2O <=> H2CO3} and \ch{Fe^{3+}(aq)}.
\subsection{Units and numbers (\texttt{siunitx})}
Use \texttt{siunitx} to format numbers and units consistently: \num{12345}, \num{3.2e-4}, and \num{1.23(4)}.
Common quantities can be written as \SI{25}{\celsius}, \SI{1.0}{\milli\mole\per\liter}, or \SI{10}{\micro\gram\per\milli\liter}.
Ranges and lists are supported too: \SIrange{400}{700}{\nano\meter} and \SIlist{1;2.5;5}{\milli\gram\per\liter}.
\section{Experimental section}
\label{sec:exp-sec}
This section should be detailed enough for someone else to reproduce the work. In the final version, you can split it into subsections for samples, instrumentation, reagents, and data processing. Keep units consistent and report uncertainties when relevant.
\subsection{Material}
\label{sec:material}
List all chemicals, standards, consumables, and instruments used in the study. For each reagent, you can indicate supplier, purity grade, and reference number when important. For instruments, give the model and manufacturer, plus any specific configurations.
\subsection{Methods}
\label{sec:methods}
Describe the experimental protocol step by step (sample preparation, calibration, acquisition parameters, and quality controls). Mention how many replicates were performed and how outliers (if any) were handled. If you used software, give the version and key settings.
\section{Development}
\label{sec:devel}
Use this section for bibliographic background and for the rationale behind your choices. You can compare several approaches from the literature, justify the selected method, and highlight what is new in your work \cite{fakeconf2019}.
A second paragraph is useful to test multi-paragraph layout: you may introduce a conceptual scheme, a reaction mechanism, or a workflow, then discuss its limitations and how you addressed them (controls, validation dataset, robustness checks). If you cite a web resource, it typically appears like this \cite{webtest2023}.
\section{Result ans discussion}
\label{sec:result-ans-disc}
Present the main results using figures and tables, then interpret them. Start with a short summary of what is observed (trends, orders of magnitude), then discuss plausible explanations and compare with the literature \cite{test2025}.
In a second paragraph, comment on the reliability of the results (error bars, repeatability, detection limits) and on the practical implications. You can also cite a thesis as background or methodology support \cite{thesis2021}. End the section by clearly stating the take-home message and what remains uncertain.
\section{Conclusion}
\label{sec:conclusion}
Conclude by restating the objective and the main findings in a few sentences. Mention the limitations and propose a short outlook (future experiments, applications, or improvements to the method). If relevant, include one sentence on how the work fits the broader context.
\begin{acknowledgments}
If you want to thank someone.
\end{acknowledgments}
% \appendix
% \section{Appendixes}
% If you need to provide supplementary information that may be of interest.
\bibliography{bibliography}% Produces the bibliography via BibTeX from file bibliography.bib.
\end{document}
%
% ****** End of file apssamp.tex ******