@article{article_{{$document->id}}, address = { {{$document->fieldValue("publisher-place")}} }, edition = { {{$document->fieldValue("edition")}} }, type = { {{$document->fieldValue("printType")}} }, series = { {{$document->fieldValue("collection-title")}} }, title = { {{$document->title}} }, volume = { {{$document->fieldValue("volume")}} }, copyright = { {{$document->fieldValue("copyright")}} }, isbn = { {{$document->fieldValue("ISBN")}} }, shorttitle = { {{$document->fieldValue("shortTitle")}} }, url = { {{$document->fieldValue("URL")}} }, abstract = { {{$document->fieldValue("abstract")}} }, language = { {{$document->fieldValue("language")}} }, number = { {{$document->fieldValue("collection-number")}} }, publisher = { {{$document->fieldValue("publisher")}} }, @component('outputs.bibtex.components.creators', ['document' => $document]) @endcomponent @component('outputs.bibtex.components.issued', ['document' => $document]) @endcomponent note = { {{$document->fieldValue("note")}} } }