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 1
1
\documentclass {beamer }
2
- \usetheme {Boadilla}
2
+ \usetheme {Madrid}
3
+
4
+ \usepackage {setspace }
5
+ \setstretch {1.5}
3
6
4
7
\title {Fortran Standard Library}
5
- \author {Jeremie Vandenplas,
8
+ \author [] {Jeremie Vandenplas\\ [3mm]
6
9
Bálint Aradi
7
10
Izaak Beekman,
8
11
Ondrej Certik,
12
15
Michael Hirsch,
13
16
Ivan Pribec,
14
17
Nathaniel Shaffer}
15
- \date {\today }
18
+ \date {July 2, 2020 }
16
19
17
20
\begin {document }
18
21
\begin {frame }[t]
26
29
\begin {itemize }
27
30
\item After standardization and implementation in compilers
28
31
\end {itemize }
29
- \item But no Standard Library
32
+ \item Issue: no Standard Library
30
33
\end {itemize }
31
34
\end {frame }
32
35
36
+
33
37
\begin {frame }[c]{Aim}
34
38
\center
35
39
Develop and provide\\
36
40
a community driven and agreed upon de facto\\
37
- "standard" library for Modern Fortran
41
+ "standard" library \\
42
+ for Modern Fortran
38
43
\end {frame }
39
44
45
+
40
46
\begin {frame }[c]{Fortran Standard Library}
41
47
\begin {itemize }
42
48
\item Project of the new Fortran-lang community
48
54
\end {frame }
49
55
50
56
51
-
52
57
\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:
55
61
\begin {itemize }
56
62
\item Algorithms
57
63
\begin {itemize }
68
74
\end {itemize }
69
75
\end {frame }
70
76
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
+
71
97
\begin {frame }[c]{Many contributors on GitHub}
72
98
\begin {itemize }
73
99
\item $ >$ 110 issues
81
107
\end {itemize }
82
108
\end {frame }
83
109
110
+
84
111
\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 }
86
126
\end {frame }
87
- \begin {frame }[t]{How to contribute}
127
+
128
+ \begin {frame }[c]{Acknowledgments}
88
129
89
130
\end {frame }
90
131
You can’t perform that action at this time.
0 commit comments