ccm commited on
Commit
6185fea
·
verified ·
1 Parent(s): ebc5453

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -3
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)