"틀:StoryGraph"의 두 판 사이의 차이

mokpo
이동: 둘러보기, 검색
 
(사용자 2명의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 
<onlyinclude>
 
<onlyinclude>
 
{{#tag:html|
 
{{#tag:html|
<iframe width="90%" height="700px" style="border:0" src="http://dh.aks.ac.kr/~sandbox/cgi-bin/Story03.py?db=s_okehkim&project=test2_Mokpo&key={{{key|}}}"></iframe>
+
<iframe width="90%" height="700px" style="border:0" src="https://dh.aks.ac.kr/~sandbox/cgi-bin/Story03.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}"></iframe>
 
<br/>
 
<br/>
<input type="button" value="전체화면" onclick="location.href='http://dh.aks.ac.kr/~sandbox/cgi-bin/Story03.py?db=s_okehkim&project=test2_Mokpo&key={{{key|}}}'">  
+
<input type="button" value="전체화면" onclick="location.href='https://dh.aks.ac.kr/~sandbox/cgi-bin/Story03.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}'">
<input type="button" value="데이터 갱신" onclick="location.href='http://dh.aks.ac.kr/~sandbox/cgi-bin/wikiEpisodeLoader.py?account=mokpo&script={{{key|}}}&db=s_okehkim&project=test2_Mokpo'">  
+
<input type="button" value="AI 스토리텔링:한국어" onclick="location.href='https://public.aks.ac.kr/~tutor/cgi-bin/gptapi/Story03Gpt.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}&language=Korean'">
 +
<input type="button" value="AI Storytellng:English" onclick="location.href='https://public.aks.ac.kr/~tutor/cgi-bin/gptapi/Story03Gpt.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}&language=English'">
 +
<input type="button" value="AI 讲故事:中文" onclick="location.href='https://public.aks.ac.kr/~tutor/cgi-bin/gptapi/Story03Gpt.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}&language=Chinese'">  
 +
<input type="button" value="AI Narración: Español" onclick="location.href='https://public.aks.ac.kr/~tutor/cgi-bin/gptapi/Story03Gpt.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}&language=Spanish'">
 +
<input type="button" value="시맨틱 데이터" onclick="location.href='https://public.aks.ac.kr/~tutor/cgi-bin/gptapi/Story03Gpt.py?db={{{db|}}}&project={{{project|}}}&key={{{title|}}}&language=Script'">  
 
}}
 
}}
 
</onlyinclude>
 
</onlyinclude>
  
 
==사용방법==
 
==사용방법==
스토리텔링 데이터베이스에 수록된 특정 에피소드의 네트워크 그래프를 출력하는 틀입니다
+
* 스토리텔링 데이터베이스에 수록된 특정 에피소드의 네트워크 그래프를 출력하는 틀입니다.
 +
* 데이터베이스(db)와 시맨틱 데이터 세트(project), 스토리/에피소드 문서의 제목(title)을 지정하세요.
 +
* 에피소드 문서의 제목(title)은 스토리 데이터의 id로 인식됩니다.
  
 
<pre style="width:500px">
 
<pre style="width:500px">
{{StoryGraph | key = }}
+
 
 +
{{StoryGraph | db = | project = | title = }}
 +
 
 
</pre>
 
</pre>
  
[[Category:정보 틀|그래프]]
+
----
 +
 
 +
[[분류:디지털 큐레이션 지원 시스템]]

2024년 6월 12일 (수) 16:27 기준 최신판



사용방법

  • 스토리텔링 데이터베이스에 수록된 특정 에피소드의 네트워크 그래프를 출력하는 틀입니다.
  • 데이터베이스(db)와 시맨틱 데이터 세트(project), 스토리/에피소드 문서의 제목(title)을 지정하세요.
  • 에피소드 문서의 제목(title)은 스토리 데이터의 id로 인식됩니다.

{{StoryGraph | db = | project = | title = }}