Skip to content

Commit 4d4c62a

Browse files
authored
Merge pull request #16 from aobolensk/00-intro
Add content to 00-intro
2 parents ff045ed + 9623c52 commit 4d4c62a

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

00-intro/00-intro.tex

+32-4
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,43 @@
4242

4343
\section{Introduction}
4444

45-
\begin{frame}{Slide}
45+
\begin{frame}{Contacts}
46+
Contacts:
47+
\begin{itemize}
48+
\item Nesterov Alexander \\
49+
50+
\item Obolenskiy Arseniy \\
51+
52+
\end{itemize}
53+
\end{frame}
54+
55+
56+
\begin{frame}{Project idea}
57+
\begin{itemize}
58+
\item Work on open source library
59+
\item Verify it on different operating systems, hardware architectures automatically
60+
\item Follow industrial practices in the development process (work process organization and code organization)
61+
\end{itemize}
62+
\end{frame}
63+
64+
\begin{frame}{Before we start the actual project...}
65+
need to familiarize ourselves with key technologies used in the industry.
66+
67+
Next lectures plan:
68+
\begin{itemize}
69+
\item Git (version control system)
70+
\item CMake (build system for C/C++ projects)
71+
\item Linux (operating system)
72+
\end{itemize}
73+
74+
There are text materials and live demos planned.
75+
76+
Slides can be found here: \href{https://embedded-dev-research.github.io/itlab_slides/}{https://embedded-dev-research.github.io/itlab\_slides/}
4677
\end{frame}
4778

4879
\begin{frame}
4980
\centering
5081
\Huge{Thank You!}
5182
\end{frame}
5283

53-
\begin{frame}{References}
54-
\end{frame}
55-
5684
\end{document}

0 commit comments

Comments
 (0)