I want to get online references to appears as [Gaz14-ol] or [MQT21-ol] or [GPP+20-ol] while i get [Gaz14] or [MQT21].
@misc{Latex5,
author = {Gazebo},
title = {{Open Source Robotics Foundation}},
howpublished = "\url{http://gazebosim.org/}",
year = {2014},
note = "[Online; accessed 04-Apr-2021]"
}
@misc{Latex6,
author = {MQTT},
title = {{The Standard for IoT Messaging}},
howpublished = "\url{https://mqtt.org/}",
year = {2021},
note = "[Online; accessed 04-Apr-2021]"
}
I am using texstudio, and bibliographystyle{literature/myalphadin} bibliography style alphadin and bibgerm package. A very short sample of how my document looks like:
\usepackage{bibgerm}
\begin{document}
\restoregeometry
\bibliographystyle{literature/myalphadin}
\bibliography{literature/literature}
\nocite{*}
\rmfamily
\end{document}
Usually the citation takes the first 3 author surname, followed by the year. However, for online citations i need a -ol at the end. Any suggestions or leads about how to get this will be very helpful.
The template I am using can be found here:- https://drive.google.com/drive/folders/1G6uWvW-j13BUo9xG07Vl2NTSqjWOyEF2?usp=sharing
Alphadin.bst file: https://drive.google.com/file/d/1_QQXf8QufsvXpd65z5UNY7cczGBu9mGE/view?usp=sharing