diff --git a/_sections/30-projects.md b/_sections/30-projects.md index 753b661..6a84f77 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -16,6 +16,7 @@ style: center - [![](assets/xonsh.png)xonsh](http://xon.sh) - [![](assets/skbio.png)scikit-bio](http://scikit-bio.org) - [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan) +- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)   diff --git a/assets/osbrain.png b/assets/osbrain.png new file mode 100644 index 0000000..fa3e07e Binary files /dev/null and b/assets/osbrain.png differ diff --git a/site.js b/site.js index 59133ff..3da64b1 100644 --- a/site.js +++ b/site.js @@ -136,6 +136,9 @@ $(document).ready(function (){ {content: '0.9', start: '2017-06-01', end: '2018-06-01', py2:true}, {content: '0.10', start: '2017-12-01', end: '2018-12-01'}, ], + 'osBrain':[ + {content: '0.x', start: '2016-07-01', end: '2021-12-16'}, + ], // for tests, rando example //'matplotlib':[ // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},