Commit 417691c8 authored by delanoe's avatar delanoe

[FIX] Bug Web of Science parser, default lang is en.

parent 60a1a348
...@@ -149,7 +149,7 @@ RESOURCETYPES = [ ...@@ -149,7 +149,7 @@ RESOURCETYPES = [
# type 5 # type 5
{ 'name': 'Web of Science (ISI format)', { 'name': 'Web of Science (ISI format)',
'parser': ISIParser, 'parser': ISIParser,
'default_language': 'fr', 'default_language': 'en',
}, },
# type 6 # type 6
{ 'name': 'Zotero (RIS format)', { 'name': 'Zotero (RIS format)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment