From 7b8432e77e4b2e8e6d42bf54d88db8a0f7df7bb8 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 4 Nov 2020 10:36:28 +1100 Subject: contributions slide --- references.bib | 17 +++++++++++------ slides.tex | 12 ++++++++++++ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/references.bib b/references.bib index 4f3708b..2ec514c 100644 --- a/references.bib +++ b/references.bib @@ -176,12 +176,17 @@ Year = {2013}, eprinttype = {arXiv}, eprint = {q-bio/1303.3997}, } -@online{bioshake, -author={Justin Bed\H{o}}, -title={Bioshake: a Haskell EDSL for bioinformatics pipelines}, -year=2018, -eprinttype={bioRxiv}, -eprint = {http://doi.org/10.1101/529479} +@article{Bed2019, + doi = {10.7717/peerj.7223}, + url = {https://doi.org/10.7717/peerj.7223}, + year = {2019}, + month = jul, + publisher = {{PeerJ}}, + volume = {7}, + pages = {e7223}, + author = {Justin Bed{\H{o}}}, + title = {{BioShake}: a Haskell {EDSL} for bioinformatics workflows}, + journal = {{PeerJ}} } @online{bioshake-git, title = {Bioshake}, diff --git a/slides.tex b/slides.tex index c4fb08d..aaea8c1 100644 --- a/slides.tex +++ b/slides.tex @@ -99,4 +99,16 @@ \end{center} \end{frame} +\begin{frame} + \frametitle{BioNix contributions} + \begin{enumerate} + \item Builds on Nix, a robust functional package manager + \item Manages both software and workflows within the one system + \item Implicitly specifies its entire computational environment + \item Simple, purely functional domain-specific language, simplifying specifying workflows + to function composition + \item Typing to reduce errors~\autocite{Bed2019} + \end{enumerate} +\end{frame} + \end{document} -- cgit v1.2.3