Archive for the ‘code’ tag
IETF Datatracker Document Metadata Processing
I have created two tools for fetching and formatting metadata for IETF documents (RFCs and Internet Drafts). I sometimes want to create publications lists or just reference IETF documents in other publications, and these tools are intended to automate the process as much as possible.
- tracker-doc: for fetching document metadata by user-id (datatracker ID)
- bibdoc: for formatting document metadata in text or bibtex format
These are two Clojure scripts that are executed by Babashka – a native Clojure interpreter for scripting.
Install: datatracker-publications on GitHub.