Skip to content

Commit

Permalink
Remove broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Dec 11, 2022
1 parent b6a741f commit c85a4bc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,19 +276,6 @@ Works() \

```

Same, but with only for first authors

```python
from pyalex import Works

Works() \
.filter(authorships={"institutions": {"ror": "04pp8hn57"},
"author_position": "first"}) \
.sort(cited_by_count="desc") \
.get()

```

## License

[MIT](/LICENSE)
Expand Down

0 comments on commit c85a4bc

Please sign in to comment.