Skip to content
Snippets Groups Projects
Commit 8ea254e1 authored by Natalia's avatar Natalia
Browse files

added references section

parent 37bd5edc
No related branches found
No related tags found
No related merge requests found
Pipeline #489599 passed
......@@ -16,9 +16,11 @@
<div onclick="goTo(document.getElementById('two'))"><span id="subtitle2" style="color: #62D881;">Our responsible innovation approach</span></div>
<div onclick="goTo(document.getElementById('three'))"><span id="subtitle3" style="color: #62D881;">Value-Sensitive Design</span></div>
<div onclick="goTo(document.getElementById('four'))"><span id="subtitle4" style="color: #62D881;">Stakeholders</span></div>
<div onclick="goTo(document.getElementById('five'))"><span id="subtitle6" style="color: #62D881;">Integrated Human Practices</span></div>
<div onclick="goTo(document.getElementById('six'))"><span id="subtitle7" style="color: #62D881;">IHP: Final Implementation</span></div>
<div onclick="goTo(document.getElementById('seven'))"><span id="subtitle8" style="color: #62D881;">IHP: Techno-moral Scenarios</span></div>
<div onclick="goTo(document.getElementById('five'))"><span id="subtitle5" style="color: #62D881;">Integrated Human Practices</span></div>
<div onclick="goTo(document.getElementById('six'))"><span id="subtitle6" style="color: #62D881;">IHP: Final Implementation</span></div>
<div onclick="goTo(document.getElementById('seven'))"><span id="subtitle7" style="color: #62D881;">IHP: Techno-moral Scenarios</span></div>
<div onclick="goTo(document.getElementById('eight'))"><span id="subtitle8" style="color: #62D881;">References</span></div>
</div>
<div class="pagecontent">
<!-- 1 -->
......@@ -190,8 +192,17 @@
<li> list 3
</ul>
</div>
<!-- 8 -->
<div class="h" id="eight">
<div class="h1">References</div>
<ol style="text-align:justify; font-family:AccidenzCommons; color:#185A4F; font-weight:400; font-size: min(1.5vw, 22px); font-style: normal; line-height: normal;">
<li id="fixrate">Turk-Kubo, K.A., Mills, M.M., Arrigo, K.R. et al. UCYN-A/haptophyte symbioses dominate N2 fixation in the Southern California Current System. ISME COMMUN. 1, 42 (2021). <a href="https://doi.org/10.1038/s43705-021-00039-7" style="color:#185A4F;">https://doi.org/10.1038/s43705-021-00039-7</a></li>
</ol>
</div>
</div>
</div>
</div>
<script>
var TopDistance = 120;
......@@ -201,7 +212,8 @@
document.getElementById('four'),
document.getElementById('five'),
document.getElementById('six'),
document.getElementById('seven')];
document.getElementById('seven'),
document.getElementById('eight')];
window.goTo = function(el){
document.documentElement.scrollTop += el.getBoundingClientRect().top - TopDistance;
}
......@@ -221,6 +233,7 @@
Highlight(elements[4], document.getElementById('subtitle5'));
Highlight(elements[5], document.getElementById('subtitle6'));
Highlight(elements[6], document.getElementById('subtitle7'));
Highlight(elements[7], document.getElementById('subtitle8'));
}
window.addEventListener("scroll", HighlightCheck);
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment