Skip to content
Snippets Groups Projects
Commit 4a1c876d authored by spaethju's avatar spaethju
Browse files

Add description from David

parent 210274c1
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,8 @@ ...@@ -109,7 +109,8 @@
<div *ngIf="algorithm==='degree'"> <div *ngIf="algorithm==='degree'">
<p class="help info"><span class="icon"><i class="fa fa-info"></i></span> <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> <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> </p>
<div class="field" *ngIf="target === 'drug'"> <div class="field" *ngIf="target === 'drug'">
<label class="label">Non-approved Drugs</label> <label class="label">Non-approved Drugs</label>
...@@ -185,7 +186,8 @@ ...@@ -185,7 +186,8 @@
Launch Launch
</span> </span>
</button> </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> </footer>
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment