Removed Google Analytics.

This commit is contained in:
2021-06-29 10:00:58 +08:00
parent de785680be
commit fd859486ad

View File

@@ -4,25 +4,6 @@
<link rel="stylesheet" href="style.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Chen Yang</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156685715-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156685715-1');
</script>
<script>
function toggleAbstract(absId) {
var x = document.getElementById(absId);
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>
</head>
<body bgcolor="#FFFFFF">
@@ -137,7 +118,7 @@ Portfolio selection under market frictions; Stochastic control; FinTech; Market
<h3 id="links">Links</h3>
<a href="http://www.se.cuhk.edu.hk" target="_blank">SEEM@CUHK</a> &nbsp;&nbsp; <a href="http://www.hongkong-fintech.hk/en/home.html" target="_blank">FinTechHK</a>
<a href="http://www.se.cuhk.edu.hk" target="_blank">SEEM@CUHK</a> &nbsp;&nbsp; <a href="https://www.hongkong-fintech.hk" target="_blank">FinTechHK</a>
<hr>