Skip to content

Commit

Permalink
Add example on extracting works by an author
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Dec 10, 2022
1 parent 036e174 commit 8015738
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@ w = Works()["W2741809807"]
Works()[w["referenced_works"]]
```

### Get works of a single author

```python
from pyalex import Works

Works().filter(author={"id": "A2887243803"}).get()
```

### Dataset publications in the global south

```python
Expand Down

0 comments on commit 8015738

Please sign in to comment.