Commit 84bd6551 authored by delanoe's avatar delanoe

[FEAT] Adding CERN resourcetype.

parent 7b178f00
......@@ -198,6 +198,16 @@ RESOURCETYPES = [
'parser': ISTexParser,
'default_language': 'en',
},
# type 10
{ "type":10,
"name": 'SCOAP (XML MARC21 Format)',
"parser": CernParser,
"default_language": "en",
'accepted_formats':["zip","xml"],
#~ "scrapper": CernScrapper,
#~ "base_url": "http://api.scoap3.org/search?",
},
]
# linguistic extraction parameters ---------------------------------------------
......
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