Sha256: 2e5a4beb104e8b16297b4844a21272c30db90f262d30db070f803e64807a5a8e
Contents?: true
Size: 886 Bytes
Versions: 10
Compression:
Stored size: 886 Bytes
Contents
{ "cells": [ { "cell_type": "raw", "metadata": {}, "source": [ "---\n", "title: BibTex Writer\n", "description: |\n", " This notebook shows how to generate BibTex metadata from a scholarly resource in commonmeta format generated by commonmeta-ruby.\n", "---" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Fetch the metadata\n", "\n", "As with all commonmeta-ruby notebooks, we start by fetching metadata, in this example a journal article via its Crossref DOI, and then convert it to the commonmeta format." ] } ], "metadata": { "kernelspec": { "display_name": "Ruby 3.2.2", "language": "ruby", "name": "ruby" }, "language_info": { "file_extension": ".rb", "mimetype": "application/x-ruby", "name": "ruby", "version": "3.2.2" } }, "nbformat": 4, "nbformat_minor": 2 }
Version data entries
10 entries across 10 versions & 1 rubygems