Biblatex - how to use organization's acronym in in-text citation, and full name in the references?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I am referencing a data booklet, produced by the International Baccalaureate Organization. I wish to use the abbreviated in-text citation of:




(IBO, 2016)




However, I wish to have the full name in the references:




International Baccalaureate Organization (2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.




How do I do this?



A MWE:



documentclassarticle

usepackage[style=authoryear]biblatex % Referencing
bibliographytest.bib
renewcommand*nameyeardelimaddcommaspace

beginfilecontentstest.bib

@bookib,
author = International Baccalaureate Organization,
title = Physics data booklet,
publisher = International Baccalaureate Organization (UK) Ltd,
date = 2016-11,
location = Cardiff


endfilecontents

begindocument

Lorem ipsum parenciteib.

printbibliography
nocite*

enddocument


Which outputs:



enter image description here










share|improve this question























  • bibliography takes the file name without extension. So it should be bibliographytest in your example. Better yet, use addbibresource (with file extension).
    – moewe
    3 hours ago














up vote
1
down vote

favorite












I am referencing a data booklet, produced by the International Baccalaureate Organization. I wish to use the abbreviated in-text citation of:




(IBO, 2016)




However, I wish to have the full name in the references:




International Baccalaureate Organization (2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.




How do I do this?



A MWE:



documentclassarticle

usepackage[style=authoryear]biblatex % Referencing
bibliographytest.bib
renewcommand*nameyeardelimaddcommaspace

beginfilecontentstest.bib

@bookib,
author = International Baccalaureate Organization,
title = Physics data booklet,
publisher = International Baccalaureate Organization (UK) Ltd,
date = 2016-11,
location = Cardiff


endfilecontents

begindocument

Lorem ipsum parenciteib.

printbibliography
nocite*

enddocument


Which outputs:



enter image description here










share|improve this question























  • bibliography takes the file name without extension. So it should be bibliographytest in your example. Better yet, use addbibresource (with file extension).
    – moewe
    3 hours ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am referencing a data booklet, produced by the International Baccalaureate Organization. I wish to use the abbreviated in-text citation of:




(IBO, 2016)




However, I wish to have the full name in the references:




International Baccalaureate Organization (2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.




How do I do this?



A MWE:



documentclassarticle

usepackage[style=authoryear]biblatex % Referencing
bibliographytest.bib
renewcommand*nameyeardelimaddcommaspace

beginfilecontentstest.bib

@bookib,
author = International Baccalaureate Organization,
title = Physics data booklet,
publisher = International Baccalaureate Organization (UK) Ltd,
date = 2016-11,
location = Cardiff


endfilecontents

begindocument

Lorem ipsum parenciteib.

printbibliography
nocite*

enddocument


Which outputs:



enter image description here










share|improve this question















I am referencing a data booklet, produced by the International Baccalaureate Organization. I wish to use the abbreviated in-text citation of:




(IBO, 2016)




However, I wish to have the full name in the references:




International Baccalaureate Organization (2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.




How do I do this?



A MWE:



documentclassarticle

usepackage[style=authoryear]biblatex % Referencing
bibliographytest.bib
renewcommand*nameyeardelimaddcommaspace

beginfilecontentstest.bib

@bookib,
author = International Baccalaureate Organization,
title = Physics data booklet,
publisher = International Baccalaureate Organization (UK) Ltd,
date = 2016-11,
location = Cardiff


endfilecontents

begindocument

Lorem ipsum parenciteib.

printbibliography
nocite*

enddocument


Which outputs:



enter image description here







biblatex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









moewe

76.4k797290




76.4k797290










asked 3 hours ago









George Tian

1205




1205











  • bibliography takes the file name without extension. So it should be bibliographytest in your example. Better yet, use addbibresource (with file extension).
    – moewe
    3 hours ago
















  • bibliography takes the file name without extension. So it should be bibliographytest in your example. Better yet, use addbibresource (with file extension).
    – moewe
    3 hours ago















bibliography takes the file name without extension. So it should be bibliographytest in your example. Better yet, use addbibresource (with file extension).
– moewe
3 hours ago




bibliography takes the file name without extension. So it should be bibliographytest in your example. Better yet, use addbibresource (with file extension).
– moewe
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










That is exactly what shortauthor was made for.



documentclassarticle

usepackage[style=authoryear]biblatex
DeclareDelimFormatnameyeardelimaddcommaspace

beginfilecontentsjobname.bib
@bookib,
author = International Baccalaureate Organization,
shortauthor = IBU,
title = Physics data booklet,
publisher = International Baccalaureate Organization (UK) Ltd,
date = 2016-11,
location = Cardiff

endfilecontents
addbibresourcejobname.bib

begindocument
Lorem ipsum parenciteib.

printbibliography
enddocument


Lorem ipsum (IBU, 2016).//References//International Baccalaureate Organization (Nov. 2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.






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',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    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%2f452054%2fbiblatex-how-to-use-organizations-acronym-in-in-text-citation-and-full-name%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    That is exactly what shortauthor was made for.



    documentclassarticle

    usepackage[style=authoryear]biblatex
    DeclareDelimFormatnameyeardelimaddcommaspace

    beginfilecontentsjobname.bib
    @bookib,
    author = International Baccalaureate Organization,
    shortauthor = IBU,
    title = Physics data booklet,
    publisher = International Baccalaureate Organization (UK) Ltd,
    date = 2016-11,
    location = Cardiff

    endfilecontents
    addbibresourcejobname.bib

    begindocument
    Lorem ipsum parenciteib.

    printbibliography
    enddocument


    Lorem ipsum (IBU, 2016).//References//International Baccalaureate Organization (Nov. 2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.






    share|improve this answer
























      up vote
      2
      down vote



      accepted










      That is exactly what shortauthor was made for.



      documentclassarticle

      usepackage[style=authoryear]biblatex
      DeclareDelimFormatnameyeardelimaddcommaspace

      beginfilecontentsjobname.bib
      @bookib,
      author = International Baccalaureate Organization,
      shortauthor = IBU,
      title = Physics data booklet,
      publisher = International Baccalaureate Organization (UK) Ltd,
      date = 2016-11,
      location = Cardiff

      endfilecontents
      addbibresourcejobname.bib

      begindocument
      Lorem ipsum parenciteib.

      printbibliography
      enddocument


      Lorem ipsum (IBU, 2016).//References//International Baccalaureate Organization (Nov. 2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.






      share|improve this answer






















        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        That is exactly what shortauthor was made for.



        documentclassarticle

        usepackage[style=authoryear]biblatex
        DeclareDelimFormatnameyeardelimaddcommaspace

        beginfilecontentsjobname.bib
        @bookib,
        author = International Baccalaureate Organization,
        shortauthor = IBU,
        title = Physics data booklet,
        publisher = International Baccalaureate Organization (UK) Ltd,
        date = 2016-11,
        location = Cardiff

        endfilecontents
        addbibresourcejobname.bib

        begindocument
        Lorem ipsum parenciteib.

        printbibliography
        enddocument


        Lorem ipsum (IBU, 2016).//References//International Baccalaureate Organization (Nov. 2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.






        share|improve this answer












        That is exactly what shortauthor was made for.



        documentclassarticle

        usepackage[style=authoryear]biblatex
        DeclareDelimFormatnameyeardelimaddcommaspace

        beginfilecontentsjobname.bib
        @bookib,
        author = International Baccalaureate Organization,
        shortauthor = IBU,
        title = Physics data booklet,
        publisher = International Baccalaureate Organization (UK) Ltd,
        date = 2016-11,
        location = Cardiff

        endfilecontents
        addbibresourcejobname.bib

        begindocument
        Lorem ipsum parenciteib.

        printbibliography
        enddocument


        Lorem ipsum (IBU, 2016).//References//International Baccalaureate Organization (Nov. 2016). Physics data booklet. Cardiff: International Baccalaureate Organization (UK) Ltd.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        moewe

        76.4k797290




        76.4k797290



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452054%2fbiblatex-how-to-use-organizations-acronym-in-in-text-citation-and-full-name%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What does second last employer means? [closed]

            List of Gilmore Girls characters

            One-line joke