You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
555 B

4 years ago
% examples... for more check out this:
% https://www.overleaf.com/learn/latex/bibliography_management_with_bibtex
% proposed label naming convention: "chapter.subchapter-descriptive_name"
% for example: "2.2.2-why-gpg-is-awesome"
@article{bitcoin,
author = {Nakamoto, Satoshi},
year = {2009},
month = {03},
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
journal = {Cryptography Mailing list at https://metzdowd.com}
}
@misc{blockchain,
author = "{Wikipedia}",
title = "Blockchain",
url = "https://en.wikipedia.org/wiki/Blockchain"
}