Installing Paprika on Ubuntu 16.04 using Wine

Today I installed the recipe manager Paprika on Ubuntu 16.04 using Wine. It is my first time installing an application with Wine and before I forget how I did this, I wanted to make a quick note of the steps I took.

 

Open Computational Research Study - A Proof of Concept

Computational research is often published without the code and computational environment that generated the results, failing to meet openness and reproducibility criteria that are demanded by a growing number of researchers and journals1, 2, 3.

Here I'm presenting a proof of concept, how code and results of a complex computational research project can be published in a way to satisfy important openness and reproducibility requirements. Requiring only a Docker installation, it should be possible for users on any system to comprehend and reproduce any and all parts of a project shared this way.

 

Local line spacing in LaTeX Beamer

Selecting appropriate line spacing is crucial in order make comprehensible presentations in LaTeX Beamer. Sometimes the line spacing needs to be varied locally.

 

Options for Greek letters in sansmath

For presentations and labels in figures I like sans-serif fonts, TeX Gyre Heros being my default choice. The default math font doesn't go together with sans-serif fonts:

 

Theorems in MathJax - amsmath-like custom names with improved CSS

In LaTeX, using the amsthm package, one can write

\begin{theorem}[Prime numbers]
All odd numbers are prime
\end{theorem}

 

Expected value and variance of some stochastic processes

As an exercise, I illustrate how expected value and variance of some stochastic processes evolve in time.

 

Rate maps for grid cells

At CAMP@Bangalore, I worked on a small project that involved plotting rate maps for data recorded from grid cells. There has been some interest on how to do this from other students in the course, so I'm posting the relevant code here.

 

Nonsequential TikZ overlay figures for presentations

Creating overlays with TikZ in beamer works nicely with the \onslide and \only commands, but I'm a fan of creating standalone graphics and include them into my presentations or documents later. A way to achieve nonsequential overlay figures is using multiple \input files that make up the different figures.