From aa37cb8ec0e1694228a4f3082aebd1e3ee2526d0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 7 Dec 2021 16:41:32 +0100 Subject: Move back to Times font and cleanup --- Makefile | 2 +- ...01-03-encoding-binary-data-into-dna-sequence.md | 8 +- template/_meta.html | 4 +- template/index.html | 2 +- template/post.html | 2 +- template/style.css | 392 +-------------------- 6 files changed, 24 insertions(+), 386 deletions(-) diff --git a/Makefile b/Makefile index eade890..fb44b73 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ dev: alternator --watch build: - bash dither-images.sh + #bash dither-images.sh mkdir -p public openring -l 165 -n 4 -p 1 \ -s https://cronokirby.com/posts/index.xml \ 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 ea2bec8..6f6b3d7 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 @@ -174,10 +174,10 @@ FASTA format was extended by [FASTQ](https://en.wikipedia.org/wiki/FASTQ_format) | Nucleotides | RGB | Color name | | ------------- | ----------- | ---------- | -| A -> Adenine | (0,0,255) | Blue | -| G -> Guanine | (0,100,0) | Green | -| C -> Cytosine | (255,0,0) | Red | -| T -> Thymine | (255,255,0) | Yellow | +| A ➞ Adenine | (0,0,255) | Blue | +| G ➞ Guanine | (0,100,0) | Green | +| C ➞ Cytosine | (255,0,0) | Red | +| T ➞ Thymine | (255,255,0) | Yellow | With this in mind we can create a simple algorithm to create PNG representation of a DNA sequence. diff --git a/template/_meta.html b/template/_meta.html index 4d8494f..925fb68 100755 --- a/template/_meta.html +++ b/template/_meta.html @@ -5,10 +5,10 @@ - + - + diff --git a/template/index.html b/template/index.html index 83567e7..d768c64 100755 --- a/template/index.html +++ b/template/index.html @@ -15,7 +15,7 @@ {{template "_navigation.html"}}
-

Posts

+

Blog posts