layout | title | permalink |
---|---|---|
default |
Supplements |
/Supplements/ |
.tablinks:hover { background-color: #ddd; }
.tab { padding-bottom: 80px; }
.tab button.active { background-color: #ccc; }
.tabcontent { color: black; display: none; padding: 10px 20px; height: 100%; } </style>
<script src="../form_generator/js/read_standards.js"></script> <script> function openSupplementFromURL(evt) { supplementName = getParameterByName('supplement')[0].replaceAll('"', ''); var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(supplementName).style.display = "block"; document.getElementById(supplementName+'_b').className += " active"; } </script> <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '{{ site.google_analytics }}'); </script>{% capture std %}{% include_relative Supplements/EthicsEngineering.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/EthicsHumanParticipants.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/EthicsSecondaryData.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/InformationVisualization.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/InterRaterReliabilityAndAgreement.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/OpenScience.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/RegisteredReports.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}
{% capture std %}{% include_relative Supplements/Sampling.md %}{% endcapture %} {{ std | replace: '- [ ]', '-' | markdownify }}