[academixml]
[collection]
[hiromi]
AcademiXML ver 1.0 – Syntax
Since most text, audio and video formats available on the web is in the HTML format, AcademiXML is designed to work with HTML as well as standalone.
When AcademiXML is used with HTML, the symbols “<” and “>” are replaced with “[" and "]” (similar to the markup language used in Wikipedia) to avoid confusion with HTML tags. The author can enclose snippets of her blog posts or her web page in AcademiXML to make that portion of text discoverable by the AcademiXML web crawler, which adds the text in its global network of academic texts. Alternatively, she can write the text entirely in the AcademiXML format and publish it on the web as a xml file.
Instance Case 1: Minimal Implementation
Below is an example of a minimal implementation in AcademiXML.
<academixml xsi:schemaLocation=”http://www.academixml.org/xsd/001.xsd” version=”1″>
<collection author =”Hiromi Ozaki”, time = “2009-09-19T13:37:45.0Z”>
<feed>http://www.academixml.org/examples/helloworld.xml</feed>
<data author =”Hiromi Ozaki”, time = “2009-09-19T13:37:45.0Z”>
<value>Hello World! This is my first academic text written in AcademiXML. </value>
</data>
</collection>
</academixml>
Instance Case 2 : Minimal Implementation with HTML
Below is an example of a minimal implementation in AcademiXML used within HTML.
[academixml]
[collection]
[hiromi]Hello World! This is my first academic text written in AcademiXML.[/hiromi]
[/collection]
#collection [creator:"Hiromi Ozaki", time:"2009-09-19T13:37:45.0Z"]
#hiromi [creator:"Hiromi Ozaki", time:"2009-09-19T13:37:45.0Z"]
[/academixml]
The AcademiXML for HTML differs from its standard XML format in the way that it has ‘declarations’ in the very end or the beginning, in a style similar to Cascading Style Sheets (CSS). By declaring all details of the texts and author in one section, it un-clutters the text making it more legible for the readers. Alternatively, if legibility is not an issue, the writer can still write the text in the same format as the original, in which case the “<” and “>” symbols are simply replaced with “[" and "]“.
Instance Case 3 : Complete Implementation
Below is an example of AcademiXML containing complete information that can be recorded.
<academixml xsi:schemaLocation=”http://www.academixml.org/xsd/001.xsd” version=”1″>
<collection creator=”Hiromi Ozaki”, time = “2009-09-19T13:37:45.0Z”>
<tag>AcademiXML</tag>
<tag>Complete;/tag>
<tag>Example;/tag>
<feed>http://www.academixml.org/examples/complete.xml</feed>
<lat>40.78</lat>
<lon>73.97</lon>
<email>contact@sputniko.com</email>
<data id=”0″ creator=”Hiromi Ozaki”, time= “2009-09-19T20:21:15.0Z”>
<tag>Tests</tag>
<url>http://sputniko.com/blog/?p=240</url>
<value>AcademiXML is a markup language for writing, connecting and sharing academic text. AcademiXML lets the writer tag her own piece of writing with the author name, time, location, keywords and other relevant information so her text can be filtered by a chosen keyword or be associated with other authors’ writing. AcademiXML supports the addition of context or “meta-data” about where the writing came from, in a form meaningful both to machines and humans to facilitate the searching of data streams that they particularly need. This helps spontaneous, unplanned connections to be made between texts from different sources with common contexts.</value>
</data>
<data id=”1″ creator=”Cesar Harada” time=”2009-09-13T10:17:52.0Z”>
<title>The Second Article</title>
<tag>Basic Idea</tag>
<lat>51.50</lat>
<lon>-0.13;/lon>
<email>contact@cesarharada.com</email>
<value>A fundamental idea of AcademiXML is the breaking down of the traditional book or a thesis into smaller objects of knowledge, so they may be readily re-arranged, filtered and aggregated into other books or collections of knowledge.</value>
</data>
</collection>
</academixml>
Instance Case 3 : Complete Implementation within HTML
Below is an example of AcademiXML used within HTML, containing complete information that can be recorded.
[academixml]
[collection]
[hiromi] AcademiXML is a markup language for writing, connecting and sharing academic text. AcademiXML lets the writer tag her own piece of writing with the author name, time, location, keywords and other relevant information so her text can be filtered by a chosen keyword or be associated with other authors’ writing. AcademiXML supports the addition of context or “meta-data” about where the writing came from, in a form meaningful both to machines and humans to facilitate the searching of data streams that they particularly need. This helps spontaneous, unplanned connections to be made between texts from different sources with common contexts.[/hiromi]
[cesar]A fundamental idea of AcademiXML is the breaking down of the traditional book or a thesis into smaller objects of knowledge, so they may be readily re-arranged, filtered and aggregated into other books or collections of knowledge.[/cesar]
[/collection]
#collection [creator:"Hiromi Ozaki", time:"2009-09-19T13:37:45.0Z", tag:"AcademiXML, Complete, Example", lat:40.78, lon:73.97, email:contact@sputniko.com]
#hiromi [creator:"Hiromi Ozaki", time:"2009-09-19T20:21:15.0Z", tag:"Tests", url:"http://sputniko.com/blog/?p=240"]
#cesar [creator:"Cesar Harada", time:"2009-09-13T10:17:52.0Z", title:"The Second Article", email:contact@cesarharada.com, tag:"Basic Idea", lat:51.50, lon:-0.13]
[/academixml]
[/hiromi]
[/collection]
#collection [id:12, creator:"Hiromi Ozaki", tags:"AcademiXML, Syntax", time:"2009-09-19T22:30:25.0Z", lat:40.783333, lon:73.966667]
#hiromi [creator: "Hiromi Ozaki", tags: "AcademiXML, Syntax", time:"2009-09-19T22:30:25.0Z", lat:40.783333, lon:73.966667]
[/academixml]