Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PLOS
/
allofplos
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
67
Code
Issues
25
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] Asynchronous corpus updates
- #46
#46
Open
mpacer
wants to merge 11 commits into
PLOS:master
PLOS/allofplos:master
from
mpacer:improve_updates
mpacer/allofplos:improve_updates
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
[WIP] Asynchronous corpus updates
#46
mpacer
wants to merge 11 commits into
PLOS:master
PLOS/allofplos:master
from
mpacer:improve_updates
mpacer/allofplos:improve_updates
Copy head branch name to clipboard
Commits
Commits on Nov 29, 2017
use makedirs rather than try/except; handles all mkdir -p functionality
mpacer
committed
bac0a72
View commit details
Copy full SHA for bac0a72
Browse repository at this point
Changing other pattern of os.mkdir with a print statement if not present to os.makedirs
mpacer
committed
fcb8d9b
View commit details
Copy full SHA for fcb8d9b
Browse repository at this point
add class method from_bytes for creating articles from byte strings
mpacer
committed
17ee2e3
View commit details
Copy full SHA for 17ee2e3
Browse repository at this point
basic async file getting utilities with timing comparisons
mpacer
committed
38be2b1
View commit details
Copy full SHA for 38be2b1
Browse repository at this point
require python 3.5 or greater
mpacer
committed
0eca201
View commit details
Copy full SHA for 0eca201
Browse repository at this point
add MIN_DELAY as configurable for testing on plos network
mpacer
committed
5cdd28f
View commit details
Copy full SHA for 5cdd28f
Browse repository at this point
move fetch test inside async_utils package
mpacer
committed
f85990d
View commit details
Copy full SHA for f85990d
Browse repository at this point
open correct directories with makedirs
mpacer
committed
07ffabc
View commit details
Copy full SHA for 07ffabc
Browse repository at this point
Commits on Dec 1, 2017
build two directories so that they can be compared
mpacer
committed
7e38b3e
View commit details
Copy full SHA for 7e38b3e
Browse repository at this point
make the inner functions accept dois (not urls)
mpacer
committed
4b18b03
View commit details
Copy full SHA for 4b18b03
Browse repository at this point
doc improvements and a bunch of cleanup
mpacer
committed
a4a946c
View commit details
Copy full SHA for a4a946c
Browse repository at this point
You can’t perform that action at this time.