project.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Project section -->
  5. <!-- ********************************************************* -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/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. <definition>A descriptive text of the project topic.</definition>
  17. <type>text</type>
  18. </property>
  19. <property>
  20. <name>Grant</name>
  21. <definition>The name or identifier of the grant funding this project.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>PrincipleInvestigator</name>
  26. <definition>The person responsible for this project.</definition>
  27. <type>person</type>
  28. </property>
  29. <property>
  30. <name>Scientist</name>
  31. <definition>Additional involved person(s).</definition>
  32. <type>person</type>
  33. </property>
  34. <property>
  35. <name>Start</name>
  36. <definition>The day the project was begun.</definition>
  37. <type>date</type>
  38. </property>
  39. <property>
  40. <name>End</name>
  41. <definition>The date the project ended.</definition>
  42. <type>date</type>
  43. </property>
  44. </section>
  45. </odML>