Skip to content

[back] Fix journal article entries in bibliography #8165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions source/back.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We seem to \doccite the title of the book / article elsewhere in this list, not (necessarily) the journal name.

Agreed with the rest of the adjustments.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, will fix.
Just to be sure: is it okay to continue with the current "articles title in italic" style? In usual bibliographic styles, article titles are written in roman and journal names are written in italic. Examples (C.7.2) in ISO 690:2010 follow this convention as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkoeppe, what do you want here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was aware that we're not following the usual conventions here. (E.g. bibtex would do it right, but when we started we just had a very small set of items.) This is a nice improvement.

\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,
Expand All @@ -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,
\doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}.
ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, 2002.
Roldan Pozo, Karin Remington, and R.\ Clint Whaley,
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, 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
Expand Down