-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu02.html
More file actions
38 lines (38 loc) · 2.83 KB
/
Menu02.html
File metadata and controls
38 lines (38 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html><head><title>Menu</title></head>
<body bgcolor=lightskyblue background="../Flower02.png">
<br>
<img src="../KING.png" width=180 heigh=100>
<br><br><hr>
<ul>
<li><a href="Register.html" target=Register>Client Registration</a>
<li><a href="https://eventpilotadmin.com/web/page.php?page=Session&project=ASHG19&id=40308191" target=2019ASHGPoster>Abstract for 2019 ASHG</a>
<li><a href="http://people.virginia.edu/~wc9c/KING/" target=KING>UVA KING Download and Manual</a>
<li><a href="http://people.virginia.edu/~wc9c/KING/flagindex.html" target=KingFlagIndex>KING Complete Flags</a>
<li><a href="https://github.com/chenlab-uva" target=ChenLab>KING Server Source Codes</a>
<li><a href="http://www.cog-genomics.org/plink2" target=PLINK>PLINK</a>
<li><a href="https://imputationserver.sph.umich.edu/index.html#!" target=MIS>Michigan Imputation Server</a>
<li><a href="https://www.ukbiobank.ac.uk/" target=BioBank>BioBank</a>
<li><a href="https://www.23andme.com/?myg04=true" target=23andMe>23andMe</a>
<li><a href="https://www.decode.com/" target=deCODE>deCODE Genetics</a>
<li><a href="https://www.ancestry.com/" target=Ancestry>Ancestry</a>
<li><a href="https://www.sanger.ac.uk/news/view/wellcome-sanger-institute-25-how-genomic-revolution-changing-medicine" target=SangerInstitute>Wellcome Sanger Institute</a>
<li><a href="https://genesforgood.sph.umich.edu" target=GoG>Genes for Good</a>
<li><a href="https://genebygene.com/" target=GbyeG>Gene by Gene</a>
<li><a href="https://opensnp.org/" target=openSNP>openSNP</a>
<li><a href="https://dna.land/" target=DNA_Land>DNA Land</a>
<li><a href="http://king.cphg.virginia.edu/" target=King_Prototype>KING Web Prototype</a>
<li><a href="http://king.cphg.virginia.edu/KingDev/Prototype.html" target=King_Dev>KING Web Development</a>
<li><a href="http://king.cphg.virginia.edu/KingTest/KingTest01.html" target=King_Test>KING Web Testing</a>
<li><a href="https://courses.cs.ut.ee/MTAT.07.022/2015_fall/uploads/Main/dmitri-report-f15-16.pdf" target=ZipEncryption>Password-based Encryption in ZIP Files</a>
<li><a href="https://en.wikipedia.org/wiki/Base64" target=Base64>Base64 Encryption</a>
<li><a href="https://en.wikipedia.org/wiki/Advanced_Encryption_Standard" target=AES>Advanced Encryption Standard(AES)</a>
<li><a href="https://blog.storagecraft.com/5-common-encryption-algorithms/" target=EncryptionAlgorithm>5 Common Encryption Algorithms</a>
<li><a href="https://www.g2.com/categories/encryption" target=EncryptionSoftware>Over 60 Encryption Software</a>
<li><a href="https://learn.g2.com/free-encryption-software" target=BestEncryptionSoftware>6 Best Free Encryption Software</a>
<li><a href="https://www.ashg.org/2019meeting/" target=2019ASHG>2019 ASHG</a>
<li><a href="Team.html" target=Team>Project Team</a>
<li><a href="http://people.virginia.edu/~xc3m/Contact.html" target=Contact>Contact Info</a>
</ul>
<br><hr><br><br>
</body>
</html>