summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202018-09-07 16:12:35 +0530
committerSashi202018-09-07 16:12:35 +0530
commit2c0feb051313c34842dea52d564c4671f49ae668 (patch)
treefe09c0feb36117c8bcd87ce72393e2d532356d1a
parent0d2e0f5384be0e3b20a8cdcff30ea16cb632841a (diff)
downloadnccps-2018-2c0feb051313c34842dea52d564c4671f49ae668.tar.gz
nccps-2018-2c0feb051313c34842dea52d564c4671f49ae668.tar.bz2
nccps-2018-2c0feb051313c34842dea52d564c4671f49ae668.zip
Added google analytics and changed paper submission start date
-rwxr-xr-xstatic/website/templates/cfp.html2
-rw-r--r--static/website/templates/header.html9
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 %}