{% extends 'base.html' %} {% set mytitle="graphene" %} {# ----------- title -------------- #} {% block title %}{{ mytitle }}{% endblock %} {# ----------- content ------------- #} {% block content %}

welcome to graphene!

Graphene is a project to create D3.js graphs for thermodynamic and kinetic simulations performed with Cantera. Graphene is currently underway.

Graphene utilizes the following languages, libraries, and utilities:

 

Before we get started, let's just demonstrate how Angular works, with a simple Angular.js Hello World app. This app is a lot more complicated on the backend than on the frontend, but it shows how to make a sekeleton Angular app. We'll be using Angular apps to make D3.js charts. Click the button below to visit the Hello Angular World test app:

Hello Angular World

 

 

 

Species Generation Rates Rank Chart

Species are listed and ranked according to their generation rates.

Species Generation Rates

 

 

 

Species Consumption Rates Rank Chart

Species are listed and ranked according to their consumption rates.

Species Consumption Rates

{% endblock %}