"김진혁.lst"의 두 판 사이의 차이

workshop
둘러보기로 가기 검색하러 가기
 
(같은 사용자의 중간 판 9개는 보이지 않습니다)
9번째 줄: 9번째 줄:
  
 
#Relation
 
#Relation
likes 좋아한다 arrow
+
likes 좋아한다 arrow 1
loves 사랑한다 moving-arrows
+
loves 사랑한다 moving-arrows 2
isCloseTo 친하다 both
+
isCloseTo 친하다 both 3
 +
brews 빚는다 arrow 3
  
 
#Nodes
 
#Nodes
001    사람    철수           null                                                 http://dh.aks.ac.kr/~jisun/images/철수.png        0
+
001    사람    철수           null                                                 http://dh.aks.ac.kr/~jisun/images/철수.png        1
002    사람    영이           null                                                 http://dh.aks.ac.kr/~jisun/images/영이.png        0
+
002    사람    영이           null                                                 http://dh.aks.ac.kr/~jisun/images/영이.png        1
003    동물    몽실              http://dh.aks.ac.kr/workshop/index.php/귀여운_몽실    http://dh.aks.ac.kr/~jisun/images/몽실.png        0
+
003    동물    몽실              http://dh.aks.ac.kr/workshop/index.php/귀여운_몽실    http://dh.aks.ac.kr/~jisun/images/몽실.png        1
 
004    음식    아이스_아메리카노 https://ko.wikipedia.org/wiki/카페_아메리카노          http://dh.aks.ac.kr/~jisun/images/아아메.png      1
 
004    음식    아이스_아메리카노 https://ko.wikipedia.org/wiki/카페_아메리카노          http://dh.aks.ac.kr/~jisun/images/아아메.png      1
005    음식    아이스크림   null                                                 http://dh.aks.ac.kr/~jisun/images/아이스크림.png  1  
+
005    음식    아이스크림   null http://dh.aks.ac.kr/~jisun/images/아이스크림.png  1
 +
006    음식    탁주 null http://dh.aks.ac.kr/~jisun/images/탁주.png 1
 +
007    음식    맥주 null http://dh.aks.ac.kr/~jisun/images/맥주.png 1  
 +
008    동물    냥이 null http://dh.aks.ac.kr/~jisun/images/냥이.png 1
 +
 
  
 
#Links
 
#Links
25번째 줄: 30번째 줄:
 
002 003 isCloseTo
 
002 003 isCloseTo
 
001 002 loves
 
001 002 loves
 +
001    008    isCloseTo
 +
002    006    brews
 +
001    007    brews
  
 
#End
 
#End
 
</pre>
 
</pre>
  
==Visualization==
+
==Visualization1==
 
{{NetworkGraph | title=김진혁.lst}}
 
{{NetworkGraph | title=김진혁.lst}}
 +
  
 
[[분류:Network Graph Script]]
 
[[분류:Network Graph Script]]
 
[[분류:2022 디지털인문학교육워크샵]]
 
[[분류:2022 디지털인문학교육워크샵]]

2022년 2월 9일 (수) 17:25 기준 최신판

#Project
오늘의 실습

#Class
사람 blue circle
동물 red box
음식 green star

#Relation
likes	좋아한다 arrow 1
loves	사랑한다 moving-arrows 2
isCloseTo	친하다	both 3
brews 빚는다 arrow 3

#Nodes
001     사람    철수	          null	                                                 http://dh.aks.ac.kr/~jisun/images/철수.png        1
002     사람    영이	          null	                                                 http://dh.aks.ac.kr/~jisun/images/영이.png        1
003     동물    몽실              http://dh.aks.ac.kr/workshop/index.php/귀여운_몽실     http://dh.aks.ac.kr/~jisun/images/몽실.png        1
004     음식    아이스_아메리카노 https://ko.wikipedia.org/wiki/카페_아메리카노          http://dh.aks.ac.kr/~jisun/images/아아메.png      1
005     음식    아이스크림	  null	http://dh.aks.ac.kr/~jisun/images/아이스크림.png  1
006     음식    탁주 null http://dh.aks.ac.kr/~jisun/images/탁주.png 1
007     음식    맥주 null http://dh.aks.ac.kr/~jisun/images/맥주.png 1	 
008     동물    냥이 null http://dh.aks.ac.kr/~jisun/images/냥이.png 1


#Links
001	005	likes
002	004	likes
002	003	isCloseTo
001	002	loves
001     008     isCloseTo
002     006     brews
001     007     brews

#End

Visualization1