From e7fe0813f995772be6c762cfe8f82b68ea35cb7a Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Mon, 19 Jul 2021 22:34:09 -0600 Subject: [PATCH 01/14] first draft of abstract --- FortranCon2021-stdlib/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 FortranCon2021-stdlib/README.md diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md new file mode 100644 index 0000000..1ec013e --- /dev/null +++ b/FortranCon2021-stdlib/README.md @@ -0,0 +1,33 @@ +# FortranCon2020-stdlib + +**Authors**: +[Nathaniel Shaffer](https://github.com/nshaffer), nrshaffer@protonmail.com, University of Rochester +[Jeremie Vandenplas](https://github.com/jvdp1), jeremie.vandenplas@wur.nl, Wageningen University & Research +[Bálint Aradi](https://github.com/aradi), aradi@uni-bremen.de, University of Bremen +[Izaak Beekman](https://github.com/zbeekman), contact@izaakbeekman.com, ParaTools Inc. +[Ondrej Certik](https://github.com/certik), ondrej@certik.us, Los Alamos National Laboratory +[Milan Curcic](https://github.com/milancuric), caomaco@gmail.com, University of Miami +[Pierre de Buyl](https://github.com/pdebuyl), pdebuyl@pdebuyl.be, KU Leuven +[Juan Fiol](https://github.com/fiolj),, +[Michael Hirsch](https://github.com/scivision), info@scivision.dev, SciVision, Inc. +[Ivan Pribec](https://github.com/ivan-pi), ivan.pribec@tum.de, Technical University of Munich + +**To be acknowledged in the presentation (following comments):** +[Neil Carlson](https://github.com/nncarlson) +[Pedro Costa](https://github.com/p-costa) +[???](https://github.com/JHenneberg) +[Yuichiro Sakamoto](https://github.com/sakamoti) +[Ashwin Vishnu](https://github.com/ashwinvis) + +**Track**: Junior presentations (15 + 5 minutes discussion) + +**Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer) + +**Title**: Fortran Standard Library + +**Abstract**: +The Fortran standard library is now well into its second year of development. +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. +In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, workflow, and build system. +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. +These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use. From 81964d8c1a126fca5fae9d42a90969d2fe239de4 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Tue, 20 Jul 2021 21:26:02 -0600 Subject: [PATCH 02/14] tentative author list --- FortranCon2021-stdlib/README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 1ec013e..c0ed571 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -2,22 +2,29 @@ **Authors**: [Nathaniel Shaffer](https://github.com/nshaffer), nrshaffer@protonmail.com, University of Rochester -[Jeremie Vandenplas](https://github.com/jvdp1), jeremie.vandenplas@wur.nl, Wageningen University & Research -[Bálint Aradi](https://github.com/aradi), aradi@uni-bremen.de, University of Bremen -[Izaak Beekman](https://github.com/zbeekman), contact@izaakbeekman.com, ParaTools Inc. +[Gabriel Brown](https://github.com/ghbrown),, University of Illinois Urbana-Champagne [Ondrej Certik](https://github.com/certik), ondrej@certik.us, Los Alamos National Laboratory +[William Clodius](https://githiub.com/wclodius2),, +[Robert Cohn](https://github.com/rscohn2), robert.s.cohn@intel.com, Intel Corporation [Milan Curcic](https://github.com/milancuric), caomaco@gmail.com, University of Miami -[Pierre de Buyl](https://github.com/pdebuyl), pdebuyl@pdebuyl.be, KU Leuven -[Juan Fiol](https://github.com/fiolj),, -[Michael Hirsch](https://github.com/scivision), info@scivision.dev, SciVision, Inc. +[Laurence Kedward](https://github.com/lkedward), laurence.kedward@bristol.ac.uk, University of Bristol +[Sebastian Ehlert](https://github.com/awvwgk),, +[gareth-nx ???](https://github.com/gareth-nx),, +[Aman Godara](https://github.com/Aman-Godara),, +[Jing ???](https://github.com/Jim-215-Fisher),, +[Chetan Karwa](https://github.com/chetankarwa),, +[Arjen Markus](https://github.com/arjenmarkus),, +[Ian Giestas Pauli](https://github.com/14NGiestas), iangiestas@usp.br, São Paolo University +[Wileam Phan](https://github.com/wyphan),, [Ivan Pribec](https://github.com/ivan-pi), ivan.pribec@tum.de, Technical University of Munich +[Yuichiro Sakamoto](https://github.com/sakamoti),, +[Harris Snyder](https://github.com/hsnyder),, +[Jeremie Vandenplas](https://github.com/jvdp1), jeremie.vandenplas@wur.nl, Wageningen University & Research +[Evan Voyles](https://github.com/ejovo13), Evan.Voyles@kzoo.edu, Kalamazoo College +[Carlos Une](https://github.com/brocolis),, + **To be acknowledged in the presentation (following comments):** -[Neil Carlson](https://github.com/nncarlson) -[Pedro Costa](https://github.com/p-costa) -[???](https://github.com/JHenneberg) -[Yuichiro Sakamoto](https://github.com/sakamoti) -[Ashwin Vishnu](https://github.com/ashwinvis) **Track**: Junior presentations (15 + 5 minutes discussion) From f4a3de7d81cfc57b15ac1af9df7ef82f88eecaf3 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Tue, 20 Jul 2021 21:39:03 -0600 Subject: [PATCH 03/14] drop emails, improve formatting --- FortranCon2021-stdlib/README.md | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index c0ed571..9d2350f 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -1,27 +1,27 @@ # FortranCon2020-stdlib **Authors**: -[Nathaniel Shaffer](https://github.com/nshaffer), nrshaffer@protonmail.com, University of Rochester -[Gabriel Brown](https://github.com/ghbrown),, University of Illinois Urbana-Champagne -[Ondrej Certik](https://github.com/certik), ondrej@certik.us, Los Alamos National Laboratory -[William Clodius](https://githiub.com/wclodius2),, -[Robert Cohn](https://github.com/rscohn2), robert.s.cohn@intel.com, Intel Corporation -[Milan Curcic](https://github.com/milancuric), caomaco@gmail.com, University of Miami -[Laurence Kedward](https://github.com/lkedward), laurence.kedward@bristol.ac.uk, University of Bristol -[Sebastian Ehlert](https://github.com/awvwgk),, -[gareth-nx ???](https://github.com/gareth-nx),, -[Aman Godara](https://github.com/Aman-Godara),, -[Jing ???](https://github.com/Jim-215-Fisher),, -[Chetan Karwa](https://github.com/chetankarwa),, -[Arjen Markus](https://github.com/arjenmarkus),, -[Ian Giestas Pauli](https://github.com/14NGiestas), iangiestas@usp.br, São Paolo University -[Wileam Phan](https://github.com/wyphan),, -[Ivan Pribec](https://github.com/ivan-pi), ivan.pribec@tum.de, Technical University of Munich -[Yuichiro Sakamoto](https://github.com/sakamoti),, -[Harris Snyder](https://github.com/hsnyder),, -[Jeremie Vandenplas](https://github.com/jvdp1), jeremie.vandenplas@wur.nl, Wageningen University & Research -[Evan Voyles](https://github.com/ejovo13), Evan.Voyles@kzoo.edu, Kalamazoo College -[Carlos Une](https://github.com/brocolis),, +[Nathaniel Shaffer](https://github.com/nshaffer) (University of Rochester), +[Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champagne), +[Ondrej Certik](https://github.com/certik) (Los Alamos National Laboratory), +[William Clodius](https://githiub.com/wclodius2), +[Robert Cohn](https://github.com/rscohn2) (Intel Corporation) +[Milan Curcic](https://github.com/milancuric) (University of Miami), +[Laurence Kedward](https://github.com/lkedward) (University of Bristol), +[Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn), +[gareth-nx ???](https://github.com/gareth-nx), +[Aman Godara](https://github.com/Aman-Godara), +[Jing ???](https://github.com/Jim-215-Fisher), +[Chetan Karwa](https://github.com/chetankarwa), +[Arjen Markus](https://github.com/arjenmarkus), +[Ian Giestas Pauli](https://github.com/14NGiestas) (São Paolo University), +[Wileam Phan](https://github.com/wyphan) (University of Tennessee, Knoxville), +[Ivan Pribec](https://github.com/ivan-pi), (Technical University of Munich), +[Yuichiro Sakamoto](https://github.com/sakamoti), +[Harris Snyder](https://github.com/hsnyder), +[Jeremie Vandenplas](https://github.com/jvdp1) (Wageningen University & Research), +[Evan Voyles](https://github.com/ejovo13) (Kalamazoo College), +[Carlos Une](https://github.com/brocolis) **To be acknowledged in the presentation (following comments):** From ca180558b26b5ffd8ca344dca8e380bdfca0f739 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Tue, 20 Jul 2021 21:44:07 -0600 Subject: [PATCH 04/14] fix accents in Ondrej's name --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 9d2350f..2e578b0 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -3,7 +3,7 @@ **Authors**: [Nathaniel Shaffer](https://github.com/nshaffer) (University of Rochester), [Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champagne), -[Ondrej Certik](https://github.com/certik) (Los Alamos National Laboratory), +[Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory), [William Clodius](https://githiub.com/wclodius2), [Robert Cohn](https://github.com/rscohn2) (Intel Corporation) [Milan Curcic](https://github.com/milancuric) (University of Miami), From a08b6b1742d9016bea0017dde4b98ae821745372 Mon Sep 17 00:00:00 2001 From: Milan Curcic Date: Wed, 21 Jul 2021 09:38:47 -0400 Subject: [PATCH 05/14] Fix README title Co-authored-by: Ivan Pribec --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 2e578b0..62f5597 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -1,4 +1,4 @@ -# FortranCon2020-stdlib +# FortranCon2021-stdlib **Authors**: [Nathaniel Shaffer](https://github.com/nshaffer) (University of Rochester), From 2ffc2b4b2d811498424171c7180a2925a0e1a41e Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Wed, 21 Jul 2021 23:42:08 -0400 Subject: [PATCH 06/14] summarize new functionality Co-authored-by: Milan Curcic --- FortranCon2021-stdlib/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 62f5597..a459604 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -34,7 +34,8 @@ **Abstract**: The Fortran standard library is now well into its second year of development. -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. +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. +Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more. In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, workflow, and build system. 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. These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use. From 2f82329f9334ef675a6e4f6dfc1ab3501720bf6d Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Wed, 21 Jul 2021 23:51:12 -0400 Subject: [PATCH 07/14] Gareth's name --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index a459604..0014b6b 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -9,7 +9,7 @@ [Milan Curcic](https://github.com/milancuric) (University of Miami), [Laurence Kedward](https://github.com/lkedward) (University of Bristol), [Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn), -[gareth-nx ???](https://github.com/gareth-nx), +[Gareth Davies](https://github.com/gareth-nx), [Aman Godara](https://github.com/Aman-Godara), [Jing ???](https://github.com/Jim-215-Fisher), [Chetan Karwa](https://github.com/chetankarwa), From 364b072ef8d72160d275015074b8abfe8e2247d3 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Wed, 21 Jul 2021 23:52:48 -0400 Subject: [PATCH 08/14] define "stdlib" Co-authored-by: Jeremie Vandenplas --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 0014b6b..5be7e14 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -33,7 +33,7 @@ **Title**: Fortran Standard Library **Abstract**: -The Fortran standard library is now well into its second year of development. +The Fortran standard library (stdlib) is now well into its second year of development. 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. Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more. In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, workflow, and build system. From fc200ccdbf651bbbe04c8d77a3138b775d21a384 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Thu, 22 Jul 2021 00:10:32 -0400 Subject: [PATCH 09/14] details on docs & CI improvements Co-authored-by: Jeremie Vandenplas --- FortranCon2021-stdlib/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 5be7e14..e333d03 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -36,6 +36,8 @@ The Fortran standard library (stdlib) is now well into its second year of development. 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. Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more. -In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, workflow, and build system. +For example, in addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, and build system. +The full API documentation is generated by the FORD tool, and can be found online. +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. 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. These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use. From a866a0e2a1342f9b215040c0248caffbbba8d4c0 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Thu, 22 Jul 2021 00:13:18 -0400 Subject: [PATCH 10/14] better title Co-authored-by: Milan Curcic --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index e333d03..69201eb 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -30,7 +30,7 @@ **Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer) -**Title**: Fortran Standard Library +**Title**: What's new in the Fortran Standard Library? **Abstract**: The Fortran standard library (stdlib) is now well into its second year of development. From 6c8af59ca1ab39d9e8ff7333d61a5891f70f2e7e Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Thu, 22 Jul 2021 23:45:01 -0400 Subject: [PATCH 11/14] typo Co-authored-by: Gabriel Brown --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 69201eb..c8dc9a2 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -2,7 +2,7 @@ **Authors**: [Nathaniel Shaffer](https://github.com/nshaffer) (University of Rochester), -[Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champagne), +[Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champaign), [Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory), [William Clodius](https://githiub.com/wclodius2), [Robert Cohn](https://github.com/rscohn2) (Intel Corporation) From f799bbb7c42e637f3dad6baa3b0c7b9b6fa2f90f Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Tue, 27 Jul 2021 21:27:04 -0400 Subject: [PATCH 12/14] typo Co-authored-by: Aman Godara <34789087+Aman-Godara@users.noreply.github.com> --- FortranCon2021-stdlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index c8dc9a2..9347e79 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -6,7 +6,7 @@ [Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory), [William Clodius](https://githiub.com/wclodius2), [Robert Cohn](https://github.com/rscohn2) (Intel Corporation) -[Milan Curcic](https://github.com/milancuric) (University of Miami), +[Milan Curcic](https://github.com/milancurcic) (University of Miami), [Laurence Kedward](https://github.com/lkedward) (University of Bristol), [Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn), [Gareth Davies](https://github.com/gareth-nx), From de3dedd13de4e50753f950b43ffb54b6702d5131 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Tue, 27 Jul 2021 21:53:10 -0400 Subject: [PATCH 13/14] update author list; adjust phrasing --- FortranCon2021-stdlib/README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index 9347e79..fc41680 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -5,8 +5,7 @@ [Gabriel Brown](https://github.com/ghbrown) (University of Illinois Urbana-Champaign), [Ondřej Čertik](https://github.com/certik) (Los Alamos National Laboratory), [William Clodius](https://githiub.com/wclodius2), -[Robert Cohn](https://github.com/rscohn2) (Intel Corporation) -[Milan Curcic](https://github.com/milancurcic) (University of Miami), +[Milan Curcic](https://github.com/milancuric) (University of Miami), [Laurence Kedward](https://github.com/lkedward) (University of Bristol), [Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn), [Gareth Davies](https://github.com/gareth-nx), @@ -14,19 +13,15 @@ [Jing ???](https://github.com/Jim-215-Fisher), [Chetan Karwa](https://github.com/chetankarwa), [Arjen Markus](https://github.com/arjenmarkus), -[Ian Giestas Pauli](https://github.com/14NGiestas) (São Paolo University), -[Wileam Phan](https://github.com/wyphan) (University of Tennessee, Knoxville), [Ivan Pribec](https://github.com/ivan-pi), (Technical University of Munich), -[Yuichiro Sakamoto](https://github.com/sakamoti), [Harris Snyder](https://github.com/hsnyder), [Jeremie Vandenplas](https://github.com/jvdp1) (Wageningen University & Research), [Evan Voyles](https://github.com/ejovo13) (Kalamazoo College), -[Carlos Une](https://github.com/brocolis) **To be acknowledged in the presentation (following comments):** -**Track**: Junior presentations (15 + 5 minutes discussion) +**Track**: Minisymposium: fortran-lang **Presenter**: [Nathaniel Shaffer](https://github.com/nshaffer) @@ -36,8 +31,8 @@ The Fortran standard library (stdlib) is now well into its second year of development. 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. Stdlib provides new functionality for working with bit sets, logging, quadrature, sorting, strings, and more. -For example, in addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation, and build system. -The full API documentation is generated by the FORD tool, and can be found online. -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. -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. +In addition to new capabilities in stdlib itself, there have also been several technical improvements to the documentation and build system. +The full API documentation is generated by the FORD tool and hosted online at the fortran-lang website. +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. +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. These enhancements bring stdlib closer to its goal of being a featureful and easy-to-use library for general and widespread use. From 020872fb1ec7961b0620da213116fd030d2b8353 Mon Sep 17 00:00:00 2001 From: Nathaniel Shaffer Date: Sat, 31 Jul 2021 00:10:18 -0400 Subject: [PATCH 14/14] update authors --- FortranCon2021-stdlib/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/FortranCon2021-stdlib/README.md b/FortranCon2021-stdlib/README.md index fc41680..7b7e783 100644 --- a/FortranCon2021-stdlib/README.md +++ b/FortranCon2021-stdlib/README.md @@ -10,11 +10,12 @@ [Sebastian Ehlert](https://github.com/awvwgk) (University of Bonn), [Gareth Davies](https://github.com/gareth-nx), [Aman Godara](https://github.com/Aman-Godara), -[Jing ???](https://github.com/Jim-215-Fisher), -[Chetan Karwa](https://github.com/chetankarwa), +[Michael Hirsch](https://github.com/scivision) (Scivision), +[Jing](https://github.com/Jim-215-Fisher), +[Chetan Karwa](https://github.com/chetankarwa) (Sardar Vallabhbhai NIT Surat), [Arjen Markus](https://github.com/arjenmarkus), -[Ivan Pribec](https://github.com/ivan-pi), (Technical University of Munich), -[Harris Snyder](https://github.com/hsnyder), +[Ivan Pribec](https://github.com/ivan-pi) (Technical University of Munich), +[Harris Snyder](https://github.com/hsnyder) (Structura Biotechnology, Inc.), [Jeremie Vandenplas](https://github.com/jvdp1) (Wageningen University & Research), [Evan Voyles](https://github.com/ejovo13) (Kalamazoo College),