-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathBibliography_base.bib
More file actions
33 lines (30 loc) · 1.1 KB
/
Copy pathBibliography_base.bib
File metadata and controls
33 lines (30 loc) · 1.1 KB
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
% ==============================================================================
% Bibliography Template
% ==============================================================================
%
% Add your bibliography entries here.
% This file is referenced by both Beamer (.tex) and Quarto (.qmd) slides.
%
% Naming convention: AuthorYear_keyword
% Example: Smith2024_causal_inference
%
% ==============================================================================
% ------------------------------------------------------------------------------
% EXAMPLE ENTRIES — delete these and add your own
% ------------------------------------------------------------------------------
@book{Example2024_book,
author = {Lastname, Firstname},
title = {An Example Book Title},
publisher = {Example University Press},
year = {2024},
address = {City, State}
}
@article{Example2025_article,
author = {Lastname, Firstname and Coauthor, Name},
title = {An Example Journal Article Title},
journal = {Journal of Example Studies},
volume = {10},
number = {2},
pages = {100--125},
year = {2025}
}