Skip to content

Commit a25556c

Browse files
committed
Add scikit-bio and related Caporaso Lab projects to list/timeline
1 parent c5e8d49 commit a25556c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

_sections/30-projects.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ style: center
99
# Participating Projects
1010

1111
- [IPython](https://ipython.org)
12-
- [Jupyter notebook](https://jupyter.org)
13-
14-
12+
- [Jupyter notebook](https://jupyter.org)
13+
- [scikit-bio](http://scikit-bio.org)
14+
- [An Introduction to Applied Bioinformatics](http://readiab.org)
15+
- [QIIME](http://qiime.org)
16+
- [cual-id](https://github.com/johnchase/cual-id)

_sections/50-why.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ code to use Python 3:
1515
- [How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html)
1616
- [Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
1717
- [Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
18-
- [SciKitBio Py3 Only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/active/002-py3-only.md)
18+
- [scikit-bio py3-only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/accepted/002-py3-only.md)

site.js

+10-3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)