+
+
DWSIM Flowsheeting Creation Competition
+
+
+ - Top 8 participants in the leaderboard by end of 02-11-2018, 11:59 PM are eligible for this competition.
+ - These participants will receive the problem statement to be solved in DWSIM directly through e-mail by 03-11-2018, 12:00 noon.
+ - Participants have to propose the assigned flowsheet in the DWSIM Flowsheeting Project webpage using the proposal form
+ here.
+ The proposal should be submitted by 04-11-2018, 12:00 noon.
+ - In case of any issues regarding submission of proposal, please write to us at contact-dwsim@fossee.in before the deadline for proposal submission.
+ - Participants can start creating the simulation for the assigned flowsheet as soon as they submit the proposal. Participants need not wait for approval of the proposal to start working on the flowsheet.
+ - No extension in deadline will be granted for submission of proposal. If any of the participant doesn’t submit the proposal by the given deadline, flowsheet will be assigned to the next participant i.e. the 9th participant in the leaderboard and so on.
+ - Solve the flowsheet using DWSIM Version 5.4 Update 2.
+ - Flowsheet and a well written abstract should be submitted here.
+ - Flowsheet creation competition would carry 50 marks in total divided in the following manner.
+
+ - Approach to the flowsheet - 10
+ - Validation / Accuracy of results in the flowsheet - 20
+ - Presentation of the flowsheet - 10
+ - Abstract - 10
+
+ - Please adhere to the guidelines for the flowsheet development and abstract mentioned here.
+ - The last date for submission of flow sheet is 8-11-2018, 11:59 PM.
+ - Submission of correct flowsheet by 04-11-2018, 11:59 PM will attract bonus of 10 marks.
+ - Submission of correct flowsheet by 05-11-2018, 11:59 PM will attract bonus of 7 marks.
+ - Submission of correct flowsheet by 06-11-2018, 11:59 PM will attract bonus of 5 marks.
+ - If the flowsheet is not as per the given problem statement, participants will be given chance to correct and re-upload the flowsheet. In that case, no bonus marks will be rewarded.
+ - Decision of the NCCPS team regarding marking of the flowsheeting competition will be final.
+
+
+
+
+
+
+
+
+
{% endblock %}
diff --git a/static/website/templates/job-fair.html b/static/website/templates/job-fair.html
new file mode 100644
index 0000000..fedf936
--- /dev/null
+++ b/static/website/templates/job-fair.html
@@ -0,0 +1,60 @@
+{% extends "base.html" %}
+{% load static %}
+
+
+{% include 'header.html' %}
+
+
+
+ {% include 'navbar.html' %}
+ {% block content %}
+
+ Job Fair
+
+
+
+
+
+
For Employers
+
+
Introduction
+
The conference committee is excited to invite your esteemed organisation to the job fair to be conducted in connection with the National Conference on Chemical Process Simulation-2018 to be held on 26 November 2018 at IIT Bombay.
+
+
The conference will bring together people from both industry and academia. An important aim of this job fair is to offer networking opportunities with prospective recruits. Your organisation can meet bright chemical engineering students who are experts in process modelling and simulation. We have sent invites to more than 300 chemical engineering departments across the country.
+
What we offer?
+
+ - Meeting bright chemical engineering students who are experts in process modelling and simulation
+ - Accommodation for the company/ organisation representatives (for 2 people) for one night
+ - One room at the venue where your organization can meet and interact with prospective recruits
+
+
+
+
+
+
+
+
+
For Students
+
+
Introduction
+
The conference committee is pleased to invite to the job fair which is to be conducted in connection with the the National Conference on Chemical Process Simulation-2018 to be held at IIT Bombay on 26 November 2018.
+
+
We have invited many companies to participate in the job fair. Some of the companies who have confirmed of their presence are Equinox, Ingenero,......
+
+
+
+
+
+
+
+
+
+ {% endblock %}
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html
index d820d5d..085b56b 100644
--- a/static/website/templates/navbar.html
+++ b/static/website/templates/navbar.html
@@ -36,10 +36,12 @@
C0C
Schedule
-
Venue
+
+
Contact Us
DWSIM QUIZ
+
Job Fair
cfp
{% if user.is_authenticated %}
--
cgit