-
Notifications
You must be signed in to change notification settings - Fork 2
/
0.0-org.tex
90 lines (77 loc) · 3.11 KB
/
0.0-org.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[alsotrans,beameroptions={aspectratio=169}]{beamerswitch}
\usepackage{fprog}
\usepackage{qrcode}
\title{Организация на курса}
\date{2 октомври 2024 г.}
\hypersetup{colorlinks,urlcolor=blue,linkcolor=white}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{Екип}
\begin{itemize}
\item Специалност „Информатика“
\begin{itemize}
\item \textbf{1 група:} Петър Колев
\item \textbf{2 група:} Ангел Ангелов
\end{itemize}
\item Специалност „Компютърни науки“, 2 поток
\begin{itemize}
\item \textbf{5 група:} Ангел Ангелов
\item \textbf{6 група:} Атанас Орманов
\item \textbf{7 група:} Андрей Дренски
\item \textbf{8 група:} Георги Атанасов
\end{itemize}
\item Избираема дисциплина: Генчо Жилков
\item \textbf{Практикум:} Павел Атанасов и Давид Петров
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Компоненти за оценяване}
\begin{itemize}
\item Големи контролни: 2 $\times$ 30 т.
\item Малки контролни: 2 $\times$ 10 т.
\item Проект: 1 $\times$ 60 т. максимум
\item Блиц тестове: 5 $\times$ 2 т. \alert{(минимум 5 т.)}
\item Изпит задачи: 1 $\times$ 50 т. \alert{(минимум 15 т.)}
\item Изпит теория: 1 $\times$ 50 т. \alert{(минимум 20 т.)}
\item \textbf{Максимум:} 250 т.
\item \textbf{Максимум текущ контрол:} 150 т.
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Схема за оценяване}
\begin{itemize}
\item 180 т. = Отличен 6.00
\item 100 т. = освобождаване от изпит на задачи с 20 т.
\item 60 т. = Среден 3.00
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Канали за комуникация}
\begin{columns}[T,onlytextwidth]
\begin{column}{.7\textwidth}
\begin{itemize}
\item Learn.fmi: Бакалаври, зимен семестър 2024/2025
\begin{itemize}
\item КН
\begin{itemize}
\item \href{https://learn.fmi.uni-sofia.bg/course/view.php?id=10481}{ФП (И+КН.2+избираема) 2024/25}
\end{itemize}
\end{itemize}
\vspace{7ex}
\item \href{https://discord.gg/YBEZjk5CBN}{Discord сървър}
\begin{itemize}
\item код за покана \tt{YBEZjk5CBN}
\end{itemize}
\end{itemize}
\end{column}
\begin{column}{.3\textwidth}
\qrcode{https://learn.fmi.uni-sofia.bg/course/view.php?id=10481}
\vspace{4ex}
\qrcode{https://discord.gg/YBEZjk5CBN}
\end{column}
\end{columns}
\end{frame}
\end{document}