From 484b2b00733a42e9a529e296fae7ada5768aa6a2 Mon Sep 17 00:00:00 2001 From: Alfredo Canziani Date: Tue, 10 Sep 2024 12:47:33 -0400 Subject: [PATCH] Fix BibTeX format --- docs/en/faq.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/en/faq.md b/docs/en/faq.md index 1c9203c51..32d507aa9 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -43,14 +43,16 @@ Here are some answers to frequently asked questions: > - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. > - If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. > -> For credit, you can use the following BibTeX: +> For credit, you can use the following BibTeX: +> ```bibtex > @misc{canziani2020nyudlsp20, - author = {Canziani, Alfredo and LeCun, Yann}, - title = {NYU Deep Learning, Spring 2020}, - howpublished = "\url{https://atcold.github.io/pytorch-Deep-Learning/}", - year = {2020}, - note = "[Online; accessed ]" -} +> author = {Canziani, Alfredo and LeCun, Yann}, +> title = {NYU Deep Learning, Spring 2020}, +> howpublished = "\url{https://atcold.github.io/NYU-DLSP20}", +> year = {2020}, +> note = "[Online; accessed ]" +> } +> ```