Skip to content

Commit

Permalink
minor on: scripts/shorten_papers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manathan1984 committed Feb 5, 2025
1 parent 95dfb89 commit ec202dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shorten_papers.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def replaceUsingDictionary(filename,dictionary):

#Removes pages from conference proceedings
print ("Removing pages from conference proceedings ... ")
print ("Allowing up to five authors ... ")
print ("Allowing up to two authors ... ")
print ("Converting conference proceedings to articles only for the short version ...")
for e in bibtex_database.entries:
if 'author' in e:
Expand Down

0 comments on commit ec202dd

Please sign in to comment.