Skip to content

Commit 61936a3

Browse files
Merge pull request #1 from AlbertoCuadra/develop
Update: comments
2 parents 27a94b7 + 5ef233a commit 61936a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doi_scraper.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# This script searches for missing DOIs in a .bib file
2+
# and fills them in using the Crossref API.
3+
#
4+
# Dependencies:
5+
# * requests
6+
#
7+
# Example:
8+
# python doi_scraper.py
9+
#
10+
# @author: Alberto Cuadra Lara
11+
# PhD Candidate - Group Fluid Mechanics
12+
# Universidad Carlos III de Madrid
13+
#
14+
# Last update May 12 2023
15+
116
import re
217
import requests
318

0 commit comments

Comments
 (0)