2005 ( 17 )

Size: px
Start display at page:

Download "2005 ( 17 )"

Transcription

1 2005 ( 17 )

2 2005 ( 17 ) (SNS) 1., 2., 3., 4., 5.

3 Abstract of Master s Thesis Academic Year 2005 The Research on the Personal Information Control based on Multiple Social Network How to communicate about myself is very important problem. We have something to tell someone or secret something not to tell someone. Such personal information control we have been is also important in online communication. There is the theory called Social Network that archive the personal information control. In this theory, friendship of human is assumed a link of graph theory. A lot of applications to communication appears, but they can not reflect multiple social network we have. In result, our communication is inhibited. This research suggests the model that we can use multiple personality. There are not differents completely because there are derived from one person. The social networking model is re-defined to realize the control of myself. The Social Networking Site (SNS) is implemented and operated for confirming the significance of this model. The model is instantiated some case example supposed, then it can archives them. This model is significant. Keywords : 1. Social Networking, 2. Access Control, 3. Self Information Control, 4. Multiple Personality, 5. Trust Keio University Graduate School of Media and Governamce NAKAYAMA, Masahiro

4 SNS mixi imeem livedoor wyco iii

5 ( ) iv

6 6.5.1 SNS UNIX group A 66

7 mixi livedoor wyco wyco Perso ( ) Perso ( )

8 Catalyst Plugins

9 [1] 7 1 1

10

11 ( ) : 3

12 1.1.3 [2] SNS [3] SNS [4] [5] mixi SNS SNS OpenPNE[6] SNS SNS [7][8] 4

13 SNS 1 [9][10] SNS SNS

14 2hop

15

16

17 Weblog

18 1 2.3 SNS SNS( ) SNS mixi imeem Livedoor wyco mixi SNS mixi[11] mixi 2.1 mixi 10

19 2.1: mixi 11

20 : 12

21 2.3.2 imeem imeem[12] SNS imeem 2.3 imeem imeem imeem imeem The world (web publishable) SNS 13

22 2.3: 14

23 2.3.3 livedoor livedoor [13] mixi SNS livedoor 2.5 mixi livedoor mixi : 15

24 2.5: livedoor 16

25 2.3.4 wyco wyco[14] SNS

26 2.6: wyco 18

27 2.7: wyco 19

28 2.3.5 SNS : SNS 20

29 WWW 2.1: WWW mixi livedoor mixi, imeem imeem wyco wyco livedoor SNS 21

30 : A A 22

31 A A A 3.2 A A A A A A A A A A A # $!%'&(*)! " 3.2: 23

32 ! 3.3:

33 3.2.3 SNS

34 3.3 26

35 SNS

36 : : 1 17 (60.7%) 2 7 (25.0%) 3 4 (14.3%)

37 4.3:

38 4.2.3 SNS JOIN SNS 30

39 4.2.4 A SNS (Q ) SNS SNS SNS SNS (Q ) SNS [15] 5 4 [15] 43.22% SNS (Q201) Q201 ( ) (Q ) Q203 31

40 (Q204) 32

41 5 Perso 5.1 mixi GREE[16] : PC/AT CPU Intel Celeron CPU 566MHz OS CentOS release 4.2 Perl Catalyst 5.61 mod perl RC5 / Apache OR DBIx::Class / DBD::mysql Template-Toolkit 2.14 RDBMS MySQL

42 Catalyst[17] Catalyst Apache[18] mod perl[19] MVC Perl[20] Template-Toolkit[21] DBIx::Class[22] O/R DBIx::Class RDBMS MySQL[23] DBIx::Class O/R RDBMS RDBMS Catalyst SNS Perso::Model::DB Perso::Controller HTML MVC Apache Perl mod perl Catalyst Catalyst 34

43 >>?? BB >>> :::: ; < =; > >@??A 0 0B B6 ; *C ; *C D> $7 89& EF;GHJI/KLNMOQP (2 *+&,3# ### #### $ 4'5*6 * () *+&,-# ### ####./ 0 #### #### 1 "!# ### #### $% &'& 5.1: 35

44 Catalyst : Catalyst Plugins Dumper StackTrace DateTime Config::YAML DefaultEnds FormValidator::Simple RequestToken FillInForm :Japanese Session Session::Store::File Session::State::Cookie Authentication Authentication::Credential::Password Authentication::Store::DBIC Authorization::Roles Static::Simple Redirect : : CSRF Catalyst HTML Template-Toolkit DBIx::Class SNS 36

45 SQL Perso MySQL MySQL 37

46 5.3: users Users user roles UserRoles roles Roles people People link requests LinkRequests links Links sameperson Sameperson faces Faces ( ) fof Fof Friend of Friend invitations Invitations Perso person attribute types PersonAttributeTypes person attributes PersonAttributes diary articles DiaryArticles diary comments DiaryComments diary permission DiaryPermission diary trackbacks DiaryTrackbacks communities Communities person has communities PersonHasCommunities community comments CommunityComments community invitations CommunityInvitations community topics CommunityTopics incoming comments IncomingComments incoming diaries IncomingDiaries incoming events IncomingEvents system message SystemMessage 38

47 5.2: 39

48 #! " 5.3: Perso ( ) 40

49 !#" #$#%'&)(+*,-!#. /10 2! 3! :1+;+< = >#? 5.4: Perso ( ) 41

50 5.4.1 ( ) 5.5: 42

51

52 5.6: 44

53 : 45

54 : 46

55 : 47

56 : 48

57 : users Perso::Model::DB::Users ID 49

58 distance distance is myself is friend is fof JOIN people Perso::Model::DB::People ID person attributes readable attributes link friend unlink friend links fof fof 2 50

59 6 6.1 Q SNS 51

60

61 : 53

62 SNS SNS ID ID RDBMS 54

63 Q103 Q104 Q UNIX group UNIX SNS

64 SNS 56

65 6.8.3 SNS HTTP cookie SQL SELECT me.passwd, me. , me.registered_time, me.id FROM users me WHERE ( =? ) SQL ID SNS SQL SELECT me.name, me.user_id, me.id FROM people me WHERE ( user_id =? ) SELECT me.name, me.user_id, me.id FROM people me LEFT JOIN links link_from_me ON ( link_from_me.link_from = me.id ) WHERE ( link_from_me.link_to =? ) SELECT me.name, me.user_id, me.id FROM people me LEFT JOIN links link_from_me ON ( link_from_me.link_from = me.id ) WHERE ( link_from_me.link_to =? ) ID(user id) O n O(n) 57

66 2 SNS ID ID ID SQL SELECT me.name, me.user_id, me.id FROM people me WHERE ( ( ( user_id =? ) AND ( id =? ) ) ) people ID people links SNS SQL SELECT COUNT(*) FROM links me JOIN people link_to ON ( link_to.id = me.link_to ) LEFT JOIN sameperson rel_sameperson ON ( rel_sameperson.same_to = me.link_from ) WHERE ( ( link_from =? AND link_to.user_id =? ) OR ( link_to.user_id =? AND rel_sameperson.same_from =? ) ) people links sameperson JOIN EXPLAIN 58

67 mysql> EXPLAIN SELECT COUNT(*) FROM links me -> JOIN people link_to ON ( link_to.id = me.link_to ) -> LEFT JOIN sameperson rel_sameperson -> ON ( rel_sameperson.same_to = me.link_from ) -> WHERE ( ( link_from = 8 AND link_to.user_id = 1 ) -> OR ( link_to.user_id = 1 AND rel_sameperson.same_from = 8 ) ) \G *************************** 1. row *************************** id: 1 select_type: SIMPLE table: link_to type: ref possible_keys: PRIMARY,people_FKIndex1 key: people_fkindex1 key_len: 4 ref: const rows: 1 Extra: Using index *************************** 2. row *************************** id: 1 select_type: SIMPLE table: me type: ref possible_keys: PRIMARY,links_pairunique,links_FKIndex1,links_FKIndex2 key: links_fkindex2 key_len: 4 ref: persotest.link_to.id rows: 1 Extra: Using index *************************** 3. row *************************** id: 1 select_type: SIMPLE table: rel_sameperson type: ref possible_keys: sameperson_fkindex2 key: sameperson_fkindex2 key_len: 4 ref: persotest.me.link_from rows: 1 Extra: Using where; Using index 3 rows in set (0.00 sec) 59

68 MySQL ID people people user id people JOIN links sameperson LEFT JOIN WHERE SNS MySQL BTree O(logN) fof sameperson JOIN 6.9 SNS SNS SNS 6.10 SNS SNS 60

69 7 7.1 (SNS) Affelio[24] 61

70 SNS SNS SNS 62

71 neco pub NetMeeting A4 IRCnet 7 63

72 [1]. [2] : scrap book. [3]. [4] 2005 web. [5] Itmedia mixi. [6] openpne. news/archives/ html. [7] sns. [8] sns filn. [9] sns otaba. [10] : [11] [mixi( )]. [12] imeem! [13] livedoor. [14] wyco 20 sns. [15]. [16] (gree) :. 64

73 [17] Catalyst - web framework. [18] The apache http server project. [19] mod perl: Welcome to the mod perl world. [20] Perl.com. [21] Template toolkit home page. [22] Dbix-class - search.cpan.org. [23] Mysql ab :: The world s most popular open source database. [24] Affelio - -the open social network-.

74 A Q101 (SNS) Q102 SNS SNS Q103 SNS SNS

75 Q104 SNS Perso Q Q202 Perso

76 Q Q204 Perso ( ) Q205 Perso SNS

Web Web Web Web i

Web Web Web Web i 28 Research of password manager using pattern lock and user certificate 1170369 2017 2 28 Web Web Web Web i Abstract Research of password manager using pattern lock and user certificate Takuya Mimoto In

More information

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa

WikiWeb Wiki Web Wiki 2. Wiki 1 STAR WARS [3] Wiki Wiki Wiki 2 3 Wiki 5W1H 3 2.1 Wiki Web 2.2 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 5W1H 2.3 Wiki 2015 Informa 情 報 処 理 学 会 インタラクション 2015 IPSJ Interaction 2015 A17 2015/3/5 Web 1 1 1 Web Web Position and Time based Summary System using Story Style for Web Contents Daichi Ariyama 1 Daichi Ando 1 Shinichi Kasahara

More information

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

More information

卒業論文2.dvi

卒業論文2.dvi 15 GUI A study on the system to transfer a GUI sub-picture to the enlarging viewer for operational support 1040270 2004 2 27 GUI PC PC GUI Graphical User Interface PC GUI GUI PC GUI PC PC GUI i Abstract

More information

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl 1. RDB Wiki 1 1 2 Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visible RDB Operations Toshiya Okumura, 1 Minoru Terada 1 and Kazutaka Maruyama 2 Although Wiki systems can easily be

More information

Web Web ID Web 16 Web Web i

Web Web ID Web 16 Web Web i 24 Web Proposal of Web Application Password Operations Management System 1130343 2013 3 1 Web Web ID Web 16 Web Web i Abstract Proposal of Web Application Password Operations Management System Tatsuro

More information

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L Vol. 48 No. 4 Apr. 2007 LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for Learning to Associate LAN Construction Skills with TCP/IP

More information

3_23.dvi

3_23.dvi Vol. 52 No. 3 1234 1244 (Mar. 2011) 1 1 mixi 1 Casual Scheduling Management and Shared System Using Avatar Takashi Yoshino 1 and Takayuki Yamano 1 Conventional scheduling management and shared systems

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

, IT.,.,..,.. i

, IT.,.,..,.. i 25 To construct the system that promote a interactive method as a knowledge acquisition 1140317 2014 2 28 , IT.,.,..,.. i Abstract To construct the system that promote a interactive method as a knowledge

More information

finalrep.dvi

finalrep.dvi 18 Building a Knowledge Management System for Acquiring Wisdom of Crowds 1095701 2007 3 16 Blog Wiki Web Web Web i Abstract Building a Knowledge Management System for Acquiring Wisdom of Crowds Kazunori

More information

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra 1,a) 1 1 2 1 Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on traffic Abstract: The equipment with Wi-Fi communication function such as a smart phone which are send on a regular

