-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
415 lines (282 loc) · 14.3 KB
/
index.html
File metadata and controls
415 lines (282 loc) · 14.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
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ethics in real life</title>
<meta name="description" content="의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다.
">
<meta name="author" content="Junhewk Kim">
<meta name="copyright" content="© Junhewk Kim 2017">
<!-- External libraries -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/monokai-sublime.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css">
<!-- Favicon and other icons (made with http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="/assets/icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Facebook OGP cards -->
<meta property="og:description" content="의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다.
" />
<meta property="og:url" content="https://junhewk.github.io/" >
<meta property="og:site_name" content="Ethics in real life" />
<meta property="og:title" content="Ethics in real life" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://junhewk.github.io/assets/face_image.jpg" />
<meta property="og:image:type" content="/image/jpg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="375" />
<!-- Twitter: card tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ethics in real life">
<meta name="twitter:description" content="의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다.
">
<meta name="twitter:image" content="https://junhewk.github.io/assets/logo.png">
<meta name="twitter:url" content="https://junhewk.github.io">
<!-- Site styles -->
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="https://junhewk.github.io/">
<link rel="alternate" type="application/rss+xml" title="Ethics in real life" href="https://junhewk.github.io/feed.xml" />
</head>
<body>
<header class="navigation" role="banner">
<div class="navigation-wrapper">
<a href="/" class="logo">
<img src="/assets/logo.png" alt="Ethics in real life">
</a>
<a href="javascript:void(0)" class="navigation-menu-button" id="js-mobile-menu">
<i class="fa fa-bars"></i>
</a>
<nav role="navigation">
<ul id="js-navigation-menu" class="navigation-menu show">
<li class="nav-link"><a href="/about/">About</a>
<li class="nav-link"><a href="/posts/">Posts</a>
<li class="nav-link"><a href="/text/">Text</a>
</ul>
</nav>
</div>
</header>
<div class="page-content">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Blog",
"keywords": "medical ethics humanities text analysis R novel movie",
"url": "https://junhewk.github.io",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://junhewk.github.io"
},
"author": {
"@type": "Person",
"name": "Junhewk Kim",
"sameAs": [
"https://github.com/junhewk",
"https://www.facebook.com/analyticsophia"
]
}
}
</script>
<div class="home">
<div class="site-header-container has-cover" style="background-image: url(/assets/header_image.jpg);">
<div class="scrim has-cover">
<header class="site-header">
<h1 class="title">Ethics in real life</h1>
<p class="subtitle">Ethics in medicine, information, and more. For text analysis, please visit junhewk.github.io/text/.</p>
</header>
</div>
</div>
<div class="wrapper">
<ul class="post-list">
<li>
<h2>
<a class="post-link" href="/ethics/2017/07/22/information-technology-and-moral-values.html">정보 기술과 도덕적 가치 (Information Technology and Moral Values)</a>
</h2>
<section class="post-excerpt" itemprop="description">
<p>Information Technology and Moral Values: Stanford Encyclopedia of Philosophy Information Technology and Moral Values 중요 문헌이라 번역 중간에 올립니다. 번역하는 대로 업데이트합니다. 어휘는 IT용어사전을 참고합니다. Introduction 정보 기술은 이제 전세계 어디에나 있습니다. 개인용 컴퓨터, 스마트폰, 인터넷, 인터넷 및 스마트폰 어플리케이션, 디지털 비서, 클라우드 컴퓨팅 등 여러 형태를 띠고 있죠. 사실...</p>
</section>
<section class="post-meta">
<div class="post-date">July 22, 2017</div>
<div class="post-categories">
in
<a href="/category/ethics">Ethics</a>
</div>
</section>
</li>
<hr>
<li>
<h2>
<a class="post-link" href="/ethics/2017/07/16/feminist-perspectives-on-power.html">권력에 관한 페미니즘적 관점 (Feminist Perspectives on Power)</a>
</h2>
<section class="post-excerpt" itemprop="description">
<p>Feminist Perspectives on Power: Stanford Encyclopedia of Philosophy Feminist Perspectives on Power 번역을 완료하지 않았지만 필요하실 수 있을 것 같아 먼저 올립니다. 중간의 2, 3절은 수시 업데이트 예정입니다. empowerment에 관한 역어를 추천 부탁드립니다. 일단 하단에서는 “부여”로 번역하였습니다만, 정치학, 사회학의 권력 담론에서 별도로 사용하는 용어가 있으신지요? Introduction 페미니즘에 관한 보편적 정의에...</p>
</section>
<section class="post-meta">
<div class="post-date">July 16, 2017</div>
<div class="post-categories">
in
<a href="/category/ethics">Ethics</a>
</div>
</section>
</li>
<hr>
<li>
<h2>
<a class="post-link" href="/ethics/2017/07/09/informatics-and-professional-responsibility.html">정보 과학과 전문가적 책임 (Informatics and Professional Responsibility)</a>
</h2>
<section class="post-excerpt" itemprop="description">
<p>Gotterbarn D., Informatics and Professional Responsiblity Science and Engineering Ethics 2001, 7, 221-230 초록과 결론 부분은 완역, 나머지는 간략하게 요점만 정리하였습니다. 모든 권리는 원저자에게 있습니다. 초록 소프트웨어 개발의 여러 문제는 전문가적 책임을 너무 좁게 이해한 데에서 나타난다. 저자는 소프트웨어 개발자가 작업의 책임을 받아들이는 것을 회피하려는 여러가지 방식들을 검토한다. 책임 회피의...</p>
</section>
<section class="post-meta">
<div class="post-date">July 9, 2017</div>
<div class="post-categories">
in
<a href="/category/ethics">Ethics</a>
</div>
</section>
</li>
<hr>
<li>
<h2>
<a class="post-link" href="/ethics/2017/07/06/paternalism.html">가부장주의 (Paternalism)</a>
</h2>
<section class="post-excerpt" itemprop="description">
<p>Paternalism: Stanford Encyclopedia of Philosophy Paternalism 1. Introduction 정부가 사람들에게 보험에 가입할 것을 요구합니다(사회 보장). 오토바이를 타려면 헬멧을 써야 합니다. 안전요원이 없을 때 해변에서 수영하면 안 됩니다. 효과 없는 것으로 보이는 약의 판매는 금지되어 있습니다. 해로울 것으로 생각되는 약을 팔아서는 안됩니다. 특정 종류의 폭행에 대한 기소를 막기 위해 폭행에 관해...</p>
</section>
<section class="post-meta">
<div class="post-date">July 6, 2017</div>
<div class="post-categories">
in
<a href="/category/ethics">Ethics</a>
</div>
</section>
</li>
<hr>
<li>
<h2>
<a class="post-link" href="/ethics/2017/07/03/narrative-ethics.html">서사 윤리 (Narrative Ethics)</a>
</h2>
<section class="post-excerpt" itemprop="description">
<p>“Narrative Ethics” in Narrative Ethics: The Role of Stories in Bioethics Martha Montello, “Narrative Ethics,” Narrative Ethics: The Role of Stories in Bioethics, special report, Hastings Center Report 44, no. 1 (2014): S2-S6. Hastings 2014 Special Report 첫 논문의 완역입니다. 책자의 일환으로 계획된 것이므로 논문 하나 완역은 저작권 문제가 없을...</p>
</section>
<section class="post-meta">
<div class="post-date">July 3, 2017</div>
<div class="post-categories">
in
<a href="/category/ethics">Ethics</a>
</div>
</section>
</li>
</ul>
<nav class="pagination" role="navigation">
<p>
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-left fa-stack-1x fa-inverse"></i>
</span>
<span class="page-number">Page 1 of 3</span>
<a class="newer-posts" href="/page2">
<span class="fa-stack fa-lg">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-angle-double-right fa-stack-1x fa-inverse"></i>
</span>
</a>
</p>
</nav>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<h3 class="footer-heading">Ethics in real life</h3>
<div class="site-navigation">
<p><strong>Site Map</strong></p>
<ul class="pages">
<li class="nav-link"><a href="/about/">About</a>
<li class="nav-link"><a href="/posts/">Posts</a>
<li class="nav-link"><a href="/text/">Text</a>
</ul>
</div>
<div class="site-contact">
<p><strong>Contact</strong></p>
<ul class="social-media-list">
<li>
<a href="mailto:analyticsophia@gmail.com">
<i class="fa fa-envelope-o"></i>
<span class="username">analyticsophia@gmail.com</span>
</a>
</li>
<li>
<a href="www.facebook.com/analyticsophia" title="Friend me on Facebook">
<i class="fa fa-facebook"></i>
<span class="username">analyticsophia</span>
</a>
</li>
<li>
<a href="https://github.com/junhewk" title="Fork me on GitHub">
<i class="fa fa-github"></i>
<span class="username">junhewk</span>
</a>
</li>
</ul>
</div>
<div class="site-signature">
<p class="rss-subscribe text"><strong>Subscribe <a href="/feed.xml">via RSS</a></strong></p>
<p class="text">의료인문학, 의료윤리, 정보윤리 등을 다루는 블로그입니다. 텍스트 분석은 junhewk.github.io/text/로 분리하였습니다. 위의 'text'로 연결됩니다.
</p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/js/lightbox.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// Default syntax highlighting
hljs.initHighlightingOnLoad();
// Header
var menuToggle = $('#js-mobile-menu').unbind();
$('#js-navigation-menu').removeClass("show");
menuToggle.on('click', function(e) {
e.preventDefault();
$('#js-navigation-menu').slideToggle(function(){
if($('#js-navigation-menu').is(':hidden')) {
$('#js-navigation-menu').removeAttr('style');
}
});
});
});
</script>
<!-- Google Analytics -->
<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-102102649-1', 'auto');
ga('send', 'pageview', {
'page': '/',
'title': 'Ethics in real life'
});
</script>
</body>
</html>