Download presentation
Presentation is loading. Please wait.
Published byTimothy McCarthy Modified over 9 years ago
1
Portal 사이트 구축 진행 상황 2011 년 2 월 17 일 박광희, 박상원
2
Contents Goal Overall Plan Server Integration –Problems –Current Progress Developing New Portal –Important Features –Introduction of the Key Concept of New Portal Mediawiki Semantic Mediawiki Extension Other Extensions Trac –Current Progress –Demo 1: Lab. Seminar Management –Demo 2: Publication Management
3
Goal The goal of the work is to integrate many old servers to few new servers, and to build the new SWRC portal site, which will provide semantic features. Server Integration Portal Construction Development of Semantic Features
4
Overall Plan 25+α Websites 12 Servers 2 Portal Servers (Linux, Windows) New Portal Site Construction Development of Semantic Features
5
Overall Plan 25+α Websites 12 Servers 2 Portal Servers (Linux, Windows) New Portal Site Construction Development of Semantic Features The server integration work should be done in advance
6
Server Integration: Problems –Errors of the web services on the new server Version differences of PHP, MySQL, etc. Character encoding problems on the data, programs, server environment –Web programs that have not been operating correctly Web version of Semantic Post-it, KCP etc –Program dependencies on specific operating systems 2 portal servers will be used (Windows, Linux) –Modification of large amount of program source codes Absolute path, IP addresses, Port number, DB accounts with hard coding New contact information should be updated –Compiled web programs without source codes Flashes(.swf), Java Servlet(.class) Impossible to modify the program -> We modified them after decompiling the object codes
7
웹 프로그램 구성 파악 프로그램 및 데이터 복사 웹 프로그램 정상 동작 절대경로 수정 및 부가정보 업데이트 담당자 테스트 완료 웹사이트 이전 완료 kibs.kaist.ac.kr/kibs/ korterm.org korterm.or.kr/ksurimal corpus.kaist.ac.kr/TermBank/CoreNet_Project corpus.kaist.ac.kr/gwc kschoi.kaist.ac.kr korterm.or.kr cilab.kaist.ac.kr tc37.kaist.ac.kr tc37sc4.org csjoker.kaist.ac.kr/SPIT coreontoapi.kaist.ac.kr:8080/OntologySearch/ bora.or.kr/ morph.kaist.ac.kr gensum.kaist.ac.kr/kcp swrc2.kaist.ac.kr/ISO2382 csjack.kaist.ac.kr:8080/Ontologyapi/search coreonto.kaist.ac.kr/index_s swrc.kaist.ac.kr/COAT corpus.kaist.ac.kr/urimal swrc.kaist.ac.kr/semanticpostit swrc.kaist.ac.kr/dbsync swrc.kaist.ac.kr/CAT2ISA swrc.kaist.ac.kr/ontocloud swrc.kaist.ac.kr/CoreNet lib.swrc.kaist.ac.kr nlplab.kaist.ac.kr Current Progress of Server Integratioin Kwanghee Park Sangwon Park
8
작업 진행 현황 페이지 http://semanticweb.kaist.ac.kr/wiki/index.php/Websites
9
Development of New Services Semantic services for Knowledge Management in the Lab. –Seminar Management (schedule, presenter, topic, presentation materials, etc) –Research Management (by research topic, participants, timeline, etc) –Program Development Management (version control, schedule, etc) –Publication Management (by author, topic, timeline, etc) –Personal Activity Management (strongly related with above features) Building above features using the tools following: –Mediawiki, Semantic Mediawiki Extensions, Other Mediawiki Extensions, Trac
10
Important Concepts of the New Portal Semantic Mediawiki Extension –It supports semantic annotation methods on Mediawiki. –Ex. In article [Seoul] * With normal annotation … is the capital of [Repulic of Korea] with a population … * With semantic annotation … is the capital of [is capital of::South Korea] with a population … * A triple is manipulated –The portal site with these features can be regarded as an ontology.
11
Important Concepts of the New Portal Person Semina r Researc h Topic Researc h Sangwon Park Student Seminar 20110217 Presentaion 20110217 Sangwon Park Semina r Has presentation Presented by Presentaion 20110217 Kwanghee Park Kwanghee Park Presented by Information Extraction Morphological Analysis Has research topic Smart Calendar Presentation Title Presentation Material Has presentation title Has presentation Material
12
Complexity ==General Information== * Seminar Title: [[Has title::{{{seminar_title}}}]] * Start Time: [[Has start time::{{{start_time}}}]] * End Time: [[Has end time::{{{end_time}}}]] * Location: [[Has location::{{{location}}}]] {{#ifeq:{{#sub:{{PAGENAME}}|0|8}}|Seminar:| {{#vardefine:sub_pagename|{{#sub:{{PAGENAME}}|8|0}}}} {{#set: Has event start time={{{start_time}}} | Has event end time={{{end_time}} ==Agenda== {{#if:{{{presenter1}}}|{{#vardefine:title1|{{#ask:[[Presentation:{{#var:sub_pagename}} @{{{presenter1}}}]]|?Has presentation title=}}}}{{#vardefine:material1|{{#ask:[[Presentation:{{#var:sub_pagename}} @{{{presenter1}}}]]|?Has presentation material=}}}}# '''[[{{{presenter1}}}]]''', [[Has presentation::Presentation:{{#var:sub_pagename}} @{{{presenter1}}}|{{#if:{{#var:title1}}|{{#var:title1}}|'''(Click here to register the Presentation Information)'''}}]]}} {{#if:{{#var:material1}}|({{#var:material1}})|}} {{#if:{{{presenter2}}}|{{#vardefine:title2|{{#ask:[[Presentation:{{#var:sub_pagename}} @{{{presenter2}}}]]|?Has presentation title=}}}}{{#vardefine:material2|{{#ask:[[Presentation:{{#var:sub_pagename}} @{{{presenter2}}}]]|?Has presentation material=}}}}# '''[[{{{presenter2}}}]]''', [[Has presentation::Presentation:{{#var:sub_pagename}} @{{{presenter2}}}|{{#if:{{#var:title2}}|{{#var:title2}}|'''(Click here to register the Presentation Information)'''}}]]}} {{#if:{{#var:material2}}|({{#var:material2}})|}} {{#if:{{{presenter3}}}|{{#vardefine:title3|{{#ask:[[Presentation:{{#var:sub_pagename}} @{{{presenter3}}}]]|?Has presentation title=}}}}{{#vardefine:material3|{{#ask:[[Presentation:{{#var:sub_pagename}} @{{{presenter3}}}]]|?Has presentation material=}}}}# '''[[{{{presenter3}}}]]''', [[Has presentation::Presentation:{{#var:sub_pagename}} @{{{presenter3}}}|{{#if:{{#var:title3}}|{{#var:title3}}|'''(Click here to register the Presentation Information)'''}}]]}} {{#if:{{#var:material3}}|({{#var:material3}})|}}
13
Semantic Templates ==Seminar List== {{#ask: [[Category:Seminar]] | format=broadtable | ?Has title=Title | ?Has location=Location | ?Has start time=Start Time | ?Has end time=End Time | sort=Has start time | order=descending | default=No seminar was registered. | limit=50 | mainlabel=Lab. Seminar }}
14
Demo http://semanticweb.kaist.ac.kr/home/index.php/Home
15
Comments
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.