CenterForOpenScience / scrapi

A data processing pipeline that schedules and runs content harvesters, normalizes their data, and outputs that normalized data to a variety of output streams. This is part of the SHARE project, and will be used to create a free and open dataset of research (meta)data. Data collected can be explored at https://osf.io/share/, and viewed at https://osf.io/api/v1/share/search/. Developer docs can be viewed at https://osf.io/wur56/wiki
Apache License 2.0
41 stars 45 forks source link

Feature/add sldr #443

Closed kms6bn closed 8 years ago

kms6bn commented 8 years ago

Add harvester for Speech and Language Data Repository (SLDR)

fabianvf commented 8 years ago

The build failed due to style errors:

./scrapi/harvesters/sldr.py:19:23: E127 continuation line over-indented for visual indent
./scrapi/harvesters/sldr.py:38:5: E124 closing bracket does not match visual indentation

You can run flake8 . on your code to catch these issues before pushing

kms6bn commented 8 years ago

Thanks for pointing that out - updated the file and it now passes flake8

fabianvf commented 8 years ago

:+1: