hydra-head 3.0.0pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (366) hide show
  1. data/.gitignore +71 -0
  2. data/.gitmodules +6 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +257 -0
  5. data/README.textile +150 -0
  6. data/README_RAILS3_CHANGES.textile +42 -0
  7. data/Rakefile +5 -0
  8. data/TESTING.textile +85 -0
  9. data/app/controllers/assets_controller.rb +117 -0
  10. data/app/controllers/contributors_controller.rb +54 -0
  11. data/app/controllers/file_assets_controller.rb +152 -0
  12. data/app/controllers/permissions_controller.rb +137 -0
  13. data/app/controllers/user_sessions_controller.rb +14 -0
  14. data/app/helpers/article_metadata_helper.rb +80 -0
  15. data/app/helpers/blacklight_helper.rb +192 -0
  16. data/app/helpers/downloads_helper.rb +19 -0
  17. data/app/helpers/generic_content_objects_helper.rb +16 -0
  18. data/app/helpers/hydra_assets_helper.rb +75 -0
  19. data/app/helpers/hydra_djatoka_helper.rb +23 -0
  20. data/app/helpers/hydra_fedora_metadata_helper.rb +365 -0
  21. data/app/helpers/hydra_helper.rb +155 -0
  22. data/app/helpers/hydra_uploader_helper.rb +18 -0
  23. data/app/helpers/inline_editable_metadata_helper.rb +15 -0
  24. data/app/helpers/javascript_includes_helper.rb +93 -0
  25. data/app/helpers/release_process_helper.rb +32 -0
  26. data/app/models/audio_asset.rb +8 -0
  27. data/app/models/file_asset.rb +111 -0
  28. data/app/models/generic_content.rb +21 -0
  29. data/app/models/generic_image.rb +62 -0
  30. data/app/models/image_asset.rb +8 -0
  31. data/app/models/mods_asset.rb +6 -0
  32. data/app/models/role_mapper.rb +22 -0
  33. data/app/models/superuser.rb +6 -0
  34. data/app/models/video_asset.rb +8 -0
  35. data/app/views/_add_assets_links.html.erb +13 -0
  36. data/app/views/_brown_sidebar.html +15 -0
  37. data/app/views/_user_util_links.html.erb +31 -0
  38. data/app/views/catalog/_citation.html.erb +11 -0
  39. data/app/views/catalog/_constraints_element.html.erb +34 -0
  40. data/app/views/catalog/_delete_partials/_default.html.erb +29 -0
  41. data/app/views/catalog/_document_list.html.erb +11 -0
  42. data/app/views/catalog/_edit_partials/_default.html.erb +64 -0
  43. data/app/views/catalog/_edit_partials/_default_details.html.erb +15 -0
  44. data/app/views/catalog/_email_form.html.erb +9 -0
  45. data/app/views/catalog/_facets.html.erb +37 -0
  46. data/app/views/catalog/_flash_msg.html.erb +17 -0
  47. data/app/views/catalog/_home.html.erb +6 -0
  48. data/app/views/catalog/_home_text.html.erb +10 -0
  49. data/app/views/catalog/_index_partials/_default.html.erb +20 -0
  50. data/app/views/catalog/_index_partials/_default_details.html.erb +11 -0
  51. data/app/views/catalog/_index_partials/_default_group.html.erb +15 -0
  52. data/app/views/catalog/_search_form.html.erb +12 -0
  53. data/app/views/catalog/_show_partials/_default.html.erb +23 -0
  54. data/app/views/catalog/_show_partials/_default_details.html.erb +12 -0
  55. data/app/views/catalog/_show_partials/_facets.html.erb +52 -0
  56. data/app/views/catalog/_sms_form.html.erb +21 -0
  57. data/app/views/catalog/_sort_and_per_page.html.erb +22 -0
  58. data/app/views/catalog/_uva_tabs.html.erb +10 -0
  59. data/app/views/catalog/about.html.erb +0 -0
  60. data/app/views/catalog/show.html.erb +48 -0
  61. data/app/views/contributors/_add_contributor_split_button.html.erb +10 -0
  62. data/app/views/contributors/_edit_conference.html.erb +29 -0
  63. data/app/views/contributors/_edit_organization.html.erb +29 -0
  64. data/app/views/contributors/_edit_person.html.erb +42 -0
  65. data/app/views/contributors/_index.html.erb +12 -0
  66. data/app/views/contributors/_new.html.erb +10 -0
  67. data/app/views/contributors/_show_conference.html.erb +22 -0
  68. data/app/views/contributors/_show_organization.html.erb +29 -0
  69. data/app/views/contributors/_show_person.html.erb +17 -0
  70. data/app/views/contributors/new.html.erb +13 -0
  71. data/app/views/downloads/index.html.erb +1 -0
  72. data/app/views/file_assets/_deletable_result.html.erb +5 -0
  73. data/app/views/file_assets/_index.html.erb +15 -0
  74. data/app/views/file_assets/_new.html.erb +2 -0
  75. data/app/views/file_assets/_result.html.erb +16 -0
  76. data/app/views/file_assets/index.html.erb +5 -0
  77. data/app/views/fluid_infusion/_uploader.html.erb +81 -0
  78. data/app/views/fluid_infusion/_uploader_generic_content_objects.js.erb +38 -0
  79. data/app/views/fluid_infusion/_uploader_js.erb +45 -0
  80. data/app/views/generic_content_objects/_edit_description.html.erb +50 -0
  81. data/app/views/generic_content_objects/_new.html.erb +0 -0
  82. data/app/views/generic_content_objects/_show_description.html.erb +68 -0
  83. data/app/views/generic_content_objects/contributors/_edit_conference.html.erb +29 -0
  84. data/app/views/generic_content_objects/contributors/_edit_organization.html.erb +29 -0
  85. data/app/views/generic_content_objects/contributors/_edit_person.html.erb +37 -0
  86. data/app/views/generic_content_objects/contributors/_new.html.erb +10 -0
  87. data/app/views/generic_content_objects/contributors/_show_conference.html.erb +22 -0
  88. data/app/views/generic_content_objects/contributors/_show_organization.html.erb +22 -0
  89. data/app/views/generic_content_objects/contributors/_show_person.html.erb +38 -0
  90. data/app/views/generic_contents/_edit.html.erb +59 -0
  91. data/app/views/generic_contents/_index.html.erb +23 -0
  92. data/app/views/generic_contents/_show.html.erb +18 -0
  93. data/app/views/generic_contents/_show_content.html.erb +4 -0
  94. data/app/views/generic_images/_edit.html.erb +59 -0
  95. data/app/views/generic_images/_index.html.erb +24 -0
  96. data/app/views/generic_images/_show.html.erb +18 -0
  97. data/app/views/generic_images/_show_all.html.erb +14 -0
  98. data/app/views/generic_images/_show_content.html.erb +7 -0
  99. data/app/views/layouts/application.html.erb +57 -0
  100. data/app/views/layouts/hydra-head.html.erb +12 -0
  101. data/app/views/mods_assets/_edit.html.erb +49 -0
  102. data/app/views/mods_assets/_edit_description.html.erb +82 -0
  103. data/app/views/mods_assets/_edit_journal.html.erb +72 -0
  104. data/app/views/mods_assets/_index.html.erb +1 -0
  105. data/app/views/mods_assets/_index_list.html.erb +37 -0
  106. data/app/views/mods_assets/_index_table.html.erb +7 -0
  107. data/app/views/mods_assets/_progress_box.html.erb +82 -0
  108. data/app/views/mods_assets/_show.html.erb +44 -0
  109. data/app/views/mods_assets/_show_description.html.erb +44 -0
  110. data/app/views/mods_assets/_show_journal.html.erb +42 -0
  111. data/app/views/mods_assets/_show_permissions.html.erb +14 -0
  112. data/app/views/permissions/_edit_person_permissions.html.erb +35 -0
  113. data/app/views/permissions/_index.html.erb +55 -0
  114. data/app/views/permissions/_new.html.erb +18 -0
  115. data/app/views/permissions/index.html.erb +1 -0
  116. data/app/views/permissions/new.html.erb +1 -0
  117. data/app/views/shared/_delete_asset_confirmation.html.erb +17 -0
  118. data/app/views/user_sessions/_login_form.html.erb +10 -0
  119. data/app/views/user_sessions/logged_out.html.erb +1 -0
  120. data/config/routes.rb +12 -0
  121. data/fedora_conf/conf/fedora.fcfg +1021 -0
  122. data/hydra-head.gemspec +70 -0
  123. data/lib/application_controller.rb +25 -0
  124. data/lib/application_helper.rb +2 -0
  125. data/lib/engine.rb +30 -0
  126. data/lib/generators/hydra/head_generator.rb +152 -0
  127. data/lib/generators/hydra/templates/config/fedora.yml +17 -0
  128. data/lib/generators/hydra/templates/config/initializers/blacklight_config.rb +246 -0
  129. data/lib/generators/hydra/templates/config/initializers/fedora_config.rb +23 -0
  130. data/lib/generators/hydra/templates/config/initializers/hydra_config.rb +29 -0
  131. data/lib/generators/hydra/templates/config/role_map_cucumber.yml +10 -0
  132. data/lib/generators/hydra/templates/config/role_map_development.yml +12 -0
  133. data/lib/generators/hydra/templates/config/role_map_production.yml +2 -0
  134. data/lib/generators/hydra/templates/config/role_map_test.yml +15 -0
  135. data/lib/generators/hydra/templates/config/solr.yml +10 -0
  136. data/lib/generators/hydra/templates/config/solr_mappings.yml +22 -0
  137. data/lib/generators/hydra/templates/fedora_conf/conf/fedora.fcfg +1021 -0
  138. data/lib/generators/hydra/templates/migrations/add_user_attributes_table.rb +15 -0
  139. data/lib/generators/hydra/templates/migrations/create_superusers.rb +12 -0
  140. data/lib/generators/hydra/templates/solr_conf/conf/schema.xml +118 -0
  141. data/lib/generators/hydra/templates/solr_conf/conf/solrconfig.xml +332 -0
  142. data/lib/generators/hydra/templates/solr_conf/solr.xml +35 -0
  143. data/lib/hydra-head.rb +29 -0
  144. data/lib/hydra-head/engine.rb +9 -0
  145. data/lib/hydra-head/routes.rb +87 -0
  146. data/lib/hydra-head/version.rb +4 -0
  147. data/lib/hydra.rb +22 -0
  148. data/lib/hydra/access_controls_enforcement.rb +236 -0
  149. data/lib/hydra/access_controls_evaluation.rb +97 -0
  150. data/lib/hydra/assets_controller_helper.rb +144 -0
  151. data/lib/hydra/catalog.rb +64 -0
  152. data/lib/hydra/common_mods_index_methods.rb +42 -0
  153. data/lib/hydra/controller.rb +7 -0
  154. data/lib/hydra/file_assets_helper.rb +144 -0
  155. data/lib/hydra/fixtures.rb +43 -0
  156. data/lib/hydra/generic_content.rb +113 -0
  157. data/lib/hydra/generic_image.rb +100 -0
  158. data/lib/hydra/image.rb +177 -0
  159. data/lib/hydra/model_methods.rb +95 -0
  160. data/lib/hydra/model_mixins.rb +2 -0
  161. data/lib/hydra/model_mixins/common_metadata.rb +24 -0
  162. data/lib/hydra/model_mixins/mods_object.rb +16 -0
  163. data/lib/hydra/mods_article.rb +505 -0
  164. data/lib/hydra/mods_dataset.rb +165 -0
  165. data/lib/hydra/mods_generic_content.rb +494 -0
  166. data/lib/hydra/mods_image.rb +494 -0
  167. data/lib/hydra/repository_controller.rb +102 -0
  168. data/lib/hydra/rights_metadata.rb +189 -0
  169. data/lib/hydra/superuser_attributes.rb +12 -0
  170. data/lib/hydra/testing_server.rb +183 -0
  171. data/lib/hydra/user.rb +22 -0
  172. data/lib/mediashelf/active_fedora_helper.rb +72 -0
  173. data/lib/railties/all_tests.rake +23 -0
  174. data/lib/railties/hydra-fixtures.rake +184 -0
  175. data/lib/railties/hydra_jetty.rake +79 -0
  176. data/lib/railties/hyhead_cucumber.rake +127 -0
  177. data/lib/railties/hyhead_rspec.rake +137 -0
  178. data/lib/stanford/searchworks_helper.rb +1338 -0
  179. data/lib/stanford/solr_helper.rb +108 -0
  180. data/lib/uva/mods_index_methods.rb +24 -0
  181. data/solr_conf/conf/schema.xml +122 -0
  182. data/solr_conf/conf/solrconfig.xml +332 -0
  183. data/solr_conf/solr.xml +35 -0
  184. data/tasks/hydra-head-fixtures.rake +54 -0
  185. data/tasks/hydra-head.rake +247 -0
  186. data/tasks/hydra_jetty.rake +79 -0
  187. data/tasks/replicator.rake +27 -0
  188. data/tasks/solrizer-fedora.rake +53 -0
  189. data/tasks/solrizer.rake +13 -0
  190. data/test_support/etc/Gemfile +29 -0
  191. data/test_support/etc/rvmrc +32 -0
  192. data/test_support/features/button_add_assets.feature +22 -0
  193. data/test_support/features/button_add_generic_content.feature +11 -0
  194. data/test_support/features/button_add_image.feature +11 -0
  195. data/test_support/features/button_add_mods_asset.feature +11 -0
  196. data/test_support/features/contributor_add.feature +39 -0
  197. data/test_support/features/file_assets_list.feature +32 -0
  198. data/test_support/features/file_upload.feature +40 -0
  199. data/test_support/features/home_page.feature +9 -0
  200. data/test_support/features/html_validity.feature +47 -0
  201. data/test_support/features/mods_asset_contributors_edit.feature +80 -0
  202. data/test_support/features/mods_asset_create.feature +12 -0
  203. data/test_support/features/mods_asset_edit.feature +33 -0
  204. data/test_support/features/mods_asset_edit_without_permission.feature +10 -0
  205. data/test_support/features/mods_asset_search_result.feature +13 -0
  206. data/test_support/features/mods_asset_show.feature +39 -0
  207. data/test_support/features/permissions_add.feature +15 -0
  208. data/test_support/features/permissions_edit.feature +63 -0
  209. data/test_support/features/step_definitions/catalog_index_steps.rb +14 -0
  210. data/test_support/features/step_definitions/create_asset_steps.rb +7 -0
  211. data/test_support/features/step_definitions/edit_metadata_steps.rb +73 -0
  212. data/test_support/features/step_definitions/file_list_steps.rb +28 -0
  213. data/test_support/features/step_definitions/hydra_metadata_steps.rb +3 -0
  214. data/test_support/features/step_definitions/hydra_steps.rb +8 -0
  215. data/test_support/features/step_definitions/inline_editable_edit_steps.rb +77 -0
  216. data/test_support/features/step_definitions/search_steps.rb +88 -0
  217. data/test_support/features/step_definitions/searching_steps.rb +22 -0
  218. data/test_support/features/step_definitions/show_document_steps.rb +85 -0
  219. data/test_support/features/step_definitions/user_steps.rb +36 -0
  220. data/test_support/features/step_definitions/web_steps.rb +219 -0
  221. data/test_support/features/support/env.rb +55 -0
  222. data/test_support/features/support/paths.rb +80 -0
  223. data/test_support/features/switch_users.feature +14 -0
  224. data/test_support/features/view_catalog_index.feature +18 -0
  225. data/test_support/fixtures/empty_file.txt +0 -0
  226. data/test_support/fixtures/hydrangea_fixture_archivist_only_mods_article.foxml.xml +1212 -0
  227. data/test_support/fixtures/hydrangea_fixture_file_asset1.foxml.xml +4946 -0
  228. data/test_support/fixtures/hydrangea_fixture_mods_article1.foxml.xml +234 -0
  229. data/test_support/fixtures/hydrangea_fixture_mods_article2.foxml.xml +177 -0
  230. data/test_support/fixtures/hydrangea_fixture_mods_article3.foxml.xml +170 -0
  231. data/test_support/fixtures/hydrangea_fixture_mods_dataset1.foxml.xml +187 -0
  232. data/test_support/fixtures/hydrangea_fixture_uploaded_svg1.foxml.xml +676 -0
  233. data/test_support/fixtures/image.jp2 +0 -0
  234. data/test_support/fixtures/libra-oa_1.foxml.xml +2324 -0
  235. data/test_support/fixtures/libra-oa_2.foxml.xml +2422 -0
  236. data/test_support/spec/controllers/assets_controller_spec.rb +113 -0
  237. data/test_support/spec/controllers/catalog_controller_spec.rb +148 -0
  238. data/test_support/spec/controllers/catalog_controller_viewing_context_spec.rb +62 -0
  239. data/test_support/spec/controllers/contributors_controller_spec.rb +47 -0
  240. data/test_support/spec/controllers/file_assets_controller_spec.rb +189 -0
  241. data/test_support/spec/controllers/hydra_controller_spec.rb +15 -0
  242. data/test_support/spec/controllers/permissions_controller_spec.rb +80 -0
  243. data/test_support/spec/controllers/user_sessions_controller_spec.rb +35 -0
  244. data/test_support/spec/generators/hydra-head_generator_spec.rb +14 -0
  245. data/test_support/spec/helpers/access_controls_enforcement_spec.rb +212 -0
  246. data/test_support/spec/helpers/access_controls_evaluation_spec.rb +35 -0
  247. data/test_support/spec/helpers/assets_controller_helper_spec.rb +71 -0
  248. data/test_support/spec/helpers/blacklight_helper_spec.rb +64 -0
  249. data/test_support/spec/helpers/file_assets_helper_spec.rb +107 -0
  250. data/test_support/spec/helpers/hydra-repository_controller_spec.rb +32 -0
  251. data/test_support/spec/helpers/hydra_assets_helper_spec.rb +195 -0
  252. data/test_support/spec/helpers/hydra_djatoka_helper_spec.rb +32 -0
  253. data/test_support/spec/helpers/hydra_fedora_metadata_helper_spec.rb +215 -0
  254. data/test_support/spec/helpers/hydra_helper_spec.rb +73 -0
  255. data/test_support/spec/helpers/hydra_model_methods_spec.rb +95 -0
  256. data/test_support/spec/helpers/hydra_uploader_helper_spec.rb +18 -0
  257. data/test_support/spec/helpers/javascript_includes_helper_spec.rb +43 -0
  258. data/test_support/spec/integration/file_asset_spec.rb +150 -0
  259. data/test_support/spec/lib/active_fedora_helper_spec.rb +56 -0
  260. data/test_support/spec/lib/catalog_spec.rb +16 -0
  261. data/test_support/spec/lib/common_mods_index_methods_spec.rb +28 -0
  262. data/test_support/spec/models/audio_asset_spec.rb +23 -0
  263. data/test_support/spec/models/file_asset_spec.rb +42 -0
  264. data/test_support/spec/models/generic_content_spec.rb +29 -0
  265. data/test_support/spec/models/generic_image_spec.rb +58 -0
  266. data/test_support/spec/models/hydra_rights_metadata_spec.rb +162 -0
  267. data/test_support/spec/models/image_asset_spec.rb +23 -0
  268. data/test_support/spec/models/mods_asset_spec.rb +29 -0
  269. data/test_support/spec/models/role_mapper_spec.rb +22 -0
  270. data/test_support/spec/models/user_spec.rb +52 -0
  271. data/test_support/spec/models/video_asset_spec.rb +23 -0
  272. data/test_support/spec/rcov.opts +3 -0
  273. data/test_support/spec/spec.opts +4 -0
  274. data/test_support/spec/spec_helper.rb +44 -0
  275. data/test_support/spec/support/matchers/helper_matcher.rb +14 -0
  276. data/test_support/spec/support/matchers/solr_matchers.rb +60 -0
  277. data/test_support/spec/unit/hydra-head-engine_spec.rb +8 -0
  278. data/test_support/spec/unit/hydra-head_spec.rb +8 -0
  279. data/test_support/spec/utilities/hydra_testing_server_spec.rb +49 -0
  280. data/test_support/spec/views/uploader.html.erb_spec.rb +30 -0
  281. data/vendor/cache/RedCloth-4.2.3.gem +0 -0
  282. data/vendor/cache/abstract-1.0.0.gem +0 -0
  283. data/vendor/cache/actionmailer-3.0.9.gem +0 -0
  284. data/vendor/cache/actionpack-3.0.9.gem +0 -0
  285. data/vendor/cache/active-fedora-2.3.3.gem +0 -0
  286. data/vendor/cache/activemodel-3.0.9.gem +0 -0
  287. data/vendor/cache/activerecord-3.0.9.gem +0 -0
  288. data/vendor/cache/activeresource-3.0.9.gem +0 -0
  289. data/vendor/cache/activesupport-3.0.9.gem +0 -0
  290. data/vendor/cache/arel-2.0.10.gem +0 -0
  291. data/vendor/cache/blacklight-3.0.0.gem +0 -0
  292. data/vendor/cache/block_helpers-0.3.3.gem +0 -0
  293. data/vendor/cache/builder-2.1.2.gem +0 -0
  294. data/vendor/cache/capybara-1.0.0.gem +0 -0
  295. data/vendor/cache/childprocess-0.2.0.gem +0 -0
  296. data/vendor/cache/columnize-0.3.4.gem +0 -0
  297. data/vendor/cache/crack-0.1.8.gem +0 -0
  298. data/vendor/cache/cucumber-1.0.2.gem +0 -0
  299. data/vendor/cache/cucumber-rails-1.0.2.gem +0 -0
  300. data/vendor/cache/curb-0.7.15.gem +0 -0
  301. data/vendor/cache/daemons-1.1.4.gem +0 -0
  302. data/vendor/cache/database_cleaner-0.6.7.gem +0 -0
  303. data/vendor/cache/diff-lcs-1.1.2.gem +0 -0
  304. data/vendor/cache/equivalent-xml-0.2.7.gem +0 -0
  305. data/vendor/cache/erubis-2.6.6.gem +0 -0
  306. data/vendor/cache/facets-2.8.4.gem +0 -0
  307. data/vendor/cache/factory_girl-1.3.3.gem +0 -0
  308. data/vendor/cache/fastercsv-1.5.4.gem +0 -0
  309. data/vendor/cache/ffi-1.0.9.gem +0 -0
  310. data/vendor/cache/gherkin-2.4.5.gem +0 -0
  311. data/vendor/cache/haml-3.1.2.gem +0 -0
  312. data/vendor/cache/httparty-0.7.8.gem +0 -0
  313. data/vendor/cache/i18n-0.5.0.gem +0 -0
  314. data/vendor/cache/jettywrapper-0.0.10.gem +0 -0
  315. data/vendor/cache/json-1.5.3.gem +0 -0
  316. data/vendor/cache/json_pure-1.5.3.gem +0 -0
  317. data/vendor/cache/kaminari-0.12.4.gem +0 -0
  318. data/vendor/cache/launchy-2.0.3.gem +0 -0
  319. data/vendor/cache/linecache-0.46.gem +0 -0
  320. data/vendor/cache/logger-1.2.8.gem +0 -0
  321. data/vendor/cache/mail-2.2.19.gem +0 -0
  322. data/vendor/cache/marc-0.4.3.gem +0 -0
  323. data/vendor/cache/mediashelf-loggable-0.4.2.gem +0 -0
  324. data/vendor/cache/mime-types-1.16.gem +0 -0
  325. data/vendor/cache/mocha-0.9.12.gem +0 -0
  326. data/vendor/cache/multipart-post-1.1.2.gem +0 -0
  327. data/vendor/cache/nokogiri-1.5.0.gem +0 -0
  328. data/vendor/cache/om-1.2.5.gem +0 -0
  329. data/vendor/cache/polyglot-0.3.1.gem +0 -0
  330. data/vendor/cache/rack-1.2.3.gem +0 -0
  331. data/vendor/cache/rack-mount-0.6.14.gem +0 -0
  332. data/vendor/cache/rack-test-0.5.7.gem +0 -0
  333. data/vendor/cache/rails-3.0.9.gem +0 -0
  334. data/vendor/cache/railties-3.0.9.gem +0 -0
  335. data/vendor/cache/rake-0.9.2.gem +0 -0
  336. data/vendor/cache/rbx-require-relative-0.0.5.gem +0 -0
  337. data/vendor/cache/rcov-0.9.9.gem +0 -0
  338. data/vendor/cache/rdoc-3.8.gem +0 -0
  339. data/vendor/cache/rsolr-1.0.2.gem +0 -0
  340. data/vendor/cache/rsolr-ext-1.0.3.gem +0 -0
  341. data/vendor/cache/rspec-2.6.0.gem +0 -0
  342. data/vendor/cache/rspec-core-2.6.4.gem +0 -0
  343. data/vendor/cache/rspec-expectations-2.6.0.gem +0 -0
  344. data/vendor/cache/rspec-mocks-2.6.0.gem +0 -0
  345. data/vendor/cache/rspec-rails-2.6.1.gem +0 -0
  346. data/vendor/cache/ruby-debug-0.10.4.gem +0 -0
  347. data/vendor/cache/ruby-debug-base-0.10.4.gem +0 -0
  348. data/vendor/cache/rubyzip-0.9.4.gem +0 -0
  349. data/vendor/cache/sanitize-2.0.3.gem +0 -0
  350. data/vendor/cache/selenium-webdriver-0.2.2.gem +0 -0
  351. data/vendor/cache/solr-ruby-0.0.8.gem +0 -0
  352. data/vendor/cache/solrizer-1.1.0.gem +0 -0
  353. data/vendor/cache/solrizer-fedora-1.1.0.gem +0 -0
  354. data/vendor/cache/sqlite3-ruby-1.2.5.gem +0 -0
  355. data/vendor/cache/stomp-1.1.9.gem +0 -0
  356. data/vendor/cache/term-ansicolor-1.0.5.gem +0 -0
  357. data/vendor/cache/thor-0.14.6.gem +0 -0
  358. data/vendor/cache/treetop-1.4.9.gem +0 -0
  359. data/vendor/cache/trollop-1.16.2.gem +0 -0
  360. data/vendor/cache/tzinfo-0.3.29.gem +0 -0
  361. data/vendor/cache/unicode-0.4.0.gem +0 -0
  362. data/vendor/cache/will_paginate-2.3.15.gem +0 -0
  363. data/vendor/cache/xml-simple-1.1.0.gem +0 -0
  364. data/vendor/cache/xpath-0.1.4.gem +0 -0
  365. data/vendor/cache/yard-0.7.2.gem +0 -0
  366. metadata +1110 -0
Binary file
@@ -0,0 +1,2324 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="libra-oa:1"
3
+ xmlns:foxml="info:fedora/fedora-system:def/foxml#"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
6
+ <foxml:objectProperties>
7
+ <foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
8
+ <foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE=""/>
9
+ <foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/>
10
+ <foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2011-01-25T19:41:38.165Z"/>
11
+ <foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2011-01-25T19:47:47.529Z"/>
12
+ </foxml:objectProperties>
13
+ <foxml:datastream ID="AUDIT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
14
+ <foxml:datastreamVersion ID="AUDIT.0" LABEL="Audit Trail for this object" CREATED="2011-01-25T19:41:38.165Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.fedora.audit">
15
+ <foxml:xmlContent>
16
+ <audit:auditTrail xmlns:audit="info:fedora/fedora-system:def/audit#">
17
+ <audit:record ID="AUDREC1">
18
+ <audit:process type="Fedora API-M"/>
19
+ <audit:action>addDatastream</audit:action>
20
+ <audit:componentID>descMetadata</audit:componentID>
21
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
22
+ <audit:date>2011-01-25T19:41:38.370Z</audit:date>
23
+ <audit:justification></audit:justification>
24
+ </audit:record>
25
+ <audit:record ID="AUDREC2">
26
+ <audit:process type="Fedora API-M"/>
27
+ <audit:action>addDatastream</audit:action>
28
+ <audit:componentID>RELS-EXT</audit:componentID>
29
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
30
+ <audit:date>2011-01-25T19:41:38.507Z</audit:date>
31
+ <audit:justification></audit:justification>
32
+ </audit:record>
33
+ <audit:record ID="AUDREC3">
34
+ <audit:process type="Fedora API-M"/>
35
+ <audit:action>addDatastream</audit:action>
36
+ <audit:componentID>rightsMetadata</audit:componentID>
37
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
38
+ <audit:date>2011-01-25T19:41:38.606Z</audit:date>
39
+ <audit:justification></audit:justification>
40
+ </audit:record>
41
+ <audit:record ID="AUDREC4">
42
+ <audit:process type="Fedora API-M"/>
43
+ <audit:action>addDatastream</audit:action>
44
+ <audit:componentID>properties</audit:componentID>
45
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
46
+ <audit:date>2011-01-25T19:41:38.748Z</audit:date>
47
+ <audit:justification></audit:justification>
48
+ </audit:record>
49
+ <audit:record ID="AUDREC5">
50
+ <audit:process type="Fedora API-M"/>
51
+ <audit:action>modifyObject</audit:action>
52
+ <audit:componentID></audit:componentID>
53
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
54
+ <audit:date>2011-01-25T19:42:51.486Z</audit:date>
55
+ <audit:justification></audit:justification>
56
+ </audit:record>
57
+ <audit:record ID="AUDREC6">
58
+ <audit:process type="Fedora API-M"/>
59
+ <audit:action>modifyDatastreamByValue</audit:action>
60
+ <audit:componentID>descMetadata</audit:componentID>
61
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
62
+ <audit:date>2011-01-25T19:42:51.562Z</audit:date>
63
+ <audit:justification></audit:justification>
64
+ </audit:record>
65
+ <audit:record ID="AUDREC7">
66
+ <audit:process type="Fedora API-M"/>
67
+ <audit:action>modifyObject</audit:action>
68
+ <audit:componentID></audit:componentID>
69
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
70
+ <audit:date>2011-01-25T19:43:17.826Z</audit:date>
71
+ <audit:justification></audit:justification>
72
+ </audit:record>
73
+ <audit:record ID="AUDREC8">
74
+ <audit:process type="Fedora API-M"/>
75
+ <audit:action>modifyDatastreamByValue</audit:action>
76
+ <audit:componentID>descMetadata</audit:componentID>
77
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
78
+ <audit:date>2011-01-25T19:43:17.874Z</audit:date>
79
+ <audit:justification></audit:justification>
80
+ </audit:record>
81
+ <audit:record ID="AUDREC9">
82
+ <audit:process type="Fedora API-M"/>
83
+ <audit:action>modifyObject</audit:action>
84
+ <audit:componentID></audit:componentID>
85
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
86
+ <audit:date>2011-01-25T19:43:19.451Z</audit:date>
87
+ <audit:justification></audit:justification>
88
+ </audit:record>
89
+ <audit:record ID="AUDREC10">
90
+ <audit:process type="Fedora API-M"/>
91
+ <audit:action>modifyDatastreamByValue</audit:action>
92
+ <audit:componentID>descMetadata</audit:componentID>
93
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
94
+ <audit:date>2011-01-25T19:43:19.493Z</audit:date>
95
+ <audit:justification></audit:justification>
96
+ </audit:record>
97
+ <audit:record ID="AUDREC11">
98
+ <audit:process type="Fedora API-M"/>
99
+ <audit:action>modifyObject</audit:action>
100
+ <audit:componentID></audit:componentID>
101
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
102
+ <audit:date>2011-01-25T19:43:20.795Z</audit:date>
103
+ <audit:justification></audit:justification>
104
+ </audit:record>
105
+ <audit:record ID="AUDREC12">
106
+ <audit:process type="Fedora API-M"/>
107
+ <audit:action>modifyDatastreamByValue</audit:action>
108
+ <audit:componentID>descMetadata</audit:componentID>
109
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
110
+ <audit:date>2011-01-25T19:43:20.844Z</audit:date>
111
+ <audit:justification></audit:justification>
112
+ </audit:record>
113
+ <audit:record ID="AUDREC13">
114
+ <audit:process type="Fedora API-M"/>
115
+ <audit:action>modifyObject</audit:action>
116
+ <audit:componentID></audit:componentID>
117
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
118
+ <audit:date>2011-01-25T19:43:22.038Z</audit:date>
119
+ <audit:justification></audit:justification>
120
+ </audit:record>
121
+ <audit:record ID="AUDREC14">
122
+ <audit:process type="Fedora API-M"/>
123
+ <audit:action>modifyDatastreamByValue</audit:action>
124
+ <audit:componentID>descMetadata</audit:componentID>
125
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
126
+ <audit:date>2011-01-25T19:43:22.099Z</audit:date>
127
+ <audit:justification></audit:justification>
128
+ </audit:record>
129
+ <audit:record ID="AUDREC15">
130
+ <audit:process type="Fedora API-M"/>
131
+ <audit:action>modifyObject</audit:action>
132
+ <audit:componentID></audit:componentID>
133
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
134
+ <audit:date>2011-01-25T19:43:23.972Z</audit:date>
135
+ <audit:justification></audit:justification>
136
+ </audit:record>
137
+ <audit:record ID="AUDREC16">
138
+ <audit:process type="Fedora API-M"/>
139
+ <audit:action>modifyDatastreamByValue</audit:action>
140
+ <audit:componentID>descMetadata</audit:componentID>
141
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
142
+ <audit:date>2011-01-25T19:43:24.023Z</audit:date>
143
+ <audit:justification></audit:justification>
144
+ </audit:record>
145
+ <audit:record ID="AUDREC17">
146
+ <audit:process type="Fedora API-M"/>
147
+ <audit:action>modifyObject</audit:action>
148
+ <audit:componentID></audit:componentID>
149
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
150
+ <audit:date>2011-01-25T19:43:27.478Z</audit:date>
151
+ <audit:justification></audit:justification>
152
+ </audit:record>
153
+ <audit:record ID="AUDREC18">
154
+ <audit:process type="Fedora API-M"/>
155
+ <audit:action>modifyDatastreamByValue</audit:action>
156
+ <audit:componentID>descMetadata</audit:componentID>
157
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
158
+ <audit:date>2011-01-25T19:43:27.523Z</audit:date>
159
+ <audit:justification></audit:justification>
160
+ </audit:record>
161
+ <audit:record ID="AUDREC19">
162
+ <audit:process type="Fedora API-M"/>
163
+ <audit:action>modifyObject</audit:action>
164
+ <audit:componentID></audit:componentID>
165
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
166
+ <audit:date>2011-01-25T19:43:29.490Z</audit:date>
167
+ <audit:justification></audit:justification>
168
+ </audit:record>
169
+ <audit:record ID="AUDREC20">
170
+ <audit:process type="Fedora API-M"/>
171
+ <audit:action>modifyDatastreamByValue</audit:action>
172
+ <audit:componentID>descMetadata</audit:componentID>
173
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
174
+ <audit:date>2011-01-25T19:43:29.531Z</audit:date>
175
+ <audit:justification></audit:justification>
176
+ </audit:record>
177
+ <audit:record ID="AUDREC21">
178
+ <audit:process type="Fedora API-M"/>
179
+ <audit:action>modifyObject</audit:action>
180
+ <audit:componentID></audit:componentID>
181
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
182
+ <audit:date>2011-01-25T19:43:31.463Z</audit:date>
183
+ <audit:justification></audit:justification>
184
+ </audit:record>
185
+ <audit:record ID="AUDREC22">
186
+ <audit:process type="Fedora API-M"/>
187
+ <audit:action>modifyDatastreamByValue</audit:action>
188
+ <audit:componentID>descMetadata</audit:componentID>
189
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
190
+ <audit:date>2011-01-25T19:43:31.508Z</audit:date>
191
+ <audit:justification></audit:justification>
192
+ </audit:record>
193
+ <audit:record ID="AUDREC23">
194
+ <audit:process type="Fedora API-M"/>
195
+ <audit:action>modifyObject</audit:action>
196
+ <audit:componentID></audit:componentID>
197
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
198
+ <audit:date>2011-01-25T19:43:36.544Z</audit:date>
199
+ <audit:justification></audit:justification>
200
+ </audit:record>
201
+ <audit:record ID="AUDREC24">
202
+ <audit:process type="Fedora API-M"/>
203
+ <audit:action>modifyDatastreamByValue</audit:action>
204
+ <audit:componentID>descMetadata</audit:componentID>
205
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
206
+ <audit:date>2011-01-25T19:43:36.634Z</audit:date>
207
+ <audit:justification></audit:justification>
208
+ </audit:record>
209
+ <audit:record ID="AUDREC25">
210
+ <audit:process type="Fedora API-M"/>
211
+ <audit:action>modifyObject</audit:action>
212
+ <audit:componentID></audit:componentID>
213
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
214
+ <audit:date>2011-01-25T19:43:46.681Z</audit:date>
215
+ <audit:justification></audit:justification>
216
+ </audit:record>
217
+ <audit:record ID="AUDREC26">
218
+ <audit:process type="Fedora API-M"/>
219
+ <audit:action>modifyDatastreamByValue</audit:action>
220
+ <audit:componentID>descMetadata</audit:componentID>
221
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
222
+ <audit:date>2011-01-25T19:43:46.743Z</audit:date>
223
+ <audit:justification></audit:justification>
224
+ </audit:record>
225
+ <audit:record ID="AUDREC27">
226
+ <audit:process type="Fedora API-M"/>
227
+ <audit:action>modifyObject</audit:action>
228
+ <audit:componentID></audit:componentID>
229
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
230
+ <audit:date>2011-01-25T19:43:58.745Z</audit:date>
231
+ <audit:justification></audit:justification>
232
+ </audit:record>
233
+ <audit:record ID="AUDREC28">
234
+ <audit:process type="Fedora API-M"/>
235
+ <audit:action>modifyDatastreamByValue</audit:action>
236
+ <audit:componentID>descMetadata</audit:componentID>
237
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
238
+ <audit:date>2011-01-25T19:43:58.824Z</audit:date>
239
+ <audit:justification></audit:justification>
240
+ </audit:record>
241
+ <audit:record ID="AUDREC29">
242
+ <audit:process type="Fedora API-M"/>
243
+ <audit:action>modifyObject</audit:action>
244
+ <audit:componentID></audit:componentID>
245
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
246
+ <audit:date>2011-01-25T19:44:08.430Z</audit:date>
247
+ <audit:justification></audit:justification>
248
+ </audit:record>
249
+ <audit:record ID="AUDREC30">
250
+ <audit:process type="Fedora API-M"/>
251
+ <audit:action>modifyDatastreamByValue</audit:action>
252
+ <audit:componentID>descMetadata</audit:componentID>
253
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
254
+ <audit:date>2011-01-25T19:44:08.475Z</audit:date>
255
+ <audit:justification></audit:justification>
256
+ </audit:record>
257
+ <audit:record ID="AUDREC31">
258
+ <audit:process type="Fedora API-M"/>
259
+ <audit:action>modifyObject</audit:action>
260
+ <audit:componentID></audit:componentID>
261
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
262
+ <audit:date>2011-01-25T19:44:13.186Z</audit:date>
263
+ <audit:justification></audit:justification>
264
+ </audit:record>
265
+ <audit:record ID="AUDREC32">
266
+ <audit:process type="Fedora API-M"/>
267
+ <audit:action>modifyDatastreamByValue</audit:action>
268
+ <audit:componentID>rightsMetadata</audit:componentID>
269
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
270
+ <audit:date>2011-01-25T19:44:13.553Z</audit:date>
271
+ <audit:justification></audit:justification>
272
+ </audit:record>
273
+ <audit:record ID="AUDREC33">
274
+ <audit:process type="Fedora API-M"/>
275
+ <audit:action>modifyObject</audit:action>
276
+ <audit:componentID></audit:componentID>
277
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
278
+ <audit:date>2011-01-25T19:44:24.029Z</audit:date>
279
+ <audit:justification></audit:justification>
280
+ </audit:record>
281
+ <audit:record ID="AUDREC34">
282
+ <audit:process type="Fedora API-M"/>
283
+ <audit:action>modifyObject</audit:action>
284
+ <audit:componentID></audit:componentID>
285
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
286
+ <audit:date>2011-01-25T19:44:39.065Z</audit:date>
287
+ <audit:justification></audit:justification>
288
+ </audit:record>
289
+ <audit:record ID="AUDREC35">
290
+ <audit:process type="Fedora API-M"/>
291
+ <audit:action>modifyDatastreamByValue</audit:action>
292
+ <audit:componentID>descMetadata</audit:componentID>
293
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
294
+ <audit:date>2011-01-25T19:44:39.131Z</audit:date>
295
+ <audit:justification></audit:justification>
296
+ </audit:record>
297
+ <audit:record ID="AUDREC36">
298
+ <audit:process type="Fedora API-M"/>
299
+ <audit:action>modifyObject</audit:action>
300
+ <audit:componentID></audit:componentID>
301
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
302
+ <audit:date>2011-01-25T19:44:41.494Z</audit:date>
303
+ <audit:justification></audit:justification>
304
+ </audit:record>
305
+ <audit:record ID="AUDREC37">
306
+ <audit:process type="Fedora API-M"/>
307
+ <audit:action>modifyDatastreamByValue</audit:action>
308
+ <audit:componentID>descMetadata</audit:componentID>
309
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
310
+ <audit:date>2011-01-25T19:44:41.553Z</audit:date>
311
+ <audit:justification></audit:justification>
312
+ </audit:record>
313
+ <audit:record ID="AUDREC38">
314
+ <audit:process type="Fedora API-M"/>
315
+ <audit:action>modifyObject</audit:action>
316
+ <audit:componentID></audit:componentID>
317
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
318
+ <audit:date>2011-01-25T19:44:46.942Z</audit:date>
319
+ <audit:justification></audit:justification>
320
+ </audit:record>
321
+ <audit:record ID="AUDREC39">
322
+ <audit:process type="Fedora API-M"/>
323
+ <audit:action>modifyDatastreamByValue</audit:action>
324
+ <audit:componentID>descMetadata</audit:componentID>
325
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
326
+ <audit:date>2011-01-25T19:44:47.000Z</audit:date>
327
+ <audit:justification></audit:justification>
328
+ </audit:record>
329
+ <audit:record ID="AUDREC40">
330
+ <audit:process type="Fedora API-M"/>
331
+ <audit:action>modifyObject</audit:action>
332
+ <audit:componentID></audit:componentID>
333
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
334
+ <audit:date>2011-01-25T19:44:48.638Z</audit:date>
335
+ <audit:justification></audit:justification>
336
+ </audit:record>
337
+ <audit:record ID="AUDREC41">
338
+ <audit:process type="Fedora API-M"/>
339
+ <audit:action>modifyDatastreamByValue</audit:action>
340
+ <audit:componentID>descMetadata</audit:componentID>
341
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
342
+ <audit:date>2011-01-25T19:44:48.702Z</audit:date>
343
+ <audit:justification></audit:justification>
344
+ </audit:record>
345
+ <audit:record ID="AUDREC42">
346
+ <audit:process type="Fedora API-M"/>
347
+ <audit:action>modifyObject</audit:action>
348
+ <audit:componentID></audit:componentID>
349
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
350
+ <audit:date>2011-01-25T19:44:50.997Z</audit:date>
351
+ <audit:justification></audit:justification>
352
+ </audit:record>
353
+ <audit:record ID="AUDREC43">
354
+ <audit:process type="Fedora API-M"/>
355
+ <audit:action>modifyDatastreamByValue</audit:action>
356
+ <audit:componentID>descMetadata</audit:componentID>
357
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
358
+ <audit:date>2011-01-25T19:44:51.077Z</audit:date>
359
+ <audit:justification></audit:justification>
360
+ </audit:record>
361
+ <audit:record ID="AUDREC44">
362
+ <audit:process type="Fedora API-M"/>
363
+ <audit:action>modifyObject</audit:action>
364
+ <audit:componentID></audit:componentID>
365
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
366
+ <audit:date>2011-01-25T19:44:53.171Z</audit:date>
367
+ <audit:justification></audit:justification>
368
+ </audit:record>
369
+ <audit:record ID="AUDREC45">
370
+ <audit:process type="Fedora API-M"/>
371
+ <audit:action>modifyDatastreamByValue</audit:action>
372
+ <audit:componentID>descMetadata</audit:componentID>
373
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
374
+ <audit:date>2011-01-25T19:44:53.373Z</audit:date>
375
+ <audit:justification></audit:justification>
376
+ </audit:record>
377
+ <audit:record ID="AUDREC46">
378
+ <audit:process type="Fedora API-M"/>
379
+ <audit:action>modifyObject</audit:action>
380
+ <audit:componentID></audit:componentID>
381
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
382
+ <audit:date>2011-01-25T19:44:55.567Z</audit:date>
383
+ <audit:justification></audit:justification>
384
+ </audit:record>
385
+ <audit:record ID="AUDREC47">
386
+ <audit:process type="Fedora API-M"/>
387
+ <audit:action>modifyDatastreamByValue</audit:action>
388
+ <audit:componentID>descMetadata</audit:componentID>
389
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
390
+ <audit:date>2011-01-25T19:44:55.629Z</audit:date>
391
+ <audit:justification></audit:justification>
392
+ </audit:record>
393
+ <audit:record ID="AUDREC48">
394
+ <audit:process type="Fedora API-M"/>
395
+ <audit:action>modifyObject</audit:action>
396
+ <audit:componentID></audit:componentID>
397
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
398
+ <audit:date>2011-01-25T19:45:06.961Z</audit:date>
399
+ <audit:justification></audit:justification>
400
+ </audit:record>
401
+ <audit:record ID="AUDREC49">
402
+ <audit:process type="Fedora API-M"/>
403
+ <audit:action>modifyDatastreamByValue</audit:action>
404
+ <audit:componentID>descMetadata</audit:componentID>
405
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
406
+ <audit:date>2011-01-25T19:45:07.030Z</audit:date>
407
+ <audit:justification></audit:justification>
408
+ </audit:record>
409
+ <audit:record ID="AUDREC50">
410
+ <audit:process type="Fedora API-M"/>
411
+ <audit:action>modifyObject</audit:action>
412
+ <audit:componentID></audit:componentID>
413
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
414
+ <audit:date>2011-01-25T19:45:08.974Z</audit:date>
415
+ <audit:justification></audit:justification>
416
+ </audit:record>
417
+ <audit:record ID="AUDREC51">
418
+ <audit:process type="Fedora API-M"/>
419
+ <audit:action>modifyDatastreamByValue</audit:action>
420
+ <audit:componentID>descMetadata</audit:componentID>
421
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
422
+ <audit:date>2011-01-25T19:45:09.030Z</audit:date>
423
+ <audit:justification></audit:justification>
424
+ </audit:record>
425
+ <audit:record ID="AUDREC52">
426
+ <audit:process type="Fedora API-M"/>
427
+ <audit:action>modifyObject</audit:action>
428
+ <audit:componentID></audit:componentID>
429
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
430
+ <audit:date>2011-01-25T19:45:15.921Z</audit:date>
431
+ <audit:justification></audit:justification>
432
+ </audit:record>
433
+ <audit:record ID="AUDREC53">
434
+ <audit:process type="Fedora API-M"/>
435
+ <audit:action>modifyDatastreamByValue</audit:action>
436
+ <audit:componentID>descMetadata</audit:componentID>
437
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
438
+ <audit:date>2011-01-25T19:45:16.024Z</audit:date>
439
+ <audit:justification></audit:justification>
440
+ </audit:record>
441
+ <audit:record ID="AUDREC54">
442
+ <audit:process type="Fedora API-M"/>
443
+ <audit:action>modifyObject</audit:action>
444
+ <audit:componentID></audit:componentID>
445
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
446
+ <audit:date>2011-01-25T19:45:17.858Z</audit:date>
447
+ <audit:justification></audit:justification>
448
+ </audit:record>
449
+ <audit:record ID="AUDREC55">
450
+ <audit:process type="Fedora API-M"/>
451
+ <audit:action>modifyDatastreamByValue</audit:action>
452
+ <audit:componentID>descMetadata</audit:componentID>
453
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
454
+ <audit:date>2011-01-25T19:45:17.976Z</audit:date>
455
+ <audit:justification></audit:justification>
456
+ </audit:record>
457
+ <audit:record ID="AUDREC56">
458
+ <audit:process type="Fedora API-M"/>
459
+ <audit:action>modifyObject</audit:action>
460
+ <audit:componentID></audit:componentID>
461
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
462
+ <audit:date>2011-01-25T19:45:27.519Z</audit:date>
463
+ <audit:justification></audit:justification>
464
+ </audit:record>
465
+ <audit:record ID="AUDREC57">
466
+ <audit:process type="Fedora API-M"/>
467
+ <audit:action>modifyDatastreamByValue</audit:action>
468
+ <audit:componentID>descMetadata</audit:componentID>
469
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
470
+ <audit:date>2011-01-25T19:45:27.654Z</audit:date>
471
+ <audit:justification></audit:justification>
472
+ </audit:record>
473
+ <audit:record ID="AUDREC58">
474
+ <audit:process type="Fedora API-M"/>
475
+ <audit:action>modifyObject</audit:action>
476
+ <audit:componentID></audit:componentID>
477
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
478
+ <audit:date>2011-01-25T19:45:30.042Z</audit:date>
479
+ <audit:justification></audit:justification>
480
+ </audit:record>
481
+ <audit:record ID="AUDREC59">
482
+ <audit:process type="Fedora API-M"/>
483
+ <audit:action>modifyDatastreamByValue</audit:action>
484
+ <audit:componentID>descMetadata</audit:componentID>
485
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
486
+ <audit:date>2011-01-25T19:45:30.135Z</audit:date>
487
+ <audit:justification></audit:justification>
488
+ </audit:record>
489
+ <audit:record ID="AUDREC60">
490
+ <audit:process type="Fedora API-M"/>
491
+ <audit:action>modifyObject</audit:action>
492
+ <audit:componentID></audit:componentID>
493
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
494
+ <audit:date>2011-01-25T19:45:38.335Z</audit:date>
495
+ <audit:justification></audit:justification>
496
+ </audit:record>
497
+ <audit:record ID="AUDREC61">
498
+ <audit:process type="Fedora API-M"/>
499
+ <audit:action>modifyDatastreamByValue</audit:action>
500
+ <audit:componentID>descMetadata</audit:componentID>
501
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
502
+ <audit:date>2011-01-25T19:45:38.420Z</audit:date>
503
+ <audit:justification></audit:justification>
504
+ </audit:record>
505
+ <audit:record ID="AUDREC62">
506
+ <audit:process type="Fedora API-M"/>
507
+ <audit:action>modifyObject</audit:action>
508
+ <audit:componentID></audit:componentID>
509
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
510
+ <audit:date>2011-01-25T19:47:27.650Z</audit:date>
511
+ <audit:justification></audit:justification>
512
+ </audit:record>
513
+ <audit:record ID="AUDREC63">
514
+ <audit:process type="Fedora API-M"/>
515
+ <audit:action>modifyDatastreamByValue</audit:action>
516
+ <audit:componentID>descMetadata</audit:componentID>
517
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
518
+ <audit:date>2011-01-25T19:47:27.835Z</audit:date>
519
+ <audit:justification></audit:justification>
520
+ </audit:record>
521
+ <audit:record ID="AUDREC64">
522
+ <audit:process type="Fedora API-M"/>
523
+ <audit:action>modifyObject</audit:action>
524
+ <audit:componentID></audit:componentID>
525
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
526
+ <audit:date>2011-01-25T19:47:36.466Z</audit:date>
527
+ <audit:justification></audit:justification>
528
+ </audit:record>
529
+ <audit:record ID="AUDREC65">
530
+ <audit:process type="Fedora API-M"/>
531
+ <audit:action>modifyDatastreamByValue</audit:action>
532
+ <audit:componentID>descMetadata</audit:componentID>
533
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
534
+ <audit:date>2011-01-25T19:47:36.540Z</audit:date>
535
+ <audit:justification></audit:justification>
536
+ </audit:record>
537
+ <audit:record ID="AUDREC66">
538
+ <audit:process type="Fedora API-M"/>
539
+ <audit:action>modifyObject</audit:action>
540
+ <audit:componentID></audit:componentID>
541
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
542
+ <audit:date>2011-01-25T19:47:45.047Z</audit:date>
543
+ <audit:justification></audit:justification>
544
+ </audit:record>
545
+ <audit:record ID="AUDREC67">
546
+ <audit:process type="Fedora API-M"/>
547
+ <audit:action>modifyDatastreamByValue</audit:action>
548
+ <audit:componentID>descMetadata</audit:componentID>
549
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
550
+ <audit:date>2011-01-25T19:47:45.127Z</audit:date>
551
+ <audit:justification></audit:justification>
552
+ </audit:record>
553
+ <audit:record ID="AUDREC68">
554
+ <audit:process type="Fedora API-M"/>
555
+ <audit:action>modifyObject</audit:action>
556
+ <audit:componentID></audit:componentID>
557
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
558
+ <audit:date>2011-01-25T19:47:47.447Z</audit:date>
559
+ <audit:justification></audit:justification>
560
+ </audit:record>
561
+ <audit:record ID="AUDREC69">
562
+ <audit:process type="Fedora API-M"/>
563
+ <audit:action>modifyDatastreamByValue</audit:action>
564
+ <audit:componentID>properties</audit:componentID>
565
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
566
+ <audit:date>2011-01-25T19:47:47.529Z</audit:date>
567
+ <audit:justification></audit:justification>
568
+ </audit:record>
569
+ </audit:auditTrail>
570
+ </foxml:xmlContent>
571
+ </foxml:datastreamVersion>
572
+ </foxml:datastream>
573
+ <foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
574
+ <foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" CREATED="2011-01-25T19:41:38.165Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="342">
575
+ <foxml:xmlContent>
576
+ <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
577
+ <dc:identifier>libra-oa:1</dc:identifier>
578
+ </oai_dc:dc>
579
+ </foxml:xmlContent>
580
+ </foxml:datastreamVersion>
581
+ </foxml:datastream>
582
+ <foxml:datastream ID="descMetadata" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
583
+ <foxml:datastreamVersion ID="descMetadata.0" LABEL="" CREATED="2011-01-25T19:41:38.370Z" MIMETYPE="text/xml" SIZE="1464">
584
+ <foxml:xmlContent>
585
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
586
+ <titleInfo lang="">
587
+ <title></title>
588
+ </titleInfo>
589
+ <name type="personal">
590
+ <namePart type="given"></namePart>
591
+ <namePart type="family"></namePart>
592
+ <affiliation>University of Virginia</affiliation>
593
+ <computing_id></computing_id>
594
+ <description></description>
595
+ <role>
596
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
597
+ </role>
598
+ </name>
599
+ <typeOfResource></typeOfResource>
600
+ <genre authority="marcgt"></genre>
601
+ <language>
602
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
603
+ </language>
604
+ <abstract></abstract>
605
+ <subject>
606
+ <topic></topic>
607
+ </subject>
608
+ <relatedItem type="host">
609
+ <titleInfo>
610
+ <title></title>
611
+ </titleInfo>
612
+ <identifier type="issn"></identifier>
613
+ <originInfo>
614
+ <publisher></publisher>
615
+ <dateIssued></dateIssued>
616
+ <issuance></issuance>
617
+ </originInfo>
618
+ <part>
619
+ <detail type="volume">
620
+ <number></number>
621
+ </detail>
622
+ <detail type="number">
623
+ <number></number>
624
+ </detail>
625
+ <extent unit="pages">
626
+ <start></start>
627
+ <end></end>
628
+ </extent>
629
+ <date></date>
630
+ </part>
631
+ </relatedItem>
632
+ <location>
633
+ <url></url>
634
+ </location>
635
+ </mods>
636
+ </foxml:xmlContent>
637
+ </foxml:datastreamVersion>
638
+ <foxml:datastreamVersion ID="descMetadata.1" LABEL="" CREATED="2011-01-25T19:42:51.562Z" MIMETYPE="text/xml" SIZE="1464">
639
+ <foxml:xmlContent>
640
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
641
+ <titleInfo lang="">
642
+ <title></title>
643
+ </titleInfo>
644
+ <name type="personal">
645
+ <namePart type="given"></namePart>
646
+ <namePart type="family"></namePart>
647
+ <affiliation>University of Virginia</affiliation>
648
+ <computing_id></computing_id>
649
+ <description></description>
650
+ <role>
651
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
652
+ </role>
653
+ </name>
654
+ <typeOfResource></typeOfResource>
655
+ <genre authority="marcgt"></genre>
656
+ <language>
657
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
658
+ </language>
659
+ <abstract></abstract>
660
+ <subject>
661
+ <topic></topic>
662
+ </subject>
663
+ <relatedItem type="host">
664
+ <titleInfo>
665
+ <title></title>
666
+ </titleInfo>
667
+ <identifier type="issn"></identifier>
668
+ <originInfo>
669
+ <publisher></publisher>
670
+ <dateIssued></dateIssued>
671
+ <issuance></issuance>
672
+ </originInfo>
673
+ <part>
674
+ <detail type="volume">
675
+ <number></number>
676
+ </detail>
677
+ <detail type="number">
678
+ <number></number>
679
+ </detail>
680
+ <extent unit="pages">
681
+ <start></start>
682
+ <end></end>
683
+ </extent>
684
+ <date></date>
685
+ </part>
686
+ </relatedItem>
687
+ <location>
688
+ <url></url>
689
+ </location>
690
+ </mods>
691
+ </foxml:xmlContent>
692
+ </foxml:datastreamVersion>
693
+ <foxml:datastreamVersion ID="descMetadata.2" LABEL="" CREATED="2011-01-25T19:43:17.874Z" MIMETYPE="text/xml" SIZE="1496">
694
+ <foxml:xmlContent>
695
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
696
+ <titleInfo lang="">
697
+ <title></title>
698
+ </titleInfo>
699
+ <name type="personal">
700
+ <namePart type="given">Mary</namePart>
701
+ <namePart type="family">Gibson</namePart>
702
+ <affiliation>University of Virginia</affiliation>
703
+ <computing_id>meg2e</computing_id>
704
+ <description>School of Nursing</description>
705
+ <role>
706
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
707
+ </role>
708
+ </name>
709
+ <typeOfResource></typeOfResource>
710
+ <genre authority="marcgt"></genre>
711
+ <language>
712
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
713
+ </language>
714
+ <abstract></abstract>
715
+ <subject>
716
+ <topic></topic>
717
+ </subject>
718
+ <relatedItem type="host">
719
+ <titleInfo>
720
+ <title></title>
721
+ </titleInfo>
722
+ <identifier type="issn"></identifier>
723
+ <originInfo>
724
+ <publisher></publisher>
725
+ <dateIssued></dateIssued>
726
+ <issuance></issuance>
727
+ </originInfo>
728
+ <part>
729
+ <detail type="volume">
730
+ <number></number>
731
+ </detail>
732
+ <detail type="number">
733
+ <number></number>
734
+ </detail>
735
+ <extent unit="pages">
736
+ <start></start>
737
+ <end></end>
738
+ </extent>
739
+ <date></date>
740
+ </part>
741
+ </relatedItem>
742
+ <location>
743
+ <url></url>
744
+ </location>
745
+ </mods>
746
+ </foxml:xmlContent>
747
+ </foxml:datastreamVersion>
748
+ <foxml:datastreamVersion ID="descMetadata.3" LABEL="" CREATED="2011-01-25T19:43:19.493Z" MIMETYPE="text/xml" SIZE="1492">
749
+ <foxml:xmlContent>
750
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
751
+ <titleInfo lang="">
752
+ <title></title>
753
+ </titleInfo>
754
+ <name type="personal">
755
+ <namePart type="given"></namePart>
756
+ <namePart type="family">Gibson</namePart>
757
+ <affiliation>University of Virginia</affiliation>
758
+ <computing_id>meg2e</computing_id>
759
+ <description>School of Nursing</description>
760
+ <role>
761
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
762
+ </role>
763
+ </name>
764
+ <typeOfResource></typeOfResource>
765
+ <genre authority="marcgt"></genre>
766
+ <language>
767
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
768
+ </language>
769
+ <abstract></abstract>
770
+ <subject>
771
+ <topic></topic>
772
+ </subject>
773
+ <relatedItem type="host">
774
+ <titleInfo>
775
+ <title></title>
776
+ </titleInfo>
777
+ <identifier type="issn"></identifier>
778
+ <originInfo>
779
+ <publisher></publisher>
780
+ <dateIssued></dateIssued>
781
+ <issuance></issuance>
782
+ </originInfo>
783
+ <part>
784
+ <detail type="volume">
785
+ <number></number>
786
+ </detail>
787
+ <detail type="number">
788
+ <number></number>
789
+ </detail>
790
+ <extent unit="pages">
791
+ <start></start>
792
+ <end></end>
793
+ </extent>
794
+ <date></date>
795
+ </part>
796
+ </relatedItem>
797
+ <location>
798
+ <url></url>
799
+ </location>
800
+ </mods>
801
+ </foxml:xmlContent>
802
+ </foxml:datastreamVersion>
803
+ <foxml:datastreamVersion ID="descMetadata.4" LABEL="" CREATED="2011-01-25T19:43:20.844Z" MIMETYPE="text/xml" SIZE="1486">
804
+ <foxml:xmlContent>
805
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
806
+ <titleInfo lang="">
807
+ <title></title>
808
+ </titleInfo>
809
+ <name type="personal">
810
+ <namePart type="given"></namePart>
811
+ <namePart type="family"></namePart>
812
+ <affiliation>University of Virginia</affiliation>
813
+ <computing_id>meg2e</computing_id>
814
+ <description>School of Nursing</description>
815
+ <role>
816
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
817
+ </role>
818
+ </name>
819
+ <typeOfResource></typeOfResource>
820
+ <genre authority="marcgt"></genre>
821
+ <language>
822
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
823
+ </language>
824
+ <abstract></abstract>
825
+ <subject>
826
+ <topic></topic>
827
+ </subject>
828
+ <relatedItem type="host">
829
+ <titleInfo>
830
+ <title></title>
831
+ </titleInfo>
832
+ <identifier type="issn"></identifier>
833
+ <originInfo>
834
+ <publisher></publisher>
835
+ <dateIssued></dateIssued>
836
+ <issuance></issuance>
837
+ </originInfo>
838
+ <part>
839
+ <detail type="volume">
840
+ <number></number>
841
+ </detail>
842
+ <detail type="number">
843
+ <number></number>
844
+ </detail>
845
+ <extent unit="pages">
846
+ <start></start>
847
+ <end></end>
848
+ </extent>
849
+ <date></date>
850
+ </part>
851
+ </relatedItem>
852
+ <location>
853
+ <url></url>
854
+ </location>
855
+ </mods>
856
+ </foxml:xmlContent>
857
+ </foxml:datastreamVersion>
858
+ <foxml:datastreamVersion ID="descMetadata.5" LABEL="" CREATED="2011-01-25T19:43:22.099Z" MIMETYPE="text/xml" SIZE="1469">
859
+ <foxml:xmlContent>
860
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
861
+ <titleInfo lang="">
862
+ <title></title>
863
+ </titleInfo>
864
+ <name type="personal">
865
+ <namePart type="given"></namePart>
866
+ <namePart type="family"></namePart>
867
+ <affiliation>University of Virginia</affiliation>
868
+ <computing_id>meg2e</computing_id>
869
+ <description></description>
870
+ <role>
871
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
872
+ </role>
873
+ </name>
874
+ <typeOfResource></typeOfResource>
875
+ <genre authority="marcgt"></genre>
876
+ <language>
877
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
878
+ </language>
879
+ <abstract></abstract>
880
+ <subject>
881
+ <topic></topic>
882
+ </subject>
883
+ <relatedItem type="host">
884
+ <titleInfo>
885
+ <title></title>
886
+ </titleInfo>
887
+ <identifier type="issn"></identifier>
888
+ <originInfo>
889
+ <publisher></publisher>
890
+ <dateIssued></dateIssued>
891
+ <issuance></issuance>
892
+ </originInfo>
893
+ <part>
894
+ <detail type="volume">
895
+ <number></number>
896
+ </detail>
897
+ <detail type="number">
898
+ <number></number>
899
+ </detail>
900
+ <extent unit="pages">
901
+ <start></start>
902
+ <end></end>
903
+ </extent>
904
+ <date></date>
905
+ </part>
906
+ </relatedItem>
907
+ <location>
908
+ <url></url>
909
+ </location>
910
+ </mods>
911
+ </foxml:xmlContent>
912
+ </foxml:datastreamVersion>
913
+ <foxml:datastreamVersion ID="descMetadata.6" LABEL="" CREATED="2011-01-25T19:43:24.023Z" MIMETYPE="text/xml" SIZE="1469">
914
+ <foxml:xmlContent>
915
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
916
+ <titleInfo lang="">
917
+ <title></title>
918
+ </titleInfo>
919
+ <name type="personal">
920
+ <namePart type="given"></namePart>
921
+ <namePart type="family"></namePart>
922
+ <affiliation>University of Virginia</affiliation>
923
+ <computing_id>meg2e</computing_id>
924
+ <description></description>
925
+ <role>
926
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
927
+ </role>
928
+ </name>
929
+ <typeOfResource></typeOfResource>
930
+ <genre authority="marcgt"></genre>
931
+ <language>
932
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
933
+ </language>
934
+ <abstract></abstract>
935
+ <subject>
936
+ <topic></topic>
937
+ </subject>
938
+ <relatedItem type="host">
939
+ <titleInfo>
940
+ <title></title>
941
+ </titleInfo>
942
+ <identifier type="issn"></identifier>
943
+ <originInfo>
944
+ <publisher></publisher>
945
+ <dateIssued></dateIssued>
946
+ <issuance></issuance>
947
+ </originInfo>
948
+ <part>
949
+ <detail type="volume">
950
+ <number></number>
951
+ </detail>
952
+ <detail type="number">
953
+ <number></number>
954
+ </detail>
955
+ <extent unit="pages">
956
+ <start></start>
957
+ <end></end>
958
+ </extent>
959
+ <date></date>
960
+ </part>
961
+ </relatedItem>
962
+ <location>
963
+ <url></url>
964
+ </location>
965
+ </mods>
966
+ </foxml:xmlContent>
967
+ </foxml:datastreamVersion>
968
+ <foxml:datastreamVersion ID="descMetadata.7" LABEL="" CREATED="2011-01-25T19:43:27.523Z" MIMETYPE="text/xml" SIZE="1496">
969
+ <foxml:xmlContent>
970
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
971
+ <titleInfo lang="">
972
+ <title></title>
973
+ </titleInfo>
974
+ <name type="personal">
975
+ <namePart type="given">Mary</namePart>
976
+ <namePart type="family">Gibson</namePart>
977
+ <affiliation>University of Virginia</affiliation>
978
+ <computing_id>meg2e</computing_id>
979
+ <description>School of Nursing</description>
980
+ <role>
981
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
982
+ </role>
983
+ </name>
984
+ <typeOfResource></typeOfResource>
985
+ <genre authority="marcgt"></genre>
986
+ <language>
987
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
988
+ </language>
989
+ <abstract></abstract>
990
+ <subject>
991
+ <topic></topic>
992
+ </subject>
993
+ <relatedItem type="host">
994
+ <titleInfo>
995
+ <title></title>
996
+ </titleInfo>
997
+ <identifier type="issn"></identifier>
998
+ <originInfo>
999
+ <publisher></publisher>
1000
+ <dateIssued></dateIssued>
1001
+ <issuance></issuance>
1002
+ </originInfo>
1003
+ <part>
1004
+ <detail type="volume">
1005
+ <number></number>
1006
+ </detail>
1007
+ <detail type="number">
1008
+ <number></number>
1009
+ </detail>
1010
+ <extent unit="pages">
1011
+ <start></start>
1012
+ <end></end>
1013
+ </extent>
1014
+ <date></date>
1015
+ </part>
1016
+ </relatedItem>
1017
+ <location>
1018
+ <url></url>
1019
+ </location>
1020
+ </mods>
1021
+ </foxml:xmlContent>
1022
+ </foxml:datastreamVersion>
1023
+ <foxml:datastreamVersion ID="descMetadata.8" LABEL="" CREATED="2011-01-25T19:43:29.531Z" MIMETYPE="text/xml" SIZE="1492">
1024
+ <foxml:xmlContent>
1025
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1026
+ <titleInfo lang="">
1027
+ <title></title>
1028
+ </titleInfo>
1029
+ <name type="personal">
1030
+ <namePart type="given"></namePart>
1031
+ <namePart type="family">Gibson</namePart>
1032
+ <affiliation>University of Virginia</affiliation>
1033
+ <computing_id>meg2e</computing_id>
1034
+ <description>School of Nursing</description>
1035
+ <role>
1036
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1037
+ </role>
1038
+ </name>
1039
+ <typeOfResource></typeOfResource>
1040
+ <genre authority="marcgt"></genre>
1041
+ <language>
1042
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1043
+ </language>
1044
+ <abstract></abstract>
1045
+ <subject>
1046
+ <topic></topic>
1047
+ </subject>
1048
+ <relatedItem type="host">
1049
+ <titleInfo>
1050
+ <title></title>
1051
+ </titleInfo>
1052
+ <identifier type="issn"></identifier>
1053
+ <originInfo>
1054
+ <publisher></publisher>
1055
+ <dateIssued></dateIssued>
1056
+ <issuance></issuance>
1057
+ </originInfo>
1058
+ <part>
1059
+ <detail type="volume">
1060
+ <number></number>
1061
+ </detail>
1062
+ <detail type="number">
1063
+ <number></number>
1064
+ </detail>
1065
+ <extent unit="pages">
1066
+ <start></start>
1067
+ <end></end>
1068
+ </extent>
1069
+ <date></date>
1070
+ </part>
1071
+ </relatedItem>
1072
+ <location>
1073
+ <url></url>
1074
+ </location>
1075
+ </mods>
1076
+ </foxml:xmlContent>
1077
+ </foxml:datastreamVersion>
1078
+ <foxml:datastreamVersion ID="descMetadata.9" LABEL="" CREATED="2011-01-25T19:43:31.508Z" MIMETYPE="text/xml" SIZE="1496">
1079
+ <foxml:xmlContent>
1080
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1081
+ <titleInfo lang="">
1082
+ <title></title>
1083
+ </titleInfo>
1084
+ <name type="personal">
1085
+ <namePart type="given">Mary</namePart>
1086
+ <namePart type="family">Gibson</namePart>
1087
+ <affiliation>University of Virginia</affiliation>
1088
+ <computing_id>meg2e</computing_id>
1089
+ <description>School of Nursing</description>
1090
+ <role>
1091
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1092
+ </role>
1093
+ </name>
1094
+ <typeOfResource></typeOfResource>
1095
+ <genre authority="marcgt"></genre>
1096
+ <language>
1097
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1098
+ </language>
1099
+ <abstract></abstract>
1100
+ <subject>
1101
+ <topic></topic>
1102
+ </subject>
1103
+ <relatedItem type="host">
1104
+ <titleInfo>
1105
+ <title></title>
1106
+ </titleInfo>
1107
+ <identifier type="issn"></identifier>
1108
+ <originInfo>
1109
+ <publisher></publisher>
1110
+ <dateIssued></dateIssued>
1111
+ <issuance></issuance>
1112
+ </originInfo>
1113
+ <part>
1114
+ <detail type="volume">
1115
+ <number></number>
1116
+ </detail>
1117
+ <detail type="number">
1118
+ <number></number>
1119
+ </detail>
1120
+ <extent unit="pages">
1121
+ <start></start>
1122
+ <end></end>
1123
+ </extent>
1124
+ <date></date>
1125
+ </part>
1126
+ </relatedItem>
1127
+ <location>
1128
+ <url></url>
1129
+ </location>
1130
+ </mods>
1131
+ </foxml:xmlContent>
1132
+ </foxml:datastreamVersion>
1133
+ <foxml:datastreamVersion ID="descMetadata.10" LABEL="" CREATED="2011-01-25T19:43:36.634Z" MIMETYPE="text/xml" SIZE="1496">
1134
+ <foxml:xmlContent>
1135
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1136
+ <titleInfo lang="">
1137
+ <title></title>
1138
+ </titleInfo>
1139
+ <name type="personal">
1140
+ <namePart type="given">Mary</namePart>
1141
+ <namePart type="family">Gibson</namePart>
1142
+ <affiliation>University of Virginia</affiliation>
1143
+ <computing_id>meg2e</computing_id>
1144
+ <description>School of Nursing</description>
1145
+ <role>
1146
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1147
+ </role>
1148
+ </name>
1149
+ <typeOfResource></typeOfResource>
1150
+ <genre authority="marcgt"></genre>
1151
+ <language>
1152
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1153
+ </language>
1154
+ <abstract></abstract>
1155
+ <subject>
1156
+ <topic></topic>
1157
+ </subject>
1158
+ <relatedItem type="host">
1159
+ <titleInfo>
1160
+ <title></title>
1161
+ </titleInfo>
1162
+ <identifier type="issn"></identifier>
1163
+ <originInfo>
1164
+ <publisher></publisher>
1165
+ <dateIssued></dateIssued>
1166
+ <issuance></issuance>
1167
+ </originInfo>
1168
+ <part>
1169
+ <detail type="volume">
1170
+ <number></number>
1171
+ </detail>
1172
+ <detail type="number">
1173
+ <number></number>
1174
+ </detail>
1175
+ <extent unit="pages">
1176
+ <start></start>
1177
+ <end></end>
1178
+ </extent>
1179
+ <date></date>
1180
+ </part>
1181
+ </relatedItem>
1182
+ <location>
1183
+ <url></url>
1184
+ </location>
1185
+ </mods>
1186
+ </foxml:xmlContent>
1187
+ </foxml:datastreamVersion>
1188
+ <foxml:datastreamVersion ID="descMetadata.11" LABEL="" CREATED="2011-01-25T19:43:46.743Z" MIMETYPE="text/xml" SIZE="1504">
1189
+ <foxml:xmlContent>
1190
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1191
+ <titleInfo lang="">
1192
+ <title>my title</title>
1193
+ </titleInfo>
1194
+ <name type="personal">
1195
+ <namePart type="given">Mary</namePart>
1196
+ <namePart type="family">Gibson</namePart>
1197
+ <affiliation>University of Virginia</affiliation>
1198
+ <computing_id>meg2e</computing_id>
1199
+ <description>School of Nursing</description>
1200
+ <role>
1201
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1202
+ </role>
1203
+ </name>
1204
+ <typeOfResource></typeOfResource>
1205
+ <genre authority="marcgt"></genre>
1206
+ <language>
1207
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1208
+ </language>
1209
+ <abstract></abstract>
1210
+ <subject>
1211
+ <topic></topic>
1212
+ </subject>
1213
+ <relatedItem type="host">
1214
+ <titleInfo>
1215
+ <title></title>
1216
+ </titleInfo>
1217
+ <identifier type="issn"></identifier>
1218
+ <originInfo>
1219
+ <publisher></publisher>
1220
+ <dateIssued></dateIssued>
1221
+ <issuance></issuance>
1222
+ </originInfo>
1223
+ <part>
1224
+ <detail type="volume">
1225
+ <number></number>
1226
+ </detail>
1227
+ <detail type="number">
1228
+ <number></number>
1229
+ </detail>
1230
+ <extent unit="pages">
1231
+ <start></start>
1232
+ <end></end>
1233
+ </extent>
1234
+ <date></date>
1235
+ </part>
1236
+ </relatedItem>
1237
+ <location>
1238
+ <url></url>
1239
+ </location>
1240
+ </mods>
1241
+ </foxml:xmlContent>
1242
+ </foxml:datastreamVersion>
1243
+ <foxml:datastreamVersion ID="descMetadata.12" LABEL="" CREATED="2011-01-25T19:43:58.824Z" MIMETYPE="text/xml" SIZE="1504">
1244
+ <foxml:xmlContent>
1245
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1246
+ <titleInfo lang="">
1247
+ <title>my title</title>
1248
+ </titleInfo>
1249
+ <name type="personal">
1250
+ <namePart type="given">Mary</namePart>
1251
+ <namePart type="family">Gibson</namePart>
1252
+ <affiliation>University of Virginia</affiliation>
1253
+ <computing_id>meg2e</computing_id>
1254
+ <description>School of Nursing</description>
1255
+ <role>
1256
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1257
+ </role>
1258
+ </name>
1259
+ <typeOfResource></typeOfResource>
1260
+ <genre authority="marcgt"></genre>
1261
+ <language>
1262
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1263
+ </language>
1264
+ <abstract></abstract>
1265
+ <subject>
1266
+ <topic></topic>
1267
+ </subject>
1268
+ <relatedItem type="host">
1269
+ <titleInfo>
1270
+ <title></title>
1271
+ </titleInfo>
1272
+ <identifier type="issn"></identifier>
1273
+ <originInfo>
1274
+ <publisher></publisher>
1275
+ <dateIssued></dateIssued>
1276
+ <issuance></issuance>
1277
+ </originInfo>
1278
+ <part>
1279
+ <detail type="volume">
1280
+ <number></number>
1281
+ </detail>
1282
+ <detail type="number">
1283
+ <number></number>
1284
+ </detail>
1285
+ <extent unit="pages">
1286
+ <start></start>
1287
+ <end></end>
1288
+ </extent>
1289
+ <date></date>
1290
+ </part>
1291
+ </relatedItem>
1292
+ <location>
1293
+ <url></url>
1294
+ </location>
1295
+ </mods>
1296
+ </foxml:xmlContent>
1297
+ </foxml:datastreamVersion>
1298
+ <foxml:datastreamVersion ID="descMetadata.13" LABEL="" CREATED="2011-01-25T19:44:08.475Z" MIMETYPE="text/xml" SIZE="1542">
1299
+ <foxml:xmlContent>
1300
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1301
+ <titleInfo lang="">
1302
+ <title>The Smallest Victims of the “White Plague”</title>
1303
+ </titleInfo>
1304
+ <name type="personal">
1305
+ <namePart type="given">Mary</namePart>
1306
+ <namePart type="family">Gibson</namePart>
1307
+ <affiliation>University of Virginia</affiliation>
1308
+ <computing_id>meg2e</computing_id>
1309
+ <description>School of Nursing</description>
1310
+ <role>
1311
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1312
+ </role>
1313
+ </name>
1314
+ <typeOfResource></typeOfResource>
1315
+ <genre authority="marcgt"></genre>
1316
+ <language>
1317
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1318
+ </language>
1319
+ <abstract></abstract>
1320
+ <subject>
1321
+ <topic></topic>
1322
+ </subject>
1323
+ <relatedItem type="host">
1324
+ <titleInfo>
1325
+ <title></title>
1326
+ </titleInfo>
1327
+ <identifier type="issn"></identifier>
1328
+ <originInfo>
1329
+ <publisher></publisher>
1330
+ <dateIssued></dateIssued>
1331
+ <issuance></issuance>
1332
+ </originInfo>
1333
+ <part>
1334
+ <detail type="volume">
1335
+ <number></number>
1336
+ </detail>
1337
+ <detail type="number">
1338
+ <number></number>
1339
+ </detail>
1340
+ <extent unit="pages">
1341
+ <start></start>
1342
+ <end></end>
1343
+ </extent>
1344
+ <date></date>
1345
+ </part>
1346
+ </relatedItem>
1347
+ <location>
1348
+ <url></url>
1349
+ </location>
1350
+ </mods>
1351
+ </foxml:xmlContent>
1352
+ </foxml:datastreamVersion>
1353
+ <foxml:datastreamVersion ID="descMetadata.14" LABEL="" CREATED="2011-01-25T19:44:39.131Z" MIMETYPE="text/xml" SIZE="1559">
1354
+ <foxml:xmlContent>
1355
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1356
+ <titleInfo lang="">
1357
+ <title>The Smallest Victims of the “White Plague”</title>
1358
+ </titleInfo>
1359
+ <name type="personal">
1360
+ <namePart type="given">Mary</namePart>
1361
+ <namePart type="family">Gibson</namePart>
1362
+ <affiliation>University of Virginia</affiliation>
1363
+ <computing_id>meg2e</computing_id>
1364
+ <description>School of Nursing</description>
1365
+ <role>
1366
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1367
+ </role>
1368
+ </name>
1369
+ <typeOfResource></typeOfResource>
1370
+ <genre authority="marcgt"></genre>
1371
+ <language>
1372
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1373
+ </language>
1374
+ <abstract></abstract>
1375
+ <subject>
1376
+ <topic></topic>
1377
+ </subject>
1378
+ <relatedItem type="host">
1379
+ <titleInfo>
1380
+ <title>Pediatric Nursing</title>
1381
+ </titleInfo>
1382
+ <identifier type="issn"></identifier>
1383
+ <originInfo>
1384
+ <publisher></publisher>
1385
+ <dateIssued></dateIssued>
1386
+ <issuance></issuance>
1387
+ </originInfo>
1388
+ <part>
1389
+ <detail type="volume">
1390
+ <number></number>
1391
+ </detail>
1392
+ <detail type="number">
1393
+ <number></number>
1394
+ </detail>
1395
+ <extent unit="pages">
1396
+ <start></start>
1397
+ <end></end>
1398
+ </extent>
1399
+ <date></date>
1400
+ </part>
1401
+ </relatedItem>
1402
+ <location>
1403
+ <url></url>
1404
+ </location>
1405
+ </mods>
1406
+ </foxml:xmlContent>
1407
+ </foxml:datastreamVersion>
1408
+ <foxml:datastreamVersion ID="descMetadata.15" LABEL="" CREATED="2011-01-25T19:44:41.553Z" MIMETYPE="text/xml" SIZE="1488">
1409
+ <foxml:xmlContent>
1410
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1411
+ <titleInfo lang="">
1412
+ <title>The Smallest Victims of the “White Plague”</title>
1413
+ </titleInfo>
1414
+ <name type="personal">
1415
+ <namePart type="given">Mary</namePart>
1416
+ <namePart type="family">Gibson</namePart>
1417
+ <affiliation>University of Virginia</affiliation>
1418
+ <computing_id>meg2e</computing_id>
1419
+ <description>School of Nursing</description>
1420
+ <role>
1421
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1422
+ </role>
1423
+ </name>
1424
+ <typeOfResource></typeOfResource>
1425
+ <genre authority="marcgt"></genre>
1426
+ <language>
1427
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1428
+ </language>
1429
+ <abstract></abstract>
1430
+ <subject>
1431
+ <topic></topic>
1432
+ </subject>
1433
+ <relatedItem type="host">
1434
+ <titleInfo>
1435
+ <title>Pediatric Nursing</title>
1436
+ </titleInfo>
1437
+ <identifier type="issn"></identifier>
1438
+ <originInfo>
1439
+ <publisher></publisher>
1440
+ <dateIssued></dateIssued>
1441
+ <issuance></issuance>
1442
+ </originInfo>
1443
+ <part>
1444
+ <detail type="number">
1445
+ <number></number>
1446
+ </detail>
1447
+ <extent unit="pages">
1448
+ <start></start>
1449
+ <end></end>
1450
+ </extent>
1451
+ <date></date>
1452
+ </part>
1453
+ </relatedItem>
1454
+ <location>
1455
+ <url></url>
1456
+ </location>
1457
+ </mods>
1458
+ </foxml:xmlContent>
1459
+ </foxml:datastreamVersion>
1460
+ <foxml:datastreamVersion ID="descMetadata.16" LABEL="" CREATED="2011-01-25T19:44:47.000Z" MIMETYPE="text/xml" SIZE="1561">
1461
+ <foxml:xmlContent>
1462
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1463
+ <titleInfo lang="">
1464
+ <title>The Smallest Victims of the “White Plague”</title>
1465
+ </titleInfo>
1466
+ <name type="personal">
1467
+ <namePart type="given">Mary</namePart>
1468
+ <namePart type="family">Gibson</namePart>
1469
+ <affiliation>University of Virginia</affiliation>
1470
+ <computing_id>meg2e</computing_id>
1471
+ <description>School of Nursing</description>
1472
+ <role>
1473
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1474
+ </role>
1475
+ </name>
1476
+ <typeOfResource></typeOfResource>
1477
+ <genre authority="marcgt"></genre>
1478
+ <language>
1479
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1480
+ </language>
1481
+ <abstract></abstract>
1482
+ <subject>
1483
+ <topic></topic>
1484
+ </subject>
1485
+ <relatedItem type="host">
1486
+ <titleInfo>
1487
+ <title>Pediatric Nursing</title>
1488
+ </titleInfo>
1489
+ <identifier type="issn"></identifier>
1490
+ <originInfo>
1491
+ <publisher></publisher>
1492
+ <dateIssued></dateIssued>
1493
+ <issuance></issuance>
1494
+ </originInfo>
1495
+ <part>
1496
+ <detail type="number">
1497
+ <number></number>
1498
+ </detail>
1499
+ <extent unit="pages">
1500
+ <start></start>
1501
+ <end></end>
1502
+ </extent>
1503
+ <date></date>
1504
+ <detail type="volume">
1505
+ <number>32</number>
1506
+ </detail>
1507
+ </part>
1508
+ </relatedItem>
1509
+ <location>
1510
+ <url></url>
1511
+ </location>
1512
+ </mods>
1513
+ </foxml:xmlContent>
1514
+ </foxml:datastreamVersion>
1515
+ <foxml:datastreamVersion ID="descMetadata.17" LABEL="" CREATED="2011-01-25T19:44:48.702Z" MIMETYPE="text/xml" SIZE="1529">
1516
+ <foxml:xmlContent>
1517
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1518
+ <titleInfo lang="">
1519
+ <title>The Smallest Victims of the “White Plague”</title>
1520
+ </titleInfo>
1521
+ <name type="personal">
1522
+ <namePart type="given">Mary</namePart>
1523
+ <namePart type="family">Gibson</namePart>
1524
+ <affiliation>University of Virginia</affiliation>
1525
+ <computing_id>meg2e</computing_id>
1526
+ <description>School of Nursing</description>
1527
+ <role>
1528
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1529
+ </role>
1530
+ </name>
1531
+ <typeOfResource></typeOfResource>
1532
+ <genre authority="marcgt"></genre>
1533
+ <language>
1534
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1535
+ </language>
1536
+ <abstract></abstract>
1537
+ <subject>
1538
+ <topic></topic>
1539
+ </subject>
1540
+ <relatedItem type="host">
1541
+ <titleInfo>
1542
+ <title>Pediatric Nursing</title>
1543
+ </titleInfo>
1544
+ <identifier type="issn"></identifier>
1545
+ <originInfo>
1546
+ <publisher></publisher>
1547
+ <dateIssued></dateIssued>
1548
+ <issuance></issuance>
1549
+ </originInfo>
1550
+ <part>
1551
+ <detail type="number">1</detail>
1552
+ <extent unit="pages">
1553
+ <start></start>
1554
+ <end></end>
1555
+ </extent>
1556
+ <date></date>
1557
+ <detail type="volume">
1558
+ <number>32</number>
1559
+ </detail>
1560
+ </part>
1561
+ </relatedItem>
1562
+ <location>
1563
+ <url></url>
1564
+ </location>
1565
+ </mods>
1566
+ </foxml:xmlContent>
1567
+ </foxml:datastreamVersion>
1568
+ <foxml:datastreamVersion ID="descMetadata.18" LABEL="" CREATED="2011-01-25T19:44:51.077Z" MIMETYPE="text/xml" SIZE="1531">
1569
+ <foxml:xmlContent>
1570
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1571
+ <titleInfo lang="">
1572
+ <title>The Smallest Victims of the “White Plague”</title>
1573
+ </titleInfo>
1574
+ <name type="personal">
1575
+ <namePart type="given">Mary</namePart>
1576
+ <namePart type="family">Gibson</namePart>
1577
+ <affiliation>University of Virginia</affiliation>
1578
+ <computing_id>meg2e</computing_id>
1579
+ <description>School of Nursing</description>
1580
+ <role>
1581
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1582
+ </role>
1583
+ </name>
1584
+ <typeOfResource></typeOfResource>
1585
+ <genre authority="marcgt"></genre>
1586
+ <language>
1587
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1588
+ </language>
1589
+ <abstract></abstract>
1590
+ <subject>
1591
+ <topic></topic>
1592
+ </subject>
1593
+ <relatedItem type="host">
1594
+ <titleInfo>
1595
+ <title>Pediatric Nursing</title>
1596
+ </titleInfo>
1597
+ <identifier type="issn"></identifier>
1598
+ <originInfo>
1599
+ <publisher></publisher>
1600
+ <dateIssued></dateIssued>
1601
+ <issuance></issuance>
1602
+ </originInfo>
1603
+ <part>
1604
+ <detail type="number">1</detail>
1605
+ <extent unit="pages">
1606
+ <start>71</start>
1607
+ <end></end>
1608
+ </extent>
1609
+ <date></date>
1610
+ <detail type="volume">
1611
+ <number>32</number>
1612
+ </detail>
1613
+ </part>
1614
+ </relatedItem>
1615
+ <location>
1616
+ <url></url>
1617
+ </location>
1618
+ </mods>
1619
+ </foxml:xmlContent>
1620
+ </foxml:datastreamVersion>
1621
+ <foxml:datastreamVersion ID="descMetadata.19" LABEL="" CREATED="2011-01-25T19:44:53.373Z" MIMETYPE="text/xml" SIZE="1533">
1622
+ <foxml:xmlContent>
1623
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1624
+ <titleInfo lang="">
1625
+ <title>The Smallest Victims of the “White Plague”</title>
1626
+ </titleInfo>
1627
+ <name type="personal">
1628
+ <namePart type="given">Mary</namePart>
1629
+ <namePart type="family">Gibson</namePart>
1630
+ <affiliation>University of Virginia</affiliation>
1631
+ <computing_id>meg2e</computing_id>
1632
+ <description>School of Nursing</description>
1633
+ <role>
1634
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1635
+ </role>
1636
+ </name>
1637
+ <typeOfResource></typeOfResource>
1638
+ <genre authority="marcgt"></genre>
1639
+ <language>
1640
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1641
+ </language>
1642
+ <abstract></abstract>
1643
+ <subject>
1644
+ <topic></topic>
1645
+ </subject>
1646
+ <relatedItem type="host">
1647
+ <titleInfo>
1648
+ <title>Pediatric Nursing</title>
1649
+ </titleInfo>
1650
+ <identifier type="issn"></identifier>
1651
+ <originInfo>
1652
+ <publisher></publisher>
1653
+ <dateIssued></dateIssued>
1654
+ <issuance></issuance>
1655
+ </originInfo>
1656
+ <part>
1657
+ <detail type="number">1</detail>
1658
+ <extent unit="pages">
1659
+ <start>71</start>
1660
+ <end>81</end>
1661
+ </extent>
1662
+ <date></date>
1663
+ <detail type="volume">
1664
+ <number>32</number>
1665
+ </detail>
1666
+ </part>
1667
+ </relatedItem>
1668
+ <location>
1669
+ <url></url>
1670
+ </location>
1671
+ </mods>
1672
+ </foxml:xmlContent>
1673
+ </foxml:datastreamVersion>
1674
+ <foxml:datastreamVersion ID="descMetadata.20" LABEL="" CREATED="2011-01-25T19:44:55.629Z" MIMETYPE="text/xml" SIZE="1533">
1675
+ <foxml:xmlContent>
1676
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1677
+ <titleInfo lang="">
1678
+ <title>The Smallest Victims of the “White Plague”</title>
1679
+ </titleInfo>
1680
+ <name type="personal">
1681
+ <namePart type="given">Mary</namePart>
1682
+ <namePart type="family">Gibson</namePart>
1683
+ <affiliation>University of Virginia</affiliation>
1684
+ <computing_id>meg2e</computing_id>
1685
+ <description>School of Nursing</description>
1686
+ <role>
1687
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1688
+ </role>
1689
+ </name>
1690
+ <typeOfResource></typeOfResource>
1691
+ <genre authority="marcgt"></genre>
1692
+ <language>
1693
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1694
+ </language>
1695
+ <abstract></abstract>
1696
+ <subject>
1697
+ <topic></topic>
1698
+ </subject>
1699
+ <relatedItem type="host">
1700
+ <titleInfo>
1701
+ <title>Pediatric Nursing</title>
1702
+ </titleInfo>
1703
+ <identifier type="issn"></identifier>
1704
+ <originInfo>
1705
+ <publisher></publisher>
1706
+ <dateIssued></dateIssued>
1707
+ <issuance></issuance>
1708
+ </originInfo>
1709
+ <part>
1710
+ <detail type="number">1</detail>
1711
+ <extent unit="pages">
1712
+ <start>71</start>
1713
+ <end>81</end>
1714
+ </extent>
1715
+ <date></date>
1716
+ <detail type="volume">
1717
+ <number>32</number>
1718
+ </detail>
1719
+ </part>
1720
+ </relatedItem>
1721
+ <location>
1722
+ <url></url>
1723
+ </location>
1724
+ </mods>
1725
+ </foxml:xmlContent>
1726
+ </foxml:datastreamVersion>
1727
+ <foxml:datastreamVersion ID="descMetadata.21" LABEL="" CREATED="2011-01-25T19:45:07.030Z" MIMETYPE="text/xml" SIZE="1554">
1728
+ <foxml:xmlContent>
1729
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1730
+ <titleInfo lang="">
1731
+ <title>The Smallest Victims of the “White Plague”</title>
1732
+ </titleInfo>
1733
+ <name type="personal">
1734
+ <namePart type="given">Mary</namePart>
1735
+ <namePart type="family">Gibson</namePart>
1736
+ <affiliation>University of Virginia</affiliation>
1737
+ <computing_id>meg2e</computing_id>
1738
+ <description>School of Nursing</description>
1739
+ <role>
1740
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1741
+ </role>
1742
+ </name>
1743
+ <typeOfResource></typeOfResource>
1744
+ <genre authority="marcgt"></genre>
1745
+ <language>
1746
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1747
+ </language>
1748
+ <abstract></abstract>
1749
+ <subject>
1750
+ <topic></topic>
1751
+ </subject>
1752
+ <relatedItem type="host">
1753
+ <titleInfo>
1754
+ <title>Pediatric Nursing</title>
1755
+ </titleInfo>
1756
+ <identifier type="issn"></identifier>
1757
+ <originInfo>
1758
+ <publisher>Jannetti Publications</publisher>
1759
+ <dateIssued></dateIssued>
1760
+ <issuance></issuance>
1761
+ </originInfo>
1762
+ <part>
1763
+ <detail type="number">1</detail>
1764
+ <extent unit="pages">
1765
+ <start>71</start>
1766
+ <end>81</end>
1767
+ </extent>
1768
+ <date></date>
1769
+ <detail type="volume">
1770
+ <number>32</number>
1771
+ </detail>
1772
+ </part>
1773
+ </relatedItem>
1774
+ <location>
1775
+ <url></url>
1776
+ </location>
1777
+ </mods>
1778
+ </foxml:xmlContent>
1779
+ </foxml:datastreamVersion>
1780
+ <foxml:datastreamVersion ID="descMetadata.22" LABEL="" CREATED="2011-01-25T19:45:09.030Z" MIMETYPE="text/xml" SIZE="1554">
1781
+ <foxml:xmlContent>
1782
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1783
+ <titleInfo lang="">
1784
+ <title>The Smallest Victims of the “White Plague”</title>
1785
+ </titleInfo>
1786
+ <name type="personal">
1787
+ <namePart type="given">Mary</namePart>
1788
+ <namePart type="family">Gibson</namePart>
1789
+ <affiliation>University of Virginia</affiliation>
1790
+ <computing_id>meg2e</computing_id>
1791
+ <description>School of Nursing</description>
1792
+ <role>
1793
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1794
+ </role>
1795
+ </name>
1796
+ <typeOfResource></typeOfResource>
1797
+ <genre authority="marcgt"></genre>
1798
+ <language>
1799
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1800
+ </language>
1801
+ <abstract></abstract>
1802
+ <subject>
1803
+ <topic></topic>
1804
+ </subject>
1805
+ <relatedItem type="host">
1806
+ <titleInfo>
1807
+ <title>Pediatric Nursing</title>
1808
+ </titleInfo>
1809
+ <identifier type="issn"></identifier>
1810
+ <originInfo>
1811
+ <publisher>Jannetti Publications</publisher>
1812
+ <dateIssued></dateIssued>
1813
+ <issuance></issuance>
1814
+ </originInfo>
1815
+ <part>
1816
+ <detail type="number">1</detail>
1817
+ <extent unit="pages">
1818
+ <start>71</start>
1819
+ <end>81</end>
1820
+ </extent>
1821
+ <date></date>
1822
+ <detail type="volume">
1823
+ <number>32</number>
1824
+ </detail>
1825
+ </part>
1826
+ </relatedItem>
1827
+ <location>
1828
+ <url></url>
1829
+ </location>
1830
+ </mods>
1831
+ </foxml:xmlContent>
1832
+ </foxml:datastreamVersion>
1833
+ <foxml:datastreamVersion ID="descMetadata.23" LABEL="" CREATED="2011-01-25T19:45:16.024Z" MIMETYPE="text/xml" SIZE="1563">
1834
+ <foxml:xmlContent>
1835
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1836
+ <titleInfo lang="">
1837
+ <title>The Smallest Victims of the “White Plague”</title>
1838
+ </titleInfo>
1839
+ <name type="personal">
1840
+ <namePart type="given">Mary</namePart>
1841
+ <namePart type="family">Gibson</namePart>
1842
+ <affiliation>University of Virginia</affiliation>
1843
+ <computing_id>meg2e</computing_id>
1844
+ <description>School of Nursing</description>
1845
+ <role>
1846
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1847
+ </role>
1848
+ </name>
1849
+ <typeOfResource></typeOfResource>
1850
+ <genre authority="marcgt"></genre>
1851
+ <language>
1852
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1853
+ </language>
1854
+ <abstract></abstract>
1855
+ <subject>
1856
+ <topic></topic>
1857
+ </subject>
1858
+ <relatedItem type="host">
1859
+ <titleInfo>
1860
+ <title>Pediatric Nursing</title>
1861
+ </titleInfo>
1862
+ <identifier type="issn">0097-9805</identifier>
1863
+ <originInfo>
1864
+ <publisher>Jannetti Publications</publisher>
1865
+ <dateIssued></dateIssued>
1866
+ <issuance></issuance>
1867
+ </originInfo>
1868
+ <part>
1869
+ <detail type="number">1</detail>
1870
+ <extent unit="pages">
1871
+ <start>71</start>
1872
+ <end>81</end>
1873
+ </extent>
1874
+ <date></date>
1875
+ <detail type="volume">
1876
+ <number>32</number>
1877
+ </detail>
1878
+ </part>
1879
+ </relatedItem>
1880
+ <location>
1881
+ <url></url>
1882
+ </location>
1883
+ </mods>
1884
+ </foxml:xmlContent>
1885
+ </foxml:datastreamVersion>
1886
+ <foxml:datastreamVersion ID="descMetadata.24" LABEL="" CREATED="2011-01-25T19:45:17.976Z" MIMETYPE="text/xml" SIZE="1563">
1887
+ <foxml:xmlContent>
1888
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1889
+ <titleInfo lang="">
1890
+ <title>The Smallest Victims of the “White Plague”</title>
1891
+ </titleInfo>
1892
+ <name type="personal">
1893
+ <namePart type="given">Mary</namePart>
1894
+ <namePart type="family">Gibson</namePart>
1895
+ <affiliation>University of Virginia</affiliation>
1896
+ <computing_id>meg2e</computing_id>
1897
+ <description>School of Nursing</description>
1898
+ <role>
1899
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1900
+ </role>
1901
+ </name>
1902
+ <typeOfResource></typeOfResource>
1903
+ <genre authority="marcgt"></genre>
1904
+ <language>
1905
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1906
+ </language>
1907
+ <abstract></abstract>
1908
+ <subject>
1909
+ <topic></topic>
1910
+ </subject>
1911
+ <relatedItem type="host">
1912
+ <titleInfo>
1913
+ <title>Pediatric Nursing</title>
1914
+ </titleInfo>
1915
+ <identifier type="issn">0097-9805</identifier>
1916
+ <originInfo>
1917
+ <publisher>Jannetti Publications</publisher>
1918
+ <dateIssued></dateIssued>
1919
+ <issuance></issuance>
1920
+ </originInfo>
1921
+ <part>
1922
+ <detail type="number">1</detail>
1923
+ <extent unit="pages">
1924
+ <start>71</start>
1925
+ <end>81</end>
1926
+ </extent>
1927
+ <date></date>
1928
+ <detail type="volume">
1929
+ <number>32</number>
1930
+ </detail>
1931
+ </part>
1932
+ </relatedItem>
1933
+ <location>
1934
+ <url></url>
1935
+ </location>
1936
+ </mods>
1937
+ </foxml:xmlContent>
1938
+ </foxml:datastreamVersion>
1939
+ <foxml:datastreamVersion ID="descMetadata.25" LABEL="" CREATED="2011-01-25T19:45:27.654Z" MIMETYPE="text/xml" SIZE="1570">
1940
+ <foxml:xmlContent>
1941
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1942
+ <titleInfo lang="">
1943
+ <title>The Smallest Victims of the “White Plague”</title>
1944
+ </titleInfo>
1945
+ <name type="personal">
1946
+ <namePart type="given">Mary</namePart>
1947
+ <namePart type="family">Gibson</namePart>
1948
+ <affiliation>University of Virginia</affiliation>
1949
+ <computing_id>meg2e</computing_id>
1950
+ <description>School of Nursing</description>
1951
+ <role>
1952
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
1953
+ </role>
1954
+ </name>
1955
+ <typeOfResource></typeOfResource>
1956
+ <genre authority="marcgt"></genre>
1957
+ <language>
1958
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
1959
+ </language>
1960
+ <abstract></abstract>
1961
+ <subject>
1962
+ <topic></topic>
1963
+ </subject>
1964
+ <relatedItem type="host">
1965
+ <titleInfo>
1966
+ <title>Pediatric Nursing</title>
1967
+ </titleInfo>
1968
+ <identifier type="issn">0097-9805</identifier>
1969
+ <originInfo>
1970
+ <publisher>Jannetti Publications</publisher>
1971
+ <dateIssued></dateIssued>
1972
+ <issuance></issuance>
1973
+ </originInfo>
1974
+ <part>
1975
+ <detail type="number">1</detail>
1976
+ <extent unit="pages">
1977
+ <start>71</start>
1978
+ <end>81</end>
1979
+ </extent>
1980
+ <date>2006-01</date>
1981
+ <detail type="volume">
1982
+ <number>32</number>
1983
+ </detail>
1984
+ </part>
1985
+ </relatedItem>
1986
+ <location>
1987
+ <url></url>
1988
+ </location>
1989
+ </mods>
1990
+ </foxml:xmlContent>
1991
+ </foxml:datastreamVersion>
1992
+ <foxml:datastreamVersion ID="descMetadata.26" LABEL="" CREATED="2011-01-25T19:45:30.135Z" MIMETYPE="text/xml" SIZE="1570">
1993
+ <foxml:xmlContent>
1994
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
1995
+ <titleInfo lang="">
1996
+ <title>The Smallest Victims of the “White Plague”</title>
1997
+ </titleInfo>
1998
+ <name type="personal">
1999
+ <namePart type="given">Mary</namePart>
2000
+ <namePart type="family">Gibson</namePart>
2001
+ <affiliation>University of Virginia</affiliation>
2002
+ <computing_id>meg2e</computing_id>
2003
+ <description>School of Nursing</description>
2004
+ <role>
2005
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
2006
+ </role>
2007
+ </name>
2008
+ <typeOfResource></typeOfResource>
2009
+ <genre authority="marcgt"></genre>
2010
+ <language>
2011
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
2012
+ </language>
2013
+ <abstract></abstract>
2014
+ <subject>
2015
+ <topic></topic>
2016
+ </subject>
2017
+ <relatedItem type="host">
2018
+ <titleInfo>
2019
+ <title>Pediatric Nursing</title>
2020
+ </titleInfo>
2021
+ <identifier type="issn">0097-9805</identifier>
2022
+ <originInfo>
2023
+ <publisher>Jannetti Publications</publisher>
2024
+ <dateIssued></dateIssued>
2025
+ <issuance></issuance>
2026
+ </originInfo>
2027
+ <part>
2028
+ <detail type="number">1</detail>
2029
+ <extent unit="pages">
2030
+ <start>71</start>
2031
+ <end>81</end>
2032
+ </extent>
2033
+ <date>2006-01</date>
2034
+ <detail type="volume">
2035
+ <number>32</number>
2036
+ </detail>
2037
+ </part>
2038
+ </relatedItem>
2039
+ <location>
2040
+ <url></url>
2041
+ </location>
2042
+ </mods>
2043
+ </foxml:xmlContent>
2044
+ </foxml:datastreamVersion>
2045
+ <foxml:datastreamVersion ID="descMetadata.27" LABEL="" CREATED="2011-01-25T19:45:38.420Z" MIMETYPE="text/xml" SIZE="1570">
2046
+ <foxml:xmlContent>
2047
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
2048
+ <titleInfo lang="">
2049
+ <title>The Smallest Victims of the “White Plague”</title>
2050
+ </titleInfo>
2051
+ <name type="personal">
2052
+ <namePart type="given">Mary</namePart>
2053
+ <namePart type="family">Gibson</namePart>
2054
+ <affiliation>University of Virginia</affiliation>
2055
+ <computing_id>meg2e</computing_id>
2056
+ <description>School of Nursing</description>
2057
+ <role>
2058
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
2059
+ </role>
2060
+ </name>
2061
+ <typeOfResource></typeOfResource>
2062
+ <genre authority="marcgt"></genre>
2063
+ <language>
2064
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
2065
+ </language>
2066
+ <abstract></abstract>
2067
+ <subject>
2068
+ <topic></topic>
2069
+ </subject>
2070
+ <relatedItem type="host">
2071
+ <titleInfo>
2072
+ <title>Pediatric Nursing</title>
2073
+ </titleInfo>
2074
+ <identifier type="issn">0097-9805</identifier>
2075
+ <originInfo>
2076
+ <publisher>Jannetti Publications</publisher>
2077
+ <dateIssued></dateIssued>
2078
+ <issuance></issuance>
2079
+ </originInfo>
2080
+ <part>
2081
+ <detail type="number">1</detail>
2082
+ <extent unit="pages">
2083
+ <start>71</start>
2084
+ <end>81</end>
2085
+ </extent>
2086
+ <date>2006-01</date>
2087
+ <detail type="volume">
2088
+ <number>32</number>
2089
+ </detail>
2090
+ </part>
2091
+ </relatedItem>
2092
+ <location>
2093
+ <url></url>
2094
+ </location>
2095
+ </mods>
2096
+ </foxml:xmlContent>
2097
+ </foxml:datastreamVersion>
2098
+ <foxml:datastreamVersion ID="descMetadata.28" LABEL="" CREATED="2011-01-25T19:47:27.835Z" MIMETYPE="text/xml" SIZE="2116">
2099
+ <foxml:xmlContent>
2100
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
2101
+ <titleInfo lang="">
2102
+ <title>The Smallest Victims of the “White Plague”</title>
2103
+ </titleInfo>
2104
+ <name type="personal">
2105
+ <namePart type="given">Mary</namePart>
2106
+ <namePart type="family">Gibson</namePart>
2107
+ <affiliation>University of Virginia</affiliation>
2108
+ <computing_id>meg2e</computing_id>
2109
+ <description>School of Nursing</description>
2110
+ <role>
2111
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
2112
+ </role>
2113
+ </name>
2114
+ <typeOfResource></typeOfResource>
2115
+ <genre authority="marcgt"></genre>
2116
+ <language>
2117
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
2118
+ </language>
2119
+ <abstract>Around 1900, the scourge of tuberculosis was best known for stripping the United States population of those in the prime of life, yet no group elicited greater emotion than the children affected by the disease. While young adults represented the most common victims of pulmonary tuberculosis, the younger victims of the “White Plague” (so called because of victims’ pallor) suffered disproportionately from its extra pulmonary variations, including gland, joint, and spinal manifestations that could cause devastating and permanent effects.</abstract>
2120
+ <subject>
2121
+ <topic></topic>
2122
+ </subject>
2123
+ <relatedItem type="host">
2124
+ <titleInfo>
2125
+ <title>Pediatric Nursing</title>
2126
+ </titleInfo>
2127
+ <identifier type="issn">0097-9805</identifier>
2128
+ <originInfo>
2129
+ <publisher>Jannetti Publications</publisher>
2130
+ <dateIssued></dateIssued>
2131
+ <issuance></issuance>
2132
+ </originInfo>
2133
+ <part>
2134
+ <detail type="number">1</detail>
2135
+ <extent unit="pages">
2136
+ <start>71</start>
2137
+ <end>81</end>
2138
+ </extent>
2139
+ <date>2006-01</date>
2140
+ <detail type="volume">
2141
+ <number>32</number>
2142
+ </detail>
2143
+ </part>
2144
+ </relatedItem>
2145
+ <location>
2146
+ <url></url>
2147
+ </location>
2148
+ </mods>
2149
+ </foxml:xmlContent>
2150
+ </foxml:datastreamVersion>
2151
+ <foxml:datastreamVersion ID="descMetadata.29" LABEL="" CREATED="2011-01-25T19:47:36.540Z" MIMETYPE="text/xml" SIZE="2128">
2152
+ <foxml:xmlContent>
2153
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
2154
+ <titleInfo lang="">
2155
+ <title>The Smallest Victims of the “White Plague”</title>
2156
+ </titleInfo>
2157
+ <name type="personal">
2158
+ <namePart type="given">Mary</namePart>
2159
+ <namePart type="family">Gibson</namePart>
2160
+ <affiliation>University of Virginia</affiliation>
2161
+ <computing_id>meg2e</computing_id>
2162
+ <description>School of Nursing</description>
2163
+ <role>
2164
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
2165
+ </role>
2166
+ </name>
2167
+ <typeOfResource></typeOfResource>
2168
+ <genre authority="marcgt"></genre>
2169
+ <language>
2170
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
2171
+ </language>
2172
+ <abstract>Around 1900, the scourge of tuberculosis was best known for stripping the United States population of those in the prime of life, yet no group elicited greater emotion than the children affected by the disease. While young adults represented the most common victims of pulmonary tuberculosis, the younger victims of the “White Plague” (so called because of victims’ pallor) suffered disproportionately from its extra pulmonary variations, including gland, joint, and spinal manifestations that could cause devastating and permanent effects.</abstract>
2173
+ <subject>
2174
+ <topic>white plague</topic>
2175
+ </subject>
2176
+ <relatedItem type="host">
2177
+ <titleInfo>
2178
+ <title>Pediatric Nursing</title>
2179
+ </titleInfo>
2180
+ <identifier type="issn">0097-9805</identifier>
2181
+ <originInfo>
2182
+ <publisher>Jannetti Publications</publisher>
2183
+ <dateIssued></dateIssued>
2184
+ <issuance></issuance>
2185
+ </originInfo>
2186
+ <part>
2187
+ <detail type="number">1</detail>
2188
+ <extent unit="pages">
2189
+ <start>71</start>
2190
+ <end>81</end>
2191
+ </extent>
2192
+ <date>2006-01</date>
2193
+ <detail type="volume">
2194
+ <number>32</number>
2195
+ </detail>
2196
+ </part>
2197
+ </relatedItem>
2198
+ <location>
2199
+ <url></url>
2200
+ </location>
2201
+ </mods>
2202
+ </foxml:xmlContent>
2203
+ </foxml:datastreamVersion>
2204
+ <foxml:datastreamVersion ID="descMetadata.30" LABEL="" CREATED="2011-01-25T19:47:45.127Z" MIMETYPE="text/xml" SIZE="2165">
2205
+ <foxml:xmlContent>
2206
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.3" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd">
2207
+ <titleInfo lang="">
2208
+ <title>The Smallest Victims of the “White Plague”</title>
2209
+ </titleInfo>
2210
+ <name type="personal">
2211
+ <namePart type="given">Mary</namePart>
2212
+ <namePart type="family">Gibson</namePart>
2213
+ <affiliation>University of Virginia</affiliation>
2214
+ <computing_id>meg2e</computing_id>
2215
+ <description>School of Nursing</description>
2216
+ <role>
2217
+ <roleTerm authority="marcrelator" type="text">Author</roleTerm>
2218
+ </role>
2219
+ </name>
2220
+ <typeOfResource></typeOfResource>
2221
+ <genre authority="marcgt"></genre>
2222
+ <language>
2223
+ <languageTerm authority="iso639-2b" type="code"></languageTerm>
2224
+ </language>
2225
+ <abstract>Around 1900, the scourge of tuberculosis was best known for stripping the United States population of those in the prime of life, yet no group elicited greater emotion than the children affected by the disease. While young adults represented the most common victims of pulmonary tuberculosis, the younger victims of the “White Plague” (so called because of victims’ pallor) suffered disproportionately from its extra pulmonary variations, including gland, joint, and spinal manifestations that could cause devastating and permanent effects.</abstract>
2226
+ <subject>
2227
+ <topic>white plague</topic>
2228
+ <topic>pediatric nursing</topic>
2229
+ </subject>
2230
+ <relatedItem type="host">
2231
+ <titleInfo>
2232
+ <title>Pediatric Nursing</title>
2233
+ </titleInfo>
2234
+ <identifier type="issn">0097-9805</identifier>
2235
+ <originInfo>
2236
+ <publisher>Jannetti Publications</publisher>
2237
+ <dateIssued></dateIssued>
2238
+ <issuance></issuance>
2239
+ </originInfo>
2240
+ <part>
2241
+ <detail type="number">1</detail>
2242
+ <extent unit="pages">
2243
+ <start>71</start>
2244
+ <end>81</end>
2245
+ </extent>
2246
+ <date>2006-01</date>
2247
+ <detail type="volume">
2248
+ <number>32</number>
2249
+ </detail>
2250
+ </part>
2251
+ </relatedItem>
2252
+ <location>
2253
+ <url></url>
2254
+ </location>
2255
+ </mods>
2256
+ </foxml:xmlContent>
2257
+ </foxml:datastreamVersion>
2258
+ </foxml:datastream>
2259
+ <foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
2260
+ <foxml:datastreamVersion ID="RELS-EXT.0" LABEL="" CREATED="2011-01-25T19:41:38.507Z" MIMETYPE="text/xml" SIZE="280">
2261
+ <foxml:xmlContent>
2262
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
2263
+ <rdf:Description rdf:about="info:fedora/libra-oa:1">
2264
+ <hasModel xmlns="info:fedora/fedora-system:def/model#" rdf:resource="info:fedora/afmodel:ModsAsset"></hasModel>
2265
+ </rdf:Description>
2266
+ </rdf:RDF>
2267
+ </foxml:xmlContent>
2268
+ </foxml:datastreamVersion>
2269
+ </foxml:datastream>
2270
+ <foxml:datastream ID="rightsMetadata" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
2271
+ <foxml:datastreamVersion ID="rightsMetadata.0" LABEL="" CREATED="2011-01-25T19:41:38.606Z" MIMETYPE="text/xml" SIZE="578">
2272
+ <foxml:xmlContent>
2273
+ <rightsMetadata xmlns="http://hydra-collab.stanford.edu/schemas/rightsMetadata/v1" version="0.1">
2274
+ <copyright>
2275
+ <human></human>
2276
+ <machine>
2277
+ <uvalicense>no</uvalicense>
2278
+ </machine>
2279
+ </copyright>
2280
+ <access type="discover">
2281
+ <human></human>
2282
+ <machine></machine>
2283
+ </access>
2284
+ <access type="read">
2285
+ <human></human>
2286
+ <machine>
2287
+ <group>public</group>
2288
+ </machine>
2289
+ </access>
2290
+ <access type="edit">
2291
+ <human></human>
2292
+ <machine>
2293
+ <person>archivist1@example.com</person>
2294
+ </machine>
2295
+ </access>
2296
+ <embargo>
2297
+ <human></human>
2298
+ <machine></machine>
2299
+ </embargo>
2300
+ </rightsMetadata>
2301
+ </foxml:xmlContent>
2302
+ </foxml:datastreamVersion>
2303
+ </foxml:datastream>
2304
+ <foxml:datastream ID="properties" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
2305
+ <foxml:datastreamVersion ID="properties.0" LABEL="" CREATED="2011-01-25T19:41:38.748Z" MIMETYPE="text/xml" SIZE="101">
2306
+ <foxml:xmlContent>
2307
+ <fields>
2308
+ <depositor>archivist1@example.com</depositor>
2309
+ <collection>hydrangea_article</collection>
2310
+ </fields>
2311
+ </foxml:xmlContent>
2312
+ </foxml:datastreamVersion>
2313
+ <foxml:datastreamVersion ID="properties.1" LABEL="" CREATED="2011-01-25T19:47:47.529Z" MIMETYPE="text/xml" SIZE="163">
2314
+ <foxml:xmlContent>
2315
+ <fields>
2316
+ <released>true</released>
2317
+ <depositor>archivist1@example.com</depositor>
2318
+ <collection>hydrangea_article</collection>
2319
+ <release_to>public</release_to>
2320
+ </fields>
2321
+ </foxml:xmlContent>
2322
+ </foxml:datastreamVersion>
2323
+ </foxml:datastream>
2324
+ </foxml:digitalObject>