Skip to content

Commit

Permalink
Merge pull request #31 from iBotamon/develop
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
iBotamon authored Aug 11, 2019
2 parents c7c9047 + e5c2bbb commit b75c876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions medical_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def medicalai(conference, year, *config):

for conf in conferences['NLP']:
sources[conf] = 'aclweb'
for conf in conferences['ML']:
sources[conf] = 'dblp'
for conf in conferences['CV']:
sources[conf] = 'dblp'
for conf in conferences['ML']:
sources[conf] = 'dblp'
for conf in conferences['CV']:
sources[conf] = 'dblp'

url_container = { 'aclweb' : 'https://aclweb.org/anthology/events/{0}-{1}',\
'dblp' : 'https://dblp.org/db/conf/{0}/{0}{1}.html'}
Expand Down

0 comments on commit b75c876

Please sign in to comment.