-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrustee.html
More file actions
85 lines (81 loc) · 4.92 KB
/
trustee.html
File metadata and controls
85 lines (81 loc) · 4.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>代表理事</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
a {
text-decoration: none;
color: #767676;
}
p {
margin-left: 8%;
margin-right: 10%;
text-indent: 2em;
font-size: 15px;
color: #333;
}
h2{
color: #333;
}
</style>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style="margin: 0; color: gray;">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar" style="top: 0; position: fixed; bottom: 0; overflow-x: hidden; background-color: #f5f5f5;">
<ul class="nav nav-sidebar" style="margin-top: 20px; color: #767676; ">
<li class="active">
<a style="display:inline; padding-right:0; font-size: 12px;" href="trustee.html">日本語</a>
<a style="display:inline; padding-left:2px; font-size: 12px;" <a href="trustee-cn.html">| 中文</a>
</li>
<li class="active"><a href="index.html">慈悲行実践道場の理念</a></li>
<li class="active"><a href="activity.html">主要活動</a></li>
<li class="active"><a href="guide-line.html">定款</a></li>
<li class="active"><a href="join.html">入社・入会</a></li>
<li class="active"><a href="organization.html">組織</a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h2 style="margin-left: 9%">代表理事のプロファイル</h2>
<hr style="height:1px; border:none; border-top:1px solid #eee;" />
<div class="row placeholders">
<p>釈悟光,俗名何立新(He Lixin)1966年10月四川生まれ</p><p>
<strong>学歴</strong></p><p>
1984-1988年 四川大学日本語学部</p><p>
1998-2000年 一橋大学大学院経済学研究課修士課程</p><p>
2000-2006年 同上 博士課程 経済学博士号取得</p><p>
2015年9月-現在 東京大学大学院人文社会系研究科課仏教学専攻 研究生</p><p>
<strong>職歴</strong></p><p>
大卒後、ブラウン管製造会社・貿易会社・ファイナンスリース会社などを経て、1996年11月に来日。博士号取得後、日本学術振興会外国人特別研究員(2006-2008年)を経て帰国、中国復旦大学経済学院に着任、2015年8月31日付けで自主辞職。</p><p>
<strong>主な研究業績</strong></p><p>
<strong>著書</strong></p><p>
『中国の公的年金制度改革--体制移行期の制度的・実証的分析』 東京大学出版会 2008年10月</p><p>
<strong>主な査読つき論文</strong></p><p>
何立新 「年金改革前の中国都市部における公的年金制度の適用対象と給付水準-1995年都市部家計調査データに基く考察-」,『海外社会保障研究』2004年No.146: 54-72.</p><p>
何立新 「中国都市部における公的年金制度改革と所得移転 - 2002年中国都市部家計調査に基づいて実証分析」- アジア経済』 2006年8月 第47巻第8号</p><p>
He Lixin and Hiroshi Sato, “Income Redistribution in Urban China by Social Security System:- An Empirical Analysis Based on Annual and Lifetime Income –.”
Contemporary Economic Policy, Vol. 31, No. 2, April 2013.</p><p>
何立新 「中国城鎮養老保険制度改革の所得分配効果」『経済研究』(中国社会科学院)2007年第3期.(中国語)</p>
</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>