Nome do periódico não aparece na bibliografia

Nome do periódico não aparece na bibliografia

Usando LuaLaTeX e biber com Texmaker em um Mac

Ao citar um artigo como o seguinte, tudo na bibliografia é impresso corretamente apenas oNome do diárionão é impresso de forma alguma. Deve ser exibido após "In:" Não tenho ideia de por que isso acontece, para outros identificadores como @bookou @inproceedingsestá funcionando bem.

[1] Woodland, S., Crocombe, AD, Chew, JW und Mills, SJ: Um novo método para medir a condutância de contato térmico - técnica experimental e resultados. In: 133,7 (07/2011), S. 071601. doi: 10.1115/1.4001770 (s. S. 2).

@article{woodland_new_2011,
    title = {A {New} {Method} for {Measuring} {Thermal} {Contact} {Conductance}—{Experimental} {Technique} and {Results}},
    volume = {133},
    issn = {0742-4795, 1528-8919},
    url = {https://asmedigitalcollection.asme.org/gasturbinespower/article/doi/10.1115/1.4001770/466203/A-New-Method-for-Measuring-Thermal-Contact},
    doi = {10.1115/1.4001770},
    abstract = {Thermal contact conductance (TCC) is used to characterize heat transfer across interfaces in contact. },
    language = {en},
    number = {7},
    urldate = {2020-04-29},
    journal = {Journal of Engineering for Gas Turbines and Power},
    author = {Woodland, Simon and Crocombe, Andrew D. and Chew, John W. and Mills, Stephen J.},
    month = jul,
    year = {2011},
    pages = {071601},
    file = {Submitted Version:/Users/hanneshenglein/Zotero/storage/7MGEHYCI/Woodland et al. - 2011 - A New Method for Measuring Thermal Contact Conduct.pdf:application/pdf}
}

Bibmacro redefinido

 %% Only used by article driver: Journal Volume.Number (date)
 \newbibmacro*{journal+volume+date}{%
  \usebibmacro{journal}%
  \setunit*{\addspace}%
  \iffieldundef{series}
   {}
   {%
    \newunit
    \printfield{series}%
    \setunit{\addspace}%
   }
  \usebibmacro{volume+number+eid}%
  \setunit{\addspace}%
  \usebibmacro{date}%
  \newunit
 }

Driver para artigos:

\DeclareBibliographyDriver{article}{%
  \usebibmacro{bibindex}%
  \usebibmacro{begentry}%
  \usebibmacro{author}%
  \setunit{\printdelim{nametitledelim}}\newblock
  \usebibmacro{title}%
  \newunit\newblock
  \usebibmacro{in:}%
  \usebibmacro{journal+volume+date}%
  \usebibmacro{pages}%
  %\usebibmacro{note}%
  \newunit\newblock
  %\iftoggle{bbx:isbn}
   %{\printfield{issn}}
   %{}%
  \newunit\newblock
  \usebibmacro{doi+eprint+url}%
  \setunit{\bibpagerefpunct}\newblock
  \usebibmacro{pageref}%
  \newunit\newblock
  \iftoggle{bbx:related}
   {\usebibmacro{related:init}%
    \usebibmacro{related}}
   {}%
  \usebibmacro{finentry}
 }

informação relacionada