<!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" >
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>台灣人權學刊</title>
<meta http-equiv="content-language" content="zh-tw">
<meta name="generator" content="Taiwan Human Rights Journal" />
<meta name="keywords" content="灣人權學刊 Taiwan Human Rights Journal 東吳大學張佛泉人權研究中心 人權教育 人權研究" />
<meta name="description" content="灣人權學刊 Taiwan Human Rights Journal 東吳大學張佛泉人權研究中心 人權教育 人權研究">
<meta name="viewport" content="width=1000">
<link href="http://www.taiwanhrj.org/images/logo.jpg" rel="image_src" type="image/jpeg">
<meta property='og:description' content='灣人權學刊 Taiwan Human Rights Journal 東吳大學張佛泉人權研究中心 人權教育 人權研究'/>
<meta property='og:title' content='台灣人權學刊'/>
<meta property='og:type' content='article'/>
<meta property='og:url' content='http://www.taiwanhrj.org/index.html'/>
<meta property='og:site_name' content='台灣人權學刊'/>
<meta property='og:image' content='http://www.taiwanhrj.org/images/logo.jpg'/>
<!-- stylesheets -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="c
ss/ie7.css" />
<![endif]-->
<link rel="stylesheet" href="/css/style.css" type="text/css" /> <!-- the main structure and main page elements style -->
<link rel="stylesheet" href="/css/components.css?v=1" type="text/css" /> <!-- included components and additional style -->
<link rel="stylesheet" href="/js/js.css" type="text/css" media="screen" /> <!-- styles for the various jquery plugins -->
<link rel="stylesheet" href="/css/colors.css" type="text/css" /> <!-- different color options -->
<link rel="stylesheet" href="/css/jscal2.css" type="text/css" />
<link rel="stylesheet" href="/css/cust.css?v=1743498868" type="text/css" />
<!-- javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></script> <!-- jquery ui -->
<script type="text/javascript" src="/js/plugins.min.js"></script> <!-- jquery plugins js -->
<script type="text/javascript" src="/js/custom.js"></script> <!-- continuum js -->
<script type="text/javascript" src="/js/jscal2.js"></script> <!-- calendar js -->
<script type="text/javascript" src="/js/lang/cn.js"></script> <!-- calendar js -->
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/ui.totop.css">
<script src="/js/slides.min.jquery.js"></script>
<script src="/js/jquery.ui.totop.js"></script>
<script>
$(function(){
$('#slides').slides({
preload: true,
preloadImage: 'img/loading.gif',
play: 5000,
pause: 2500,
hoverPause: true,
animationStart: function(current){
$('.caption').animate({
bottom:-35
},100);
if (window.console && console.log) {
// example return of current slide number
console.log('animationStart on slide: ', current);
};
},
animationComplete: function(current){
$('.caption').animate({
bottom:0
},200);
if (window.console && console.log) {
// example return of current slide number
console.log('animationComplete on slide: ', current);
};
},
slidesLoaded: function() {
$('.caption').animate({
bottom:0
},200);
}
});
});
</script>
<script type="text/javascript">
$(document).ready(function() {
//BREAKING SLIDER
$('#breaking').anythingSlider({
easing: "easeInOutExpo", // Anything other than "linear" or "swing" requires the easing plugin
autoPlay: "true", // This turns off the entire FUNCTIONALY, not just if it starts running or not.
delay: 6000, // How long between slide transitions in AutoPlay mode
startStopped: false, // If autoPlay is on, this can force it to start stopped
animationTime: 300, // How long the slide transition takes
hashTags: false, // Should links change the hashtag in the URL?
buildNavigation: false, // If true, builds and list of anchor links to link to each slide
pauseOnHover: true, // If true, and autoPlay is enabled, the show will pause on hover
startText: "Go", // Start text
stopText: "Stop", // Stop text
navigationFormatter: formatText // Details at the top of the file on this use (advanced use)
});
function formatText(index, panel) {
return index + "";
}
//SPOTLIGHT SLIDER LAYOUT 1
$('#slider1').cycle({
fx: 'fade', // transition types: http://jquery.malsup.com/cycle/browser.html
timeout: 4000, // how long the slide is displayed
speed: 300, // the speed of the transition effect
pause: 1, // pause on hover
cleartype: true, // IE FIX
cleartypeNoBg: true // IE FIX
});
//SPOTLIGHT SLIDER LAYOUT 3
$("#slider3 > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000, true);
//RECENT REACTIONS CYCLER
$('.recent-reactions').cycle({
fx: 'scrollUp', // transition types: http://jquery.malsup.com/cycle/browser.html
timeout: 1, // how long the slide is displayed
speed: 35000, // the speed of the transition effect
easing: 'linear',
continuous: 1,
cleartype: true, // IE FIX
cleartypeNoBg: true // IE FIX
});
});
//setup the nivo slider
jQuery(window).load(function() {
jQuery('#slider2').nivoSlider({
effect:'random', //Specify sets like: 'fold,fade,sliceDown'
slices:15,
animSpeed:300, //Slide transition speed
pauseTime:4000,
startSlide:0, //Set starting Slide (0 index)
directionNav:true, //Next and Prev
directionNavHide:true, //Only show on hover
controlNav:true, //1,2,3...
controlNavThumbs:true, //Use thumbnails for Control Nav
controlNavThumbsFromRel:false, //Use image rel for thumbs
controlNavThumbsSearch: '.jpg', //Replace this with...
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
keyboardNav:true, //Use left and right arrows
pauseOnHover:true, //Stop animation while hovering
manualAdvance:false, //Force manual transitions
captionOpacity:0.8 //Universal caption opacity
});
});
</script>
<!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]-->
</head>
<body class="silk-light-cool-2 magnesium">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48012852-1', 'taiwanhrj.org');
ga('send', 'pageview');
</script>
<!-- begin container that wraps the top bar that contains the menu and search form -->
<div id="page-menu-wrapper">
<!-- begin top menu -->
<div id="page-menu">
<div class="container">
<div class="menu"> <!-- begin menu wrapper div -->
<ul class="menu"> <!-- begin main menu list -->
<!-- top level menu item -->
<li class="menu-item current-menu-item current_page_item"><a href="/index.html">Home</a></li>
<li class="menu-item"><a href="http://www.scu.edu.tw" target="_blank">東吳大學</a>
</li>
<!-- top level menu item -->
<li class="menu-item"><a href="http://www.hrp.scu.edu.tw" target="_blank">張佛泉人權研究中心</a>
</li>
</ul> <!-- end main menu list -->
</div> <!-- end menu wrapper div -->
</div>
<!-- end top menu -->
<!-- begin search -->
<div id="search">
<div class="wrapper">
<div class="inner">
<!-- SEARCH -->
<form method="get" id="searchform" action="/search/">
<input type="text" placeholder="search" name="s" id="s" />
</form>
</div>
</div>
</div>
<!-- end search -->
<br class="clearer" />
</div>
</div>
<!-- end top page menu wrapper -->
<!-- begin the rest of the page wrapper -->
<div id="page-wrap"> <!-- everything below the top menu should be inside the page wrap div -->
<div id="logo-bar"> <!-- the bar that contains the logo on the left and header ad on the right -->
<div class="floatleft"> <!-- logo -->
<a href="/index.html">
<img src="/images/logo.png" width="290" height="61" alt="logo" />
</a>
</div>
<div class="header-ad"> <!-- header ad -->
</div>
<br class="clearer" />
</div> <!-- end logo bar -->
<div id="small-menu-wrapper"> <!-- begin small right-aligned menu wrapper -->
<div id="small-menu">
<div class="left-cap"> </div>
<ul class="menu">
<li class="menu-item"><a href="/about/en/31">ABOUT US</a>
<ul class="sub-menu"> <!-- drop down menu -->
<li class="menu-item"><a href="/about/en/31/Announcing+a+new+human+rights+journal">Announcing a new human rights journal</a></li>
<li class="menu-item"><a href="/about/en/4/Editorial+Board">Editorial Board</a></li>
<li class="menu-item"><a href="/about/en/3/Advisory+Board">Advisory Board</a></li>
<li class="menu-item"><a href="/about/en/1/"></a></li>
</ul>
</li>
<li class="menu-item"><a href="/contents/en">CONTENTS</a></li>
<li class="menu-item"><a href="/subscribe/en/11">SUBSCRIBE</a>
<ul class="sub-menu">
<li class="menu-item"><a href="/subscribe/en/11">Contact</a></li>
<li class="menu-item"><a href="/subscribe/en/10">Subscriptions</a></li>
</ul>
</li>
<li class="menu-item"><a href="/contact/en/">CONTACT US</a> </li>
</ul>
<div class="right-cap"> </div>
</div>
<br class="clearer" />
</div> <!-- end small right-aligned menu wrapper -->
<div id="main-menu-wrapper"> <!-- begin main menu wrapper -->
<div class="left-cap"> </div>
<div id="main-menu">
<div class="container">
<ul class="menu">
<li class="menu-item"><a href="/about/zh_tw/31">關於我們</a>
<ul class="sub-menu">
<li class="menu-item"><a href="/about/zh_tw/31">發刊詞</a></li>
<li class="menu-item"><a href="/about/zh_tw/4">編輯委員會</a></li>
<li class="menu-item"><a href="/about/zh_tw/3">顧問委員會</a></li>
<li class="menu-item"><a href="/about/zh_tw/1">學刊簡介</a></li>
</ul>
</li>
<li class="menu-item"><a href="/contents/zh_tw">學刊內容</a>
</li>
<li class="menu-item"><a href="/news">最新消息</a>
</li>
<li class="menu-item"><a href="/subscribe/zh_tw/11">訂閱方式</a>
<ul class="sub-menu">
<li class="menu-item"><a href="/subscribe/zh_tw/11">聯絡方式</a></li>
<li class="menu-item"><a href="/subscribe/zh_tw/10">訂價及匯款方式</a></li>
</ul>
</li>
<li class="menu-item"><a href="/contact/zh_tw/">聯絡我們</a></li>
<li class="menu-item"><a href="/interview">人權群像</a></li>
<li class="menu-item"><a href="/submission/zh_tw/8">徵稿</a>
<ul class="sub-menu">
<li class="menu-item"><a href="/submission/zh_tw/8">論文審查作業要點</a></li>
<li class="menu-item"><a href="/submission/zh_tw/7">撰稿範例</a></li>
<li class="menu-item"><a href="/submission/zh_tw/6">徵稿啟事</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="right-cap"> </div>
<br class="clearer" />
</div> <!-- end main menu wrapper -->
<div id="spotlight-wrapper">
<div id="spotlight">
<div id="example">
<div id="slides">
<div class="slides_container">
<div class="slide">
<a href="https://www.youtube.com/watch?v=PKaoiV3tBPA" title="" target="_self"><img src="/files/link/2024101912561196.jpg" width="960" height="270" alt="2024101912561196.jpg"></a>
</div>
</div>
<a href="#" class="prev"><img src="img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
<a href="#" class="next"><img src="img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
</div>
</div>
</div>
</div>
<div class="latest-wrapper">
<div id="latest">
<div id="category-wrapper"> <!-- begin category header ribbon -->
<div class="header gentesque">
<div class="title">
<!-- The Latest -->
</div>
<div class="arrow"> </div>
</div>
<div class="category left">
<div class="inner">
<div class="gentesque">
<a href="javascript:;" class="tooltip" title="" style="cursor:default"><b>letter from editor</b></a>
</div>
</div>
</div>
<div class="category right">
<div class="inner">
<div class="gentesque">
<a href="javascript:;" class="tooltip" title="" style="cursor:default"><b>卷期</b></a>
</div>
</div>
</div>
<br class="clearer" />
</div><!-- end category header ribbon -->
<div class="catpanel-wrapper first"> <!-- begin category content -->
<p class="title first" title="最近期學刊">
<h3>第7卷第4期,2024年11月出刊 </h3>
</p>
<div class="catpanel">
<h5>編者的話</h5>
<ul class="advisory">
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>編者的話 / 林瓊珠(中正大學政治系副教授)
<br>Editor's preface / Chiung-chu Lin (Associate Professor, Department of Political Science, National Chung Cheng University, Chaiyi) </span><span class="article_view"><a href="/contents/510">全文</a></span></li>
</ul>
<h5>研究論文</h5>
<ul class="advisory">
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>台灣有遵守國際勞工組織核心公約之人權義務嗎?整全人權法詮釋取徑之芻議 / 楊雅雯(中央研究院法律學研究所助研究員)
<br>Does Taiwan Have Human Rights Obligations to Comply with the Core Conventions of the International Labour Organization? A Holistic Interpretive Approach / Ya-wen Yang(Assistant Research Professor, Institutum Iurisprudentiae, Academia Sinica) </span>
<span class="download"><a href="/contents/511">摘要</a> | <a href='/get.php?f=2024113022330281.pdf&s=台灣人權學刊-第7卷第4期-楊雅雯.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>台商對中國工人的劣待加劇了中國反台灣民間情緒 / 李強(中國勞工觀察創始人和執行主任)
<br>The Intensification of Anti-Taiwan Sentiment in China Resulting from the Mistreatment of Chinese Workers by Taiwanese Businesses / Qiang Li(Founder and Executive Director of China Labor Watch) </span>
<span class="download"><a href="/contents/512">摘要</a> | <a href='/get.php?f=2024113022412617.pdf&s=台灣人權學刊-第7卷第4期-李強.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>從學校到西藏自由運動的跨界之旅 / 盧惠娟 (《西藏的天空》主編)
<br>From School to the Free Tibet Movement: A Boundary-Crossing Journey / Hui-chuan Lu(Editor in chief, The Sky Above Tibet) </span>
<span class="download"><a href="/contents/513">摘要</a> | <a href='/get.php?f=2024113022463326.pdf&s=台灣人權學刊-第7卷第4期-盧惠娟.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>台灣國家人權委員會運作三年的挑戰 / 蘇建和(財團法人民間司法改革基金會發展資源經理)
<br>Challenges of Taiwan’s National Human Rights Commission After Three Years of Operation / Chien-ho Su(Manager, Division of Resource Development, Judicial Reform Foundation) </span>
<span class="download"><a href="/contents/514">摘要</a> | <a href='/get.php?f=2024113022512023.pdf&s=台灣人權學刊-第7卷第4期-蘇建和.pdf'>全文下載 </a></span></li>
</ul>
<h5>人權論壇 Human Rights Forum</h5>
<ul class="advisory">
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>「國安體制」在香港——《 港區國安法》實施三年觀察記 2020-2023:觀察報告導讀 / 張一彬(淡江大學公共行政學系副教授)
<br>“The National Security Regime” in Hong Kong – A Three-Year Observational Report on the Implementation of the Hong Kong National Security Law (2020-2023): Overview / Yi-bin Chang (Associate Professor, Department of Public Administration, Tamkang University)
</span><span class="download"><a href="/contents/515">摘要</a> | <a href='/get.php?f=2024113022555568.pdf&s=台灣人權學刊-第7卷第4期-張一彬.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>不僅是法律而已:反思《「國安體制在香港」──《港區國安法》實施三年觀察記》 / 黎恩灝(美國喬治城大學亞洲法中心研究員)
<br>Not Just About the Law: Reflections on A Report on the National Security Regime in Hong Kong (2024) / Yan-ho Lai (Research Fellow at the Center for Asian Law, Georgetown University Law Center)
</span><span class="download"><a href="/contents/522">摘要</a> | <a href='/get.php?f=2024120519052419.pdf&s=台灣人權學刊-第7卷第4期-黎恩灝(英文稿).pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>國安法與科技中立之爭—— 香港數位權利的未來挑戰 / 鄺頌晴(對中政策跨國議會聯盟 (IPAC)高級分析員、漢堡大學法律系博士候選人)
<br>National Security Law and Technology Neutrality: The Future Challenges of Digital Rights in Hong Kong / Chung-ching Kwong(Senior Analyst, Inter-Parliamentary Alliance on China (IPAC); PhD Candidate in Law, University of Hamburg)
</span><span class="download"><a href="/contents/523">摘要</a> | <a href='/get.php?f=2024120519111515.pdf&s=台灣人權學刊-第7卷第4期-鄺頌晴.pdf'>全文下載 </a></span></li>
</ul>
<h5>人權現場 Notes from the Field</h5>
<ul class="advisory">
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>無愧「人權園區」之名,樂生療養院保存將走向何方?——連結國際經驗,台灣文化民主紮根的叩問 / 謝宗翰(台大法律研究所公法組三年級學生、國際愛地芽協會台灣分會(IDEA Taiwan)常務監事)
<br>Living up to the Name of “Human Rights Park”: The Future of Losheng Sanatorium’s Preservation- Connecting International Experience and the Question of Cultural Democratization / Tsung-han Hsieh(Graduate Student, Public Law Program, College of Law, National Taiwan University; Managing Supervisor, IDEA TAIWAN (International Association for Integration Dignity and Economic Advancement)
</span><span class="download"><a href="/contents/519">摘要</a> | <a href='/get.php?f=2024113023281193.pdf&s=台灣人權學刊-第7卷第4期-謝宗翰.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>疾病烙印與困難遺產:雙溪毛糯麻風療養院保存運動的反思 / 傅向紅(馬來西亞理科大學社會科學院講師)
<br>The Stigma of Disease and Difficult Heritage: Reflections on the Preservation Movement of the Sungai Buloh Leprosy Settlement / Heong-hong Por(Lecturer, School of Social Sciences Universiti Sains Malaysia)
</span><span class="download"><a href="/contents/520">摘要</a> | <a href='/get.php?f=2024113023330773.pdf&s=台灣人權學刊-第7卷第4期-傅向紅.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>不以我的名義:在新加坡反對死刑(英文稿) / 韓俐穎(運動者,變革正義公社)
<br>Not In My Name: Working against the Death Penalty in Singapore / Kirsten Han(Activist, Transformative Justice Collective)
</span><span class="download"><a href="/contents/521">摘要</a> | <a href='/get.php?f=2024113023424067.pdf&s=台灣人權學刊-第7卷第4期-Kirsten Han(英文稿).pdf'>全文下載 </a></span></li>
</ul>
<h5>評論 Review</h5>
<ul class="advisory">
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>[影評] Total Lies under Total Trust:無法全面監視的良知與抵抗 / 施逸翔(台灣人權促進會資深研究員)
<br>[Film Review] Total Lies under Total Trust: Conscience and Resistance Beyond Total Surveillance / Yi-hsiang Shih (Senior Researcher, Taiwan Association for Human Rights)
</span><span class="download"><a href="/contents/516">摘要</a> | <a href='/get.php?f=2024113023112370.pdf&s=台灣人權學刊-第7卷第4期-施逸翔.pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>[書評] 我的身體不是我的:評芭芭拉·維克多的《玫瑰軍團——巴勒斯 坦女性自殺式襲擊者的世界》(英文稿) / 梁家恩(國立中正大學認知科學博士學位學程副教授)
<br>[Book Review] I Am Not My Own: A Review of Barbara Victor’s Army of Roses: Inside the World of Palestinian Women Suicide Bombers / Kar-yen Leong (Associate Professor, PhD program in Cognitive Science, National Chung Cheng University)
</span><span class="download"><a href="/contents/517">摘要</a> | <a href='/get.php?f=2024113023135387.pdf&s=台灣人權學刊-第7卷第4期-梁家恩(英文稿).pdf'>全文下載 </a></span></li>
<li onmouseover="this.style.backgroundColor='#eee'" onmouseout="this.style.backgroundColor='#fff'"><span>[書評]印尼殺戮背後可能的國際因素與國內影響,評:Migration in the Time of Revolution: China, Indonesia, and the Cold War與Memories of Unbelonging: Ethnic Chinese Identity Politics in Post-Suharto Indonesia / 林平(國立中正大學政治學系教授)
<br>[Book Review] International Effectors and Domestic Influences of Indonesia’s Massive Killings, Book Review on Migration in the Time of Revolution: China, Indonesia, and the Cold War and Memories of Unbelonging: Ethnic Chinese Identity Politics in Post-Suh / Ping Lin (Professor, Department of Political Science, National Chung Cheng University, Chaiyi)
</span><span class="download"><a href="/contents/518">摘要</a> | <a href='/get.php?f=2024113023183642.pdf&s=台灣人權學刊-第7卷第4期-林平.pdf'>全文下載 </a></span></li>
</ul>
</div>
<div class="catpanel last">
</div>
</div> <!-- end category content -->
<div class="catpanel-wrapper last"> <!-- begin category content -->
<div class="catpanel" style="text-align:center">
<div id="right_cond">
<input type="hidden" id="cid" name="cid" value="" />
到 <select id="parent_id" name="parent_id">
<option value="" selected="selected">--</option>
<option label="1" value="1">1</option>
<option label="2" value="4">2</option>
<option label="3" value="12">3</option>
<option label="4" value="17">4</option>
<option label="5" value="22">5</option>
<option label="6" value="28">6</option>
<option label="7" value="36">7</option>
</select> 卷
<select id="cate_id" name="cate_id">
<option value="" selected="selected">--</option>
</select> 期 <input type="button" value="GO"
onclick="switchto($('#parent_id').val(), $('#cate_id').val(), 2);" />
</div>
</div>
<div class="catpanel ">
<h5>最新消息 News</h5>
<ul class="advisory all">
<li><a href="/news/509">[招生訊息代轉] 114學年度東吳大學人權碩士班甄試入學報名資訊</a></li>
<li><a href="/news/391">台灣人權學刊更正啟示</a></li>
<li><a href="/news/333">台灣人權學刊更正啟示</a></li>
<li><a href="/news/226">台灣人權學刊更正啟示</a></li>
<li><a href="/news/185">[活動訊息代轉] 2015人權國際交流研討會</a></li>
<li><a href="/news/186">[活動訊息代轉]聯合國70週年論壇:聯合國與人權保障</a></li>
<li><a href="/news/150">William Black教授與Ricardo Brodsky先生文章的英文原文已在本站發表</a></li>
<li><a href="/news/131">[活動訊息代轉] 2014年東吳大學人權週活動</a></li>
<li><a href="/news/130">[活動訊息代轉]蒙古的人權狀況-國際特赦組識蒙古分會秘書長阿爾塔女士座談會</a></li>
<li><a href="/news/129">「海外人權運動四十年」:王渝女士專訪。</a></li>
</ul>
<div style="text-align: center;"><a href="/news">更多最新消息</a></div>
</div>
<div class="catpanel ">
<h5>最新學刊內容</h5>
<ul class="advisory all">
<li><a href="/contents/zh_tw/36/41">
第7卷第4期,2024年11月出刊</a>
</li>
<li><a href="/contents/zh_tw/36/39">
第7卷第3期,2024年6月出刊</a>
</li>
<li><a href="/contents/zh_tw/36/38">
第7卷第2期,2023年12月出刊</a>
</li>
<li><a href="/contents/zh_tw/36/37">
第7卷第1期,2023年6月出刊</a>
</li>
<li><a href="/contents/zh_tw/28/35">
第6卷第4期,2022年12月出刊</a>
</li>
<li><a href="/contents/zh_tw/28/34">
第6卷第3期,2022年6月出刊</a>
</li>
<li><a href="/contents/zh_tw/30/31">
第6卷第2期,2021年11月出刊</a>
</li>
<li><a href="/contents/zh_tw/28/32">
第6卷第2期,2021年11月出刊</a>
</li>
<li><a href="/contents/zh_tw/28/29">
第6卷第1期,2021年6月出刊</a>
</li>
<li><a href="/contents/zh_tw/22/27">
第5卷第4期,2020年12月出刊</a>
</li>
<!-- <li><a href="/contents/zh_tw/4/6">第2卷第2期,2013年12月出刊</a></li>
<li><a href="/contents/zh_tw/4/5">第2卷第1期,2013年06月出刊</a></li> -->
<!-- <li><a
href="/interview/454">中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(下)/張妙淨</a>
</li>
<li><a
href="/interview/453">Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 2|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第三集/台灣人權學刊編輯組</a>
</li>
<li><a
href="/interview/452">Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 1|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第二集/台灣人權學刊編輯組</a>
</li>
<li><a
href="/interview/451">Professor Yu-Jie Chen’s Multifaceted Career: Researcher, Teacher, and Activist|Professor Yu-Jie Chen|人權群像第三季第一集/台灣人權學刊編輯組</a>
</li>
<li><a
href="/interview/433">中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(上)/張妙淨</a>
</li>
-->
</ul>
<div style="text-align: center;font-size: 10pt;"><a href="/contents/zh_tw">更多學刊</a></div>
</div>
<div class="catpanel">
<h5>人權群像</h5>
<div style="width:250px;padding-top:10px;">
<a href="https://www.youtube.com/watch?v=cG35KtUWNQA" target="_blank" title="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(下)" alt="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(下)"
style=" background:url('http://img.youtube.com/vi/cG35KtUWNQA/0.jpg');display: block;;width:250px;height:130px;background-repeat: no-repeat;background-position: center center; background-size: 90%;"> </a>
<div style="font-size:.9em;color:#4d4d4d;text-align:center;padding-top: 4pt;">
<a href="https://www.youtube.com/watch?v=cG35KtUWNQA" target="_blank" title="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(下)" alt="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(下)">中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(下)</a></div>
</div>
<div style="width:250px;padding-top:10px;">
<a href="https://www.youtube.com/watch?v=9um6kmW6Q7U" target="_blank" title="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 2|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第三集" alt="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 2|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第三集"
style=" background:url('http://img.youtube.com/vi/9um6kmW6Q7U/0.jpg');display: block;;width:250px;height:130px;background-repeat: no-repeat;background-position: center center; background-size: 90%;"> </a>
<div style="font-size:.9em;color:#4d4d4d;text-align:center;padding-top: 4pt;">
<a href="https://www.youtube.com/watch?v=9um6kmW6Q7U" target="_blank" title="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 2|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第三集" alt="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 2|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第三集">Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 2|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第三集</a></div>
</div>
<div style="width:250px;padding-top:10px;">
<a href="https://www.youtube.com/watch?v=QqBNimPQJxA" target="_blank" title="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 1|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第二集" alt="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 1|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第二集"
style=" background:url('http://img.youtube.com/vi/QqBNimPQJxA/0.jpg');display: block;;width:250px;height:130px;background-repeat: no-repeat;background-position: center center; background-size: 90%;"> </a>
<div style="font-size:.9em;color:#4d4d4d;text-align:center;padding-top: 4pt;">
<a href="https://www.youtube.com/watch?v=QqBNimPQJxA" target="_blank" title="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 1|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第二集" alt="Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 1|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第二集">Professor Kar-Yen Leong’s Witness on Southeast Asia: Part 1|專訪淡江大學全球政治經濟學系梁家恩副教授|人權群像第三季第二集</a></div>
</div>
<div style="width:250px;padding-top:10px;">
<a href="https://www.youtube.com/watch?v=VUWs11ALjIo" target="_blank" title="Professor Yu-Jie Chen’s Multifaceted Career: Researcher, Teacher, and Activist|Professor Yu-Jie Chen|人權群像第三季第一集" alt="Professor Yu-Jie Chen’s Multifaceted Career: Researcher, Teacher, and Activist|Professor Yu-Jie Chen|人權群像第三季第一集"
style=" background:url('http://img.youtube.com/vi/VUWs11ALjIo/0.jpg');display: block;;width:250px;height:130px;background-repeat: no-repeat;background-position: center center; background-size: 90%;"> </a>
<div style="font-size:.9em;color:#4d4d4d;text-align:center;padding-top: 4pt;">
<a href="https://www.youtube.com/watch?v=VUWs11ALjIo" target="_blank" title="Professor Yu-Jie Chen’s Multifaceted Career: Researcher, Teacher, and Activist|Professor Yu-Jie Chen|人權群像第三季第一集" alt="Professor Yu-Jie Chen’s Multifaceted Career: Researcher, Teacher, and Activist|Professor Yu-Jie Chen|人權群像第三季第一集">Professor Yu-Jie Chen’s Multifaceted Career: Researcher, Teacher, and Activist|Professor Yu-Jie Chen|人權群像第三季第一集</a></div>
</div>
<div style="width:250px;padding-top:10px;">
<a href="https://www.youtube.com/watch?v=2_E4AmGHcw4" target="_blank" title="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(上)" alt="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(上)"
style=" background:url('http://img.youtube.com/vi/2_E4AmGHcw4/0.jpg');display: block;;width:250px;height:130px;background-repeat: no-repeat;background-position: center center; background-size: 90%;"> </a>
<div style="font-size:.9em;color:#4d4d4d;text-align:center;padding-top: 4pt;">
<a href="https://www.youtube.com/watch?v=2_E4AmGHcw4" target="_blank" title="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(上)" alt="中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(上)">中國民主運動研究|專訪東吳大學政治學系王興中兼任助理教授|人權群像第三季第七集(上)</a></div>
</div>
<div style="text-align: center;font-size: 10pt;"><a href="/interview">更多人權群像</a></div>
</div>
</div> <!-- end category content -->
<br class="clearer" />
</div>
</div>
<div id="latest-bottom"> </div>
<div id="footer-wrapper">
<div id="footer">
<div class="copyright">
<div class="floatleft">
Copyright © Taiwan Human Rights Journal 台灣人權學刊. All Rights Reserved <!--| 著作權聲明 -->
</div>
<div class="floatright">
<a href="http://www.hrp.scu.edu.tw/" target="_blank">張佛泉人權研究中心</a> | <a href="http://www.scu.edu.tw/" target="_blank">東吳大學</a>
</div>
<br class="clearer" />
</div>
</div>
<div class="bottom"> </div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
reload_cate($('#parent_id').val(), $('#cid').val());
});
$('#parent_id').change(function(){
$('#cate_id option').remove();
$('#cate_id').append($('<option></option>').val('').html('--'));
$.ajax({
type: "POST",
url: "/ajax.php",
dataType: 'json',
data: {mo:'load_cate',id: $(this).val()},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert(XMLHttpRequest.responseText);
},
success: function(response){
//alert(response.msg.text);
var l = response.msg.sent.length;
for(i=0;i<l;i++){
$('#cate_id').append($('<option ></option>').val(response.msg.sent[i]['cate_id']).html(response.msg.sent[i]['cate_desc']));
}
}
});
});
$('#index_parent_id').change(function(){
$('#index_cate_id option').remove();
$.ajax({
type: "POST",
url: "/ajax.php",
dataType: 'json',
data: {mo:'load_cate',id: $(this).val()},
error: function(XMLHttpRequest, textStatus, errorThrown){
alert(XMLHttpRequest.responseText);
},
success: function(response){
var l = response.msg.sent.length;
for(i=0;i<l;i++){
$('#index_cate_id').append($('<option ></option>').val(response.msg.sent[i]['cate_id']).html(response.msg.sent[i]['cate_desc']));
}
}
});
});
function switchto(pid, cid, l){
if (pid == 0 || cid == 0)
{
alert('請選擇切換的卷與期');
}
else{
location.href='/contents/zh_tw/'+pid+'/'+cid;
}
}
function reload_cate(parent_id, cate_id)
{
$('#cate_id option').remove();
$('#cate_id').append($('<option></option>').val('').html('--'));
$.ajax({
type: "POST",
url: "/ajax.php",
dataType: 'json',
data: {mo:'load_cate',id: parent_id},
error: function(){
alert("Ajax request error");
},
success: function(response){
var l = response.msg.sent.length;
for(i=0;i<l;i++){
var cate_desc = response.msg.sent[i]['cate_desc'];
var cid = response.msg.sent[i]['cate_id'];
if (response.msg.sent[i]['cate_id'] == cate_id)
$('#cate_id').append($('<option selected></option>').val(cid).html(cate_desc));
else
$('#cate_id').append($('<option></option>').val(cid).html(cate_desc));
}
}
});
}
function index_reload_cate(parent_id, cate_id)
{
$('#index_cate_id option').remove();
$.ajax({
type: "POST",
url: "/ajax.php",
dataType: 'json',
data: {mo:'load_cate',id: parent_id},
error: function(){
alert("Ajax request error");
},
success: function(response){
var l = response.msg.sent.length;
for(i=0;i<l;i++){
var cate_desc = response.msg.sent[i]['cate_desc'];
var cid = response.msg.sent[i]['cate_id'];
if (response.msg.sent[i]['cate_id'] == cate_id)
$('#index_cate_id').append($('<option selected></option>').val(cid).html(cate_desc));
else
$('#index_cate_id').append($('<option></option>').val(cid).html(cate_desc));
}
}
});
}
</script>
<script type="text/javascript">
//<![CDATA[
// var $j = jQuery.noConflict(true);
$j(document).ready(function() {
// $j().UItoTop({ easingType: 'easeOutQuart'});
});
//]]>
</script>
</body>
</html>