"Hana.lst"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
(빈 문서를 만듦) |
|||
(같은 사용자의 중간 판 16개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
+ | <pre> | ||
+ | #Project | ||
+ | 오늘의 실습 | ||
+ | #Class | ||
+ | 사람 pink circle | ||
+ | 동물 blue square | ||
+ | 음식 green triangle | ||
+ | |||
+ | #Relation | ||
+ | likes 좋아한다 arrow | ||
+ | loves 사랑한다 moving-arrows | ||
+ | isCloseTo 친하다 both | ||
+ | brews 빚는다 arrow | ||
+ | |||
+ | #Nodes | ||
+ | 001 사람 철수 null http://dh.aks.ac.kr/Encyves/Graph/icons/photographer.png | ||
+ | 002 사람 영이 null http://dh.aks.ac.kr/Encyves/Graph/icons/artist.png | ||
+ | 003 동물 몽실 null http://dh.aks.ac.kr/Encyves/Graph/icons/ashoka_king.png | ||
+ | 004 음식 아이스_아메리카노 null http://dh.aks.ac.kr/Encyves/Graph/icons/5000.png | ||
+ | 005 음식 아이스크림 null http://dh.aks.ac.kr/Encyves/Graph/icons/1000.png | ||
+ | 006 음식 탁주 null http://dh.aks.ac.kr/Encyves/Graph/icons/hosanchun.png | ||
+ | 007 음식 맥주 null http://dh.aks.ac.kr/Encyves/Graph/icons/gourdbottle.png | ||
+ | 008 동물 냥이 null http://dh.aks.ac.kr/Encyves/Graph/icons/turtle_ship.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= Hana.lst}} | ||
+ | [[분류:Network Graph Script]] | ||
+ | [[분류:2022 디지털인문학교육워크샵]] |
2022년 2월 9일 (수) 17:30 기준 최신판
#Project 오늘의 실습 #Class 사람 pink circle 동물 blue square 음식 green triangle #Relation likes 좋아한다 arrow loves 사랑한다 moving-arrows isCloseTo 친하다 both brews 빚는다 arrow #Nodes 001 사람 철수 null http://dh.aks.ac.kr/Encyves/Graph/icons/photographer.png 002 사람 영이 null http://dh.aks.ac.kr/Encyves/Graph/icons/artist.png 003 동물 몽실 null http://dh.aks.ac.kr/Encyves/Graph/icons/ashoka_king.png 004 음식 아이스_아메리카노 null http://dh.aks.ac.kr/Encyves/Graph/icons/5000.png 005 음식 아이스크림 null http://dh.aks.ac.kr/Encyves/Graph/icons/1000.png 006 음식 탁주 null http://dh.aks.ac.kr/Encyves/Graph/icons/hosanchun.png 007 음식 맥주 null http://dh.aks.ac.kr/Encyves/Graph/icons/gourdbottle.png 008 동물 냥이 null http://dh.aks.ac.kr/Encyves/Graph/icons/turtle_ship.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