project.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 project topic.</definition>
  20. </property>
  21. <property>
  22. <name>Grant</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The name or identifier of the grant funding this project.</definition>
  27. </property>
  28. <property>
  29. <name>PrincipleInvestigator</name>
  30. <value>
  31. <type>person</type>
  32. </value>
  33. <definition>The person responsible for this project.</definition>
  34. </property>
  35. <property>
  36. <name>Scientist</name>
  37. <value>
  38. <type>person</type>
  39. </value>
  40. <definition>Additional involved person(s).</definition>
  41. </property>
  42. <property>
  43. <name>Start</name>
  44. <value>
  45. <type>date</type>
  46. </value>
  47. <definition>The day the project was begun.</definition>
  48. </property>
  49. <property>
  50. <name>End</name>
  51. <value>
  52. <type>date</type>
  53. </value>
  54. <definition>The date the project ended.</definition>
  55. </property>
  56. </section>
  57. </odML>