Elsarticle - 書誌

Elsarticle - 書誌

elsarticle tex ドキュメントをコンパイルしようとしています。

\documentclass[preprint,review,12pt]{elsarticle}
\begin{document}
\section{References}
\bibliographystyle{model1-num-names}
\bibliography{sample}
\end{document} 

1年経っていない記事を参照したいのですが、sample.bibでは、

@article{JG,
author    = "J. Gindele and W. Novak and P. Fietkau and P. Neuwirth and W. Leitermann",
title     = "The Transaxle Powertrain of the Mercedes-AMG Sports Cars",
} 

問題は、記事の年に関連する質問ポイントがある参考文献のセクションにあります

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

私も使った

@misc{JG,
author    = "J. Gindele and W. Novak and P. Fietkau and P. Neuwirth and W. Leitermann",
title     = "The Transaxle Powertrain of the Mercedes-AMG Sports Cars",
}

しかし、私も同じ問題を抱えています。どうすればこの質問ポイントを年の場所から削除できますか?

関連情報