More information

15 2002 42 3 5) 6) 2 (1855) 10 (1921) 7) 1 42 9 5 43 5 13 2 4 1 5 2 5 II 8) 75 9) 75 75 1 5 42 9 19 23 6 42 10 18 21 7 42 11 23 27 8 42 12 18 19 9 43

15 2002 42 3 5) 6) 2 (1855) 10 (1921) 7) 1 42 9 5 43 5 13 2 4 1 5 2 5 II 8) 75 9) 75 75 1 5 42 9 19 23 6 42 10 18 21 7 42 11 23 27 8 42 12 18 19 9 43 1) I IV I II III 19 (1944) 2) IV I II III 3) I II II II 42 I II 42 (1909) 44 (1911) 4) 42 (1909)5 41 15 2002 42 3 5) 6) 2 (1855) 10 (1921) 7) 1 42 9 5 43 5 13 2 4 1 5 2 5 II 8) 75 9) 75 75 1 5 42 9 19

More information

Web Basic Web SAS-2 Web SAS-2 i

Web Basic Web SAS-2 Web SAS-2 i 19 Development of moving image delivery system for elementary school 1080337 2008 3 10 Web Basic Web SAS-2 Web SAS-2 i Abstract Development of moving image delivery system for elementary school Ayuko INOUE

More information

* + Cable TV that is closely related to regional societies : Its e#ects on a community A case observed in Yonezawa City Naoko OTANI Akihiko SHIMAZAKI +, +, - - +, -. +, / * +,+ +0,**/ 55 ..-, (,**0 ) +

More information

DEIM Forum 2009 E

DEIM Forum 2009 E DEIM Forum 2009 E5-3 464-8601 1 606-8501 464 8601 1 E-mail: lifushi@arch.itc.nagoya-u.ac.jp, mayumi@mm.media.kyoto-u.ac.jp, {hirano,kajita,mase}@itc.nagoya-u.ac.jp Abstract Study on a Recipe Recommendation

More information

IT,, i

IT,, i 22 Retrieval support system using bookmarks that are shared in an organization 1110250 2011 3 17 IT,, i Abstract Retrieval support system using bookmarks that are shared in an organization Yoshihiko Komaki

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

10 2000 11 11 48 ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) CU-SeeMe NetMeeting Phoenix mini SeeMe Integrated Services Digital Network 64kbps 16kbps 128kbps 384kbps

More information

7,, i

7,, i 23 Research of the authentication method on the two dimensional code 1145111 2012 2 13 7,, i Abstract Research of the authentication method on the two dimensional code Karita Koichiro Recently, the two

More information

Vol. 28 No. 2 Apr. 2011 173 1. 1 Web Twitter/Facebook UI 4 1. 2. 3. 4. Twitter Web Twitter/Facebook e.g., Web Web UI 1 2 SNS 1, 2 2

Vol. 28 No. 2 Apr. 2011 173 1. 1 Web Twitter/Facebook UI 4 1. 2. 3. 4. Twitter Web Twitter/Facebook e.g., Web Web UI 1 2 SNS 1, 2 2 172 SNS Web Web As social web sites such as blog and SNS(Social Network System) became popular, many people have communicated with their friends on the Web. Meanwhile, several problems of social web sites

More information

Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Social Networking

Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Social Networking 23 An attribute expression of the virtual window system communicators 1120265 2012 3 1 Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual

More information

SNS ( ) SNS(Social Networking Service) SNS SNS i

SNS ( ) SNS(Social Networking Service) SNS SNS i 22 SNS Job-Hunting Activities situation Understanding Support System Using SNS 1110252 2011 03 01 SNS ( ) SNS(Social Networking Service) SNS SNS i Abstract Job-Hunting Activities situation Understanding

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

1 Web Web 1,,,, Web, Web : - i -

1 Web Web 1,,,, Web, Web : - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN A ( ) Group Name GroupA (System) /Project No.

More information

A B C B C ICT ICT ITC ICT

A B C B C ICT ICT ITC ICT ICT Development of curriculum for improving of teachers ICT based on evaluation standards. Kazuhiko ISHIHARA Abstract Ministry of Education and Science announced Checklist of teacher s ICT in March,. All

More information

ÿþ

ÿþ Abstract The aim of this paper is to describe 1. how media, especially mobile phones, have been utilized in childrearing practices, and 2. how the process of adoption influences the placement of techno-social

More information

Kyushu Communication Studies 第2号

Kyushu Communication Studies 第2号 Kyushu Communication Studies. 2004. 2:1-11 2004 How College Students Use and Perceive Pictographs in Cell Phone E-mail Messages IGARASHI Noriko (Niigata University of Health and Welfare) ITOI Emi (Bunkyo

More information

24 No. 34 (2013) 1. SNS 25 1 24 9,652 79.5% 13 49 94% 97% 1 2012 2 twitter Facebook mixi Blog GREE mobage SNS 10 85.1% 57.3% 31.4% 7.9% 23 16.2% 4.2%

24 No. 34 (2013) 1. SNS 25 1 24 9,652 79.5% 13 49 94% 97% 1 2012 2 twitter Facebook mixi Blog GREE mobage SNS 10 85.1% 57.3% 31.4% 7.9% 23 16.2% 4.2% 23 Twitter A well - known novelist started using social media a case of TSUBASA by Kazufumi Shiraishi Taichi Sakuraba School of Commerce, School of Letters, Senshu University Social media ex.facebook and

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

,,.,,., II,,,.,,.,.,,,.,,,.,, II i

,,.,,., II,,,.,,.,.,,,.,,,.,, II i 12 Load Dispersion Methods in Thin Client Systems 1010405 2001 2 5 ,,.,,., II,,,.,,.,.,,,.,,,.,, II i Abstract Load Dispersion Methods in Thin Client Systems Noritaka TAKEUCHI Server Based Computing by

More information

Vol. 48 No. 3 Mar PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Indus

Vol. 48 No. 3 Mar PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Indus Vol. 48 No. 3 Mar. 2007 PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Industry Collaboration Yoshiaki Matsuzawa and Hajime Ohiwa

More information

NINJAL Research Papers No.14

NINJAL Research Papers No.14 (NINJAL Research Papers) 14: 169 192 (2018) ISSN: 2186-134X print/2186-1358 online 169 LINE a b c d a b c d SNS LINE 20 30 LINE LINE 2 LINE 2 10 ab c LINE LINE * LINE 1. 2017 * 170 14: 169 192 (2018) SNS

More information

日本語教育紀要 7/pdf用 表紙

日本語教育紀要 7/pdf用 表紙 JF JF NC JF JF NC peer JF Can-do JF JF http : // jfstandard.jpjf Can-doCommon European Framework of Reference for Languages : learning, teaching,assessment CEFR AABBCC CEFR ABB A A B B B B Can-do CEFR

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

fiš„v5.dvi

fiš„v5.dvi (2001) 49 2 293 303 VRML 1 2 3 2001 4 12 2001 10 16 Web Java VRML (Virtual Reality Modeling Language) VRML Web VRML VRML VRML VRML Web VRML VRML, 3D 1. WWW (World Wide Web) WWW Mittag (2000) Web CGI Java

More information

3_39.dvi

3_39.dvi Vol. 49 No. 3 Mar. 2008 Web 1 2 PC Web Web Windows Web Access Watchdog Systems for Children Protection Tatsumi Ueda 1 and Yoshiaki Takai 2 For today s children, the Internet is one of the most familiar

More information

paper.dvi

paper.dvi 28 Confined Decoding System for Medical Data Distributed by Secret Sharing Scheme and Its Security Evaluation 1195046 2017 3 6 DMAT i Abstract Confined Decoding System for Medical Data Distributed by Secret

More information

(a) (b) 1 JavaScript Web Web Web CGI Web Web JavaScript Web mixi facebook SNS Web URL ID Web 1 JavaScript Web 1(a) 1(b) JavaScript & Web Web Web Webji

(a) (b) 1 JavaScript Web Web Web CGI Web Web JavaScript Web mixi facebook SNS Web URL ID Web 1 JavaScript Web 1(a) 1(b) JavaScript & Web Web Web Webji Webjig Web 1 1 1 1 Webjig / Web Web Web Web Web / Web Webjig Web DOM Web Webjig / Web Web Webjig: a visualization tool for analyzing user behaviors in dynamic web sites Mikio Kiura, 1 Masao Ohira, 1 Hidetake

More information

untitled

untitled 16 1201123 2005 1 31 Support system for memorizing by Advisor: Kazushi Mukaiyama Department of Media Architecture Future University - Hakodate January 2005 Abstract Memory is important for us to become

More information

21 A contents organization method for information sharing systems

21 A contents organization method for information sharing systems 21 A contents organization method for information sharing systems 1125140 2010 3 4 IT i Abstract A contents organization method for information sharing systems Aoki, Wataru Organizations to share information,

More information

2 : Open Clip Art Library [4] 2 3 4 5 6 2. 2 2. 1 Microsoft Office PowerPoint Web PowerPoint 2 Yahoo! Web [5] SlideShare 2. 1. 1 Yahoo! Web Yahoo! Web

2 : Open Clip Art Library [4] 2 3 4 5 6 2. 2 2. 1 Microsoft Office PowerPoint Web PowerPoint 2 Yahoo! Web [5] SlideShare 2. 1. 1 Yahoo! Web Yahoo! Web DEWS2008 E4-4 606-8501 E-mail: {hsato,oyama,tanaka}@dl.kuis.kyoto-u.ac.jp.. Supporting the Selection of Images Based on Referential Semantics from Surrounding Information of the Image in Presentation Files

More information

25 About what prevent spoofing of misusing a session information

25 About what prevent spoofing of misusing a session information 25 About what prevent spoofing of misusing a session information 1140349 2014 2 28 Web Web [1]. [2] SAS-2(Simple And Secure password authentication protocol, ver.2)[3] SAS-2 i Abstract About what prevent

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

Sport and the Media: The Close Relationship between Sport and Broadcasting SUDO, Haruo1) Abstract This report tries to demonstrate the relationship be

