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

            Do these spellcasting foci from Xanathar's Guide to Everything have to be held in a hand?How do foci and somatic+material components interact when it comes to occupying a hand?Can you cast spells with a Somatic component if you're holding a two-handed weapon?Crafting an Improvised Spellcasting Focus?Can a multiclass Cleric/Warlock hold a Holy Shield and an Arcane Staff and still cast spells?Where should I report printing errors in Xanathar's Guide to Everything?Where can I purchase a legal Xanathar's Guide to Everything PDF?Can I use a hand holding a focus from one class to cover somatic components for a spell from another class?Do you need a “gameplay-wise” free hand to handle material components?Portent, as it relates to the Gambling downtime rules from Xanathar's Guide to EverythingWhat is the correct interpretation of the Gambling Results table in Xanathar's Guide to Everything?

            Can I stretch or expand an entire standalone document to fit the page? The Next CEO of Stack Overflow

            Why do some congregations only make noise at certain occasions of Haman?Purim and Shushan PurimParashat TzavSource to make noise when Haman's name is mentioned?Does anyone say not to make noise for Haman?Why is Megillat Esther the only one to receive a bracha after reading it?Why did Haman change his mind and decide to immediately hang Mordechai?Chazal empty barrels make the most noiseWhy is Megillat Esther the only Megillah that is still read from parchment?Why is v'acharei added in some siddurim?is there some significance in their relationship between Haman and Daniel?Why is only Purim to be celebrated “forever”?Why didn't Haman just kill Mordechai?