Cell Cycle draft v01

Rough layout of a cell cycle exploration. If you don't see the visualization, try refreshing the page [if that does not work, please leave a comment so I can figure out what is going on]. This draft contains a circular diagram showing the four stages of the cell cycle. Hovering over any of the stages highlights that stage and calls up a text box with more information about the stage.

Status V 1.0:
  • Simple layout with all stages shown.
  • Hovering causes the stage to be highlighted.
  • Placeholder text with details of each cycle appears on hover.
Next Steps:
  • The current layout, with the cycle circle in the center of the view, leaves very little room for detailed information about each stage. A better layout would be to show a smaller representation of the cycle to one side (or corner) and leave the central area open for stage details.
  • Figure out the best way to present the details of each stage.
  • Consider changing the hover to an on-click event. This would allow the stage details to persist bound the hover motion and provide opportunity for additional interactions.