Sport and the Media: The Close Relationship between Sport and Broadcasting SUDO, Haruo1) Abstract This report tries to demonstrate the relationship be Sport and the Media: The Close Relationship between Sport and Broadcasting SUDO, Haruo1) Abstract This report tries to demonstrate the relationship between broadcasting and sport (major sport and professional

More information

卒業論文はMS-Word により作成して下さい

卒業論文はMS-Word により作成して下さい () 2007 2006 KO-MA KO-MA 2006 6 2007 6 KO-MA KO-MA 256 :117:139 8 40 i 23 50 2008 3 8 NPO 7 KO-MA( KO-MA ) 1) (1945-) KO-MA KO-MA AD 2007 1 29 2007 6 13 20 KO-MA 2006 6 KO-MA KO-MA ii KJ 11 KO-MA iii KO-MA

More information

1. 1 DBMS Unix (USP ) ( )[3] 20 UNIX [2] KISS UNIX 1. 2 (Tukubai ) Unix OS Unix USP Tukubai Tukubai 1. 3 Unix SQL Tukubai usp Tukubai Open usp Tukubai

1. 1 DBMS Unix (USP ) ( )[3] 20 UNIX [2] KISS UNIX 1. 2 (Tukubai ) Unix OS Unix USP Tukubai Tukubai 1. 3 Unix SQL Tukubai usp Tukubai Open usp Tukubai 34 (2017 ) Unix UNIX 20 RDBMS RDBMS Java Unix Unix Unix Unicage is a system development method based on UNIX philosophy and has been applied on business system integration for 20 years. In these days,

More information

IPSJ SIG Technical Report Vol.2011-DBS-153 No /11/3 Wikipedia Wikipedia Wikipedia Extracting Difference Information from Multilingual Wiki

IPSJ SIG Technical Report Vol.2011-DBS-153 No /11/3 Wikipedia Wikipedia Wikipedia Extracting Difference Information from Multilingual Wiki Wikipedia 1 2 3 Wikipedia Wikipedia Extracting Difference Information from Multilingual Wikipedia Yuya Fujiwara, 1 Yu Suzuki 2 and Akiyo Nadamoto 3 There are multilingual articles on the Wikipedia. The

More information

24 Region-Based Image Retrieval using Fuzzy Clustering

24 Region-Based Image Retrieval using Fuzzy Clustering 24 Region-Based Image Retrieval using Fuzzy Clustering 1130323 2013 3 9 Visual-key Image Retrieval(VKIR) k-means Fuzzy C-means 2 200 2 2 20 VKIR 5 18% 54% 7 30 Fuzzy C-means i Abstract Region-Based Image

More information

_bodik.key

_bodik.key RDF Gnavi() WWW 4 www Resource Description Framework rdfs:type schema:website http://city.fukuoka.lg.jp schema:about schema:lastreviewed rdfs:label db:fukuoka "2015-2-1"^^xsd:date rdfs:label

More information

HP cafe HP of A A B of C C Map on N th Floor coupon A cafe coupon B Poster A Poster A Poster B Poster B Case 1 Show HP of each company on a user scree

HP cafe HP of A A B of C C Map on N th Floor coupon A cafe coupon B Poster A Poster A Poster B Poster B Case 1 Show HP of each company on a user scree LAN 1 2 3 2 LAN WiFiTag WiFiTag LAN LAN 100% WiFi Tag An Improved Determination Method with Multiple Access Points for Relative Position Estimation Using Wireless LAN Abstract: We have proposed a WiFiTag

More information

16_.....E...._.I.v2006

16_.....E...._.I.v2006 55 1 18 Bull. Nara Univ. Educ., Vol. 55, No.1 (Cult. & Soc.), 2006 165 2002 * 18 Collaboration Between a School Athletic Club and a Community Sports Club A Case Study of SOLESTRELLA NARA 2002 Rie TAKAMURA

More information

