From af77abcfda5bacc2e8a01ab3e8dae9c79cfbaf0e Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 7 Sep 2021 00:38:09 +0200 Subject: [PATCH] Citation information --- README.md | 6 +++--- docs/coursebox.bib | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7c9760..bb0f460 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Coursebox requires a specific directory structure. It is easier to start with an @online{coursebox, title={Coursebox (0.1.1): \texttt{pip install coursebox}}, url={https://lab.compute.dtu.dk/tuhe/coursebox}, - urldate = {2021-09-06}, - publisher={Tue Herlau}, + urldate = {2021-09-07}, + month={9}, + publisher={Technical University of Denmark (DTU)}, author={Tue Herlau}, - comments={See url{asdfsdaf} for examples}, year={2021}, } ``` \ No newline at end of file diff --git a/docs/coursebox.bib b/docs/coursebox.bib index c805b79..75148c4 100644 --- a/docs/coursebox.bib +++ b/docs/coursebox.bib @@ -1,9 +1,9 @@ @online{coursebox, title={Coursebox (0.1.1): \texttt{pip install coursebox}}, url={https://lab.compute.dtu.dk/tuhe/coursebox}, - urldate = {2021-09-06}, - publisher={Tue Herlau}, + urldate = {2021-09-07}, + month={9}, + publisher={Technical University of Denmark (DTU)}, author={Tue Herlau}, - comments={See url{asdfsdaf} for examples}, year={2021}, } \ No newline at end of file -- GitLab