Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -12,9 +12,6 @@ import threading
|
|
12 |
# Load the dataset and convert to pandas
|
13 |
full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()
|
14 |
|
15 |
-
# Define the base URL for Google Scholar
|
16 |
-
SCHOLAR_URL = "https://scholar.google.com"
|
17 |
-
|
18 |
# Filter out any publications without an abstract
|
19 |
filter = [
|
20 |
'"abstract": null' in json.dumps(bibdict)
|
|
|
12 |
# Load the dataset and convert to pandas
|
13 |
full_data = datasets.load_dataset("ccm/publications")["train"].to_pandas()
|
14 |
|
|
|
|
|
|
|
15 |
# Filter out any publications without an abstract
|
16 |
filter = [
|
17 |
'"abstract": null' in json.dumps(bibdict)
|