Skip to content

Latest commit

 

History

History
156 lines (138 loc) · 5.11 KB

tab_04_supplements.md

File metadata and controls

156 lines (138 loc) · 5.11 KB
layout title permalink
default
Supplements
/Supplements/
<style> .tablinks { background-color: #inherit; color: black; float: left; border: none; outline: none; cursor: pointer; padding: 4px 10px; font-size: 17px; height: 50px; width: 25%; }

.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>
Ethics (Engineering Research)
Ethics (Human Participants) Ethics (Secondary Data) Information Visualization Inter-Rater Reliability and Agreement Open Science Registered Reports Sampling

{% 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 }}

<script> function openSupplement(evt, supplementName) { 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"; evt.currentTarget.className += " active"; window.history.replaceState('', '', '?supplement='+supplementName); } </script>