Skip to content

Commit

Permalink
Fixed Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaugh0328 committed Sep 6, 2017
1 parent ff2c7b1 commit 69e7757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file modified Documents/bootcamp_topic_intro.pdf
Binary file not shown.
13 changes: 7 additions & 6 deletions Documents/bootcamp_topic_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\pagestyle{headandfoot}
\runningheadrule
\firstpageheadrule
\firstpageheader{\includegraphics[width=0.25\textwidth]{../Figures/stern_black1.pdf}}{}{Data Bootcamp: Three Project Ideas}
\firstpageheader{\includegraphics[width=0.25\textwidth]{../Figures/stern_black1.pdf}}{}{Data Bootcamp: Getting Started}
\runningheader{}{}{}
\runningfooter{}{}{}

Expand Down Expand Up @@ -46,6 +46,7 @@ \section*{About the course}
\item Why Python?
% general purpose language, great data tools, open source and free, community
\item Why bootcamp?
\item Why me?
\item Why you?
\end{itemize}

Expand Down Expand Up @@ -90,7 +91,7 @@ \section*{About the course}
\end{itemize}
\end{itemize}

\section*{Setting up your Computer}
\section*{Setting up your computer}
\begin{itemize}
\item Create \verb|Data_Bootcamp| directory/folder on your computer. This is a place for you to save stuff to, work from, etc.
\item My style: To keep things simple I do the following
Expand Down Expand Up @@ -118,7 +119,7 @@ \section*{\href{https://atom.io/}{Atom}}
\item type ``my first file'', then comma, then birth year, then comma, high school graduation year, then comma, college graduation year (or expected graduation year). For me it looks like this\\
\\
{\tt my first file, 1978, 1996, 2001}
\item Save as: \verb|my-first-file.csv| in your \verb|Data_Bootcamp| file.
\item Save as: \verb|my_first_file.csv| in your \verb|Data_Bootcamp| file.
\item \textbf{Pro-tip: naming convention and file type is important in this course}
\end{itemize}

Expand All @@ -138,8 +139,8 @@ \section*{\href{https://github.com}{GitHub}}
\end{itemize}
\item Now lets use it
\begin{itemize}
\item Create a new repository and name it {\tt my-first-repository},
\item place the \verb|my-first-file.csv| file you created in it,
\item Create a new repository and name it \verb|my_first_repository|,
\item place the \verb|my_first_file.csv| file you created in it,
\item Great job! \\
Next class, I'm going to try and ``pull'' the file and then report some statistics about the class to you.
\end{itemize}
Expand Down Expand Up @@ -259,7 +260,7 @@ \section*{Practice and review}
\item preferred form of social media
\item career path (e.g. Finance, Consulting, Technology, Fashion, public policy, rock star)
\end{itemize}
\item Name as \verb|my-second-file.csv| and post on GitHub in {\tt my-first-repository}
\item Name as \verb|my_second_file.csv| and post on GitHub in \verb|my_first_repository|
\end{itemize}


Expand Down

0 comments on commit 69e7757

Please sign in to comment.