Skip to content

Commit

Permalink
Fix BibTeX format
Browse files Browse the repository at this point in the history
  • Loading branch information
Atcold committed Sep 10, 2024
1 parent 29fa960 commit 484b2b0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <today>]"
}
> 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 <today>]"
> }
> ```
Expand Down

0 comments on commit 484b2b0

Please sign in to comment.