参考文献の著者名を太字にしますか?

参考文献の著者名を太字にしますか?

著者名と年号の参考文献を太字にし、2 行目をインデントしたいのですが、ご指導ください。

\documentclass[a4paper]{book}

\begin{document}
text \cite{1} \cite{1}


\bibliographystyle{plain} 
\bibliography{reference}
\end{document}

参照:

[![@book{1,
title={Vibrations of soils and foundations},
author={E Richart, F},
year={1970},
publisher={Printed in the United States of America}
}
@article{5,
title={On the partition of energy between elastic waves in a semi-infinite solid},
author={Miller, GF and Pursey, H and Bullard, Edward Crisp},
journal={Proceedings of the Royal Society of London. Series A. Mathematical and Physical Sciences},
volume={233},
number={1192},
pages={55--69},
year={1955},
publisher={The Royal Society London}
}

ここに画像の説明を入力してください

関連情報