From 523dc813a5cc21a56143c1d78c235c8619537062 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 5 Nov 2021 00:57:29 -0400 Subject: [PATCH] [U] Update bib --- proposal/project_proposal.tex | 2 +- proposal/references.bib | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/proposal/project_proposal.tex b/proposal/project_proposal.tex index f6b8217..a21d871 100644 --- a/proposal/project_proposal.tex +++ b/proposal/project_proposal.tex @@ -62,7 +62,7 @@ sorting=nyt % \section*{References} - % Generate references automatically. + % Generate references automatically from references.bib. \nocite{*} \printbibliography diff --git a/proposal/references.bib b/proposal/references.bib index 6a54b62..2b5a026 100644 --- a/proposal/references.bib +++ b/proposal/references.bib @@ -4,3 +4,11 @@ @misc{tweepy, title={Tweepy documentation}, url={https://docs.tweepy.org/en/stable/}, journal={Tweepy Documentation - tweepy 4.3.0 documentation}, author={Roesslein, Joshua}, year={2021}} @misc{numpy, title={NumPy v1.21 manual}, url={https://numpy.org/doc/stable/}, journal={Overview - NumPy v1.21 Manual}, author={Numpy}, year={2021}} @misc{telegram, title={Welcome to python telegram bot's documentation!}, url={https://python-telegram-bot.readthedocs.io/en/stable/}, journal={python}, author={Toledo, Leandro}, year={2021}} + @misc{keras, + title = {Keras API Reference}, + journal = {Keras API Reference}, + url = {https://keras.io/api/}, + author = {Keras}, + year = {2015} + } + @misc{sklearn, title={scikit-learn 1.0.1 documentation}, url={https://scikit-learn.org/stable/modules/classes.html}, journal={API Reference - scikit-learn 1.0.1 documentation}, author={scikit-learn}, year={2010}} \ No newline at end of file