Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filtering capabilities to collection fetching #17

Open
bcipolli opened this issue Jul 24, 2015 · 1 comment
Open

Add filtering capabilities to collection fetching #17

bcipolli opened this issue Jul 24, 2015 · 1 comment
Assignees

Comments

@bcipolli
Copy link

According to API docs (http://neurovault.org/api-docs),

Returns a json file containing a list of dictionaries with information corresponding to each collection stored in NeuroVault. Results can be filtered by specifying the name, DOI or owner of the collection.

Parameters: name, DOI, owner

example: neurovault.org/api/collections/?DOI=10.1016/j.neurobiolaging.2012.11.002

This filtering should be available in the API.

@bcipolli
Copy link
Author

I see that DOI filtering is available via collections_from_dois(dois) (though it's not accessible via the NeuroVault class). Seems easier to accept filters in NeuroVault.get_collections.

@vsoch vsoch self-assigned this Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants