File tree Expand file tree Collapse file tree 1 file changed +51
-10
lines changed Expand file tree Collapse file tree 1 file changed +51
-10
lines changed Original file line number Diff line number Diff line change 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]
69Bálint Aradi
710Izaak Beekman,
811Ondrej Certik,
1215Michael Hirsch,
1316Ivan Pribec,
1417Nathaniel Shaffer}
15- \date {\today }
18+ \date {July 2, 2020 }
1619
1720\begin {document }
1821\begin {frame }[t]
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
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 }
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
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
You can’t perform that action at this time.
0 commit comments