CBML: Comic Book Markup Language
From Encyclopedia Superheroica -the Encyclopedia of Superheroes
(Difference between revisions)
(→Example) |
(→Example) |
||
(2 intermediate revisions not shown) | |||
Line 10: | Line 10: | ||
<caption> | <caption> | ||
<pre> | <pre> | ||
- | <panel n="1" characters="cap leila falc" | + | <panel n="1" characters="cap leila falc"> |
- | < | + | <caption> |
The <emph rend="bold">trial</emph> of the Falcon is ended, and its | The <emph rend="bold">trial</emph> of the Falcon is ended, and its | ||
- | <emph rend="bold">memories</emph> put out of the <emph | + | <emph rend="bold">memories</emph> put out of the <emph rend="bold"> |
- | + | minds</emph> of Sam Wilson and Cap, and so, days later in New York… | |
- | + | </caption> | |
- | </ | + | <balloon who="cap"> |
- | <balloon who="cap" | + | <paragraph> |
- | <paragraph | + | |
Bring on the health food Leila… It may save the <emph | Bring on the health food Leila… It may save the <emph | ||
- | rend="bold">Falcon</emph> from a bruised ego… | + | rend="bold">Falcon</emph> from a bruised ego… |
- | </paragraph | + | </paragraph> |
- | </balloon | + | </balloon> |
- | </panel | + | </panel> |
</pre> | </pre> | ||
</caption> | </caption> | ||
[[Category: education]] | [[Category: education]] |
Revision as of 16:10, 4 May 2009
Much like HTML has standardized hypertext in the coding of webpages, CBML provides standardization in the digital archiving of comic books.
CBML.org
Straight from the source at cbml.org: "In order to facilitate the preservation, study, and analysis of these important cultural artifacts, the original comic books need to be digitized, and an XML vocabulary suitable for capturing the varied and complex data and metadata of the comic book needs to be developed. CBML is an attempt to develop such a vocabulary and complex data and metadata, and by extension, a website suitable for discovery of these graphic materials for teaching, learning or research. "
Example
<panel n="1" characters="cap leila falc"> <caption> The <emph rend="bold">trial</emph> of the Falcon is ended, and its <emph rend="bold">memories</emph> put out of the <emph rend="bold"> minds</emph> of Sam Wilson and Cap, and so, days later in New York… </caption> <balloon who="cap"> <paragraph> Bring on the health food Leila… It may save the <emph rend="bold">Falcon</emph> from a bruised ego… </paragraph> </balloon> </panel>