-
Notifications
You must be signed in to change notification settings - Fork 0
/
contents.html
140 lines (117 loc) · 3.19 KB
/
contents.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<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>CONTENTS</TITLE>
</HEAD>
<!-- <BODY TEXT="#FFEEEE" BGCOLOR="#9AFFCF"> -->
<BODY TEXT="#000000" BGCOLOR="#FFFFFF">
<TABLE class="contents" bgcolor="#000aa" BORDER="0" CELLSPACING="0" CELLPADDING="0" width="100%">
<tr height="100">
<td colspan="3" bgcolor="#ffffff">
<img align="left" SRC="./images/nrvtitle1.png" ALT="Neuroinformatics Research in Vision" hspace="0" vspace="0">
</td>
</tr>
<tr height="24">
<td width="24" align="right" valign="top" >
<img SRC="./images/arc_ol.gif" height="24" width="24">
</td>
<td width="162">
</td>
<td width="24" align="left" valign="top">
<img SRC="./images/arc_or.gif" height="24" width="24">
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<h3><A HREF="home.html" TARGET="MAIN">HOME</A></h3>
<br>
</td>
<TR>
<TD colspan="3" align="left">
<h3><A HREF="overview/slide/index.html" TARGET="_blank">Overview</a></h3>
<p>
of the NRV project by slides.
</p>
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<h3><A HREF="project/memberlist.html" TARGET="MAIN">Members</A></h3>
<p>
list of the project members and introduction of research by each member.
</p>
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<h3><A HREF="https://visiome.neuroinf.jp/" TARGET="_blank">Visiome Platform</A></h3>
<p>
A Neuroinformatics Database and Environment for Vision Science
<!-- is now locally opened for the project members only -->
</p>
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<h3><A HREF="conferences/conferences.html" TARGET="MAIN">Conference information</A></h3>
<p>
including archives of documents.
</p>
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<h4><A HREF="contact.html" TARGET="MAIN">Contact information</A></h4>
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<br>
</td>
</tr>
<TR>
<TD colspan="3" align="left">
<br>
</td>
</tr>
<tr height="24">
<td width="24" align="right" valign="top" bgcolor="#FFFFFF">
<img SRC="./images/arc_ul.gif" height="24" width="24">
</td>
<td height="24">
</td>
<td width="24" align="right" valign="top" bgcolor="#FFFFFF">
<img SRC="./images/arc_ur.gif" height="24" width="24">
</td>
</tr>
</TABLE>
</BODY>
</HTML>