Skip to content

Commit

Permalink
Add overview comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sdht0 committed Aug 25, 2021
1 parent 371c189 commit 463c6c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Automate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"import pprint\n",
"import titlecase\n",
"import bibtexparser\n",
"\n",
"# Also needs a webdriver, e.g., https://chromedriver.chromium.org/downloads\n",
"from selenium import webdriver"
]
Expand All @@ -27,6 +28,12 @@
"metadata": {},
"outputs": [],
"source": [
"# Step 1: Download the current list of bibliography entries from DBLP.\n",
"# Step 2: Figure out the new entries and deleted entries since last update.\n",
"# Step 3: Add new entries to the website and removed deleted entries automatically using Selenium.\n",
"# Necessary: A correct map from the DBLP IDs to the DSG website Node IDs. This is maintained in the `dblp_to_web_mappings.txt` file.\n",
"# As required: Selenium can also be used to mass update existing entries. Adapt from the code for adding new entries.\n",
"\n",
"working_date = \"2021.08.25\""
]
},
Expand Down

0 comments on commit 463c6c8

Please sign in to comment.