In my manuscript (apa6) I'm citing a report by the World Health Organisation. The .bib-file entry looks like this:
@techreport{WHO_2001,
Author = {World Health Organization},
Address = {Genf, Schweiz},
Title = {The world health report 2001 - {Mental} Health: {New} Understanding, New Hope},
Url = {http://www.who.int/whr/2001/en/index.html},
Urldate = {2012-3-7},
Year = {2001}
}
The manuscirpt has to adhere to APA style guide 6th ed., which states that recognizable abbreviations for authoring organisations should be used. The first time I'm citing this book in the text, it should look like this:
Foo bar (World Health Organization [WHO], 2001).
Subsequent citations should look like this:
Foo bar (WHO, 2001).
Is there an easy way to do this?
This is my preamble:
\documentclass[doc]{apa6}
\usepackage[ngerman]{babel}
\usepackage[style=apa,sortcites=true]{biblatex}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} % Umlaute
\usepackage{csquotes}
\DeclareLanguageMapping{ngerman}{ngerman-apa}