Powered by TCPDF ( Title 地理情報科学を用いた外国人観光客向け観光防災地図と政策提案 : 鎌倉市をケーススタディーとして Sub Title Geographical Information Science in tourism/evacuatio

Powered by TCPDF (  Title 地理情報科学を用いた外国人観光客向け観光防災地図と政策提案 : 鎌倉市をケーススタディーとして Sub Title Geographical Information Science in tourism/evacuatio Powered by TCPDF (www.tcpdf.org) Title 地理情報科学を用いた外国人観光客向け観光防災地図と政策提案 : 鎌倉市をケーススタディーとして Sub Title Geographical Information Science in tourism/evacuation map for foreign visitors and its policy implication

More information

PC PDA SMTP/POP3 1 POP3 SMTP MUA MUA MUA i

PC PDA SMTP/POP3 1 POP3 SMTP MUA MUA MUA i 21 The private mailers synchronization operation for plural terminals 1125083 2010 3 1 PC PDA SMTP/POP3 1 POP3 SMTP MUA MUA MUA i Abstract The private mailers synchronization operation for plural terminals

More information

2 10 The Bulletin of Meiji University of Integrative Medicine 1,2 II 1 Web PubMed elbow pain baseball elbow little leaguer s elbow acupun

2 10 The Bulletin of Meiji University of Integrative Medicine 1,2 II 1 Web PubMed elbow pain baseball elbow little leaguer s elbow acupun 10 1-14 2014 1 2 3 4 2 1 2 3 4 Web PubMed elbow pain baseball elbow little leaguer s elbow acupuncture electric acupuncture 2003 2012 10 39 32 Web PubMed Key words growth stage elbow pain baseball elbow

More information

Web ( ) [1] Web Shibboleth SSO Web SSO Web Web Shibboleth SAML IdP(Identity Provider) Web Web (SP:ServiceProvider) ( ) IdP Web Web MRA(Mail Retrieval

Web ( ) [1] Web Shibboleth SSO Web SSO Web Web Shibboleth SAML IdP(Identity Provider) Web Web (SP:ServiceProvider) ( ) IdP Web Web MRA(Mail Retrieval SAML PAM SSO Web 1,a) 1 1 1 Shibboleth SAML Web IMAPS Web SAML PAM IMAPS SSO Web Shibboleth Web SSO, Shibboleth, SAML, Web, Web-based mail system with SSO authentication through SAML supporting PAM Makoto

More information

Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS Aug. 19, 2005 NII p. 2/32

Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS Aug. 19, 2005 NII p. 2/32 CAS Single Sign On naito@math.nagoya-u.ac.jp naito@math.nagoya-u.ac.jp, Aug. 19, 2005 NII p. 1/32 Plan of Talk CAS CAS 2 CAS Single Sign On CAS CAS 2 CAS naito@math.nagoya-u.ac.jp, Aug. 19, 2005 NII p.

More information

NextWebBtoB_BtoC _suwa.pdf

NextWebBtoB_BtoC _suwa.pdf twitter ID: suwaws 29.3 Billion$ GAAP:8.5 Billion$ 2010 Google :7,200 HONDA : 5,340 NTT : 5,096 docomo : 4,904 mitsubishi corp. : 4,631 TOYOTA : 4,081 On the Internet, nobody knows you're

More information

untitled

untitled -1- -2- -3- -4- -5- OPERATION 44.4% 20.4% 14.8% 20.4% RECEIVING OPERATION CALLING OTHERS -6- (Evaluation) (Synthesis) (Analysis) (Application) (Comprehension) (Knowledge) -7- Level 3 Level 2 Level 1 Level

More information

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System naito@math.nagoya-u.ac.jp to@math.nagoya-u.ac.jp, Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF a m

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF   a m Vol.55 No.1 2 15 (Jan. 2014) 1,a) 2,3,b) 4,3,c) 3,d) 2013 3 18, 2013 10 9 saccess 1 1 saccess saccess Design and Implementation of an Online Tool for Database Education Hiroyuki Nagataki 1,a) Yoshiaki

More information

,,,, : - i -

,,,, : - i - 2017 Future University Hakodate 2017 System Information Science Practice Group Report Project Name Manga engineering Group Name Literacy Manga /Project No. 19 /Project Leader 1015131 Kiyomasa Murakami

More information

DOUSHISYA-sports_R12339(高解像度).pdf

DOUSHISYA-sports_R12339(高解像度).pdf Doshisha Journal of Health & Sports Science, 4, 41-50 2012 41 A Case Study of the Comprehensive community sports clubs that People with Disability Participate in. Motoaki Fujita In this study, the interview

More information

Abstract Journal of Agricultural Science 2

Abstract Journal of Agricultural Science 2 Cambridge Journals Online Cambridge University Press 2003 1 Cambridge University Press URL: http://www.journals.cambridge.org/ Cambridge Journal Online My CJO Browse Journals Subscribed Journals Subscribed

More information

最近の選挙キャンペーンの動向

最近の選挙キャンペーンの動向 No27 2003 7 Abstract This research paper is empirical research of the interest group's ability to gather votes. This research is attempted through the use of newspaper articles and empirical documents.

More information

SNS 2 Public SNS Mixi Twitter Facebook LINE 4 SNS 5 Public SNS Private SNS 2 SNS 2.1 SNS Public SNS Mixi Twitter Facebook LINE MixChannel TwitCasting

SNS 2 Public SNS Mixi Twitter Facebook LINE 4 SNS 5 Public SNS Private SNS 2 SNS 2.1 SNS Public SNS Mixi Twitter Facebook LINE MixChannel TwitCasting 28 SNS 2 On Private SNS 2 Kumiko Komatsu, Hideo Nakano SNS Private SNS OpenPNE SNS Private SNS SNS SNS Abstract In our previous report, we have surveyed SNS, explained private SNS and introduced OpenPNE

More information

クレジットカードの利用に関する一考察―JGSS-2005の分析から―

クレジットカードの利用に関する一考察―JGSS-2005の分析から― 日本版 General Social Surveys 研究論文集 [6] JGSS で見た日本人の意識と行動 JGSS Research Series No.3 JGSS-2005 A Study of the use of credit cards: From the Data of JGSS-2005 Yoko MATSUZAWA Graduate School of Letters Kyoto

More information

ODA NGO NGO JICA JICA NGO JICA JBIC SCP

ODA NGO NGO JICA JICA NGO JICA JBIC SCP ODA NGO NGO JICA JICA NGO JICA JBIC SCP - - NGO NGO NGO NGO NGO NGO Roger A Hart - Potuvil UGM UGM APU NGO APU APU NGO APU NGO NGO APU APU Matara NGO ODA NGO ODA http://www.jica.go.jp/partner/college/index.html#partnership

