summaryrefslogtreecommitdiff
path: root/static/website
diff options
context:
space:
mode:
authorSashi202018-09-07 16:13:49 +0530
committerGitHub2018-09-07 16:13:49 +0530
commit606b481405fc1a929b7f9703de891922dca5ddb7 (patch)
treefe09c0feb36117c8bcd87ce72393e2d532356d1a /static/website
parent90dcf938991b993c178ab7546621f9c0984ab886 (diff)
parent2c0feb051313c34842dea52d564c4671f49ae668 (diff)
downloadnccps-2018-606b481405fc1a929b7f9703de891922dca5ddb7.tar.gz
nccps-2018-606b481405fc1a929b7f9703de891922dca5ddb7.tar.bz2
nccps-2018-606b481405fc1a929b7f9703de891922dca5ddb7.zip
Merge pull request #5 from Sashi20/development
Added google analytics and changed paper submission start date
Diffstat (limited to 'static/website')
-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 %}