uni-leipzig-open-access/extract_dois.sh

5 lines
99 B
Bash
Raw Normal View History

2024-01-25 13:46:53 +00:00
#! bash
grep -E "doi\.org\/10.\d+\/[^<>\\]+" data/publications.json -o | sort | uniq > data/dois