"대문"의 두 판 사이의 차이
onthedh
(→2024) |
|||
(사용자 6명의 중간 판 94개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
− | < | + | __NOTOC__ |
+ | ==2024== | ||
+ | [[한중록 원문]]<br> | ||
+ | [[Letter From Clark To Miller (19211018)]] | ||
− | [ | + | ==2023== |
+ | [[ localsettings ]] | ||
− | == | + | ==2022== |
+ | ==='''[http://dhpalace.cafe24.com/ 디지털 인문학의 이해]'''=== | ||
+ | ===[http://dhpalace.cafe24.com/index.php/창덕궁_예시 창덕궁 예시]=== | ||
+ | ===[http://dh.aks.ac.kr/Edu/wiki/index.php/인문정보학_온톨로지_설계_가이드라인 온톨로지 설계 가이드라인]=== | ||
+ | ===네트워크 그래프=== | ||
+ | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
+ | <script type="text/javascript" src="http://dh.aks.ac.kr/~onthedh/graph/vis/vis.js"></script> | ||
+ | <link href="http://dh.aks.ac.kr/~onthedh/graph/vis/vis.css" rel="stylesheet" type="text/css"> | ||
+ | <link href="http://dh.aks.ac.kr/~onthedh/graph/vis/vis-network.min.css" rel="stylesheet" type="text/css"> | ||
+ | <style type="text/css"> | ||
+ | #mynetwork { | ||
+ | border: 1px solid lightgray; | ||
+ | width:80%; | ||
+ | height: 640px; | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var nodesArray = [], edgesArray = []; | ||
+ | var network = null; | ||
− | + | function destroy() { | |
− | + | if (network !== null) { | |
− | + | network.destroy(); | |
− | * [// | + | network = null; |
− | * [// | + | nodesArray = []; |
+ | edgesArray = []; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function draw() { | ||
+ | |||
+ | destroy(); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '태조', | ||
+ | label: '태조', | ||
+ | title: '<u>태조</u>', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/joseon_king_old.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0059033' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '세종', | ||
+ | label: '세종', | ||
+ | title: '<u>세종</u>', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/joseon_king_mid.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0029857' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '흥선대원군', | ||
+ | label: '흥선대원군', | ||
+ | title: '<u>흥선대원군</u>', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/joseon_prince_old.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0046384' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '명성황후', | ||
+ | label: '명성황후', | ||
+ | title: '<u>명성황후</u>', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/joseon_queen_mid2.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0018297' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '을미사변', | ||
+ | label: '을미사변', | ||
+ | title: '<u>을미사변</u>', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/joseon_weapon.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0042948' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '경복궁', | ||
+ | label: '경복궁', | ||
+ | title: '경복궁', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/palace2.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0002434' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '건청궁', | ||
+ | label: '건청궁', | ||
+ | title: '건청궁', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/gyeong-geugdang.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0002436' | ||
+ | }); | ||
+ | |||
+ | nodesArray.push({ | ||
+ | id: '집현전', | ||
+ | label: '집현전', | ||
+ | title: '집현전', | ||
+ | shape: 'image', | ||
+ | image: 'http://dh.aks.ac.kr/~onthedh/graph/icons/sample/official_group.png', | ||
+ | url: 'http://encykorea.aks.ac.kr/Contents/Item/E0055081' | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '태조', | ||
+ | to: '경복궁', | ||
+ | label: '창건하였다', | ||
+ | title: '창건하였다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '흥선대원군', | ||
+ | to: '경복궁', | ||
+ | label: '중건하였다', | ||
+ | title: '중건하였다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '세종', | ||
+ | to: '집현전', | ||
+ | label: '설치하였다', | ||
+ | title: '설치하였다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '집현전', | ||
+ | to: '경복궁', | ||
+ | label: '위치하였다', | ||
+ | title: '위치하였다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '건청궁', | ||
+ | to: '경복궁', | ||
+ | label: '위치한다', | ||
+ | title: '위치한다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '을미사변', | ||
+ | to: '건청궁', | ||
+ | label: '에서 발생하였다', | ||
+ | title: '에서 발생하였다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '명성황후', | ||
+ | to: '을미사변', | ||
+ | label: '관련이 있다', | ||
+ | title: '관련이 있다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | edgesArray.push({ | ||
+ | from: '명성황후', | ||
+ | to: '흥선대원군', | ||
+ | label: '대립하였다', | ||
+ | title: '대립하였다', | ||
+ | arrows: 'to', | ||
+ | }); | ||
+ | |||
+ | var nodes = new vis.DataSet(nodesArray); | ||
+ | var edges = new vis.DataSet(edgesArray); | ||
+ | // create a network | ||
+ | var container = document.getElementById('mynetwork'); | ||
+ | var data = { nodes: nodes, edges: edges }; | ||
+ | var options = { | ||
+ | nodes: { size: 30, margin: 5, | ||
+ | color: { background: 'white', | ||
+ | highlight: { border: 'gold', background: '#D2E5FF' }, | ||
+ | hover: { border: 'gold', background: '#D2E5FF' }, | ||
+ | }, | ||
+ | font: { face: '함초롬바탕', color: 'black', size: 15 }, | ||
+ | labelHighlightBold: true, | ||
+ | shadow: false | ||
+ | }, | ||
+ | |||
+ | edges: { length: 300, width: 1, | ||
+ | color: { color: 'lightgray', highlight: 'grey', opacity: 1.0 }, | ||
+ | font: { face: '맑은 고딕', align: 'bottom', size: 12, color: 'darkcyan', strokeWidth: 5, strokeColor: 'white' }, | ||
+ | smooth: { enabled: true, type: 'dynamic', roundness: 0.5 } | ||
+ | }, | ||
+ | layout: { randomSeed: 100, | ||
+ | hierarchical: { | ||
+ | enabled: | ||
+ | directionInput.value == 'UD' || directionInput.value == 'LR' | ||
+ | ? true | ||
+ | : false, | ||
+ | direction: directionInput.value, | ||
+ | sortMethod: 'directed' | ||
+ | } | ||
+ | }, | ||
+ | |||
+ | interaction: { navigationButtons: true }, | ||
+ | physics: { stabilization: false } | ||
+ | }; | ||
+ | // initialize your network! | ||
+ | network = new vis.Network(container, data, options); | ||
+ | // select a node to open a related web page. | ||
+ | network.on('selectNode', function(params) { | ||
+ | var sel = params.nodes[0]; | ||
+ | var rows = nodesArray.length; | ||
+ | for (var i = 0; i < rows; i++) { | ||
+ | if (sel==nodesArray[i].id) { | ||
+ | var destination=nodesArray[i].url; | ||
+ | if( !nodesArray[i].url || nodesArray[i].url=='')break; | ||
+ | else window.open(encodeURI(decodeURI(nodesArray[i].url)), '_self'); | ||
+ | } | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body onload="draw();"> | ||
+ | |||
+ | <div id="mynetwork"><div class="vis-network" tabindex="900" style="position: relative; overflow: hidden; touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 100%; height: 100%;"><canvas width="1900" style="position: relative; touch-action: none; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width: 100%; height: 100%;" height="774"></canvas><div class="vis-navigation"><div class="vis-button vis-up" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div><div class="vis-button vis-down" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div><div class="vis-button vis-left" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div><div class="vis-button vis-right" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div><div class="vis-button vis-zoomIn" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div><div class="vis-button vis-zoomOut" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div><div class="vis-button vis-zoomExtends" style="touch-action: pan-y; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></div></div></div></div> | ||
+ | <div id="layout-selection" style="text-align:right;font-size:150%;"> | ||
+ | <input type="button" id="btn-Normal" value="⿴"> | ||
+ | <input type="button" id="btn-Vertical" value="⿳"> | ||
+ | <input type="button" id="btn-Horizontal" value="⿲"> | ||
+ | <input type="hidden" id="direction" value="NORMAL"> | ||
+ | </div> | ||
+ | <script language="JavaScript"> | ||
+ | var directionInput = document.getElementById('direction'); | ||
+ | var btnUD = document.getElementById('btn-Vertical'); | ||
+ | btnUD.onclick = function () { | ||
+ | directionInput.value = 'UD'; | ||
+ | draw(); | ||
+ | }; | ||
+ | var btnLR = document.getElementById('btn-Horizontal'); | ||
+ | btnLR.onclick = function () { | ||
+ | directionInput.value = 'LR'; | ||
+ | draw(); | ||
+ | }; | ||
+ | var btnNormal = document.getElementById('btn-Normal'); | ||
+ | btnNormal.onclick = function () { | ||
+ | directionInput.value = 'NORMAL'; | ||
+ | draw(); | ||
+ | }; | ||
+ | </script> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | ===회의록=== | ||
+ | |||
+ | [[경복궁 회의록]]<br> | ||
+ | [[창덕궁 회의록]]<br> | ||
+ | [[창경궁 회의록]]<br> | ||
+ | [[경희궁 회의록]]<br> | ||
+ | [[덕수궁 회의록]]<br> | ||
+ | <br> | ||
+ | |||
+ | ==='''중간고사(Midterm Exam)'''=== | ||
+ | ====경복궁==== | ||
+ | {{button|[[EXAM이수민|이수민<sup>2 궁장</sup>]]}} {{button|[[EXAM강하영|강하영<sup>2</sup>]]}} {{button|[[EXAM공진우|공진우<sup>3</sup>]]}} {{button|[[EXAM임연주|임연주<sup>2</sup>]]}} {{button|[[EXAM김지현20|김지현20<sup>3</sup>]]}} {{button|[[EXAM조은혜|조은혜<sup>2</sup>]]}} {{button|[[EXAM조시유|조시유<sup>4</sup>]]}} | ||
+ | <br> | ||
+ | |||
+ | ====창덕궁==== | ||
+ | {{button|[[EXAM조서영|조서영<sup>3 궁장</sup>]]}} {{button|[[EXAM김지현18|김지현18<sup>4</sup>]]}} {{button|[[EXAM김태욱|김태욱<sup>4</sup>]]}} {{button|[[EXAM원지혜|원지혜<sup>3</sup>]]}} {{button|[[EXAM이나영|이나영<sup>3</sup>]]}} {{button|[[EXAM이다은|이다은<sup>3</sup>]]}} {{button|[[EXAM이주은|이주은<sup>3</sup>]]}} | ||
+ | <br> | ||
+ | |||
+ | ====창경궁==== | ||
+ | {{button|[[EXAM마정윤|마정윤<sup>4 궁장</sup>]]}} {{button|[[EXAM박세윤|박세윤<sup>4</sup>]]}} {{button|[[EXAM정다연|정다연<sup>2</sup>]]}} {{button|[[EXAM최다환|최다환<sup>4</sup>]]}} {{button|[[EXAM서가흔|서가흔<sup>3</sup>]]}} | ||
+ | <br> | ||
+ | |||
+ | ====경희궁==== | ||
+ | {{button|[[EXAM최맑은샘|최맑은샘<sup>4 궁장</sup>]]}} {{button|[[EXAM김시연|김시연<sup>4</sup>]]}} {{button|[[EXAM박하은|박하은<sup>3</sup>]]}} {{button|[[EXAM손유진|손유진<sup>2</sup>]]}} {{button|[[EXAM맹영초|맹영초<sup>3</sup>]]}} {{button|[[EXAM응웬티짱|응웬티짱<sup>2</sup>]]}} | ||
+ | <br> | ||
+ | |||
+ | ====덕수궁==== | ||
+ | {{button|[[EXAM윤지효|윤지효<sup>4 궁장</sup>]]}} {{button|[[EXAM시오타니|시오타니<sup>3</sup>]]}} {{button|[[EXAM구본규|구본규<sup>2</sup>]]}} {{button|[[EXAM김동주|김동주<sup>3</sup>]]}} {{button|[[EXAM백시은|백시은<sup>3</sup>]]}} {{button|[[EXAM임채이|임채이<sup>2</sup>]]}} | ||
+ | <br> | ||
+ | |||
+ | |||
+ | ===소속 궁궐=== | ||
+ | ====경복궁==== | ||
+ | {{button|[[KHU이수민|이수민<sup>2 궁장</sup>]]}} {{button|[[KHU강하영|강하영<sup>2</sup>]]}} {{button|[[KHU공진우|공진우<sup>3</sup>]]}} {{button|[[KHU임연주|임연주<sup>2</sup>]]}} {{button|[[KHU김지현20|김지현20<sup>3</sup>]]}} {{button|[[KHU조은혜|조은혜<sup>2</sup>]]}} {{button|[[KHU조시유|조시유<sup>4</sup>]]}} | ||
+ | <br/> | ||
+ | <html> | ||
+ | <p align="middle"> | ||
+ | <iframe width="80%" height="540" src="https://www.youtube.com/embed/cefyjltrTe8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
+ | </p> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | ====[[창덕궁]]==== | ||
+ | |||
+ | {{button|[[KHU조서영|조서영<sup>3 궁장</sup>]]}} {{button|[[KHU김지현18|김지현18<sup>4</sup>]]}} {{button|[[KHU김태욱|김태욱<sup>4</sup>]]}} {{button|[[KHU원지혜|원지혜<sup>3</sup>]]}} {{button|[[KHU이나영|이나영<sup>3</sup>]]}} {{button|[[KHU이다은|이다은<sup>3</sup>]]}} {{button|[[KHU이주은|이주은<sup>3</sup>]]}} | ||
+ | <br> | ||
+ | <html> | ||
+ | <p align="middle"> | ||
+ | <iframe width="80%" height="540" src="https://www.youtube.com/embed/RUpwL7XlTIE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
+ | </p> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | ====창경궁==== | ||
+ | {{button|[[KHU마정윤|마정윤<sup>4 궁장</sup>]]}} {{button|[[KHU박세윤|박세윤<sup>4</sup>]]}} {{button|[[KHU정다연|정다연<sup>2</sup>]]}} {{button|[[KHU최다환|최다환<sup>4</sup>]]}} {{button|[[KHU서가흔|서가흔<sup>3</sup>]]}} | ||
+ | <br> | ||
+ | <html> | ||
+ | <p align="middle"> | ||
+ | <iframe width="80%" height="480" src="https://www.youtube.com/embed/JWGiEfqSNrQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
+ | </p> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | ====경희궁==== | ||
+ | {{button|[[KHU최맑은샘|최맑은샘<sup>4 궁장</sup>]]}} {{button|[[KHU김시연|김시연<sup>4</sup>]]}} {{button|[[KHU박하은|박하은<sup>3</sup>]]}} {{button|[[KHU손유진|손유진<sup>2</sup>]]}} {{button|[[KHU맹영초|맹영초<sup>3</sup>]]}} {{button|[[KHU응웬티짱|응웬티짱<sup>2</sup>]]}} | ||
+ | <br> | ||
+ | <html> | ||
+ | <p align="middle"> | ||
+ | <iframe width="80%" height="480" src="https://www.youtube.com/embed/BAzpvAFlkAg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
+ | </p> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | ====[[덕수궁]]==== | ||
+ | {{button|[[KHU윤지효|윤지효<sup>4 궁장</sup>]]}} {{button|[[KHU시오타니|시오타니<sup>3</sup>]]}} {{button|[[KHU구본규|구본규<sup>2</sup>]]}} {{button|[[KHU김동주|김동주<sup>3</sup>]]}} {{button|[[KHU백시은|백시은<sup>3</sup>]]}} {{button|[[KHU임채이|임채이<sup>2</sup>]]}} | ||
+ | <br> | ||
+ | <html> | ||
+ | <p align="middle"> | ||
+ | <iframe width="80%" height="480" src="https://www.youtube.com/embed/qJLRty3zdls" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
+ | </p> | ||
+ | </html> | ||
+ | <br> | ||
+ | |||
+ | ==2021== | ||
+ | ===[[선교사 편지 데이터베이스를 통한 선교사 기록 연구]]=== | ||
+ | |||
+ | ==2020== | ||
+ | ===[[망우역사문화공원]]=== | ||
+ | ==2019== | ||
+ | ===[[서울시 역사문화유적 표석 조사 (2019년)]]=== | ||
+ | *[[흥선대원군 별장 터]] | ||
+ | *[[홍제원 터]] | ||
+ | *[[서울시 표석조사 참고 문헌 목록]] | ||
+ | |||
+ | ==2018== | ||
+ | *[[고운담골]]<br/> | ||
+ | *[[구리개]]<br/> | ||
+ | *[[전옥서 터]]<br/> | ||
+ | *[[죽동궁 터]]<br/> | ||
+ | *[[비변사 터]]<br/> | ||
+ | *[[통례원 터]]<br/> | ||
+ | *[[봉상시 터]]<br/> | ||
+ | *[http://dh.aks.ac.kr/~onthedh/pavilion/PS/P005/P005scene.htm 금위영 터]<br/> | ||
+ | *[http://dh.aks.ac.kr/~onthedh/pavilion/PS/P007/P007scene.htm 종침교 터]<br/> | ||
+ | *[http://dh.aks.ac.kr/~onthedh/pavilion/PS/P008/P008scene.htm 의영고 터]<br/> | ||
+ | * [[서울시 역사문화유적 표석 조사 (2018년)]] | ||
+ | |||
+ | *[[서울시 역사문화유적 표석 (미촬영지)]] |
2024년 3월 22일 (금) 21:44 기준 최신판
2024
한중록 원문
Letter From Clark To Miller (19211018)
2023
2022
디지털 인문학의 이해
창덕궁 예시
온톨로지 설계 가이드라인
네트워크 그래프
회의록
경복궁 회의록
창덕궁 회의록
창경궁 회의록
경희궁 회의록
덕수궁 회의록
중간고사(Midterm Exam)
경복궁
창덕궁
창경궁
경희궁
덕수궁
소속 궁궐
경복궁
창덕궁
창경궁
경희궁
덕수궁