<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="new0">
  <name>Template</name>
  <metadata>
  <md:version>2.14</md:version>
  <md:created>2003/04/20 19:00:00 GMT-5</md:created>
  <md:revised>2003/09/11 16:31:37 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="chrisc">
      <md:firstname>Krzysztof</md:firstname>
      <md:othername>A.</md:othername>
      <md:surname>Cyran</md:surname>
      <md:email>chrisc1@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="chrisc">
      <md:firstname>Krzysztof</md:firstname>
      <md:othername>A.</md:othername>
      <md:surname>Cyran</md:surname>
      <md:email>chrisc1@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>CNXML</md:keyword>
    <md:keyword>tags</md:keyword>
    <md:keyword>templates</md:keyword>
  </md:keywordlist>

  <md:abstract>This module has been created to serve as a template for generating any other modules just by copy and paste method.</md:abstract>
</metadata>



  <content>
    <section id="sec1">
      <name>The name of the section</name>

      <para id="par1"> The regular paragraph content should be placed here. This paragraph contains also the example of Connextion-based link to <cnxn document="m11106" strength="7">course introductory page</cnxn> as well as the example of the Connextions-external link to <link src="http://www.bio.davidson.edu/courses/genomics/chip/chip.html">Microarray presentation page</link>. 
      </para>

      <figure id="fig1">
	<name>The name of the figure</name>
	<media type="image/jpeg" src="fig1.jpg"/>
	<caption>The caption of the figure should be here</caption>
      </figure>

      <list id="list1" type="bulleted">
	<name>The name of the list</name>
	<item>item 1</item>
	<item>item 2</item>
	<item>item 3</item>
      </list>


      <code type="block">
        <![CDATA[
	//the programming code
	for (i=0;i<100;i++){
	  for (j=i;j<100;j++){
	    S[i,j]+=i*j;
	  }
	}
        ]]>
      </code>

      <definition id="def1">
	<term>defined term</term>
	<meaning>here is the meaning of the defined term</meaning>
      </definition>
      <example id="example1">
	<para id="par2">The example illustrating the definition. Instead of paragraph a figure can be used as an example
	</para>
      </example>

      <equation id="eq1">
	<name>The integral of some function</name>

	<m:math>
	  <m:semantics>
	    <m:mrow>
	      <m:msubsup>
		<m:mo>∫</m:mo>
		<m:mrow>
		  <m:mo>-</m:mo>
		  <m:mn>1</m:mn>
		</m:mrow>
		<m:mn>1</m:mn>
	      </m:msubsup>
	      <m:mrow>
		<m:mroot>
		  <m:mfrac>
		    <m:mrow>
		      <m:mi>x</m:mi>
		      <m:mo>+</m:mo>
		      <m:mrow>
			<m:mi>sin</m:mi>
			<m:mo>⁡</m:mo>
			<m:mo>(</m:mo>
			<m:mi>x</m:mi>
			<m:mo>)</m:mo>
		      </m:mrow>
		    </m:mrow>
		    <m:mrow>
		      <m:msup>
			<m:mi>a</m:mi>
			<m:mn>2</m:mn>
		      </m:msup>
		      <m:mo>+</m:mo>
		      <m:mrow>
			<m:mi>cos</m:mi>
			<m:mo>⁡</m:mo>
			<m:mo>(</m:mo>
			<m:mi>x</m:mi>
			<m:mo>)</m:mo>
		      </m:mrow>
		    </m:mrow>
		  </m:mfrac>
		  <m:mn>3</m:mn>
		</m:mroot>
		<m:mo>⁢</m:mo>
		<m:mrow>
		  <m:mo>ⅆ</m:mo>
		  <m:mi>x</m:mi>
		</m:mrow>
	      </m:mrow>
	    </m:mrow>
	    <m:annotation-xml encoding="MathML-Content">
	      <m:apply>
		<m:int/>
		<m:bvar>
		  <m:ci>x</m:ci>
		</m:bvar>
		<m:lowlimit>
		  <m:cn type="integer">-1</m:cn>
		</m:lowlimit>
		<m:uplimit>
		  <m:cn type="integer">1</m:cn>
		</m:uplimit>
		<m:apply>
		  <m:power/>
		  <m:apply>
		    <m:times/>
		    <m:apply>
		      <m:plus/>
		      <m:ci>x</m:ci>
		      <m:apply>
			<m:sin/>
			<m:ci>x</m:ci>
		      </m:apply>
		    </m:apply>
		    <m:apply>
		      <m:power/>
		      <m:apply>
			<m:plus/>
			<m:apply>
			  <m:power/>
			  <m:ci>a</m:ci>
			  <m:cn type="integer">2</m:cn>
			</m:apply>
			<m:apply>
			  <m:cos/>
			  <m:ci>x</m:ci>
			</m:apply>
		      </m:apply>
		      <m:cn type="integer">-1</m:cn>
		    </m:apply>
		  </m:apply>
		  <m:cn type="rational">1<m:sep/>3</m:cn>
		</m:apply>
	      </m:apply>
	    </m:annotation-xml>
	  </m:semantics>
	</m:math>


      </equation>

      <exercise id="exc1">
	<problem>
          <para id="par3">This is a question to be answered by a student
          </para>
	</problem>
	<solution>
          <para id="par4">And a solution to the question
          </para>
	</solution>
      </exercise>
      <rule id="rule1" type="law">
	<statement>
	  <para id="par5">Here is the content of the presented law. Can be also expressed by equation
	  </para>
	</statement>
	<proof>
	  <para id="par6">The proof of the law. The proof can be also more sophisticated structure than just the paragraph.
	  </para>
	</proof>
      </rule>
      <figure id="fig2">
	<name>The name of the table</name>
	<table id="tab1">
	    <tgroup cols="3">
	      <thead>
		<row>
		  <entry>header 1</entry>
		  <entry>header 2</entry>
		  <entry>header 3</entry>
		</row>
	      </thead>
	      <tbody>
		<row>
		  <entry>value 11</entry>
		  <entry>value 12</entry>
		  <entry>value 13</entry>	    
		</row>
		<row>
		  <entry>value 21</entry>
		  <entry>value 22</entry>
		  <entry>value 23</entry>
		</row>
	      </tbody>
	    </tgroup>
	  </table>
	<caption>The table can have not only the general title above, but also the capture, which is just here
	</caption>
      </figure>
    </section>



  </content>

</document>
