Skip to content

Instantly share code, notes, and snippets.

View LukasWallrich's full-sized avatar

Lukas Wallrich LukasWallrich

View GitHub Profile
@LukasWallrich
LukasWallrich / osf_preprint_count.json
Created February 23, 2026 09:02
OSF preprint count 2025-08-25 to 2026-02-23
{
"start_date": "2025-08-25",
"end_date": "2026-02-23",
"total_preprints": 11577,
"query_url": "https://api.osf.io/v2/preprints/?filter%5Bdate_published%5D%5Bgte%5D=2025-08-25&filter%5Bdate_published%5D%5Blte%5D=2026-02-23&filter%5Bis_published%5D=true&page%5Bsize%5D=1"
}
@LukasWallrich
LukasWallrich / osf_preprint_counts_by_server.json
Created February 23, 2026 09:25
OSF preprint counts per server 2025-08-25 to 2026-02-23
{
"start_date": "2025-08-25",
"end_date": "2026-02-23",
"servers": {
"psyarxiv": {
"name": "PsyArXiv",
"count": 6923
},
"socarxiv": {
"name": "SocArXiv",
@LukasWallrich
LukasWallrich / osf_preprint_counts_by_server.json
Created February 23, 2026 09:37
OSF preprint counts per server 2025-08-25 to 2026-02-23
{
"start_date": "2025-08-25",
"end_date": "2026-02-23",
"servers": {
"psyarxiv": {
"name": "PsyArXiv",
"total": 6923,
"withdrawn": 16,
"active": 6907
},
@LukasWallrich
LukasWallrich / convert_pdfs.yml
Created February 28, 2026 11:50
PDF conversion action and pilot keyword screening script (public)
name: Continuous GROBID Conversion (Authenticated)
on:
workflow_dispatch: {}
#schedule:
# - cron: "0 */6 * * *"
permissions:
contents: write