Skip to content

Instantly share code, notes, and snippets.

View phoenix-mossimo's full-sized avatar

Maxim Kupreyev phoenix-mossimo

View GitHub Profile
@phoenix-mossimo
phoenix-mossimo / gist:08d1884a508da5129961f677759f4eab
Last active September 19, 2024 14:59
Selected OASPA 2024 quotes
Selected OASPA 2024 quotes
@phoenix-mossimo
phoenix-mossimo / zenodo-community-stats.sh
Last active October 12, 2023 21:32 — forked from slint/zenodo-community-stats.sh
Fetch Zenodo stats for communities and queries
#!/bin/bash
# To use this script you need to have "curl" and "jq" installed.
COMMUNITY_ID="craft-oa"
OUTPUT_CSV="${COMMUNITY_ID}_community_stats.csv"
# Create CSV file header
echo "URL,DOI,Title,PublicationDate,Views,Downloads" > "${OUTPUT_CSV}"