Customized cross-reference in a @misc entry type
I am using biblatex-chicago.
I would need to cite this very odd bibliographic item — an online-posted supplement to an article published in a peer-reviewed journal.
I think it is only fair to assume that this is one of a kind and that there are no stylistic guidelines for citing this kind of beast, not even in the CMS. For this reason, i opted for a @misc entry type.
As to the way it should look in the bibliography, I think it would be appropriate to adopt the citing style reported in the top-right corner of the article linked above:
Online Teaching Exercises to accompany David Collier (2001), “Understanding Process Tracing.” PS: Political Science and Politics 44(4): 823-30.
I would normally include all this in a titleaddon, addendum, or note field.
However, I already have an entry for the 2011 article that the teaching exercises accompany. It would be nice to use the crossref field so that the entry would look something like the following in the bibliography:
… Online Teaching Exercises to accompany Collier (2011).
with a hyperlinked year that links to the appropriate bibliographic entry.
Any ideas how to achieve this?
Here's a MWEB:
documentclass[11pt,a4paper,oneside,notitlepage]{book}
usepackage[authordate,backend=biber,cmsdate=both,useprefix=false,ibidtracker=false]{biblatex-chicago}
addbibresource{jobname.bib}
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@article{collier:understanding_process_tracing,
author = {Collier, David},
title = {Understanding Process Tracing},
journaltitle = {PS: Political Science & Politics},
year = 2011,
volume = {44},
number = {4},
pages = {823--830},
}
@misc{collier:teaching_process_tracing,
author = {Collier, David},
title = {Teaching Process Tracing},
subtitle = {Exercises and Examples},
titleaddon = {Online Teaching Exercises to accompany textcite{collier:understanding_process_tracing}},
year = 2011,
pages = {1--15},
}
end{filecontents}
begin{document}
parencite{collier:understanding_process_tracing,collier:teaching_process_tracing,}
printbibliography
end{document}
This gives the desired result, but I thought that using crossref or some related field would be more elegant.
citing biblatex-chicago
|
show 1 more comment
I am using biblatex-chicago.
I would need to cite this very odd bibliographic item — an online-posted supplement to an article published in a peer-reviewed journal.
I think it is only fair to assume that this is one of a kind and that there are no stylistic guidelines for citing this kind of beast, not even in the CMS. For this reason, i opted for a @misc entry type.
As to the way it should look in the bibliography, I think it would be appropriate to adopt the citing style reported in the top-right corner of the article linked above:
Online Teaching Exercises to accompany David Collier (2001), “Understanding Process Tracing.” PS: Political Science and Politics 44(4): 823-30.
I would normally include all this in a titleaddon, addendum, or note field.
However, I already have an entry for the 2011 article that the teaching exercises accompany. It would be nice to use the crossref field so that the entry would look something like the following in the bibliography:
… Online Teaching Exercises to accompany Collier (2011).
with a hyperlinked year that links to the appropriate bibliographic entry.
Any ideas how to achieve this?
Here's a MWEB:
documentclass[11pt,a4paper,oneside,notitlepage]{book}
usepackage[authordate,backend=biber,cmsdate=both,useprefix=false,ibidtracker=false]{biblatex-chicago}
addbibresource{jobname.bib}
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@article{collier:understanding_process_tracing,
author = {Collier, David},
title = {Understanding Process Tracing},
journaltitle = {PS: Political Science & Politics},
year = 2011,
volume = {44},
number = {4},
pages = {823--830},
}
@misc{collier:teaching_process_tracing,
author = {Collier, David},
title = {Teaching Process Tracing},
subtitle = {Exercises and Examples},
titleaddon = {Online Teaching Exercises to accompany textcite{collier:understanding_process_tracing}},
year = 2011,
pages = {1--15},
}
end{filecontents}
begin{document}
parencite{collier:understanding_process_tracing,collier:teaching_process_tracing,}
printbibliography
end{document}
This gives the desired result, but I thought that using crossref or some related field would be more elegant.
citing biblatex-chicago
1
Please post a MWEB (minimal working example with bibliography) people can work with.
– cfr
Jul 31 '18 at 2:27
1
Why can't you just use e.g.textcite{}in the note field or whatever? Thecrossreffield isn't right for this.
– cfr
Jul 31 '18 at 2:28
@cfr I most certainly can. I just thought there should be a more elegant solution that usescrossrefor the like. I will post a MWEB in a minute.
– poxx
Jul 31 '18 at 8:30
My best bet would be therelatedfunction. But since there is no pre-builtrelatedfor "supplementary material to an article" or the like, it would need some new definitions. Not sure how easy they are to get right withbiblatex-chicago.
– moewe
Jul 31 '18 at 9:12
I guess I'll stick withtextcite{}insidetitleaddonthen.
– poxx
Jul 31 '18 at 15:28
|
show 1 more comment
I am using biblatex-chicago.
I would need to cite this very odd bibliographic item — an online-posted supplement to an article published in a peer-reviewed journal.
I think it is only fair to assume that this is one of a kind and that there are no stylistic guidelines for citing this kind of beast, not even in the CMS. For this reason, i opted for a @misc entry type.
As to the way it should look in the bibliography, I think it would be appropriate to adopt the citing style reported in the top-right corner of the article linked above:
Online Teaching Exercises to accompany David Collier (2001), “Understanding Process Tracing.” PS: Political Science and Politics 44(4): 823-30.
I would normally include all this in a titleaddon, addendum, or note field.
However, I already have an entry for the 2011 article that the teaching exercises accompany. It would be nice to use the crossref field so that the entry would look something like the following in the bibliography:
… Online Teaching Exercises to accompany Collier (2011).
with a hyperlinked year that links to the appropriate bibliographic entry.
Any ideas how to achieve this?
Here's a MWEB:
documentclass[11pt,a4paper,oneside,notitlepage]{book}
usepackage[authordate,backend=biber,cmsdate=both,useprefix=false,ibidtracker=false]{biblatex-chicago}
addbibresource{jobname.bib}
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@article{collier:understanding_process_tracing,
author = {Collier, David},
title = {Understanding Process Tracing},
journaltitle = {PS: Political Science & Politics},
year = 2011,
volume = {44},
number = {4},
pages = {823--830},
}
@misc{collier:teaching_process_tracing,
author = {Collier, David},
title = {Teaching Process Tracing},
subtitle = {Exercises and Examples},
titleaddon = {Online Teaching Exercises to accompany textcite{collier:understanding_process_tracing}},
year = 2011,
pages = {1--15},
}
end{filecontents}
begin{document}
parencite{collier:understanding_process_tracing,collier:teaching_process_tracing,}
printbibliography
end{document}
This gives the desired result, but I thought that using crossref or some related field would be more elegant.
citing biblatex-chicago
I am using biblatex-chicago.
I would need to cite this very odd bibliographic item — an online-posted supplement to an article published in a peer-reviewed journal.
I think it is only fair to assume that this is one of a kind and that there are no stylistic guidelines for citing this kind of beast, not even in the CMS. For this reason, i opted for a @misc entry type.
As to the way it should look in the bibliography, I think it would be appropriate to adopt the citing style reported in the top-right corner of the article linked above:
Online Teaching Exercises to accompany David Collier (2001), “Understanding Process Tracing.” PS: Political Science and Politics 44(4): 823-30.
I would normally include all this in a titleaddon, addendum, or note field.
However, I already have an entry for the 2011 article that the teaching exercises accompany. It would be nice to use the crossref field so that the entry would look something like the following in the bibliography:
… Online Teaching Exercises to accompany Collier (2011).
with a hyperlinked year that links to the appropriate bibliographic entry.
Any ideas how to achieve this?
Here's a MWEB:
documentclass[11pt,a4paper,oneside,notitlepage]{book}
usepackage[authordate,backend=biber,cmsdate=both,useprefix=false,ibidtracker=false]{biblatex-chicago}
addbibresource{jobname.bib}
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@article{collier:understanding_process_tracing,
author = {Collier, David},
title = {Understanding Process Tracing},
journaltitle = {PS: Political Science & Politics},
year = 2011,
volume = {44},
number = {4},
pages = {823--830},
}
@misc{collier:teaching_process_tracing,
author = {Collier, David},
title = {Teaching Process Tracing},
subtitle = {Exercises and Examples},
titleaddon = {Online Teaching Exercises to accompany textcite{collier:understanding_process_tracing}},
year = 2011,
pages = {1--15},
}
end{filecontents}
begin{document}
parencite{collier:understanding_process_tracing,collier:teaching_process_tracing,}
printbibliography
end{document}
This gives the desired result, but I thought that using crossref or some related field would be more elegant.
citing biblatex-chicago
citing biblatex-chicago
edited 10 hours ago
poxx
asked Jul 30 '18 at 23:30
poxxpoxx
16910
16910
1
Please post a MWEB (minimal working example with bibliography) people can work with.
– cfr
Jul 31 '18 at 2:27
1
Why can't you just use e.g.textcite{}in the note field or whatever? Thecrossreffield isn't right for this.
– cfr
Jul 31 '18 at 2:28
@cfr I most certainly can. I just thought there should be a more elegant solution that usescrossrefor the like. I will post a MWEB in a minute.
– poxx
Jul 31 '18 at 8:30
My best bet would be therelatedfunction. But since there is no pre-builtrelatedfor "supplementary material to an article" or the like, it would need some new definitions. Not sure how easy they are to get right withbiblatex-chicago.
– moewe
Jul 31 '18 at 9:12
I guess I'll stick withtextcite{}insidetitleaddonthen.
– poxx
Jul 31 '18 at 15:28
|
show 1 more comment
1
Please post a MWEB (minimal working example with bibliography) people can work with.
– cfr
Jul 31 '18 at 2:27
1
Why can't you just use e.g.textcite{}in the note field or whatever? Thecrossreffield isn't right for this.
– cfr
Jul 31 '18 at 2:28
@cfr I most certainly can. I just thought there should be a more elegant solution that usescrossrefor the like. I will post a MWEB in a minute.
– poxx
Jul 31 '18 at 8:30
My best bet would be therelatedfunction. But since there is no pre-builtrelatedfor "supplementary material to an article" or the like, it would need some new definitions. Not sure how easy they are to get right withbiblatex-chicago.
– moewe
Jul 31 '18 at 9:12
I guess I'll stick withtextcite{}insidetitleaddonthen.
– poxx
Jul 31 '18 at 15:28
1
1
Please post a MWEB (minimal working example with bibliography) people can work with.
– cfr
Jul 31 '18 at 2:27
Please post a MWEB (minimal working example with bibliography) people can work with.
– cfr
Jul 31 '18 at 2:27
1
1
Why can't you just use e.g.
textcite{} in the note field or whatever? The crossref field isn't right for this.– cfr
Jul 31 '18 at 2:28
Why can't you just use e.g.
textcite{} in the note field or whatever? The crossref field isn't right for this.– cfr
Jul 31 '18 at 2:28
@cfr I most certainly can. I just thought there should be a more elegant solution that uses
crossref or the like. I will post a MWEB in a minute.– poxx
Jul 31 '18 at 8:30
@cfr I most certainly can. I just thought there should be a more elegant solution that uses
crossref or the like. I will post a MWEB in a minute.– poxx
Jul 31 '18 at 8:30
My best bet would be the
related function. But since there is no pre-built related for "supplementary material to an article" or the like, it would need some new definitions. Not sure how easy they are to get right with biblatex-chicago.– moewe
Jul 31 '18 at 9:12
My best bet would be the
related function. But since there is no pre-built related for "supplementary material to an article" or the like, it would need some new definitions. Not sure how easy they are to get right with biblatex-chicago.– moewe
Jul 31 '18 at 9:12
I guess I'll stick with
textcite{} inside titleaddon then.– poxx
Jul 31 '18 at 15:28
I guess I'll stick with
textcite{} inside titleaddon then.– poxx
Jul 31 '18 at 15:28
|
show 1 more comment
0
active
oldest
votes
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%2f443919%2fcustomized-cross-reference-in-a-misc-entry-type%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f443919%2fcustomized-cross-reference-in-a-misc-entry-type%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
Please post a MWEB (minimal working example with bibliography) people can work with.
– cfr
Jul 31 '18 at 2:27
1
Why can't you just use e.g.
textcite{}in the note field or whatever? Thecrossreffield isn't right for this.– cfr
Jul 31 '18 at 2:28
@cfr I most certainly can. I just thought there should be a more elegant solution that uses
crossrefor the like. I will post a MWEB in a minute.– poxx
Jul 31 '18 at 8:30
My best bet would be the
relatedfunction. But since there is no pre-builtrelatedfor "supplementary material to an article" or the like, it would need some new definitions. Not sure how easy they are to get right withbiblatex-chicago.– moewe
Jul 31 '18 at 9:12
I guess I'll stick with
textcite{}insidetitleaddonthen.– poxx
Jul 31 '18 at 15:28