|
5 | 5 | [Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champaign),
|
6 | 6 | [Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory),
|
7 | 7 | [William Clodius](https://githiub.com/wclodius2),
|
8 |
| -[Robert Cohn](https://github.com/rscohn2) (Intel Corporation) |
9 |
| -[Milan Curcic](https://github.com/milancurcic) (University of Miami), |
| 8 | +[Milan Curcic](https://github.com/milancuric) (University of Miami), |
10 | 9 | [Laurence Kedward](https://github.com/lkedward) (University of Bristol),
|
11 | 10 | [Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn),
|
12 | 11 | [Gareth Davies](https://github.com/gareth-nx),
|
13 | 12 | [Aman Godara](https://github.com/Aman-Godara),
|
14 | 13 | [Jing ???](https://github.com/Jim-215-Fisher),
|
15 | 14 | [Chetan Karwa](https://github.com/chetankarwa),
|
16 | 15 | [Arjen Markus](https://github.com/arjenmarkus),
|
17 |
| -[Ian Giestas Pauli](https://github.com/14NGiestas) (São Paolo University), |
18 |
| -[Wileam Phan](https://github.com/wyphan) (University of Tennessee, Knoxville), |
19 | 16 | [Ivan Pribec](https://github.com/ivan-pi), (Technical University of Munich),
|
20 |
| -[Yuichiro Sakamoto](https://github.com/sakamoti), |
21 | 17 | [Harris Snyder](https://github.com/hsnyder),
|
22 | 18 | [Jeremie Vandenplas](https://github.com/jvdp1) (Wageningen University & Research),
|
23 | 19 | [Evan Voyles](https://github.com/ejovo13) (Kalamazoo College),
|
24 |
| -[Carlos Une](https://github.com/brocolis) |
25 | 20 |
|
26 | 21 |
|
27 | 22 | **To be acknowledged in the presentation (following comments):**
|
28 | 23 |
|
29 |
| -**Track**: Junior presentations (15 + 5 minutes discussion) |
| 24 | +**Track**: Minisymposium: fortran-lang |
30 | 25 |
|
31 | 26 | **Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer)
|
32 | 27 |
|
|
36 | 31 | The Fortran standard library (stdlib) is now well into its second year of development.
|
37 | 32 | In this past year, stdlib has grown not only in its functionality but in its contributor base, with most of the new development coming from new contributors, including two Google Summer of Code students.
|
38 | 33 | Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more.
|
39 |
| -For example, in addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, and build system. |
40 |
| -The full API documentation is generated by the FORD tool, and can be found online. |
41 |
| -Furthermore, the Github 's Continuous Integration pipeline is used to test all procedures derived types and modules at all pull requests, to ensure cross-platform support. |
42 |
| -Among these are steps towards supporting the Fortran Package Manager (fpm) both for building stdlib as a standalone library and for incorporating stdlib as a dependency in fpm projects. |
| 34 | +In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation and build system. |
| 35 | +The full API documentation is generated by the FORD tool and hosted online at the fortran-lang website. |
| 36 | +Furthermore, Github's Continuous Integration pipeline is used to ensure cross-platform support by building stdlib and running its test suite on every pull request. |
| 37 | +There has also been progress toward supporting the Fortran Package Manager (fpm) both for building stdlib as a standalone library and for incorporating stdlib as a dependency in fpm projects. |
43 | 38 | These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use.
|
0 commit comments