-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (81 loc) · 2.99 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<title>DINH Viet Huy Hubert's Homeworks</title>
<link href="//maxcdn.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<div class="container fluid">
<div clas="row-fluid">
<div class="span12">
<header>
<h1>Huy's homeworks</h1>
</header>
<article>
<h2>Recent Projects</h2>
<table class="table">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://sysimm.ifrec.osaka-u.ac.jp/cRibbon/" title="cRibbon : Protein Ribbon Viewer">cRibbon</a></td>
<td>
<strong>A Javascript 3D Protein structure visualizer</strong>
<p>
A side project, as there was no javascript implementation of 3D protein viewer at the time
</p>
</td>
</tr>
<tr>
<td><a href="http://sysimm.ifrec.osaka-u.ac.jp/iGenEx/" title="iGenEx : A database for gene coexpression in the immune system">iGenEx</a></td>
<td>
<strong>A web front end for gene expression data analysis</strong>
<p>
</p>
</td>
</tr>
<tr>
<td><a href="http://sysimm.ifrec.osaka-u.ac.jp/pipeline7/" title="pipeline7">SFAS</a></td>
<td>
<p>
SFAS : Structure Function Annotation Service<br>
A protein 3D structure prediction web service
</p>
</td>
<td>
</td>
</tr>
<tr>
<td><a href="http://sysimm.ifrec.osaka-u.ac.jp/disorder/beta.php" title="IDD Navigator : Similar IDD search">
IDD Navigator
</a></td>
<td>
<a href="http://www.worldscientific.com/doi/pdf/10.1142/9789814366496_0016"
title="Functional annotation of intrinsically disordered domains by their amino acid content using IDD navigator"
>Publication</a>
</td>
</tr>
</tbody>
</table>
</article>
<article>
<p>
<a href="http://stackoverflow.com/users/105104/dvhh">
<img src="http://stackoverflow.com/users/flair/105104.png" width="208" height="58" alt="profile for dvhh at Stack Overflow, Q&A for professional and enthusiast programmers" title="profile for dvhh at Stack Overflow, Q&A for professional and enthusiast programmers">
</a>
<a href="http://jp.linkedin.com/pub/viet-huy-dinh/92/389/493" title="linkedIn profile">
<img src="https://static.licdn.com/scds/common/u/images/logos/linkedin/logo_linkedin_1color_104x25_v1.png" alt="linkedIn logo" height="25" width="104">
</a>
</p>
</article>
</div>
</div>
</div>
</body>
</html>