Browse Source

Tuck away a BibTeX template to replace MediaInfo

pjc 5 years ago
parent
commit
6d5e61a0b7
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      templates/bibtex.tpl

+ 7
- 0
templates/bibtex.tpl View File

1
+@misc{ BioTorrents-$TorrentID,
2
+  author = "$Artist1 and $Artist2 and $ArtistN and $UserID",
3
+  title  = "$Title",
4
+  year   = "2019",
5
+  url    = "https://biotorrents.de/torrents.php?torrentid=$TorrentID",
6
+  note   = "On BioTorrents.de; accessed $Y-m-d"
7
+}

Loading…
Cancel
Save