From bbbc53a5ec92daf894954aa975fb4a29b8b01699 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 2 Aug 2021 10:06:54 +0200 Subject: added katex --- posts/2019-01-03-encoding-binary-data-into-dna-sequence.md | 12 ++++++------ template/_includes.html | 6 ------ template/_libraries.html | 11 +++++++++++ template/post.html | 2 ++ template/style.css | 4 ++++ 5 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 template/_libraries.html diff --git a/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md b/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md index 19d9073..b743017 100644 --- a/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md +++ b/posts/2019-01-03-encoding-binary-data-into-dna-sequence.md @@ -22,22 +22,22 @@ My interests in this field are purely in encoding processes and experimental tes ## Glossary **deoxyribose** -: A five-carbon sugar molecule with a hydrogen atom rather than a hydroxyl group in the 2′ position; the sugar component of DNA nucleotides. +A five-carbon sugar molecule with a hydrogen atom rather than a hydroxyl group in the 2′ position; the sugar component of DNA nucleotides. **double helix** -: The molecular shape of DNA in which two strands of nucleotides wind around each other in a spiral shape. +The molecular shape of DNA in which two strands of nucleotides wind around each other in a spiral shape. **nitrogenous base** -: A nitrogen-containing molecule that acts as a base; often referring to one of the purine or pyrimidine components of nucleic acids. +A nitrogen-containing molecule that acts as a base; often referring to one of the purine or pyrimidine components of nucleic acids. **phosphate group** -: A molecular group consisting of a central phosphorus atom bound to four oxygen atoms. +A molecular group consisting of a central phosphorus atom bound to four oxygen atoms. **RGB** -: The RGB color model is an additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors. +The RGB color model is an additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors. **GCC** -: The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages. +The GNU Compiler Collection is a compiler system produced by the GNU Project supporting various programming languages. ## Data encoding diff --git a/template/_includes.html b/template/_includes.html index 4996940..8627609 100755 --- a/template/_includes.html +++ b/template/_includes.html @@ -1,9 +1,3 @@ - - - - - - diff --git a/template/_libraries.html b/template/_libraries.html new file mode 100644 index 0000000..1a7b911 --- /dev/null +++ b/template/_libraries.html @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/template/post.html b/template/post.html index 00be220..512fff6 100755 --- a/template/post.html +++ b/template/post.html @@ -63,6 +63,8 @@ {{template "_includes.html"}} + {{template "_libraries.html"}} + diff --git a/template/style.css b/template/style.css index d4832b1..8152dab 100755 --- a/template/style.css +++ b/template/style.css @@ -313,6 +313,10 @@ article strong { font-weight: 600; } +article .katex-display { + margin: 3em 0 !important; +} + /* audio */ audio { -- cgit v1.2.3