From e845b2e0f5d5298019bea027ba51b4044c1578d7 Mon Sep 17 00:00:00 2001 From: Fernando Marcos Wittmann Date: Thu, 16 Nov 2023 13:17:15 -0300 Subject: [PATCH] Fix Google Colab Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e808aed..d0b14bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ sortgs is a Python tool for ranking Google Scholar publications by the number of citations. It is useful for finding relevant papers in a specific field. The data acquired from Google Scholar includes Title, Citations, Links, Rank, and a new column with the number of citations per year. In the background, it first try to fetch results using python requests. If it fails, it will use selenium to fetch the results. -## Try on Google Colab: [](https://colab.research.google.com/github/WittmannF/sort-google-scholar/blob/add_project_to_pypi/examples/run_sortgs_on_colab.ipynb) +## Try on Google Colab: [](https://colab.research.google.com/github/WittmannF/sort-google-scholar/blob/master/examples/run_sortgs_on_colab.ipynb) - No install requirements! Limitations: Can't handle robot checking, so use it carefully. ## Installation