"양현지.lst"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
(빈 문서를 만듦) |
|||
(같은 사용자의 중간 판 12개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
+ | <pre> | ||
+ | #Project | ||
+ | 네트워크 그래프 실습 | ||
+ | |||
+ | #Class | ||
+ | 사람 blue circle | ||
+ | 동물 red box | ||
+ | 음식 green star | ||
+ | |||
+ | #Relation | ||
+ | likes 좋아한다 arrow 3 | ||
+ | loves 사랑한다 moving-arrows 3 | ||
+ | isCloseTo 친하다 both 3 | ||
+ | brews 빚는다 arrow 3 | ||
+ | |||
+ | #Nodes | ||
+ | 001 사람 철수 null http://dh.aks.ac.kr/~jisun/images/철수.png | ||
+ | 002 사람 영희 null http://dh.aks.ac.kr/~jisun/images/영이.png | ||
+ | 003 동물 몽실 null http://dh.aks.ac.kr/~jisun/images/몽실.png | ||
+ | 004 음식 아이스_아메리카노 null http://dh.aks.ac.kr/~jisun/images/아아메.png | ||
+ | 005 음식 아이스크림 null http://dh.aks.ac.kr/~jisun/images/아이스크림.png | ||
+ | 006 음식 탁주 null http://dh.aks.ac.kr/~jisun/images/%ED%83%81%EC%A3%BC.png | ||
+ | 007 음식 맥주 null http://dh.aks.ac.kr/~jisun/images/%EB%A7%A5%EC%A3%BC.png | ||
+ | 008 동물 냥이 null http://dh.aks.ac.kr/~jisun/images/%EB%83%A5%EC%9D%B4.png | ||
+ | |||
+ | #Links | ||
+ | 001 005 likes | ||
+ | 002 004 likes | ||
+ | 002 003 isCloseTo | ||
+ | 001 002 loves | ||
+ | 001 008 isCloseTo | ||
+ | 002 006 brews | ||
+ | 001 007 brews | ||
+ | |||
+ | #End | ||
+ | </pre> | ||
+ | |||
+ | ==Visualization== | ||
+ | {{NetworkGraph|title=양현지.lst}} | ||
+ | |||
+ | [[분류:Network Graph Script]] | ||
+ | [[분류:2022 디지털인문학교육워크샵]] |
2022년 2월 9일 (수) 17:19 기준 최신판
#Project 네트워크 그래프 실습 #Class 사람 blue circle 동물 red box 음식 green star #Relation likes 좋아한다 arrow 3 loves 사랑한다 moving-arrows 3 isCloseTo 친하다 both 3 brews 빚는다 arrow 3 #Nodes 001 사람 철수 null http://dh.aks.ac.kr/~jisun/images/철수.png 002 사람 영희 null http://dh.aks.ac.kr/~jisun/images/영이.png 003 동물 몽실 null http://dh.aks.ac.kr/~jisun/images/몽실.png 004 음식 아이스_아메리카노 null http://dh.aks.ac.kr/~jisun/images/아아메.png 005 음식 아이스크림 null http://dh.aks.ac.kr/~jisun/images/아이스크림.png 006 음식 탁주 null http://dh.aks.ac.kr/~jisun/images/%ED%83%81%EC%A3%BC.png 007 음식 맥주 null http://dh.aks.ac.kr/~jisun/images/%EB%A7%A5%EC%A3%BC.png 008 동물 냥이 null http://dh.aks.ac.kr/~jisun/images/%EB%83%A5%EC%9D%B4.png #Links 001 005 likes 002 004 likes 002 003 isCloseTo 001 002 loves 001 008 isCloseTo 002 006 brews 001 007 brews #End
Visualization