You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varhtml='<h4>'+data.out.formula_html.split(' ')[0]+' '+(data.out.spg||'?')+' '+(data.out.pearson||'—')+'</h4>'+mp_data+'<p>This phase was reported in '+data.out.articles_count+' article'+(data.out.articles_count>1 ? 's' : '')+'.';
1583
+
html+='<p>';
1584
+
if(data.out.articles_count)html+='This phase was reported in '+data.out.articles_count+' article'+(data.out.articles_count>1 ? 's' : '')+'.';
1564
1585
if(data.out.sim_count>1)html+=' There are <a href="#interlinkage/'+phid+'">'+data.out.sim_count+' structurally similar phases</a> from other articles.';
1565
1586
html+='</p>';
1587
+
1566
1588
$('#phase_info').html(html);
1567
1589
1568
1590
}).fail(function(xhr,textStatus,errorThrown){
@@ -1593,7 +1615,7 @@ function show_dunit_info(phid, bid, entry){
1593
1615
});
1594
1616
links_html=links_html.substr(0,links_html.length-4);// " or "
1595
1617
if(citation[0].indexOf(',')!==-1)main_author+=' et al.';
Copy file name to clipboardExpand all lines: src_js/markup.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ function register_html(){
55
55
<thead><tr>
56
56
<th class="p1">Phase</th>
57
57
<th class="p2">Space group num.</th>
58
-
<th class="p3">Exp. entries</th>
58
+
<th class="p3">Entries</th>
59
59
<th class="p4">Publications</th>
60
60
<th class="p5"></th>
61
61
</tr></thead>
@@ -310,7 +310,7 @@ function register_html(){
310
310
<div id="phases_ctx">
311
311
<div class="col_title">Distinct phases</div>
312
312
<br />
313
-
<input type="checkbox" id="ctx_strict_phases_trigger" checked /> <label for="ctx_strict_phases_trigger">other elements and impurities</label>
<span>See the <a target="_blank" href="https://github.com/mpds-io/mpds-distinct-phases">public dumps</a> of the distinct phases appeared at least once in the literature.</span>
0 commit comments