In [2]:
from IPython.display import HTML

HTML('''<script>
code_show=true; 
function code_toggle() {
 if (code_show){
 $('div.input').hide();
 $('div.prompt').hide();
 } else {
 $('div.input').show();
$('div.prompt').show();
 }
 code_show = !code_show
} 
$( document ).ready(code_toggle);
</script>
<form action="javascript:code_toggle()"><input type="submit" value="Code Toggle"></form>''')
Out[2]:

Hackathons

To date there have been three hackathons run in conjunction with the Phase Field Workshops. The motivation for the hackathons comes from one of CHiMaD’s missions: to develop community standards for phase field modeling in materials science, and to distribute community codes for phase field modeling. The hackathons help in this process by assembling the community in one place to work on the practical issues of code testing and development.

Hackathon 1

October 15, 2015 – Northwestern University

Hackathon 2

May 3, 2016 – Northwestern University

Hackathon 3

January 19, 2017 – Northwestern University

Upload Benchmark Results