2017
Simon’s (7 yo) Interpretation of Neuronal Cells

2015
Check out our logo! Shuvadeep designed it!

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;