Skip to content

Commit 990e9e1

Browse files
committed
talk: progress
1 parent 1cd9ea7 commit 990e9e1

File tree

1 file changed

+51
-10
lines changed

1 file changed

+51
-10
lines changed

FortranCon2020-stdlib/stdlib_talk.tex

Lines changed: 51 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
\documentclass{beamer}
2-
\usetheme{Boadilla}
2+
\usetheme{Madrid}
3+
4+
\usepackage{setspace}
5+
\setstretch{1.5}
36

47
\title{Fortran Standard Library}
5-
\author{Jeremie Vandenplas,
8+
\author[]{Jeremie Vandenplas\\[3mm]
69
Bálint Aradi
710
Izaak Beekman,
811
Ondrej Certik,
@@ -12,7 +15,7 @@
1215
Michael Hirsch,
1316
Ivan Pribec,
1417
Nathaniel Shaffer}
15-
\date{\today}
18+
\date{July 2, 2020}
1619

1720
\begin{document}
1821
\begin{frame}[t]
@@ -26,17 +29,20 @@
2629
\begin{itemize}
2730
\item After standardization and implementation in compilers
2831
\end{itemize}
29-
\item But no Standard Library
32+
\item Issue: no Standard Library
3033
\end{itemize}
3134
\end{frame}
3235

36+
3337
\begin{frame}[c]{Aim}
3438
\center
3539
Develop and provide\\
3640
a community driven and agreed upon de facto\\
37-
"standard" library for Modern Fortran
41+
"standard" library \\
42+
for Modern Fortran
3843
\end{frame}
3944

45+
4046
\begin{frame}[c]{Fortran Standard Library}
4147
\begin{itemize}
4248
\item Project of the new Fortran-lang community
@@ -48,10 +54,10 @@
4854
\end{frame}
4955

5056

51-
5257
\begin{frame}[t]{General scope}
53-
Similar to the scope of SciPy or to the default built-in Matlab scientific environment.
54-
Among others
58+
Similar to SciPy or to the default built-in Matlab scientific environment
59+
60+
Among others:
5561
\begin{itemize}
5662
\item Algorithms
5763
\begin{itemize}
@@ -68,6 +74,26 @@
6874
\end{itemize}
6975
\end{frame}
7076

77+
78+
\begin{frame}[c]{GitHub}
79+
80+
\end{frame}
81+
82+
83+
\begin{frame}[c]{Website}
84+
\begin{itemize}
85+
\item Automatically generated by FORD %https://github.com/Fortran-FOSS-Programmers/ford
86+
\end{itemize}
87+
\end{frame}
88+
89+
90+
\begin{frame}[c]{Currently implemented}
91+
\begin{itemize}
92+
\item
93+
\end{itemize}
94+
\end{frame}
95+
96+
7197
\begin{frame}[c]{Many contributors on GitHub}
7298
\begin{itemize}
7399
\item $>$ 110 issues
@@ -81,10 +107,25 @@
81107
\end{itemize}
82108
\end{frame}
83109

110+
84111
\begin{frame}[c]{How to contribute to stdlib?}
85-
112+
Through GitHub
113+
\begin{itemize}
114+
\item Issues
115+
\item Pull Requests (codes)
116+
\end{itemize}
117+
118+
Workflow for contributing to the code:
119+
\begin{enumerate}
120+
\item Idea
121+
\item API
122+
\item Specification
123+
\item Implementation
124+
\item Release
125+
\end{enumerate}
86126
\end{frame}
87-
\begin{frame}[t]{How to contribute}
127+
128+
\begin{frame}[c]{Acknowledgments}
88129

89130
\end{frame}
90131

0 commit comments

Comments
 (0)