diff --git a/_sections/30-projects.md b/_sections/30-projects.md index 371f01d..57ae8f3 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -27,6 +27,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](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) +- [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit)   diff --git a/assets/rdkit.png b/assets/rdkit.png new file mode 100644 index 0000000..00e70a6 Binary files /dev/null and b/assets/rdkit.png differ diff --git a/site.js b/site.js index f0a8e42..534c077 100644 --- a/site.js +++ b/site.js @@ -163,7 +163,11 @@ $(document).ready(function (){ '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'} - ] + ], + 'RDKit':[ + {content: '2014.9.1 - 2019.03.1', start: '2014-09-1', end: '2019-09-1', py2:true}, + {content: '2019.9.1 -' , start: '2019-09-01', end: '2021-03-01'} + ], // for tests, rando example //'matplotlib':[ // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},