sidewall icon indicating copy to clipboard operation
sidewall copied to clipboard

Sidewall is a Python library for interacting with the Dimensions search API.

Results 5 sidewall issues
Sort by recently updated
recently updated
newest added

Sidewall currently doesn't have object mappings for patents, clinical trials and policy documents. Object classes for these types of results should be implemented.

Coding: enhancement ✨
Status: help wanted πŸ‘‹πŸ½

Currently, the `queryresults` object returned by `dimensions.query(...)` implements the iterator protocol and the additional ability to take the `len(...)` only. It would be convenient ifΒ the results object could supported...

Coding: enhancement ✨
Status: help wanted πŸ‘‹πŸ½

Right now, filling in attribute values uses a one-call-one-item approach. However, I just realized today that it's possible to search for such things as researchers using a list syntax like...

Coding: enhancement ✨

Currently, all the subclasses of DimensionsCore handle pulling out the Dimensions id themselves. I did it this way because in the beginning, I wasn't sure if the identifier of every...

Coding: enhancement ✨

It looks like grant objects in Dimensions may provide the most detailed information about organizations. The `Organization` object should try to search for organizations in grants like this, ``` search...

Coding: enhancement ✨