-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path2016-04-12-HOCKING-R-GSOC-OKFestMTL.tex
159 lines (137 loc) · 4.95 KB
/
2016-04-12-HOCKING-R-GSOC-OKFestMTL.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
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
\documentclass{beamer}
\usepackage{graphicx}
\usepackage{hyperref}
% Set transparency of non-highlighted sections in the table of
% contents slide.
\setbeamertemplate{section in toc shaded}[default][100]
\AtBeginSection[]
{
\setbeamercolor{section in toc}{fg=red}
\setbeamercolor{section in toc shaded}{fg=black}
\begin{frame}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
\title{R project in Google Summer of Code}
\author{
Toby Dylan Hocking\\
\date{12 April 2016}
\maketitle
\begin{frame}
\frametitle{R is a free/open-source software environment for
statistics and graphics}
\begin{itemize}
\item \url{https://www.r-project.org/} \includegraphics[width=1cm]{Rlogo}
\item A command interpreter for the R programming language.
\item Packages for machine learning, data analysis, visualization.
\item Completely free and open for anyone to use and modify\\(GNU
General Public License version 2).
\end{itemize}
\includegraphics[width=\textwidth]{HOCKING-ICML2013-Figure1}
Figure source: Hocking et al, ``Learning sparse penalties for
change-point detection using max-margin interval regression,''
International Conference on Machine Learning 2013.
\end{frame}
% \begin{frame}[fragile]
% \frametitle{Brief demo of R}
% \scriptsize
% \begin{verbatim}
% thocking@silene:~/R/gsoc2016(master*)$ R --vanilla
% R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"
% Copyright (C) 2015 The R Foundation for Statistical Computing
% Platform: x86_64-pc-linux-gnu (64-bit)
% R is free software and comes with ABSOLUTELY NO WARRANTY.
% You are welcome to redistribute it under certain conditions.
% Type 'license()' or 'licence()' for distribution details.
% Natural language support but running in an English locale
% R is a collaborative project with many contributors.
% Type 'contributors()' for more information and
% 'citation()' on how to cite R or R packages in publications.
% Type 'demo()' for some demos, 'help()' for on-line help, or
% 'help.start()' for an HTML browser interface to help.
% Type 'q()' to quit R.
% >
% \end{verbatim}
% \end{frame}
\begin{frame}
\frametitle{History of R project and Google Summer of Code}
\begin{description}
\item[1992] First \textbf{R} coded by Robert Gentleman and Ross
Ihaka at University of Auckland, New Zealand.
\item[1997] First Comprehensive R Archive Network (CRAN) web site
hosting \textbf{R packages}.
\item[1998] Google incorporated in Stanford, California.
\item[2005] First \textbf{Google Summer of Code} (GSOC).
\item[2008] First time R participates in GSOC (GSOC-R).
\item[2012] My first year as co-administrator of GSOC-R.
\end{description}
Sources: Wikipedia, GSOC web site.
\end{frame}
\begin{frame}
\frametitle{Google Summer of Code (GSOC)}
Student gets \$5500 for writing open source code for
3 months.
\begin{description}
\item[Feb] \textbf{Admins} for open source organizations
e.g. R, Debian, Wikimedia, Mozilla, apply to Google.
\item[Mar] \textbf{Mentors} suggest projects for each org.\\
\textbf{Students} submit project proposals to Google.\\
Google gives funding for $n$ students to an org.
\item[April] The top $n$ students get \$500 and begin coding.
\item[July] Midterm evaluation, pass = \$2250.
\item[Aug] Final evaluation, pass = \$2750.
\item[November] Orgs get \$500/student mentored.
\end{description}
I have participated as an \textbf{admin} and \textbf{mentor} for the
R project.
\end{frame}
\begin{frame}[fragile]
\frametitle{Student projects in R Google Summer of Code}
\begin{tabular}{ccc}
year & total students & students I mentored \\
\hline
2008 & 4 \\
2009 & 4 \\
2010 & 5 \\
2011 & 15 \\
2012 & 16 \\
2013 & 18 & 1\\
2014 & 17 & 1\\
2015 & 23 & 3
\end{tabular}
\end{frame}
\begin{frame}
\frametitle{What makes a good GSOC project?}
Coding projects should:
\begin{itemize}
\item Result in free/open-source software.
\item Be 3 months of full time work for a student.
\item Include writing documentation and tests.
\item Not include original research.
\end{itemize}
Examples:
\begin{itemize}
\item Write a new R package.
\item Improve an existing R package.
\end{itemize}
\end{frame}
\begin{frame}[fragile]
\frametitle{Example: R package animint, 2013--present}
\begin{itemize}
\item Useful for interactive data visualization, for example
{\small \url{http://bl.ocks.org/tdhock/raw/10f27e4ace80bffa10a0/}}\\
\includegraphics[width=0.5\textwidth]{screenshot-max-margin-interval-regression}
%\item \url{https://github.com/tdhock/animint}
\item Students I mentored:
\begin{tabular}{cccc}
Student & Country & Year & Features coded \\
\hline
Susan VanderPlas & USA & 2013 & Legends, geoms. \\
Carson Sievert & USA & 2014 & Tests, facets, etc. \\
Tony Tsai & China & 2015 & Efficient compilation.\\
\end{tabular}
\end{itemize}
\end{frame}
\end{document}