-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReferences.bib
53 lines (44 loc) · 1.03 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@inproceedings{key1,
title = "Title of the conference paper",
author = "John Author",
booktitle = "Name of the Conference Proceedings",
address = "Location",
month = "Mon.",
year = "Year"
}
@article{key2,
title = "Title of the Journal paper",
author = "Andrew Wiles and Ingrid Daubechies",
journal = "Name of the Journal",
volume = "vol.",
number = "iss.",
pages = "page",
month = "Mon.",
year = "Year"
}
@book{key3,
title = "Book Title",
author = "John Smith and Pierre Fermat and Clark Maxwell",
edition = "3rd",
publisher = "Publisher Name",
year = "Year",
address = "Location"
}
@misc{key4,
title = "Title of the reference",
howpublished = "Publishing details"
}
@phdthesis{key5,
title = "Thesis/Dissertation Title",
author = "Author Name",
school = "School Name",
year = "Year"
}
@book{guidelines,
title = "Thesis and Dissertation Guidelines",
author = "KAUST",
edition = "1",
publisher = "KAUST",
year = "2011",
address = "Thuwal, Makkah Province, Saudi Arabia"
}