@@ -90,28 +90,6 @@ \section{Motivation}
90
90
\end {itemize }
91
91
\end {frame }
92
92
93
- \begin {frame }{Adoption of fpm}
94
- \begin {columns }
95
- \begin {column }{.5\textwidth }
96
- \includegraphics [width=\textwidth ]{Figures/fpm-projects.pdf}
97
- \vskip -2ex
98
-
99
- \scriptsize
100
- Data collected from GitHub and GitLab on 15th Sep, 2021 % TODO: Update
101
- \end {column }
102
- \hskip -1em
103
- \begin {column }{.55\textwidth }
104
- \begin {itemize }
105
- \item today \alert {173} open source projects are using fpm % TODO: Update
106
- \item ca. \alert {160} unique developers have contributed\\ to those projects % TODO: Update
107
- \item \alert {62} contributors at the fpm project
108
- \item code contributions from \alert {21} developers to fpm
109
- \item hosted on GitHub (MIT licensed):\\ \alert {https://github.com/fortran-lang/fpm}
110
- \end {itemize }
111
- \end {column }
112
- \end {columns }
113
- \end {frame }
114
-
115
93
\begin {frame }{Specialities about Fortran}
116
94
\begin {itemize }
117
95
\item Fortran uses modules to share symbols between packages\\ (since Fortran 90, C++20 modules are similar)
@@ -311,6 +289,28 @@ \section{Feature overview}
311
289
312
290
\section {Summary and outlook }
313
291
292
+ \begin {frame }{Adoption of fpm}
293
+ \begin {columns }
294
+ \begin {column }{.5\textwidth }
295
+ \includegraphics [width=\textwidth ]{Figures/fpm-projects.pdf}
296
+ \vskip -2ex
297
+
298
+ \scriptsize
299
+ Data collected from GitHub and GitLab on 15th Sep, 2021 % TODO: Update
300
+ \end {column }
301
+ \hskip -1em
302
+ \begin {column }{.55\textwidth }
303
+ \begin {itemize }
304
+ \item today \alert {173} open source projects are using fpm % TODO: Update
305
+ \item ca. \alert {160} unique developers have contributed\\ to those projects % TODO: Update
306
+ \item \alert {62} contributors at the fpm project
307
+ \item code contributions from \alert {21} developers to fpm
308
+ \item hosted on GitHub (MIT licensed):\\ \alert {https://github.com/fortran-lang/fpm}
309
+ \end {itemize }
310
+ \end {column }
311
+ \end {columns }
312
+ \end {frame }
313
+
314
314
\begin {frame }{Open questions}
315
315
\begin {itemize }
316
316
\item can we integrate fpm seamlessly with other packaging ecosystems
0 commit comments