Skip to content
Snippets Groups Projects
Commit b43b7e4a authored by Mhaned Oubounyt's avatar Mhaned Oubounyt
Browse files

Merge branch 'add-description-line-to-degree-centrality' into 'master'

Add description line to degree centrality

See merge request covid-19/frontend!111
parents e3e54328 4a1c876d
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,8 @@
<div *ngIf="algorithm==='degree'">
<p class="help info"><span class="icon"><i class="fa fa-info"></i></span>
<a href="https://en.wikipedia.org/wiki/Centrality#Degree_centrality" target="_blank">Degree Centrality</a>
assigns an importance score based simply on the number of links held by each node.
assigns an importance score based simply on the number of links held by each node. In CoVex, we use a modified
version which does not consider all links but only the neighbouring seeds.
</p>
<div class="field" *ngIf="target === 'drug'">
<label class="label">Non-approved Drugs</label>
......@@ -202,7 +203,8 @@
Launch
</span>
</button>
<button (click)="close()" class="button is-rounded has-tooltip" data-tooltip="Close the current window.">Close</button>
<button (click)="close()" class="button is-rounded has-tooltip" data-tooltip="Close the current window.">Close
</button>
</footer>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment