Skip to content

Commit 2681f6d

Browse files
committed
Adding Maya Gans
1 parent a80389e commit 2681f6d

7 files changed

+40
-33
lines changed

book.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
\begin{document}
55

6-
\title{JavaScript versus Data Science}
7-
\subtitle{A brief guide for those who regret that this has become necessary.}
8-
\author{Maya Gans, Toby Hodges, and Greg Wilson}
6+
\title{JavaScript for Data Scientists}
7+
\subtitle{A Brief Introduction to the Web's Most Popular Language}
8+
\author{Greg Wilson, Toby Hodges, and Maya Gans}
99
\date{Version 3.0 beta / July 2019}
1010
\maketitle
1111

figures/gans-maya-original.jpg

1.32 MB
Loading

figures/gans-maya.png

36.6 KB
Loading

figures/hodges-toby.png

-66 KB
Loading

figures/wilson-greg-original.png

517 KB
Loading

figures/wilson-greg.png

-83.9 KB
Loading

intro.tex

+37-30
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,43 @@ \section{Who You Are}\label{s:intro-personas}
9595
have reliable access to the Internet.
9696
\end{itemize}
9797

98+
\section{Who We Are}\label{s:intro-contributors}
99+
100+
\begin{center}
101+
\includegraphics{figures/gans-maya.png}
102+
\end{center}
103+
104+
\noindent
105+
\textbf{Maya Gans} is a freelance data scientist and JavaScript developer by way
106+
of quantitative biology. When she isn't debugging code, she's somewhere remote
107+
climbing large mountains.
108+
109+
\begin{center}
110+
\includegraphics{figures/hodges-toby.png}
111+
\end{center}
112+
113+
\noindent
114+
\textbf{\href{https://tbyhdgs.info/}{Toby Hodges}} is a bioinformatician turned community
115+
coordinator, working on the \href{https://bio-it.embl.de}{Bio-IT Project} at
116+
\href{https://www.embl.de}{EMBL}. He teaches a lot of courses in computing, organizes
117+
a lot of community-building events, listens to a lot of punk rock, and
118+
occasionally still finds time to write code and ride his bike. Toby would like
119+
to thank his wife for her support and patience while he swore about how annoying
120+
JavaScript is to debug.
121+
122+
\begin{center}
123+
\includegraphics{figures/wilson-greg.png}
124+
\end{center}
125+
126+
\noindent
127+
\textbf{\href{http://third-bit.com/}{Greg Wilson}} has worked for 35 years in both industry and
128+
academia, and is the author or editor of several books on computing and two for
129+
children. He co-founded \href{http://carpentries.org}{Software Carpentry}, a non-profit
130+
organization that teaches basic computing skills to researchers, and is now part
131+
of the education team at \href{http://rstudio.com}{RStudio}. Greg would like to
132+
thank everyone at \href{https://rangle.io/}{Rangle} who was so patient with him when
133+
he was learning JavaScript.
134+
98135
\section{Setting Up}\label{s:intro-setup}
99136

100137
The exercises at the end of each chapter include new information
@@ -135,36 +172,6 @@ \section{Contributing}\label{s:index-contrib}
135172
and please note that all contributors are required to abide by
136173
our \href{/en/conduct/}{Code of Conduct}.
137174

138-
\section{Who We Are}\label{s:intro-contributors}
139-
140-
\noindent\begin{figure}
141-
\centering
142-
\includegraphics{figures/hodges-toby.png}
143-
\caption{Toby Hodges}
144-
\end{figure}
145-
\noindent
146-
\textbf{\href{https://tbyhdgs.info/}{Toby Hodges}} is a bioinformatician turned community
147-
coordinator, working on the \href{https://bio-it.embl.de}{Bio-IT Project} at
148-
\href{https://www.embl.de}{EMBL}. He teaches a lot of courses in computing, organizes
149-
a lot of community-building events, listens to a lot of punk rock, and
150-
occasionally still finds time to write code and ride his bike. Toby would like
151-
to thank his wife for her support and patience while he swore about how annoying
152-
JavaScript is to debug.
153-
154-
\noindent\begin{figure}
155-
\centering
156-
\includegraphics{figures/wilson-greg.png}
157-
\caption{Greg Wilson}
158-
\end{figure}
159-
\noindent
160-
\textbf{\href{http://third-bit.com/}{Greg Wilson}} has worked for 35 years in both industry and
161-
academia, and is the author or editor of several books on computing and two for
162-
children. He co-founded \href{http://carpentries.org}{Software Carpentry}, a non-profit
163-
organization that teaches basic computing skills to researchers, and is now part
164-
of the education team at \href{http://rstudio.com}{RStudio}. Greg would like to
165-
thank everyone at \href{https://rangle.io/}{Rangle} who was so patient with him when
166-
he was learning JavaScript.
167-
168175
\subsection{Acknowledgments}\label{s:intro-acknowledgments}
169176

170177
We are also grateful for fixes from:

0 commit comments

Comments
 (0)