|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 |
|
5 |
| - <!-- Global site tag (gtag.js) - Google Analytics --> |
6 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-132556733-1"></script> |
| 5 | + <!-- Google tag (gtag.js) --> |
| 6 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-WJRL86VLXW"></script> |
7 | 7 | <script>
|
8 |
| - window.dataLayer = window.dataLayer || []; |
9 |
| - function gtag(){dataLayer.push(arguments);} |
10 |
| - gtag('js', new Date()); |
11 |
| - gtag('config', 'UA-132556733-1'); |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag(){dataLayer.push(arguments);} |
| 10 | + gtag('js', new Date()); |
| 11 | + gtag('config', 'G-WJRL86VLXW'); |
12 | 12 | </script>
|
13 | 13 |
|
14 | 14 | <meta charset="utf-8">
|
@@ -92,7 +92,7 @@ <h3 class="main-sub-header">What are you waiting for?<br> Just <strong>Do</stron
|
92 | 92 | </ul>
|
93 | 93 | <p>
|
94 | 94 | We strongly believe in the benefits of modular design,
|
95 |
| - collaboration, and re-use. That is why, instead of developing a |
| 95 | + collaboration, and reuse. That is why, instead of developing a |
96 | 96 | single monolithic platform to "solve all the problems", we are
|
97 | 97 | reusing and contributing to existing projects as much as possible.
|
98 | 98 | To that end, in the scope of this project, we actively maintain
|
@@ -195,7 +195,7 @@ <h3><a href="https://github.com/myyoda">YODA</a> Principles</h3>
|
195 | 195 | cover the entire life-span of a research project with reliable,
|
196 | 196 | non-ambiguous tracking and orchestration of all digital products of
|
197 | 197 | a study (e.g., inputs, code, outputs). Modularization facilitates
|
198 |
| - the independent re-use of parts (e.g., the same data used across |
| 198 | + the independent reuse of parts (e.g., the same data used across |
199 | 199 | multiple studies, versions of a software library used repeatedly) in
|
200 | 200 | a manner that scales to dataset sizes found in cutting edge
|
201 | 201 | high-resolution neuroimaging research.</p>
|
|
0 commit comments