index37.html
5.3 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RENKEI 2013 page 37/88</title>
<meta name="keywords" content="RENKEI 2013" />
<meta name="description" content="RENKEI 2013" />
<link rel="INDEX" href="./index.html" />
<link rev="made" href="mailto:info@startia.co.jp" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" type="text/css" href="css/ie5mac.css" />
<link rel="stylesheet" type="text/css" href="css/skin.css" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="css/SpryValidation.css" media="all" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie5win.css"><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css"><![endif]-->
<script src="./js/ecl.js" type="text/javascript"></script>
<script src="./js/parseUri.js" type="text/javascript"></script>
<script src="./js/getSearchWords.js" type="text/javascript"></script>
</head>
<body>
<div id="wrap2">
<div id="wrapper2">
<div id="header2">
</div>
<div id="main2">
<div class="open-box01">
<p class="flt mr10">
<a href="#" onclick="window.open('../_SWF_Window.html?pagecode=37', 'new', 'width=1000, height=675, left='+((screen.availWidth-1000)/2)+', top='+((screen.availHeight-675)/2-20)+', resizable=yes'); return false;">
<img src="../books/images/t/g_37.jpg" width="63" height="124" alt="RENKEI 2013" />
</a>
</p>
<p class="open-title"><strong>RENKEI 2013 page 37/88</strong></p>
<p class="flt">
<a href="#" onclick="window.open('../_SWF_Window.html?pagecode=37', 'new', 'width=1000, height=675, left='+((screen.availWidth-1000)/2)+', top='+((screen.availHeight-675)/2-10)+', resizable=yes'); return false;">
<img src="img/open-img02.jpg" width="296" height="110" alt="電子ブックを開く" />
</a>
<p class="open-title02">
このページは RENKEI 2013 の電子ブックに掲載されている37ページの概要です。<br />
<span id="PageJumpCountDown"></span>秒後に電子ブックの対象ページへ移動します。<br />
「電子ブックを開く」をクリックすると今すぐ対象ページへ移動します。
</p>
</p>
</div>
<div class="open-box02" id="TargetDescriptionText">
<p class="opentxt-box01"><strong>概要:</strong><br />
RENKEI 2013
</p>
</div>
<div class="open-box03" id="TargetSearchText">
講義・セミナー35■ 脳電位測定システム 脳電位測定により、人の脳機能や心理状態を客観的に解析するものです。具体的には、21 個の電極によって記録された頭皮上の電位の解析から、1. 心の状態を「喜怒哀楽」という4 つの独立した基本成分に分解し、その時間的な変化を秒単位で表示する(感性スペクトル解析ESAM)、2. 大脳皮質内の機能活性度を定量する(脳機能活性度測定DIMENSION)3. 脳内のニューロン機能異常を標準脳の表面にマップ(NAT)するシステムです。■ アクティグラフ 小型・軽量・腕時計型タイプの測定センサーで、身体活動量と睡眠・覚醒リズムを評価できます。睡眠・覚醒自動判別推定ソフトを利用することにより生活リズムが一目でわかります。■ ポータブル心拍変動測定器 付属のソフトウエアを利用する事により心拍変動の解析が可能な心電計です。心拍変動が2つの解析方法でグラフ化され、様々な状況下のストレスを自律神経の変化として捉えます。■ 酵素免疫測定法による生理活性物質測定システム 血液中や尿中の測定したい物質を抗原抗体反応により捕らえ、それを酵素基質反応により発色させて吸光度計を用いて測定するシステムです。ストレスと関連する脳由来神経栄養因子(BDNF)など、測定したい物質の酵素免疫測定キットが市販されていれば計測することができます。研究に使用している機器のご紹介
</div>
</div>
</div>
<div id="footer2">
</div>
</div>
<script type="text/javascript">
var SearchWords = getSearchWords(document.referrer);
SetHighLightWords(SearchWords, "TargetDescriptionText", "<span style='background-color:#FFFF00; color:#000000; font-weight:bold;'>", "</span>");
SetHighLightWords(SearchWords, "TargetSearchText", "<span style='background-color:#FFFF00; color:#000000; font-weight:bold;'>", "</span>");
</script>
<script type="text/javascript">
var counter = 10; //当該電子ブックページに遷移するまでのカウントダウン秒数指定
document.getElementById("PageJumpCountDown").innerHTML = counter; //初期値の表示
var IntervalID = setInterval("CountDown()",1000);
function CountDown(){
counter--;
document.getElementById("PageJumpCountDown").innerHTML = counter;
if (counter <= 0){
clearInterval(IntervalID);
location.href= "../_SWF_Window.html?pagecode=37";
}
}
</script>
</body>
</html>