제출문 국가기록원장귀하

Size: px
Start display at page:

Download "제출문 국가기록원장귀하"

Transcription

1

2 제출문 국가기록원장귀하

3

4

5 연구결과보고서요약문

6

7 제 1 장총괄연구개발과제의최종연구개발목표

8

9

10

11

12 연구개발추진내용 모든전자기록물을포괄하는메타데이터프레임워크 개발 연구개발연차 차년 진척도 기존의페이스북 트위터아카이빙관련연구조사 페이스북 트위터기록물자동수집을위한수집도구연구개발 페이스북 트위터장기보존포맷및저장방안연구개발 페이스북 트위터기록물에대한분석 통계기능개발 페이스북 트위터장기보존포맷재현도구및브라우저 개발 페이스북 트위터수집 보존 재현도구테스트베드구현및시험적용평가

13

14

15 제 2 장총괄연구개발과제의최종연구개발내용및방법 번호 NAK 메타데이터 웹기록물메타데이터 행정정보시스템데이터세트메타데이터 1 생산행위자-> 기안자 Creator content_info->org->system->org_name content_info->org->system->orgcode 2 생산행위자-> 수신자 package->receiver 3 생산행위자-> 발신자 package->sender 4 기록식별자 Identifier package->id 5 기록물명 Title package->title 6 기술 Description package->description 7 주제 Keywords 8 유형 RecordType 9 저장매체 Format 10 날짜-> 생산일자 CreationDateTime package->production_date 11 날짜-> 종료일자 package->end_date 12 날짜-> 등록일자 package->registration_date 13 생산관리-> 생산근거 Laws content_info->org->system->law_type content_info->org->system->law_name content_info->org->system->law_pre 14 권한-> 접근 AccessLevel

16 15 이용이력 UsingHistory 16 보존이력-> 보존처리일시 ArchivingDateTime 17 보존이력-> 보존행위자 Archiver 18 관계 Relation 19 언어 Language

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40 제 3 장총괄연구개발과제의최종연구개발결과 l l l

41

42 제 4 장총괄연구개발과제의연구결과고찰및결론

43 제 5 장총괄연구개발과제의연구성과

44 SNS 수집 보존 활용의프로세스정립 행정기관의 SNS 생성및수집체계화 전자기록물과함께활용통계등으로활용극대화 미래형디지털아카이브를위한기본토대로활용 수집 보존 활용의표준화과정을거쳐다른복합전자기록물관리체계에적용가능 행정기관의 SNS 장기보존사례를연구및교육자료로홍보 민간이운영하는 SNS 에대한영구보존에활용

45 제 6 장기타중요변경사항 제 7 장참고문헌

46 제 8 장첨부서류

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61 제 9 장제 1 세부연구개발과제의최종연구개발목표

62

63

64

65

66

67 제 10 장제 1 세부연구개발과제의최종연구개발내용및방법

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 <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified targetnamespace=" xmlns:ns1=" xmlns:xsi=" <xs:import namespace=" schemalocation="xsi.xsd"/> <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:stream_post"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="stream_post"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:post_id"/> <xs:element ref="ns1:viewer_id"/> <xs:element ref="ns1:app_id"/> <xs:element ref="ns1:source_id"/> <xs:element ref="ns1:updated_time"/> <xs:element ref="ns1:created_time"/> <xs:element ref="ns1:filter_key"/> <xs:element ref="ns1:attribution"/> <xs:element ref="ns1:actor_id"/> <xs:element ref="ns1:target_id"/> <xs:element ref="ns1:message"/> <xs:element ref="ns1:app_data"/> <xs:element ref="ns1:action_links"/> <xs:element ref="ns1:attachment"/> <xs:element ref="ns1:impressions"/> <xs:element ref="ns1:comments"/> <xs:element ref="ns1:likes"/> <xs:element ref="ns1:place"/> <xs:element ref="ns1:privacy"/> <xs:element ref="ns1:permalink"/> <xs:element ref="ns1:xid"/> <xs:element ref="ns1:tagged_ids"/>

93 <xs:element ref="ns1:message_tags"/> <xs:element ref="ns1:description"/> <xs:element ref="ns1:description_tags"/> <xs:element ref="ns1:type"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="post_id" type="xs:nmtoken"/> <xs:element name="viewer_id" type="xs:integer"/> <xs:element name="app_id"> <xs:complextype mixed="true"> <xs:attribute ref="xsi:nil"/> </xs:complextype> </xs:element> <xs:element name="source_id" type="xs:integer"/> <xs:element name="updated_time" type="xs:integer"/> <xs:element name="created_time" type="xs:integer"/> <xs:element name="filter_key"> <xs:complextype/> </xs:element> <xs:element name="attribution"> <xs:complextype> <xs:attribute ref="xsi:nil" use="required"/> </xs:complextype> </xs:element> <xs:element name="actor_id" type="xs:integer"/> <xs:element name="target_id"> <xs:complextype mixed="true"> <xs:attribute ref="xsi:nil"/> </xs:complextype> </xs:element> <xs:element name="message" type="xs:string"/> <xs:element name="app_data"> <xs:complextype> <xs:sequence minoccurs="0"> <xs:element ref="ns1:attachment_data"/> <xs:element ref="ns1:images"/> <xs:element ref="ns1:photo_ids"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="attachment_data" type="xs:string"/> <xs:element name="photo_ids">

94 <xs:complextype> <xs:sequence> <xs:element minoccurs="0" ref="ns1:photo_id"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="photo_id" type="xs:integer"/> <xs:element name="action_links"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" ref="ns1:stream_action_link"/> </xs:sequence> <xs:attribute name="list" type="xs:boolean"/> <xs:attribute ref="xsi:nil"/> </xs:complextype> </xs:element> <xs:element name="stream_action_link"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:text"/> <xs:element ref="ns1:href"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="attachment"> <xs:complextype> <xs:sequence> <xs:sequence minoccurs="0"> <xs:element ref="ns1:media"/> <xs:element ref="ns1:name"/> </xs:sequence> <xs:element minoccurs="0" ref="ns1:href"/> <xs:element minoccurs="0" ref="ns1:caption"/> <xs:element ref="ns1:description"/> <xs:sequence minoccurs="0"> <xs:element ref="ns1:properties"/> <xs:element ref="ns1:icon"/> <xs:element ref="ns1:fb_object_type"/> </xs:sequence> <xs:element minoccurs="0" ref="ns1:fb_object_id"/> </xs:sequence> </xs:complextype>

95 </xs:element> <xs:element name="media"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" ref="ns1:stream_media"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="stream_media"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" ref="ns1:href"/> <xs:element ref="ns1:alt"/> <xs:element ref="ns1:type"/> <xs:element ref="ns1:src"/> <xs:element minoccurs="0" ref="ns1:photo"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="alt" type="xs:string"/> <xs:element name="photo"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:aid"/> <xs:element ref="ns1:pid"/> <xs:element ref="ns1:fbid"/> <xs:element ref="ns1:owner"/> <xs:element ref="ns1:index"/> <xs:element ref="ns1:width"/> <xs:element ref="ns1:height"/> <xs:element ref="ns1:images"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="aid" type="xs:nmtoken"/> <xs:element name="pid" type="xs:nmtoken"/> <xs:element name="fbid" type="xs:integer"/> <xs:element name="owner" type="xs:integer"/> <xs:element name="index" type="xs:integer"/> <xs:element name="caption"> <xs:complextype/> </xs:element>

96 <xs:element name="properties"> <xs:complextype> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="icon" type="xs:anyuri"/> <xs:element name="fb_object_type" type="xs:string"/> <xs:element name="fb_object_id" type="xs:nmtoken"/> <xs:element name="impressions"> <xs:complextype> <xs:attribute ref="xsi:nil" use="required"/> </xs:complextype> </xs:element> <xs:element name="comments"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:can_remove"/> <xs:element ref="ns1:can_post"/> <xs:element ref="ns1:count"/> <xs:element ref="ns1:comment_list"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="can_remove" type="xs:integer"/> <xs:element name="can_post" type="xs:integer"/> <xs:element name="comment_list"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" maxoccurs="unbounded" ref="ns1:comment"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="comment"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:fromid"/> <xs:element ref="ns1:time"/> <xs:element ref="ns1:text"/> <xs:element ref="ns1:text_tags"/> <xs:element ref="ns1:id"/> <xs:element ref="ns1:likes"/> <xs:element ref="ns1:user_likes"/>

97 <xs:element ref="ns1:post_fbid"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="fromid" type="xs:integer"/> <xs:element name="time" type="xs:integer"/> <xs:element name="text_tags"> <xs:complextype> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="post_fbid" type="xs:integer"/> <xs:element name="place"> <xs:complextype mixed="true"> <xs:attribute ref="xsi:nil"/> </xs:complextype> </xs:element> <xs:element name="privacy"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" ref="ns1:description"/> <xs:element ref="ns1:value"/> <xs:sequence minoccurs="0"> <xs:element ref="ns1:friends"/> <xs:element ref="ns1:networks"/> <xs:element ref="ns1:allow"/> <xs:element ref="ns1:deny"/> </xs:sequence> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="value" type="xs:string"/> <xs:element name="networks"> <xs:complextype/> </xs:element> <xs:element name="allow"> <xs:complextype/> </xs:element> <xs:element name="deny"> <xs:complextype/> </xs:element> <xs:element name="permalink" type="xs:anyuri"/> <xs:element name="xid">

98 <xs:complextype/> </xs:element> <xs:element name="tagged_ids"> <xs:complextype> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="message_tags"> <xs:complextype> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="description_tags"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" ref="ns1:tags"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="tags"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:tag"/> </xs:sequence> <xs:attribute name="key" use="required" type="xs:integer"/> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="tag"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:id"/> <xs:element ref="ns1:name"/> <xs:element ref="ns1:offset"/> <xs:element ref="ns1:length"/> <xs:element ref="ns1:type"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="offset" type="xs:integer"/> <xs:element name="length" type="xs:integer"/> <xs:element name="images">

99 <xs:complextype mixed="true"> <xs:sequence> <xs:element minoccurs="0" maxoccurs="unbounded" ref="ns1:image"/> </xs:sequence> <xs:attribute name="list" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="image"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:src"/> <xs:element ref="ns1:width"/> <xs:element ref="ns1:height"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="text" type="xs:string"/> <xs:element name="href" type="xs:anyuri"/> <xs:element name="type"> <xs:complextype mixed="true"> <xs:attribute ref="xsi:nil"/> </xs:complextype> </xs:element> <xs:element name="src" type="xs:anyuri"/> <xs:element name="width" type="xs:integer"/> <xs:element name="height" type="xs:integer"/> <xs:element name="name" type="xs:string"/> <xs:element name="description"> <xs:complextype mixed="true"> <xs:attribute ref="xsi:nil"/> </xs:complextype> </xs:element> <xs:element name="count" type="xs:integer"/> <xs:element name="id" type="xs:nmtoken"/> <xs:element name="likes"> <xs:complextype mixed="true"> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element ref="ns1:count"/> <xs:element ref="ns1:friends"/> <xs:element ref="ns1:href"/> <xs:element ref="ns1:user_likes"/> <xs:element ref="ns1:can_like"/> <xs:element ref="ns1:sample"/>

100 </xs:choice> </xs:complextype> </xs:element> <xs:element name="can_like" type="xs:integer"/> <xs:element name="sample"> <xs:complextype> <xs:sequence> <xs:element minoccurs="0" maxoccurs="unbounded" ref="ns1:uid"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="uid" type="xs:integer"/> <xs:element name="user_likes" type="xs:integer"/> <xs:element name="friends"> <xs:complextype> <xs:attribute name="list" type="xs:boolean"/> </xs:complextype> </xs:element> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified targetnamespace=" xmlns:ns1=" xmlns:xsi=" <xs:import namespace=" schemalocation="xsi.xsd"/> <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:event"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="event"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:eid"/> <xs:element ref="ns1:name"/> <xs:element ref="ns1:pic"/>

101 <xs:element ref="ns1:host"/> <xs:element ref="ns1:description"/> <xs:element ref="ns1:start_time"/> <xs:element ref="ns1:end_time"/> <xs:element ref="ns1:creator"/> <xs:element ref="ns1:location"/> <xs:element ref="ns1:venue"/> <xs:element ref="ns1:hide_guest_list"/> <xs:element ref="ns1:can_invite_friends"/> <xs:element ref="ns1:all_members_count"/> <xs:element ref="ns1:attending_count"/> <xs:element ref="ns1:unsure_count"/> <xs:element ref="ns1:declined_count"/> <xs:element ref="ns1:not_replied_count"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="eid" type="xs:integer"/> <xs:element name="pic" type="xs:anyuri"/> <xs:element name="host"> <xs:complextype> <xs:attribute ref="xsi:nil" use="required"/> </xs:complextype> </xs:element> <xs:element name="description" type="xs:string"/> <xs:element name="start_time" type="xs:integer"/> <xs:element name="end_time" type="xs:integer"/> <xs:element name="creator" type="xs:integer"/> <xs:element name="location" type="xs:string"/> <xs:element name="venue"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:name"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="hide_guest_list" type="xs:integer"/> <xs:element name="can_invite_friends" type="xs:integer"/> <xs:element name="all_members_count" type="xs:integer"/> <xs:element name="attending_count" type="xs:integer"/> <xs:element name="unsure_count" type="xs:integer"/> <xs:element name="declined_count" type="xs:integer"/> <xs:element name="not_replied_count" type="xs:integer"/>

102 <xs:element name="name" type="xs:string"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:album"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="album"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:aid"/> <xs:element ref="ns1:owner"/> <xs:element ref="ns1:name"/> <xs:element ref="ns1:object_id"/> <xs:element ref="ns1:cover_pid"/> <xs:element ref="ns1:cover_object_id"/> <xs:element ref="ns1:created"/> <xs:element ref="ns1:modified"/> <xs:element ref="ns1:description"/> <xs:element ref="ns1:location"/> <xs:element ref="ns1:size"/> <xs:element ref="ns1:link"/> <xs:element ref="ns1:visible"/> <xs:element ref="ns1:modified_major"/> <xs:element ref="ns1:edit_link"/> <xs:element ref="ns1:type"/> <xs:element ref="ns1:like_info"/> <xs:element ref="ns1:comment_info"/> <xs:element ref="ns1:can_upload"/> <xs:element ref="ns1:photo_count"/> <xs:element ref="ns1:video_count"/> </xs:sequence> </xs:complextype>

103 </xs:element> <xs:element name="aid" type="xs:nmtoken"/> <xs:element name="owner" type="xs:integer"/> <xs:element name="name" type="xs:string"/> <xs:element name="object_id" type="xs:integer"/> <xs:element name="cover_pid" type="xs:nmtoken"/> <xs:element name="cover_object_id" type="xs:integer"/> <xs:element name="created" type="xs:integer"/> <xs:element name="modified" type="xs:integer"/> <xs:element name="description" type="xs:string"/> <xs:element name="location" type="xs:string"/> <xs:element name="size" type="xs:integer"/> <xs:element name="link" type="xs:anyuri"/> <xs:element name="visible" type="xs:ncname"/> <xs:element name="modified_major" type="xs:integer"/> <xs:element name="edit_link" type="xs:anyuri"/> <xs:element name="type" type="xs:ncname"/> <xs:element name="like_info"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:can_like"/> <xs:element ref="ns1:like_count"/> <xs:element ref="ns1:user_likes"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="can_like" type="xs:integer"/> <xs:element name="like_count" type="xs:integer"/> <xs:element name="user_likes" type="xs:integer"/> <xs:element name="comment_info"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:can_comment"/> <xs:element ref="ns1:comment_count"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="can_comment" type="xs:integer"/> <xs:element name="comment_count" type="xs:integer"/> <xs:element name="can_upload" type="xs:integer"/> <xs:element name="photo_count" type="xs:integer"/> <xs:element name="video_count" type="xs:integer"/> </xs:schema>

104 <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:photo_tag"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="photo_tag"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:pid"/> <xs:element ref="ns1:object_id"/> <xs:element ref="ns1:subject"/> <xs:element ref="ns1:text"/> <xs:element ref="ns1:xcoord"/> <xs:element ref="ns1:ycoord"/> <xs:element ref="ns1:created"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="pid" type="xs:nmtoken"/> <xs:element name="object_id" type="xs:integer"/> <xs:element name="subject" type="xs:string"/> <xs:element name="text" type="xs:string"/> <xs:element name="xcoord" type="xs:decimal"/> <xs:element name="ycoord" type="xs:decimal"/> <xs:element name="created" type="xs:integer"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response">

105 <xs:complextype> <xs:sequence> <xs:element ref="ns1:page"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="page"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:page_id"/> <xs:element ref="ns1:name"/> <xs:element ref="ns1:username"/> <xs:element ref="ns1:pic"/> <xs:element ref="ns1:pic_cover"/> <xs:element ref="ns1:page_url"/> <xs:element ref="ns1:fan_count"/> <xs:element ref="ns1:categories"/> <xs:element ref="ns1:type"/> <xs:element ref="ns1:website"/> <xs:element ref="ns1:general_info"/> <xs:element ref="ns1:founded"/> <xs:element ref="ns1:description"/> <xs:element ref="ns1:company_overview"/> <xs:element ref="ns1:location"/> <xs:element ref="ns1:mission"/> <xs:element ref="ns1:products"/> <xs:element ref="ns1:phone"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="page_id" type="xs:integer"/> <xs:element name="name" type="xs:string"/> <xs:element name="username" type="xs:ncname"/> <xs:element name="pic" type="xs:anyuri"/> <xs:element name="pic_cover"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:cover_id"/> <xs:element ref="ns1:source"/> <xs:element ref="ns1:offset_y"/> </xs:sequence> </xs:complextype>

106 </xs:element> <xs:element name="cover_id" type="xs:integer"/> <xs:element name="source" type="xs:anyuri"/> <xs:element name="offset_y" type="xs:integer"/> <xs:element name="page_url" type="xs:anyuri"/> <xs:element name="fan_count" type="xs:integer"/> <xs:element name="categories"> <xs:complextype> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="type" type="xs:string"/> <xs:element name="website" type="xs:string"/> <xs:element name="general_info" type="xs:string"/> <xs:element name="founded"> <xs:complextype/> </xs:element> <xs:element name="description"> <xs:complextype/> </xs:element> <xs:element name="company_overview"> <xs:complextype/> </xs:element> <xs:element name="location"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:street"/> <xs:element ref="ns1:city"/> <xs:element ref="ns1:state"/> <xs:element ref="ns1:country"/> <xs:element ref="ns1:zip"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="street" type="xs:string"/> <xs:element name="city" type="xs:ncname"/> <xs:element name="state"> <xs:complextype/> </xs:element> <xs:element name="country" type="xs:string"/> <xs:element name="zip" type="xs:nmtoken"/> <xs:element name="mission"> <xs:complextype/>

107 </xs:element> <xs:element name="products"> <xs:complextype/> </xs:element> <xs:element name="phone"> <xs:complextype/> </xs:element> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:event_member"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="event_member"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:eid"/> <xs:element ref="ns1:uid"/> <xs:element ref="ns1:rsvp_status"/> <xs:element ref="ns1:start_time"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="eid" type="xs:integer"/> <xs:element name="uid" type="xs:integer"/> <xs:element name="rsvp_status" type="xs:ncname"/> <xs:element name="start_time" type="xs:integer"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?>

108 <xs:schema xmlns:xs=" elementformdefault="qualified" targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:video_tag"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="video_tag"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:vid"/> <xs:element ref="ns1:subject"/> <xs:element ref="ns1:updated_time"/> <xs:element ref="ns1:created_time"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="vid" type="xs:integer"/> <xs:element name="subject" type="xs:integer"/> <xs:element name="updated_time" type="xs:integer"/> <xs:element name="created_time" type="xs:integer"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified" targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:question_option"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="question_option"> <xs:complextype> <xs:sequence>

109 <xs:element ref="ns1:id"/> <xs:element ref="ns1:name"/> <xs:element ref="ns1:object_id"/> <xs:element ref="ns1:votes"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="id" type="xs:integer"/> <xs:element name="name" type="xs:string"/> <xs:element name="object_id" type="xs:integer"/> <xs:element name="votes" type="xs:integer"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified" targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:question_option_votes"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="question_option_votes"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:voter_id"/> <xs:element ref="ns1:option_id"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="voter_id" type="xs:integer"/> <xs:element name="option_id" type="xs:integer"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="

110 elementformdefault="qualified" targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:place"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="place"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:name"/> <xs:element ref="ns1:description"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="name" type="xs:ncname"/> <xs:element name="description"> <xs:complextype/> </xs:element> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified" targetnamespace=" xmlns:ns1=" <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:like"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="like"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:user_id"/> </xs:sequence>

111 </xs:complextype> </xs:element> <xs:element name="user_id" type="xs:integer"/> </xs:schema> <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs=" elementformdefault="qualified" targetnamespace=" xmlns:ns1=" xmlns:xsi=" <xs:import namespace=" schemalocation="xsi.xsd"/> <xs:element name="fql_query_response"> <xs:complextype> <xs:sequence> <xs:element maxoccurs="unbounded" ref="ns1:comment"/> </xs:sequence> <xs:attribute name="list" use="required" type="xs:boolean"/> </xs:complextype> </xs:element> <xs:element name="comment"> <xs:complextype> <xs:sequence> <xs:element ref="ns1:xid"/> <xs:element ref="ns1:object_id"/> <xs:element ref="ns1:post_id"/> <xs:element ref="ns1:fromid"/> <xs:element ref="ns1:time"/> <xs:element ref="ns1:id"/> <xs:element ref="ns1:post_fbid"/> <xs:element ref="ns1:app_id"/> <xs:element ref="ns1:likes"/> <xs:element ref="ns1:comments"/> <xs:element ref="ns1:text"/> </xs:sequence> </xs:complextype> </xs:element> <xs:element name="xid"> <xs:complextype/> </xs:element> <xs:element name="object_id"> <xs:complextype> <xs:attribute ref="xsi:nil" use="required"/>

112 </xs:complextype> </xs:element> <xs:element name="post_id" type="xs:nmtoken"/> <xs:element name="fromid" type="xs:integer"/> <xs:element name="time" type="xs:integer"/> <xs:element name="id" type="xs:string"/> <xs:element name="post_fbid" type="xs:integer"/> <xs:element name="app_id" type="xs:integer"/> <xs:element name="likes" type="xs:integer"/> <xs:element name="comments"> <xs:complextype/> </xs:element> <xs:element name="text" type="xs:string"/> </xs:schema>

113 <?xml version="1.0" encoding="utf-8"?> <fql_query_response xmlns=" xmlns:xsi=" list="true"> <stream_post> <post_id> _ </post_id> <viewer_id> </viewer_id> <app_id xsi:nil="true"/> <source_id> </source_id> <updated_time> </updated_time> <created_time> </created_time> <filter_key/> <attribution xsi:nil="true"/> <actor_id> </actor_id> <target_id xsi:nil="true"/> <message>.,,.,,... :)</message> <app_data> <attachment_data>[]</attachment_data> <images>[ ]</images> <photo_ids list="true"> <photo_id> </photo_id> </photo_ids> </app_data> <action_links xsi:nil="true"/> <attachment> <media list="true"> <stream_media> <href> 418&type=1&relevant_count=1</href> <alt>.,,.,,... :)</alt>

114 <type>photo</type> <src> <photo> <aid> _60798</aid> <pid> _ </pid> <fbid> </fbid> <owner> </owner> <index>703</index> <width>800</width> <height>403</height> <images list="true"> <image> <src> <width>130</width> <height>65</height> </image> <image>... <?xml version="1.0" encoding="utf-8"?> <fql_query_response xmlns=" xmlns:xsi=" list="true"> <stream_post> <post_id> _ </post_id> <viewer_id> </viewer_id> <app_id xsi:nil="true"/> <source_id> </source_id> <updated_time> </updated_time> <created_time> </created_time> <filter_key/> <attribution xsi:nil="true"/> <actor_id> </actor_id> <target_id xsi:nil="true"/> <message>[ ],! ~!</message> <app_data/> <action_links xsi:nil="true"/> <attachment> <media list="true"> <stream_media>

115 <href> <alt>[ ] </alt> <type>video</type> <src> amp;h=130&url=http%3a%2f%2fi3.ytimg.com%2fvi%2fnvu00mkriqe%2fmqdefault.jpg</src> <video> <display_url> <source_url> <source_type>html</source_type> </video> </stream_media> </media> <name>[ ] </name> <href> <caption/> <description>[ ],! ~!</description> <properties list="true"/> <icon> </attachment> <impressions xsi:nil="true"/> <comments> <can_remove>0</can_remove> <can_post>1</can_post> <count>0</count> <comment_list list="true"/> </comments> <likes> <href> <count>0</count> <sample list="true"/> <friends list="true"/> <user_likes>0</user_likes> <can_like>1</can_like> </likes> <place xsi:nil="true"/>... <?xml version="1.0" encoding="utf-8"?> <fql_query_response xmlns=" xmlns:xsi=" list="true">

116 <stream_post> <post_id> _ </post_id> <viewer_id> </viewer_id> <app_id xsi:nil="true"/> <source_id> </source_id> <updated_time> </updated_time> <created_time> </created_time> <filter_key/> <attribution xsi:nil="true"/> <actor_id> </actor_id> <target_id xsi:nil="true"/> <message>,...!</message> <app_data/> <action_links xsi:nil="true"/> <attachment> <description/> </attachment> <impressions xsi:nil="true"/> <comments> <can_remove>0</can_remove> <can_post>1</can_post> <count>1</count> <comment_list list="true"> <comment> <fromid> </fromid> <time> </time> <text>. <text_tags list="true"/> <id> _ _ </id> <likes>0</likes> <user_likes>0user_likes> <post_fbid> </post_fbid> </comment> </comment_list> </comments> <likes>?</text> <href> <count>15</count> <sample list="true"> <uid> </uid>

117 <uid> </uid> <uid> </uid> <uid> </uid> </sample> <friends list="true"/> <user_likes>0</user_likes> <can_like>1</can_like>...

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136 제 11 장제 1 세부연구개발과제의최종연구개발결과 l l l

137

138 제 12 장제 1 세부연구개발과제의연구결과고찰및결론

139 제 13 장세부연구개발과제의연구성과

140 기타관련정책에활용예를구체적으로기술함. 타연구및차기연구에활용된예를구체적으로기술함. 언론홍보및대국민교육내용, 일자등을간략히기술함. 임상시험, 관련 DB 구축, 워크샾또는심포지움개최등의경우구체적으로기술함.

141 제 14 장기타중요변경사항

142 제 15 장참고문헌

143 제 16 장첨부서류

144

145

146

147

148

149

150 제 17 장제 2 세부연구개발과제의최종연구개발목표

151

152

153

154 제 18 장제 2 세부연구개발과제의연구대상및방법

155

156

157

158

159

160

161

162

163

164

165

166

167

168

169

170

171 <select id="selecttoken" resultclass="hashmap"> select * from tweet_oauth where 1 = 1 <isnotempty property="screen_name"> and screen_name = #screen_name# </isnotempty> and ROWNUM = 1 </select> <insert id="insertstatus_information" parameterclass="map"> INSERT INTO STATUS_INFORMATION ( CREATED_AT, STATUS_ID, TEXT, SOURCE, TRUNCATED, IN_REPLY_TO_STATUS_ID, IN_REPLY_TO_USER_ID, IN_REPLYTO_SCREEN_NAME, RETWEET_COUNT, IS_RETWEET, FAVORITED, GEO, PLACE, CONTRIBUTORS, USER_ID, SCREEN_NAME, NAME, IMAGE_URL, IMAGE_URL_HTTPS, RETWEETED_CREATED_AT, RETWEETED_STATUS_ID, RETWEETED_TEXT, RETWEETED_SOURCE, RETWEETED_TRUNCATED, RETWEETED_IN_REPLYTO_STATUS_ID, RETWEETED_IN_REPLY_TO_USER_ID

172 , RETWEETED_INREPLYTO_SCREENNAME, RETWEETED_FAVORITED, RETWEETED_GEO, RETWEETED_PLACE, RETWEETED_CONTRIBUTORS, RETWEETED_USER_ID, RETWEETED_SCREEN_NAME, RETWEETED_NAME, RETWEETED_DESCRIPTION, RETWEETED_IMAGE_URL, RETWEETED_IMAGE_URL_HTTPS ) <iterate property="list" open="" close="from dual" conjunction="from dual union all" > SELECT #list[].created_at#,#list[].status_id#,#list[].text#,#list[].source#,#list[].truncated#,#list[].in_reply_to_status_id#,#list[].in_reply_to_user_id#,#list[].in_replyto_screen_name#,#list[].retweet_count#,#list[].is_retweet#,#list[].favorited#,#list[].geo#,#list[].place#,#list[].contributors#,#list[].user_id#,#list[].screen_name#,#list[].name#,#list[].image_url#,#list[].image_url_https#,#list[].retweeted_created_at#,#list[].retweeted_status_id#,#list[].retweeted_text#,#list[].retweeted_source#,#list[].retweeted_truncated#,#list[].retweeted_in_replyto_status_id#,#list[].retweeted_in_reply_to_user_id#

