From 08e92db1eb18e4d97eac6676a0d6dc85b93ea055 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 16 Dec 2019 01:56:42 +0100 Subject: [PATCH] Update Readme --- README.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 0fa1286..9db5d5c 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,10 @@ * Biology Meets Programming - Notebook and Code from UC San Diegos's Bioinformatics for Begginers course in Coursera. + Compilation of notes from the [[https://www.coursera.org/learn/bioinformatics][San Diegos's Bioinformatics for Begginers course]] + The notebook is written using Literate Programming: + + #+BEGIN_QUOTE +Literate programming is a programming paradigm introduced by Donald Knuth in which a computer program is given an explanation of its logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which compilable source code can be generated + #+END_QUOTE + + The format of choice is Emacs [[https://orgmode.org/][Org mode]]