[add] OpenAIRE publication engine

and modifies OpenAIRE datasets engine
This commit is contained in:
jibe-b 2017-11-01 22:26:33 +01:00 committed by GitHub
parent 3d50b0288d
commit 3e9cc1474f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -415,7 +415,7 @@ engines:
shortcut : nt
disabled : True
- name : openaire
- name : openairedatasets
engine : json_engine
paging : True
search_url : http://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
@ -424,7 +424,18 @@ engines:
title_query : metadata/oaf:entity/oaf:result/title/$
content_query : metadata/oaf:entity/oaf:result/description/$
categories : science
shortcut : oa
shortcut : oad
timeout: 5.0
- name : openairepublications
paging : True
search_url : http://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
results_query : response/results/result
url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
title_query : metadata/oaf:entity/oaf:result/title/$
content_query : metadata/oaf:entity/oaf:result/description/$
categories : science
shortcut : oap
timeout: 5.0
- name : openstreetmap