Skip to content

Commit a607ca2

Browse files
committed
add google traffic tracking
1 parent 7688025 commit a607ca2

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7Q4VZX39XQ"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
gtag('config', 'G-7Q4VZX39XQ');
12+
</script>
513
<meta charset="utf-8">
614
<meta name="viewport" content="width=device-width, initial-scale=1">
715
<title>Neotoma Taxonomy Visualizer</title>

tests/golden/tree_structure_baseline.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -573,15 +573,15 @@
573573
"records_sha256": "3fe1d3471921a774b1c77054db7c15aba0e55537f288a1d541ee04b8bd305f9b"
574574
},
575575
"UPA": {
576-
"input_row_count": 867,
576+
"input_row_count": 868,
577577
"root_id": 313,
578578
"root_name": "Unknown",
579-
"node_count": 867,
580-
"edge_count": 866,
581-
"leaf_count": 839,
579+
"node_count": 868,
580+
"edge_count": 867,
581+
"leaf_count": 840,
582582
"max_depth": 3,
583-
"structure_sha256": "e837d49b952573d29a371186f28e41692d3694ba6eda361302c4bd5d859c05d5",
584-
"records_sha256": "96c07061fad0c5574d9f32a916e8aecea8ce2312adc30ce8a26026138c7eb206"
583+
"structure_sha256": "584474c1a7e645969cbaaf1fe331f2922667c4247c9bf74c897ba5745c5c0156",
584+
"records_sha256": "461a02f26abba33ebd10415ee1986c90e4cb18ff5cd77861f4e5cdc2744900b4"
585585
},
586586
"VER": {
587587
"input_row_count": 13,
@@ -595,15 +595,15 @@
595595
"records_sha256": "1aad52bae2722682910eb081f0016f4a79149af60b949200cc403537bac59b0c"
596596
},
597597
"VPL": {
598-
"input_row_count": 19284,
598+
"input_row_count": 19286,
599599
"root_id": -2003,
600600
"root_name": "Vascular plants",
601-
"node_count": 19287,
602-
"edge_count": 19286,
603-
"leaf_count": 15542,
601+
"node_count": 19289,
602+
"edge_count": 19288,
603+
"leaf_count": 15544,
604604
"max_depth": 19,
605-
"structure_sha256": "9d617b5a298aa497554301143587f575e60fbc2084e3e6b85c957d8f689f6416",
606-
"records_sha256": "c6a59dcca6d41119325a71249221cf777e371c1c2ce29a41a55baffcf2ed033d"
605+
"structure_sha256": "67fb790985916031cc442e2ab6c3b59448b2ef7cae97ab1d066bff3edadc20e0",
606+
"records_sha256": "720a8ff9d8740467607e643d99219c1b9615c9fb7504cb43da733ae30d0a52bb"
607607
},
608608
"WCH": {
609609
"input_row_count": 62,

0 commit comments

Comments
 (0)