Skip to content

Commit c514938

Browse files
authored
Merge pull request #16 from brain-image-library/icaoberg-google-analytics
Added Google Analytics tags
2 parents aad30f3 + a63748e commit c514938

11 files changed

+103
-12
lines changed

about.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
<head>
44
<title>Brain Image Library: About</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
713

14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

access.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44
<title>Bootstrap 4 Layout</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800">
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
1018
<link rel="stylesheet" href="/css/bootstrap.css">
1119
<link rel="stylesheet" href="/css/styles.css">
1220
<script src="/js/jquery.min.js"></script>
13-
1421
</head>
1522

1623
<body>

compute.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<title>Brain Image Library: Compute Through Bridges</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

computevisual.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<title>Brain Image Library: Computing and Visualization</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
713

14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

download.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<title>Brain Image Library: Download</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
<head>
44
<title>Brain Image Library: A public resource enabling researchers to deposit, analyze, mine, share and interact with large brain image datasets.</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
8+
<!-- Global site tag (gtag.js) - Google Analytics -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-R1YK9CG4GL');
16+
</script>
717

818
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
919
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />

newmetadatamodel.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
<head>
44
<title>Brain Image Library: New Metadata Model</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

people.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
<head>
44
<title>Brain Image Library: Staff</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
8+
<!-- Global site tag (gtag.js) - Google Analytics -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-R1YK9CG4GL');
16+
</script>
717

818
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800">
919
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

software.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
<head>
44
<title>Brain Image Library: Data Submission</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
713

14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

submission.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<title>Brain Image Library: Data Submission</title>
55
<meta http-equiv="x-ua-compatible" content="ie=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
7+
<!-- Global site tag (gtag.js) - Google Analytics -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-R1YK9CG4GL');
15+
</script>
816
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
917
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
1018
<link rel="stylesheet" href="/css/bootstrap.css" />

0 commit comments

Comments
 (0)