sidewall
sidewall copied to clipboard
Sidewall is a Python library for interacting with the Dimensions search API.
Sidewall currently doesn't have object mappings for patents, clinical trials and policy documents. Object classes for these types of results should be implemented.
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...
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...
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...
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...