BibTeX-Thesis supervisor
I am new in BibTeX
and I would like to ask a question. I want to define entry supervisor to a thesis like this:
@thesis{ID,
author = {author},
title = {name},
year = {year},
address = {Brno},
type = {type},
pages = {pages},
school = {school},
supervisor = {supervisor},
}
The result should look like this: Author. Name. Adress, year, pages. Type. School. "Thesis supervisor" (string) Supervisor (entry).
The code of the function looks like this:
FUNCTION {thesis}
{ output.bibitem
format.authors "author" output.check
new.block
format.btitle
"title" output.check
new.block
address "address" bibinfo.check output
format.date "year" output.check
format.thesis.pages output
new.block
bbl.bcthesis format.thesis.type output.nonnull
new.block
school "school" bibinfo.warn output
new.block
format.doi output
new.block
format.url output
new.block
format.note output
}
Can please to have an help to implement it the style file?
bibtex
add a comment |
I am new in BibTeX
and I would like to ask a question. I want to define entry supervisor to a thesis like this:
@thesis{ID,
author = {author},
title = {name},
year = {year},
address = {Brno},
type = {type},
pages = {pages},
school = {school},
supervisor = {supervisor},
}
The result should look like this: Author. Name. Adress, year, pages. Type. School. "Thesis supervisor" (string) Supervisor (entry).
The code of the function looks like this:
FUNCTION {thesis}
{ output.bibitem
format.authors "author" output.check
new.block
format.btitle
"title" output.check
new.block
address "address" bibinfo.check output
format.date "year" output.check
format.thesis.pages output
new.block
bbl.bcthesis format.thesis.type output.nonnull
new.block
school "school" bibinfo.warn output
new.block
format.doi output
new.block
format.url output
new.block
format.note output
}
Can please to have an help to implement it the style file?
bibtex
2
You can use the optionalnote
field. By the way, is the thesis supervisor a needed detail?
– egreg
Mar 1 at 21:06
I've never before come across thesis bibliographic items that listed the supervisor(s) of somebody's thesis. Are you concerned that their could be two (or more) John Smiths out there who each wrote a thesis with the exact same title and year from the same university -- necessitating asupervisor
field in order for readers to differentiate between them?
– Mico
Mar 1 at 21:34
It's not a needed detail, but I would like to used it.
– Michal Nytra
Mar 1 at 22:08
add a comment |
I am new in BibTeX
and I would like to ask a question. I want to define entry supervisor to a thesis like this:
@thesis{ID,
author = {author},
title = {name},
year = {year},
address = {Brno},
type = {type},
pages = {pages},
school = {school},
supervisor = {supervisor},
}
The result should look like this: Author. Name. Adress, year, pages. Type. School. "Thesis supervisor" (string) Supervisor (entry).
The code of the function looks like this:
FUNCTION {thesis}
{ output.bibitem
format.authors "author" output.check
new.block
format.btitle
"title" output.check
new.block
address "address" bibinfo.check output
format.date "year" output.check
format.thesis.pages output
new.block
bbl.bcthesis format.thesis.type output.nonnull
new.block
school "school" bibinfo.warn output
new.block
format.doi output
new.block
format.url output
new.block
format.note output
}
Can please to have an help to implement it the style file?
bibtex
I am new in BibTeX
and I would like to ask a question. I want to define entry supervisor to a thesis like this:
@thesis{ID,
author = {author},
title = {name},
year = {year},
address = {Brno},
type = {type},
pages = {pages},
school = {school},
supervisor = {supervisor},
}
The result should look like this: Author. Name. Adress, year, pages. Type. School. "Thesis supervisor" (string) Supervisor (entry).
The code of the function looks like this:
FUNCTION {thesis}
{ output.bibitem
format.authors "author" output.check
new.block
format.btitle
"title" output.check
new.block
address "address" bibinfo.check output
format.date "year" output.check
format.thesis.pages output
new.block
bbl.bcthesis format.thesis.type output.nonnull
new.block
school "school" bibinfo.warn output
new.block
format.doi output
new.block
format.url output
new.block
format.note output
}
Can please to have an help to implement it the style file?
bibtex
bibtex
edited Mar 1 at 20:52
Sebastiano
10.7k42163
10.7k42163
asked Mar 1 at 20:48
Michal NytraMichal Nytra
1
1
2
You can use the optionalnote
field. By the way, is the thesis supervisor a needed detail?
– egreg
Mar 1 at 21:06
I've never before come across thesis bibliographic items that listed the supervisor(s) of somebody's thesis. Are you concerned that their could be two (or more) John Smiths out there who each wrote a thesis with the exact same title and year from the same university -- necessitating asupervisor
field in order for readers to differentiate between them?
– Mico
Mar 1 at 21:34
It's not a needed detail, but I would like to used it.
– Michal Nytra
Mar 1 at 22:08
add a comment |
2
You can use the optionalnote
field. By the way, is the thesis supervisor a needed detail?
– egreg
Mar 1 at 21:06
I've never before come across thesis bibliographic items that listed the supervisor(s) of somebody's thesis. Are you concerned that their could be two (or more) John Smiths out there who each wrote a thesis with the exact same title and year from the same university -- necessitating asupervisor
field in order for readers to differentiate between them?
– Mico
Mar 1 at 21:34
It's not a needed detail, but I would like to used it.
– Michal Nytra
Mar 1 at 22:08
2
2
You can use the optional
note
field. By the way, is the thesis supervisor a needed detail?– egreg
Mar 1 at 21:06
You can use the optional
note
field. By the way, is the thesis supervisor a needed detail?– egreg
Mar 1 at 21:06
I've never before come across thesis bibliographic items that listed the supervisor(s) of somebody's thesis. Are you concerned that their could be two (or more) John Smiths out there who each wrote a thesis with the exact same title and year from the same university -- necessitating a
supervisor
field in order for readers to differentiate between them?– Mico
Mar 1 at 21:34
I've never before come across thesis bibliographic items that listed the supervisor(s) of somebody's thesis. Are you concerned that their could be two (or more) John Smiths out there who each wrote a thesis with the exact same title and year from the same university -- necessitating a
supervisor
field in order for readers to differentiate between them?– Mico
Mar 1 at 21:34
It's not a needed detail, but I would like to used it.
– Michal Nytra
Mar 1 at 22:08
It's not a needed detail, but I would like to used it.
– Michal Nytra
Mar 1 at 22:08
add a 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%2f477360%2fbibtex-thesis-supervisor%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%2f477360%2fbibtex-thesis-supervisor%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
2
You can use the optional
note
field. By the way, is the thesis supervisor a needed detail?– egreg
Mar 1 at 21:06
I've never before come across thesis bibliographic items that listed the supervisor(s) of somebody's thesis. Are you concerned that their could be two (or more) John Smiths out there who each wrote a thesis with the exact same title and year from the same university -- necessitating a
supervisor
field in order for readers to differentiate between them?– Mico
Mar 1 at 21:34
It's not a needed detail, but I would like to used it.
– Michal Nytra
Mar 1 at 22:08