forked from scipy-conference/scipy_proceedings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update paper submission instructions.
- Loading branch information
Showing
2 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,27 +4,32 @@ SciPy Proceedings | |
Paper Format | ||
------------ | ||
|
||
General Guidelines | ||
`````````````````` | ||
- All figures and tables should have captions. | ||
- License conditions on images and figures must be respected | ||
(Creative Commons, etc.). | ||
- Code snippets should be formatted to fit inside a single column | ||
without overflow. | ||
- Try to use as little custom LaTeX markup as possible. | ||
- The paper abstract should be a single paragraph. | ||
Papers are formatted using reStructuredText and the compiled version should be | ||
no longer than 7 pages, including figures. Here are the steps to produce a | ||
paper: | ||
|
||
- For the 2012 branch of the `scipy_proceedings | ||
<https://github.com/scipy/scipy_proceedings>`__ repository on GitHub. An | ||
example paper is provided in ``papers/00_vanderwalt``. Create a new | ||
directory ``papers/firstname_surname``, copy the example paper into it, and | ||
modify to your liking. | ||
|
||
- Run ``./make_paper.sh papers/firstname_surname`` to compile your paper to PDF | ||
(requires LaTeX, docutils, Python). The output appears in | ||
``output/firstname_surname/paper.pdf``. | ||
|
||
Authors and affiliations | ||
```````````````````````` | ||
Define the fields in the beginning of the paper:: | ||
- Once you are ready to submit your paper, file a pull request on GitHub. | ||
|
||
:author: My Name | ||
:email: [email protected] | ||
:institution: Some University | ||
Papers may be submitted via e-mail to [email protected] by July 15th. | ||
|
||
:author: Author Two | ||
:email: [email protected] | ||
:institution: Some University | ||
General Guidelines | ||
`````````````````` | ||
- All figures and tables should have captions. | ||
- License conditions on images and figures must be respected (Creative Commons, | ||
etc.). | ||
- Code snippets should be formatted to fit inside a single column without | ||
overflow. | ||
- Avoid custom LaTeX markup where possible. | ||
|
||
Other markup | ||
------------ | ||
|
@@ -35,12 +40,6 @@ examples of how to: | |
- Use math markup | ||
- Include code snippets | ||
|
||
Build Process | ||
------------- | ||
:: | ||
|
||
./make_paper.sh papers/my_paper_dir | ||
|
||
Requirements | ||
------------ | ||
- IEEETran and AMSmath LaTeX classes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
:author: Gaius Caesar | ||
:email: [email protected] | ||
:institution: Senate House | ||
:institution: Senate House, S.P.Q.R. | ||
|
||
:author: Mark Anthony | ||
:email: [email protected] | ||
:institution: Egyptian Embassy | ||
:institution: Egyptian Embassy, S.P.Q.R. | ||
|
||
:author: Jarrod Millman | ||
:email: [email protected] | ||
:institution: Egyptian Embassy | ||
:institution: Egyptian Embassy, S.P.Q.R. | ||
|
||
|
||
------------------------------------------------ | ||
|