@@ -119,6 +119,14 @@ $(document).ready(function (){
119119 { content : '7.x' , start : '2018-01-01' , end :'2019-06-12' } ,
120120 { content : '8.x' , start : '2019-06-12' , end :'2020-06-01' } ,
121121 ] ,
122+ 'scikit-bio' :[
123+ { content : '0.1.1 - 0.4.2' , start : '2014-05-16' , end : '2016-05-30' , py2 :true } ,
124+ { content : '0.5.0+' , start : '2016-05-31' , end : '2021-12-16' } ,
125+ ] ,
126+ 'QIIME' :[
127+ { content : '1.x' , start : '2010-04-09' , end : '2017-12-31' , py2 :true } ,
128+ { content : '2.x+' , start : '2016-07-11' , end : '2021-12-16' } ,
129+ ] ,
122130 // for tests, rando example
123131 //'matplotlib':[
124132 // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
@@ -129,7 +137,7 @@ $(document).ready(function (){
129137 // {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
130138 //]
131139
132-
140+
133141 }
134142
135143 // Create a DataSet (allows two way data-binding)
@@ -159,7 +167,7 @@ $(document).ready(function (){
159167
160168 var options = {
161169 clickToUse : true ,
162- groupOrder : 'group'
170+ groupOrder : 'group'
163171 } ;
164172
165173 // Create a Timeline
@@ -169,4 +177,3 @@ $(document).ready(function (){
169177 timeline . addCustomTime ( Date . parse ( '2020-01-01' ) )
170178
171179} ) ;
172-
0 commit comments