% more bibtex examples: https://libguides.nps.edu/citation/bibtex

@book{cicero45finibus,
  author         = {Cicero, Marcus Tullius},
  title          = {De Finibus Bonorum Et Malorum},
  edition        = {},
  series         = {},
  publisher      = {},
  year           = {45 BCE},
  url            = {},
}

% @article{key,
%   author          = {},
%   journal         = {},
%   number          = {},
%   title           = {},
%   volume          = {},
%   year            = {},
%   doi             = {},
% }

% @online{key,
%   author          = {},
%   title           = {},
%   year            = {},
%   url             = {},
%   urldate         = {},
% }

% @techreport{IEEE830-1984,
%   title       = {{IEEE Guide for Software Requirements Specifications}},
%   type        = {IEEE Std.},
%   number      = {830-1984},
%   year        = {1984},
%   institution = {Institute of Electrical and Electronics Engineers},
%   doi         = {10.1109/IEEESTD.1984.119205}
% }
