PC-SOCMLx 2019 - Notetaking Template
Author
David Madras
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
A template for taking notes on breakout sessions
A template for taking notes on breakout sessions
% LaTeX Notetaking Template for the 2019 Pan-Canadian Self-Organizing Conference on Machine Learning (PC-SOCMLx)
% Template by David Madras, inspired by Meltem Atay's template for the 2018 SOCML
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{enumitem}
\usepackage{dsfont}
\title{NameOfSession}
\author{YourName}
\date{November 22-23, 2019}
\begin{document}
\maketitle
Feel free to organize this document however you want!
This is a suggested outline but not necessarily a recommended one.
\begin{itemize}[leftmargin=*,noitemsep]
\item[] \textbf{Session Moderator: } ModeratorName
\item[] \textbf{Session Notetaker: } NotetakerName
\item[] \textbf{Number of Attendees: } some $k \in \mathds{N}$ (doesn't have to be perfect but please count if you can!)
\end{itemize}
\section{Brief Description of the Topic}
\section{Summary of Discussion}
\subsection{Major Point 1}
\subsection{Major Point 2}
\subsection{Major Point 3}
$\dots$
\subsection{Major Point $n$}
\section{Controversial or Confusing Points}
\begin{itemize}
\item 1 + 1 = 3
\item etc.
\end{itemize}{}
\section{Open Questions}
\begin{itemize}
\item Magnets, how do they work?
\item etc.
\end{itemize}{}
\section{Miscellaneous Notes}
\begin{itemize}
\item random thoughts that don't fit elsewhere on this outline
\end{itemize}{}
\section{Takeaways}
\begin{itemize}
\item Summary points/major takeaways
\end{itemize}{}
\section{Further Reading or References}
\begin{itemize}
\item Pointers to cool papers/resources everyone brought up
\end{itemize}
\end{document}