Skip to content

Commit e7fe081

Browse files
committed
first draft of abstract
1 parent 91cf205 commit e7fe081

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

FortranCon2021-stdlib/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# FortranCon2020-stdlib
2+
3+
**Authors**:
4+
[Nathaniel Shaffer](https://github.com/nshaffer), [email protected], University of Rochester
5+
[Jeremie Vandenplas](https://github.com/jvdp1), [email protected], Wageningen University & Research
6+
[Bálint Aradi](https://github.com/aradi), [email protected], University of Bremen
7+
[Izaak Beekman](https://github.com/zbeekman), [email protected], ParaTools Inc.
8+
[Ondrej Certik](https://github.com/certik), [email protected], Los Alamos National Laboratory
9+
[Milan Curcic](https://github.com/milancuric), [email protected], University of Miami
10+
[Pierre de Buyl](https://github.com/pdebuyl), [email protected], KU Leuven
11+
[Juan Fiol](https://github.com/fiolj),,
12+
[Michael Hirsch](https://github.com/scivision), [email protected], SciVision, Inc.
13+
[Ivan Pribec](https://github.com/ivan-pi), [email protected], Technical University of Munich
14+
15+
**To be acknowledged in the presentation (following comments):**
16+
[Neil Carlson](https://github.com/nncarlson)
17+
[Pedro Costa](https://github.com/p-costa)
18+
[???](https://github.com/JHenneberg)
19+
[Yuichiro Sakamoto](https://github.com/sakamoti)
20+
[Ashwin Vishnu](https://github.com/ashwinvis)
21+
22+
**Track**: Junior presentations (15 + 5 minutes discussion)
23+
24+
**Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer)
25+
26+
**Title**: Fortran Standard Library
27+
28+
**Abstract**:
29+
The Fortran standard library is now well into its second year of development.
30+
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.
31+
In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, workflow, and build system.
32+
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.
33+
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)