"조벽암.lst"의 두 판 사이의 차이
North Korea Humanities
김초현(CNU2024) (토론 | 기여) (문서를 비움) (태그: 비우기) |
김초현(CNU2024) (토론 | 기여) |
||
(같은 사용자의 중간 판 3개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
+ | <pre> | ||
+ | #Project | ||
+ | 2024-1BigData과제2 네트워크 그래프 예시 | ||
+ | #Class | ||
+ | Person blue circle | ||
+ | Group violet circle | ||
+ | Institution navy circle | ||
+ | |||
+ | #Relation | ||
+ | isMemberOf A는_B의_구성원이다 sequence 2 | ||
+ | graduates A는_B를_졸업하다 arrow 2 | ||
+ | worksAt A는_B에서_근무하다 arrow 2 | ||
+ | |||
+ | #Nodes | ||
+ | 인물1 Person 조벽암 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1 | ||
+ | 기관1 Institution 경성_제2공립고등보통학교 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 | ||
+ | 기관2 Institution 경성제대 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 | ||
+ | 기관3 Institution 조선프롤레타리아문학동맹 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 | ||
+ | 기관4 Institution 조선문학가동맹 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 | ||
+ | 기관5 Institution 조선작가동맹 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 | ||
+ | 단체1 Group 구인회 null https://dh.aks.ac.kr/~nkh/wiki/images/f/fc/Icon_group.png 1 | ||
+ | |||
+ | #Links | ||
+ | 인물1 단체1 isMemberOf | ||
+ | 인물1 기관1 graduates | ||
+ | 인물1 기관2 graduates | ||
+ | 인물1 기관3 worksAt | ||
+ | 인물1 기관4 worksAt | ||
+ | 인물1 기관5 worksAt | ||
+ | |||
+ | #End | ||
+ | </pre> | ||
+ | |||
+ | ==Visualization== | ||
+ | {{NetworkGraph | title=2024-1BigData과제2.lst}} | ||
+ | |||
+ | [[분류:Network Graph Script]][[분류:2024-1 BigData(SNU)]] |
2024년 6월 13일 (목) 23:35 기준 최신판
#Project 2024-1BigData과제2 네트워크 그래프 예시 #Class Person blue circle Group violet circle Institution navy circle #Relation isMemberOf A는_B의_구성원이다 sequence 2 graduates A는_B를_졸업하다 arrow 2 worksAt A는_B에서_근무하다 arrow 2 #Nodes 인물1 Person 조벽암 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1 기관1 Institution 경성_제2공립고등보통학교 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 기관2 Institution 경성제대 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 기관3 Institution 조선프롤레타리아문학동맹 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 기관4 Institution 조선문학가동맹 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 기관5 Institution 조선작가동맹 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1 단체1 Group 구인회 null https://dh.aks.ac.kr/~nkh/wiki/images/f/fc/Icon_group.png 1 #Links 인물1 단체1 isMemberOf 인물1 기관1 graduates 인물1 기관2 graduates 인물1 기관3 worksAt 인물1 기관4 worksAt 인물1 기관5 worksAt #End
Visualization