From 5e83aa1c9fd2bc567033d15724cf3851038c7734 Mon Sep 17 00:00:00 2001 From: morinmorin Date: Mon, 18 Aug 2025 20:04:47 +0900 Subject: [PATCH 1/2] [back] Fix journal article entries in bibliography This change applies the following corrections. - Corrects misspelling of name to R. Clint Whaley. - Adds missing page numbers. --- source/back.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/back.tex b/source/back.tex index 7cd2714e9f..da31760918 100644 --- a/source/back.tex +++ b/source/back.tex @@ -83,13 +83,13 @@ \bibitem{blas-std} L.\ Susan Blackford, James Demmel, Jack Dongarra, Iain Duff, Sven Hammarling, Greg Henry, Michael Heroux, Linda Kaufman, Andrew Lumbsdaine, Antoine Petitet, - Roldan Pozo, Karin Remington, and R.\ Client Whaley, + Roldan Pozo, Karin Remington, and R.\ Clint Whaley, \doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}. - ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, 2002. + ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, pp.\ 135--151, 2002. \bibitem{flynn-taxonomy} Michael J.\ Flynn, \doccite{Very High-Speed Computing Systems}. - Proceedings of the IEEE, Vol.\ 54, Issue 12, 1966. + Proceedings of the IEEE, Vol.\ 54, Issue 12, pp.\ 1901--1909, 1966. \end{thebibliography} % FIXME: For unknown reasons, hanging paragraphs are not indented within our From 2a837a46f08f5be6b1b764307ccbb98123eed457 Mon Sep 17 00:00:00 2001 From: morinmorin Date: Mon, 18 Aug 2025 20:16:30 +0900 Subject: [PATCH 2/2] [back] Unify journal article formatting in bibliography This change applies the following unifications. - Unifies article title format: roman style with sentence capitalization. - Unifies journal title format: italicized. - Unifies journal volume/issue format: "vol. X, no. Y". --- source/back.tex | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/back.tex b/source/back.tex index da31760918..abee32f2a0 100644 --- a/source/back.tex +++ b/source/back.tex @@ -61,20 +61,20 @@ Prentice-Hall, ISBN 0-13-117003-1, copyright \copyright 1995 P.\,J.\ Plauger \bibitem{linalg-stable} J.\ Demmel, I.\ Dumitriu, and O.\ Holtz, - \doccite{Fast linear algebra is stable}, - Numerische Mathematik 108 (59--91), 2007. + Fast linear algebra is stable, + \doccite{Numerische Mathematik}, Vol.\ 108, No.\ 1, pp.\ 59--91, 2007. \bibitem{blas1} C.\,L.\ Lawson, R.\,J.\ Hanson, D.\ Kincaid, and F.\,T.\ Krogh, - \doccite{Basic linear algebra subprograms for Fortran usage}. - ACM Trans.\ Math.\ Soft., Vol.\ 5, pp.\ 308--323, 1979. + Basic linear algebra subprograms for Fortran usage. + \doccite{ACM Trans.\ Math.\ Soft.}, Vol.\ 5, No.\ 3, pp.\ 308--323, 1979. \bibitem{blas2} Jack J.\ Dongarra, Jeremy Du Croz, Sven Hammarling, and Richard J.\ Hanson, - \doccite{An Extended Set of FORTRAN Basic Linear Algebra Subprograms}. - ACM Trans.\ Math.\ Soft., Vol.\ 14, No.\ 1, pp.\ 1--17, Mar.\ 1988. + An extended set of FORTRAN basic linear algebra subprograms. + \doccite{ACM Trans.\ Math.\ Soft.}, Vol.\ 14, No.\ 1, pp.\ 1--17, 1988. \bibitem{blas3} Jack J.\ Dongarra, Jeremy Du Croz, Sven Hammarling, and Iain Duff, - \doccite{A Set of Level 3 Basic Linear Algebra Subprograms}. - ACM Trans.\ Math.\ Soft., Vol.\ 16, No.\ 1, pp.\ 1--17, Mar.\ 1990. + A set of level 3 basic linear algebra subprograms. + \doccite{ACM Trans.\ Math.\ Soft.}, Vol.\ 16, No.\ 1, pp.\ 1--17, 1990. \bibitem{lapack} E.\ Anderson, Z.\ Bai, C.\ Bischof, S.\ Blackford, J.\ Demmel, J.\ Dongarra, J.\ Du Croz, A.\ Greenbaum, S.\ Hammarling, A.\ McKenney, and D.\ Sorensen, @@ -84,12 +84,12 @@ L.\ Susan Blackford, James Demmel, Jack Dongarra, Iain Duff, Sven Hammarling, Greg Henry, Michael Heroux, Linda Kaufman, Andrew Lumbsdaine, Antoine Petitet, Roldan Pozo, Karin Remington, and R.\ Clint Whaley, - \doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}. - ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, pp.\ 135--151, 2002. + An updated set of basic linear algebra subprograms (BLAS). + \doccite{ACM Trans.\ Math.\ Soft.}, Vol.\ 28, No.\ 2, pp.\ 135--151, 2002. \bibitem{flynn-taxonomy} Michael J.\ Flynn, - \doccite{Very High-Speed Computing Systems}. - Proceedings of the IEEE, Vol.\ 54, Issue 12, pp.\ 1901--1909, 1966. + Very high-speed computing systems. + \doccite{Proceedings of the IEEE}, Vol.\ 54, No.\ 12, pp.\ 1901--1909, 1966. \end{thebibliography} % FIXME: For unknown reasons, hanging paragraphs are not indented within our