Skip to content

Commit 742bdeb

Browse files
authored
Merge pull request #694 from RNAcentral/citing-rnc
Citing rnc
2 parents 8758ec0 + b8354b7 commit 742bdeb

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

rnacentral/portal/static/js/components/homepage/homepage.module.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
var HomepageController = function($scope) {
22
$scope.RNAcentralPublication = {
3-
"title": "RNAcentral 2021: secondary structure integration, improved sequence search and new member databases",
3+
"title": "RNAcentral in 2026: genes and literature integration",
44
"authors": ["The RNAcentral Consortium"],
5-
"publication": "Nucleic Acids Res. 2020",
6-
"pubmed_id": 33106848,
7-
"doi": "10.1093/nar/gkaa921",
5+
"publication": "Nucleic Acids Res. 2025",
6+
"pubmed_id": 41404707,
7+
"doi": "10.1093/nar/gkaf1329",
88
"pub_id": ""
99
}
1010
};

rnacentral/portal/templates/portal/docs/training.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Watch a recording of an online webinar to see RNAcentral in action:
2222
RNAcentral has been described in several papers:
2323

2424
<blockquote class="callout-info">
25+
<p>RNAcentral in 2026: genes and literature integration</p>
26+
<footer>The RNAcentral Consortium, 2025</footer>
27+
<footer><em>Nucleic Acids Research (Database issue)</em></footer>
28+
<a href="https://doi.org/10.1093/nar/gkaf1329">NAR</a> |
29+
<a href="http://europepmc.org/abstract/MED/41404707">EuropePMC</a> |
30+
<a href="http://www.ncbi.nlm.nih.gov/pubmed/41404707">Pubmed</a>
31+
</blockquote>
32+
33+
<blockquote>
2534
<p>RNAcentral 2021: secondary structure integration, improved sequence search and new member databases</p>
2635
<footer>The RNAcentral Consortium, 2020</footer>
2736
<footer><em>Nucleic Acids Research (Database issue)</em></footer>

0 commit comments

Comments
 (0)