-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacility.html
More file actions
117 lines (107 loc) · 4.52 KB
/
facility.html
File metadata and controls
117 lines (107 loc) · 4.52 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<title>Facilities</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css">
<script type="text/javascript" src="./js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="./js/superfish.js"></script>
<script type="text/javascript" src="./js/jquery.responsivemenu.js"></script>
<script type="text/javascript" src="./js/jquery.mobilemenu.js"></script>
<script type="text/javascript" src="./js/jquery.flexslider.js"></script>
<script type="text/javascript" src="./js/jquery.easing.1.3.js"></script>
<script src="./js/jquery.equalheights.js" type="text/javascript"></script>
<script src="./js/script.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "fade"
});
});
</script>
</head>
<body id="main_page">
<div class="main_box">
<div class="container_12">
<!--==============================header=================================-->
<div class="grid_12">
<header>
<h1><a class="logo" href="index.html">Cluster</a></h1>
<nav>
<ul class="sf-menu">
<li><a href="index.html">home</a></li>
<li><a href="./team.html">People</a></li>
<li class="current"><a href="#">Research</a>
<ul>
<li><a href="./facility.html">Facilities</a></li>
<li><a href="./pub.html">PUBLICATION</a></li>
<li><a href="./project.html">PROJECTS</a></li>
<li><a href="./honor.html">Honor</a></li>
<li><a href="./sponsor.html">Funding</a></li>
<li><a href="./co.html">Collaborator</a></li>
<li><a href="./resource.html">Resource</a></li>
</ul>
</li>
<li><a href="./teach.html">Teaching</a></li>
<li><a href="./gallery.html">ACTIVITY</a></li>
<li><a href="./contact.html">contact us</a></li>
</ul>
</nav>
</header><br>
<div class="bg"></div>
</div>
<div class="clear"></div>
<!--==============================content================================-->
<section id="content" class="cont_pad">
<div class="wrapper">
<article class="grid_12">
<h2 class="ind3">Facilities</h2>
<div style="float:left">
<ol>
<li>GE Infinia II 3/8 Hawkeye SPECT/CT scanner</li>
<li>108 CPU cores high performance computing cluster</li>
<li>1 workstation with nVidia C1060 Tesla 240 core GPU</li>
<li>9 windows workstations (PC)</li>
<li>Data Spectrum emission tomography phantoms</li>
<ol class="ext_list">
<li>Anthropomorphic torso phantom with cardiac insert</li>
<li>Standard Jaszczak Phantom (ECT/STD/P) with solid sphere sets</li>
<li>Mini Deluxe Phantom: ECT/DLX/MP</li>
<li>Mini Deluxe Cold Rod Insert: ECT/DLX-MP/I</li>
<li>Micro Deluxe Phantom: ECT/DLX/MMP</li>
<li>Micro Deluxe Cold Rod Insert: ECT/DLX-MMP/I</li>
</ol>
<li>Spirometer</li>
<li>Active Breathing Controller (ABC) prototype</li>
<li>GM detector w/ external pancake probe</li>
<li>QUASAR (TM) programmable respiratory motion platform</li>
<li>Centre Process System with AcqKnowledge software: MP150 </li>
<li>Respiration transducer(Belt): TSD 201 </li>
<li>Respiration amplifier: RSP100C </li>
<li>Gating triggers: DTU300</li>
<li>Software</li>
<ol class="ext_list">
<li>Matlab</li>
<li>IDL 8.1</li>
<li>4D extended cardiac-torso (XCAT) phantom</li>
<li>NCAT brain phantom</li>
<li>XCAT phantom CT projector</li>
</ol>
</ol><p>
</div>
<div style="float:none;position:inherit;margin-left:40em;">
<ul class="ext_list">
<li><img src="./images/server.jpg" height="180" style="float:left"><img src="./images/infinia.jpg" height="180"></li>
</ul><p>
</div><br><br><br>
<h3> </h3>
</article>
</div>
</section>
</div>
</div>
<!--==============================footer=================================-->
<center><footer><img src="./images/um.jpg" width="60">©2013 Biomedical Imaging Laboratory , University Of Macau<img src="./images/fst.jpg" width="60"> </footer></center>
</body>
</html>