Skip to content

Instantly share code, notes, and snippets.

View labarba's full-sized avatar

Lorena A. Barba labarba

View GitHub Profile
@brews
brews / fetchmeta.py
Last active July 22, 2025 08:55 — forked from jrsmith3/doi2bib.py
Python function to access crossref.org DOI metadata resolver and return bibliography as dictionary or bibtex string.
import requests
import json
def fetchmeta(doi, fmt='dict', **kwargs):
"""Fetch metadata for a given DOI.
Parameters
----------
doi : str