Skip to content

Commit eb1c8f1

Browse files
authored
Merge pull request #4 from jvdp1/submission
Forgot to remove alternative title and 4 words due to word limit
2 parents 04c20fa + 1eb1310 commit eb1c8f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

FortranCon2020-stdlib/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
**Title**: Fortran Standard Library
2727

28-
**Alternative title**: Fortran Standard Library - a community project
29-
3028
**Abstract**:
3129
The Fortran Standard, as published by the International Organization for Standardization (ISO), does not include a Standard Library.
3230
The language can be extended with new intrinsic procedure and modules, but these must be formally standardized and then implemented by compiler vendors before becoming available to users.
@@ -35,5 +33,5 @@ This library aims to provide to the community a set of procedures for science, e
3533
The overall scope of the Fortran Standard Library is therefore similar to the one of SciPy or to the default built-in Matlab scientific environment.
3634
Currently the library includes procedures for catching and handling errors, handling optional arguments, facilitating I/O operations, linear algebra, numerical integration, and descriptive statistics.
3735
Started a few months ago, no less than 15 people already contributed to the development of the Fortran Standard Library and its documentation.
38-
Many other programmers are also involved in active discussions about the development of the Fortran Standard Library through GitHub issues.
36+
Many other programmers are also involved in active discussions about its development through GitHub issues.
3937
The development of this library is part of the Fortran-lang project and aims to collaborate with the Fortran Standards Committee.

0 commit comments

Comments
 (0)