Science and Art

2017

Simon’s (7 yo) Interpretation of Neuronal Cells

Image from Thermo’s coloring book.

2015

Check out our logo!  Shuvadeep designed it!

Vogel Lab

2003

Bioinformatics Art by Christine:

Christine (2003)
set_environment CELL;
if ( START @ DNA )
  {
    transcription_factors == ON; unwind;
    initiate;
    while ( <template strand> )
      {
         transcribe [A->U, T->A, G->C, C->G];
         $mRNA++;
      } 
  }
splice && 3_prime = (A)++;
transfer -> CYTOSOL;
bind RIBOSOME [40S + 60S];
foreach TRIPLET ( @ mRNA )
  {
    use UNIVERSAL_CODE;
    elongate [$amino-acyl-tRNA bind];
    unless terminate; 
  }
fold PROTEIN <- chaperones;
act;
      react;
              interact;
FORM CELL; FORM LIFE;
LIVE;