More information

56

56 56 55 8.52010 1000 3500 2000 2000140 1902 1993 1953 2011 20012010 55 2008:99 1 4 1995 12 1949 1984 3 55 2008 1 2 3 3 1 2 3 123 19961998a1998b2001 19961998a1998b 2001 600 420 1947 2 2010 2 2.470 422 17

More information

ABSTRACT The "After War Phenomena" of the Japanese Literature after the War: Has It Really Come to an End? When we consider past theses concerning criticism and arguments about the theme of "Japanese Literature

More information

emarketer SNS / SNS 2009 SNS 15 64

emarketer SNS / SNS 2009 SNS 15 64 Relationship of Creative Thinking and Feeling Shared Communication by Social media MORISAWA Yukihiro Social media has been shared content that is created by the CGM (consumer generated media) via the Internet.

More information

1_26.dvi

1_26.dvi C3PV 1,a) 2,b) 2,c) 3,d) 1,e) 2012 4 20, 2012 10 10 C3PV C3PV C3PV 1 Java C3PV 45 38 84% Programming Process Visualization for Supporting Students in Programming Exercise Hiroshi Igaki 1,a) Shun Saito

More information

- June 0 0

- June 0 0 0 0 0 0 0 0 0 0 - June 0 0 0 - June 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - June 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Yes 0 0 0 0 0 0 0 0 0 0 0 0 0 A 0

More information

雇用不安時代における女性の高学歴化と結婚タイミング-JGSSデータによる検証-

雇用不安時代における女性の高学歴化と結婚タイミング-JGSSデータによる検証- 日 本 版 General Social Surveys 研 究 論 文 集 [6] JGSS で 見 た 日 本 人 の 意 識 と 行 動 JGSS Research Series No.3 JGSS Women s Higher Education and Marriage Timing in an era of employment uncertainty Yuko NOZAKI Graduate

More information

評論・社会科学 84号(よこ)(P)/3.金子

評論・社会科学 84号(よこ)(P)/3.金子 1 1 1 23 2 3 3 4 3 5 CP 1 CP 3 1 1 6 2 CP OS Windows Mac Mac Windows SafariWindows Internet Explorer 3 1 1 CP 2 2. 1 1CP MacProMacOS 10.4.7. 9177 J/A 20 2 Epson GT X 900 Canon ip 4300 Fujifilm FinePix

More information

DEIM Forum 2009 C8-4 QA NTT QA QA QA 2 QA Abstract Questions Recomme

DEIM Forum 2009 C8-4 QA NTT QA QA QA 2 QA Abstract Questions Recomme DEIM Forum 2009 C8-4 QA NTT 239 0847 1 1 E-mail: {kabutoya.yutaka,kawashima.harumi,fujimura.ko}@lab.ntt.co.jp QA QA QA 2 QA Abstract Questions Recommendation Based on Evolution Patterns of a QA Community

More information

2 2 1 2 1 2 1 2 2 Web Web Web Web 1 1,,,,,, Web, Web - i -

2 2 1 2 1 2 1 2 2 Web Web Web Web 1 1,,,,,, Web, Web - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN C (PR ) Group Name GroupC (PR) /Project No.

More information

WebRTC P2P,. Web,. WebRTC. WebRTC, P2P, i

WebRTC P2P,. Web,. WebRTC. WebRTC, P2P, i 28 WebRTC Design of multi-platform file sharing system using WebRTC 1170336 2017 2 28 WebRTC P2P,. Web,. WebRTC. WebRTC, P2P, i Abstract Design of multi-platform file sharing system using WebRTC Harumi

More information

fiš„v3.dvi

fiš„v3.dvi (2001) 49 2 261 275 Web 1 1 2001 2 21 2001 4 26 Windows OS Web Windows OS, DELPHI, 1. Windows OS. DELPHI Web DELPHI ALGOL PASCAL VISUAL BASIC C++ JAVA DELPHI Windows OS Linux OS KyLix Mac OS (ver 10) JAVA

More information

189 2015 1 80

189 2015 1 80 189 2015 1 A Design and Implementation of the Digital Annotation Basis on an Image Resource for a Touch Operation TSUDA Mitsuhiro 79 189 2015 1 80 81 189 2015 1 82 83 189 2015 1 84 85 189 2015 1 86 87

More information

<834A8358835E837D83438359837D836A83858341838B2D30312E6169>

<834A8358835E837D83438359837D836A83858341838B2D30312E6169> 01 1 2 3 4 02 03 1 2 3 4 5 6 7 8 9 10 11 12 13 1 2 3 4 5 6 7 8 9 10 11 12 13 04 1 2 1 2 3 3 05 06 01 02 03 04 01 02 03 04 05 SITE Web Site Welcome to my home page. SITE Web Site Welcome to my home page.

More information

08-特集04.indd

08-特集04.indd 5 2 Journal of Multimedia Aided Education Research 2008, Vol. 5, No. 2, 3543 ICT ICT ICT 2 ICT ICT 1100 2008 ICT ICT 2007 ICT ICT ICT ICT IPtalk2008 2006 LAN TCP/IP 1 35 5 22008 1 Enter 1 IPtalk 2 2 2IPtalk

More information

( )

