summaryrefslogtreecommitdiff
path: root/website/templates/cfp.html
blob: 411a16033e82c6173065b54d1027a8dc434ce27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{% extends 'base.html' %}
{% load static %}

{%  block navbar %}
<div id="navbar-main"> 
  <!-- Fixed navbar -->
  <div class="navbar navbar-inverse navbar-fixed-top">
    <div class="container">
      <div class="navbar-header">
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
        <a class="navbar-brand" href="{% url 'website:home' %}">SciPy India 2015 </a>
      </div>
      <div class="navbar-collapse collapse">
        <ul class="nav navbar-nav navbar-right">
           <li><a href="{% url 'website:home' %}">Home</a></li>
           {% if user and not user.is_anonymous %}
               <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}<b class="caret"></b></a>
               <ul class="dropdown-menu">
                   <li><a href="{% url 'auth:logout' %}?next=/2015/cfp">Logout</a></li>
               </ul>           
           {% endif %}
        </ul>
      </div>
      <!--/.nav-collapse --> 
    </div>
  </div>
</div>
{% endblock %}

{% block content %}
<div id="about" name="about">
  <div class="container">
    <div class="row white">
      {% if proposal_submit %}
          <center>
            <div class="alert" style="width:700px;height:50px;">
                <a class="close" data-dismiss="alert" href="#">&times;</a>
                <p>Thank You for submitting a talk. Propsal has been saved successfully !</p>
            </div>
          </center>
          <div class="clearfix"></div>
      {% endif %}
      {% if for_update_password %}
          <center>
            <div class="alert" style="width:350px;height:45px;">
                <a class="close" data-dismiss="alert" href="#">&times;</a>
                <p>Kindly login to update your password</p>
            </div>
          </center>
          <div class="clearfix"></div>
      {% endif %}
      {% if login_required %}
          <center>
            <div class="alert" style="width:400px;height:50px;">
                <a class="close" data-dismiss="alert" href="#">&times;</a>
                <p>Kindly Login/Register to submit a talk !</p>
            </div>
          </center>
          <div class="clearfix"></div>
      {% endif %}
      {% if password_updated %}
          <center>
            <div class="alert" style="width:400px;height:50px;">
                <a class="close" data-dismiss="alert" href="#">&times;</a>
                <p>Password has been updated successfully !</p>
            </div>
          </center>
          <div class="clearfix"></div>
      {% endif %}
      {% if password_reset %}
          <center>
            <div class="alert" style="width:600px;height:80px;">
                <a class="close" data-dismiss="alert" href="#">&times;</a>
                <p>New login details have been sent to your email address. Kindly check your mail box. Do not forget to check your spam folder.</p>
            </div>
          </center>
          <div class="clearfix"></div>
      {% endif %}
      <h2 class="centered">Call for Proposals</h2>
      <hr>
          <div class="col-md-6">
            <p align="justify">We look forward to your proposals. Conference aims to promote <strong>Python for Scientific Computing and Education</strong>. Topics like pedagogy, exploration, modeling or from both applied and developmental perspectives are welcome. Contributions from academia as well as industry are welcome. If you wish to propose a talk at the conference, kindly follow the guidelines given below.</p>
            <hr>
            <h3><u>Proposal Guidelines</u></h3>
            <ul>
                <li>Submit a proposal through <a href="#">this link</a>
                <li>The project you are willing to present should be an actual implementation rather than just an idea.
                <li>Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing.
                <li>Proposals with an aim to promote a commercial product or service will be rejected.
                <li>In your abstract mention about various tools/libraries used for development.
                <li>Notification for selection/rejection of your proposal will be given through email.
                <li>All selected proposals must be presented at the conference by at least one author.
            </ul>
          </div>
          <div class="col-md-6">
            <h3><u>Important Dates</u></h3>
            <ul>
                <li>CFP Open: July 5, 2015
                <li>CFP Close: October 15, 2015
                <li>Announcement of selected proposals: November 15, 2015
            </ul>
            <hr>
            {% if user and not user.is_anonymous %}
                <a href="{% url 'website:submitcfp' %}" class="btn btn btn-primary">Submit a Talk</a>
                <br><br>
                <p align="justify">
                If you are interested in taking an hands on tutorial/workshop session kindly write to us at <b>scipy[at]fossee[dot]in</b> with the topic you are interested to take along with a brief bio about yourself. Kindly note that the topic should be related to scientific computing.</p>
            {% else %}
                <p>Login/Register to submit a talk
                {% if invalid %}
                  <center>
                    <div class="alert" style="width:300px;height:45px;">
                        <a class="close" data-dismiss="alert" href="#">&times;</a>
                        <p>Invalid Username/Password</p>
                    </div>
                  </center>
                  <div class="clearfix"></div>
                {% endif %}
                {% if for_update_password or password_reset %}
                  <div class="col-md-8">
                    <center>
                        <div class="alert" style="width:300px;height:60px;">
                            <a class="close" data-dismiss="alert" href="#">&times;</a>
                            <p style="line-height:20px;">Login with the details sent to you to update your password.</p>
                        </div>
                    </center>
                    <div class="clearfix"></div>
                    <form action="/2015/cfp/?next=/2015/accounts/update-password" method="POST">
                        {{ form.as_p }}
                        <button class="btn btn btn-primary" type="submit">Login</button>
                        <a href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account</a>
                        <a href="{% url 'website:forgotpassword' %}">Forgot Password ?</a>
                        {% csrf_token %}
                    </form>
                  </div>
                {% elif password_updated %}
                  <div class="col-md-8">
                    <form action="/2015/cfp/" method="POST">
                        {{ form.as_p }}
                        <button class="btn btn btn-primary" type="submit">Login</button>
                        <a href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account</a>
                        <a href="{% url 'website:forgotpassword' %}">Forgot Password ?</a>
                        {% csrf_token %}
                    </form>
                    <br>
                    <p>OR</p>
                    <a href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}" class="btn btn-block btn-social btn-google"><i class="fa fa-google"></i> Sign in with Google</a>
                    <a href="{% url 'social:begin' 'github' %}?next={{ request.path }}" class="btn btn-block btn-social btn-github"><i class="fa fa-github"></i> Sign in with Github</a>
                    <a href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}" class="btn btn-block btn-social btn-facebook"><i class="fa fa-facebook"></i> Sign in with Facebook</a>
                  </div>
                {% else %}
                  <div class="col-md-8">
                    <form action="" method="POST">
                        {{ form.as_p }}
                        <button class="btn btn btn-primary" type="submit">Login</button>
                        <a href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account</a>
                        <a href="{% url 'website:forgotpassword' %}">Forgot Password ?</a>
                        {% csrf_token %}
                    </form>
                    <br>
                    <p>OR</p>
                    <a href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}" class="btn btn-block btn-social btn-google"><i class="fa fa-google"></i> Sign in with Google</a>
                    <a href="{% url 'social:begin' 'github' %}?next={{ request.path }}" class="btn btn-block btn-social btn-github"><i class="fa fa-github"></i> Sign in with Github</a>
                    <a href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}" class="btn btn-block btn-social btn-facebook"><i class="fa fa-facebook"></i> Sign in with Facebook</a>
                {% endif %}
                  </div>
            {% endif %}
          </div>
    </div>
    <!-- row --> 
  </div>
</div>
<hr>
{% endblock %}