Skip to content

Commit 7346fba

Browse files
committed
feat: text that explains citations count
1 parent 7cdabae commit 7346fba

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

vis/js/templates/modals/infomodal/PubMedInfo.tsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ const PubMedInfo = ({ params, isStreamgraph }) => {
1616
serviceName="PubMed"
1717
serviceDesc={
1818
<>
19-
PubMed comprises more than 35 million citations for biomedical
19+
PubMed comprises more than 38 million citations for biomedical
2020
literature from MEDLINE, life science journals, and online books. For
2121
more information please{" "}
22-
<a
23-
href="http://www.ncbi.nlm.nih.gov/pubmed"
24-
target="_blank "
25-
>
22+
<a href="http://www.ncbi.nlm.nih.gov/pubmed" target="_blank ">
2623
visit the PubMed website
2724
</a>
2825
.
26+
<br />
27+
Citations are available for documents with a DOI and based on citation
28+
data provided by{" "}
29+
<a href="https://www.crossref.org/" target="_blank">
30+
Crossref
31+
</a>
32+
. Results may be impacted by accuracy and completeness of this data.
2933
</>
3034
}
3135
params={params}

0 commit comments

Comments
 (0)