-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.bib
More file actions
36 lines (33 loc) · 944 Bytes
/
references.bib
File metadata and controls
36 lines (33 loc) · 944 Bytes
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
@article{sample2023research,
title={A Sample Research Article on Machine Learning},
author={Smith, John and Doe, Jane},
journal={Journal of Artificial Intelligence Research},
volume={45},
number={3},
pages={123--145},
year={2023},
publisher={AI Press},
doi={10.1234/jair.2023.0001}
}
@inproceedings{example2022deep,
title={Deep Learning Approaches for Data Analysis},
author={Johnson, Alice and Williams, Bob},
booktitle={Proceedings of the International Conference on Machine Learning},
pages={456--468},
year={2022},
organization={PMLR}
}
@book{textbook2021fundamentals,
title={Fundamentals of Computer Science},
author={Brown, Charlie},
year={2021},
publisher={Academic Press},
address={New York, NY}
}
@misc{dataset2023sample,
title={Sample Dataset for Research},
author={DataCollector, Team},
year={2023},
howpublished={\url{https://example.com/dataset}},
note={Accessed: 2023-12-01}
}