-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
38 lines (32 loc) · 974 Bytes
/
contact.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css; charset=euc-jp">
<LINK Type="text/css" Rel="Stylesheet" Href="./css/general.css">
<TITLE>Contact Information</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF">
<table border="0" width="100%" cellspacing="2" cellpadding="0">
<TR Align="center" >
<TD Bgcolor="#0000aa" Align="center" >
<div class="t2">Contact Information</div>
</TD>
</TR>
<tr>
<td>
<table border="0" width="100%" cellpadding="0" cellspacing="5">
<tr><td width="100%" align="left">
<div Class="t3">Shiro Usui, Ph.D.</div><BR>
Neuroinformatics Laboratory<br>
RIKEN Brain Science Institute<br>
2-1 Hirosawa, Wako Saitama 351-0198, JAPAN<br><br>
E-mail: usuishiro (at) gmail.com<BR>
</td>
</tr>
</table>
</td>
</tr>
</table>
<HR>
</BODY>
</HTML>