-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
98 lines (72 loc) · 2.92 KB
/
software.html
File metadata and controls
98 lines (72 loc) · 2.92 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
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/notosansjp.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="./css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<title>Software</title>
</head>
<body>
<div id="menu">
<nav id="slide_menu">
<ul>
<a href="index.html"><img src="./image/Home.png" class="itm_hover" border="0"></a>
<a href="vision.html"><img src="./image/Vision.png" class="itm_hover" border="0"></a>
<a href="publication.html"><img src="./image/Publication.png" class="itm_hover" border="0"></a>
<a href="member.html"><img src="./image/Member.png" class="itm_hover" border="0"></a>
<a href="index.html#access"><img src="./image/Access.png" class="itm_hover" border="0"></a>
<a href="software.html"><img src="./image/Software.png" class="itm_hover" border="0"></a>
<a href="http://takashiijiri.com/classes/index.html" target="blank"><img src="./image/Classes.png" class="itm_hover" border="0"></a>
</ul>
</nav>
<!--menu_bar-->
<button id="menu_bar"><i class="fa fa-bars fa-white fa-3x" aria-hidden="true"></i></button>
</div>
<div id="head">
<div id="head_text">
Software
</div>
</div>
<br><br>
<div class="contents_whitebg">
<div class="contents_whitebg_text">
<h1>Software</h1>
<div class="membox">
<table class="mbtable">
<tr>
<td> <a href="http://takashiijiri.com/SoftRoiPainter3D/index.html"><img src="http://takashiijiri.com/images/RoiPainter3D.png"></a> </td>
<td>
<b>RoiPainter</b><br>
3次元CT画像用領域分割ツール<br>
</td>
</tr>
</table>
</div>
<div class="membox">
<table class="mbtable">
<tr>
<td> <a href="http://takashiijiri.com/SoftRoiPainter4D/index.html"><img src="./image/RoiPainter4D.png"></a> </td>
<td>
<b>RoiPainter4D</b><br>
4次元CT画像用領域分割ツール<br>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="contents_whitebg">
<div class="contents_whitebg_text">
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</body>
</html>