Skip to content

Commit be123b9

Browse files
committed
1 parent c9a6880 commit be123b9

File tree

5 files changed

+107
-45
lines changed

5 files changed

+107
-45
lines changed

main.tex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
\usemintedstyle{tango}
1212
\usepackage{epigraph}
1313
\usepackage{geometry}
14+
\setlength{\parskip}{0.5em}
15+
\setlength{\parindent}{0pt}
1416

1517
\geometry{a4paper, total={170mm,257mm}, left=35mm, right=35mm, top=20mm} % <-- sets better margins
1618

@@ -27,6 +29,12 @@
2729
\input{src/introduction.tex}
2830

2931
% AVS
30-
\input{src/avs.tex}
32+
\input{src/avs}
33+
34+
% GW
35+
\input{src/groundwork}
36+
37+
% PnR
38+
\input{src/pnr}
3139

3240
\end{document}

src/avs.tex

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
\frenchspacing
2+
{1.5em}
3+
\chapter{Abstracted View of Selling}
4+
\epigraph{“All you need in this life is ignorance and confidence; then success is sure.”}{Mark Twain}
5+
6+
%
7+
\section{Learning Outcomes}
8+
%
9+
\section{The Sales Process}
10+
\subsection{Introduction to Sales}
11+
\subsection{Our Goals}
12+
\subsection{The Golden Rule of Selling (Guiding)}
13+
\subsection{Business, Business Models and Their Characteristics}
14+
\subsection{Business Funding Stages Breakdown}
15+
\subsection{Survival Analysis and Churn}
16+
\subsection{6 Stages of a Buyer's Journey}
17+
\subsection{Sales Pipeline}
18+
\subsection{Sales Funnel (Prospect Journey Model)}
19+
\subsection{Closing Sales}
20+
21+
%
22+
\section{References}

src/groundwork.tex

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
\frenchspacing
2+
{1.5em}
3+
\chapter{Groundwork for Success in Sales Development}
4+
\epigraph{S}{S}
5+
6+
%
7+
\section{Learning Outcomes}
8+
%
9+
\section{Key Sales Roles, and Their Definitions}
10+
11+
%
12+
\section{Listening And Questioning Skills in the Sales Process}
13+
\subsection{Active Listening}
14+
\subsection{Types of Questions to Ask}
15+
\subsection{Views on Pain Points}
16+
17+
%
18+
\section{Six Elements of Sales Development Success}
19+
20+
%
21+
\section{References}
22+
Bertuzzi, Trish. \textit{The sales development playbook: Build repeatable pipeline and accelerate growth with inside sales.} Moore-Lake, 2016.

src/introduction.tex

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1+
\frenchspacing
2+
{1.5em}
13
\chapter{Introduction}
4+
\epigraph{“If people knew how hard I had to work to gain my mastery, it would not seem so wonderful at all.”}{Michelangelo Buonarroti}
25

6+
% Learning Techniques
37
\section{Learning Techniques}
4-
5-
The following is the four-step Feynman Technique:
6-
7-
\begin{itemize}
8-
\item Choose the topic.
9-
\item Explain it as if you are explaining it to someone with no prior knowledge.
10-
\item Find where your explanation breaks down or lacks clarity.
11-
\item Review the material.
12-
\item Rewrite using language that is easily understood with clear examples.
13-
\end{itemize}
14-
8+
The following is the five-step Feynman Technique:
9+
\begin{enumerate}
10+
\item Choose the topic.
11+
\item Explain it as if you are explaining it to someone with no prior knowledge.
12+
\item Find where your explanation breaks down or lacks clarity.
13+
\item Review the material.
14+
\item Rewrite using language that is easily understood with clear examples.
15+
\end{enumerate}
1516
The following is my own personal process to write my conceptual understanding of the material I learned:
1617

1718
\begin{enumerate}
18-
\item Take notes.
19-
20-
\item Question.
21-
\begin{itemize}
22-
\item What are we trying to learn?
23-
\item Why are we trying to learn this material?
24-
\item How will this apply to my overall goal?
25-
\end{itemize}
26-
27-
\item Extract.
28-
\begin{itemize}
29-
\item Gather information from sources (reading, notes, slideshows, videos, etc.).
30-
\item Pull out information that will help us understand the answers to our questions.
31-
\end{itemize}
32-
33-
\item Load.
34-
\begin{itemize}
35-
\item Internalize the information and find a way to connect it all together.
36-
\end{itemize}
37-
38-
\item Transform.
39-
\begin{itemize}
40-
\item Synthesize and re-express the information in your own words.
41-
\item Use the Feynman technique mentioned above to synthesize the information.
42-
\end{itemize}
43-
44-
\item Teach.
45-
\begin{itemize}
46-
\item Using the Feynman style, try explaining it to a friend and find gaps.
47-
\item Review and refine.
48-
\end{itemize}
49-
19+
\item \textbf{Take notes.}
20+
21+
\item \textbf{Question.}
22+
\begin{itemize}
23+
\item What are we trying to learn?
24+
\item Why are we trying to learn this material?
25+
\item How will this apply to my overall goal?
26+
\end{itemize}
27+
28+
\item \textbf{Extract.}
29+
\begin{itemize}
30+
\item Gather information from sources (reading, notes, slideshows, videos, etc.).
31+
\item Pull out information that will help us understand the answers to our questions.
32+
\end{itemize}
33+
34+
\item \textbf{Load.}
35+
\begin{itemize}
36+
\item Internalize the information and find a way to connect it all together.
37+
\end{itemize}
38+
39+
\item \textbf{Transform.}
40+
\begin{itemize}
41+
\item Synthesize and re-express the information in your own words.
42+
\item Use the Feynman Technique mentioned above to synthesize the information.
43+
\end{itemize}
44+
45+
\item \textbf{Teach.}
46+
\begin{itemize}
47+
\item Using the Feynman style, try explaining it to a friend and find gaps.
48+
\item Review and refine.
49+
\end{itemize}
5050
\end{enumerate}
5151

5252
\section{Pledge of Commitment}
5353

54-
\textit{Nihil Sine Labore} --- Nothing without hard work or labor.
54+
\textit{Nihil Sine Labore} - Nothing without hard work or labor.

src/pnr.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
\frenchspacing
2+
{1.5em}
3+
\chapter{Planning and Research}
4+
\epigraph{S}{S}
5+
6+
%
7+
\section{Learning Outcomes}
8+
9+
%
10+
\section{References}

0 commit comments

Comments
 (0)