-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
38 lines (34 loc) · 977 Bytes
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% 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}
% }