-
Notifications
You must be signed in to change notification settings - Fork 2
Add introductory slides for course processes and expectations #60
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
base: main
Are you sure you want to change the base?
Conversation
- Created `10-course-processes.tex` containing slides covering learning processes, success metrics, peer reviews, and group workflows. - Linked the generated PDF in `index.html` for online access. - Included graphical assets (`activity-ci-overview.png`, `activity-ci-segment-*.png`) to illustrate CI activity and related trends.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| \end{frame} | ||
|
|
||
| \begin{frame}{Групповая работа и взаимопомощь} | ||
| \begin{itemize} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems local debug + local fork checks worth mentioning here
| \usepackage{hyperref} | ||
| \usepackage{enumitem} | ||
|
|
||
| \setlist[itemize]{leftmargin=*} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All itemize directives do not produce the bullets, like here:
• bullet 1
• bullet 2
• bullet 3
only text is there:
bullet 1
bullet 2
bullet 3
Is that intentional?
| \begin{frame}{Система штрафов как регулятор} | ||
| \begin{itemize} | ||
| \item Контроль времени: за каждый день просрочки после дедлайна снимается один балл — механизм выравнивания темпа. | ||
| \item Контроль качества: обязательны стиль, статанализ, проверки утечек, мульти-ОС и мульти-компилятор; игнорирование качества ведёт к потере времени. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| \item Контроль качества: обязательны стиль, статанализ, проверки утечек, мульти-ОС и мульти-компилятор; игнорирование качества ведёт к потере времени. | |
| \item Контроль качества: обязательны проверка стиля кодирования, статический анализ, проверки утечек памяти, проверка сборки и запуска тестов на множестве ОС и с использованием разных компиляторов. |
| \item Полный цикл работы студента: | ||
| \begin{enumerate}[label=\arabic*.] | ||
| \item Выполнить задачу локально. | ||
| \item Зафиксировать изменения и отправить их в удалённый репозиторий. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Send them to fork, not just remote repository. Then it is advised to pass all the checks in the fork before the submission to the upstream
| \item Ограничения и риски: локальные всплески запусков требуют лимитов на тяжёлые прогоны и дисциплины малых вопроизводимых примеров. | ||
| \item Практические рекомендации: | ||
| \begin{enumerate}[label=\alph*)] | ||
| \item Сохранить мульти-матрицу CI и политику disable-scheme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is "disable-scheme policy"?
| \item Практические рекомендации: | ||
| \begin{enumerate}[label=\alph*)] | ||
| \item Сохранить мульти-матрицу CI и политику disable-scheme. | ||
| \item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| \item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. | |
| \item Собирать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. |
| \begin{enumerate}[label=\alph*)] | ||
| \item Сохранить мульти-матрицу CI и политику disable-scheme. | ||
| \item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. | ||
| \item Усилить роль peer-review: минимум два содержательных ревью на PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| \item Усилить роль peer-review: минимум два содержательных ревью на PR. | |
| \item Усилить роль peer-review: минимум два содержательных ревью от коллег-студентов на PR. |
| \end{enumerate} | ||
| \framebreak | ||
| Итог: графики подтверждают механизмы контроля времени, качества и поведения, триединство процессов обучения и культуру коллективной ответственности. | ||
| \end{frame} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any ending slide?
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/07-openmp.pdf" target="_blank">07: OpenMP</a></li> | ||
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/08-tbb.pdf" target="_blank">08: TBB</a></li> | ||
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/09-std-threads.pdf" target="_blank">09: std::thread</a></li> | ||
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations</a></li> | |
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations (RU)</a></li> |

10-course-processes.texcontaining slides covering learning processes, success metrics, peer reviews, and group workflows.index.htmlfor online access.activity-ci-overview.png,activity-ci-segment-*.png) to illustrate CI activity and related trends.