We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c612467 commit fa41cedCopy full SHA for fa41ced
1 file changed
server/workers/api/src/apis/export.py
@@ -36,6 +36,8 @@ def transform2bibtex(metadata):
36
fields["doi"] = doi
37
if url != "":
38
fields["url"] = url
39
+ if entrytype == "article" and published_in != "":
40
+ fields["journal"] = published_in
41
if entrytype == "misc" and published_in != "":
42
entrytype = "article"
43
fields["journal"] = published_in
0 commit comments