Skip to content
Snippets Groups Projects
Commit 63e675a9 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

added first citations

parent 3f0d9526
No related branches found
No related tags found
1 merge request!2merge Description
Pipeline #380102 failed
......@@ -9,6 +9,11 @@ body {
background-color: white !important;
color: black !important;
}
a{
color: var(--lightblue);
}
.center {
display: block;
margin-left: auto;
......@@ -306,4 +311,4 @@ a:hover { color: var(--highlight); text-decoration: underline; }
max-width: 70%;
max-height: 70%;
padding-top: 20px;
}
\ No newline at end of file
}
......@@ -8,5 +8,52 @@
{% endblock %}
{% block page_content %}
<!-- sources-->
<button type="button" class="collapsible">Sources</button>
<div class="content">
<ol>
<li typeof="schema:ScolarlyArticle" role="doc-biblioentry" resource="http://semver.org/" property="schema:citation" id="desc-one">
<span property="schema:author" typeof="schema:Person">
<span property="schema:Name">Scotet V.</span>,
<span property="schema:familyName">Gutierrez H.</span>,
<span property="schema:familyName">Farrell P.M.</span>
<i>et al</i>.
</span>
<span property="schema:name">
Newborn screening for cf across the globe—where is it worthwhile?
</span>
<i property="schema:publisher" typeof="schema:Organization">
International Journal of Neonatal Screening</i>
<b property="issueNumber" typeof="PublicationIssue">6</b>,
<span property="schema:pageEnd">18</span>
(<time property="schema:datePublished" datatype="xsd:gYear" datetime="2020">2020</time>).
<a class="doi" href="https://doi.org/10.3390/ijns6010018">doi: 10.3390/ijns6010018</a>
</li>
<li typeof="schema:ScolarlyArticle" role="doc-biblioentry" resource="http://semver.org/" property="schema:citation" id="desc-two">
<span property="schema:author" typeof="schema:Person">
<span property="schema:Name">Anzalone A.V.</span>,
<span property="schema:familyName">Randolph P.B.</span>,
<span property="schema:familyName">Davis J.R.</span>
<span property="schema:Name">Sousa A.A.</span>,
<span property="schema:familyName">Koblan L.W.</span>,
<span property="schema:familyName">Levy J.M.</span>
<i>et al</i>.
</span>
<span property="schema:name">
Search-and-replace genome editing without double-strand breaks or donor DNA.
</span>
<i property="schema:publisher" typeof="schema:Organization">
Nature</i>
<b property="issueNumber" typeof="PublicationIssue">576</b>,
<span property="schema:pageEnd">589</span>-<span property="schema:pageEnd">594</span>
(<time property="schema:datePublished" datatype="xsd:gYear" datetime="2019">2019</time>).
<a class="doi" href="https://doi.org/10.1038/s41586-019-1711-4">doi: 10.1038/s41586-019-1711-4</a>
</li>
</ol>
</div>
{% endblock %}
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