Skip to content

Instantly share code, notes, and snippets.

View jkitchin's full-sized avatar

John Kitchin jkitchin

View GitHub Profile
@article{kitchin-2015-examp,
author = {Kitchin, John R.},
title = {Examples of Effective Data Sharing in Scientific Publishing},
journal = {ACS Catalysis},
volume = {5},
number = {6},
pages = {3894-3899},
year = 2015,
doi = {10.1021/acscatal.5b00538},
url = { http://dx.doi.org/10.1021/acscatal.5b00538 },
@article{kitchin-2015-examp,
author = {Kitchin, John R.},
title = {Examples of Effective Data Sharing in Scientific Publishing},
journal = {ACS Catalysis},
volume = {5},
number = {6},
pages = {3894-3899},
year = 2015,
doi = {10.1021/acscatal.5b00538},
url = { http://dx.doi.org/10.1021/acscatal.5b00538 },
@article{kitchin-2016-autom-data,
abstract = "In the current scientific publishing landscape, there is a
need for an authoring workflow that easily integrates data and
code into manuscripts and that enables the data and code to be
published in reusable form. Automated embedding of data and
code into published output will enable superior communication
and data archiving. In this work, we demonstrate a proof of
concept for a workflow, org-mode, which successfully provides
this authoring capability and workflow integration. We
illustrate this concept in a series of examples for potential
@article{kitchin-2016-autom-data,
abstract = "In the current scientific publishing landscape, there is a
need for an authoring workflow that easily integrates data and
code into manuscripts and that enables the data and code to be
published in reusable form. Automated embedding of data and
code into published output will enable superior communication
and data archiving. In this work, we demonstrate a proof of
concept for a workflow, org-mode, which successfully provides
this authoring capability and workflow integration. We
illustrate this concept in a series of examples for potential
@jkitchin
jkitchin / Makefile
Last active May 5, 2020 19:14
Melpa setup for org-ref
EMACS ?= emacs
CASK ?= cask
CASK_EXEC ?= ${CASK} exec
all: clean test
test:
${EMACS} -Q -batch -l init.el