Hi, I am having problems in the references section. When I reference books, the references are created correctly but when I reference articles, the name of the article does not appear. (please see attached figure)
Please also see below how references are added to JabRef 2.10.
@Book{antoulas2005approximation,
Title = {Approximation of large-scale dynamical systems},
Author = {Antoulas, Athanasios C},
Publisher = {Siam},
Year = {2005},
Volume = {6},
Doi = {10.1137/1.9780898718713}
}
@Article{antoulas2001survey,
Title = {A survey of model reduction methods for large-scale systems},
Author = {Antoulas, Athanasios C and Sorensen, Danny C and Gugercin, Serkan},
Journal = {Contemporary mathematics},
Year = {2001},
Pages = {193--220},
Volume = {280},
Publisher = {Providence, RI; American Mathematical Society; 1999}
}
@Article{bai2002krylov,
Title = {Krylov subspace techniques for reduced-order modeling of large-scale dynamical systems},
Author = {Bai, Zhaojun},
Journal = {Applied numerical mathematics},
Year = {2002},
Number = {1-2},
Pages = {9--44},
Volume = {43},
Publisher = {Elsevier}
}
I hope anyone can help me with this issue. Thanks!
Articles, Essays, and Journal Templates ⇒ Article names does not appear in references
Article names does not appear in references
- Attachments
-
- references.png (40.23 KiB) Viewed 23445 times
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Article names does not appear in references
That's Jabref, but can you post the content from the .bib file, possibly also the .blg file?
Stefan
Stefan
LaTeX.org admin
Article names does not appear in references
Hi, thanks for the quick response! This references were working well with another LateX template. So I hope that it can be set to work well again...
The content of the .bib file is:
% This file was created with JabRef 2.10.
% Encoding: UTF8
@Book{antoulas2005approximation,
Title = {Approximation of large-scale dynamical systems},
Author = {Antoulas, Athanasios C},
Publisher = {Siam},
Year = {2005},
Volume = {6},
Doi = {10.1137/1.9780898718713}
}
@Article{antoulas2001survey,
Title = {A survey of model reduction methods for large-scale systems},
Author = {Antoulas, Athanasios C and Sorensen, Danny C and Gugercin, Serkan},
Journal = {Contemporary mathematics},
Year = {2001},
Pages = {193--220},
Volume = {280},
Publisher = {Providence, RI; American Mathematical Society; 1999}
}
@Article{bai2002krylov,
Title = {Krylov subspace techniques for reduced-order modeling of large-scale dynamical systems},
Author = {Bai, Zhaojun},
Journal = {Applied numerical mathematics},
Year = {2002},
Number = {1-2},
Pages = {9--44},
Volume = {43},
Publisher = {Elsevier}
}
The .blg content is:
This is BibTeX, Version 0.99dThe top-level auxiliary file: scifile.aux
The style file: Science.bst
Database file #1: scibib.bib
Warning--I didn't find a database entry for "tth"
Warning--I didn't find a database entry for "use2e"
Warning--I didn't find a database entry for "inclme"
Warning--I didn't find a database entry for "nattex"
(There were 4 warnings)
And the .bbl content is:
\begin{thebibliography}{1}
\bibitem{antoulas2005approximation}
A.~C. Antoulas, {\it Approximation of large-scale dynamical systems\/}, vol.~6
(Siam, 2005).
\bibitem{antoulas2001survey}
A.~C. Antoulas, D.~C. Sorensen, S.~Gugercin, {\it Contemporary mathematics\/}
{\bf 280}, 193 (2001).
\bibitem{bai2002krylov}
Z.~Bai, {\it Applied numerical mathematics\/} {\bf 43}, 9 (2002).
\end{thebibliography}
The content of the .bib file is:
% This file was created with JabRef 2.10.
% Encoding: UTF8
@Book{antoulas2005approximation,
Title = {Approximation of large-scale dynamical systems},
Author = {Antoulas, Athanasios C},
Publisher = {Siam},
Year = {2005},
Volume = {6},
Doi = {10.1137/1.9780898718713}
}
@Article{antoulas2001survey,
Title = {A survey of model reduction methods for large-scale systems},
Author = {Antoulas, Athanasios C and Sorensen, Danny C and Gugercin, Serkan},
Journal = {Contemporary mathematics},
Year = {2001},
Pages = {193--220},
Volume = {280},
Publisher = {Providence, RI; American Mathematical Society; 1999}
}
@Article{bai2002krylov,
Title = {Krylov subspace techniques for reduced-order modeling of large-scale dynamical systems},
Author = {Bai, Zhaojun},
Journal = {Applied numerical mathematics},
Year = {2002},
Number = {1-2},
Pages = {9--44},
Volume = {43},
Publisher = {Elsevier}
}
The .blg content is:
This is BibTeX, Version 0.99dThe top-level auxiliary file: scifile.aux
The style file: Science.bst
Database file #1: scibib.bib
Warning--I didn't find a database entry for "tth"
Warning--I didn't find a database entry for "use2e"
Warning--I didn't find a database entry for "inclme"
Warning--I didn't find a database entry for "nattex"
(There were 4 warnings)
And the .bbl content is:
\begin{thebibliography}{1}
\bibitem{antoulas2005approximation}
A.~C. Antoulas, {\it Approximation of large-scale dynamical systems\/}, vol.~6
(Siam, 2005).
\bibitem{antoulas2001survey}
A.~C. Antoulas, D.~C. Sorensen, S.~Gugercin, {\it Contemporary mathematics\/}
{\bf 280}, 193 (2001).
\bibitem{bai2002krylov}
Z.~Bai, {\it Applied numerical mathematics\/} {\bf 43}, 9 (2002).
\end{thebibliography}
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Article names does not appear in references
I think that for articles the title is not in the style definition, but journal name and page etc. If it's that Science.bst, the article function is
without using a title field. In contrast, the book function:
If you publish for a certain journal with a required .bst bibliography style file, it is intended this way and there's no reason to change it.
Stefan
Code: Select all
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
crossref missing$
{ journal
emphasize
"journal" output.check
add.blank
format.vol.num.pages output
format.date "year" output.check
}
{ format.article.crossref output.nonnull
format.pages output
}
if$
new.sentence
format.note output
fin.entry
}
Code: Select all
FUNCTION {book}
{ output.bibitem
author empty$
{ format.editors "author and editor" output.check
}
{ format.authors output.nonnull
crossref missing$
{ "author and editor" editor either.or.check }
'skip$
if$
}
if$
format.btitle "title" output.check
crossref missing$
{ format.bvolume output
format.number.series output
format.publisher.address output
}
{
format.book.crossref output.nonnull
format.date "year" output.check
}
if$
format.edition output
new.sentence
format.note output
fin.entry
}
Stefan
LaTeX.org admin