Skip to content

Commit

Permalink
converted python scripts to javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
93Boy committed Dec 9, 2024
1 parent fbaf6c9 commit 7add653
Show file tree
Hide file tree
Showing 4 changed files with 1,369 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def generate_html(papers, output_file='index.html'):
file.write(rendered_html)

# Processing DOIs
dois = [preprocess_doi(doi) for doi in open('doi.txt').read().splitlines()]
dois = [preprocess_doi(doi) for doi in open('list.txt').read().splitlines()]
papers = []

# Archive names
Expand Down
Loading

0 comments on commit 7add653

Please sign in to comment.