Skip to content

Commit 9463e12

Browse files
committed
stdlib-talk: changes following comments
1 parent d65a085 commit 9463e12

File tree

1 file changed

+62
-22
lines changed

1 file changed

+62
-22
lines changed

FortranCon2020-stdlib/stdlib_talk.tex

Lines changed: 62 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
\begin{itemize}
8787
\item One of the four pillars of \textcolor{blue}{fortran-lang}
8888
\item \textcolor{blue}{MIT} License
89-
\item Aims to collaborate with the Fortran Standard Committee
89+
\item Aims to \textcolor{mygreen}{collaborate} with the \textcolor{blue}{Fortran Standard Committee}
9090
\item Links:
9191
\begin{itemize}
9292
\item GitHub: https://github.com/fortran-lang/stdlib
@@ -118,18 +118,44 @@
118118
\end{frame}
119119

120120

121-
\begin{frame}[c]{Currently discussed in stdlib}
121+
\begin{frame}[c]{Current state of stdlib}
122+
%https://github.com/fortran-lang/stdlib\\
123+
Since \textcolor{blue}{December 2019} on GitHub:
124+
\begin{itemize}
125+
\item \textcolor{blue}{Issues / ideas / comments}
126+
\begin{itemize}
127+
\item 47 contributors
128+
\item $>$ 110 GitHub issues
129+
\end{itemize}
130+
\item \textcolor{blue}{Source codes}
131+
\begin{itemize}
132+
\item 16 contributors
133+
\item $>$ 100 Pull Requests
134+
\end{itemize}
135+
\end{itemize}
136+
\end{frame}
137+
138+
139+
\begin{frame}[c]{Currently discussed}
122140
Several discussions on:
141+
\begin{columns}
142+
\begin{column}{0.5\textwidth}
123143
\begin{itemize}
124144
\item Assertion
125145
\item Logging
126146
\item OS integration
127147
\item Random numbers
148+
\end{itemize}
149+
\end{column}
150+
\begin{column}{0.5\textwidth}
151+
\begin{itemize}
128152
\item Sparse matrices
129153
\item Special functions
130154
\item Strings
131155
\item ...
132156
\end{itemize}
157+
\end{column}
158+
\end{columns}
133159
\end{frame}
134160

135161

@@ -240,24 +266,6 @@
240266
\end{frame}
241267

242268

243-
\begin{frame}[c]{Contributions through GitHub}
244-
%https://github.com/fortran-lang/stdlib\\
245-
Since \textcolor{blue}{December 2019}:
246-
\begin{itemize}
247-
\item \textcolor{blue}{Source codes}
248-
\begin{itemize}
249-
\item 16 contributors
250-
\item $>$ 100 Pull Requests
251-
\end{itemize}
252-
\item \textcolor{blue}{Issues / ideas / comments}
253-
\begin{itemize}
254-
\item 47 contributors
255-
\item $>$ 110 GitHub issues
256-
\end{itemize}
257-
\end{itemize}
258-
\end{frame}
259-
260-
261269
\begin{frame}[c]{How to contribute to stdlib?}
262270
\begin{center}
263271
\Huge{\textcolor{red}{Any contribution is welcome!}}
@@ -295,8 +303,40 @@
295303
\end{frame}
296304

297305

298-
\begin{frame}[c]{Acknowledgments}
299-
To do: List all contributors to stdlib
306+
\begin{frame}[c]{Thank you to all contributors!}
307+
\begin{columns}
308+
\begin{column}{0.33\textwidth}
309+
\begin{center}
310+
Bálint Aradi\\
311+
Izaak Beekman\\
312+
Neil Carlson\\
313+
Ondrej Certik\\
314+
Milan Curcic\\
315+
Pierre de Buyl\\
316+
\end{center}
317+
\end{column}
318+
\begin{column}{0.33\textwidth}
319+
\begin{center}
320+
Martien Diehl\\
321+
Juan Fiol\\
322+
J. Henneberg\\
323+
Michael Hirsch\\
324+
Ivan Pribec\\
325+
Yuichiro Sakamoto\\
326+
\end{center}
327+
\end{column}
328+
\begin{column}{0.33\textwidth}
329+
\begin{center}
330+
Nathaniel Shaffer\\
331+
Pedro Costa\\
332+
Jeremie Vandenplas\\
333+
Ashwin Vishnu\\
334+
\end{center}
335+
\end{column}
336+
\end{columns}
337+
\begin{center}
338+
\textcolor{mygreen}{Also to all contributors who opened and commented issues/PR on GitHub!}
339+
\end{center}
300340
\end{frame}
301341

302342
\begin{frame}[c]{}

0 commit comments

Comments
 (0)