Skip to content

Commit 21360d1

Browse files
committed
2016 --> 2017
1 parent 17e6865 commit 21360d1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ paper:
3030
[scipy_proceedings](https://github.com/scipy-conference/scipy_proceedings)
3131
repository on GitHub.
3232

33-
- Check out the 2016 branch (``git checkout 2016``).
33+
- Check out the 2017 branch (``git checkout 2017``).
3434

3535
- An example paper is provided in ``papers/00_vanderwalt``. Create a new
3636
directory ``papers/firstname_surname``, copy the example paper into it, and
@@ -42,7 +42,7 @@ paper:
4242

4343
- Once you are ready to submit your paper, file a pull request on GitHub.
4444
**Please ensure that you file against the correct branch**--your branch
45-
should be named 2016, and the pull-request should be against our 2016
45+
should be named 2017, and the pull-request should be against our 2017
4646
branch.
4747

4848
- Please do not modify any files outside of your paper directory.
@@ -80,7 +80,7 @@ These dates are the
8080

8181
## Review Criteria
8282

83-
A small subcommittee of the SciPy 2016 organizing committee has created [this
83+
A small subcommittee of the SciPy 2017 organizing committee has created [this
8484
set of suggested review
8585
criteria](https://github.com/scipy-conference/scipy_proceedings/blob/master/review_criteria.md)
8686
to help guide authors and reviewers alike. Suggestions and amendments to these

review_criteria.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Suggested Review Criteria for SciPy Proceedings
22

3-
A small subcommittee of the SciPy 2016 organizing committee has created this
3+
A small subcommittee of the SciPy 2017 organizing committee has created this
44
set of suggested review criteria
55
to help guide authors and reviewers alike. Suggestions and amendments to these
66
review criteria are enthusiastically welcomed via discussion or pull request.

reviews/invite-reviewer.txt.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hello {{ reviewer }}!
22

3-
The 2016 Scientific Computing with Python Conference
4-
(http://scipy2016.scipy.org) is fast approaching, and so too is the deadline
3+
The 2017 Scientific Computing with Python Conference
4+
(http://scipy2017.scipy.org) is fast approaching, and so too is the deadline
55
for proceedings submissions (May 16th) and consequently the start of the
66
review process.
77

@@ -21,5 +21,5 @@ with any other community members who you think we should consider inviting to
2121
review.
2222

2323
Yours Truly,
24-
Your SciPy 2016 Proceedings co-chairs,
24+
Your SciPy 2017 Proceedings co-chairs,
2525
Scott Rostrup and Sebastian Benthall

scipy_proc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"proceedings": {
3-
"citation_key": "proc-scipy-2016",
3+
"citation_key": "proc-scipy-2017",
44
"title": {
55
"acronym": "SciPy",
66
"conference": "Python in Science Conference",
77
"ordinal": "15th",
8-
"short": "PROC. OF THE 15th PYTHON IN SCIENCE CONF. (SCIPY 2016)",
8+
"short": "PROC. OF THE 15th PYTHON IN SCIENCE CONF. (SCIPY 2017)",
99
"full": "Proceedings of the 15th Python in Science Conference"
1010
},
11-
"year": "2016",
11+
"year": "2017",
1212
"editor": [
1313
"Stéfan van der Walt",
1414
"Jarrod Millman"

0 commit comments

Comments
 (0)