-
Notifications
You must be signed in to change notification settings - Fork 42
/
committee-agenda.Rmd
46 lines (31 loc) · 970 Bytes
/
committee-agenda.Rmd
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
---
title: "Committee Meeting Agenda"
date: "Date"
output: pdf_document
header-includes:
- \usepackage{pgffor, ifthen}
---
\newcommand{\notes}[3][\empty]{%
\foreach \n in {1,...,#2}{%
\ifthenelse{\equal{#1}{\empty}}
{\rule{#3}{0.5pt}\\}
{\rule{#3}{0.5pt}\vspace{#1}\\}
}
}
## Attendees
* Committee member 1
* Committee member 2
* Committee member 3
* Committee member 4
## Outline
### Follow up
* _Put any follow up from the previous meeting here._
### New developments
* _Summarize the "summary paragraph" you sent out prior to the meeting in a few bullets to discuss._
### Defense timeline
* _Summarize your defense timeline based on the new updates._
### Next steps
* _This is a reminder to discuss next steps at the end of the meeting. Be sure to record specific action items discussed in the meeting in the **Notes** section below._
## Notes
_This is a space for recording what was discussed in the meeting._
\notes[10pt]{8}{\textwidth}