TransWikia.com

Assistance: Website referencing in IEEE style having no author name only website or organization name using Biber in latex

TeX - LaTeX Asked by Sher khan on March 3, 2021

I want to print an online reference (website) exactly as below:

RedHat Corporation. Understanding Virtualization. Accessed:
Mar. 21, 2019. [Online]. Available: https://www.redhat.com/en/
topics/virtualization.

I am trying .bib entries with @misc, @electronic, and @online (using Biber) unfortunately, I am unable to print the reference as shown above.

I would appreciate if someone can provide .bib entries for printing different form of online website referencing for instance with author or without author name, and if an online reference has a publication date (website text with date mentioned).

2 Answers

Finally, after some research I have a solution to my own question.

documentclass{article} usepackage{xurl} usepackage[backend=biber,style=ieee,sorting=none]{biblatex} addbibresource{reference.bib} DeclareFieldFormat*{title}{#1} begin{document} cite{Red} printbibliography end{document}


Biblatex Entry: @misc{Red, title= {{RedHat Corporation.} textit{Understanding Virtualization.}}, url ="https://www.redhat.com/en/topics/virtualization", month = "", year = "", note= "Accessed: Mar. 21, 2019", }

Output: enter image description here

Correct answer by Sher khan on March 3, 2021

With no MWE is very difficult to figure out exactly what you want, but maybe this could be useful as a starting point:

documentclass{article}
usepackage{xurl}
usepackage[backend=biber,urldate=long]{biblatex}
addbibresource{MyBib.bib}

DeclareFieldFormat*{title}{#1}

begin{document}
cite{RedHat}
printbibliography
end{document}

The content of the MyBib.bib file is:

@online{RedHat,
  title = {Red Hat corporation},
  subtitle = {Understandig Virtualization},
  url = {https://www.redhat.com/en},
  urldate = {2019-03-21}
}

The resulting output: enter image description here

Answered by Luis Turcio on March 3, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP