I use the British Library and was curious about their Fortran holdings. I did a simple search of the catalogue and ended up creating a simple database of their Fortran holdings.
Here is an extract
select year_published title author_01 publisher from publications order by +
author_01
year_publi title author_01 publisher
2019 Ay's neuroanatomy of C. elegans for computation Achacoso, Theodore B. CRC Press
2009 The Fortran 2003 handbook : the complete syntax, features and procedures Adams, Jeanne C. Springer
1992 Fortran 90 handbook : complete ANSI/ISO reference Adams, Jeanne C. Intertext Publications
1997 Fortran 95 handbook : complete ISO/ANSI reference Adams, Jeanne C. MIT Press
1984 Fortran 77 for non-scientists Adman, Peter. Chartwell-Bratt
1985 Fortran 77 : solutions to non-scientific problems. Adman, Peter. Chartwell-Bratt
1984 Applied structured WATFIV Ageloff, Roy Wadsworth Pub. Co
1981 Applied FORTRAN 77 featuring structured programming. Ageloff, Roy. Wadsworth
1975 A method of bivariate interpolation and smooth surface fitting for values given at irregularly distributed points Akima, H. (Hiroshi) U.S. Dept. of Commerce, National Telecommunications and Information Administration, Instutute for Telecommunication Sciences
2003 Object-oriented programming via Fortran 90/95 Akin, J. E. Cambridge University Press
1974 Computer Programming fortran language. Al-Bahrani, Abdul Karim. Al-Ma'Arif Press
I’ve done simple reports using
year_published
title
author_01
publisher
and ordered the reports by each column
There are 1124 entries.
Here is a link to the complete report
https://www.rhymneyconsulting.co.uk/fortran/british_library_catalogue/fortran_books.txt
I’ve only included the primary author (author_01) in the report.