How to make numbered and ordered references for a paper to be submitted to a Springer journal?
I have a bibtex file like following:
@inproceedings{NWS-2003,
Author = {W.Nejdl and M.Wolpers and W.Siberski and C.Schmitz and M.Schlosse and I.Brunkhorst and A.Loser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for RDF-based peer-to-peer networks, in: Proceedings of the 12th International Conference on World Wide Web WWW},
Year = 2003
}
@article{PGW-2010,
Author = {A.Padmanabhan and S.Ghosh and S.Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher = {Springer},
Title = {A Self-Organized grouping SOG framework for efficient grid resource discovery},
Volume = 8,
Year = 2010
}
I try to write under Springer journal format, with numbered references,
in the text the first references NWS-2003 is cited before the second PGW-2010, so for me it is supposed that in the text and in the reference section NWS-2003 should be the first [1], and PGW-2010 is the second [2]
but when I compile the file, it ordered references alphabetically, and not as their sequence of appearance.
I use usepackage[numbers]{natbib}
and for bibliographystyle
I have tried with: %bibliographystyle{aps-nameyear}
bibliographystyle{spbasic}
bibliographystyle{spmpsci}
and bibliographystyle{spphys}
this later does not give me a full reference but only the authors names and the publisher name.
bibtex bibliographies natbib
add a comment |
I have a bibtex file like following:
@inproceedings{NWS-2003,
Author = {W.Nejdl and M.Wolpers and W.Siberski and C.Schmitz and M.Schlosse and I.Brunkhorst and A.Loser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for RDF-based peer-to-peer networks, in: Proceedings of the 12th International Conference on World Wide Web WWW},
Year = 2003
}
@article{PGW-2010,
Author = {A.Padmanabhan and S.Ghosh and S.Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher = {Springer},
Title = {A Self-Organized grouping SOG framework for efficient grid resource discovery},
Volume = 8,
Year = 2010
}
I try to write under Springer journal format, with numbered references,
in the text the first references NWS-2003 is cited before the second PGW-2010, so for me it is supposed that in the text and in the reference section NWS-2003 should be the first [1], and PGW-2010 is the second [2]
but when I compile the file, it ordered references alphabetically, and not as their sequence of appearance.
I use usepackage[numbers]{natbib}
and for bibliographystyle
I have tried with: %bibliographystyle{aps-nameyear}
bibliographystyle{spbasic}
bibliographystyle{spmpsci}
and bibliographystyle{spphys}
this later does not give me a full reference but only the authors names and the publisher name.
bibtex bibliographies natbib
1
i'm not sure it works for springer journals, but in other situations,bibliographystyle{unsrt}
leaves the references in the same order as they're referred to in the text.
– barbara beeton
Nov 25 '15 at 18:39
1
Whatever else you may decide to do, you must insert spaces between the first-name initials and the surnames.
– Mico
Nov 25 '15 at 18:41
See this answer for a discussion of how to go about modifying (a copy of) the bibliography style file so that alphabetical sorting is no longer performed. The answer in the link give above deals with theapalike
bibliography style; however, the method described there is fully applicable to thespbasic
style as well.
– Mico
Nov 25 '15 at 19:02
add a comment |
I have a bibtex file like following:
@inproceedings{NWS-2003,
Author = {W.Nejdl and M.Wolpers and W.Siberski and C.Schmitz and M.Schlosse and I.Brunkhorst and A.Loser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for RDF-based peer-to-peer networks, in: Proceedings of the 12th International Conference on World Wide Web WWW},
Year = 2003
}
@article{PGW-2010,
Author = {A.Padmanabhan and S.Ghosh and S.Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher = {Springer},
Title = {A Self-Organized grouping SOG framework for efficient grid resource discovery},
Volume = 8,
Year = 2010
}
I try to write under Springer journal format, with numbered references,
in the text the first references NWS-2003 is cited before the second PGW-2010, so for me it is supposed that in the text and in the reference section NWS-2003 should be the first [1], and PGW-2010 is the second [2]
but when I compile the file, it ordered references alphabetically, and not as their sequence of appearance.
I use usepackage[numbers]{natbib}
and for bibliographystyle
I have tried with: %bibliographystyle{aps-nameyear}
bibliographystyle{spbasic}
bibliographystyle{spmpsci}
and bibliographystyle{spphys}
this later does not give me a full reference but only the authors names and the publisher name.
bibtex bibliographies natbib
I have a bibtex file like following:
@inproceedings{NWS-2003,
Author = {W.Nejdl and M.Wolpers and W.Siberski and C.Schmitz and M.Schlosse and I.Brunkhorst and A.Loser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for RDF-based peer-to-peer networks, in: Proceedings of the 12th International Conference on World Wide Web WWW},
Year = 2003
}
@article{PGW-2010,
Author = {A.Padmanabhan and S.Ghosh and S.Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher = {Springer},
Title = {A Self-Organized grouping SOG framework for efficient grid resource discovery},
Volume = 8,
Year = 2010
}
I try to write under Springer journal format, with numbered references,
in the text the first references NWS-2003 is cited before the second PGW-2010, so for me it is supposed that in the text and in the reference section NWS-2003 should be the first [1], and PGW-2010 is the second [2]
but when I compile the file, it ordered references alphabetically, and not as their sequence of appearance.
I use usepackage[numbers]{natbib}
and for bibliographystyle
I have tried with: %bibliographystyle{aps-nameyear}
bibliographystyle{spbasic}
bibliographystyle{spmpsci}
and bibliographystyle{spphys}
this later does not give me a full reference but only the authors names and the publisher name.
bibtex bibliographies natbib
bibtex bibliographies natbib
edited Nov 25 '15 at 19:08
Mico
286k32391779
286k32391779
asked Nov 25 '15 at 18:29
jojojojo
3828
3828
1
i'm not sure it works for springer journals, but in other situations,bibliographystyle{unsrt}
leaves the references in the same order as they're referred to in the text.
– barbara beeton
Nov 25 '15 at 18:39
1
Whatever else you may decide to do, you must insert spaces between the first-name initials and the surnames.
– Mico
Nov 25 '15 at 18:41
See this answer for a discussion of how to go about modifying (a copy of) the bibliography style file so that alphabetical sorting is no longer performed. The answer in the link give above deals with theapalike
bibliography style; however, the method described there is fully applicable to thespbasic
style as well.
– Mico
Nov 25 '15 at 19:02
add a comment |
1
i'm not sure it works for springer journals, but in other situations,bibliographystyle{unsrt}
leaves the references in the same order as they're referred to in the text.
– barbara beeton
Nov 25 '15 at 18:39
1
Whatever else you may decide to do, you must insert spaces between the first-name initials and the surnames.
– Mico
Nov 25 '15 at 18:41
See this answer for a discussion of how to go about modifying (a copy of) the bibliography style file so that alphabetical sorting is no longer performed. The answer in the link give above deals with theapalike
bibliography style; however, the method described there is fully applicable to thespbasic
style as well.
– Mico
Nov 25 '15 at 19:02
1
1
i'm not sure it works for springer journals, but in other situations,
bibliographystyle{unsrt}
leaves the references in the same order as they're referred to in the text.– barbara beeton
Nov 25 '15 at 18:39
i'm not sure it works for springer journals, but in other situations,
bibliographystyle{unsrt}
leaves the references in the same order as they're referred to in the text.– barbara beeton
Nov 25 '15 at 18:39
1
1
Whatever else you may decide to do, you must insert spaces between the first-name initials and the surnames.
– Mico
Nov 25 '15 at 18:41
Whatever else you may decide to do, you must insert spaces between the first-name initials and the surnames.
– Mico
Nov 25 '15 at 18:41
See this answer for a discussion of how to go about modifying (a copy of) the bibliography style file so that alphabetical sorting is no longer performed. The answer in the link give above deals with the
apalike
bibliography style; however, the method described there is fully applicable to the spbasic
style as well.– Mico
Nov 25 '15 at 19:02
See this answer for a discussion of how to go about modifying (a copy of) the bibliography style file so that alphabetical sorting is no longer performed. The answer in the link give above deals with the
apalike
bibliography style; however, the method described there is fully applicable to the spbasic
style as well.– Mico
Nov 25 '15 at 19:02
add a comment |
1 Answer
1
active
oldest
votes
See this answer to the posting cite references in the text by superscript numbers and listed at the end in order they are cited in the text for step by step instructions on how to go about modifying a bibliography style file so that alphabetical sorting is no longer performed. The answer works not only with the
apalike
bibliography style, but also withspbasic
.Assume you've created a copy of the file
spbasic.bst
that doesn't perform alphabetic sorting, and suppose you've named the new filespbasic-nosort.bst
. You really still need to fix several errors in the bibliography. Just in the two entries you've provided in your posting, several errors jump out. Most importantly, you must leave whitespace between the first-name and surname components of all authors' names. Next, in bothtitle
fields, be sure to encase acronyms that consist of uppercase letters (e.g., "SOG" and "RDF") in curly braces, to prevent BibTeX from lowercasing them. Furthermore, in the entry with keyNWS-2003
, (i) one of the author's surname is mis-spelled (it should be entered asL{"o}ser
, notLoser
[!]); (ii) thetitle
andbooktitle
fields have inexplicably been merged; do split the field into two parts by creating a separatebooktitle
field; and (iii) the title field needs an extra piece (the part in parentheses should be "WWW2003", not just "WWW").
In my view, getting the contents of all bib entries absolutely correct is far more important than is fretting over alphabetically sorted versus unsorted entry styles.
RequirePackage{filecontents}
begin{filecontents}{mytest.bib}
@inproceedings{NWS-2003,
Author = {W. Nejdl and M. Wolpers and W. Siberski and C. Schmitz and M. Schlosse and I. Brunkhorst and A. L{"o}ser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for {RDF}-based peer-to-peer networks},
booktitle= {Proceedings of the 12th International Conference on World Wide Web (WWW2003)},
address = "Budapest, Hungary",
Year = 2003,
}
@article{PGW-2010,
Author = {A. Padmanabhan and S. Ghosh and S. Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher ={Springer},
Title = {A Self-Organized grouping ({SOG}) framework for efficient grid resource discovery},
Volume = 8,
Year = 2010,
}
end{filecontents}
documentclass{article}
usepackage[numbers]{natbib}
bibliographystyle{spbasic-nosort}
begin{document}
cite{PGW-2010} cite{NWS-2003}
bibliography{mytest}
end{document}
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%2f280011%2fhow-to-make-numbered-and-ordered-references-for-a-paper-to-be-submitted-to-a-spr%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
See this answer to the posting cite references in the text by superscript numbers and listed at the end in order they are cited in the text for step by step instructions on how to go about modifying a bibliography style file so that alphabetical sorting is no longer performed. The answer works not only with the
apalike
bibliography style, but also withspbasic
.Assume you've created a copy of the file
spbasic.bst
that doesn't perform alphabetic sorting, and suppose you've named the new filespbasic-nosort.bst
. You really still need to fix several errors in the bibliography. Just in the two entries you've provided in your posting, several errors jump out. Most importantly, you must leave whitespace between the first-name and surname components of all authors' names. Next, in bothtitle
fields, be sure to encase acronyms that consist of uppercase letters (e.g., "SOG" and "RDF") in curly braces, to prevent BibTeX from lowercasing them. Furthermore, in the entry with keyNWS-2003
, (i) one of the author's surname is mis-spelled (it should be entered asL{"o}ser
, notLoser
[!]); (ii) thetitle
andbooktitle
fields have inexplicably been merged; do split the field into two parts by creating a separatebooktitle
field; and (iii) the title field needs an extra piece (the part in parentheses should be "WWW2003", not just "WWW").
In my view, getting the contents of all bib entries absolutely correct is far more important than is fretting over alphabetically sorted versus unsorted entry styles.
RequirePackage{filecontents}
begin{filecontents}{mytest.bib}
@inproceedings{NWS-2003,
Author = {W. Nejdl and M. Wolpers and W. Siberski and C. Schmitz and M. Schlosse and I. Brunkhorst and A. L{"o}ser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for {RDF}-based peer-to-peer networks},
booktitle= {Proceedings of the 12th International Conference on World Wide Web (WWW2003)},
address = "Budapest, Hungary",
Year = 2003,
}
@article{PGW-2010,
Author = {A. Padmanabhan and S. Ghosh and S. Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher ={Springer},
Title = {A Self-Organized grouping ({SOG}) framework for efficient grid resource discovery},
Volume = 8,
Year = 2010,
}
end{filecontents}
documentclass{article}
usepackage[numbers]{natbib}
bibliographystyle{spbasic-nosort}
begin{document}
cite{PGW-2010} cite{NWS-2003}
bibliography{mytest}
end{document}
add a comment |
See this answer to the posting cite references in the text by superscript numbers and listed at the end in order they are cited in the text for step by step instructions on how to go about modifying a bibliography style file so that alphabetical sorting is no longer performed. The answer works not only with the
apalike
bibliography style, but also withspbasic
.Assume you've created a copy of the file
spbasic.bst
that doesn't perform alphabetic sorting, and suppose you've named the new filespbasic-nosort.bst
. You really still need to fix several errors in the bibliography. Just in the two entries you've provided in your posting, several errors jump out. Most importantly, you must leave whitespace between the first-name and surname components of all authors' names. Next, in bothtitle
fields, be sure to encase acronyms that consist of uppercase letters (e.g., "SOG" and "RDF") in curly braces, to prevent BibTeX from lowercasing them. Furthermore, in the entry with keyNWS-2003
, (i) one of the author's surname is mis-spelled (it should be entered asL{"o}ser
, notLoser
[!]); (ii) thetitle
andbooktitle
fields have inexplicably been merged; do split the field into two parts by creating a separatebooktitle
field; and (iii) the title field needs an extra piece (the part in parentheses should be "WWW2003", not just "WWW").
In my view, getting the contents of all bib entries absolutely correct is far more important than is fretting over alphabetically sorted versus unsorted entry styles.
RequirePackage{filecontents}
begin{filecontents}{mytest.bib}
@inproceedings{NWS-2003,
Author = {W. Nejdl and M. Wolpers and W. Siberski and C. Schmitz and M. Schlosse and I. Brunkhorst and A. L{"o}ser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for {RDF}-based peer-to-peer networks},
booktitle= {Proceedings of the 12th International Conference on World Wide Web (WWW2003)},
address = "Budapest, Hungary",
Year = 2003,
}
@article{PGW-2010,
Author = {A. Padmanabhan and S. Ghosh and S. Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher ={Springer},
Title = {A Self-Organized grouping ({SOG}) framework for efficient grid resource discovery},
Volume = 8,
Year = 2010,
}
end{filecontents}
documentclass{article}
usepackage[numbers]{natbib}
bibliographystyle{spbasic-nosort}
begin{document}
cite{PGW-2010} cite{NWS-2003}
bibliography{mytest}
end{document}
add a comment |
See this answer to the posting cite references in the text by superscript numbers and listed at the end in order they are cited in the text for step by step instructions on how to go about modifying a bibliography style file so that alphabetical sorting is no longer performed. The answer works not only with the
apalike
bibliography style, but also withspbasic
.Assume you've created a copy of the file
spbasic.bst
that doesn't perform alphabetic sorting, and suppose you've named the new filespbasic-nosort.bst
. You really still need to fix several errors in the bibliography. Just in the two entries you've provided in your posting, several errors jump out. Most importantly, you must leave whitespace between the first-name and surname components of all authors' names. Next, in bothtitle
fields, be sure to encase acronyms that consist of uppercase letters (e.g., "SOG" and "RDF") in curly braces, to prevent BibTeX from lowercasing them. Furthermore, in the entry with keyNWS-2003
, (i) one of the author's surname is mis-spelled (it should be entered asL{"o}ser
, notLoser
[!]); (ii) thetitle
andbooktitle
fields have inexplicably been merged; do split the field into two parts by creating a separatebooktitle
field; and (iii) the title field needs an extra piece (the part in parentheses should be "WWW2003", not just "WWW").
In my view, getting the contents of all bib entries absolutely correct is far more important than is fretting over alphabetically sorted versus unsorted entry styles.
RequirePackage{filecontents}
begin{filecontents}{mytest.bib}
@inproceedings{NWS-2003,
Author = {W. Nejdl and M. Wolpers and W. Siberski and C. Schmitz and M. Schlosse and I. Brunkhorst and A. L{"o}ser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for {RDF}-based peer-to-peer networks},
booktitle= {Proceedings of the 12th International Conference on World Wide Web (WWW2003)},
address = "Budapest, Hungary",
Year = 2003,
}
@article{PGW-2010,
Author = {A. Padmanabhan and S. Ghosh and S. Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher ={Springer},
Title = {A Self-Organized grouping ({SOG}) framework for efficient grid resource discovery},
Volume = 8,
Year = 2010,
}
end{filecontents}
documentclass{article}
usepackage[numbers]{natbib}
bibliographystyle{spbasic-nosort}
begin{document}
cite{PGW-2010} cite{NWS-2003}
bibliography{mytest}
end{document}
See this answer to the posting cite references in the text by superscript numbers and listed at the end in order they are cited in the text for step by step instructions on how to go about modifying a bibliography style file so that alphabetical sorting is no longer performed. The answer works not only with the
apalike
bibliography style, but also withspbasic
.Assume you've created a copy of the file
spbasic.bst
that doesn't perform alphabetic sorting, and suppose you've named the new filespbasic-nosort.bst
. You really still need to fix several errors in the bibliography. Just in the two entries you've provided in your posting, several errors jump out. Most importantly, you must leave whitespace between the first-name and surname components of all authors' names. Next, in bothtitle
fields, be sure to encase acronyms that consist of uppercase letters (e.g., "SOG" and "RDF") in curly braces, to prevent BibTeX from lowercasing them. Furthermore, in the entry with keyNWS-2003
, (i) one of the author's surname is mis-spelled (it should be entered asL{"o}ser
, notLoser
[!]); (ii) thetitle
andbooktitle
fields have inexplicably been merged; do split the field into two parts by creating a separatebooktitle
field; and (iii) the title field needs an extra piece (the part in parentheses should be "WWW2003", not just "WWW").
In my view, getting the contents of all bib entries absolutely correct is far more important than is fretting over alphabetically sorted versus unsorted entry styles.
RequirePackage{filecontents}
begin{filecontents}{mytest.bib}
@inproceedings{NWS-2003,
Author = {W. Nejdl and M. Wolpers and W. Siberski and C. Schmitz and M. Schlosse and I. Brunkhorst and A. L{"o}ser},
Pages = {536-543},
Title = {Super-peer-based routing and clustering strategies for {RDF}-based peer-to-peer networks},
booktitle= {Proceedings of the 12th International Conference on World Wide Web (WWW2003)},
address = "Budapest, Hungary",
Year = 2003,
}
@article{PGW-2010,
Author = {A. Padmanabhan and S. Ghosh and S. Wang},
Journal = {J Grid Computing},
Pages = {365-389},
Publisher ={Springer},
Title = {A Self-Organized grouping ({SOG}) framework for efficient grid resource discovery},
Volume = 8,
Year = 2010,
}
end{filecontents}
documentclass{article}
usepackage[numbers]{natbib}
bibliographystyle{spbasic-nosort}
begin{document}
cite{PGW-2010} cite{NWS-2003}
bibliography{mytest}
end{document}
edited Apr 13 '17 at 12:35
Community♦
1
1
answered Nov 25 '15 at 19:30
MicoMico
286k32391779
286k32391779
add a comment |
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%2f280011%2fhow-to-make-numbered-and-ordered-references-for-a-paper-to-be-submitted-to-a-spr%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
i'm not sure it works for springer journals, but in other situations,
bibliographystyle{unsrt}
leaves the references in the same order as they're referred to in the text.– barbara beeton
Nov 25 '15 at 18:39
1
Whatever else you may decide to do, you must insert spaces between the first-name initials and the surnames.
– Mico
Nov 25 '15 at 18:41
See this answer for a discussion of how to go about modifying (a copy of) the bibliography style file so that alphabetical sorting is no longer performed. The answer in the link give above deals with the
apalike
bibliography style; however, the method described there is fully applicable to thespbasic
style as well.– Mico
Nov 25 '15 at 19:02