173 ,#list[].retweeted_inreplyto_screenname#,#list[].retweeted_favorited#,#list[].retweeted_geo#,#list[].retweeted_place#,#list[].retweeted_contributors#,#list[].retweeted_user_id#,#list[].retweeted_screen_name#,#list[].retweeted_name#,#list[].retweeted_description# </insert> </iterate>,#list[].retweeted_image_url#,#list[].retweeted_image_url_https# <insert id="insertuser_information" parameterclass="map"> MERGE INTO USER_INFORMATION A USING( SELECT #USER_ID# AS USER_ID, #NAME# AS NAME, #SCREEN_NAME# AS SCREEN_NAME, #CREATED_AT# AS CREATED_AT, #LOCATION# AS LOCATION, #DESCRIPTION# AS DESCRIPTION, #URL# AS URL, #PROTECTED# AS PROTECTED, #FOLLOWERS_COUNT# AS FOLLOWERS_COUNT, #FRIENDS_COUNT# AS FRIENDS_COUNT, #FAVOURITES_COUNT# AS FAVOURITES_COUNT, #STATUSES_COUNT# AS STATUSES_COUNT, #LISTED_COUNT# AS LISTED_COUNT, #PROFILE_IMAGE_URL# AS PROFILE_IMAGE_URL, #PROFILE_IMAGE_URL_HTTPS# AS PROFILE_IMAGE_URL_HTTPS, #UTC_OFFSET# AS UTC_OFFSET, #TIME_ZONE# AS TIME_ZONE, #LANG# AS LANG, #GEO_ENABLED# AS GEO_ENABLED, #VERIFIED# AS VERIFIED

174 , #CONTRIBUTORS_ENABLED# AS CONTRIBUTORS_ENABLED FROM DUAL) B ON (A.USER_ID = B.USER_ID) WHEN MATCHED THEN UPDATE SET A.NAME = B.NAME, A.SCREEN_NAME = B.SCREEN_NAME, A.CREATED_AT = B.CREATED_AT, A.LOCATION = B.LOCATION, A.DESCRIPTION = B.DESCRIPTION, A.URL = B.URL, A.PROTECTED = B.PROTECTED, A.FOLLOWERS_COUNT = B.FOLLOWERS_COUNT, A.FRIENDS_COUNT = B.FRIENDS_COUNT, A.FAVOURITES_COUNT = B.FAVOURITES_COUNT, A.STATUSES_COUNT = B.STATUSES_COUNT, A.LISTED_COUNT = B.LISTED_COUNT, A.PROFILE_IMAGE_URL = B.PROFILE_IMAGE_URL, A.PROFILE_IMAGE_URL_HTTPS = B.PROFILE_IMAGE_URL_HTTPS, A.UTC_OFFSET = B.UTC_OFFSET, A.TIME_ZONE = B.TIME_ZONE, A.LANG = B.LANG, A.GEO_ENABLED = B.GEO_ENABLED, A.VERIFIED = B.VERIFIED, A.CONTRIBUTORS_ENABLED = B.CONTRIBUTORS_ENABLED WHEN NOT MATCHED THEN INSERT( A.USER_ID, A.NAME, A.SCREEN_NAME, A.CREATED_AT, A.LOCATION, A.DESCRIPTION, A.URL, A.PROTECTED, A.FOLLOWERS_COUNT, A.FRIENDS_COUNT, A.FAVOURITES_COUNT, A.STATUSES_COUNT, A.LISTED_COUNT, A.PROFILE_IMAGE_URL

175 , A.PROFILE_IMAGE_URL_HTTPS, A.UTC_OFFSET, A.TIME_ZONE, A.LANG, A.GEO_ENABLED, A.VERIFIED, A.CONTRIBUTORS_ENABLED ) VALUES( B.USER_ID, B.NAME, B.SCREEN_NAME, B.CREATED_AT, B.LOCATION, B.DESCRIPTION, B.URL, B.PROTECTED, B.FOLLOWERS_COUNT, B.FRIENDS_COUNT, B.FAVOURITES_COUNT, B.STATUSES_COUNT, B.LISTED_COUNT, B.PROFILE_IMAGE_URL, B.PROFILE_IMAGE_URL_HTTPS, B.UTC_OFFSET, B.TIME_ZONE, B.LANG, B.GEO_ENABLED, B.VERIFIED, B.CONTRIBUTORS_ENABLED ) </insert>

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 import="common.utility"%> page contenttype="text/html;charset=utf-8"%> page import="java.io.*"%> page import="java.io.file"%> page import="javax.xml.parsers.documentbuilderfactory"%> page import="javax.xml.parsers.documentbuilder"%> page import="org.w3c.dom.document"%> page import="org.w3c.dom.nodelist"%> page import="org.w3c.dom.node"%> page import="org.w3c.dom.element"%> page import="xml.xmlgetvalue"%> page import="java.text.numberformat" %> String xmlurl_top = url + File.separator+ "xml" + File.separator + tweets.xml"; File fxmlfile_top = new File(xmlurl_top); DocumentBuilderFactory dbfactory_top = DocumentBuilderFactory.newInstance(); DocumentBuilder dbuilder_top = dbfactory_top.newdocumentbuilder(); Document doc_top = dbuilder_top.parse(xmlurl_top); doc_top.getdocumentelement().normalize(); Node tweetnode = nlist_tweet.item(temp); Node tweetmnode = nlist_tweetmeta.item(temp); Element tweetelement = (Element)tweetNode Element tweetmelement = (Element)tweetMNode String text = Utility.ChangeTextinUrl(xmlGetValue.getTagValue("text", tweetelement)); String profile_image_url = xmlgetvalue.gettagvalue("profile_image_url", tweetelement); String favorited = xmlgetvalue.gettagvalue("favorited", tweetelement); String retweet_count = xmlgetvalue.gettagvalue("retweet_count", tweetelement); String screen_name = xmlgetvalue.gettagvalue("screen_name", tweetmelement); String created_at = xmlgetvalue.gettagvalue("created_at", tweetmelement);

221 <div id="twitter"> <div id="profile_logo"><img src="<%=profile_image_url %>" width="60" height="55" /></div> <div id="text"> <div id="day"><%=created_at %></div> <span class="title_font03"><a href=" %></a></span> <span %></span><br /> <%=text %><br /><br/> <%=photo %> </div><div id="clear"></div></div>

222

223

224

225

226

227 l l l

228 제 20 장제 2 세부연구개발과제의연구결과고찰및결론

229 제 21 장제 2 세부연구개발과제의연구성과

230

231 제 22 장기타중요변경사항

232 제 23 장참고문헌

233 제 24 장첨부서류

234

235

236

237

238

239

240

241

242

243 l l l l

244

245

246

247 l l l l

248

249

250 l l l l

한국학 온라인 디지털 자원 소개

한국학 온라인 디지털 자원 소개 XSL 의이해 김현한국학중앙연구원인문정보학교실 hyeon@aks.ac.kr 이저작물 (PPT) 의인용표시방법 : 김현, XSL 의이해, 전자문서와하이퍼텍스트 수업자료 (2018) 1. XSL 이란? 2. XSL Elements 3. XSL 에의한문서표현 1. XSL이란? XSL 관련개념 XSL (extensible Stylesheet Language) 문서의스타일을정의하기위한언어

More information

한국학 온라인 디지털 자원 소개

한국학 온라인 디지털 자원 소개 XML 의이해 김현한국학중앙연구원인문정보학교실 hyeon@aks.ac.kr 이저작물 (PPT) 의인용표시방법 : 김현, XML 의이해, 전자문서와하이퍼텍스트 수업자료 (2018) 1. XML 발전의역사 2. XML 의특징 3. Namespace 의활용 1. XML 발전의역사 ARTANET XML이란? XML 이란? XML: extensible Markup Language

More information

XML04

XML04 4 128 129 130 131 132 2003 8 15 !!.

More information

UNIST_교원 홈페이지 관리자_Manual_V1.0

UNIST_교원 홈페이지 관리자_Manual_V1.0 Manual created by metapresso V 1.0 3Fl, Dongin Bldg, 246-3 Nonhyun-dong, Kangnam-gu, Seoul, Korea, 135-889 Tel: (02)518-7770 / Fax: (02)547-7739 / Mail: contact@metabrain.com / http://www.metabrain.com

More information

snmpgw1217

