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 17d63fb commit 74b71c7Copy full SHA for 74b71c7
1 file changed
server/workers/api/src/apis/export.py
@@ -25,7 +25,7 @@ def transform2bibtex(metadata):
25
"author": author,
26
"year": year,
27
"doi": doi,
28
- "published_in": published_in,
+ "journal": published_in,
29
"url": url,
30
"ENTRYTYPE": "article",
31
"ID": id
0 commit comments