|
5 | 5 | <!-- Enable responsiveness on mobile devices-->
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
7 | 7 | <meta name="description" content="Open-Source Deep-Learning Software for Java and Scala on Hadoop and Spark">
|
8 | | - <meta name="author" content="Chris V. Nicholson, Adam Gibson, Skymind team"> |
9 | 8 |
|
10 | 9 | <title>
|
11 | 10 | {% if page.title == "Home" %}
|
|
39 | 38 |
|
40 | 39 | <!-- Google Analytics -->
|
41 | 40 | <script>
|
42 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 41 | + /*(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
43 | 42 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
44 | 43 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
45 | 44 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
46 | 45 | ga('create', 'UA-48811288-1', 'auto');
|
47 | 46 | ga('require', 'linkid', 'linkid.js');
|
48 | 47 | ga('send', 'pageview');
|
49 | | - ga('require', 'displayfeatures'); |
| 48 | + ga('require', 'displayfeatures');*/ |
50 | 49 | </script>
|
51 | 50 | <!-- End Google Analytics -->
|
52 | 51 |
|
53 | | - <!-- CrazyEgg --> |
54 | | - <script type="text/javascript"> |
55 | | - setTimeout(function(){var a=document.createElement("script"); |
56 | | - var b=document.getElementsByTagName("script")[0]; |
57 | | - a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0025/5605.js?"+Math.floor(new Date().getTime()/3600000); |
58 | | - a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); |
59 | | - </script> |
60 | | - <!-- End CrazyEgg --> |
61 | | - |
62 | | - <!-- Start of HubSpot Embed Code --> |
63 | | - <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/2179705.js"></script> |
64 | | - <!-- End of HubSpot Embed Code --> |
65 | | - |
66 | | - <!-- Start Pardot Tracking Code --> |
67 | | - <script type="text/javascript"> |
68 | | - piAId = '457082'; |
69 | | - piCId = '66281'; |
70 | | - piHostname = 'pi.pardot.com'; |
71 | | - |
72 | | - (function() { |
73 | | - function async_load(){ |
74 | | - var s = document.createElement('script'); s.type = 'text/javascript'; |
75 | | - s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js'; |
76 | | - var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c); |
77 | | - } |
78 | | - if(window.attachEvent) { window.attachEvent('onload', async_load); } |
79 | | - else { window.addEventListener('load', async_load, false); } |
80 | | - })(); |
81 | | - </script> |
82 | | - <!-- End Pardot Tracking Code --> |
83 | | - |
84 | | - <!-- Start Optimizely --> |
85 | | - <script src="https://cdn.optimizely.com/js/2296590312.js"></script> |
86 | | - <!-- End Optimizely --> |
87 | | - |
88 | 52 | <!-- CN search script -->
|
89 | 53 | {% if page.layout == "cn-default" %}
|
90 | 54 | <link rel="stylesheet" href="/cn/stylesheet.css">
|
|
0 commit comments