Skip to content

Commit 1467431

Browse files
committed
Merge pull request #12 from jairideout/add-skbio
Add scikit-bio and related Caporaso Lab projects to list/timeline
2 parents fc66f56 + a25556c commit 1467431

File tree

5 files changed

+34
-30
lines changed

5 files changed

+34
-30
lines changed

README.md

+17-22
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,39 @@
1-
# A Plege to migrate to Python 3.
1+
# A pledge to migrate to Python 3.
22

3-
This is the main website for a pledge to stop supporting Python 2 for free in open source software.
3+
This is the main website for a pledge to stop supporting Python 2 for free in
4+
open source software.
45

5-
# run locally
6+
# Run locally
67

7-
Install Jekyll : `gem install jekyll`, `gem install gh-pages`
8+
Install Jekyll : `gem install jekyll`, `gem install github-pages`
89

910
Clone this locally, `cd` in the newly created directory.
1011

11-
run `jekyll serve -w` in one terminal, open you browse to `localhost:4000`.
12+
Run `jekyll serve -w` in one terminal, open your browser to `localhost:4000`.
1213

13-
Modify the various files, refresh your browser and enjoy.
14+
Modify the various files, refresh your browser and enjoy.
1415

1516
PRs welcomed.
1617

1718
# Add your project
1819

19-
If you just want to add you project to the list of participating project, add a
20-
line in [the list of participating project](_sections/30-projects.md), it's
20+
If you just want to add your project to the list of participating projects, add
21+
a line in [the list of participating projects](_sections/30-projects.md). It's
2122
markdown so feel free to just list your project name or add a link, and make a
2223
pull request. You should even be able to [edit it
2324
online](https://github.com/python3statement/python3statement.github.io/edit/master/_sections/30-projects.md).
2425

26+
## Add timeline information
2527

26-
27-
28-
## Add timeline informations
29-
30-
The front page also have a timeline chart, with past release dates, and future
31-
(planned) releases. You can also add you project there, if you have a specific
32-
date where you plan to drop Python 2 support.
28+
The front page also has a timeline chart, with past release dates and future
29+
(planned) releases. You can also add your project there, if you have a specific
30+
date where you plan to drop Python 2 support.
3331

3432
See [site.js](site.js) around [line
3533
100](https://github.com/python3statement/python3statement.github.io/blob/master/site.js#L103)
36-
to see how to add this kind of data.
37-
38-
39-
# Base template:
40-
41-
This is a based on version of
42-
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged)
34+
to see how to add this kind of data.
4335

36+
# Base template
4437

38+
This site is based on
39+
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged).

_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/40-timeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ extended support. (Python's own timeline is available
1515

1616
<div id="visualization"></div>
1717

18-
See how to [add your project to the list of participating project](https://github.com/python3statement/python3statement.github.io#add-your-project) and to [this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-informations)
18+
See how to [add your project to the list of participating projects](https://github.com/python3statement/python3statement.github.io#add-your-project) and to [this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-information)

_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)