boomarjkee/01-student-reports/main.tex

126 lines
5.2 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper]{article}
\input{../preamble}
\def\LayoutCheckField#1#2{#2#1}
\fboxsep=0pt
\usepackage{pgffor}
\include{studentData.tex}
\begin{document}
\pagestyle{empty}
\begin{flushright}
\small
\begin{tabular}{l}
Приложение № 1\\
к Положению об организации практики\\
обучающихся по программам высшего и\\
среднего профессионального образования\\
в АО «Российские космические системы»
\end{tabular}
\end{flushright}
\vspace{1cm}
\Large
\begin{center}
\textbf{Отчет руководителя практики студента}
\end{center}
\large
\vspace{1cm}
\begin{tabularx}{\textwidth}{ll}
ФИО руководителя практики & Овчинников Иван Игоревич \rule{5mm}{0.5pt} \\
Контактный телефон & 27-73 \rule{5mm}{0.5pt} \\
Таб. номер & 34384 \\
Должность & Начальник группы \rule{5mm}{0.5pt} \\
Структурное подразделение & Группа разработки специального ПО (6803-21) \\
Отчетный период (месяц) & \studentReportPeriod \rule{5mm}{0.5pt} \\
ФИО студента: & \studentName \rule{5mm}{0.5pt} \\
Контактный телефон & \studentPhone \rule{5mm}{0.5pt} \\
\end{tabularx}%
\textbf{\textit{Основание:}}
\newline
\begin{tabularx}{\textwidth}{llr}
Распоряжение об организации практики и назначении руководителя & от \directiveDate &\directiveNumber
\end{tabularx}%
\textbf{\textit{Информация о студенте:}}
\begin{tabularx}{\textwidth}{rr}
\fbox{\CheckBox[height=1em, width=1.5em,name=target,bordercolor=1 1 1]{\null}} Целевик &
\fbox{\CheckBox[height=1em, width=1.5em,name=target,bordercolor=1 1 1]{\null}} Не целевик
\end{tabularx}%
\def\taskList{
\begin{itemize}[leftmargin=*]
\foreach \x in \studentTasks {
\item \x
}
\end{itemize}
}
\noindent\begin{tabular}{|p{1.5cm}|p{3.1cm}|p{2.8cm}|p{1.8cm}|p{1.8cm}|p{4.8cm}|}
\hline
ВУЗ / курс & Вид практики & Специальность / направление подготовки (шифр) & \multicolumn{2}{c|}{Период} & Задания на практику (осваиваемая компетенция) \\ \cline{4-5}
& & & с & по & \\
\hline
\studentUniversity %
& \studentType %
& \studentSpec %
& \studentPeriodFrom %
& \studentPeriodTo %
& \taskList \\
\hline
\end{tabular}
\newline
\textit{Посещение практики студентом \studentDaysVisit\enspace дней.}
\begin{enumerate}
\item \textbf{\textit{Работа, проведенная со студентом:}}
\begin{itemize}
\foreach \x in \studentWorks
{
\item \x
}
\end{itemize}
\item \textbf{\textit{Характеристика студента по итогам выполнения практических заданий:}}
\begin{itemize}
\foreach \x in \studentCharacteristics
{
\item \x
}
\end{itemize}
\item \textbf{\textit{Уровень владения студента профессиональными компетенциями при выполнении заданий:}}
\begin{tabularx}{\textwidth}{rrrrrrrrrr}
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 1 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 2 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 3 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 4 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 5 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 6 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 7 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 8 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 9 &
\fbox{\CheckBox[height=1em, width=1.5em,name=grade,bordercolor=1 1 1]{\null}} 10 \\
\multicolumn{2}{l}{\footnotesize очень низкий} &&&&&&& \multicolumn{2}{r}{\footnotesize очень высокий}
\end{tabularx}
\item \textbf{\textit{Рекомендации по обучению студента компетенциям, необходимым для подразделения:}}
\begin{itemize}
\foreach \x in \studentRecs
{
\item \x
}
\end{itemize}
\end{enumerate}
\begin{tabularx}{0.93\textwidth}{lccc}
Руководитель практики от подразделения: & \rule{30mm}{0.5pt} & Овчинников И.И. & \rule{30mm}{0.5pt} \\
&\footnotesize{(подпись)}&&\footnotesize{(дата)}\\
Руководитель подразделения: & \rule{30mm}{0.5pt} & Козин П.А. & \rule{30mm}{0.5pt} \\
&\footnotesize{(подпись)}&&\footnotesize{(дата)}\\
\end{tabularx}%
\end{document}