diff --git a/_sections/30-projects.md b/_sections/30-projects.md index aef7a35..371f01d 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -26,6 +26,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure) - [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io) - [![](assets/pymc3.png)PyMC3](https://github.com/pymc-devs/pymc3) +- [![](assets/fenics.png)FEniCS](http://www.fenicsproject.org)   diff --git a/assets/fenics.png b/assets/fenics.png new file mode 100644 index 0000000..9b93faa Binary files /dev/null and b/assets/fenics.png differ diff --git a/site.js b/site.js index b2d7ff4..f0a8e42 100644 --- a/site.js +++ b/site.js @@ -160,6 +160,10 @@ $(document).ready(function (){ {content: '2.8.x', start: '2016-12-21', end:'2018-12-21', py2:true}, {content: '2.9.x', start: '2017-07-14', end:'2018-07-14'}, ], + 'FEniCS':[ + {content: '2017.1.0', start: '2017-05-12', end: '2017-12-31', py2:true}, + {content: '2018.1.0', start: '2018-01-01', end: '2018-06-01'} + ] // for tests, rando example //'matplotlib':[ // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},