-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGrantModelCanvas.tex
More file actions
197 lines (174 loc) · 6.26 KB
/
Copy pathGrantModelCanvas.tex
File metadata and controls
197 lines (174 loc) · 6.26 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
\documentclass{article}
% adapted "business" version from latex code:
% https://rememberthecmd.blogspot.com/2015/02/draw-business-model-generation-canvas.html
% and the "grant" version (not latex):
% https://gregglab.neuro.utah.edu/2018/10/30/the-grant-model-canvas-for-developing-great-grants/
\usepackage[landscape,margin=0in]{geometry}
%\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\pagenumbering{gobble} % supress page numbers
\usepackage{hyperref}
\usepackage{datetime2} % YYYY-MM-DD format!
% Sans-serif fonts
\renewcommand{\rmdefault}{phv}
\renewcommand{\sfdefault}{phv}
\usepackage{tikz}
\title{\vspace{-1em}The Grant Model Canvas}
\author{Alejandro Ochoa --- \href{mailto:alejandro.ochoa@duke.edu}{\nolinkurl{alejandro.ochoa@duke.edu} } --- \url{https://ochoalab.github.io/}}
\date{
\textbf{\color{black!50}Version:} \today
~\textbf{\color{black!50}---}
\textbf{\color{black!50}Due date:} ????-??-??
}
\begin{document}
\maketitle
\vspace{-1em}
\centering
\def\layersep{9.7em}
\def\layerwidth{75em}
\makebox[\textwidth][c]{
\begin{tikzpicture}[
% Define block parameters (mostly shape)
bloc/.style={
rectangle, rounded corners,
draw=black!30, very thick, inner sep=0,
},
bloc1/.style={
bloc,
text width = \layerwidth/5*0.95,
minimum width = \layerwidth/5,
minimum height= 4*\layersep
},
bloc2/.style={
bloc,
text width = \layerwidth/5*0.95,
minimum width=\layerwidth/5,
minimum height=2*\layersep
},
bloc3/.style={
bloc,
text width=\layerwidth/2*0.95,
minimum width=\layerwidth/2,
minimum height=\layersep
},
title/.style={
anchor=north west,
color=black!50,
font=\bfseries
},
]
%%%%%%%%%%%%%%%%%%%%%%%%
%%% DRAW THE CANVAS
%%%%%%%%%%%%%%%%%%%%%%%%
% first the block, then the title
% PROBLEM
\node[bloc1] (b1) at (0*\layerwidth/10,4*\layersep) {
Clearly state the real world problem your project will address.
What are the top 3 elements of the problem?
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b1.north west) {\underline{1. Problem}};
% TARGET AUDIENCE
\node[bloc2] (b2) at (2*\layerwidth/10,5*\layersep) {
Who is seeking a solution to this problem?
Who would buy into your solution by funding your grant?
What type of colleague/expert are you selling to?
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b2.north west) {\underline{2. Target audience}};
% SOLUTION
\node[bloc2] (b3) at (2*\layerwidth/10,3*\layersep) {
State your proposed solution to the stated problem.
What is your big idea?
What are the top 3 features of your solution.
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b3.north west) {\underline{3. Solution}};
% WHAT IS KNOWN?
\node[bloc3] (b4) at (1.5*\layerwidth/10,1.5*\layersep) {
Indicate the key knowledge and competing technology that already exists.
What is the state of the field?
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b4.north west) {\underline{4. What is Known?}};
% WHAT IS UNKNOWN?
\node[bloc3] (b5) at (6.5*\layerwidth/10,1.5*\layersep) {
Indicate the critical knowledge/technology that is lacking, but needed to solve the stated problem.
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b5.north west) {\underline{5. What is Unknown?}};
% VALUE PROPOSITIONS
\node[bloc1] (b6) at (4*\layerwidth/10,4*\layersep) {
Clearly state the value of your proposed solution.
What is the \#1 contribution that your grant will deliver?
How does it address the problem and critical gaps in knowledge.
Your value proposition clearly states how the knowledge/technology your grant will create solves your target audience’s problem or improves their situation (relevancy to your target audience).
Your value proposition must indicate specific benefits (value) and explain to a grant reviewer why they should buy into your grant and not the ones you are competing against (unique differentiation).
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b6.north west) {\underline{6. Value Propositions}};
% UNFAIR ADVANTAGE
\node[bloc2] (b7) at (6*\layerwidth/10,5*\layersep) {
What advantages do you have that others do not?
This includes proven expertise in the area, preliminary findings that support your case, novel technology or resources.
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b7.north west) {\underline{7. Unfair Advantage}};
% EXPECTED IMPACT
\node[bloc2] (b8) at (6*\layerwidth/10,3*\layersep) {
Clearly indicate the expected impact of your solution.
What will the impact be?
Which fields will be transformed?
Why will it be transformative?
How far reaching could the impact be on research, society and healthcare?
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b8.north west) {\underline{8. Expected Impact}};
% KEY RESOURCES NEEDED
\node[bloc2] (b9) at (8*\layerwidth/10,5*\layersep) {
What key resources or collaborators do you need to be successful?
Indicate them here.
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b9.north west) {\underline{9. Key Resources Needed}};
% NOVELTY
\node[bloc2] (b10) at (8*\layerwidth/10,3*\layersep) {
What is the evidence that your solution is novel?
State what is novel about your solution and do some reading to make sure you are right!
\begin{itemize}
\item Text
\item More text
\end{itemize}
};
\node[title] at (b10.north west) {\underline{10. Novelty}};
\end{tikzpicture}
}
Content based heavily on \url{https://gregglab.neuro.utah.edu/2018/10/30/the-grant-model-canvas-for-developing-great-grants/}
\end{document}