Skip to content

Commit 12dc84e

Browse files
authored
Merge pull request #107 from javipalanca/master
Add SPADE timeline
2 parents 32b9bfc + 7f9f971 commit 12dc84e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: _sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ for some that aren't directly comparable. -->
4949
- [imageio](https://imageio.github.io)
5050
- [An Introduction to Applied Bioinformatics](http://readiab.org)
5151
- [QIIME](http://qiime.org)
52+
- [SPADE](https://github.com/javipalanca/spade)
5253
- [gala](https://gala.readthedocs.io)
5354
- [CIS](https://github.com/cedadev/cis)
5455
- [cual-id](https://github.com/johnchase/cual-id)

Diff for: site.js

+7
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,13 @@ $(document).ready(function (){
179179
{content: '0.18.x', start: '2016-10-16', end: '2017-10-16', py2:true},
180180
{content: '1.0.x -', start: '2016-12-26', end: '2021-12-23'}
181181
],
182+
'SPADE':[
183+
{content: '2.0', start: '2010-08-01', end: '2012-11-09', py2:true},
184+
{content: '2.1', start: '2012-11-09', end: '2013-05-27', py2:true},
185+
{content: '2.2', start: '2013-05-27', end: '2017-06-09', py2:true},
186+
{content: '2.3', start: '2017-06-09', end: '2018-12-31', py2:true},
187+
{content: '3.x -', start: '2018-09-15', end: '2020-12-31', py2:false}
188+
],
182189

183190
// for tests, rando example
184191
//'matplotlib':[

0 commit comments

Comments
 (0)