diff options
Diffstat (limited to 'static/website')
-rwxr-xr-x | static/website/templates/cfp.html | 2 | ||||
-rw-r--r-- | static/website/templates/header.html | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index f8160ac..52bf3a5 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -124,7 +124,7 @@ <div class="row"> <div class="col-md-12" style="font-weight: 500;"> <p class="text-justify">We invite papers on Chemical Process Modelling, Simulation and Optimization. Time duration for oral presentation will be 15 minutes. Accepted papers will be published in conference proceedings. Award will be given to best paper and best poster.</p> - <p class="text-justify">Paper submission starts on September 10 2018.</p> + <p class="text-justify">Paper submission starts on September 15 2018.</p> </div> </div> <div class="row"> diff --git a/static/website/templates/header.html b/static/website/templates/header.html index f9d9c53..9ac59e0 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -31,6 +31,15 @@ jQuery(document).ready(function($){ }); </script> +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82999923-8"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-82999923-8'); +</script> </head> {% endblock %} |