inproceedings booktitle does not appear
I am using a latex template provided by a publisher's website (wileyNJD-AMA). The problem I am facing is that the conference's book title does not appear at all. I am using the following referencing style
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
Here what appears:
Son Jungmin, Dastjerdi Amir Vahid, Calheiros Rodrigo N, Ji Xiaohui,
Yoon Young, Buyya Rajkumar. Cloudsimsdn: Modeling and simulation of
software-defined cloud data centers. In: :475–484IEEE; 2015.
natbib templates
add a comment |
I am using a latex template provided by a publisher's website (wileyNJD-AMA). The problem I am facing is that the conference's book title does not appear at all. I am using the following referencing style
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
Here what appears:
Son Jungmin, Dastjerdi Amir Vahid, Calheiros Rodrigo N, Ji Xiaohui,
Yoon Young, Buyya Rajkumar. Cloudsimsdn: Modeling and simulation of
software-defined cloud data centers. In: :475–484IEEE; 2015.
natbib templates
1
Welcome to TeX.se. Can you please post a link to the latex template, and edit your question to show a minimal document using that template that produces the problem with the bib item you show. You've tagged this asbiblatex, but are you actually usingbiblatexto produce the bibliography?
– Alan Munn
Sep 17 '18 at 0:47
A bit of Googling suggests that this Wiley class does not usebiblatex, butnatbib, so I have removed the tag. Please check if that is indeed correct and show us a short example document that we can run as well as a link to your journal template.
– moewe
Sep 17 '18 at 5:23
Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
add a comment |
I am using a latex template provided by a publisher's website (wileyNJD-AMA). The problem I am facing is that the conference's book title does not appear at all. I am using the following referencing style
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
Here what appears:
Son Jungmin, Dastjerdi Amir Vahid, Calheiros Rodrigo N, Ji Xiaohui,
Yoon Young, Buyya Rajkumar. Cloudsimsdn: Modeling and simulation of
software-defined cloud data centers. In: :475–484IEEE; 2015.
natbib templates
I am using a latex template provided by a publisher's website (wileyNJD-AMA). The problem I am facing is that the conference's book title does not appear at all. I am using the following referencing style
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
Here what appears:
Son Jungmin, Dastjerdi Amir Vahid, Calheiros Rodrigo N, Ji Xiaohui,
Yoon Young, Buyya Rajkumar. Cloudsimsdn: Modeling and simulation of
software-defined cloud data centers. In: :475–484IEEE; 2015.
natbib templates
natbib templates
edited Sep 17 '18 at 23:40
koleygr
13.3k11039
13.3k11039
asked Sep 16 '18 at 21:19
KaySay2018KaySay2018
112
112
1
Welcome to TeX.se. Can you please post a link to the latex template, and edit your question to show a minimal document using that template that produces the problem with the bib item you show. You've tagged this asbiblatex, but are you actually usingbiblatexto produce the bibliography?
– Alan Munn
Sep 17 '18 at 0:47
A bit of Googling suggests that this Wiley class does not usebiblatex, butnatbib, so I have removed the tag. Please check if that is indeed correct and show us a short example document that we can run as well as a link to your journal template.
– moewe
Sep 17 '18 at 5:23
Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
add a comment |
1
Welcome to TeX.se. Can you please post a link to the latex template, and edit your question to show a minimal document using that template that produces the problem with the bib item you show. You've tagged this asbiblatex, but are you actually usingbiblatexto produce the bibliography?
– Alan Munn
Sep 17 '18 at 0:47
A bit of Googling suggests that this Wiley class does not usebiblatex, butnatbib, so I have removed the tag. Please check if that is indeed correct and show us a short example document that we can run as well as a link to your journal template.
– moewe
Sep 17 '18 at 5:23
Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
1
1
Welcome to TeX.se. Can you please post a link to the latex template, and edit your question to show a minimal document using that template that produces the problem with the bib item you show. You've tagged this as
biblatex, but are you actually using biblatex to produce the bibliography?– Alan Munn
Sep 17 '18 at 0:47
Welcome to TeX.se. Can you please post a link to the latex template, and edit your question to show a minimal document using that template that produces the problem with the bib item you show. You've tagged this as
biblatex, but are you actually using biblatex to produce the bibliography?– Alan Munn
Sep 17 '18 at 0:47
A bit of Googling suggests that this Wiley class does not use
biblatex, but natbib, so I have removed the tag. Please check if that is indeed correct and show us a short example document that we can run as well as a link to your journal template.– moewe
Sep 17 '18 at 5:23
A bit of Googling suggests that this Wiley class does not use
biblatex, but natbib, so I have removed the tag. Please check if that is indeed correct and show us a short example document that we can run as well as a link to your journal template.– moewe
Sep 17 '18 at 5:23
Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
add a comment |
1 Answer
1
active
oldest
votes
Edit after comment:
I found a bug in their WileyNJD-AMA.bst file:
In line 473 there is :
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
'skip$
{ " " * format.editors * " " * booktitle emphasize * " " * }
if$
}
if$
}
You have to replace it by:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
{ " " * booktitle emphasize * "" * }
{ " " * format.editors * " " * booktitle emphasize * "" * }
if$
}
if$
}
Alternative could be to add an editor in your entry but still I think my way is more correct and have to be replace their code.
Their @inbook emtry has the same problem.
Please consider to report the "bug" in the page you found the template.
Then everything works fine.
Old answer before see the template:
Here is a way:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{filecontents}
usepackage{natbib}
begin{filecontents}{References.bib}
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
end{filecontents}
title{Test}
author{Konstantinos Leledakis}
date{September 2018}
begin{document}
maketitle
According to known things cite{son2015cloudsimsdn}ldots
section{Introduction}
bibliographystyle{agsm}
bibliography{References}
end{document}
Output:

My advice is to use natbib package like in my code, since it offers many citation options and I think you have the more options on the style of your bibliography (like harvard -which I used here- and many others)
May be is not the way you are looking for, but you didn't added a MWE (I mean code like mine... for more see here: I've just been asked to write a minimal example, what is that?) and we could not easily help you. (This is why you had not a fast answer).
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Sorry the error is possibly in the.bstfile... Looking for it but sure you can ask them too.
– koleygr
Sep 17 '18 at 19:11
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f451167%2finproceedings-booktitle-does-not-appear%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Edit after comment:
I found a bug in their WileyNJD-AMA.bst file:
In line 473 there is :
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
'skip$
{ " " * format.editors * " " * booktitle emphasize * " " * }
if$
}
if$
}
You have to replace it by:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
{ " " * booktitle emphasize * "" * }
{ " " * format.editors * " " * booktitle emphasize * "" * }
if$
}
if$
}
Alternative could be to add an editor in your entry but still I think my way is more correct and have to be replace their code.
Their @inbook emtry has the same problem.
Please consider to report the "bug" in the page you found the template.
Then everything works fine.
Old answer before see the template:
Here is a way:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{filecontents}
usepackage{natbib}
begin{filecontents}{References.bib}
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
end{filecontents}
title{Test}
author{Konstantinos Leledakis}
date{September 2018}
begin{document}
maketitle
According to known things cite{son2015cloudsimsdn}ldots
section{Introduction}
bibliographystyle{agsm}
bibliography{References}
end{document}
Output:

My advice is to use natbib package like in my code, since it offers many citation options and I think you have the more options on the style of your bibliography (like harvard -which I used here- and many others)
May be is not the way you are looking for, but you didn't added a MWE (I mean code like mine... for more see here: I've just been asked to write a minimal example, what is that?) and we could not easily help you. (This is why you had not a fast answer).
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Sorry the error is possibly in the.bstfile... Looking for it but sure you can ask them too.
– koleygr
Sep 17 '18 at 19:11
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
add a comment |
Edit after comment:
I found a bug in their WileyNJD-AMA.bst file:
In line 473 there is :
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
'skip$
{ " " * format.editors * " " * booktitle emphasize * " " * }
if$
}
if$
}
You have to replace it by:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
{ " " * booktitle emphasize * "" * }
{ " " * format.editors * " " * booktitle emphasize * "" * }
if$
}
if$
}
Alternative could be to add an editor in your entry but still I think my way is more correct and have to be replace their code.
Their @inbook emtry has the same problem.
Please consider to report the "bug" in the page you found the template.
Then everything works fine.
Old answer before see the template:
Here is a way:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{filecontents}
usepackage{natbib}
begin{filecontents}{References.bib}
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
end{filecontents}
title{Test}
author{Konstantinos Leledakis}
date{September 2018}
begin{document}
maketitle
According to known things cite{son2015cloudsimsdn}ldots
section{Introduction}
bibliographystyle{agsm}
bibliography{References}
end{document}
Output:

My advice is to use natbib package like in my code, since it offers many citation options and I think you have the more options on the style of your bibliography (like harvard -which I used here- and many others)
May be is not the way you are looking for, but you didn't added a MWE (I mean code like mine... for more see here: I've just been asked to write a minimal example, what is that?) and we could not easily help you. (This is why you had not a fast answer).
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Sorry the error is possibly in the.bstfile... Looking for it but sure you can ask them too.
– koleygr
Sep 17 '18 at 19:11
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
add a comment |
Edit after comment:
I found a bug in their WileyNJD-AMA.bst file:
In line 473 there is :
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
'skip$
{ " " * format.editors * " " * booktitle emphasize * " " * }
if$
}
if$
}
You have to replace it by:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
{ " " * booktitle emphasize * "" * }
{ " " * format.editors * " " * booktitle emphasize * "" * }
if$
}
if$
}
Alternative could be to add an editor in your entry but still I think my way is more correct and have to be replace their code.
Their @inbook emtry has the same problem.
Please consider to report the "bug" in the page you found the template.
Then everything works fine.
Old answer before see the template:
Here is a way:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{filecontents}
usepackage{natbib}
begin{filecontents}{References.bib}
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
end{filecontents}
title{Test}
author{Konstantinos Leledakis}
date{September 2018}
begin{document}
maketitle
According to known things cite{son2015cloudsimsdn}ldots
section{Introduction}
bibliographystyle{agsm}
bibliography{References}
end{document}
Output:

My advice is to use natbib package like in my code, since it offers many citation options and I think you have the more options on the style of your bibliography (like harvard -which I used here- and many others)
May be is not the way you are looking for, but you didn't added a MWE (I mean code like mine... for more see here: I've just been asked to write a minimal example, what is that?) and we could not easily help you. (This is why you had not a fast answer).
Edit after comment:
I found a bug in their WileyNJD-AMA.bst file:
In line 473 there is :
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
'skip$
{ " " * format.editors * " " * booktitle emphasize * " " * }
if$
}
if$
}
You have to replace it by:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "In: " }
{ "In: "
editor empty$
{ " " * booktitle emphasize * "" * }
{ " " * format.editors * " " * booktitle emphasize * "" * }
if$
}
if$
}
Alternative could be to add an editor in your entry but still I think my way is more correct and have to be replace their code.
Their @inbook emtry has the same problem.
Please consider to report the "bug" in the page you found the template.
Then everything works fine.
Old answer before see the template:
Here is a way:
documentclass{article}
usepackage[utf8]{inputenc}
usepackage{filecontents}
usepackage{natbib}
begin{filecontents}{References.bib}
@inproceedings{son2015cloudsimsdn,
title="CloudSimSDN: Modeling and simulation of software-defined cloud data centers",
author="Son, Jungmin and Dastjerdi, Amir Vahid and Calheiros, Rodrigo N and Ji, Xiaohui and Yoon, Young and Buyya, Rajkumar",
booktitle="Cluster, Cloud and Grid Computing",
year="2015",
pages="475--484",
organization="IEEE"
}
end{filecontents}
title{Test}
author{Konstantinos Leledakis}
date{September 2018}
begin{document}
maketitle
According to known things cite{son2015cloudsimsdn}ldots
section{Introduction}
bibliographystyle{agsm}
bibliography{References}
end{document}
Output:

My advice is to use natbib package like in my code, since it offers many citation options and I think you have the more options on the style of your bibliography (like harvard -which I used here- and many others)
May be is not the way you are looking for, but you didn't added a MWE (I mean code like mine... for more see here: I've just been asked to write a minimal example, what is that?) and we could not easily help you. (This is why you had not a fast answer).
edited Sep 17 '18 at 20:29
answered Sep 17 '18 at 0:57
koleygrkoleygr
13.3k11039
13.3k11039
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Sorry the error is possibly in the.bstfile... Looking for it but sure you can ask them too.
– koleygr
Sep 17 '18 at 19:11
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
add a comment |
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Sorry the error is possibly in the.bstfile... Looking for it but sure you can ask them too.
– koleygr
Sep 17 '18 at 19:11
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
I followed your way but it is still not showing the book title. Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51
Sorry the error is possibly in the
.bst file... Looking for it but sure you can ask them too.– koleygr
Sep 17 '18 at 19:11
Sorry the error is possibly in the
.bst file... Looking for it but sure you can ask them too.– koleygr
Sep 17 '18 at 19:11
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
Finally found and corrected the "bug"
– koleygr
Sep 17 '18 at 19:44
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f451167%2finproceedings-booktitle-does-not-appear%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Welcome to TeX.se. Can you please post a link to the latex template, and edit your question to show a minimal document using that template that produces the problem with the bib item you show. You've tagged this as
biblatex, but are you actually usingbiblatexto produce the bibliography?– Alan Munn
Sep 17 '18 at 0:47
A bit of Googling suggests that this Wiley class does not use
biblatex, butnatbib, so I have removed the tag. Please check if that is indeed correct and show us a short example document that we can run as well as a link to your journal template.– moewe
Sep 17 '18 at 5:23
Here is the link of the sample I am using onlinelibrary.wiley.com/page/journal/1097024x/homepage/…
– KaySay2018
Sep 17 '18 at 12:51