Difference between revisions of "Semantic Maps Lab"
(→Semantic Maps Viewer Web App) |
(→To do) |
||
Line 4: | Line 4: | ||
*Suppress SMV italian version | *Suppress SMV italian version | ||
+ | *Convert language button | ||
+ | *Implement new buttons | ||
*Review and complete SMV english version | *Review and complete SMV english version | ||
+ | *Autocomplete topic list --> xml | ||
+ | *Maps list in xml-ms file | ||
+ | *Single Maps in single xml-m files | ||
+ | *Pre-load 0 and -1 level maps | ||
+ | *Post-load sub-levels maps | ||
+ | *Complete Info page | ||
+ | *Integrate logs with all sessions (maps post-load and build, navigation, search, with time stamp) | ||
=== Links === | === Links === |
Revision as of 18:04, 23 May 2020
Contents
Semantic Maps Viewer Web App
To do
- Suppress SMV italian version
- Convert language button
- Implement new buttons
- Review and complete SMV english version
- Autocomplete topic list --> xml
- Maps list in xml-ms file
- Single Maps in single xml-m files
- Pre-load 0 and -1 level maps
- Post-load sub-levels maps
- Complete Info page
- Integrate logs with all sessions (maps post-load and build, navigation, search, with time stamp)
Links
- Semantic Web Applications
- Semantic Maps Viewer - SMV
- evTek Semantic Maps Viewer - User Guide
- Semantic Maps
- ekm - evKnowledge Sematic Maps (through the Semantic Maps Viewer)
ekm - ekMaps (ekb SMV Implementation)
XML files structure
- SMV application parameters XML file (xmlfile_s = xml/ekb_smv_en.xml):
<?xml version="1.0" encoding="UTF-8"?>
<semantic_maps_viewer id="ekbsmv" name="ekb semantic maps viewer" language="en">
<knowledge_base id="knowledge_base" kb_id="ekb" kb_name="Evolutionary Knowledge Base" kb_mode="query" kb_query_url="http://www.evknowledge.org/ekb/index.php?action=render&title=" kb_file="ekb_topics_en.xml"/>
<maps maps_file="ekb_maps_en.xml"/>
<application id="smv" version="1.0" name="evTek - Semantic Maps Viewer 1.0"/>
<objects>
<object id="viewport" type="structure">
...
</semantic_maps_viewer>
- Sematic Maps XML file (xmlfile_m = xml/ekb_maps_en.xml):
<?xml version="1.0" encoding="UTF-8"?>
<semantic_map id="ekbsm" name="ekb semantic map" language="en">
<maps id="maps">
<map id="m_ekb" name="Evolutionary Knowledge Base" map_level="0" map_father="" map_path="Evolutionary Knowledge Base" pos_y_mode="center" center_offset_x="30" center_offset_y="0">
<box id="b_reality0" topic_id="t_reality" class="b3b13b" name="REALITY" level="0" placement="polar" from_id="" distance="-240" angle="270" width="161" sub_map_link="m_reality" super_map_link="" center_x="761" center_y="1001" height="36"/>
...
<con id="mgm_093" topic_id="" class="c1 c_wine" name="Generic association" level="" placement="hh" from_id="mgm_ev_cognitive_dynamics" to_id="mgm_meta_metareality" cross="" csp=""/>
</map>
</maps>
</semantic_map>
- Knowledge Base Schema XML file (xmlfile_t = xml/ekb_schema_en.xml):
<?xml version="1.0" encoding="UTF-8"?>
<knowledge_base_schema name="evolutionary knowledge base" language="en">
<topics>
<topic id="t_summary" title="Wiki Summary" class="" instances="" groups="" resources="" ekbtopic="Wiki Summary" wptopic="" categories=""/>
<topic id="t_ekp" title="Evolutionary Knowledge Project" class="Research Projects" instances="" groups="" resources="" ekbtopic="Evolutionary Knowledge Project" wptopic="Project" categories="Evolutionary Knowledge"/>
...
<topic id="t_emanation_connection" title="Emanation connection" class="" instances="" groups="t_connections" resources="" ekbtopic="Emanation connection" wptopic="Emanationism" categories="Semantic Maps"/>
</topics>
</knowledge_base_schema>
- definitionsXmlFile_create: this module creates a xml file with all the definitions that will be used by Mediawiki to build the topic pages --> Obsolete (now the definitions are directly edited in the wiki pages)