146dde6448df94cc2f2e1434ff19fc6f71a1b4a6
_Sidebar.md
... | ... | @@ -24,7 +24,7 @@ Support for Site Administrators |
24 | 24 | |
25 | 25 | Hardware Support Notes |
26 | 26 | |
27 | -- [Recommended Hardware](recommended) |
|
27 | +- [Recommended Hardware and Benchmarking](recommended) |
|
28 | 28 | - [GPU computing](gpu) |
29 | 29 | - [Setup Stereo 3D](stereo) |
30 | 30 | - [SBGrid on AWS EC2](AWS) |
recommended.md
... | ... | @@ -1,8 +1,8 @@ |
1 | -# Recommended Hardware |
|
1 | +# Recommended Hardware and Benchmarking |
|
2 | 2 | |
3 | 3 | <!-- TOC --> |
4 | 4 | |
5 | -- [Recommended Hardware](#recommended-hardware) |
|
5 | +- [Recommended Hardware and Benchmarking](#recommended-hardware) |
|
6 | 6 | - [Linux Workstations](#linux-workstations) |
7 | 7 | - [Apple Workstations](#apple-workstations) |
8 | 8 |
templates/layout.mustache
... | ... | @@ -55,6 +55,15 @@ |
55 | 55 | {{/mathjax}} |
56 | 56 | {{#js}}<script type="text/javascript" src="{{custom_js}}"></script>{{/js}} |
57 | 57 | |
58 | + <script> |
|
59 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
60 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
61 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
62 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
|
63 | + ga('create', 'UA-24573291-1', 'auto'); |
|
64 | + ga('send', 'pageview'); |
|
65 | + </script> |
|
66 | + |
|
58 | 67 | <title>{{title}}</title> |
59 | 68 | </head> |
60 | 69 | <body> |