snmpgw1217 2001. 12. 17 infobank@postech.ac.kr SNMP SNMP SNMP Agent, XML XML HTTP/XML XML XML manager SNMP agent SNMP agent SNMP(Simple Network Management Protocol) Manager / Agent : Protocol : SMI(Structure of Management

More information

04 DFR-연구결과보고서.hwp

04 DFR-연구결과보고서.hwp 별지제 15 호서식 관리번호 89017200 용역연구사업연구결과보고서 사업명기록관리연구개발 (R&D) 사업 과제명주관연구기관주관연구책임자 국문디지털포맷및애플리케이션기술정보은행 (DFR) 프로토타입개발 영문 DFR Prototype Developement for Digital Formats and Applications 기관명소재지대표 ( 주 ) 한글과컴퓨터

More information

편집순서 1 : 겉표지 학술연구용역사업최종결과보고서 과 국문과제명 제 영문과제명 명 주 의 ( 주의내용기재 ) 2 0 주관연구기관 : ( 글 14 point 고딕체 ) 질병관리본부 질병관리본부 - 1 -

편집순서 1 : 겉표지 학술연구용역사업최종결과보고서 과 국문과제명 제 영문과제명 명 주 의 ( 주의내용기재 ) 2 0 주관연구기관 : ( 글 14 point 고딕체 ) 질병관리본부 질병관리본부 - 1 - 편집순서 1 : 겉표지 학술연구용역사업최종결과보고서 과 국문과제명 제 영문과제명 명 주 의 ( 주의내용기재 ) 2 0 주관연구기관 : ( 글 14 point 고딕체 ) 질병관리본부 질병관리본부 - 1 - 주의내용 주 의 1. 이보고서는질병관리본부에서시행한학술연구용역사업의최종결 과보고서입니다. 2. 이보고서내용을발표할때에는반드시질병관리본부에서시행한 학술연구용역사업의연구결과임을밝혀야합니다.

More information

목차 BUG 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG ROLLUP/CUBE 절을포함하는질의는 SUBQUE

목차 BUG 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG ROLLUP/CUBE 절을포함하는질의는 SUBQUE ALTIBASE HDB 6.3.1.10.1 Patch Notes 목차 BUG-45710 문법에맞지않는질의문수행시, 에러메시지에질의문의일부만보여주는문제를수정합니다... 3 BUG-45730 ROUND, TRUNC 함수에서 DATE 포맷 IW 를추가지원합니다... 5 BUG-45760 ROLLUP/CUBE 절을포함하는질의는 SUBQUERY REMOVAL 변환을수행하지않도록수정합니다....

More information

산업입지내지6차

산업입지내지6차 page 02 page 13 page 21 page 30 2 INDUSTRIAL LOCATION 3 4 INDUSTRIAL LOCATION 5 6 INDUSTRIAL LOCATION 7 8 INDUSTRIAL LOCATION 9 10 INDUSTRIAL LOCATION 11 12 13 14 INDUSTRIAL LOCATION 15 16 INDUSTRIAL LOCATION

More information

10. 서고환경개선방안연구(중부대학교윤만영).hwp

10. 서고환경개선방안연구(중부대학교윤만영).hwp 용역연구사업연구결과보고서 연구결과보고서 관리번호 사업명 과제명 주관연구기관 주관연구 책임자 국문 영문 기록물보존환경핵심기술연구 기록물장기보존을위한서고환경개선방안연구 A Study on Environmental Improvement in a Stack Room to Preserve Archive 기관명소재지대표 중부대학교충남금산군추부면강신정 성명소속및부서전공

More information

해외유입 학술연구용역사업최종결과보고서 및 법정 기생충질환의 해외유입및법정기생충질환의고감도및첨단진단표준화 Standardization of highly sensitive and advanced diagnostic methods for imported parasitic d

해외유입 학술연구용역사업최종결과보고서 및 법정 기생충질환의 해외유입및법정기생충질환의고감도및첨단진단표준화 Standardization of highly sensitive and advanced diagnostic methods for imported parasitic d 해외유입 학술연구용역사업최종결과보고서 및 법정 기생충질환의 해외유입및법정기생충질환의고감도및첨단진단표준화 Standardization of highly sensitive and advanced diagnostic methods for imported parasitic diseases 고감도 및 주관연구기관 : 서울대학교산학협력단 주의 ( 주의내용기재 ) ( 글

More information

발간등록번호 학술연구용역과제최종결과보고서 국민건강영양조사제기 차년도 영양조사질관리및전자조사표도입을위한사전조사실시 Quality Control and a Preliminary Study on Computer Assisted Personal Interview System for Nutrition Survey of KNHANES (2013) 주관연구기관 한국보건산업진흥원

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

歯MW-1000AP_Manual_Kor_HJS.PDF

歯MW-1000AP_Manual_Kor_HJS.PDF Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Page 13 Page 14 Page 15 Page 16 Page 17 Page 18 Page 19 Page 20 Page 21 Page 22 Page 23 Page 24 Page 25 Page 26 Page 27 Page

More information

3 S Q L A n t i p a t t e r n s Trees/intro/parent.sql CREATE TABLE Comments ( comment_id SERIAL PRIMARY KEY, parent_id BIGINT UNSIGNED, comment TEXT

3 S Q L A n t i p a t t e r n s Trees/intro/parent.sql CREATE TABLE Comments ( comment_id SERIAL PRIMARY KEY, parent_id BIGINT UNSIGNED, comment TEXT 3 S Q L A n t i p a t t e r n s Trees/intro/parent.sql CREATE TABLE Comments ( comment_id SERIAL PRIMARY KEY, parent_id BIGINT UNSIGNED, comment TEXT NOT NULL, FOREIGN KEY (parent_id) REFERENCES Comments(comment_id)

More information

제 31회 전국 고교생 문예백일장 산문 부문 심사평.hwp

제 31회 전국 고교생 문예백일장 산문 부문 심사평.hwp 제 31회 전국 고교생 문예백일장 산문 부문 심사평 *당선자 : 장원-울산효정고등학교 이예슬 차상-수리고등학교 전하영 차하-안양예술고등학교 이본느 가작-은평고등학교 강보미 가작-고양예술고등학교 강보민 배우고( 知 ), 좋아하고( 好 ), 즐기며( 樂 ) 쌓아가는 삶의 피라미드! 단국대 제 31회 전국고교생 백일장 산문부 심사위원들의 가장 큰 아쉬움은 글제 삼각

More information

별지 제10호 서식

별지 제10호 서식 국립국어원 정보 보안 업무 처리 규정 제정 2013. 12. 26. 국립국어원 예규 제 95호 일부개정 2014. 3. 10. 국립국어원 예규 제111호 제 1 장 총 칙 제 1 조(목적) 이 규정은 국립국어원의 정보보안업무 수행에 필요한 사항을 규정함을 목적으로 한다. 제 2 조(정의) 이 규정에서 사용하는 용어의 정의는 다음 각 호와 같다. 1. 부서 라

More information

주의내용 주 의 1. 이보고서는질병관리본부에서시행한학술연구용역사업의최종결 과보고서입니다. 2. 이보고서내용을발표할때에는반드시질병관리본부에서시행한 학술연구용역사업의연구결과임을밝혀야합니다. 3. 국가과학기술기밀유지에필요한내용은대외적으로발표또는공개 하여서는아니됩니다.

주의내용 주 의 1. 이보고서는질병관리본부에서시행한학술연구용역사업의최종결 과보고서입니다. 2. 이보고서내용을발표할때에는반드시질병관리본부에서시행한 학술연구용역사업의연구결과임을밝혀야합니다. 3. 국가과학기술기밀유지에필요한내용은대외적으로발표또는공개 하여서는아니됩니다. 편집순서 1 : 겉표지 학술연구용역사업최종결과보고서 과 원외폐렴원인균조사및내성감시 시스템구축 주의 ( 주의내용기재 ) ( 글 14 point 고딕체 ) 제명 2 0 0 Microbiological Etiology of Community acquired pneumonia and Surveillance network of resistance 주관연구기관 : 울산대학교의과대학

More information

untitled

untitled : 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global

More information

SK Telecom Platform NATE

SK Telecom Platform NATE SK Telecom Platform NATE SK TELECOM NATE Browser VER 2.6 This Document is copyrighted by SK Telecom and may not be reproduced without permission SK Building, SeRinDong-99, JoongRoGu, 110-110, Seoul, Korea

More information

주의내용 주 의 1. 이보고서는질병관리본부에서시행한학술연구용역사업의최종결 과보고서입니다. 2. 이보고서내용을발표할때에는반드시질병관리본부에서시행한 학술연구용역사업의연구결과임을밝혀야합니다. 3. 국가과학기술기밀유지에필요한내용은대외적으로발표또는공개 하여서는아니됩니다.

주의내용 주 의 1. 이보고서는질병관리본부에서시행한학술연구용역사업의최종결 과보고서입니다. 2. 이보고서내용을발표할때에는반드시질병관리본부에서시행한 학술연구용역사업의연구결과임을밝혀야합니다. 3. 국가과학기술기밀유지에필요한내용은대외적으로발표또는공개 하여서는아니됩니다. 편집순서 1 : 겉표지 학술연구용역사업최종결과보고서 과 제 명 주 의 ( 주의내용기재 ) 2 0 1 1 ( 글 14 point 고딕체 ) 주관연구기관 질병관리본부 질병관리본부 주의내용 주 의 1. 이보고서는질병관리본부에서시행한학술연구용역사업의최종결 과보고서입니다. 2. 이보고서내용을발표할때에는반드시질병관리본부에서시행한 학술연구용역사업의연구결과임을밝혀야합니다.

More information

10.ppt

10.ppt : SQL. SQL Plus. JDBC. SQL >> SQL create table : CREATE TABLE ( ( ), ( ),.. ) SQL >> SQL create table : id username dept birth email id username dept birth email CREATE TABLE member ( id NUMBER NOT NULL

More information

@OneToOne(cascade = = "addr_id") private Addr addr; public Emp(String ename, Addr addr) { this.ename = ename; this.a

@OneToOne(cascade = = addr_id) private Addr addr; public Emp(String ename, Addr addr) { this.ename = ename; this.a 1 대 1 단방향, 주테이블에외래키실습 http://ojcedu.com, http://ojc.asia STS -> Spring Stater Project name : onetoone-1 SQL : JPA, MySQL 선택 http://ojc.asia/bbs/board.php?bo_table=lecspring&wr_id=524 ( 마리아 DB 설치는위 URL

More information

연구결과점검보고서

연구결과점검보고서 발간등록번호 학술연구용역과제 최종결과보고서 학술연구용역과제최종결과보고서 수행년도 년도학술연구용역과제에의하여수행중인학술연구용역과제의연구 결과점검보고서를붙임과같이제출합니다 붙임 최종결과보고서제본 부 매 장의 에 파일 결과평가의견반영대비표모두포함 년 월 일 주관연구책임자신철 인또는서명 주관연구기관장 고려대학교산학협력단장 직인 질병관리본부장귀하 연구결과점검보고서요약문

More information

第 1 節 組 織 11 第 1 章 檢 察 의 組 織 人 事 制 度 등 第 1 項 大 檢 察 廳 第 1 節 組 대검찰청은 대법원에 대응하여 수도인 서울에 위치 한다(검찰청법 제2조,제3조,대검찰청의 위치와 각급 검찰청의명칭및위치에관한규정 제2조). 대검찰청에 검찰총장,대

第 1 節 組 織 11 第 1 章 檢 察 의 組 織 人 事 制 度 등 第 1 項 大 檢 察 廳 第 1 節 組 대검찰청은 대법원에 대응하여 수도인 서울에 위치 한다(검찰청법 제2조,제3조,대검찰청의 위치와 각급 검찰청의명칭및위치에관한규정 제2조). 대검찰청에 검찰총장,대 第 1 章 檢 察 의 組 織 人 事 制 度 등 第 1 節 組 織 11 第 1 章 檢 察 의 組 織 人 事 制 度 등 第 1 項 大 檢 察 廳 第 1 節 組 대검찰청은 대법원에 대응하여 수도인 서울에 위치 한다(검찰청법 제2조,제3조,대검찰청의 위치와 각급 검찰청의명칭및위치에관한규정 제2조). 대검찰청에 검찰총장,대검찰청 차장검사,대검찰청 검사,검찰연구관,부

More information

Connection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET

Connection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET 135-080 679-4 13 02-3430-1200 1 2 11 2 12 2 2 8 21 Connection 8 22 UniSQLConnection 8 23 8 24 / / 9 3 UniSQL 11 31 OID 11 311 11 312 14 313 16 314 17 32 SET 19 321 20 322 23 323 24 33 GLO 26 331 GLO 26

More information

Week13

Week13 Week 13 Social Data Mining 02 Joonhwan Lee human-computer interaction + design lab. Crawling Twitter Data OAuth Crawling Data using OpenAPI Advanced Web Crawling 1. Crawling Twitter Data Twitter API API

More information

90

90 89 3 차원공간질의를위한효율적인위상학적데이터모델의검증 Validation of Efficient Topological Data Model for 3D Spatial Queries Seokho Lee Jiyeong Lee 요약 키워드 Abstract Keywords 90 91 92 93 94 95 96 -- 3D Brep adjacency_ordering DECLARE

More information

13주-14주proc.PDF

13주-14주proc.PDF 12 : Pro*C/C++ 1 2 Embeded SQL 3 PRO *C 31 C/C++ PRO *C NOT! NOT AND && AND OR OR EQUAL == = SQL,,, Embeded SQL SQL 32 Pro*C C SQL Pro*C C, C Pro*C, C C 321, C char : char[n] : n int, short, long : float

More information

1 필요라이브러리확인및설정 Apache CXF 홗용을위한라이브러리설정을위하여 pom.xml 에아래와같이 dependency 설정이 되어있는지확인하고, 없으면추가한다. <properties>. <!-- CXF version --> <cxf.version>2.2</cxf.

1 필요라이브러리확인및설정 Apache CXF 홗용을위한라이브러리설정을위하여 pom.xml 에아래와같이 dependency 설정이 되어있는지확인하고, 없으면추가한다. <properties>. <!-- CXF version --> <cxf.version>2.2</cxf. 젂자정부표준프레임워크웹서비스구현가이드 (ver2.0) SK C&C 아키텍트그룹 임철홍 1. Requirements - 젂자정부표준프레임워크개발홖경 ( 구현도구 ) - 로컬홖경테스트를위한 J2EE WAS (Apache Tomcat 6.0 등 ) 2. 디렉터리구조및환경설정 - 아래와같이 Maven 프로젝트디렉터리구조를가지고있으며, End Point 설정을위한 bean

More information

Dialog Box 실행파일을 Web에 포함시키는 방법

Dialog Box 실행파일을 Web에 포함시키는 방법 DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New

More information

어댑터뷰

어댑터뷰 04 커스텀어댑터뷰 (Custom Adapter View) 커스텀어댑터뷰 (Custom Adapter View) 커스텀어댑터뷰 (Custom Adatper View) 란? u 어댑터뷰의항목하나는단순한문자열이나이미지뿐만아니라, 임의의뷰가될수 있음 이미지뷰 u 커스텀어댑터뷰설정절차 1 2 항목을위한 XML 레이아웃정의 어댑터정의 3 어댑터를생성하고어댑터뷰객체에연결

More information

01-OOPConcepts(2).PDF

01-OOPConcepts(2).PDF Object-Oriented Programming Concepts Tel: 02-824-5768 E-mail: hhcho@selabsoongsilackr? OOP (Object) (Encapsulation) (Message) (Class) (Inheritance) (Polymorphism) (Abstract Class) (Interface) 2 1 + = (Dependency)

More information

<BBE7C8B8C0FBC0C7BBE7BCD2C5EBBFACB1B820C3D6C1BEBAB8B0EDBCAD2E687770>

<BBE7C8B8C0FBC0C7BBE7BCD2C5EBBFACB1B820C3D6C1BEBAB8B0EDBCAD2E687770> 국립국어원 2007-01-42 사회적의사소통연구 : 성차별적언어표현사례조사및대안마련을위한연구 국립국어원 한국여성정책연구원 제출문 국립국어원장귀하 국립국어원의국고보조금지원으로수행한 사회적의사 소통연구 : 성차별적언어표현사례조사및대안마련을위한 연구 의결과보고서를작성하여제출합니다. 한국여성정책연구원 안상수 백영주, 양애경, 강혜란, 윤정주 목 차 연구개요 선행연구의고찰

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

오픈소스 NoSQL(MongoDB) 을이용한 Twitter Stream 의저장과실시간공간지식발견 군산대학교컴퓨터정보공학과 남광우

오픈소스 NoSQL(MongoDB) 을이용한 Twitter Stream 의저장과실시간공간지식발견 군산대학교컴퓨터정보공학과 남광우 오픈소스 NoSQL(MongoDB) 을이용한 Twitter Stream 의저장과실시간공간지식발견 군산대학교컴퓨터정보공학과 kwnam@kunsan.ac.kr 남광우 연구배경및필요성 Twitter 스트림에서의공간정보추출 - 도메인온톨로지와텍스트정보에기반한위치추정에집중 - 공간현상의추출및공유부분은부족 Twitter 스트림스트림에서정보추출 - 자연어기반텍스트정보셋에서의키워드추출

More information

4? [The Fourth Industrial Revolution] IT :,,,. : (AI), ,, 2, 4 3, : 4 3.

4? [The Fourth Industrial Revolution] IT :,,,. : (AI), ,, 2, 4 3, : 4 3. 2019 Slowalk 4? [The Fourth Industrial Revolution] IT :,,,. : (AI),. 4 2016 1 20,, 2, 4 3, : 4 3. 2 3 4,,,, :, : : (AI, artificial intelligence) > > (2015. 12 ) bot (VR, virtual reality) (AR, augmented

More information

<4D F736F F F696E74202D203130C0E52EBFA1B7AF20C3B3B8AE205BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D203130C0E52EBFA1B7AF20C3B3B8AE205BC8A3C8AF20B8F0B5E55D> 10 장. 에러처리 1. page 지시문을활용한에러처리 page 지시문의 errorpage 와 iserrorpage 속성 errorpage 속성 이속성이지정된 JSP 페이지내에서 Exception이발생하는경우새롭게실행할페이지를지정하기위하여사용 iserrorpage 속성 iserrorpage 는위와같은방법으로새롭게실행되는페이지에지정할속성으로현재페이지가 Exception

More information

ALTIBASE 사용자가이드 Templete

ALTIBASE 사용자가이드 Templete Real Alternative DBMS ALTIBASE, Since 1999 WINDOWS ADO.NET 환경의 ALTIBASE 개발가이드 2010. 09 Copyright c 2000~2013 ALTBASE Corporation. All Rights Reserved. Document Control Change Record Date Author Change

More information

발간등록번호

발간등록번호 발간등록번호 3. 보고서요약서 보고서요약서 - 2 - - 3 - 4. 국문요약문 - 4 - 5. 영문요약문 < SUMMARY > - 5 - 6. 영문목차 < CONTENTS > - 6 - - 7 - 7. 본문목차 목차 - 8 - - 9 - 제 1 장. 연구개발과제의개요 - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 -

More information

Facebook API

Facebook API Facebook API 2조 20071069 임덕규 20070452 류호건 20071299 최석주 20100167 김민영 목차 Facebook API 설명 Android App 생성 Facebook developers App 등록 Android App Facebook SDK 추가 예제 Error 사항정리 Facebook API Social Plugin Facebook

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

1. 기록관리 환경의 변화 전자기록물은 인터넷이 급속하게 변화하는 현대사 회에서 빠르게 확산되어 민간뿐만 아니라 공공기관까 지 거의 모든 영역에 그 영향력을 미치게 되었다. 또 한 모바일 기기가 진화하여 모바일 2.0 시대가 되면 서 사용자가 만든 콘텐츠를 모바일 기기

1. 기록관리 환경의 변화 전자기록물은 인터넷이 급속하게 변화하는 현대사 회에서 빠르게 확산되어 민간뿐만 아니라 공공기관까 지 거의 모든 영역에 그 영향력을 미치게 되었다. 또 한 모바일 기기가 진화하여 모바일 2.0 시대가 되면 서 사용자가 만든 콘텐츠를 모바일 기기 웹기록물, 데이터세트, SNS 등 기록관리 환경변화와 아카이빙 기술 충남대학교 이 규 철 교수 1. 기록관리 환경의 변화 전자기록물은 인터넷이 급속하게 변화하는 현대사 회에서 빠르게 확산되어 민간뿐만 아니라 공공기관까 지 거의 모든 영역에 그 영향력을 미치게 되었다. 또 한 모바일 기기가 진화하여 모바일 2.0 시대가 되면 서 사용자가 만든 콘텐츠를 모바일

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일 Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae

More information

¿ÀǼҽº°¡À̵å1 -new

¿ÀǼҽº°¡À̵å1 -new Open Source SW 4 Open Source SW 5 Korea Copyright Commission 8 Open Source SW 9 10 Open Source SW 11 12 Open Source SW 13 14 Open Source SW 15 Korea Copyright Commission 18 Open Source SW 19 20 Open

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), 1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r

I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r I T C o t e n s P r o v i d e r h t t p : / / w w w. h a n b i t b o o k. c o. k r Jakarta is a Project of the Apache

More information

mytalk

mytalk 한국정보보호학회소프트웨어보안연구회 총괄책임자 취약점분석팀 안준선 ( 항공대 ) 도경구 ( 한양대 ) 도구개발팀도경구 ( 한양대 ) 시큐어코딩팀 오세만 ( 동국대 ) 전체적인 그림 IL Rules Flowgraph Generator Flowgraph Analyzer 흐름그래프 생성기 흐름그래프 분석기 O parser 중간언어 O 파서 RDL

More information

MySQL-Ch10

MySQL-Ch10 10 Chapter.,,.,, MySQL. MySQL mysqld MySQL.,. MySQL. MySQL....,.,..,,.,. UNIX, MySQL. mysqladm mysqlgrp. MySQL 608 MySQL(2/e) Chapter 10 MySQL. 10.1 (,, ). UNIX MySQL, /usr/local/mysql/var, /usr/local/mysql/data,

More information

KCCS :V2.1(N01) 디지털수량산출정보교환표준 ( 안 ) Digital QDB(Quantity DataBase) in Construction V2.1 제정일 : 2011 년 4 월 개정일 : 2016 년 6 월

KCCS :V2.1(N01) 디지털수량산출정보교환표준 ( 안 ) Digital QDB(Quantity DataBase) in Construction V2.1 제정일 : 2011 년 4 월 개정일 : 2016 년 6 월 KCCS-0004-2016:V2.1(N01) 디지털수량산출정보교환표준 ( 안 ) Digital QDB(Quantity DataBase) in Construction V2.1 제정일 : 2011 년 4 월 개정일 : 2016 년 6 월 KCCS-0004-2016:V2.1(N01) 디지털수량산출정보교환표준 V2.1 ( 안 ) 2016.6 부속서

More information

슬라이드 제목 없음

슬라이드 제목 없음 (JTC1/SC6) sjkoh@knu.ac.kr JTC1 JTC1/SC6/WG7 ECTP/RMCP/MMC (JTC1/SC6) 2/48 JTC1 ISO/IEC JTC1 Joint Technical Committee 1 ( ) ISO/TC 97 ( ) IEC/TC 83 ( ) Information Technology (IT) http://www.jtc1.org

More information

쉽게 풀어쓴 C 프로그래밍

쉽게 풀어쓴 C 프로그래밍 CHAPTER 3. HTML 멀티미디어와입력요소 웹브라우저와멀티미디어 예전방법 : HTML 안에서는 나 태그를사용하여야했고웹브라우저에는플래시나 ActiveX 를설치 HTML5: 와 태그가추가 오디오 요소의속성 오디오파일형식 MP3 'MPEG-1 Audio Layer-3' 의약자로 MPEG

More information

Mobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V

Mobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V Mobile Service > IAP > Android SDK IAP SDK TOAST SDK. IAP SDK. Android Studio IDE 2.3.3 Android SDK Version 2.3.3 (API Level 10). Name Reference Version License okhttp http://square.github.io/okhttp/ 1.5.4

More information

Spring Boot/JDBC JdbcTemplate/CRUD 예제

Spring Boot/JDBC JdbcTemplate/CRUD 예제 Spring Boot/JDBC JdbcTemplate/CRUD 예제 오라클자바커뮤니티 (ojc.asia, ojcedu.com) Spring Boot, Gradle 과오픈소스인 MariaDB 를이용해서 EMP 테이블을만들고 JdbcTemplate, SimpleJdbcTemplate 을이용하여 CRUD 기능을구현해보자. 마리아 DB 설치는다음 URL 에서확인하자.

More information

uFOCS

uFOCS 1 기 : 기 UF_D_V250_002 기 기 기 품 ufocs 기 v2.5.0 히기기기기기기기기기 기 Manual 기 version 기 3.2 기품 2011.7.29 히기 345-13 1 Tel : 02-857-3051 Fax : 02-3142-0319 : http://www.satu.co.kr 2010 SAT information Co., Ltd. All

More information

목차 BUG DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4

목차 BUG DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4 ALTIBASE HDB 6.5.1.5.10 Patch Notes 목차 BUG-46183 DEQUEUE 의 WAIT TIME 이 1 초미만인경우, 설정한시간만큼대기하지않는문제가있습니다... 3 BUG-46249 [qp-select-pvo] group by 표현식에있는컬럼을참조하는집합연산이존재하지않으면결괏값오류가발생할수있습니다... 4 BUG-46266 [sm]

More information

NATE CP 컨텐츠 개발규격서_V4.4_1.doc

NATE CP 컨텐츠 개발규격서_V4.4_1.doc Rev.A 01/10 This Document is copyrighted by SK Telecom and may not be reproduced without permission 1 Rev.A 01/10 - - - - - - URL (dsplstupper) - Parameter ( SKTUPPER=>SU, SKTMENU=>SM) - - CP - - - - -

More information

미쓰리 파워포인트

미쓰리 파워포인트 computer & internet 07. FRAME TAG FRAME? 프레임이란? : 웹페이지를수직이나수평으로여러개영역으로나누어다른웹문서가들어갈수있도록구성할수있음. 이때나누어진각각의창을프레임이라고함. 2 FRAME 문서의구조 HTML 문서에서 태그기능을 프레임문서구조에서는 이대신함 일반웹페이지구조 ..

More information

TTA Journal No.157_서체변경.indd

TTA Journal No.157_서체변경.indd 표준 시험인증 기술 동향 FIDO(Fast IDentity Online) 생체 인증 기술 표준화 동향 이동기 TTA 모바일응용서비스 프로젝트그룹(PG910) 의장 SK텔레콤 NIC 담당 매니저 76 l 2015 01/02 PASSWORDLESS EXPERIENCE (UAF standards) ONLINE AUTH REQUEST LOCAL DEVICE AUTH

More information

PRO1_09E [읽기 전용]

PRO1_09E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :

More information

(JBE Vol. 22, No. 5, September 2017) (Special Paper) 22 5, (JBE Vol. 22, No. 5, September 2017) ISSN

(JBE Vol. 22, No. 5, September 2017) (Special Paper) 22 5, (JBE Vol. 22, No. 5, September 2017)   ISSN (JBE Vol. 22, No. 5, September 2017) (Special Paper) 22 5, 2017 9 (JBE Vol. 22, No. 5, September 2017) https://doi.org/10.5909/jbe.2017.22.5.560 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) UHD MMT PI

More information

nTOP CP 컨텐츠 개발규격서_V4.1_.doc

nTOP CP 컨텐츠 개발규격서_V4.1_.doc Rev.A 01/09 This Document is copyrighted by SK Telecom and may not be reproduced without permission 1 Rev.A 01/09 - - - - - - URL (dsplstupper) - Parameter ( SKTUPPER=>SU, SKTMENU=>SM) - - CP This Document

More information

Open Cloud Engine Open Source Big Data Platform Flamingo Project Open Cloud Engine Flamingo Project Leader 김병곤

Open Cloud Engine Open Source Big Data Platform Flamingo Project Open Cloud Engine Flamingo Project Leader 김병곤 Open Cloud Engine Open Source Big Data Platform Flamingo Project Open Cloud Engine Flamingo Project Leader 김병곤 (byounggon.kim@opence.org) 빅데이터분석및서비스플랫폼 모바일 Browser 인포메이션카탈로그 Search 인포메이션유형 보안등급 생성주기 형식

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

Interstage5 SOAP서비스 설정 가이드

Interstage5 SOAP서비스 설정 가이드 Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

슬라이드 1

슬라이드 1 빅데이터플랫폼기반소셜네트워크데이터분석사례 2012.02 김형준 이저작물은크리에이티브커먼즈코리아저작자표시 - 비영리 - 변경금지 2.0 대한민국라이센스에따라이용하실수있습니다. 김형준 babokim@gmail.com 현 ) 그루터 (www.gruter.com) 아키텍트 삼성 SDS, NHN www.jaso.co.kr www.cloudata.org www.cloumon.org

More information

Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras

Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Crash Unity SDK... Log & Crash Search. - Unity3D v4.0 ios

More information

혼자서일을다하는 JSP. 이젠일을 Servlet 과나눠서한다. JSP와서블릿의표현적인차이 - JSP는 <html> 내에서자바를사용할수있는수단을제공한다. - 서블릿은자바내에서 <html> 을작성할수있는수단을제공한다. - JSP나서블릿으로만웹페이지를작성하면자바와다양한코드가

혼자서일을다하는 JSP. 이젠일을 Servlet 과나눠서한다. JSP와서블릿의표현적인차이 - JSP는 <html> 내에서자바를사용할수있는수단을제공한다. - 서블릿은자바내에서 <html> 을작성할수있는수단을제공한다. - JSP나서블릿으로만웹페이지를작성하면자바와다양한코드가 혼자서일을다하는 JSP. 이젠일을 Servlet 과나눠서한다. JSP와서블릿의표현적인차이 - JSP는 내에서자바를사용할수있는수단을제공한다. - 서블릿은자바내에서 을작성할수있는수단을제공한다. - JSP나서블릿으로만웹페이지를작성하면자바와다양한코드가웹페이지내에뒤섞여있어서웹페이지의화면설계가점점어려워진다. - 서블릿이먼저등장하였으나, 자바내에

More information

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자 SQL Developer Connect to TimesTen 유니원아이앤씨 DB 팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 2010-07-28 작성자 김학준 최종수정일 2010-07-28 문서번호 20100728_01_khj 재개정이력 일자내용수정인버전

More information

기록관리공공표준 N a t i o n a l A r c h i v e s S t a n d a r d 기록관리시스템데이터연계기술규격 - 제 1 부 : 업무관리시스템과의연계 (v1.3) Technical Specification for the Data Interchang

기록관리공공표준 N a t i o n a l A r c h i v e s S t a n d a r d 기록관리시스템데이터연계기술규격 - 제 1 부 : 업무관리시스템과의연계 (v1.3) Technical Specification for the Data Interchang 기록관리공공표준 N a t i o n a l A r c h i v e s S t a n d a r d 기록관리시스템데이터연계기술규격 - 제 1 부 : 업무관리시스템과의연계 (v1.3) Technical Specification for the Data Interchange of the Records Management System Part 1: With The

More information

sms_SQL.hwp

sms_SQL.hwp SMS+LMS 사용설명서 MSSQL + MYSQL (Table 연동방식) Insert 문장만으로귀사의전산시스템과연동하여 대량의문자메시지(SMS) 를저렴하고, 빠르고자동으로발송할수있는 문자메시지전송시스템을개발할수있습니다. 실행파일(exe) 파일을에디터로열어보시고 아이디, 비밀번호가노출되지않는지꼭확인해보시기바랍니다 2008. 11. 1. 발송 Table Table

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 파이썬을이용한빅데이터수집. 분석과시각화 Part 2. 데이터수집 이원하 목 차 1 2 3 4 5 FACEBOOK Crawling TWITTER Crawling NAVER Crawling 공공데이터포털 Crawling 일반 WEB Page Crawling 04 22 28 34 40 JSON (JavaScript Object Notation) JSON Object

More information

MasoJava4_Dongbin.PDF

MasoJava4_Dongbin.PDF JSTORM http://wwwjstormpekr Issued by: < > Revision: Document Information Document title: Document file name: MasoJava4_Dongbindoc Revision number: Issued by: < > SI, dbin@handysoftcokr

More information

쉽게 풀어쓴 C 프로그래밍

쉽게 풀어쓴 C 프로그래밍 CHAPTER 7. HTML 와 CSS 로웹사이트만들 기 웹사이트작성 웹사이트구축과정 내비게이션구조도 홈페이지레이아웃 헤더 web Shop 내비게이션메뉴

More information

PART 1 CHAPTER 1 Chapter 1 Note 4 Part 1 5 Chapter 1 AcctNum = Table ("Customer").Cells("AccountNumber") AcctNum = Customer.AccountNumber Note 6 RecordSet RecordSet Part 1 Note 7 Chapter 1 01:

More information

PRO1_02E [읽기 전용]

PRO1_02E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_02E1 Information and 2 STEP 7 3 4 5 6 STEP 7 7 / 8 9 10 S7 11 IS7 12 STEP 7 13 STEP 7 14 15 : 16 : S7 17 : S7 18 : CPU 19 1 OB1 FB21 I10 I11 Q40 Siemens AG

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

Tablespace On-Offline 테이블스페이스 온라인/오프라인

Tablespace On-Offline 테이블스페이스 온라인/오프라인 2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

Ext JS À¥¾ÖÇø®ÄÉÀ̼ǰ³¹ß-³¹Àå.PDF

Ext JS À¥¾ÖÇø®ÄÉÀ̼ǰ³¹ß-³¹Àå.PDF CHAPTER 2 (interaction) Ext JS., HTML, onready, MessageBox get.. Ext JS HTML CSS Ext JS.1. Ext JS. Ext.Msg: : Ext Ext.get: DOM 22 CHAPTER 2 (config). Ext JS.... var test = new TestFunction( 'three', 'fixed',

More information

슬라이드 1

슬라이드 1 - 1 - 전자정부모바일표준프레임워크실습 LAB 개발환경 실습목차 LAB 1-1 모바일프로젝트생성실습 LAB 1-2 모바일사이트템플릿프로젝트생성실습 LAB 1-3 모바일공통컴포넌트생성및조립도구실습 - 2 - LAB 1-1 모바일프로젝트생성실습 (1/2) Step 1-1-01. 구현도구에서 egovframe>start>new Mobile Project 메뉴를선택한다.

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

슬라이드 1

슬라이드 1 전자정부개발프레임워크 1 일차실습 LAB 개발환경 - 1 - 실습목차 LAB 1-1 프로젝트생성실습 LAB 1-2 Code Generation 실습 LAB 1-3 DBIO 실습 ( 별첨 ) LAB 1-4 공통컴포넌트생성및조립도구실습 LAB 1-5 템플릿프로젝트생성실습 - 2 - LAB 1-1 프로젝트생성실습 (1/2) Step 1-1-01. 구현도구에서 egovframe>start>new

More information

쉽게 풀어쓴 C 프로그래밍

쉽게 풀어쓴 C 프로그래밍 CHAPTER 13. HTML5 위치정보와드래그앤드롭 SVG SVG(Scalable Vector Graphics) 는 XML- 기반의벡터이미지포맷 웹에서벡터 - 기반의그래픽을정의하는데사용 1999 년부터 W3C 에의하여표준 SVG 의장점 SVG 그래픽은확대되거나크기가변경되어도품질이손상되지않는다. SVG 파일에서모든요소와속성은애니메이션이가능하다. SVG 이미지는어떤텍스트에디터로도생성하고편집할수있다.

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Spider For MySQL 실전사용기 피망플러스유닛최윤묵 Spider For MySQL Data Sharding By Spider Storage Engine http://spiderformysql.com/ 성능 8 만 / 분 X 4 대 32 만 / 분 많은 DB 중에왜 spider 를? Source: 클라우드컴퓨팅구 선택의기로 Consistency RDBMS

More information

아트앤플레이군 (2년제) Art & Play Faculty 95 교육목표 95 군 공통(네트워크) 교과과정표 96 드로잉과 페인팅 Drawing & Painting Major Track 97 매체예술 Media Art Major Track 98 비디오 & 사운드 Video & Sound Major Track 99 사진예술 PHOTOGRAPHIC ART Major

More information

Java XPath API (한글)

Java XPath API (한글) XML : Elliotte Rusty Harold, Adjunct Professor, Polytechnic University 2006 9 04 2006 10 17 문서옵션 제안및의견 XPath Document Object Model (DOM). XML XPath. Java 5 XPath XML - javax.xml.xpath.,? "?"? ".... 4.

More information

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다.

iii. Design Tab 을 Click 하여 WindowBuilder 가자동으로생성한 GUI 프로그래밍환경을확인한다. Eclipse 개발환경에서 WindowBuilder 를이용한 Java 프로그램개발 이예는 Java 프로그램의기초를이해하고있는사람을대상으로 Embedded Microcomputer 를이용한제어시스템을 PC 에서 Serial 통신으로제어 (Graphical User Interface (GUI) 환경에서 ) 하는프로그램개발예를설명한다. WindowBuilder:

More information

(주)나우프로필의 이동형 대표 개편의 방향이 시민참여를 많이 하는 방향이라, 홈페이지 시안 이 매우 간편해져서 소통이 쉬워질 것 같다. 다만 웹보다 모바일 이용자가 지속적으로 급증하는 추세이므로 이에 적합한 구조가 되도록 보장해야 한다. 소셜미디어전략연구소 배운철 대표

(주)나우프로필의 이동형 대표 개편의 방향이 시민참여를 많이 하는 방향이라, 홈페이지 시안 이 매우 간편해져서 소통이 쉬워질 것 같다. 다만 웹보다 모바일 이용자가 지속적으로 급증하는 추세이므로 이에 적합한 구조가 되도록 보장해야 한다. 소셜미디어전략연구소 배운철 대표 홈페이지 정비 및 향후 추진방향 자문회의 회의록 일 시 : 2012. 1. 16(월) 14:00 ~ 16:00 장 소 : 1동 3층 스마트정보지원센터 참석자 : 내 외부 자문위원(10명), 관련부서 직원(10명), 정보화기획단장, 정보화기획담당관, 관련팀장, 직원 등 정보화기획단에서는 12. 1. 16(월)에 1동 3층 스마트정보지원센터에서 시정 홈페이지 통

More information

untitled

untitled (shared) (integrated) (stored) (operational) (data) : (DBMS) :, (database) :DBMS File & Database - : - : ( : ) - : - : - :, - DB - - -DBMScatalog meta-data -DBMS -DBMS - -DBMS concurrency control E-R,

More information

슬라이드 1

슬라이드 1 NeoDeveloper 설치가이드 차례 1. 환경 3 2. 설치 3 2.1 웹서버설치 3 Tomcat 7 3 JDK 1.6 3 2.2 NeoDeveloper 설치 3 Neo Developer 서버구성 3 Demo용 User Application 구성 4 Neo Developer 서버 Data File 4 Client 개발 Tool 설치 4 3. 설정 5 3.1

More information

e- 11 (Source: IMT strategy 1999 'PERMISSION ' ) The World Best Knowledge Providers Network

e- 11 (Source: IMT strategy 1999 'PERMISSION  ' )  The World Best Knowledge Providers Network e 메일 /DB 마케팅 E? E e http://www.hunet.co.kr The World Best Knowledge Providers Network e- 11 (Source: IMT strategy 1999 'PERMISSION email' ) http://www.hunet.co.kr The World Best Knowledge Providers Network

More information

Building Mobile AR Web Applications in HTML5 - Google IO 2012

Building Mobile AR Web Applications in HTML5 - Google IO 2012 Building Mobile AR Web Applications in HTML5 HTML5 -, KIST -, UST HCI & Robotics Agenda Insight: AR Web Browser S.M.AR.T: AR CMS HTML5 HTML5 AR - Hello world! - Transform - - AR Events 3/33 - - - (Simplicity)

More information