Glossary
- Creative Commons:
- Creative Commons (CC) is a nonprofit organization that offers flexible copyright licenses
for creative works. CC allows authors of music, films, photos, texts etc. to share
their work under a specific license they can define on the creative commons website. In the case of GITTA: You may use the GITTA content for non-commercial purposes as long as you cite GITTA
as the author (including a link to our website) and publish your derivatives under
the same license. For more information have a look at the creative commons deed or at the full legal code.
- CVS:
- CVS, the Concurrent Versions System, is the most widely used tool for controlling
different versions of a source code and for a group of programmers to work simultaneously
on a source code. Before working with a file, a user needs to do a "checkout" of the
file from a "repository" stored on the project server. When writing updates back to
the repository (called "committing"), CVS checks issues like access privileges, actual
status of code and if no other group member meanwhile altered the code, CVS writes
it back to the repository. By doing a "update" all project group members get the latest
version of the code. CVS of course stores information about who altered which part
of the code and automatically stores different versions of the code. Therefore using
CVS it is possible to always reconstruct a former state of the code. eLML, and therefore also GITTA, uses CVS to store the XML code, images and multimedia
elements of a lesson.
- ECLASS:
- ECLASS is based on Steven Gersons Guide to develop online courses. It is an abbreviation
for the terms E = Entry; C = Clarify; L = Look; A = Act; S = Self-Assessment; S =
Summary. Described in detail in the concept chapter. (Gerson 2000)
- eLML:
- eLML, the eLesson Markup Language, is an XML framework developed by the GITTA project.
The Swiss e-Learning project GITTA started working with XML in 2001 but it was only
after the official ending of the project in 2004 that its XML structure was released
as an open source project under the name of eLML. For more information read the implementation chapter, visit www.eLML.ch or follow the citation link. (Fisler et al. 2006)
- GIST:
- GIST is the abbreviation for Geographic Information Systems Technology.
- GITTA:
- GITTA is a Swiss e-Learning project about GIS and it is the abbreviation for Geographic Information Technology Training Alliance. For more information about GITTA have a look at www.gitta.info.
- IMS:
- The IMS Global Learning Consortium (usually known as IMS) is a non-profit standards organization concerned with establishing
interoperability for learning systems and learning content and the enterprise integration
of these capabilities. Their mission is to "support the adoption and use of learning
technology worldwide". Some famous IMS standards are the CP (Content Package) standard
used to import/export of content, the "Learning Resource Meta-data Specification"
(LOM) or the QTI standard for question and test interoperability.
- LMS:
- A Learning Management System (or LMS) is a software package, usually on a large scale
(that scale is decreasing rapidly), that enables the management and delivery of learning
content and resources to students. Most LMS systems are web-based to facilitate "anytime,
anywhere" access to learning content and administration. Some widely known open source
LMS are OLAT and Moodle, famous commercial LMS are WebCT and Blackboard.
- OLAT:
- The development of the open source LMS OLAT (Online Learning And Training) was started at the University of Zurich in 1999
and won the Medida Prix for best e-learning software in 2000. Today OLAT is already in its fourth version
and is the strategic platform of the University of Zurich. Besides Zurich other universities
like Bern, Sachsen (Germany) etc. are using OLAT as their main LMS. More information
and download of the software can be found on the OLAT website.
- SCORM:
- The Shareable Content Object Reference Model (SCORM) is a standard for web-based e-learning.
It defines how the individual instruction elements are combined on a technical level
and sets conditions for the software needed for using the content. SCORM is distributed
by the Advanced Distributed Learning (ADL) Initiative, a US organization under the Department of Defense (DoD).
- SVC:
- SVC, the Swiss Virtual Campus, was founded in 1999 after a decision of the Swiss Parliament
that over 50 Million Swiss Francs should be used to build up e-Learning projects at
Swiss universities. In the first project phase out of about 200 project drafts a total
of 50 projects were accepted and supported. GITTA was one of them. For more information
have a look at the SVC-website.
- SVG:
- SVG, the Scalable Vector Graphics, is a standard of the World Wide Web Consortium (W3C). It is an open, XML-based format to describe graphics and animations and can be used as an alternative
to the proprietary Adobe Illustrator and Adobe Flash formats. To view SVG within a
browser use either a modern browser (like Firefox or Apples Safari) that has native support for SVG or download a plugin like the Adobe SVG Viewer. Fore detailed information about SVG visit the W3C or read Wikipedias explanation.
- XML:
- XML, the eXtensible Markup Language, is a standard of the World Wide Web Consortium (W3C). XML documents use elements (tags) known from other markup languages like HTML. Using
XSL transformations XML files can be transformed into other formats like XHTML or PDF. Many common used
languages are based on XML: XHTML, SVG, GML, RSS, MathML etc. Fore detailed information about XML visit the W3C or read Wikipedias explanation.
- XSLT:
- XSLT, the XSL Transformations, is part of the Extensible Stylesheet Language (XSL)
family and is a standard of the World Wide Web Consortium (W3C). XSLT files are used to transform XML files into other formats like HTML or formatting
objects (FO) for generating PDF files. Fore detailed information about SVG visit the W3C or read Wikipedias explanation.