@@ -119,6 +119,14 @@ $(document).ready(function (){
119
119
{ content : '7.x' , start : '2018-01-01' , end :'2019-06-12' } ,
120
120
{ content : '8.x' , start : '2019-06-12' , end :'2020-06-01' } ,
121
121
] ,
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
+ ] ,
122
130
// for tests, rando example
123
131
//'matplotlib':[
124
132
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
@@ -129,7 +137,7 @@ $(document).ready(function (){
129
137
// {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
130
138
//]
131
139
132
-
140
+
133
141
}
134
142
135
143
// Create a DataSet (allows two way data-binding)
@@ -159,7 +167,7 @@ $(document).ready(function (){
159
167
160
168
var options = {
161
169
clickToUse : true ,
162
- groupOrder : 'group'
170
+ groupOrder : 'group'
163
171
} ;
164
172
165
173
// Create a Timeline
@@ -169,4 +177,3 @@ $(document).ready(function (){
169
177
timeline . addCustomTime ( Date . parse ( '2020-01-01' ) )
170
178
171
179
} ) ;
172
-
0 commit comments