Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Not" -> "Note", and linebreaks on <br> for readability in source. #2252

Merged
merged 2 commits into from
Oct 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,16 @@ function DashboardIntrosSatoriListGraph (
'<strong>Precision</strong> (highlighted in blue) is defined as ' +
'the number of retrieved ' +
'data sets annotated with an ontology term divided by the total ' +
'number of retrieved data sets.<br/><br/>E.g., if 6 out of ' +
'<strong>retrieved</strong> 12 ' +
'number of retrieved data sets.<br/><br/>' +

'E.g., if 6 out of <strong>retrieved</strong> 12 ' +
'data sets, annotated with <em>cancer</em>, have been returned in a ' +
'search for <em>liver</em> than the precision of <em>cancer</em> ' +
'is 0.5. In other words, half of all retrieved data sets are ' +
'related to <em>cancer</em> (see the figure below).<br/>Not that this' +
'does not tell us how many <em>cancer</em> data sets are available in the repository!' +
'related to <em>cancer</em> (see the figure below).<br/><br/>' +

'Note that this does not tell us how many <em>cancer</em> ' +
'data sets are available in the repository!' +
'<br/><img src="/static/images/intro-js-precision.png" class="m-t-1"/>',
beforeExecutives: function () {
var el = document.querySelector(
Expand Down