User:Cwhii: Difference between revisions
Jump to navigation
Jump to search
(Added Emle Technologies section.) |
(Moved to sugarlabs.org) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
http://sugarlabs.org/go/User:Cwhii |
|||
{|style="float:right" |
|||
| {{User en}} |
|||
|} |
|||
==C.W.Holeman II== |
|||
<br>cwhii_cplo@Julian5Locals.com remove the fives |
|||
<br>http://JulianLocals.com/cwhii |
|||
==Project - Emle - Web Site== |
|||
Electronic Mathematics Laboratory Equipment Web Site |
|||
<br>http://emle.sourceforge.net/index.shtml |
|||
Emle V2.4 - Web Site |
|||
<br>http://emle.sourceforge.net/emle020400/dev/web_site.html |
|||
Emle V2.4 - Index |
|||
<br>http://emle.sourceforge.net/emle020400/index.html |
|||
==Emle - Structure== |
|||
Emle is composed of a collection of: |
|||
*Labs |
|||
Each labs is composed of: |
|||
*Equipment |
|||
*Instructions |
|||
==Emle Tasks== |
|||
Emle has a prototype implementation. |
|||
To make it usable there are several tasks that need to be worked upon. |
|||
*The instructions and other text need to be translated. |
|||
*Labs need to be designed, implemented and instructions written. |
|||
*Additional equipment is needed to expand the possible labs that can be written. |
|||
*Code needs to be added in Javascript to support additional features as needed by the equipment. |
|||
Each level of the above tasks is ready to be addressed. |
|||
As the functionality of an existing level is exercised/stressed the lower levels will need to be expanded. |
|||
The labs and equipment are written in XML and the instructions are mainly XHTML. |
|||
Each of the lower levels require increasingly more technical skills. |
|||
==Emle Technologies== |
|||
HTML index page that uses Javascript to create language index based upon XML language message files |
|||
in the lang directory. Once a laguage is selected by the user an index of labs is created based |
|||
upon the XML files in the lab directory. The selected lab XML file is processed by XLST in the web browser using emle_lab.xsl and the specified language message file. The resulting page includes XHTML, SVG and Javascript which provides an interact lab for the student. |