Skip to content

Add content to 00-intro #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 32 additions & 4 deletions 00-intro/00-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,43 @@

\section{Introduction}

\begin{frame}{Slide}
\begin{frame}{Contacts}
Contacts:
\begin{itemize}
\item Nesterov Alexander \\
E-mail: [email protected]
\item Obolenskiy Arseniy \\
E-mail: [email protected]
\end{itemize}
\end{frame}


\begin{frame}{Project idea}
\begin{itemize}
\item Work on open source library
\item Verify it on different operating systems, hardware architectures automatically
\item Follow industrial practices in the development process (work process organization and code organization)
\end{itemize}
\end{frame}

\begin{frame}{Before we start the actual project...}
need to familiarize ourselves with key technologies used in the industry.

Next lectures plan:
\begin{itemize}
\item Git (version control system)
\item CMake (build system for C/C++ projects)
\item Linux (operating system)
\end{itemize}

There are text materials and live demos planned.

Slides can be found here: \href{https://embedded-dev-research.github.io/itlab_slides/}{https://embedded-dev-research.github.io/itlab\_slides/}
\end{frame}

\begin{frame}
\centering
\Huge{Thank You!}
\end{frame}

\begin{frame}{References}
\end{frame}

\end{document}
Loading