84 lines
2.5 KiB
TeX
84 lines
2.5 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Compact Academic CV
|
|
% LaTeX Template
|
|
% Version 2.0 (6/7/2019)
|
|
%
|
|
% This template originates from:
|
|
% https://www.LaTeXTemplates.com
|
|
%
|
|
% Authors:
|
|
% Dario Taraborelli (http://nitens.org/taraborelli/home)
|
|
% Vel (vel@LaTeXTemplates.com)
|
|
%
|
|
% License:
|
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\documentclass[11pt]{article} % Default document font size
|
|
|
|
\input{structure.tex} % Include the file specifying the document structure and styling
|
|
|
|
% Set PDF meta-information
|
|
\hypersetup{
|
|
pdftitle={Miłosz Jabłoński - Curriculum vitae},
|
|
pdfauthor={Miłosz Jabłoński}
|
|
}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\begin{document}
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% CONTACT AND GENERAL INFORMATION
|
|
%----------------------------------------------------------------------------------------
|
|
\includegraphics[width=0.2\textwidth, right]{pic.jpeg}
|
|
{\LARGE\bfseries Miłosz Jabłoński} % Name
|
|
|
|
ul. Jasna 7/2\\ % Address
|
|
Bydgoszcz 12-345
|
|
\medskip % Whitespace
|
|
|
|
Telefon: 123 456 789\\ % Phone number
|
|
|
|
Email: \href{mailto:jablonskimilosz@gmail.com}{jablonskimilosz@gmail.com}\\ % Email address
|
|
Data urodzenia: 24.04.2000 r.
|
|
|
|
%------------------------------------------------
|
|
|
|
\section*{Aktualne zajęcie}
|
|
|
|
Studia informatyczne I stopnia na Uniwersytecie im. Adama Mickiewicza w Poznaniu % Current or most recent employment position
|
|
|
|
%------------------------------------------------
|
|
|
|
\section*{Specjalizacje}
|
|
|
|
Programowanie w języku C++ oraz Python 3.0 % Primary areas of research interest
|
|
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% EDUCATION
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\section*{Wykształcenie}
|
|
|
|
\years{2016-2020}\textsc Zespół Szkół Elektronicznych im. Wojska Polskiego w Bydgoszczy\\
|
|
Technik informatyk
|
|
|
|
\section*{Języki obce}
|
|
Język angielski na poziomie biegłym
|
|
|
|
\section*{Zainteresowania}
|
|
\begin{itemize}[leftmargin=0.3cm]
|
|
\item Nowe technologie komputerowe i informatyczne
|
|
\item Rozwój sztucznej inteligencji
|
|
\item Matematyka
|
|
\end{itemize}
|
|
|
|
\end{document}
|