RT : 東京セッションには山出 ( ) さん、 さん、 さん、ライゾマ齋藤 ( )さん、内沼 ( ) さんが出演! http ...

news

cyborg workshop Sputniko! DIY Cyborgss Workshop
6 December 2009 11am-6pm
Khoj Association, Delhi, India
Sputniko! will be doing a workshop on DIY Cyborgs in India exploring how future technology may evolve with the rich Indian popular culture. More Info


releases

parakonpe_coverParakonpe 3000
(2009/360DVD2)

¥2625 (£16)
Sputniko!'s 1st dvd release from 360°records.
Order Now!
Visit Site

andoidmusic_coverAndroid Music: Earth, Even though it sounds unfamiliar to us
(2009/360DVD1)
¥1890
(£11)
an audiovisual project in collaboration with artist Taro Nijikama, 360°records. Order Now!
Visit Site

listen to Sputniko!

Free MP3s on Last.fm

tags

AcademiXML Animal Anonymity Art Author Britney Spears Collective Anonymity Crowbot Crows cyborgs Directed Experiments Dissertation Dissertation Format Error Even Exhibition Format Gary Hall gundam HTML Individual Anonymity Innovation Inspiration Intelligence interspecies Kevin Kelly Knowledge Object Language Linearity Liquid Books morning news object orineted knowlege Open Open Source Programming Playground prosthetics reference robot Syntax Text Twitter Wikipedia Writing Zoology

recent posts

archives

QR code



Subscribe




KO12. AcademiXML ver 1.0 – Syntax

[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]

  • Share/Bookmark





parakonpe_coverParakonpe 3000
(2009/360DVD2)

¥2625 (£16)
Sputniko!'s 1st dvd release from 360°records.
Order Now!
Visit Site

mail: contact [ at ] sputniko.com

follow Sputniko! on
rss facebook mixi   brightkite twitter youtube myspace tumblr lastfm flickr

profile

profileBorn 1985, Tokyo. Since 2007, Sputniko! (Hiromi Ozaki) has produced music, films and electronic devices exploring themes such as trans-humanism, vengeful cyborgs and open-source boyfriends, and has performed worldwide with the likes of Japanese pop legends Shonen Knife and Damo Suzuki. More Info

flickr


sputitude

join the newsletter

Keep up to date with news on Sputniko!/Hiromi Ozaki.
Name:
Email:
Enter security code:

videos


Google Song


Sushiborg Yukari View Project

sputube