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?

Who must act to prevent Brexit on March 29th?

Meta programming: Declare a new struct on the fly

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

How do I rename a LINUX host without needing to reboot for the rename to take effect?

Is there an Impartial Brexit Deal comparison site?

Resetting two CD4017 counters simultaneously, only one resets

Word describing multiple paths to the same abstract outcome

Can a malicious addon access internet history and such in chrome/firefox?

Simulating a probability of 1 of 2^N with less than N random bits

Would it be legal for a US State to ban exports of a natural resource?

Invariance of results when scaling explanatory variables in logistic regression, is there a proof?

Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?

What was required to accept "troll"?

Installing PowerShell on 32-bit Kali OS fails

The most efficient algorithm to find all possible integer pairs which sum to a given integer

Partial sums of primes

How to color a zone in Tikz

What does 사자 in this picture means?

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

I2C signal and power over long range (10meter cable)

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

Is a naturally all "male" species possible?

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

"lassen" in meaning "sich fassen"



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 10 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 10 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 10 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 10 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

            Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

            Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

            Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm