Skip to content

Commit de3dedd

Browse files
authored
update author list; adjust phrasing
1 parent f799bbb commit de3dedd

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

FortranCon2021-stdlib/README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,23 @@
55
[Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champaign),
66
[Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory),
77
[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),
109
[Laurence Kedward](https://github.com/lkedward) (University of Bristol),
1110
[Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn),
1211
[Gareth Davies](https://github.com/gareth-nx),
1312
[Aman Godara](https://github.com/Aman-Godara),
1413
[Jing ???](https://github.com/Jim-215-Fisher),
1514
[Chetan Karwa](https://github.com/chetankarwa),
1615
[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),
1916
[Ivan Pribec](https://github.com/ivan-pi), (Technical University of Munich),
20-
[Yuichiro Sakamoto](https://github.com/sakamoti),
2117
[Harris Snyder](https://github.com/hsnyder),
2218
[Jeremie Vandenplas](https://github.com/jvdp1) (Wageningen University & Research),
2319
[Evan Voyles](https://github.com/ejovo13) (Kalamazoo College),
24-
[Carlos Une](https://github.com/brocolis)
2520

2621

2722
**To be acknowledged in the presentation (following comments):**
2823

29-
**Track**: Junior presentations (15 + 5 minutes discussion)
24+
**Track**: Minisymposium: fortran-lang
3025

3126
**Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer)
3227

@@ -36,8 +31,8 @@
3631
The Fortran standard library (stdlib) is now well into its second year of development.
3732
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.
3833
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.
4338
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

Comments
 (0)