WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
74a099c
Add simple name output script
Opsmithe Nov 8, 2025
6cec0a3
feat: Complete DOAJ integration with API v4 and country code generation
Opsmithe Nov 10, 2025
8c80845
Delete output_name.py
Opsmithe Nov 10, 2025
9f8df08
Make doaj_fetch.py executable
Opsmithe Nov 10, 2025
2986e45
Make generate_country_codes.py executable
Opsmithe Nov 10, 2025
521b158
Move file path constants to top-level before function definitions
Opsmithe Nov 11, 2025
1b5312a
Organize constants alphabetically within logical groups
Opsmithe Nov 11, 2025
cd0d3f5
Move subprocess import to top-level imports section
Opsmithe Nov 11, 2025
29856ee
Replace 'f' with 'file_object' for descriptive variable naming
Opsmithe Nov 11, 2025
33fa723
Replace 'fh' with 'file_object' for descriptive variable naming
Opsmithe Nov 11, 2025
ae20f24
Fix static analysis issues and code formatting
Opsmithe Nov 11, 2025
3d75671
Fix duplicate counting for journals with multiple CC license types
Opsmithe Nov 15, 2025
37e3855
Remove article counting logic due to DOAJ API limitations
Opsmithe Nov 15, 2025
8c7bea5
Add DOAJ API documentation and technical details to sources.md
Opsmithe Nov 24, 2025
1cdf721
Add country and language data collection using pycountry library
Opsmithe Nov 24, 2025
f40dbf4
Update exception handling to use structured QuantifyingException appr…
Opsmithe Nov 24, 2025
daedef4
Fix static analysis issues and handle 400 errors as end-of-data
Opsmithe Nov 24, 2025
f44ea66
Order DOAJ API documentation links alphabetically
Opsmithe Nov 24, 2025
85f6faf
Remove generate_country_codes.py - using pycountry library instead
Opsmithe Nov 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ requests = ">=2.31.0"
seaborn = "*"
urllib3 = ">=2.5.0"
wordcloud = "*"
pycountry = "*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please maintain natural order of packages (move pycountry after pyarrow)


[dev-packages]
black = "*"
Expand Down
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading