Organization/Group as author - getting the shorthand form rightUsing a 'corporate author' in the “author” field of a bibliographic entry (spelling out the name in full)Creating a new bibliography entry format for a clinical trialNatbib and website citationProblems with acm bibliographyHow to remove 'URL' prefixed before the URL in bibliographyBibliography customization, year as bib labelLyX: Url not showing in references using natbib and url packagesGetting square brackets inside bibtex year fieldcustomizing bst: edition numberProblem in rendering bibliography in ConTeXtBibTeX styles that use all the info that Zotero outputs to bib file for less common sources?

Can I rely on these GitHub repository files?

Could solar power be utilized and substitute coal in the 19th century?

In Star Trek IV, why did the Bounty go back to a time when whales were already rare?

What does 사자 in this picture means?

How can I successfully establish a nationwide combat training program for a large country?

The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?

Is there an wasy way to program in Tikz something like the one in the image?

Is exact Kanji stroke length important?

How to deal with or prevent idle in the test team?

Should a half Jewish man be discouraged from marrying a Jewess?

Golf game boilerplate

Can somebody explain Brexit in a few child-proof sentences?

Proving by induction of n. Is this correct until this point?

Lifted its hind leg on or lifted its hind leg towards?

What do you call the infoboxes with text and sometimes images on the side of a page we find in textbooks?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Giant Toughroad SLR 2 for 200 miles in two days, will it make it?

A known event to a history junkie

My boss asked me to take a one-day class, then signs it up as a day off

What if somebody invests in my application?

Is there a problem with hiding "forgot password" until it's needed?

Partial sums of primes

What (else) happened July 1st 1858 in London?

Does "Dominei" mean something?



Organization/Group as author - getting the shorthand form right


Using a 'corporate author' in the “author” field of a bibliographic entry (spelling out the name in full)Creating a new bibliography entry format for a clinical trialNatbib and website citationProblems with acm bibliographyHow to remove 'URL' prefixed before the URL in bibliographyBibliography customization, year as bib labelLyX: Url not showing in references using natbib and url packagesGetting square brackets inside bibtex year fieldcustomizing bst: edition numberProblem in rendering bibliography in ConTeXtBibTeX styles that use all the info that Zotero outputs to bib file for less common sources?













0















I'm using the alpha bibliography style in a document of mine. Now, I have the following entry in my .bib file:



@miscfoo,
key = Frobnicating the bar,
author = The Foo Team,
year = 2018,
note = urlhttps://www.foo.com/whatever



I'm not using natbib, nor biblatex nor anything like that. What I get is:




[tea18] The foo team. Frobincating the bar. https://www.foo.com/whatever




The entry is fine - except for the shorthand. I'm actually not sure what I even want it to be, but definitely not "tea" as though it was some person whose last name is "team".



Can I fix this somehow?










share|improve this question
















bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • In name fields you should write author = The Foo Team, to make sure the name is treated as a unit and not parsed as the name of a person with last name "Team" and first names "The Foo", see also tex.stackexchange.com/q/10808/35864. Since the alpha style gives author preference over the key field when producing labels for @misc I can't see a way to override the label if you want to stick to author (which probably makes sense).

    – moewe
    Sep 3 '18 at 13:12















0















I'm using the alpha bibliography style in a document of mine. Now, I have the following entry in my .bib file:



@miscfoo,
key = Frobnicating the bar,
author = The Foo Team,
year = 2018,
note = urlhttps://www.foo.com/whatever



I'm not using natbib, nor biblatex nor anything like that. What I get is:




[tea18] The foo team. Frobincating the bar. https://www.foo.com/whatever




The entry is fine - except for the shorthand. I'm actually not sure what I even want it to be, but definitely not "tea" as though it was some person whose last name is "team".



Can I fix this somehow?










share|improve this question
















bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • In name fields you should write author = The Foo Team, to make sure the name is treated as a unit and not parsed as the name of a person with last name "Team" and first names "The Foo", see also tex.stackexchange.com/q/10808/35864. Since the alpha style gives author preference over the key field when producing labels for @misc I can't see a way to override the label if you want to stick to author (which probably makes sense).

    – moewe
    Sep 3 '18 at 13:12













0












0








0








I'm using the alpha bibliography style in a document of mine. Now, I have the following entry in my .bib file:



@miscfoo,
key = Frobnicating the bar,
author = The Foo Team,
year = 2018,
note = urlhttps://www.foo.com/whatever



I'm not using natbib, nor biblatex nor anything like that. What I get is:




[tea18] The foo team. Frobincating the bar. https://www.foo.com/whatever




The entry is fine - except for the shorthand. I'm actually not sure what I even want it to be, but definitely not "tea" as though it was some person whose last name is "team".



Can I fix this somehow?










share|improve this question
















I'm using the alpha bibliography style in a document of mine. Now, I have the following entry in my .bib file:



@miscfoo,
key = Frobnicating the bar,
author = The Foo Team,
year = 2018,
note = urlhttps://www.foo.com/whatever



I'm not using natbib, nor biblatex nor anything like that. What I get is:




[tea18] The foo team. Frobincating the bar. https://www.foo.com/whatever




The entry is fine - except for the shorthand. I'm actually not sure what I even want it to be, but definitely not "tea" as though it was some person whose last name is "team".



Can I fix this somehow?







bibliographies bibtex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 24 at 5:49









Henri Menke

77.1k8170284




77.1k8170284










asked Aug 23 '18 at 20:55









einpoklumeinpoklum

4,94953582




4,94953582





bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • In name fields you should write author = The Foo Team, to make sure the name is treated as a unit and not parsed as the name of a person with last name "Team" and first names "The Foo", see also tex.stackexchange.com/q/10808/35864. Since the alpha style gives author preference over the key field when producing labels for @misc I can't see a way to override the label if you want to stick to author (which probably makes sense).

    – moewe
    Sep 3 '18 at 13:12

















  • In name fields you should write author = The Foo Team, to make sure the name is treated as a unit and not parsed as the name of a person with last name "Team" and first names "The Foo", see also tex.stackexchange.com/q/10808/35864. Since the alpha style gives author preference over the key field when producing labels for @misc I can't see a way to override the label if you want to stick to author (which probably makes sense).

    – moewe
    Sep 3 '18 at 13:12
















In name fields you should write author = The Foo Team, to make sure the name is treated as a unit and not parsed as the name of a person with last name "Team" and first names "The Foo", see also tex.stackexchange.com/q/10808/35864. Since the alpha style gives author preference over the key field when producing labels for @misc I can't see a way to override the label if you want to stick to author (which probably makes sense).

– moewe
Sep 3 '18 at 13:12





In name fields you should write author = The Foo Team, to make sure the name is treated as a unit and not parsed as the name of a person with last name "Team" and first names "The Foo", see also tex.stackexchange.com/q/10808/35864. Since the alpha style gives author preference over the key field when producing labels for @misc I can't see a way to override the label if you want to stick to author (which probably makes sense).

– moewe
Sep 3 '18 at 13:12










1 Answer
1






active

oldest

votes


















0














One option: Make "The Foo Team" an organization, not an author. You'll lose mention of them in the entry, but the shorthand should become [Fro18].






share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f447413%2forganization-group-as-author-getting-the-shorthand-form-right%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









    0














    One option: Make "The Foo Team" an organization, not an author. You'll lose mention of them in the entry, but the shorthand should become [Fro18].






    share|improve this answer



























      0














      One option: Make "The Foo Team" an organization, not an author. You'll lose mention of them in the entry, but the shorthand should become [Fro18].






      share|improve this answer

























        0












        0








        0







        One option: Make "The Foo Team" an organization, not an author. You'll lose mention of them in the entry, but the shorthand should become [Fro18].






        share|improve this answer













        One option: Make "The Foo Team" an organization, not an author. You'll lose mention of them in the entry, but the shorthand should become [Fro18].







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 23 '18 at 21:32









        einpoklumeinpoklum

        4,94953582




        4,94953582



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f447413%2forganization-group-as-author-getting-the-shorthand-form-right%23new-answer', 'question_page');

            );

            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







            Popular posts from this blog

            How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

            152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

            Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"