gagan3012 commited on
Commit
fabba4e
·
verified ·
1 Parent(s): 70830fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ class Reference(object):
142
  lines = ["@article{" + self.new_id]
143
  for k, v in [("Author", " and ".join(self.authors)),
144
  ("Title", self.title),
145
- ("Eprint", self.id),
146
  ("DOI", self.doi),
147
  ("ArchivePrefix", "arXiv"),
148
  ("PrimaryClass", self.category),
 
142
  lines = ["@article{" + self.new_id]
143
  for k, v in [("Author", " and ".join(self.authors)),
144
  ("Title", self.title),
145
+ ("Journal", self.id),
146
  ("DOI", self.doi),
147
  ("ArchivePrefix", "arXiv"),
148
  ("PrimaryClass", self.category),