\documentclass[12pt,a4paper]{article}

% Quelques options d'encodage, de langues et de format du document
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[top=2cm, bottom=3cm, left=1.75cm, right=1.75cm]{geometry}

\usepackage{graphicx} % Pour la commande "\includegraphics"
\usepackage{hyperref} % Pour la commande "\url"


% Fait par Vincent Moreau pour le mini-projet TPT37
%

% works with Overleaf

\begin{document}

\begin{center}
  \begin{tabular}{|p{0.2\textwidth}|p{0.75\textwidth}|}
    \hline
    {
    \vspace{0cm} % without it, bugs, don't know why?
    \centerline{\includegraphics[width=\linewidth]{telecomparis_endossem_ipp_rvb_600pix.png}}
    % image is there: https://www.fondation-mines-telecom.org/wp-content/uploads/2019/06/Logo-T%C3%A9l%C3%A9com-Paris-IP-Paris.png
    }
    & {
      \vspace{0cm} % same here
      \centering
      \large
      {\hfill November, 2022}
      
      \vspace*{.5cm}
      ATHENS course : \textbf{TPT-09}
      
      \vspace*{.5cm}
      {\LARGE\textbf{Social Emergence in Complex Systems}}
      
      \vspace*{.5cm}
      Micro-study

      \vspace*{1cm}
      {\hfill\url{teaching.dessalles.fr/SECS}}
      } \\
    \hline
  \end{tabular}
\end{center}

Name:	Patrick SMITH

{\centering\rule{\linewidth}{.5pt}}

\title{This is the title of my study}
{\let\newpage\relax\maketitle}
\maketitle

\abstract{Abstract}

2/3 lines providing a simple and interesting summary

\section*{Problem}
Explain which problem you’re addressing.
It should be framed as a problem (typically something desirable we want, or something undesirable we don’t want, or something we don’t understand, or something surprising).

\section*{Method}

What you did

\section*{Results}

What you got

\section*{Discussion}

Comparison with expectations, limits, perspectives.

\section*{Bibliography}

All useful references with links.


\end{document}
