-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHome02.html
More file actions
379 lines (365 loc) · 15.2 KB
/
Home02.html
File metadata and controls
379 lines (365 loc) · 15.2 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>醫資學程教學網</title>
<iframe width="5" height="5" src="https://www.youtube.com/embed/f-Ced0T9g5g?autoplay=1&loop=1&playlist=f-Ced0T9g5g" frameborder="0" allowfullscreen></iframe>
<link rel="stylesheet" type="text/css" href="style.css">
<script type='text/javascript' src='https://code.jquery.com/jquery-1.9.1.min.js'></script>
<script type='text/javascript'>
$(function(){
var w = $("#slider_content").width();
$('#slider_content').css('height', ($(window).height() - 20) + 'px' );
$("#tab").mouseover(function(){
if ($("#slider_scroll").css('left') == '-'+w+'px')
{
$("#slider_scroll").animate({ left:'0px' }, 600 ,'swing');
}
});
$("#slider_content").mouseleave(function(){
$("#slider_scroll").animate( { left:'-'+w+'px' }, 600 ,'swing');
});
});
</script>
</head>
<script>
$(document).ready(function(){
$("iframe").hide();
$(".java").hide();
$(".web").hide();
$("#special-content").hide();
$("#object-content").hide();
$("#ability-content").hide();
$("#feature-content").hide();
$("#plan-content").hide();
$("#relation-content").hide();
$("#java").click(function(){
$(".java").show();
$(".web").hide();
$(".home").hide();
$("iframe").show();
$("iframe").attr("src","https://www.smart2help.com/e-books/tij-3rd-edition/");
});
$("#web").click(function(){
$(".home").hide();
$("iframe").show();
$(".java").hide();
$(".web").show();
$("#practice-content").hide();
$("iframe").attr("src","https://sls.weco.net/s17-webfund");
});
$("#home").click(function(){
$(".home").show();
$("iframe").hide();
$(".java").hide();
$(".web").hide();
});
$("#fju").click(function(){
$(".home").hide();
$("iframe").show();
$(".java").hide();
$(".web").hide();
$("iframe").attr("src","http://www.fju.edu.tw/index.jsp#&panel1-1");
});
$("#fju-MIIA").click(function(){
$(".home").hide();
$("iframe").show();
$(".java").hide();
$(".web").hide();
$("iframe").attr("src","http://www.miia.fju.edu.tw/layout/oneorange/vvindex.jsp");
});
$("#fju-hospital").click(function(){
$(".home").hide();
$("iframe").show();
$(".java").hide();
$(".web").hide();
$("iframe").attr("src","http://www.hospital.fju.edu.tw/zh-hant");
});
$("#fju-clinic").click(function(){
$(".home").hide();
$("iframe").show();
$(".java").hide();
$(".web").hide();
$("iframe").attr("src","http://clinic.mc.fju.edu.tw/");
});
$("#special").click(function(){
$("#special-content").slideToggle("slow");
});
$("#special").mouseenter(function(){
$("#special").css("color","red");
});
$("#special").mouseleave(function(){
$("#special").css("color","black");
});
$("#object").click(function(){
$("#object-content").slideToggle("slow");
});
$("#object").mouseenter(function(){
$("#object").css("color","red");
});
$("#object").mouseleave(function(){
$("#object").css("color","black");
});
$("#ability").click(function(){
$("#ability-content").slideToggle("slow");
});
$("#ability").mouseenter(function(){
$("#ability").css("color","red");
});
$("#ability").mouseleave(function(){
$("#ability").css("color","black");
});
$("#relation").click(function(){
$("#relation-content").slideToggle("slow");
});
$("#relation").mouseenter(function(){
$("#relation").css("color","red");
});
$("#relation").mouseleave(function(){
$("#relation").css("color","black");
});
$("#feature").click(function(){
$("#feature-content").slideToggle("slow");
});
$("#feature").mouseenter(function(){
$("#feature").css("color","red");
});
$("#feature").mouseleave(function(){
$("#feature").css("color","black");
});
$("#plan").click(function(){
$("#plan-content").slideToggle("slow");
});
$("#plan").mouseenter(function(){
$("#plan").css("color","red");
});
$("#plan").mouseleave(function(){
$("#plan").css("color","black");
});
$("#practice").click(function(){
$("#practice-content").slideToggle("slow");
});
$("#practice").mouseenter(function(){
$("#practice").css("color","red");
});
$("#practice").mouseleave(function(){
$("#practice").css("color","black");
});
});
</script>
<body background="https://scontent-tpe1-1.xx.fbcdn.net/v/t1.0-9/18485791_1365117116937033_1230943798877047537_n.jpg?oh=d6d0021b2366d03022b78bf5cf8f8bce&oe=59A99807" ">
<div>
<div id="slider_scroll">
<div id="tab">
<span>點</span>
<span>我</span>
<span> </span>
<span>知</span>
<span>道</span>
<span>更</span>
<span>多</span>
<span>知</span>
<span>識</span>
</div>
<div id="slider_content">
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="home">首頁</a>
</div>
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="java">Java</a>
</div>
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="web">Web</a>
</div>
<div style="margin: 250px 0px 0px 0px;">
<a href="./test" >留言板</a>
</div>
</div>
</div>
<center>
<div>
<img src="./image/photo4.png" width="60" height="60"><font size="7" color="000066">醫資學程教學網</font><img src="./image/photo2.png" width="60" height="60">
</div>
<div>
<marquee style="height:50px;color:blue;font-size:30px" scrollamount="20" behavior="alternate">
W E L L C O M E ! M I I A ~<img src="./image/photo3.png" width="40" height="40"></marquee>
</div>
<div>
<ul class="java">
<li style="font-size:30px;">參考github:</li>
<li><a href="https://github.com/hanktom">湯秉翰老師</a></li>
<li> </li>
<li><a href="https://github.com/Andy0517">林正杰</a></li>
<li> </li>
<li><a href="https://github.com/HuInworld">胡瀚文</a></li>
<li> </li>
<li><a href="https://github.com/tigerjenny">鄭家欣</a></li>
<li> </li>
<li><a href="https://github.com/psli0101">李品萱</a></li>
<li> </li>
</ul>
<ul class="web">
<li style="font-size:30px;" id="practice">想練習,自學請點我~ XD</li>
<div id="practice-content">
<li ><a href="https://www.codecademy.com/" id="codecademy">Codecademy</a></li>
<li> </li>
<li><a href="https://www.freecodecamp.com/" id="freecodecamp">Freecodecamp</a></li>
<li> </li>
<li><a href="https://www.w3schools.com/" id="w3schools">W3schools</a></li>
<li> </li>
</div>
</ul>
</div>
<iframe src=" " width="1000" height="1000" frameborder="0" scrolling="auto"></iframe>
</center>
<center>
<div>
<table border="0" height="500" class="home" >
<tr><td>
<center><h2 id="special">●學程宗旨與特色<img src="./image/photo8.png" width="40" height="35"></h2></center>
<div id="special-content">
<p>
<span style="font-size: 16px;">隨著科技的進步,資訊設備已經普遍進入醫療的環境,產生了大量的醫學資料。現今社會對醫學資訊的需求更加的強烈。無論是對醫學資訊的管理,或是對醫學資訊的研究,皆是未來的重點。此外,網際網路的生活化,使得醫學資訊的發展能更貼近生活應用之中。因此,同時具有醫療背景與資訊工程技術的跨領域人才將是未來所必需的。利用不同領域之間的專業和資源,以多元的視角去分析問題、幫助社會產生更多創新的學術研究與應用知識。</span></p>
<p> </p>
<p>
<span style="font-size: 16px;">整合理工學院內電機系、資工系、數學系的資源與師資,也跨院連接醫學院的醫學系與公衛系及管理學院資管系的專業知識與資源。且本校預計於2017年將完成輔仁大學附設醫院,屆時可與本學程互補並使雙方互利。學生、學程和醫院(企業)結合,是未來市場趨勢。醫院本身即是一個企業,學生在醫院實習,也是產學合作中心。此學程之特色之一為大四時安排全學年的產業實習,並配合相關教學醫院及醫療資訊企業醫療資訊人才需求,提供優質人力。</span></p>
<p> </p>
<p>
<span style="font-size: 16px;">本學程的特色,包含</span><strong style="font-size: 16px;"><span style="color:#ff0000;">「醫院實務」、「資訊工程」、與「創新應用」</span></strong><span style="font-size: 16px;">等三項核心能力;規劃以下發展重點:「醫院資訊系統」、「健康照護系統」、「醫學資訊創新應用」。並且,以實務導向為主,結合輔仁大學附設醫院資源,發揮綜效,整合醫學與資訊之跨領域的創新應用,並著重「專題實作」與「產業實習」等實作能力,期許能快速銜接,進入職場。</span></p>
</div>
</td></tr>
<tr><td>
<center><h2 id="object">●教學目標<img src="./image/photo5.png" width="40" height="35"></h2></center>
<div id="object-content">
<center><h4 id="ability">*核心能力</h4></center>
<div id="ability-content">
<div>
<span style="font-size:16px;">本學程的特色,包含「醫院實務」、「資訊工程」、與「創新應用」等三項核心能力。並著重「專題實作」與「產業實習」等實作能力,期許能快速銜接,進入職場。</span></div>
<div> </div>
<div>
<table align="center" border="1" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th>
<p style="text-align: center;">
<span style="color:#0000ff;font-size:16px;">核心能力</span></p>
</th>
<th>
<p style="text-align: center;">
<span style="color:#0000ff;font-size:16px;">內涵說明</span></p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="width:500px;">
<p style="text-align: center;">
<span style="font-size:16px;">醫院實務之基礎</span></p>
</td>
<td style="width:500px;">
<p>
<span style="font-size:16px;">關於醫療診斷的知識與醫院資訊系統之實務</span><span style="font-size: 16.3636360168457px;">。</span></p>
</td>
</tr>
<tr>
<td style="width:500px;">
<p style="text-align: center;">
<span style="font-size:16px;">資訊工程之基礎</span></p>
</td>
<td style="width:500px;">
<p>
<span style="font-size:16px;">規劃程式架構,做為實務系統開發之準備。</span></p>
</td>
</tr>
<tr>
<td style="width:500px;">
<p style="text-align: center;">
<span style="font-size:16px;">創新應用</span></p>
</td>
<td style="width:500px;">
<p>
<span style="font-size:16px;">運用醫療背景與資訊工程的技術,以實務為導向、完成跨領域的創新應用。</span></p>
</td>
</tr>
</tbody>
</table>
<div> </div>
</div>
</div>
<center><h4 id="plan">*課程規劃</h4></center>
<div id="plan-content">
<div>
<span style="font-size:16px;">詳細課程如下:</span></div>
<div>
</div>
<div>
<span style="color: rgb(51, 51, 51); font-family: Verdana, Arial, 微軟正黑體, 新細明體, sans-serif; font-size: 16px;">Java程式設計、C#程式設計、微積分、機率與統計、離散數學或線性代數(二選一)、資料結構與演算法、電腦網路、資料庫實務、物件導向分析與設計、醫學資訊、醫療標準及術語、電子病歷、臨床資訊學、醫療資訊系統實務、醫療決策分析、醫學影像、醫療設備與介面、Web基本原理與技術、行動裝置程式設計、人機介面設計與使用者經驗、行動醫療與創新應用專題、智慧醫院與創新應用專題、雲端健康照護專題、產業實習。</span></div>
</div>
</div>
</td></tr>
<tr><td>
<center><h2 id="relation">●相關連結<img src="./image/photo6.png" width="40" height="35"></h2></center>
<div id="relation-content">
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="fju" style="color: black;">輔仁大學</a>
</div>
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="fju-MIIA" style="color: black;">輔仁大學醫學資訊與創新應用學士學位學程</a>
</div>
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="fju-hospital" style="color: black;">天主教輔仁大學附設醫院</a>
</div>
<div style="margin: 30px 0px 20px 0px;">
<a href="#" id="fju-clinic" style="color: black;">輔仁診所</a>
</div>
</div>
</div>
</td></tr>
<tr><td>
<center><h2 id="feature">●未來出路<img src="./image/photo7.png" width="40" height="35"></h2></center>
<div id="feature-content">
<div>
<span style="font-size:16px;">1.升學:國內外資訊或醫學資訊相關研究所。</span></div>
<div>
</div>
<div>
<span style="font-size:16px;">2.就業:</span></div>
<div>
<span style="font-size:16px;"> ※一般公務員</span></div>
<div>
<span style="font-size:16px;"> ※資訊技師</span></div>
<div>
<span style="font-size:16px;"> ※基因分析師</span></div>
<div>
<span style="font-size:16px;"> ※藥物設計師</span></div>
<div>
<span style="font-size:16px;"> ※醫院資訊系統開發</span></div>
<div>
<span style="font-size:16px;"> ※醫療系統開發</span></div>
<div>
<span style="font-size:16px;"> ※醫療儀器及系統銷售</span></div>
<div>
<span style="font-size:16px;"> ※醫療雲端系統開發</span></div>
<div>
<span style="font-size:16px;"> ※醫療儀器開發</span></div>
<div>
<span style="font-size:16px;"> ※資訊系統開發</span></div>
<div>
<span style="font-size:16px;"> ※資訊系統軟硬體銷售</span></div>
<div>
<span style="font-size:16px;"> ※</span><span style="font-size: 16.3636360168457px;">專業研究人員</span><span style="font-size: 16px;"> </span></div>
<div>
<span style="font-size: 16px;"> ※中或小學教師</span></div>
<div>
<span style="font-size: 16px;"> ※</span><span style="font-size: 16.3636360168457px;">自行創業</span></div>
</div></center>
</td></tr>
</table>
</div>
<div>
<hr />
<p align="center">醫資學程教學網</p>
</div>
</div>
</body>
</html>