project.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Project section -->
  5. <!-- ********************************************************* -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>project</type>
  12. <name>Project</name>
  13. <definition>Information about the project.</definition>
  14. <property>
  15. <name>Topic</name>
  16. <value>
  17. <type>text</type>
  18. </value>
  19. <definition>A descriptive text of the
  20. project topic.</definition>
  21. </property>
  22. <property>
  23. <name>Grant</name>
  24. <value>
  25. <type>string</type>
  26. </value>
  27. <definition>The name or identifier of the grant funding this project.</definition>
  28. </property>
  29. <property>
  30. <name>PrincipleInvestigator</name>
  31. <value>
  32. <type>person</type>
  33. </value>
  34. <definition>The person responsible for this project.</definition>
  35. </property>
  36. <property>
  37. <name>Scientist</name>
  38. <value>
  39. <type>person</type>
  40. </value>
  41. <definition>Additional involved person(s).</definition>
  42. </property>
  43. <property>
  44. <name>Start</name>
  45. <value>
  46. <type>date</type>
  47. </value>
  48. <definition>The day the project was begun.</definition>
  49. </property>
  50. <property>
  51. <name>End</name>
  52. <value>
  53. <type>date</type>
  54. </value>
  55. <definition>The date the project ended.</definition>
  56. </property>
  57. </section>
  58. </odML>