- More benchmark IDs in upload form
- Clarify sim. landing page buttons
- Plan key points of engagement:
- gitter
- workshops
- mailchimp newsletter
- readthedocs changelog
- Create summary pages for uploaded hackathon results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fipy as fp | |
import numpy as np | |
import matplotlib | |
matplotlib.use('Agg') | |
import matplotlib.pyplot as plt | |
L = 1.0 # domain size | |
nx = 400 # discretization | |
dx = L/nx # h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
display: | |
- template: :d3templates.gist-list | |
gist-list: | |
- append: $div.row | |
- selectAll: div.col | |
- requests: | |
gist.json: https://api.github.com/users/wd15/gists | |
call: | |
- data: :d3.requests.gist |