How to generate the final reference with "et al." in latex?

Viewed 32

I want to make the final Reference for the draft thesis in "First author et al., paper title, (Journal Name, Volume, Year) [DOI (in hyperlink mode)]" format.

Can anyone please help me to solve this issue? Many Thanks in advance!

My draft code is as follows:

\documentclass[12pt,a4paper, twoside]{report}
\usepackage[square,sort,sort&compress,numbers]{natbib}
\bibliographystyle{unsrtnat}
Electronic structures \cite{ref1}...
\bibliography{mybib}
\end{document}

The output with the code is like this:

Electronic structures [1]...

and the Reference as:

[1] Susmita Changdar, S. Aswartham, Anumita Bose, Y. Kushnirenko, G. Shipunov, N. C. Plumb, M. Shi, Awadhesh Narayan, B. Büchner, and S. Thirupathaiah. Electronic structure studies of FeSi: A chiral topological system. Phys. Rev. B, 101, 235105 (2020)

However, I want the final references as:

[1] Changdar et al., Electronic structure studies of FeSi: A chiral topological system. Phys. Rev. B, 101, 235105 (2020).

The 'mybib' file is as follows:

@article{ref1,
title = {Electronic structure studies of FeSi: A chiral topological system},
author = {Changdar, Susmita and Aswartham, S. and Bose, Anumita and Kushnirenko, Y. and Shipunov, G. and Plumb, N. C. and Shi, M. and Narayan, Awadhesh and B\"uchner, B. and Thirupathaiah, S.},
journal = {Phys. Rev. B},
volume = {101},
issue = {23},
pages = {235105},
pages = {8},
year = {2020},
doi = {10.1103/PhysRevB.101.235105},
url = {https://link.aps.org/doi/10.1103/PhysRevB.101.235105}    }
0 Answers
Related