From 26c0d8531f477417f618a0b6a2e4353691cf0821 Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Mon, 9 Dec 2024 11:53:59 -0500 Subject: [PATCH 1/2] Update README.md with citing publications case and better wording --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5316c..92c0b17 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ with open(Path("works.json")) as f: A list of awesome use cases of the OpenAlex dataset. -### Cited publications (referenced works) +### Cited publications (works referenced by this paper, outgoing citations) ```python from pyalex import Works @@ -384,6 +384,13 @@ w = Works()["W2741809807"] Works()[w["referenced_works"]] ``` +### Citing publications (other works that reference this paper, incoming citations) + +``` +from pyalex import Works +Works().filter(cites="W2741809807").get() +``` + ### Get works of a single author ```python From fed95f1ab272b95823f518e70b2308b28cfc87a3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:54:38 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c0b17..1e80a5a 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ R users can use the excellent [OpenAlexR](https://github.com/ropensci/openalexR) > This library is a community contribution. The authors of this Python library aren't affiliated with OpenAlex. -This library is maintained by [J535D165](https://github.com/J535D165) and [PeterLombaers](https://github.com/PeterLombaers). +This library is maintained by [J535D165](https://github.com/J535D165) and [PeterLombaers](https://github.com/PeterLombaers). Feel free to reach out with questions, remarks, and suggestions. The [issue tracker](/issues) is a good starting point. You can also reach out via [jonathandebruinos@gmail.com](mailto:jonathandebruinos@gmail.com).