-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWritingContractTemplate.tex
72 lines (56 loc) · 3.05 KB
/
WritingContractTemplate.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
% !TEX TS-program = pdflatex -shell-escape
% Cmd-R in textmate compiles
% Control-shift-N in TextMate gives the word count
% C-c C-a compiles and opens PDF in Emacs
% C-c C-l in emacs reveals the error messages when compiling fails.
\documentclass[10pt]{article}
\usepackage[letterpaper, total={7in, 9in}]{geometry}
\usepackage[parfill]{parskip} % add blank line between paragraphs and do not indent paragraphs.
\begin{document}
\thispagestyle{empty}
\subsubsection*{WRITER CONTRACT Number 1}
This agreement starts January 30, 2023 (the “effective date”) and will end on May 12, 2023.
The agreement is between $\langle$ Firstname Lastname $\rangle$ (Contractor) and $\langle$ Firstname Lastname $\rangle$ (Mentor).
The Contractor must do A-B each weekday while meeting conditions D-G and complete C by Friday.
The Contractor may do `windfall' writing for A or B outside of their writing blocks on the same or other projects, but credit for this extra effort does not carryover to the next day.
The blocks of time in A-B need not be adjacent.
A. Work on manuscript A1 for 90 minutes per day, M-F.
B. Work on one grant proposal for 90 minutes per day, M-F.
C. Generate 1000 new words for one book by Friday of each week.
The contractor will work on the book on the weekends and evenings during the week.
D. Qualifying text includes:
\begin{itemize}
\item Manuscripts, grant applications, books.
\item Editorial reviews of manuscripts and grant proposals.
\item Mind maps for planning manuscripts or grant applications.
\item Entries in writing logs.
\item Drafts of e-mails that are directly related to the project.
\item Writing scripts for making figures and analyzing data.
\item Entries to databases used in the research described in the paper.
\item Entries in an annotated bibliography and a zettelkasten.
\item Any other activity that advances the writing project.
\end{itemize}
E. Confirm achievement of A and B by sending an email with ``Done'' on the subject line to the Mentor by 11:59 PM.
``Done'' on Friday’s means that the book writing goal has been achieved in addition to A and B that day.
Send ``Undone'' if A and B were not achieved.
The contractor may request several breaks as negotiated with the Mentor.
F. The contractor may not do the following during the writing blocks and will restart if interrupted
\begin{itemize}
\item Check e-mail or surf the web.
\item Listen to interview or news show videos on YouTube (music is okay if it is not distracting).
\item Answer the phone, keep their office door open, or receive visitors.
\end{itemize}
G. During the writing blocks, the contractor may:
\begin{itemize}
\item Use the Pomodoro Technique.
\item Take bio breaks.
\item Do planning related to the writing project.
\item Read related literature.
\item Make figures and analyze data.
\item Write cover letters and submit manuscripts.
\item Track writing progress.
\end{itemize}
Contractor acknowledges to the Mentor that the Contractor agrees to abide by this Agreement.
Contractor's signature: \hspace{2in} Date:
Mentor's signature: \hspace{2.22in} Date:
\end{document}