UNDER CONSTRUCTION

The \(n\)-th time is the charm

Contents

What do you know?

\[ \ln x = \int_{-\infty}^x \frac 1 y \, dy \]

With plots:

import matplotlib.pyplot as plt

plt.figure()
plt.plot([0,1,2,3,4], [1,2,3,4,5])
plt.title('This is an example figure')

And references even!1

TODOs:

  • Read the Pijul SHA to generate the footer correctly. It is probably possible to adapt this: githash
  • Refurbish the template to include links to other platforms (Twitter etc.)
  • Generate CV as PDF and HTML
  • Clean up the Haskell source, also looking at this The code is discussed here I want to be able to combine with other compilers without triple somersaults:
  • Try to create a pandoc-bokeh filter based on pandoc-pyplot.

References

(1) Thom, A. J. W. Stochastic Coupled Cluster Theory. Phys. Rev. Lett. 2010, 105 (26), 263004. https://doi.org/10.1103/PhysRevLett.105.263004.