@@ -39,7 +39,7 @@ <h3>Dataset Information</h3>
39
39
< div >
40
40
< h4 >
41
41
< app-annotated-text [text] ="d.name "
42
- [sections] ="title_sections "> </ app-annotated-text >
42
+ [sections] ="title_sections " > </ app-annotated-text >
43
43
</ h4 >
44
44
< p id ="ontology_highlight_box " (click) ="enrich_click() " class ="hotword " style ="">
45
45
< i class ="fa fa-pencil-square-o " aria-hidden ="true "> Ontology highlight</ i >
50
50
< div >
51
51
< p class ="align-justify "> < b > ABSTRACT</ b > :
52
52
< app-annotated-text [text] ="d.description "
53
- [sections] ="abstract_sections "> </ app-annotated-text >
53
+ [sections] ="abstract_sections " id =" abstract " > </ app-annotated-text >
54
54
</ p >
55
55
</ div >
56
56
</ div >
69
69
<!--</span>-->
70
70
<!--</p>-->
71
71
< div *ngIf ="d.similars ">
72
- < p class ="align-justify " *ngIf ="reanalysis_of(d) ">
72
+ < p class ="align-justify " *ngIf ="reanalysis_of(d) " id =" reanalisys_of " >
73
73
< b > REANALYSIS of:</ b > < span *ngFor ="let s of reanalysis_of(d) "> < a
74
74
[routerLink] ="['/dataset',getSourceByDatabaseName(s.database),s.accession] "> {{s.accession}}</ a > </ span >
75
75
< span *ngIf ="reanalysisoverflow(d) "> (first 100 items shown)</ span >
76
76
</ p >
77
- < p class ="align-justify " *ngIf ="null!=reanalised_by(d) ">
77
+ < p class ="align-justify " *ngIf ="null!=reanalised_by(d) " id =" reanalisys_by " >
78
78
< b > REANALYZED by:</ b > < span href ="# " *ngFor ="let s of reanalised_by(d) "> < a
79
79
[routerLink] ="['/dataset',getSourceByDatabaseName(s.database),s.accession] "> {{s.accession}}</ a > </ span >
80
80
< span *ngIf ="reanalysisoverflow(d) "> (first 100 items shown)</ span >
81
81
</ p >
82
- < p class ="align-justify " *ngIf ="null!=related_omics(d) ">
82
+ < p class ="align-justify " *ngIf ="null!=related_omics(d) " id =" relate_omics " >
83
83
< b > OTHER RELATED OMICS DATASETS IN:</ b > < span href ="# " *ngFor ="let s of related_omics(d) "> < a
84
84
[routerLink] ="['/dataset',getSourceByDatabaseName(s.database),s.accession] "> {{s.accession}}</ a > </ span >
85
85
</ p >
86
86
</ div >
87
- < p class ="align-justify " *ngIf ="null!=d.instruments ">
87
+ < p class ="align-justify " *ngIf ="null!=d.instruments " id =" instruments " >
88
88
< b > INSTRUMENT(S):</ b > {{d.instruments}}
89
89
</ p >
90
- < p class ="align-justify " *ngIf ="null!=d.organisms ">
90
+ < p class ="align-justify " *ngIf ="null!=d.organisms " id =" organisms " >
91
91
< b > ORGANISM(S):</ b >
92
92
< span *ngFor ="let o of d.organisms ">
93
93
< a class ="biological " [routerLink] ="['/search'] "
96
96
</ a >
97
97
</ span >
98
98
</ p >
99
- < p class ="align-justify ng-hide " *ngIf ="null!=d.tissues "> < b > TISSUE(S):</ b >
99
+ < p class ="align-justify ng-hide " *ngIf ="null!=d.tissues " id =" tissues " > < b > TISSUE(S):</ b >
100
100
{{d.tissues}}
101
101
</ p >
102
- < p class ="align-justify ng-hide " *ngIf ="null!=d.diseases && d.diseases.length > 0 ">
102
+ < p class ="align-justify ng-hide " *ngIf ="null!=d.diseases && d.diseases.length > 0 " id =" diseases " >
103
103
< b > DISEASE(S):</ b >
104
104
{{d.diseases}}
105
105
</ p >
106
- < p class ="align-justify " *ngIf ="null!=d.submitter ">
106
+ < p class ="align-justify " *ngIf ="null!=d.submitter " id =" submitter " >
107
107
< b > SUBMITTER:</ b >
108
108
< span *ngFor ="let o of d.submitter; let i = index; ">
109
109
< span *ngIf ="d.submitterMail && d.submitterMail[i] ">
@@ -124,13 +124,13 @@ <h4>
124
124
</ p >
125
125
< p class ="align-justify ">
126
126
< b > PROVIDER:</ b >
127
- < a [href] ="d.full_dataset_link "> {{d.id}}</ a > |
127
+ < a [href] ="d.full_dataset_link " id =" id " > {{d.id}}</ a > |
128
128
< a [href] ="this.getDatabaseUrl(d.source) "> < span class ="ng-binding "> {{this.getDatabaseTitle(d.source)}}</ span >
129
129
</ a >
130
- < span > | {{d.publicationDate}} </ span >
130
+ < span id =" publicationDate " > | {{d.publicationDate}} </ span >
131
131
</ p >
132
132
133
- < p class ="align-justify " *ngIf ="d.secondary_accession ">
133
+ < p class ="align-justify " *ngIf ="d.secondary_accession " id =" secondary_accession " >
134
134
< b > SECONDARY ACCESSION(S):</ b >
135
135
136
136
< span *ngFor ="let o of d.secondary_accession; ">
0 commit comments