Summary: This module explains how to author Connexions modules that are related to the Travelers in the Middle East Archive (TIMEA). It covers adding metadata, making links, and creating exercises. It also provides style tips and explains how Connexions handles intellectual property. "Authoring TIMEA Modules" is part 3 of a 5-part course that helps instructors use TIMEA materials and trains authors to develop new modules and courses using Connexions.
Teachers, researchers, librarians can not only use resources in the Travelers in the Middle East Archive for classes and research projects, but also create their own educational modules in Connexions and contribute them to the Content Commons.
Just register with Connexions, learn how the system works, join the TIMEA community in Connexions, and get started writing. TIMEA has a growing collection of over 30 modules covering topics such as performing historical research and using Geographical Information System (GIS) resources, but there are many areas left to explore. For instance, you could use TIMEA’s museum catalogs to explore the history of Egyptian museums and Egyptology, or examine TIMEA’s travel guides in a module analyzing Western attitudes towards the Middle East in the nineteenth and early twentieth centuries. Likewise, you could draw on TIMEA’s rich images of Egypt in a course on the history of photography, or explore the genre of travel literature through a module that references TIMEA’s many travel narratives.
All Connexions modules are encoded in CNXML, an XML-based markup language that allows information to be exchanged, presented on different platforms, and output in different ways (such as online and in a PDF). There are several ways for you to produce a Connexions module:
1) You can write your module using Microsoft Word, then import it into Connexions. Some tweaking will be necessary, but this is probably the easiest method for novice writers.
2) You can use Connexions’ edit-in-place and full-source editors, which allow you to write your module online. (If you have an unstable Internet connection, this can be risky, but the edit-in-place feature is useful for making quick edits.)
3) You can use an external XML editor such as XMLSpy or Oxygen, then import the XML file into Connexions. This method will expose you to all of the XML tags that structure the document, but it also allows more control.
If you want to create a TIMEA module but are confused by the technical details, please contact us at timea@rice.edu. We’ll do our best to help.
In order for your module or course to be considered a TIMEA resource, it should do the following:
To add metadata,
![]() |
3. Have the module reviewed by the TIMEA project. So that we can ensure that everything in TIMEA meets standards for scholarship, we review modules that appear under the TIMEA logo. However, you can contribute works to the general Connexions content commons without going through the review process. Please contact timea@rice.edu if you are interested in authoring a module for TIMEA and having it reviewed.
4. Provide Links to TIMEA: So that readers can easily navigate from your module to TIMEA, please provide links to the main TIMEA site (http://timea.rice.edu), the TIMEA search page (http://timea.rice.edu/search), and the specific TIMEA resource that you are referencing, whether it is a text, image, or map.
To add a link that will appear in the left sidebar of the module,
![]() |
You can also add inline links within the text of your module. As you are editing your module, place the text or URL that you wish to turn into a link within the link element. For instance:
<link
src=”http://hdl.handle.net/1911/9166”>
Egypt through the stereoscope : a journey through the land of the Pharaohs
</link>
Alternatively, if you are using the Word Importer to create your module within Microsoft Word, you can make a hyperlink by highlighting the text that will be displayed, going to the Insert menu in the top toolbar and selecting “Hyperlink”, and entering the web address in the box provided. The link should be preserved once the Word document is converted to a Connexions module.
If you are linking to texts or images in
TIMEA, use the URI (Uniform Resource Identifier) provided in the
citation for the item. It will look something like this:
http://hdl.handle.net/1911/9184 This link uses the handle system to
ensure that if the web site changes the web address will still work
and is therefore intended to be more permanent than a basic
URL.
You can include exercises within your module, posing questions and displaying the solution only when the reader clicks the “view solution” link. Such exercises can act as a check on understanding and make the module more interactive. For example, in Catherine Schmidt-Jones’ module on Minor Keys and Scales, she discusses how minor scales work, then invites readers to write out their own.
![]() |
Creating an exercise requires using CNXML (the Connexions mark-up language). In the example below, <exercise> is the top-level element; within it are the <problem> and the <solution>. The text for the <problem> and <solution> occurs within a <para>, or paragraph. Every tag must be nested properly, like a Russian doll.
<exercise id='stereo1'>
<problem>
<para id='stereoq1'>
What are some other names for stereographs?
</para>
</problem>
<solution>
<para id='stereosol1'>
Other names for stereographs include “stereogram,” “stereoview,” and “stereo pairs.”
</para>
</solution>
</exercise>
CNXML includes structural tags (such as “example” and “section”), inline tags (such as “emphasis,” “link,” and “term”), and “special” tags (such as “definition” and “note”). You can also include figures and media (such as mp3 files) in your module. See the CNXML 0.5 Language Specification and The Basic CNXMLfor more information.
Here are some suggestions for creating Connexions modules:
If you do decide to produce a TIMEA module, you should be aware that you are deeding it to the Content Commons under the Creative Commons Attribution License. This means that other people can put your module into their own courses, reuse it in other contexts, and even sell it, so long as they attribute you as the author. Through this open approach to intellectual property, Connexions hopes to encourage collaboration, foster education, and contribute to the growth of knowledge; we also hope that authors can build their reputations and enjoy the act of authorship. For more on the legal nitty-gritty, see Connexions’ IP (Legal) FAQ.
Comments, questions, feedback, criticisms?