Skip to content

Commit

Permalink
Add students list to proceedings.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Feb 21, 2012
1 parent 5f619bf commit 519e8db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions publisher/_templates/proceedings.tex.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
\includepdf{title.pdf}
\includepdf[pages=-,openright]{copyright.pdf}
\includepdf[pages=-,openright]{organization.pdf}
\includepdf[pages=-]{students.pdf}

\section*{Contents}
\vspace{4mm}
Expand Down
10 changes: 9 additions & 1 deletion scipy_proc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@
"org": "Some company"}
]
}
]
],

"sponsored_students": [
{
"name": "First name",
"org": "University",
"location": "Where from"
}
]
}

0 comments on commit 519e8db

Please sign in to comment.