"김자언.lst"의 두 판 사이의 차이

workshop
둘러보기로 가기 검색하러 가기
(새 문서: #Project h1 나의 첫번째 네트워크 그래프 #Class 사람 동물 음식 #Relation likes loves isCloseTo #Nodes 001 사람 철수 002 사람 영이 003 동물...)
 
 
(같은 사용자의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 +
<pre>
 +
 
#Project
 
#Project
 
h1 나의 첫번째 네트워크 그래프
 
h1 나의 첫번째 네트워크 그래프
  
 
#Class
 
#Class
사람
+
사람 blue circle
동물
+
동물 red box
음식
+
음식 green ellipse 
  
 
#Relation
 
#Relation
likes
+
likes 좋아한다 arrow            1
loves
+
loves 사랑한다 moving-arrows    2
isCloseTo
+
isCloseTo 친하다 both         3
 +
brews      빚는다      arrow          3
  
 
#Nodes
 
#Nodes
001 사람 철수
+
001 사람 철수   null                                                  http://dh.aks.ac.kr/~jisun/images/철수.png          1
002 사람 영이
+
002 사람 영이   null                                                 http://dh.aks.ac.kr/~jisun/images/영이.png          1
003 동물 몽실          
+
003 동물 몽실             http://dh.aks.ac.kr/workshop/index.php/귀여운_몽실    http://dh.aks.ac.kr/~jisun/images/몽실.png          1
004 음식 아이스_아메리카노                                            
+
004 음식 아이스_아메리카노 https://ko.wikipedia.org/wiki/카페_아메리카노          http://dh.aks.ac.kr/~jisun/images/아아메.png        1                                   
005 음식 아이스크림
+
005 음식 아이스크림   null                                                 http://dh.aks.ac.kr/~jisun/images/아이스크림.png    1
 +
008    동물    냥이              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
 +
 
  
 
#Links
 
#Links
001 005 likes
+
001 005 likes        
002 004 likes
+
002 004 likes      
002 003 isCloseTo
+
002 003 isCloseTo    
001 002 loves
+
001 002 loves  
 +
001    008    isCloseTo         
 +
002    006    brews
 +
001    007    brews
  
 
#End
 
#End
  
 +
</pre>
  
 
==Visualization==
 
==Visualization==
{{NetworkGraph | title=예제.lst}}
+
{{NetworkGraph | title=김자언.lst}}
  
 
[[분류:Network Graph Script]]
 
[[분류:Network Graph Script]]
 
[[분류:2022 디지털인문학교육워크샵]]
 
[[분류:2022 디지털인문학교육워크샵]]

2022년 2월 9일 (수) 16:49 기준 최신판


#Project
h1 나의 첫번째 네트워크 그래프

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

#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 
008     동물    냥이              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


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

#End

Visualization