DITA: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 11: Line 11:
[[User:DSchneider|DSchneider]] believes that DITA could play a role in education.
[[User:DSchneider|DSchneider]] believes that DITA could play a role in education.


Here are to use case examples:
Here are three use case examples:


=== Pedagogical knowledge ===
=== Pedagogical knowledge management ===


* Educators and [[community of practice | communities of practice]] are sometimes engaged in [[knowledge management]] tasks and thus constitute a [[knowledge-building community]]. In addition, there exist many structures financed to provide educators and other experts with structure information. Here are a few examples:
* Educators and [[community of practice | communities of practice]] are sometimes engaged in [[knowledge management]] tasks and thus constitute a [[knowledge-building community]]. In addition, there exist many structures financed to provide educators and other experts with structure information. Here are a few examples:
Line 28: Line 28:


; Flexible document production
; Flexible document production
Now lets image that you are engaged in teacher training, or that you are interested in reading all information related to some topic, e.g. how do I design [[enquiry learning]]. DITA would allow to create print or web documents on the fly, on a per needed bases.
Now lets image that you are engaged in teacher training, or that you are interested in reading all information related to some topic, e.g. how do I design [[inquiry-based learning]]. DITA would allow to create print or web documents on the fly, on a per needed bases.


; Authoring
; Authoring
In some cases, it is desired that information entered be complete according to some standards. A typical example would be lesson plans. A flexible [[TTW]] DITA-based editor could address this issue.
In some cases, it is desired that information entered be complete according to some standards. A typical example would be lesson plans. A flexible [[TTW]] DITA-based editor could address this issue. (However [[User:DSchneider|DSchneider]] admits that XML editing is not easy and user must receive some initial training).


; A test case
; A test case
Line 38: Line 38:


* [http://tecfa.unige.ch/guides/xml/dita/tecfaditabase/ DITA + TECFA extensions DTD]
* [http://tecfa.unige.ch/guides/xml/dita/tecfaditabase/ DITA + TECFA extensions DTD]
=== Educational modelling ===


=== Learner activities ===
=== Learner activities ===


DITA could be a [[cognitive tool]] or a component
DITA extensions could be built to help students with writing strongly structured texts. A typical example is what [[User:DSchneider|DSchneider]] and Paraskevy Synteta
did in their [[C3MS project-based learning model]]. Students had to use a special purpose project tool named ePBL, which stands for « Project-Based e-learning and  had to define research plans with a specially made XML grammar.


== References ==
== References ==

Revision as of 12:41, 3 November 2006

Definition

  • DITA is an XML [[document standard] (vocabulary) for authoring modular text.
  • “The Darwin Information Typing Architecture (DITA) is an XML-based, end-to-end architecture for authoring, producing, and delivering technical information. This architecture consists of a set of design principles for creating "information-typed" modules at a topic level and for using that content in delivery modes such as online help and product support portals on the Web.” (Introduction to the Darwin Information Typing Architecture, retrieved DSchneider).

Dita was originally developed at IBM by Don R. Day, Michael Priestley and others. It now is a OASIS standard. Its general architecture may be quite interesting for educational sites, because it (1) accomodates for topic-oriented organization and reuse (as opposed to long documents), (2) allows specialization and (3) therefore supports semantic markup (as opposed to Docbook which is typographic basically).

DITA in education

DSchneider believes that DITA could play a role in education.

Here are three use case examples:

Pedagogical knowledge management

Searching

This kind of information is characterized by being structured and it would be niced if it could be searched by "kinds of information". In theory this could be implemented with SQL. However, our experience shows that building SQL tables for each kind of information is very time consuming and not very flexible. The opposite alternative is unstructuredness, e.g. like a Wiki. Wikis allow to enter data very quickly, but have the disadvantage that one can't easly produce text on demands (it's not easy to make a wiki book) and that full text search has its limits once the wiki starts growing. In addition, Wiki engines don't produce text, but the spit back page names plus the search context. E.g. you can't say something like "let's have a list of all the references on pages that belong to the category "instructional design modelling".

DITA can address some of the needs for flexible information retrieval architectures, in particular if combined with a xml-database web application like [eXist http://exist.sourceforge.net/].

Flexible document production

Now lets image that you are engaged in teacher training, or that you are interested in reading all information related to some topic, e.g. how do I design inquiry-based learning. DITA would allow to create print or web documents on the fly, on a per needed bases.

Authoring

In some cases, it is desired that information entered be complete according to some standards. A typical example would be lesson plans. A flexible TTW DITA-based editor could address this issue. (However DSchneider admits that XML editing is not easy and user must receive some initial training).

A test case

DSchneider made some DITA extensions to have a writing tool for the TECFA SEED catalog


Educational modelling

Learner activities

DITA could be a cognitive tool or a component

DITA extensions could be built to help students with writing strongly structured texts. A typical example is what DSchneider and Paraskevy Synteta did in their C3MS project-based learning model. Students had to use a special purpose project tool named ePBL, which stands for « Project-Based e-learning and had to define research plans with a specially made XML grammar.

References