summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates')
-rw-r--r--website/templates/index.html2
-rw-r--r--website/templates/page.html2
-rw-r--r--website/templates/papers.html11
3 files changed, 8 insertions, 7 deletions
diff --git a/website/templates/index.html b/website/templates/index.html
index 029124a..6cef463 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -31,7 +31,7 @@
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>
- <li><a href="{% url 'website:call-for-papers' %}">Call for Papers</a>
+ <li><a href="{% url 'website:call-for-proposals' %}">Call for Proposals</a>
<li class="divider"></li>
<li class="has-dropdown"><a href="#">Conference</a>
<ul class="dropdown">
diff --git a/website/templates/page.html b/website/templates/page.html
index 534b74e..d1f21c8 100644
--- a/website/templates/page.html
+++ b/website/templates/page.html
@@ -31,7 +31,7 @@
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>
- <li><a href="{% url 'website:call-for-papers' %}">Call for Papers</a>
+ <li><a href="{% url 'website:call-for-proposals' %}">Call for Proposals</a>
<li class="divider"></li>
<li class="has-dropdown"><a href="#">Conference</a>
<ul class="dropdown">
diff --git a/website/templates/papers.html b/website/templates/papers.html
index 6bba60c..7f8d9a2 100644
--- a/website/templates/papers.html
+++ b/website/templates/papers.html
@@ -4,10 +4,10 @@
{% if status == "up" %}
<h4>Document uploaded succcessfully. </h4>
{% endif %}
-<h4>Call for papers</h4>
+<h4>Call for Proposals</h4>
<p align="justify">
- We look forward for submissions for paper presentations at SciPy India 2013.
- If you wish to present a paper, please submit an abstract of 300 to 700 words describing the topic,
+ We look forward for submissions for presentations at SciPy India 2013.
+ If you wish to present, please submit an abstract of 300 to 700 words describing the topic,
including its relevance to Python. Based on the quality of the submissions,
the conference organizers will select it either as a full fledge talk (20-30 mins) or as
<a href="http://en.wikipedia.org/wiki/PechaKucha" target="_blank">Pecha Kucha style</a> talk.
@@ -39,9 +39,10 @@
<br>
<table>
<tr><td>Call for proposals start: 7th October 2013
- <tr><td>Call for proposals end: 1st December 2013
+ <tr><td>Call for proposals end: 24th November 2013
+ <tr><td>List of accepted proposals will be published: 1st December 2013
</table>
</div>
</div>
</div> <!-- row -->
-{% endblock %} \ No newline at end of file
+{% endblock %}