Skip to content

Commit 4c05bc8

Browse files
Merge pull request #10 from AlbertoCuadra/develop
Develop
2 parents 7ac94e9 + 061a413 commit 4c05bc8

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ message: "If you use this software, please cite it using these metadata."
55
type: misc
66
license: "MIT"
77
title: "DOI Scraper"
8-
version: 1.1.1
8+
version: 1.2.0
99
doi: 10.5281/zenodo.7932535
10-
date-released: 2023-05-13
10+
date-released: 2025-03-20
1111
url: "https://github.com/AlbertoCuadra/doi_scraper"
1212
abstract:
13-
"The DOI Scraper is a Python script that reads a .bib file, searches for articles without a DOI (Digital Object Identifier), and retrieves the missing DOIs using the Crossref API. It then updates the .bib file with the retrieved DOIs."
13+
"The DOI Scraper is a Python script that reads a `.bib` file, searches for entries missing required fields (such as a DOI), retrieves the missing information using the Crossref API, and reformats the file with consistent indentation. The refactored design supports different entry types (e.g., articles, books, inproceedings, tech reports), with each type defining its own required fields."
1414
authors:
1515
-
1616
family-names: "Cuadra"

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ Once the script completes, you will find the updated .bib file with the retrieve
4343

4444
## Optional Arguments
4545

46-
* `--format-only`: If you want to reformat the file without performing any Crossref lookups, pass the --format-only flag:
47-
48-
```shell
49-
python doi_scraper.py --format-only
50-
```
46+
* `--format-only`: If you want to reformat the file without performing any Crossref lookups.
5147

5248
# Example
5349

0 commit comments

Comments
 (0)