summaryrefslogtreecommitdiff
path: root/static/website/templates/submit-cfp.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/submit-cfp.html')
-rwxr-xr-xstatic/website/templates/submit-cfp.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/static/website/templates/submit-cfp.html b/static/website/templates/submit-cfp.html
index b31658d..5d9ec8b 100755
--- a/static/website/templates/submit-cfp.html
+++ b/static/website/templates/submit-cfp.html
@@ -38,5 +38,42 @@
</form>
{% endif %}
</div>
+
+<div class="modal fade" id="modal_terms_and_conditions" role="dialog">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal">&times;</button>
+ </div>
+ <div class="modal-body">
+ <center>
+ <h1>Terms and conditions</h1>
+ </center>
+ <div class="row">
+ <div class="col-md-12">
+ <h4>Paper</h4>
+ <ul>
+ <li>The decision of the organization will be final.</li>
+ <li>Maximum three authors for one paper are allowed.</li>
+ <li>The subsidy will be given to the authors of the selected papers, to cover a part of the cost of their accommodation(for 1 night) and part of travel expenses depending on the quality of their work. This will be paid after the conference.</li>
+ <li>Only one author will get the above subsidy in case of a paper has multiple authors.</li>
+ <li>The organization reserves all rights to take a decision about this subsidy.</li>
+ <li>All authors must register for the conference.</li>
+ </ul>
+ <h4>Content:</h4>
+ <ul>
+ <li>The copyright for the content uploaded or shared by any means will be transferred to FOSSEE, IIT Bombay.</li>
+ <li>The Organization reserves the rights to release this content under Creative Commons Attribution-ShareAlike 4.0 International License in any format.</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="modal-footer">
+ <button type="button" class="btn btn-info" data-dismiss="modal">Close</button>
+ </div>
+ </div>
+ </div>
+</div>
+
</section>
{% endblock %}