( ) NAIST-IS-MT0851100 2010 2 4 ( ) CR CR CR 1980 90 CR Kerberos SSH CR CR CR CR CR CR,,, ID, NAIST-IS- MT0851100, 2010 2 4. i On the Key Management Policy of Challenge Response Authentication Schemes Toshiya

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 SSO Authorization 1,3, 2,3, 2, 2,3 1 2 3 Central Authentication and Authorization Service (CAS 2 ) Web Application Single Sign On Authorization CAS 2 SSO/AuthZ Jan. 30 2007, p. 1/40 Plan of Talk

More information

SFCJ2-安村

SFCJ2-安村 Communication and Interaction Michiaki Yasumura / Professor, Faculty of Environmental Information, Keio University From the beginning, communication is an action or process conducted by human to human.

More information

経済論集 45‐1(よこ)(P)☆/2.李

経済論集 45‐1(よこ)(P)☆/2.李 VOCA Ho alauna VOCA Ho alauna Tablet 1 VOCA 1 4 2 3 3 http : //ja.wikipedia.org/wiki/ 1 VOCA VOCA 4 A 5 7 SD 40 9 USJ 21 9 B 5 1 120 4 CM C 3 D 10 VOCA 5 PDA PDA PDA VOCA 2 Ho alauna 3 3 70 11 Neil Scott

More information

07_太田美帆.indd

07_太田美帆.indd 54 2013 pp. 167 190 2011 3 11 1 2 8 2014 1 6 167 54 133 2 2011 3 11 3 4 5 3 / 168 3 2013 11 133 NPO 6 PBV PBV 0 3 2012 3157 1 501076 99 11,427 PBV 67,991 7 254 1 PBV PBV PBV PBV 2011 2011 2012 5 5 6,695

More information

fiš„v8.dvi

fiš„v8.dvi (2001) 49 2 333 343 Java Jasp 1 2 3 4 2001 4 13 2001 9 17 Java Jasp (JAva based Statistical Processor) Jasp Jasp. Java. 1. Jasp CPU 1 106 8569 4 6 7; fuji@ism.ac.jp 2 106 8569 4 6 7; nakanoj@ism.ac.jp

More information

ISSN NII Technical Report Patent application and industry-university cooperation: Analysis of joint applications for patent in the Universit

ISSN NII Technical Report Patent application and industry-university cooperation: Analysis of joint applications for patent in the Universit ISSN 1346-5597 NII Technical Report Patent application and industry-university cooperation: Analysis of joint applications for patent in the University of Tokyo Morio SHIBAYAMA, Masaharu YANO, Kiminori

More information

Vol.54 No (Mar. 2013) 1,a) , A Case Study of the Publication of Information on the Japan Earthquake Naoto Matsumoto 1,a

Vol.54 No (Mar. 2013) 1,a) , A Case Study of the Publication of Information on the Japan Earthquake Naoto Matsumoto 1,a 1,a) 2012 6 1, 2012 12 20 A Case Study of the Publication of Information on the Japan Earthquake Naoto Matsumoto 1,a) Received: June 1, 2012, Accepted: December 20, 2012 Abstract: On the disasters, the

More information

浜松医科大学紀要

浜松医科大学紀要 On the Statistical Bias Found in the Horse Racing Data (1) Akio NODA Mathematics Abstract: The purpose of the present paper is to report what type of statistical bias the author has found in the horse

More information

08_中嶋真美.indd

08_中嶋真美.indd 56 2015 pp. 175 190 CBT CBT CBT UNWTO 2015 2013 10 2015 11 3,300 2010 2030 3.3 2030 182014 1 2,450 GDP 9 2016 1 30 175 56 UNESCO 2010 Living Heritage Cultural Landscape Community-Based Tourism 2002UNWTO

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

THE JAPANESE JOURNAL OF PERSONALITY 2007, Vol. 15 No. 2, 217–227

THE JAPANESE JOURNAL OF PERSONALITY 2007, Vol. 15 No. 2, 217–227 2007 15 2 217 227 2007 1 2 445 238 207 1 7 7 (2005) (2005) (2006a) 2006a (2004) (assumed-competence) 218 15 2 1 2005 2004 (2004) (2004) (2004) 16PF (2006) 4 Hayamizu, 2002 2006a (2006a) 1 Hayamizu, Kino,

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

21 Quantum calculator simulator based on reversible operation

21 Quantum calculator simulator based on reversible operation 21 Quantum calculator simulator based on reversible operation 1100366 2010 3 1 i Abstract Quantum calculator simulator based on reversible operation Ryota Yoshimura Quantum computation is the novel computational

More information

) 2) , , ) 1 2 Q1 / Q2 Q Q4 /// Q5 Q6 3,4 Q7 5, Q8 HP Q9 Q10 13 Q11

) 2) , , ) 1 2 Q1 / Q2 Q Q4 /// Q5 Q6 3,4 Q7 5, Q8 HP Q9 Q10 13 Q11 2009 0612001. 1) 2) 2 2009 3 2009 8, 10 1 3, 12 50 4) 1 2 Q1 / Q2 Q3 910203040 5060708090 Q4 /// Q5 Q6 3,4 Q7 5,6711 123 4 Q8 HP Q9 Q10 13 Q11 , A 5 2 3 3 3 3 3 2 8 5 3 3 4 A C B 1 1 KJ 1 9 1 12 12 15

More information

840 Geographical Review of Japan 73A-12 835-854 2000 The Mechanism of Household Reproduction in the Fishing Community on Oro Island Masakazu YAMAUCHI (Graduate Student, Tokyo University) This

More information

IT i

IT i 27 The automatic extract of know-how search tag using a thesaurus 1160374 2016 2 26 IT i Abstract The automatic extract of know-how search tag using a thesaurus In recent years, a number of organizational

More information