Spaces:
Running
Running
Update app.py
Browse files
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 |
-
("
|
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),
|