diff --git a/README.md b/README.md index 37e2a89..6172a06 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - [x] concaténer titre et abstract pour teeft - [x] ajouter les reprint_addresses (affiliations) -- [ ] enrichissement service web base Pascal +- [x] enrichissement service web base Pascal , [doc](https://openapi.services.inist.fr/?urls.primaryName=Classification%20en%20domaines%20scientifiques#/default/post_v1_en_classify) @@ -64,7 +64,8 @@ { "environnement": { "CRON_VERBOSE": true, - "EZS_VERBOSE": false + "EZS_VERBOSE": false, + "DEBUG": "ezs" }, "files" : { "zip": "https://gitbucket.inist.fr/parmentf/giec-wos/archive/master.zip" @@ -72,7 +73,7 @@ "tasks": [ { "CronRule": "0 1 * * *", - "Target": "data/corpus-simple-pascal-50.json", + "Target": "data/corpus-simple-pascal.json", "RunOnStartup": true } ]