enju_leaf 1.1.0.beta3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (610) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +24 -0
  4. data/Rakefile +35 -0
  5. data/app/assets/images/border.png +0 -0
  6. data/app/assets/images/controls.png +0 -0
  7. data/app/assets/images/icons/arrow_divide.png +0 -0
  8. data/app/assets/images/icons/arrow_down.png +0 -0
  9. data/app/assets/images/icons/arrow_left.png +0 -0
  10. data/app/assets/images/icons/arrow_up.png +0 -0
  11. data/app/assets/images/icons/basket_add.png +0 -0
  12. data/app/assets/images/icons/book.png +0 -0
  13. data/app/assets/images/icons/book_edit.png +0 -0
  14. data/app/assets/images/icons/bullet_go.png +0 -0
  15. data/app/assets/images/icons/cancel.png +0 -0
  16. data/app/assets/images/icons/cd.png +0 -0
  17. data/app/assets/images/icons/comments.png +0 -0
  18. data/app/assets/images/icons/cross.png +0 -0
  19. data/app/assets/images/icons/date.png +0 -0
  20. data/app/assets/images/icons/delete.png +0 -0
  21. data/app/assets/images/icons/dvd.png +0 -0
  22. data/app/assets/images/icons/email.png +0 -0
  23. data/app/assets/images/icons/feed.png +0 -0
  24. data/app/assets/images/icons/film.png +0 -0
  25. data/app/assets/images/icons/group.png +0 -0
  26. data/app/assets/images/icons/help.png +0 -0
  27. data/app/assets/images/icons/lock.png +0 -0
  28. data/app/assets/images/icons/map.png +0 -0
  29. data/app/assets/images/icons/monitor.png +0 -0
  30. data/app/assets/images/icons/newspaper.png +0 -0
  31. data/app/assets/images/icons/page_edit.png +0 -0
  32. data/app/assets/images/icons/page_go.png +0 -0
  33. data/app/assets/images/icons/page_white_acrobat.png +0 -0
  34. data/app/assets/images/icons/page_white_cd.png +0 -0
  35. data/app/assets/images/icons/page_white_delete.png +0 -0
  36. data/app/assets/images/icons/page_white_dvd.png +0 -0
  37. data/app/assets/images/icons/page_white_edit.png +0 -0
  38. data/app/assets/images/icons/page_white_excel.png +0 -0
  39. data/app/assets/images/icons/page_white_flash.png +0 -0
  40. data/app/assets/images/icons/page_white_go.png +0 -0
  41. data/app/assets/images/icons/page_white_picture.png +0 -0
  42. data/app/assets/images/icons/page_white_powerpoint.png +0 -0
  43. data/app/assets/images/icons/page_white_text.png +0 -0
  44. data/app/assets/images/icons/page_white_word.png +0 -0
  45. data/app/assets/images/icons/page_white_zip.png +0 -0
  46. data/app/assets/images/icons/picture.png +0 -0
  47. data/app/assets/images/icons/picture_link.png +0 -0
  48. data/app/assets/images/icons/sound.png +0 -0
  49. data/app/assets/images/icons/star.png +0 -0
  50. data/app/assets/images/icons/stop.png +0 -0
  51. data/app/assets/images/icons/tag_blue_edit.png +0 -0
  52. data/app/assets/images/icons/user.png +0 -0
  53. data/app/assets/images/icons/world.png +0 -0
  54. data/app/assets/images/icons/world_go.png +0 -0
  55. data/app/assets/images/ie6/borderBottomCenter.png +0 -0
  56. data/app/assets/images/ie6/borderBottomLeft.png +0 -0
  57. data/app/assets/images/ie6/borderBottomRight.png +0 -0
  58. data/app/assets/images/ie6/borderMiddleLeft.png +0 -0
  59. data/app/assets/images/ie6/borderMiddleRight.png +0 -0
  60. data/app/assets/images/ie6/borderTopCenter.png +0 -0
  61. data/app/assets/images/ie6/borderTopLeft.png +0 -0
  62. data/app/assets/images/ie6/borderTopRight.png +0 -0
  63. data/app/assets/images/loading.gif +0 -0
  64. data/app/assets/images/loading_background.png +0 -0
  65. data/app/assets/images/overlay.png +0 -0
  66. data/app/assets/images/rails.png +0 -0
  67. data/app/assets/images/spinner.gif +0 -0
  68. data/app/assets/images/unknown_resource.png +0 -0
  69. data/app/assets/javascripts/enju_leaf.js +16 -0
  70. data/app/assets/javascripts/menu.enju.js +10 -0
  71. data/app/assets/javascripts/mobile.js +3 -0
  72. data/app/assets/javascripts/portlets.js +63 -0
  73. data/app/assets/javascripts/select_locale.js +9 -0
  74. data/app/assets/javascripts/tab_view.js +4 -0
  75. data/app/assets/stylesheets/enju.css +536 -0
  76. data/app/assets/stylesheets/enju_leaf.css +14 -0
  77. data/app/assets/stylesheets/enju_mobile.css +3 -0
  78. data/app/assets/stylesheets/enju_print.css +9 -0
  79. data/app/assets/stylesheets/images/ajax-loader.gif +0 -0
  80. data/app/assets/stylesheets/images/border.png +0 -0
  81. data/app/assets/stylesheets/images/controls.png +0 -0
  82. data/app/assets/stylesheets/images/icons-18-black.png +0 -0
  83. data/app/assets/stylesheets/images/icons-18-white.png +0 -0
  84. data/app/assets/stylesheets/images/icons-36-black.png +0 -0
  85. data/app/assets/stylesheets/images/icons-36-white.png +0 -0
  86. data/app/assets/stylesheets/images/ie6/borderBottomCenter.png +0 -0
  87. data/app/assets/stylesheets/images/ie6/borderBottomLeft.png +0 -0
  88. data/app/assets/stylesheets/images/ie6/borderBottomRight.png +0 -0
  89. data/app/assets/stylesheets/images/ie6/borderMiddleLeft.png +0 -0
  90. data/app/assets/stylesheets/images/ie6/borderMiddleRight.png +0 -0
  91. data/app/assets/stylesheets/images/ie6/borderTopCenter.png +0 -0
  92. data/app/assets/stylesheets/images/ie6/borderTopLeft.png +0 -0
  93. data/app/assets/stylesheets/images/ie6/borderTopRight.png +0 -0
  94. data/app/assets/stylesheets/images/loading.gif +0 -0
  95. data/app/assets/stylesheets/images/loading_background.png +0 -0
  96. data/app/assets/stylesheets/images/overlay.png +0 -0
  97. data/app/assets/stylesheets/images/spinner_bar.gif +0 -0
  98. data/app/assets/stylesheets/mobile.css +8 -0
  99. data/app/assets/stylesheets/pagination.css +92 -0
  100. data/app/assets/stylesheets/portlets.css +7 -0
  101. data/app/assets/stylesheets/print.css +7 -0
  102. data/app/assets/stylesheets/scaffold.css +56 -0
  103. data/app/assets/stylesheets/scaffold_modified.css +60 -0
  104. data/app/assets/stylesheets/scaffolds.css.scss +56 -0
  105. data/app/controllers/my_accounts_controller.rb +74 -0
  106. data/app/controllers/page_controller.rb +81 -0
  107. data/app/controllers/roles_controller.rb +44 -0
  108. data/app/controllers/user_groups_controller.rb +84 -0
  109. data/app/controllers/users_controller.rb +195 -0
  110. data/app/helpers/page_helper.rb +2 -0
  111. data/app/mailers/notifier.rb +40 -0
  112. data/app/models/enju_leaf/ability.rb +63 -0
  113. data/app/models/local_patron.rb +27 -0
  114. data/app/models/role.rb +46 -0
  115. data/app/models/setting.rb +4 -0
  116. data/app/models/user_group.rb +39 -0
  117. data/app/models/user_has_role.rb +21 -0
  118. data/app/models/user_sweeper.rb +18 -0
  119. data/app/views/devise/confirmations/new.html.erb +12 -0
  120. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  121. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  122. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  123. data/app/views/devise/passwords/edit.html.erb +24 -0
  124. data/app/views/devise/passwords/new.html.erb +20 -0
  125. data/app/views/devise/registrations/edit.html.erb +33 -0
  126. data/app/views/devise/registrations/new.html.erb +18 -0
  127. data/app/views/devise/sessions/new.html.erb +37 -0
  128. data/app/views/devise/sessions/new.mobile.erb +29 -0
  129. data/app/views/devise/shared/_links.erb +19 -0
  130. data/app/views/devise/unlocks/new.html.erb +12 -0
  131. data/app/views/kaminari/_first_page.html.erb +9 -0
  132. data/app/views/kaminari/_first_page.mobile.erb +12 -0
  133. data/app/views/kaminari/_gap.html.erb +8 -0
  134. data/app/views/kaminari/_gap.mobile.erb +10 -0
  135. data/app/views/kaminari/_last_page.html.erb +9 -0
  136. data/app/views/kaminari/_last_page.mobile.erb +13 -0
  137. data/app/views/kaminari/_next_page.html.erb +9 -0
  138. data/app/views/kaminari/_next_page.mobile.erb +13 -0
  139. data/app/views/kaminari/_page.html.erb +12 -0
  140. data/app/views/kaminari/_page.mobile.erb +12 -0
  141. data/app/views/kaminari/_paginator.html.erb +25 -0
  142. data/app/views/kaminari/_paginator.mobile.erb +25 -0
  143. data/app/views/kaminari/_prev_page.html.erb +9 -0
  144. data/app/views/kaminari/_prev_page.mobile.erb +13 -0
  145. data/app/views/layouts/application.html.erb +34 -0
  146. data/app/views/layouts/application.mobile.erb +18 -0
  147. data/app/views/layouts/devise/passwords.html.erb +21 -0
  148. data/app/views/layouts/devise/passwords.mobile.erb +18 -0
  149. data/app/views/layouts/devise/sessions.html.erb +21 -0
  150. data/app/views/layouts/devise/sessions.mobile.erb +18 -0
  151. data/app/views/layouts/patrons.html.erb +26 -0
  152. data/app/views/layouts/patrons.mobile.erb +18 -0
  153. data/app/views/my_accounts/_edit_credential.html.erb +87 -0
  154. data/app/views/my_accounts/_form.html.erb +24 -0
  155. data/app/views/my_accounts/_show.html.erb +1 -0
  156. data/app/views/my_accounts/edit.html.erb +73 -0
  157. data/app/views/my_accounts/show.html.erb +72 -0
  158. data/app/views/my_accounts/show.mobile.erb +1 -0
  159. data/app/views/notifier/manifestation_info.en.text.erb +18 -0
  160. data/app/views/notifier/manifestation_info.ja.text.erb +18 -0
  161. data/app/views/page/403.html.erb +9 -0
  162. data/app/views/page/403.mobile.erb +5 -0
  163. data/app/views/page/403.xml.erb +4 -0
  164. data/app/views/page/404.html.erb +9 -0
  165. data/app/views/page/404.mobile.erb +5 -0
  166. data/app/views/page/404.xml.erb +4 -0
  167. data/app/views/page/500.html.erb +9 -0
  168. data/app/views/page/500.mobile.erb +5 -0
  169. data/app/views/page/500.xml.erb +4 -0
  170. data/app/views/page/_add.html.erb +11 -0
  171. data/app/views/page/_footer.html.erb +13 -0
  172. data/app/views/page/_footer.mobile.erb +3 -0
  173. data/app/views/page/_header.html.erb +34 -0
  174. data/app/views/page/_include.html.erb +4 -0
  175. data/app/views/page/_index.html.erb +57 -0
  176. data/app/views/page/_index.mobile.erb +25 -0
  177. data/app/views/page/_locale_menu.html.erb +2 -0
  178. data/app/views/page/_login.html.erb +5 -0
  179. data/app/views/page/_menu.html.erb +136 -0
  180. data/app/views/page/_mobile.mobile.erb +3 -0
  181. data/app/views/page/_msie_acceralator.html.erb +6 -0
  182. data/app/views/page/_portlets.html.erb +26 -0
  183. data/app/views/page/_position.html.erb +2 -0
  184. data/app/views/page/_required_field.html.erb +4 -0
  185. data/app/views/page/_search_form.html.erb +11 -0
  186. data/app/views/page/_search_form.mobile.erb +10 -0
  187. data/app/views/page/_select_locale.html.erb +14 -0
  188. data/app/views/page/about.en.html.erb +58 -0
  189. data/app/views/page/about.ja.html.erb +57 -0
  190. data/app/views/page/add_on.html.erb +13 -0
  191. data/app/views/page/advanced_search.html.erb +77 -0
  192. data/app/views/page/configuration.html.erb +113 -0
  193. data/app/views/page/export.html.erb +31 -0
  194. data/app/views/page/import.html.erb +19 -0
  195. data/app/views/page/index.html.erb +5 -0
  196. data/app/views/page/index.mobile.erb +1 -0
  197. data/app/views/page/msie_acceralator.builder +15 -0
  198. data/app/views/page/opensearch.builder +16 -0
  199. data/app/views/page/statistics.html.erb +105 -0
  200. data/app/views/roles/_form.html.erb +19 -0
  201. data/app/views/roles/edit.html.erb +13 -0
  202. data/app/views/roles/index.html.erb +28 -0
  203. data/app/views/roles/new.html.erb +12 -0
  204. data/app/views/roles/show.html.erb +44 -0
  205. data/app/views/user_groups/_form.html.erb +35 -0
  206. data/app/views/user_groups/edit.html.erb +13 -0
  207. data/app/views/user_groups/index.html.erb +41 -0
  208. data/app/views/user_groups/new.html.erb +12 -0
  209. data/app/views/user_groups/show.html.erb +64 -0
  210. data/app/views/users/_edit_credential.html.erb +79 -0
  211. data/app/views/users/_form.html.erb +24 -0
  212. data/app/views/users/_show.html.erb +1 -0
  213. data/app/views/users/edit.html.erb +76 -0
  214. data/app/views/users/index.html.erb +67 -0
  215. data/app/views/users/new.html.erb +85 -0
  216. data/app/views/users/show.html.erb +86 -0
  217. data/app/views/users/show.mobile.erb +1 -0
  218. data/config/initializers/mime_types.rb +13 -0
  219. data/config/locales/devise.en.yml +59 -0
  220. data/config/locales/devise.ja.yml +55 -0
  221. data/config/locales/ja.yml +200 -0
  222. data/config/locales/kaminari.yml +19 -0
  223. data/config/locales/simple_form.en.yml +25 -0
  224. data/config/locales/simple_form.ja.yml +27 -0
  225. data/config/locales/translation_en.yml +423 -0
  226. data/config/locales/translation_ja.yml +400 -0
  227. data/config/routes.rb +33 -0
  228. data/db/fixtures2/bookstores.yml +9 -0
  229. data/db/fixtures2/carrier_type_has_checkout_types.yml +8 -0
  230. data/db/fixtures2/carrier_types.yml +29 -0
  231. data/db/fixtures2/checkout_types.yml +22 -0
  232. data/db/fixtures2/circulation_statuses.yml +106 -0
  233. data/db/fixtures2/classification_types.yml +7 -0
  234. data/db/fixtures2/content_types.yml +22 -0
  235. data/db/fixtures2/countries.yml +2044 -0
  236. data/db/fixtures2/create_types.yml +47 -0
  237. data/db/fixtures2/event_categories.yml +13 -0
  238. data/db/fixtures2/form_of_works.yml +7 -0
  239. data/db/fixtures2/frequencies.yml +55 -0
  240. data/db/fixtures2/languages.yml +1885 -0
  241. data/db/fixtures2/libraries.yml +25 -0
  242. data/db/fixtures2/library_groups.yml +10 -0
  243. data/db/fixtures2/licenses.yml +15 -0
  244. data/db/fixtures2/manifestation_relationship_types.yml +14 -0
  245. data/db/fixtures2/message_templates.yml +84 -0
  246. data/db/fixtures2/patron_relationship_types.yml +20 -0
  247. data/db/fixtures2/patron_types.yml +16 -0
  248. data/db/fixtures2/patrons.yml +19 -0
  249. data/db/fixtures2/produce_types.yml +32 -0
  250. data/db/fixtures2/realize_types.yml +40 -0
  251. data/db/fixtures2/request_status_types.yml +37 -0
  252. data/db/fixtures2/request_types.yml +29 -0
  253. data/db/fixtures2/roles.yml +29 -0
  254. data/db/fixtures2/shelves.yml +15 -0
  255. data/db/fixtures2/subject_types.yml +28 -0
  256. data/db/fixtures2/use_restrictions.yml +79 -0
  257. data/db/fixtures2/user_groups.yml +7 -0
  258. data/db/migrate/041_create_roles.rb +13 -0
  259. data/db/migrate/077_create_user_groups.rb +12 -0
  260. data/db/migrate/20091202124834_create_versions.rb +18 -0
  261. data/db/migrate/20100606065209_create_user_has_roles.rb +12 -0
  262. data/db/migrate/20110318183304_add_valid_period_for_new_user_to_user_group.rb +11 -0
  263. data/db/migrate/20130221154434_add_additional_attributes_to_user.rb +26 -0
  264. data/db/schema.rb +1896 -0
  265. data/lib/enju_leaf.rb +294 -0
  266. data/lib/enju_leaf/controller.rb +24 -0
  267. data/lib/enju_leaf/engine.rb +16 -0
  268. data/lib/enju_leaf/helper.rb +116 -0
  269. data/lib/enju_leaf/user.rb +285 -0
  270. data/lib/enju_leaf/version.rb +3 -0
  271. data/lib/generators/enju_leaf/USAGE +8 -0
  272. data/lib/generators/enju_leaf/quick_install/USAGE +8 -0
  273. data/lib/generators/enju_leaf/quick_install/quick_install_generator.rb +27 -0
  274. data/lib/generators/enju_leaf/setup/setup_generator.rb +65 -0
  275. data/lib/generators/enju_leaf/setup/templates/config/application.yml +47 -0
  276. data/lib/generators/enju_leaf/setup/templates/config/resque.yml +3 -0
  277. data/lib/generators/enju_leaf/setup/templates/config/schedule.rb +53 -0
  278. data/lib/generators/enju_leaf/setup/templates/db/fixtures/roles.yml +29 -0
  279. data/lib/generators/enju_leaf/setup/templates/db/fixtures/user_groups.yml +7 -0
  280. data/lib/generators/enju_leaf/setup/templates/db/seeds.rb +38 -0
  281. data/lib/generators/enju_leaf/setup/templates/solr/conf/admin-extra.html +31 -0
  282. data/lib/generators/enju_leaf/setup/templates/solr/conf/elevate.xml +36 -0
  283. data/lib/generators/enju_leaf/setup/templates/solr/conf/mapping-ISOLatin1Accent.txt +246 -0
  284. data/lib/generators/enju_leaf/setup/templates/solr/conf/protwords.txt +21 -0
  285. data/lib/generators/enju_leaf/setup/templates/solr/conf/schema.xml +255 -0
  286. data/lib/generators/enju_leaf/setup/templates/solr/conf/scripts.conf +24 -0
  287. data/lib/generators/enju_leaf/setup/templates/solr/conf/solrconfig.xml +934 -0
  288. data/lib/generators/enju_leaf/setup/templates/solr/conf/spellings.txt +2 -0
  289. data/lib/generators/enju_leaf/setup/templates/solr/conf/stopwords.txt +58 -0
  290. data/lib/generators/enju_leaf/setup/templates/solr/conf/synonyms.txt +31 -0
  291. data/lib/plugins.rb +2 -0
  292. data/lib/plugins/ext.rb +1 -0
  293. data/lib/plugins/ext/sunspot.rb +3 -0
  294. data/lib/plugins/ext/sunspot/abstract_search.rb +12 -0
  295. data/lib/plugins/ext/sunspot/dismax.rb +41 -0
  296. data/lib/plugins/ext/sunspot/start_record.rb +55 -0
  297. data/lib/tasks/enju_leaf_tasks.rake +14 -0
  298. data/spec/acceptance/acceptance_helper.rb +4 -0
  299. data/spec/acceptance/support/helpers.rb +6 -0
  300. data/spec/acceptance/support/paths.rb +9 -0
  301. data/spec/controllers/my_accounts_controller_spec.rb +199 -0
  302. data/spec/controllers/page_controller_spec.rb +94 -0
  303. data/spec/controllers/roles_controller_spec.rb +136 -0
  304. data/spec/controllers/user_groups_controller_spec.rb +443 -0
  305. data/spec/controllers/users_controller_spec.rb +549 -0
  306. data/spec/dummy/README.rdoc +261 -0
  307. data/spec/dummy/Rakefile +7 -0
  308. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  309. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  310. data/spec/dummy/app/controllers/application_controller.rb +12 -0
  311. data/spec/dummy/app/helpers/application_helper.rb +3 -0
  312. data/spec/dummy/app/models/user.rb +8 -0
  313. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  314. data/spec/dummy/config.ru +4 -0
  315. data/spec/dummy/config/application.rb +59 -0
  316. data/spec/dummy/config/application.yml +47 -0
  317. data/spec/dummy/config/boot.rb +10 -0
  318. data/spec/dummy/config/database.yml +25 -0
  319. data/spec/dummy/config/environment.rb +5 -0
  320. data/spec/dummy/config/environments/development.rb +37 -0
  321. data/spec/dummy/config/environments/production.rb +67 -0
  322. data/spec/dummy/config/environments/test.rb +37 -0
  323. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  324. data/spec/dummy/config/initializers/devise.rb +205 -0
  325. data/spec/dummy/config/initializers/inflections.rb +15 -0
  326. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  327. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  328. data/spec/dummy/config/initializers/session_store.rb +8 -0
  329. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  330. data/spec/dummy/config/locales/en.yml +5 -0
  331. data/spec/dummy/config/routes.rb +59 -0
  332. data/spec/dummy/db/development.sqlite3 +0 -0
  333. data/spec/dummy/db/fixtures/bookstores.yml +9 -0
  334. data/spec/dummy/db/fixtures/carrier_types.yml +29 -0
  335. data/spec/dummy/db/fixtures/content_types.yml +22 -0
  336. data/spec/dummy/db/fixtures/countries.yml +2044 -0
  337. data/spec/dummy/db/fixtures/create_types.yml +47 -0
  338. data/spec/dummy/db/fixtures/form_of_works.yml +7 -0
  339. data/spec/dummy/db/fixtures/frequencies.yml +55 -0
  340. data/spec/dummy/db/fixtures/languages.yml +1885 -0
  341. data/spec/dummy/db/fixtures/libraries.yml +25 -0
  342. data/spec/dummy/db/fixtures/library_groups.yml +10 -0
  343. data/spec/dummy/db/fixtures/licenses.yml +15 -0
  344. data/spec/dummy/db/fixtures/manifestation_relationship_types.yml +14 -0
  345. data/spec/dummy/db/fixtures/patron_relationship_types.yml +20 -0
  346. data/spec/dummy/db/fixtures/patron_types.yml +16 -0
  347. data/spec/dummy/db/fixtures/patrons.yml +19 -0
  348. data/spec/dummy/db/fixtures/produce_types.yml +32 -0
  349. data/spec/dummy/db/fixtures/realize_types.yml +40 -0
  350. data/spec/dummy/db/fixtures/request_status_types.yml +37 -0
  351. data/spec/dummy/db/fixtures/request_types.yml +29 -0
  352. data/spec/dummy/db/fixtures/roles.yml +29 -0
  353. data/spec/dummy/db/fixtures/shelves.yml +15 -0
  354. data/spec/dummy/db/fixtures/user_groups.yml +7 -0
  355. data/spec/dummy/db/migrate/001_create_patrons.rb +53 -0
  356. data/spec/dummy/db/migrate/002_devise_create_users.rb +46 -0
  357. data/spec/dummy/db/migrate/005_create_manifestations.rb +56 -0
  358. data/spec/dummy/db/migrate/006_create_items.rb +28 -0
  359. data/spec/dummy/db/migrate/012_create_owns.rb +12 -0
  360. data/spec/dummy/db/migrate/015_create_creates.rb +12 -0
  361. data/spec/dummy/db/migrate/047_create_produces.rb +12 -0
  362. data/spec/dummy/db/migrate/059_create_libraries.rb +28 -0
  363. data/spec/dummy/db/migrate/069_create_shelves.rb +15 -0
  364. data/spec/dummy/db/migrate/073_create_carrier_types.rb +11 -0
  365. data/spec/dummy/db/migrate/080_create_library_groups.rb +19 -0
  366. data/spec/dummy/db/migrate/112_create_frequencies.rb +12 -0
  367. data/spec/dummy/db/migrate/117_create_form_of_works.rb +12 -0
  368. data/spec/dummy/db/migrate/120_create_baskets.rb +12 -0
  369. data/spec/dummy/db/migrate/124_create_bookstores.rb +17 -0
  370. data/spec/dummy/db/migrate/125_create_donates.rb +12 -0
  371. data/spec/dummy/db/migrate/130_create_request_status_types.rb +12 -0
  372. data/spec/dummy/db/migrate/131_create_request_types.rb +12 -0
  373. data/spec/dummy/db/migrate/20080830154109_create_realizes.rb +13 -0
  374. data/spec/dummy/db/migrate/20080830172106_create_exemplifies.rb +13 -0
  375. data/spec/dummy/db/migrate/20080905191442_create_patron_types.rb +12 -0
  376. data/spec/dummy/db/migrate/20081006090811_create_subscriptions.rb +17 -0
  377. data/spec/dummy/db/migrate/20081006093246_create_subscribes.rb +14 -0
  378. data/spec/dummy/db/migrate/20081023092436_create_search_engines.rb +17 -0
  379. data/spec/dummy/db/migrate/20081025083323_create_countries.rb +28 -0
  380. data/spec/dummy/db/migrate/20081025083905_create_languages.rb +23 -0
  381. data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +15 -0
  382. data/spec/dummy/db/migrate/20081028083142_create_patron_import_files.rb +22 -0
  383. data/spec/dummy/db/migrate/20081028083208_create_resource_import_files.rb +22 -0
  384. data/spec/dummy/db/migrate/20090705133942_add_attachments_picture_to_picture_file.rb +15 -0
  385. data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +15 -0
  386. data/spec/dummy/db/migrate/20090719201843_create_extents.rb +12 -0
  387. data/spec/dummy/db/migrate/20090720091106_create_medium_of_performances.rb +12 -0
  388. data/spec/dummy/db/migrate/20090720091429_create_content_types.rb +12 -0
  389. data/spec/dummy/db/migrate/20090812151902_create_patron_relationship_types.rb +12 -0
  390. data/spec/dummy/db/migrate/20091012101112_add_dcndl_schema.rb +27 -0
  391. data/spec/dummy/db/migrate/20091025080447_create_licenses.rb +12 -0
  392. data/spec/dummy/db/migrate/20091214131723_create_series_statements.rb +13 -0
  393. data/spec/dummy/db/migrate/20100129142347_create_import_requests.rb +15 -0
  394. data/spec/dummy/db/migrate/20100211105551_add_admin_networks_to_library_group.rb +9 -0
  395. data/spec/dummy/db/migrate/20100223121519_rename_series_statement_title_to_original_title.rb +13 -0
  396. data/spec/dummy/db/migrate/20100321235924_add_series_statement_identifier_to_series_statement.rb +10 -0
  397. data/spec/dummy/db/migrate/20100525124311_create_manifestation_relationships.rb +13 -0
  398. data/spec/dummy/db/migrate/20100606073747_create_patron_relationships.rb +13 -0
  399. data/spec/dummy/db/migrate/20100607044753_create_manifestation_relationship_types.rb +12 -0
  400. data/spec/dummy/db/migrate/20100814091104_add_position_to_patron_relationship.rb +11 -0
  401. data/spec/dummy/db/migrate/20100925043847_create_resource_import_results.rb +15 -0
  402. data/spec/dummy/db/migrate/20100925074559_create_patron_import_results.rb +12 -0
  403. data/spec/dummy/db/migrate/20101212070145_add_acquired_at_to_item.rb +9 -0
  404. data/spec/dummy/db/migrate/20110222073537_add_url_to_library_group.rb +9 -0
  405. data/spec/dummy/db/migrate/20110301035123_add_pub_date_to_manifestation.rb +9 -0
  406. data/spec/dummy/db/migrate/20110301121550_add_birth_date_and_death_date_to_patron.rb +11 -0
  407. data/spec/dummy/db/migrate/20110425133109_add_issn_to_series_statement.rb +9 -0
  408. data/spec/dummy/db/migrate/20110603184217_add_edit_mode_to_resource_import_file.rb +9 -0
  409. data/spec/dummy/db/migrate/20110618091240_add_periodical_to_series_statement.rb +9 -0
  410. data/spec/dummy/db/migrate/20110619064807_add_edition_string_to_manifestation.rb +9 -0
  411. data/spec/dummy/db/migrate/20110620173525_add_bookstore_id_to_item.rb +11 -0
  412. data/spec/dummy/db/migrate/20110627034940_create_series_statement_merge_lists.rb +9 -0
  413. data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +12 -0
  414. data/spec/dummy/db/migrate/20110627122938_add_number_of_day_to_notify_overdue_to_user_group.rb +13 -0
  415. data/spec/dummy/db/migrate/20110820131417_create_series_has_manifestations.rb +13 -0
  416. data/spec/dummy/db/migrate/20110916053430_rename_manifestation_number_list_to_number_string.rb +13 -0
  417. data/spec/dummy/db/migrate/20110916091020_add_volume_number_to_manifestation.rb +13 -0
  418. data/spec/dummy/db/migrate/20110916103953_add_manifestaiton_id_to_series_statement.rb +10 -0
  419. data/spec/dummy/db/migrate/20110918161853_rename_series_statement_manifestation_id_to_root_manifestation_id.rb +13 -0
  420. data/spec/dummy/db/migrate/20110918162329_add_note_to_series_statement.rb +9 -0
  421. data/spec/dummy/db/migrate/20111009183423_add_ndc_to_manifestation.rb +9 -0
  422. data/spec/dummy/db/migrate/20111124110059_create_create_types.rb +12 -0
  423. data/spec/dummy/db/migrate/20111124110319_create_realize_types.rb +12 -0
  424. data/spec/dummy/db/migrate/20111124110355_create_produce_types.rb +12 -0
  425. data/spec/dummy/db/migrate/20111124112131_add_create_type_to_create.rb +7 -0
  426. data/spec/dummy/db/migrate/20120105074911_add_isil_to_library.rb +5 -0
  427. data/spec/dummy/db/migrate/20120125152919_add_title_subseries_transcription_to_series_statement.rb +6 -0
  428. data/spec/dummy/db/migrate/20120129014038_create_budget_types.rb +12 -0
  429. data/spec/dummy/db/migrate/20120129020544_add_budget_type_id_to_item.rb +6 -0
  430. data/spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb +6 -0
  431. data/spec/dummy/db/migrate/20120319173203_create_accepts.rb +14 -0
  432. data/spec/dummy/db/migrate/20120410104851_add_year_of_publication_to_manifestation.rb +5 -0
  433. data/spec/dummy/db/migrate/20120413072700_add_picture_meta_to_picture_file.rb +5 -0
  434. data/spec/dummy/db/migrate/20120413100352_add_fingerprint_to_picture_file.rb +5 -0
  435. data/spec/dummy/db/migrate/20120413161340_add_fingerprint_to_resource_import_file.rb +5 -0
  436. data/spec/dummy/db/migrate/20120413161403_add_fingerprint_to_patron_import_file.rb +5 -0
  437. data/spec/dummy/db/migrate/20120413170705_add_error_message_to_resource_import_file.rb +5 -0
  438. data/spec/dummy/db/migrate/20120413170720_add_error_message_to_patron_import_file.rb +5 -0
  439. data/spec/dummy/db/migrate/20120415060308_rename_resource_import_file_imported_at_to_executed_at.rb +9 -0
  440. data/spec/dummy/db/migrate/20120415060323_rename_patron_import_file_imported_at_to_executed_at.rb +9 -0
  441. data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +5 -0
  442. data/spec/dummy/db/migrate/20120418081407_add_month_of_publication_to_manifestation.rb +5 -0
  443. data/spec/dummy/db/migrate/20120510140958_add_closed_to_shelf.rb +5 -0
  444. data/spec/dummy/db/migrate/20120511072422_add_patron_identifier_to_patron.rb +6 -0
  445. data/spec/dummy/db/migrate/20120602141129_add_edit_mode_to_patron_import_file.rb +5 -0
  446. data/spec/dummy/db/migrate/20120728204337_create_series_statement_relationships.rb +11 -0
  447. data/spec/dummy/db/migrate/20121116031206_add_fulltext_content_to_manifestation.rb +5 -0
  448. data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +6 -0
  449. data/spec/dummy/db/migrate/20121119153944_add_manifestation_id_to_item.rb +5 -0
  450. data/spec/dummy/db/schema.rb +822 -0
  451. data/spec/dummy/db/test.sqlite3 +0 -0
  452. data/spec/dummy/public/404.html +26 -0
  453. data/spec/dummy/public/422.html +26 -0
  454. data/spec/dummy/public/500.html +25 -0
  455. data/spec/dummy/public/favicon.ico +0 -0
  456. data/spec/dummy/script/rails +6 -0
  457. data/spec/dummy/solr/conf/admin-extra.html +31 -0
  458. data/spec/dummy/solr/conf/elevate.xml +36 -0
  459. data/spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt +246 -0
  460. data/spec/dummy/solr/conf/protwords.txt +21 -0
  461. data/spec/dummy/solr/conf/schema.xml +238 -0
  462. data/spec/dummy/solr/conf/scripts.conf +24 -0
  463. data/spec/dummy/solr/conf/solrconfig.xml +934 -0
  464. data/spec/dummy/solr/conf/spellings.txt +2 -0
  465. data/spec/dummy/solr/conf/stopwords.txt +58 -0
  466. data/spec/dummy/solr/conf/synonyms.txt +31 -0
  467. data/spec/dummy/solr/data/test/index/_3b.fdt +0 -0
  468. data/spec/dummy/solr/data/test/index/_3b.fdx +0 -0
  469. data/spec/dummy/solr/data/test/index/_3b.fnm +4 -0
  470. data/spec/dummy/solr/data/test/index/_3b.frq +1 -0
  471. data/spec/dummy/solr/data/test/index/_3b.nrm +1 -0
  472. data/spec/dummy/solr/data/test/index/_3b.prx +0 -0
  473. data/spec/dummy/solr/data/test/index/_3b.tii +0 -0
  474. data/spec/dummy/solr/data/test/index/_3b.tis +0 -0
  475. data/spec/dummy/solr/data/test/index/segments.gen +0 -0
  476. data/spec/dummy/solr/data/test/index/segments_6p +0 -0
  477. data/spec/dummy/solr/data/test/spellchecker/segments.gen +0 -0
  478. data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
  479. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  480. data/spec/dummy/tmp/cache/ACB/B20/manifestation_search_total +0 -0
  481. data/spec/factories/basket.rb +5 -0
  482. data/spec/factories/bookstore.rb +5 -0
  483. data/spec/factories/carrier_type.rb +5 -0
  484. data/spec/factories/content_type.rb +5 -0
  485. data/spec/factories/country.rb +8 -0
  486. data/spec/factories/create.rb +6 -0
  487. data/spec/factories/create_types.rb +9 -0
  488. data/spec/factories/donate.rb +6 -0
  489. data/spec/factories/exemplify.rb +6 -0
  490. data/spec/factories/extent.rb +5 -0
  491. data/spec/factories/import_request.rb +5 -0
  492. data/spec/factories/item.rb +7 -0
  493. data/spec/factories/language.rb +8 -0
  494. data/spec/factories/library.rb +13 -0
  495. data/spec/factories/license.rb +5 -0
  496. data/spec/factories/manifestation.rb +6 -0
  497. data/spec/factories/manifestation_relationship.rb +6 -0
  498. data/spec/factories/manifestation_relationship_type.rb +5 -0
  499. data/spec/factories/medium_of_performance.rb +5 -0
  500. data/spec/factories/own.rb +6 -0
  501. data/spec/factories/patron.rb +13 -0
  502. data/spec/factories/patron_relationship.rb +6 -0
  503. data/spec/factories/patron_relationship_type.rb +5 -0
  504. data/spec/factories/patron_type.rb +5 -0
  505. data/spec/factories/produce.rb +6 -0
  506. data/spec/factories/produce_types.rb +9 -0
  507. data/spec/factories/realize.rb +6 -0
  508. data/spec/factories/realize_types.rb +9 -0
  509. data/spec/factories/series_has_manifestation.rb +6 -0
  510. data/spec/factories/series_statement.rb +5 -0
  511. data/spec/factories/shelf.rb +6 -0
  512. data/spec/factories/subscribe.rb +8 -0
  513. data/spec/factories/subscription.rb +6 -0
  514. data/spec/factories/user.rb +59 -0
  515. data/spec/factories/user_checkout_stat.rb +6 -0
  516. data/spec/factories/user_group.rb +5 -0
  517. data/spec/fixtures/baskets.yml +80 -0
  518. data/spec/fixtures/carrier_types.yml +51 -0
  519. data/spec/fixtures/content_types.yml +36 -0
  520. data/spec/fixtures/countries.yml +2059 -0
  521. data/spec/fixtures/create_types.yml +47 -0
  522. data/spec/fixtures/creates.yml +66 -0
  523. data/spec/fixtures/donates.yml +31 -0
  524. data/spec/fixtures/exemplifies.yml +156 -0
  525. data/spec/fixtures/extents.yml +29 -0
  526. data/spec/fixtures/import_requests.yml +27 -0
  527. data/spec/fixtures/items.yml +262 -0
  528. data/spec/fixtures/languages.yml +1901 -0
  529. data/spec/fixtures/libraries.yml +102 -0
  530. data/spec/fixtures/library_groups.yml +34 -0
  531. data/spec/fixtures/licenses.yml +29 -0
  532. data/spec/fixtures/manifestation_relationship_types.yml +29 -0
  533. data/spec/fixtures/manifestation_relationships.yml +30 -0
  534. data/spec/fixtures/manifestations.yml +2021 -0
  535. data/spec/fixtures/medium_of_performances.yml +29 -0
  536. data/spec/fixtures/owns.yml +27 -0
  537. data/spec/fixtures/patron_import_files.yml +47 -0
  538. data/spec/fixtures/patron_import_results.yml +29 -0
  539. data/spec/fixtures/patron_relationship_types.yml +34 -0
  540. data/spec/fixtures/patron_relationships.yml +25 -0
  541. data/spec/fixtures/patron_types.yml +35 -0
  542. data/spec/fixtures/patrons.yml +338 -0
  543. data/spec/fixtures/picture_files.yml +64 -0
  544. data/spec/fixtures/produce_types.yml +31 -0
  545. data/spec/fixtures/produces.yml +150 -0
  546. data/spec/fixtures/realize_types.yml +39 -0
  547. data/spec/fixtures/realizes.yml +87 -0
  548. data/spec/fixtures/resource_import_files.yml +47 -0
  549. data/spec/fixtures/resource_import_results.yml +29 -0
  550. data/spec/fixtures/roles.yml +39 -0
  551. data/spec/fixtures/series_has_manifestations.yml +35 -0
  552. data/spec/fixtures/series_statements.yml +45 -0
  553. data/spec/fixtures/shelves.yml +47 -0
  554. data/spec/fixtures/subscribes.yml +45 -0
  555. data/spec/fixtures/subscriptions.yml +27 -0
  556. data/spec/fixtures/user_groups.yml +50 -0
  557. data/spec/fixtures/user_has_roles.yml +40 -0
  558. data/spec/fixtures/users.yml +151 -0
  559. data/spec/fixtures_old/inventory_files.yml +40 -0
  560. data/spec/models/basket_spec.rb +23 -0
  561. data/spec/models/role_spec.rb +40 -0
  562. data/spec/models/user_group_spec.rb +26 -0
  563. data/spec/models/user_has_role_spec.rb +18 -0
  564. data/spec/models/user_spec.rb +218 -0
  565. data/spec/requests/users_spec.rb +9 -0
  566. data/spec/routing/accounts_spec.rb +14 -0
  567. data/spec/routing/roles_routing_spec.rb +35 -0
  568. data/spec/routing/users_routing_spec.rb +35 -0
  569. data/spec/spec_helper.rb +51 -0
  570. data/spec/support/controller_macros.rb +46 -0
  571. data/spec/support/devise.rb +4 -0
  572. data/spec/views/users/edit.html.erb_spec.rb +25 -0
  573. data/spec/views/users/index.html.erb_spec.rb +16 -0
  574. data/spec/views/users/new.html.erb_spec.rb +25 -0
  575. data/spec/views/users/show.html.erb_spec.rb +15 -0
  576. data/vendor/assets/javascripts/event_calendar.js +37 -0
  577. data/vendor/assets/javascripts/jquery.colorbox.js +1025 -0
  578. data/vendor/assets/javascripts/jquery.cookie.js +94 -0
  579. data/vendor/assets/javascripts/jquery.highlight.js +108 -0
  580. data/vendor/assets/javascripts/jquery.mobile-1.3.0.js +11092 -0
  581. data/vendor/assets/javascripts/jquery.powertip.js +796 -0
  582. data/vendor/assets/javascripts/jquery.shortcut.js +241 -0
  583. data/vendor/assets/javascripts/jquery.ui.menubar.js +327 -0
  584. data/vendor/assets/stylesheets/acts_as_taggable_stylesheet.css +7 -0
  585. data/vendor/assets/stylesheets/colorbox.css +93 -0
  586. data/vendor/assets/stylesheets/event_calendar.css +237 -0
  587. data/vendor/assets/stylesheets/html5-doctor-reset-stylesheet.min.css +14 -0
  588. data/vendor/assets/stylesheets/images/ajax-loader.gif +0 -0
  589. data/vendor/assets/stylesheets/images/border.png +0 -0
  590. data/vendor/assets/stylesheets/images/controls.png +0 -0
  591. data/vendor/assets/stylesheets/images/icons-18-black.png +0 -0
  592. data/vendor/assets/stylesheets/images/icons-18-white.png +0 -0
  593. data/vendor/assets/stylesheets/images/icons-36-black.png +0 -0
  594. data/vendor/assets/stylesheets/images/icons-36-white.png +0 -0
  595. data/vendor/assets/stylesheets/images/ie6/borderBottomCenter.png +0 -0
  596. data/vendor/assets/stylesheets/images/ie6/borderBottomLeft.png +0 -0
  597. data/vendor/assets/stylesheets/images/ie6/borderBottomRight.png +0 -0
  598. data/vendor/assets/stylesheets/images/ie6/borderMiddleLeft.png +0 -0
  599. data/vendor/assets/stylesheets/images/ie6/borderMiddleRight.png +0 -0
  600. data/vendor/assets/stylesheets/images/ie6/borderTopCenter.png +0 -0
  601. data/vendor/assets/stylesheets/images/ie6/borderTopLeft.png +0 -0
  602. data/vendor/assets/stylesheets/images/ie6/borderTopRight.png +0 -0
  603. data/vendor/assets/stylesheets/images/loading.gif +0 -0
  604. data/vendor/assets/stylesheets/images/loading_background.png +0 -0
  605. data/vendor/assets/stylesheets/images/overlay.png +0 -0
  606. data/vendor/assets/stylesheets/images/spinner_bar.gif +0 -0
  607. data/vendor/assets/stylesheets/jquery.mobile-1.3.0.css +3357 -0
  608. data/vendor/assets/stylesheets/jquery.powertip.css +64 -0
  609. data/vendor/assets/stylesheets/jquery.ui.menubar.css +15 -0
  610. metadata +1153 -0
@@ -0,0 +1,102 @@
1
+ ---
2
+ library_00001:
3
+ name: web
4
+ short_display_name: Web
5
+ display_name: World Wide Web
6
+ fax_number:
7
+ updated_at: 2007-08-31 00:18:06.662349 +09:00
8
+ telephone_number_1:
9
+ telephone_number_2:
10
+ id: 1
11
+ zip_code:
12
+ region:
13
+ locality:
14
+ street:
15
+ created_at: 2007-08-13 18:10:00 +09:00
16
+ library_group_id: 1
17
+ call_number_delimiter: "|"
18
+ position: 1
19
+ library_00002:
20
+ name: kamata
21
+ short_display_name: 蒲田
22
+ display_name: Kamata Library
23
+ fax_number: ""
24
+ updated_at: 2007-08-31 00:18:06.662349 +09:00
25
+ telephone_number_1: 81-3-3732-5111
26
+ telephone_number_2: ""
27
+ id: 2
28
+ zip_code: 144-8535
29
+ region: Tokyo
30
+ locality:
31
+ street:
32
+ created_at: 2007-08-13 18:10:00 +09:00
33
+ library_group_id: 1
34
+ call_number_delimiter: "|"
35
+ position: 2
36
+ isil: "JP-0000000"
37
+ library_00003:
38
+ name: hachioji
39
+ short_display_name: 八王子
40
+ display_name: Hachioji Library
41
+ fax_number: 042-637-2116
42
+ updated_at: 2007-08-31 00:18:16.188285 +09:00
43
+ telephone_number_1: 042-637-2033
44
+ telephone_number_2: ""
45
+ id: 3
46
+ zip_code: 192-0982
47
+ region: Tokyo
48
+ locality: Hachioji
49
+ street:
50
+ created_at: 2007-08-14 16:37:00 +09:00
51
+ library_group_id: 1
52
+ call_number_delimiter: "|"
53
+ position: 3
54
+ library_00004:
55
+ name: mita
56
+ short_display_name: 三田
57
+ display_name: Mita Library
58
+ fax_number: ""
59
+ updated_at: 2007-08-31 00:18:20.043951 +09:00
60
+ telephone_number_1: ""
61
+ telephone_number_2: ""
62
+ id: 4
63
+ zip_code: 108-8345
64
+ region: Tokyo
65
+ locality: Minato
66
+ street:
67
+ created_at: 2007-08-23 19:51:00 +09:00
68
+ library_group_id: 1
69
+ call_number_delimiter: "|"
70
+ position: 4
71
+
72
+ # == Schema Information
73
+ #
74
+ # Table name: libraries
75
+ #
76
+ # id :integer not null, primary key
77
+ # name :string(255) not null
78
+ # display_name :text
79
+ # short_display_name :string(255) not null
80
+ # zip_code :string(255)
81
+ # street :text
82
+ # locality :text
83
+ # region :text
84
+ # telephone_number_1 :string(255)
85
+ # telephone_number_2 :string(255)
86
+ # fax_number :string(255)
87
+ # note :text
88
+ # call_number_rows :integer default(1), not null
89
+ # call_number_delimiter :string(255) default("|"), not null
90
+ # library_group_id :integer default(1), not null
91
+ # users_count :integer default(0), not null
92
+ # position :integer
93
+ # country_id :integer
94
+ # created_at :datetime not null
95
+ # updated_at :datetime not null
96
+ # deleted_at :datetime
97
+ # opening_hour :text
98
+ # latitude :float
99
+ # longitude :float
100
+ # isil :string(255)
101
+ #
102
+
@@ -0,0 +1,34 @@
1
+ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
+ one:
3
+ id: 1
4
+ name: enju_library
5
+ display_name: "<%= I18n.locale %>: Enju Library"
6
+ short_name: enju
7
+ email: next-l@library.example.jp
8
+ note:
9
+ my_networks: 0.0.0.0/0
10
+ url: "http://localhost:3000/"
11
+ admin_networks: 0.0.0.0/0
12
+
13
+
14
+ # == Schema Information
15
+ #
16
+ # Table name: library_groups
17
+ #
18
+ # id :integer not null, primary key
19
+ # name :string(255) not null
20
+ # display_name :text
21
+ # short_name :string(255) not null
22
+ # email :string(255)
23
+ # my_networks :text
24
+ # login_banner :text
25
+ # note :text
26
+ # country_id :integer
27
+ # created_at :datetime not null
28
+ # updated_at :datetime not null
29
+ # admin_networks :text
30
+ # allow_bookmark_external_url :boolean default(FALSE), not null
31
+ # position :integer
32
+ # url :string(255) default("http://localhost:3000/")
33
+ #
34
+
@@ -0,0 +1,29 @@
1
+ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
+
3
+ one:
4
+ id: 1
5
+ name: unknown
6
+ display_name: unknown
7
+ note: unknown
8
+ position: 1
9
+
10
+ two:
11
+ id: 2
12
+ name: mit
13
+ display_name: MIT
14
+ note: MIT
15
+ position: 2
16
+
17
+ # == Schema Information
18
+ #
19
+ # Table name: licenses
20
+ #
21
+ # id :integer not null, primary key
22
+ # name :string(255) not null
23
+ # display_name :string(255)
24
+ # note :text
25
+ # position :integer
26
+ # created_at :datetime
27
+ # updated_at :datetime
28
+ #
29
+
@@ -0,0 +1,29 @@
1
+ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
+
3
+ one:
4
+ name: successor
5
+ display_name: successor
6
+ note:
7
+ position: 1
8
+ id: 1
9
+
10
+ two:
11
+ name: copy
12
+ display_name: copy
13
+ note:
14
+ position: 2
15
+ id: 2
16
+
17
+ # == Schema Information
18
+ #
19
+ # Table name: manifestation_relationship_types
20
+ #
21
+ # id :integer not null, primary key
22
+ # name :string(255) not null
23
+ # display_name :text
24
+ # note :text
25
+ # position :integer
26
+ # created_at :datetime
27
+ # updated_at :datetime
28
+ #
29
+
@@ -0,0 +1,30 @@
1
+ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
+
3
+ one:
4
+ parent_id: 1
5
+ child_id: 2
6
+ manifestation_relationship_type_id: 1
7
+
8
+ two:
9
+ parent_id: 2
10
+ child_id: 3
11
+ manifestation_relationship_type_id: 1
12
+
13
+ serial:
14
+ parent_id: 201
15
+ child_id: 202
16
+ manifestation_relationship_type_id: 1
17
+
18
+ # == Schema Information
19
+ #
20
+ # Table name: manifestation_relationships
21
+ #
22
+ # id :integer not null, primary key
23
+ # parent_id :integer
24
+ # child_id :integer
25
+ # manifestation_relationship_type_id :integer
26
+ # created_at :datetime
27
+ # updated_at :datetime
28
+ # position :integer
29
+ #
30
+
@@ -0,0 +1,2021 @@
1
+ # == Schema Information
2
+ #
3
+ # Table name: manifestations
4
+ #
5
+ # id :integer not null, primary key
6
+ # original_title :text not null
7
+ # title_alternative :text
8
+ # title_transcription :text
9
+ # classification_number :string(255)
10
+ # manifestation_identifier :string(255)
11
+ # date_of_publication :datetime
12
+ # date_copyrighted :datetime
13
+ # created_at :datetime not null
14
+ # updated_at :datetime not null
15
+ # deleted_at :datetime
16
+ # access_address :string(255)
17
+ # language_id :integer default(1), not null
18
+ # carrier_type_id :integer default(1), not null
19
+ # extent_id :integer default(1), not null
20
+ # start_page :integer
21
+ # end_page :integer
22
+ # height :integer
23
+ # width :integer
24
+ # depth :integer
25
+ # isbn :string(255)
26
+ # isbn10 :string(255)
27
+ # wrong_isbn :string(255)
28
+ # nbn :string(255)
29
+ # lccn :string(255)
30
+ # oclc_number :string(255)
31
+ # issn :string(255)
32
+ # price :integer
33
+ # fulltext :text
34
+ # volume_number_string :string(255)
35
+ # issue_number_string :string(255)
36
+ # serial_number_string :string(255)
37
+ # edition :integer
38
+ # note :text
39
+ # repository_content :boolean default(FALSE), not null
40
+ # lock_version :integer default(0), not null
41
+ # required_role_id :integer default(1), not null
42
+ # state :string(255)
43
+ # required_score :integer default(0), not null
44
+ # frequency_id :integer default(1), not null
45
+ # subscription_master :boolean default(FALSE), not null
46
+ # attachment_file_name :string(255)
47
+ # attachment_content_type :string(255)
48
+ # attachment_file_size :integer
49
+ # attachment_updated_at :datetime
50
+ # title_alternative_transcription :text
51
+ # description :text
52
+ # abstract :text
53
+ # available_at :datetime
54
+ # valid_until :datetime
55
+ # date_submitted :datetime
56
+ # date_accepted :datetime
57
+ # date_caputured :datetime
58
+ # pub_date :string(255)
59
+ # edition_string :string(255)
60
+ # volume_number :integer
61
+ # issue_number :integer
62
+ # serial_number :integer
63
+ # ndc :string(255)
64
+ # content_type_id :integer default(1)
65
+ # year_of_publication :integer
66
+ # attachment_meta :text
67
+ # month_of_publication :integer
68
+ # fulltext_content :boolean
69
+ # doi :string(255)
70
+ #
71
+
72
+ ---
73
+ manifestation_00001:
74
+ carrier_type_id: 1
75
+ language_id: 1
76
+ isbn: "4798002062"
77
+ updated_at: 2007-11-19 16:59:00.293393 +09:00
78
+ original_title: "\xE3\x82\x88\xE3\x81\x8F\xE3\x82\x8F\xE3\x81\x8B\xE3\x82\x8B\xE6\x9C\x80\xE6\x96\xB0Web\xE3\x82\xB5\xE3\x83\xBC\xE3\x83\x93\xE3\x82\xB9\xE6\x8A\x80\xE8\xA1\x93"
79
+ price:
80
+ manifestation_identifier:
81
+ depth:
82
+ date_of_publication:
83
+ access_address:
84
+ id: 1
85
+ height:
86
+ width:
87
+ created_at: 2007-11-19 16:59:00.293393 +09:00
88
+ start_page: 1
89
+ end_page: 100
90
+ repository_content: true
91
+ manifestation_00002:
92
+ carrier_type_id: 1
93
+ language_id: 1
94
+ isbn: "4915724824"
95
+ updated_at: 2007-11-19 16:59:01.991512 +09:00
96
+ original_title: "\xE6\x83\x85\xE5\xA0\xB1\xE9\x80\x9A\xE4\xBF\xA1\xE3\x83\x8F\xE3\x83\xB3\xE3\x83\x89\xE3\x83\x96\xE3\x83\x83\xE3\x82\xAF2005"
97
+ price:
98
+ manifestation_identifier:
99
+ depth:
100
+ date_of_publication:
101
+ access_address:
102
+ id: 2
103
+ height:
104
+ width:
105
+ created_at: 2007-11-19 16:59:01.991512 +09:00
106
+ repository_content: false
107
+ manifestation_00003:
108
+ carrier_type_id: 1
109
+ language_id: 1
110
+ isbn: "4897063590"
111
+ updated_at: 2007-11-19 16:59:02.618359 +09:00
112
+ original_title: !binary |
113
+ 44GT44KM44GL44KJ44Gu55Sf5ZG956eR5a2m56CU56m26ICF44Gu44Gf44KB
114
+ 44Gu44OQ44Kk44Kq54m56Kix5YWl6ZaA6Kyb5bqn
115
+
116
+ price:
117
+ manifestation_identifier:
118
+ depth:
119
+ date_of_publication:
120
+ access_address: "http://www.slis.keio.ac.jp/"
121
+ id: 3
122
+ height:
123
+ width:
124
+ created_at: 2007-11-19 16:59:02.618359 +09:00
125
+ manifestation_00004:
126
+ carrier_type_id: 1
127
+ language_id: 1
128
+ isbn: 0471412791
129
+ updated_at: 2007-11-19 16:59:03.275738 +09:00
130
+ original_title: THE BIOTECH INVESTOR'S BIBLE
131
+ price:
132
+ manifestation_identifier:
133
+ depth:
134
+ date_of_publication:
135
+ access_address:
136
+ id: 4
137
+ height:
138
+ width:
139
+ created_at: 2007-11-19 16:59:03.275738 +09:00
140
+ manifestation_00005:
141
+ carrier_type_id: 1
142
+ language_id: 1
143
+ isbn: ""
144
+ updated_at: 2007-11-19 16:59:04.333183 +09:00
145
+ original_title: !binary |
146
+ 6aGn5a6i5rqA6Laz5Z6L44Oe44O844Kx44OG44Kj44Oz44Kw44Gu5qeL5Zuz
147
+
148
+ price:
149
+ manifestation_identifier:
150
+ depth:
151
+ date_of_publication:
152
+ access_address:
153
+ id: 5
154
+ height:
155
+ width:
156
+ created_at: 2007-11-19 16:59:04.333183 +09:00
157
+ manifestation_00006:
158
+ carrier_type_id: 1
159
+ language_id: 1
160
+ isbn: ""
161
+ updated_at: 2007-11-19 16:59:05.255684 +09:00
162
+ original_title: !binary |
163
+ 5LuV57WE44G/6Z2p5paw44Gu5pmC5Luj
164
+
165
+ price:
166
+ manifestation_identifier:
167
+ depth:
168
+ date_of_publication:
169
+ access_address:
170
+ id: 6
171
+ height:
172
+ width:
173
+ created_at: 2007-11-19 16:59:05.255684 +09:00
174
+ manifestation_00007:
175
+ carrier_type_id: 1
176
+ language_id: 1
177
+ isbn: 0470844701
178
+ updated_at: 2007-11-19 16:59:06.892741 +09:00
179
+ original_title: dictionary of e-business
180
+ price:
181
+ manifestation_identifier:
182
+ depth:
183
+ date_of_publication:
184
+ access_address:
185
+ id: 7
186
+ height:
187
+ width:
188
+ created_at: 2007-11-19 16:59:06.892741 +09:00
189
+ manifestation_00008:
190
+ carrier_type_id: 1
191
+ language_id: 1
192
+ isbn: "4798101028"
193
+ updated_at: 2007-11-19 16:59:07.463333 +09:00
194
+ original_title: "Web\xE3\x82\xB5\xE3\x83\xBC\xE3\x83\x93\xE3\x82\xB9\xE5\xAE\x8C\xE5\x85\xA8\xE8\xA7\xA3\xE8\xAA\xAC"
195
+ price:
196
+ manifestation_identifier:
197
+ depth:
198
+ date_of_publication:
199
+ access_address:
200
+ id: 8
201
+ height:
202
+ width:
203
+ created_at: 2007-11-19 16:59:07.463333 +09:00
204
+ manifestation_00009:
205
+ carrier_type_id: 1
206
+ language_id: 1
207
+ isbn: "4641143331"
208
+ updated_at: 2007-11-19 16:59:08.166195 +09:00
209
+ original_title: !binary |
210
+ 6YCQ5p2h6Kej6Kqs5LiN5q2j56u25LqJ6Ziy5q2i5rOV
211
+
212
+ price:
213
+ manifestation_identifier:
214
+ depth:
215
+ date_of_publication:
216
+ access_address:
217
+ id: 9
218
+ height:
219
+ width:
220
+ created_at: 2007-11-19 16:59:08.166195 +09:00
221
+ manifestation_00010:
222
+ carrier_type_id: 1
223
+ language_id: 1
224
+ isbn: "9784774127804"
225
+ updated_at: 2007-11-19 16:59:09.799724 +09:00
226
+ original_title: "Apache Lucene入門 : Java・オープンソース・全文検索システムの構築"
227
+ price:
228
+ manifestation_identifier:
229
+ depth:
230
+ date_of_publication:
231
+ access_address:
232
+ id: 10
233
+ height:
234
+ width:
235
+ created_at: 2007-11-19 16:59:09.799724 +09:00
236
+ manifestation_00021:
237
+ carrier_type_id: 1
238
+ isbn: "4822281167"
239
+ updated_at: 2007-11-19 16:59:20.799724 +09:00
240
+ original_title: "Web\xE3\x82\xB5\xE3\x83\xBC\xE3\x83\x93\xE3\x82\xB9\xE5\xAE\x8C\xE5\x85\xA8\xE6\xA7\x8B\xE7\xAF\x89\xE3\x82\xAC\xE3\x82\xA4\xE3\x83\x89"
241
+ price:
242
+ manifestation_identifier:
243
+ depth:
244
+ date_of_publication:
245
+ access_address:
246
+ id: 11
247
+ height:
248
+ width:
249
+ created_at: 2007-11-19 16:59:20.799724 +09:00
250
+ required_role_id: 2
251
+ manifestation_00022:
252
+ carrier_type_id: 1
253
+ isbn:
254
+ updated_at: 2007-11-19 16:59:21.799724 +09:00
255
+ original_title: "YouTube - Open Source ILS Song"
256
+ price:
257
+ manifestation_identifier:
258
+ depth:
259
+ date_of_publication:
260
+ access_address: "http://jp.youtube.com/watch?v=BSHBzd9ftDE"
261
+ id: 22
262
+ height:
263
+ width:
264
+ created_at: 2008-04-17 00:34:01 +09:00
265
+ required_role_id: 1
266
+ manifestation_00023:
267
+ carrier_type_id: 1
268
+ isbn:
269
+ updated_at: 2008-04-17 00:34:01 +09:00
270
+ original_title: "世界の美しい図書館集めてみた【第一弾】"
271
+ price:
272
+ manifestation_identifier:
273
+ depth:
274
+ date_of_publication:
275
+ access_address: "http://www.nicovideo.jp/watch/sm3015373"
276
+ id: 23
277
+ height:
278
+ width:
279
+ created_at: 2007-11-19 16:58:58.799724 +09:00
280
+ required_role_id: 4
281
+ manifestation_00101:
282
+ carrier_type_id: 1
283
+ language_id: 1
284
+ isbn: 0000000101
285
+ updated_at: 2010-03-01 16:14:18 +09:00
286
+ original_title: "CGI基礎講座 : Perl・プログラミング・日本語処理"
287
+ price:
288
+ manifestation_identifier:
289
+ depth:
290
+ date_of_publication:
291
+ access_address:
292
+ id: 101
293
+ height:
294
+ width:
295
+ created_at: 2010-02-21 15:47:09 UTC
296
+ manifestation_00102:
297
+ carrier_type_id: 1
298
+ language_id: 1
299
+ isbn: 0000000102
300
+ updated_at: 2010-03-01 16:14:18 +09:00
301
+ original_title: "CGIレスキュー実践Perlプログラミング : Web裏技"
302
+ price:
303
+ manifestation_identifier:
304
+ depth:
305
+ date_of_publication:
306
+ access_address:
307
+ id: 102
308
+ height:
309
+ width:
310
+ created_at: 2010-02-21 14:57:08 UTC
311
+ manifestation_00103:
312
+ carrier_type_id: 1
313
+ language_id: 1
314
+ isbn: 0000000103
315
+ updated_at: 2010-03-01 16:14:18 +09:00
316
+ original_title: "Perlクックブック. v.2"
317
+ price:
318
+ manifestation_identifier:
319
+ depth:
320
+ date_of_publication:
321
+ access_address:
322
+ id: 103
323
+ height:
324
+ width:
325
+ created_at: 2010-02-21 10:51:48 UTC
326
+ manifestation_00104:
327
+ carrier_type_id: 1
328
+ language_id: 1
329
+ isbn: 0000000104
330
+ updated_at: 2010-03-01 16:14:18 +09:00
331
+ original_title: "Perlクックブック. v.1"
332
+ price:
333
+ manifestation_identifier:
334
+ depth:
335
+ date_of_publication:
336
+ access_address:
337
+ id: 104
338
+ height:
339
+ width:
340
+ created_at: 2010-02-21 10:51:33 UTC
341
+ manifestation_00105:
342
+ carrier_type_id: 1
343
+ language_id: 1
344
+ isbn: 0000000105
345
+ updated_at: 2010-03-01 16:14:18 +09:00
346
+ original_title: "初めてのPerl. 続"
347
+ price:
348
+ manifestation_identifier:
349
+ depth:
350
+ date_of_publication:
351
+ access_address:
352
+ id: 105
353
+ height:
354
+ width:
355
+ created_at: 2010-02-21 10:48:14 UTC
356
+ manifestation_00106:
357
+ carrier_type_id: 1
358
+ language_id: 1
359
+ isbn: 0000000106
360
+ updated_at: 2010-03-01 16:14:18 +09:00
361
+ original_title: "Perl & XML"
362
+ price:
363
+ manifestation_identifier:
364
+ depth:
365
+ date_of_publication:
366
+ access_address:
367
+ id: 106
368
+ height:
369
+ width:
370
+ created_at: 2010-02-21 10:45:48 UTC
371
+ manifestation_00107:
372
+ carrier_type_id: 1
373
+ language_id: 1
374
+ isbn: 0000000107
375
+ updated_at: 2010-03-01 16:14:18 +09:00
376
+ original_title: "はじめてのPerlモジュール : 厳選実用モジュール集"
377
+ price:
378
+ manifestation_identifier:
379
+ depth:
380
+ date_of_publication:
381
+ access_address:
382
+ id: 107
383
+ height:
384
+ width:
385
+ created_at: 2010-02-21 09:59:01 UTC
386
+ manifestation_00108:
387
+ carrier_type_id: 1
388
+ language_id: 1
389
+ isbn: 0000000108
390
+ updated_at: 2010-03-01 16:14:18 +09:00
391
+ original_title: "Perl 5パワフルテクニック大全集"
392
+ price:
393
+ manifestation_identifier:
394
+ depth:
395
+ date_of_publication:
396
+ access_address:
397
+ id: 108
398
+ height:
399
+ width:
400
+ created_at: 2010-02-21 08:13:17 UTC
401
+ manifestation_00109:
402
+ carrier_type_id: 1
403
+ language_id: 1
404
+ isbn: 0000000109
405
+ updated_at: 2010-03-01 16:14:18 +09:00
406
+ original_title: "CGI/Perlパワープログラミング"
407
+ price:
408
+ manifestation_identifier:
409
+ depth:
410
+ date_of_publication:
411
+ access_address:
412
+ id: 109
413
+ height:
414
+ width:
415
+ created_at: 2010-02-20 17:26:08 UTC
416
+ manifestation_00110:
417
+ carrier_type_id: 1
418
+ language_id: 1
419
+ isbn: 0000000110
420
+ updated_at: 2010-03-01 16:14:18 +09:00
421
+ original_title: "Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング"
422
+ price:
423
+ manifestation_identifier:
424
+ depth:
425
+ date_of_publication:
426
+ access_address:
427
+ id: 110
428
+ height:
429
+ width:
430
+ created_at: 2010-02-19 13:09:56 UTC
431
+ manifestation_00111:
432
+ carrier_type_id: 1
433
+ language_id: 1
434
+ isbn: 0000000111
435
+ updated_at: 2010-03-01 16:14:18 +09:00
436
+ original_title: "すぐわかるPerl"
437
+ price:
438
+ manifestation_identifier:
439
+ depth:
440
+ date_of_publication:
441
+ access_address:
442
+ id: 111
443
+ height:
444
+ width:
445
+ created_at: 2010-02-19 13:07:28 UTC
446
+ manifestation_00112:
447
+ carrier_type_id: 1
448
+ language_id: 1
449
+ isbn: 0000000112
450
+ updated_at: 2010-03-01 16:14:18 +09:00
451
+ original_title: "CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう"
452
+ price:
453
+ manifestation_identifier:
454
+ depth:
455
+ date_of_publication:
456
+ access_address:
457
+ id: 112
458
+ height:
459
+ width:
460
+ created_at: 2010-02-19 13:06:51 UTC
461
+ manifestation_00113:
462
+ carrier_type_id: 1
463
+ language_id: 1
464
+ isbn: 0000000113
465
+ updated_at: 2010-03-01 16:14:18 +09:00
466
+ original_title: "プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java"
467
+ price:
468
+ manifestation_identifier:
469
+ depth:
470
+ date_of_publication:
471
+ access_address:
472
+ id: 113
473
+ height:
474
+ width:
475
+ created_at: 2010-02-19 11:02:27 UTC
476
+ manifestation_00114:
477
+ carrier_type_id: 1
478
+ language_id: 1
479
+ isbn: 9784756137470
480
+ updated_at: 2010-03-01 16:14:18 +09:00
481
+ original_title: "Rubyを256倍使うための本. 魔道編"
482
+ price:
483
+ manifestation_identifier:
484
+ depth:
485
+ pub_date: 2001-03-20
486
+ access_address:
487
+ id: 114
488
+ height:
489
+ width:
490
+ created_at: 2010-02-19 05:46:08 UTC
491
+ manifestation_00115:
492
+ carrier_type_id: 1
493
+ language_id: 1
494
+ isbn: 0000000115
495
+ updated_at: 2010-03-01 16:14:18 +09:00
496
+ original_title: "入門Perl"
497
+ price:
498
+ manifestation_identifier:
499
+ depth:
500
+ date_of_publication:
501
+ access_address:
502
+ id: 115
503
+ height:
504
+ width:
505
+ created_at: 2010-02-19 05:40:17 UTC
506
+ manifestation_00116:
507
+ carrier_type_id: 1
508
+ language_id: 1
509
+ isbn: 9784756100917
510
+ updated_at: 2010-03-01 16:14:18 +09:00
511
+ original_title: "sed & awkプログラミング : UNIX power tools"
512
+ price:
513
+ manifestation_identifier:
514
+ depth:
515
+ pub_date: 1991-12-24
516
+ access_address:
517
+ id: 116
518
+ height:
519
+ width:
520
+ created_at: 2010-02-19 05:39:01 UTC
521
+ manifestation_00117:
522
+ carrier_type_id: 1
523
+ language_id: 1
524
+ isbn: 0000000117
525
+ updated_at: 2010-03-01 16:14:18 +09:00
526
+ original_title: "Perlの達人"
527
+ price:
528
+ manifestation_identifier:
529
+ depth:
530
+ date_of_publication:
531
+ access_address:
532
+ id: 117
533
+ height:
534
+ width:
535
+ created_at: 2010-02-18 10:23:27 UTC
536
+ manifestation_00118:
537
+ carrier_type_id: 1
538
+ language_id: 1
539
+ isbn: 0000000118
540
+ updated_at: 2010-03-01 16:14:18 +09:00
541
+ original_title: "ナチ強制・絶滅収容所 : 18施設内の生と死"
542
+ price:
543
+ manifestation_identifier:
544
+ depth:
545
+ date_of_publication:
546
+ access_address:
547
+ id: 118
548
+ height:
549
+ width:
550
+ created_at: 2010-02-17 01:12:08 UTC
551
+ manifestation_00119:
552
+ carrier_type_id: 1
553
+ language_id: 1
554
+ isbn: 0000000119
555
+ updated_at: 2010-03-01 16:14:18 +09:00
556
+ original_title: "Perl基礎講座"
557
+ price:
558
+ manifestation_identifier:
559
+ depth:
560
+ date_of_publication:
561
+ access_address:
562
+ id: 119
563
+ height:
564
+ width:
565
+ created_at: 2010-02-16 04:30:37 UTC
566
+ manifestation_00120:
567
+ carrier_type_id: 1
568
+ language_id: 1
569
+ isbn: 9784274063855
570
+ updated_at: 2010-03-01 16:14:18 +09:00
571
+ original_title: "Rubyプログラミング入門"
572
+ price:
573
+ manifestation_identifier:
574
+ depth:
575
+ pub_date: 2000-10-01
576
+ access_address:
577
+ id: 120
578
+ height:
579
+ width:
580
+ created_at: 2010-02-16 04:29:59 UTC
581
+ manifestation_00121:
582
+ carrier_type_id: 1
583
+ language_id: 1
584
+ isbn: 0000000121
585
+ updated_at: 2010-03-01 16:14:18 +09:00
586
+ original_title: "Django×Python"
587
+ price:
588
+ manifestation_identifier:
589
+ depth:
590
+ date_of_publication:
591
+ access_address:
592
+ id: 121
593
+ height:
594
+ width:
595
+ created_at: 2010-01-30 06:22:35 UTC
596
+ manifestation_00122:
597
+ carrier_type_id: 1
598
+ language_id: 1
599
+ isbn: 0000000122
600
+ updated_at: 2010-03-01 16:14:18 +09:00
601
+ original_title: "みんなのPython"
602
+ price:
603
+ manifestation_identifier:
604
+ depth:
605
+ date_of_publication:
606
+ access_address:
607
+ id: 122
608
+ height:
609
+ width:
610
+ created_at: 2010-01-30 06:17:32 UTC
611
+ manifestation_00123:
612
+ carrier_type_id: 1
613
+ language_id: 1
614
+ isbn: 0000000123
615
+ updated_at: 2010-03-01 16:14:18 +09:00
616
+ original_title: "Rubyでgroonga使って全文検索 - ラングバ"
617
+ price:
618
+ manifestation_identifier:
619
+ depth:
620
+ date_of_publication:
621
+ access_address:
622
+ id: 123
623
+ height:
624
+ width:
625
+ created_at: 2009-10-25 13:20:34 UTC
626
+ manifestation_00124:
627
+ carrier_type_id: 1
628
+ language_id: 1
629
+ isbn: 0000000124
630
+ updated_at: 2010-03-01 16:14:18 +09:00
631
+ original_title: "まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)"
632
+ price:
633
+ manifestation_identifier:
634
+ depth:
635
+ date_of_publication:
636
+ access_address:
637
+ id: 124
638
+ height:
639
+ width:
640
+ created_at: 2009-10-20 13:46:44 UTC
641
+ manifestation_00125:
642
+ carrier_type_id: 1
643
+ language_id: 1
644
+ isbn: 0000000125
645
+ updated_at: 2010-03-01 16:14:18 +09:00
646
+ original_title: "Ruby on Rails入門 : 優しいRailsの育て方"
647
+ price:
648
+ manifestation_identifier:
649
+ depth:
650
+ date_of_publication:
651
+ access_address:
652
+ id: 125
653
+ height:
654
+ width:
655
+ created_at: 2009-10-16 05:16:48 UTC
656
+ manifestation_00126:
657
+ carrier_type_id: 1
658
+ language_id: 1
659
+ isbn: 0000000126
660
+ updated_at: 2010-03-01 16:14:18 +09:00
661
+ original_title: "Ruby Cookbook"
662
+ price:
663
+ manifestation_identifier:
664
+ depth:
665
+ date_of_publication:
666
+ access_address:
667
+ id: 126
668
+ height:
669
+ width:
670
+ created_at: 2009-06-29 12:44:11 UTC
671
+ manifestation_00127:
672
+ carrier_type_id: 1
673
+ language_id: 1
674
+ isbn: 0000000127
675
+ updated_at: 2010-03-01 16:14:18 +09:00
676
+ original_title: "CGI programming on the World Wide Web"
677
+ price:
678
+ manifestation_identifier:
679
+ depth:
680
+ date_of_publication:
681
+ access_address:
682
+ id: 127
683
+ height:
684
+ width:
685
+ created_at: 2009-06-19 13:45:14 UTC
686
+ manifestation_00128:
687
+ carrier_type_id: 1
688
+ language_id: 1
689
+ isbn: 0000000128
690
+ updated_at: 2010-03-01 16:14:18 +09:00
691
+ original_title: "Genomic Perl"
692
+ price:
693
+ manifestation_identifier:
694
+ depth:
695
+ date_of_publication:
696
+ access_address:
697
+ id: 128
698
+ height:
699
+ width:
700
+ created_at: 2009-06-19 13:27:46 UTC
701
+ manifestation_00129:
702
+ carrier_type_id: 1
703
+ language_id: 1
704
+ isbn: 0000000129
705
+ updated_at: 2010-03-01 16:14:18 +09:00
706
+ original_title: "Indians of the Pacific Northwest"
707
+ price:
708
+ manifestation_identifier:
709
+ depth:
710
+ date_of_publication:
711
+ access_address:
712
+ id: 129
713
+ height:
714
+ width:
715
+ created_at: 2009-06-19 12:16:23 UTC
716
+ manifestation_00130:
717
+ carrier_type_id: 1
718
+ language_id: 1
719
+ isbn: 0000000130
720
+ updated_at: 2010-03-01 16:14:18 +09:00
721
+ original_title: "Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M"
722
+ price:
723
+ manifestation_identifier:
724
+ depth:
725
+ date_of_publication:
726
+ access_address:
727
+ id: 130
728
+ height:
729
+ width:
730
+ created_at: 2009-06-19 12:03:29 UTC
731
+ manifestation_00131:
732
+ carrier_type_id: 1
733
+ language_id: 1
734
+ isbn: 0000000131
735
+ updated_at: 2010-03-01 16:14:18 +09:00
736
+ original_title: "International Symposium Genes and Chromosomes Structure and Function"
737
+ price:
738
+ manifestation_identifier:
739
+ depth:
740
+ date_of_publication:
741
+ access_address:
742
+ id: 131
743
+ height:
744
+ width:
745
+ created_at: 2009-06-19 12:02:48 UTC
746
+ manifestation_00132:
747
+ carrier_type_id: 1
748
+ language_id: 1
749
+ isbn: 0000000132
750
+ updated_at: 2010-03-01 16:14:18 +09:00
751
+ original_title: "Perl black book, 2nd edition"
752
+ price:
753
+ manifestation_identifier:
754
+ depth:
755
+ date_of_publication:
756
+ access_address:
757
+ id: 132
758
+ height:
759
+ width:
760
+ created_at: 2009-06-19 11:42:02 UTC
761
+ manifestation_00133:
762
+ carrier_type_id: 1
763
+ language_id: 1
764
+ isbn: 0000000133
765
+ updated_at: 2010-03-01 16:14:18 +09:00
766
+ original_title: "Python scripting for computational science"
767
+ price:
768
+ manifestation_identifier:
769
+ depth:
770
+ date_of_publication:
771
+ access_address:
772
+ id: 133
773
+ height:
774
+ width:
775
+ created_at: 2009-06-19 11:18:01 UTC
776
+ manifestation_00134:
777
+ carrier_type_id: 1
778
+ language_id: 1
779
+ isbn: 0000000134
780
+ updated_at: 2010-03-01 16:14:18 +09:00
781
+ original_title: "Tests on a gold ore from the Ruby Basin, Black Hills"
782
+ price:
783
+ manifestation_identifier:
784
+ depth:
785
+ date_of_publication:
786
+ access_address:
787
+ id: 134
788
+ height:
789
+ width:
790
+ created_at: 2009-06-19 11:06:07 UTC
791
+ manifestation_00135:
792
+ carrier_type_id: 1
793
+ language_id: 1
794
+ isbn: 0000000135
795
+ updated_at: 2010-03-01 16:14:18 +09:00
796
+ original_title: "Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm"
797
+ price:
798
+ manifestation_identifier:
799
+ depth:
800
+ date_of_publication:
801
+ access_address:
802
+ id: 135
803
+ height:
804
+ width:
805
+ created_at: 2009-06-19 10:54:21 UTC
806
+ manifestation_00136:
807
+ carrier_type_id: 1
808
+ language_id: 1
809
+ isbn: 0000000136
810
+ updated_at: 2010-03-01 16:14:18 +09:00
811
+ original_title: "Three little words [sound recording] / Nevertheless (I'm in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who's sorry now? / My sunny Tennessee / So long Oolong / Three little words"
812
+ price:
813
+ manifestation_identifier:
814
+ depth:
815
+ date_of_publication:
816
+ access_address:
817
+ id: 136
818
+ height:
819
+ width:
820
+ created_at: 2009-06-19 10:46:46 UTC
821
+ manifestation_00137:
822
+ carrier_type_id: 1
823
+ language_id: 1
824
+ isbn: 0000000137
825
+ updated_at: 2010-03-01 16:14:18 +09:00
826
+ original_title: "Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond"
827
+ price:
828
+ manifestation_identifier:
829
+ depth:
830
+ date_of_publication:
831
+ access_address:
832
+ id: 137
833
+ height:
834
+ width:
835
+ created_at: 2009-06-19 10:18:59 UTC
836
+ manifestation_00138:
837
+ carrier_type_id: 1
838
+ language_id: 1
839
+ isbn: 0000000138
840
+ updated_at: 2010-03-01 16:14:18 +09:00
841
+ original_title: "CGI programming with Perl"
842
+ price:
843
+ manifestation_identifier:
844
+ depth:
845
+ date_of_publication:
846
+ access_address:
847
+ id: 138
848
+ height:
849
+ width:
850
+ created_at: 2009-06-19 09:19:08 UTC
851
+ manifestation_00139:
852
+ carrier_type_id: 1
853
+ language_id: 1
854
+ isbn: 0000000139
855
+ updated_at: 2010-03-01 16:14:18 +09:00
856
+ original_title: "Python and XML / Python &amp; XML / XML processing with Python"
857
+ price:
858
+ manifestation_identifier:
859
+ depth:
860
+ date_of_publication:
861
+ access_address:
862
+ id: 139
863
+ height:
864
+ width:
865
+ created_at: 2009-06-19 09:19:02 UTC
866
+ manifestation_00140:
867
+ carrier_type_id: 1
868
+ language_id: 1
869
+ isbn: 0000000140
870
+ updated_at: 2010-03-01 16:14:18 +09:00
871
+ original_title: "Perl cookbook / Solutions and examples for Perl programmers"
872
+ price:
873
+ manifestation_identifier:
874
+ depth:
875
+ date_of_publication:
876
+ access_address:
877
+ id: 140
878
+ height:
879
+ width:
880
+ created_at: 2009-06-19 09:19:01 UTC
881
+ manifestation_00141:
882
+ carrier_type_id: 1
883
+ language_id: 1
884
+ isbn: 0000000141
885
+ updated_at: 2010-03-01 16:14:18 +09:00
886
+ original_title: "Mastering Perl/Tk / Perl/Tk"
887
+ price:
888
+ manifestation_identifier:
889
+ depth:
890
+ date_of_publication:
891
+ access_address:
892
+ id: 141
893
+ height:
894
+ width:
895
+ created_at: 2009-06-19 09:19:00 UTC
896
+ manifestation_00142:
897
+ carrier_type_id: 1
898
+ language_id: 1
899
+ isbn: 0000000142
900
+ updated_at: 2010-03-01 16:14:18 +09:00
901
+ original_title: "Mastering algorithms with Perl / Practical programming through computer science"
902
+ price:
903
+ manifestation_identifier:
904
+ depth:
905
+ date_of_publication:
906
+ access_address:
907
+ id: 142
908
+ height:
909
+ width:
910
+ created_at: 2009-06-19 09:18:58 UTC
911
+ manifestation_00143:
912
+ carrier_type_id: 1
913
+ language_id: 1
914
+ isbn: 0000000143
915
+ updated_at: 2010-03-01 16:14:18 +09:00
916
+ original_title: "Programming Perl"
917
+ price:
918
+ manifestation_identifier:
919
+ depth:
920
+ date_of_publication:
921
+ access_address:
922
+ id: 143
923
+ height:
924
+ width:
925
+ created_at: 2009-06-19 09:18:45 UTC
926
+ manifestation_00144:
927
+ carrier_type_id: 1
928
+ language_id: 1
929
+ isbn: 0000000144
930
+ updated_at: 2010-03-01 16:14:18 +09:00
931
+ original_title: "Fort Worth &amp; Tarrant County / Fort Worth and Tarrant County"
932
+ price:
933
+ manifestation_identifier:
934
+ depth:
935
+ date_of_publication:
936
+ access_address:
937
+ id: 144
938
+ height:
939
+ width:
940
+ created_at: 2009-06-19 07:49:42 UTC
941
+ manifestation_00145:
942
+ carrier_type_id: 1
943
+ language_id: 1
944
+ isbn: 0000000145
945
+ updated_at: 2010-03-01 16:14:18 +09:00
946
+ original_title: "Monty Python's Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)"
947
+ price:
948
+ manifestation_identifier:
949
+ depth:
950
+ date_of_publication:
951
+ access_address:
952
+ id: 145
953
+ height:
954
+ width:
955
+ created_at: 2009-06-19 06:44:35 UTC
956
+ manifestation_00146:
957
+ carrier_type_id: 1
958
+ language_id: 1
959
+ isbn: 0000000146
960
+ updated_at: 2010-03-01 16:14:18 +09:00
961
+ original_title: "AWK programming language"
962
+ price:
963
+ manifestation_identifier:
964
+ depth:
965
+ date_of_publication:
966
+ access_address:
967
+ id: 146
968
+ height:
969
+ width:
970
+ created_at: 2009-06-19 06:28:27 UTC
971
+ manifestation_00147:
972
+ carrier_type_id: 1
973
+ language_id: 1
974
+ isbn: 0000000147
975
+ updated_at: 2010-03-01 16:14:18 +09:00
976
+ original_title: "Toting the lead row"
977
+ price:
978
+ manifestation_identifier:
979
+ depth:
980
+ date_of_publication:
981
+ access_address:
982
+ id: 147
983
+ height:
984
+ width:
985
+ created_at: 2009-06-19 02:16:22 UTC
986
+ manifestation_00148:
987
+ carrier_type_id: 1
988
+ language_id: 1
989
+ isbn: 0000000148
990
+ updated_at: 2010-03-01 16:14:18 +09:00
991
+ original_title: "Afro-American blues and game songs"
992
+ price:
993
+ manifestation_identifier:
994
+ depth:
995
+ date_of_publication:
996
+ access_address:
997
+ id: 148
998
+ height:
999
+ width:
1000
+ created_at: 2009-06-19 02:09:17 UTC
1001
+ manifestation_00149:
1002
+ carrier_type_id: 1
1003
+ language_id: 1
1004
+ isbn: 0000000149
1005
+ updated_at: 2010-03-01 16:14:18 +09:00
1006
+ original_title: "Perl/Tk pocket reference"
1007
+ price:
1008
+ manifestation_identifier:
1009
+ depth:
1010
+ date_of_publication:
1011
+ access_address:
1012
+ id: 149
1013
+ height:
1014
+ width:
1015
+ created_at: 2009-06-19 01:10:56 UTC
1016
+ manifestation_00150:
1017
+ carrier_type_id: 1
1018
+ language_id: 1
1019
+ isbn: 0000000150
1020
+ updated_at: 2010-03-01 16:14:18 +09:00
1021
+ original_title: "politics of improving urban air quality"
1022
+ price:
1023
+ manifestation_identifier:
1024
+ depth:
1025
+ date_of_publication:
1026
+ access_address:
1027
+ id: 150
1028
+ height:
1029
+ width:
1030
+ created_at: 2009-06-19 00:42:38 UTC
1031
+ manifestation_00151:
1032
+ carrier_type_id: 1
1033
+ language_id: 1
1034
+ isbn: 0000000151
1035
+ updated_at: 2010-03-01 16:14:18 +09:00
1036
+ original_title: "Perl developer's dictionary"
1037
+ price:
1038
+ manifestation_identifier:
1039
+ depth:
1040
+ date_of_publication:
1041
+ access_address:
1042
+ id: 151
1043
+ height:
1044
+ width:
1045
+ created_at: 2009-06-19 00:13:13 UTC
1046
+ manifestation_00152:
1047
+ carrier_type_id: 1
1048
+ language_id: 1
1049
+ isbn: 0000000152
1050
+ updated_at: 2010-03-01 16:14:18 +09:00
1051
+ original_title: "Andrテδゥ Poitiers"
1052
+ price:
1053
+ manifestation_identifier:
1054
+ depth:
1055
+ date_of_publication:
1056
+ access_address:
1057
+ id: 152
1058
+ height:
1059
+ width:
1060
+ created_at: 2009-06-18 23:58:14 UTC
1061
+ manifestation_00153:
1062
+ carrier_type_id: 1
1063
+ language_id: 1
1064
+ isbn: 0000000153
1065
+ updated_at: 2010-03-01 16:14:18 +09:00
1066
+ original_title: "PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide"
1067
+ price:
1068
+ manifestation_identifier:
1069
+ depth:
1070
+ date_of_publication:
1071
+ access_address:
1072
+ id: 153
1073
+ height:
1074
+ width:
1075
+ created_at: 2009-06-18 23:43:08 UTC
1076
+ manifestation_00154:
1077
+ carrier_type_id: 1
1078
+ language_id: 1
1079
+ isbn: 0000000154
1080
+ updated_at: 2010-03-01 16:14:18 +09:00
1081
+ original_title: "Python tutorial"
1082
+ price:
1083
+ manifestation_identifier:
1084
+ depth:
1085
+ date_of_publication:
1086
+ access_address:
1087
+ id: 154
1088
+ height:
1089
+ width:
1090
+ created_at: 2009-06-18 23:17:40 UTC
1091
+ manifestation_00155:
1092
+ carrier_type_id: 1
1093
+ language_id: 1
1094
+ isbn: 0000000155
1095
+ updated_at: 2010-03-01 16:14:18 +09:00
1096
+ original_title: "Line shapes of paramagnetic resonances in ruby"
1097
+ price:
1098
+ manifestation_identifier:
1099
+ depth:
1100
+ date_of_publication:
1101
+ access_address:
1102
+ id: 155
1103
+ height:
1104
+ width:
1105
+ created_at: 2009-06-18 22:44:00 UTC
1106
+ manifestation_00156:
1107
+ carrier_type_id: 1
1108
+ language_id: 1
1109
+ isbn: 0000000156
1110
+ updated_at: 2010-03-01 16:14:18 +09:00
1111
+ original_title: "Perl programmer's reference"
1112
+ price:
1113
+ manifestation_identifier:
1114
+ depth:
1115
+ date_of_publication:
1116
+ access_address:
1117
+ id: 156
1118
+ height:
1119
+ width:
1120
+ created_at: 2009-06-18 22:19:34 UTC
1121
+ manifestation_00157:
1122
+ carrier_type_id: 1
1123
+ language_id: 1
1124
+ isbn: 0000000157
1125
+ updated_at: 2010-03-01 16:14:18 +09:00
1126
+ original_title: "Technological capabilities in developing countries"
1127
+ price:
1128
+ manifestation_identifier:
1129
+ depth:
1130
+ date_of_publication:
1131
+ access_address:
1132
+ id: 157
1133
+ height:
1134
+ width:
1135
+ created_at: 2009-06-18 21:58:42 UTC
1136
+ manifestation_00158:
1137
+ carrier_type_id: 1
1138
+ language_id: 1
1139
+ isbn: 0000000158
1140
+ updated_at: 2010-03-01 16:14:18 +09:00
1141
+ original_title: "phenomena of vagueness"
1142
+ price:
1143
+ manifestation_identifier:
1144
+ depth:
1145
+ date_of_publication:
1146
+ access_address:
1147
+ id: 158
1148
+ height:
1149
+ width:
1150
+ created_at: 2009-06-18 21:44:38 UTC
1151
+ manifestation_00159:
1152
+ carrier_type_id: 1
1153
+ language_id: 1
1154
+ isbn: 0000000159
1155
+ updated_at: 2010-03-01 16:14:18 +09:00
1156
+ original_title: "theory of consumer's demand"
1157
+ price:
1158
+ manifestation_identifier:
1159
+ depth:
1160
+ date_of_publication:
1161
+ access_address:
1162
+ id: 159
1163
+ height:
1164
+ width:
1165
+ created_at: 2009-06-18 21:10:02 UTC
1166
+ manifestation_00160:
1167
+ carrier_type_id: 1
1168
+ language_id: 1
1169
+ isbn: 0000000160
1170
+ updated_at: 2010-03-01 16:14:18 +09:00
1171
+ original_title: "theory of consumer's demand"
1172
+ price:
1173
+ manifestation_identifier:
1174
+ depth:
1175
+ date_of_publication:
1176
+ access_address:
1177
+ id: 160
1178
+ height:
1179
+ width:
1180
+ created_at: 2009-06-18 21:10:01 UTC
1181
+ manifestation_00161:
1182
+ carrier_type_id: 1
1183
+ language_id: 1
1184
+ isbn: 0000000161
1185
+ updated_at: 2010-03-01 16:14:18 +09:00
1186
+ original_title: "Monty Python, Shakespeare, and English Renaissance drama"
1187
+ price:
1188
+ manifestation_identifier:
1189
+ depth:
1190
+ date_of_publication:
1191
+ access_address:
1192
+ id: 161
1193
+ height:
1194
+ width:
1195
+ created_at: 2009-06-18 20:37:58 UTC
1196
+ manifestation_00162:
1197
+ carrier_type_id: 1
1198
+ language_id: 1
1199
+ isbn: 0000000162
1200
+ updated_at: 2010-03-01 16:14:18 +09:00
1201
+ original_title: "Analyzing computer system performance with PERL::PDQ"
1202
+ price:
1203
+ manifestation_identifier:
1204
+ depth:
1205
+ date_of_publication:
1206
+ access_address:
1207
+ id: 162
1208
+ height:
1209
+ width:
1210
+ created_at: 2009-06-18 20:29:54 UTC
1211
+ manifestation_00163:
1212
+ carrier_type_id: 1
1213
+ language_id: 1
1214
+ isbn: 0000000163
1215
+ updated_at: 2010-03-01 16:14:18 +09:00
1216
+ original_title: "equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide"
1217
+ price:
1218
+ manifestation_identifier:
1219
+ depth:
1220
+ date_of_publication:
1221
+ access_address:
1222
+ id: 163
1223
+ height:
1224
+ width:
1225
+ created_at: 2009-06-18 20:16:44 UTC
1226
+ manifestation_00164:
1227
+ carrier_type_id: 1
1228
+ language_id: 1
1229
+ isbn: 0000000164
1230
+ updated_at: 2010-03-01 16:14:18 +09:00
1231
+ original_title: "Stimulated optical emission in ruby"
1232
+ price:
1233
+ manifestation_identifier:
1234
+ depth:
1235
+ date_of_publication:
1236
+ access_address:
1237
+ id: 164
1238
+ height:
1239
+ width:
1240
+ created_at: 2009-06-18 20:05:25 UTC
1241
+ manifestation_00165:
1242
+ carrier_type_id: 1
1243
+ language_id: 1
1244
+ isbn: 0000000165
1245
+ updated_at: 2010-03-01 16:14:18 +09:00
1246
+ original_title: "Strategic planning and risk analysis"
1247
+ price:
1248
+ manifestation_identifier:
1249
+ depth:
1250
+ date_of_publication:
1251
+ access_address:
1252
+ id: 165
1253
+ height:
1254
+ width:
1255
+ created_at: 2009-06-18 17:41:41 UTC
1256
+ manifestation_00166:
1257
+ carrier_type_id: 1
1258
+ language_id: 1
1259
+ isbn: 0000000166
1260
+ updated_at: 2010-03-01 16:14:18 +09:00
1261
+ original_title: "Performance assertion checking"
1262
+ price:
1263
+ manifestation_identifier:
1264
+ depth:
1265
+ date_of_publication:
1266
+ access_address:
1267
+ id: 166
1268
+ height:
1269
+ width:
1270
+ created_at: 2009-06-18 17:34:03 UTC
1271
+ manifestation_00167:
1272
+ carrier_type_id: 1
1273
+ language_id: 1
1274
+ isbn: 0000000167
1275
+ updated_at: 2010-03-01 16:14:18 +09:00
1276
+ original_title: "Spin-lattice relaxation time of ruby"
1277
+ price:
1278
+ manifestation_identifier:
1279
+ depth:
1280
+ date_of_publication:
1281
+ access_address:
1282
+ id: 167
1283
+ height:
1284
+ width:
1285
+ created_at: 2009-06-18 16:26:38 UTC
1286
+ manifestation_00168:
1287
+ carrier_type_id: 1
1288
+ language_id: 1
1289
+ isbn: 0000000168
1290
+ updated_at: 2010-03-01 16:14:18 +09:00
1291
+ original_title: "Mourning Ruby"
1292
+ price:
1293
+ manifestation_identifier:
1294
+ depth:
1295
+ date_of_publication:
1296
+ access_address:
1297
+ id: 168
1298
+ height:
1299
+ width:
1300
+ created_at: 2009-06-18 16:25:25 UTC
1301
+ manifestation_00169:
1302
+ carrier_type_id: 1
1303
+ language_id: 1
1304
+ isbn: 0000000169
1305
+ updated_at: 2010-03-01 16:14:18 +09:00
1306
+ original_title: "statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s"
1307
+ price:
1308
+ manifestation_identifier:
1309
+ depth:
1310
+ date_of_publication:
1311
+ access_address:
1312
+ id: 169
1313
+ height:
1314
+ width:
1315
+ created_at: 2009-06-18 15:53:44 UTC
1316
+ manifestation_00170:
1317
+ carrier_type_id: 1
1318
+ language_id: 1
1319
+ isbn: 0000000170
1320
+ updated_at: 2010-03-01 16:14:18 +09:00
1321
+ original_title: "Professional Perl programming / Perl programming"
1322
+ price:
1323
+ manifestation_identifier:
1324
+ depth:
1325
+ date_of_publication:
1326
+ access_address:
1327
+ id: 170
1328
+ height:
1329
+ width:
1330
+ created_at: 2009-06-18 15:52:50 UTC
1331
+ manifestation_00171:
1332
+ carrier_type_id: 1
1333
+ language_id: 1
1334
+ isbn: 0000000171
1335
+ updated_at: 2010-03-01 16:14:18 +09:00
1336
+ original_title: "Perl in a nutshell"
1337
+ price:
1338
+ manifestation_identifier:
1339
+ depth:
1340
+ date_of_publication:
1341
+ access_address:
1342
+ id: 171
1343
+ height:
1344
+ width:
1345
+ created_at: 2009-06-18 15:40:53 UTC
1346
+ manifestation_00172:
1347
+ carrier_type_id: 1
1348
+ language_id: 1
1349
+ isbn: 0000000172
1350
+ updated_at: 2010-03-01 16:14:18 +09:00
1351
+ original_title: "Programming Web services with Perl"
1352
+ price:
1353
+ manifestation_identifier:
1354
+ depth:
1355
+ date_of_publication:
1356
+ access_address:
1357
+ id: 172
1358
+ height:
1359
+ width:
1360
+ created_at: 2009-06-18 15:34:21 UTC
1361
+ manifestation_00173:
1362
+ carrier_type_id: 1
1363
+ language_id: 1
1364
+ isbn: 0000000173
1365
+ updated_at: 2010-03-01 16:14:18 +09:00
1366
+ original_title: "Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles"
1367
+ price:
1368
+ manifestation_identifier:
1369
+ depth:
1370
+ date_of_publication:
1371
+ access_address:
1372
+ id: 173
1373
+ height:
1374
+ width:
1375
+ created_at: 2009-06-18 15:08:06 UTC
1376
+ manifestation_00174:
1377
+ carrier_type_id: 1
1378
+ language_id: 1
1379
+ isbn: 0000000174
1380
+ updated_at: 2010-03-01 16:14:18 +09:00
1381
+ original_title: "Europeras 3 &amp; 4 / Europera"
1382
+ price:
1383
+ manifestation_identifier:
1384
+ depth:
1385
+ date_of_publication:
1386
+ access_address:
1387
+ id: 174
1388
+ height:
1389
+ width:
1390
+ created_at: 2009-06-18 15:05:43 UTC
1391
+ manifestation_00175:
1392
+ carrier_type_id: 1
1393
+ language_id: 1
1394
+ isbn: 0000000175
1395
+ updated_at: 2010-03-01 16:14:18 +09:00
1396
+ original_title: "Retreats from realism in recent English drama"
1397
+ price:
1398
+ manifestation_identifier:
1399
+ depth:
1400
+ date_of_publication:
1401
+ access_address:
1402
+ id: 175
1403
+ height:
1404
+ width:
1405
+ created_at: 2009-06-18 15:03:06 UTC
1406
+ manifestation_00176:
1407
+ carrier_type_id: 1
1408
+ language_id: 1
1409
+ isbn: 0000000176
1410
+ updated_at: 2010-03-01 16:14:18 +09:00
1411
+ original_title: "Python programming patterns"
1412
+ price:
1413
+ manifestation_identifier:
1414
+ depth:
1415
+ date_of_publication:
1416
+ access_address:
1417
+ id: 176
1418
+ height:
1419
+ width:
1420
+ created_at: 2009-06-18 14:52:11 UTC
1421
+ manifestation_00177:
1422
+ carrier_type_id: 1
1423
+ language_id: 1
1424
+ isbn: 0000000177
1425
+ updated_at: 2010-03-01 16:14:18 +09:00
1426
+ original_title: "Beginning Perl for bioinformatics"
1427
+ price:
1428
+ manifestation_identifier:
1429
+ depth:
1430
+ date_of_publication:
1431
+ access_address:
1432
+ id: 177
1433
+ height:
1434
+ width:
1435
+ created_at: 2009-06-18 13:45:13 UTC
1436
+ manifestation_00178:
1437
+ carrier_type_id: 1
1438
+ language_id: 1
1439
+ isbn: 0000000178
1440
+ updated_at: 2010-03-01 16:14:18 +09:00
1441
+ original_title: "Learning Perl"
1442
+ price:
1443
+ manifestation_identifier:
1444
+ depth:
1445
+ date_of_publication:
1446
+ access_address:
1447
+ id: 178
1448
+ height:
1449
+ width:
1450
+ created_at: 2009-06-18 13:45:11 UTC
1451
+ manifestation_00179:
1452
+ carrier_type_id: 1
1453
+ language_id: 1
1454
+ isbn: 0000000179
1455
+ updated_at: 2010-03-01 16:14:18 +09:00
1456
+ original_title: "Effective awk programming"
1457
+ price:
1458
+ manifestation_identifier:
1459
+ depth:
1460
+ date_of_publication:
1461
+ access_address:
1462
+ id: 179
1463
+ height:
1464
+ width:
1465
+ created_at: 2009-06-18 13:45:09 UTC
1466
+ manifestation_00180:
1467
+ carrier_type_id: 1
1468
+ language_id: 1
1469
+ isbn: 0000000180
1470
+ updated_at: 2010-03-01 16:14:18 +09:00
1471
+ original_title: "Python standard library / Annotated reference for Python 2.0"
1472
+ price:
1473
+ manifestation_identifier:
1474
+ depth:
1475
+ date_of_publication:
1476
+ access_address:
1477
+ id: 180
1478
+ height:
1479
+ width:
1480
+ created_at: 2009-06-18 13:45:04 UTC
1481
+ manifestation_00181:
1482
+ carrier_type_id: 1
1483
+ language_id: 1
1484
+ isbn: 0000000181
1485
+ updated_at: 2010-03-01 16:14:18 +09:00
1486
+ original_title: "Programming Python"
1487
+ price:
1488
+ manifestation_identifier:
1489
+ depth:
1490
+ date_of_publication:
1491
+ access_address:
1492
+ id: 181
1493
+ height:
1494
+ width:
1495
+ created_at: 2009-06-18 13:45:04 UTC
1496
+ manifestation_00182:
1497
+ carrier_type_id: 1
1498
+ language_id: 1
1499
+ isbn: 0000000182
1500
+ updated_at: 2010-03-01 16:14:18 +09:00
1501
+ original_title: "Perl CD bookshelf"
1502
+ price:
1503
+ manifestation_identifier:
1504
+ depth:
1505
+ date_of_publication:
1506
+ access_address:
1507
+ id: 182
1508
+ height:
1509
+ width:
1510
+ created_at: 2009-06-18 13:44:56 UTC
1511
+ manifestation_00183:
1512
+ carrier_type_id: 1
1513
+ language_id: 1
1514
+ isbn: 0000000183
1515
+ updated_at: 2010-03-01 16:14:18 +09:00
1516
+ original_title: "Programming Perl"
1517
+ price:
1518
+ manifestation_identifier:
1519
+ depth:
1520
+ date_of_publication:
1521
+ access_address:
1522
+ id: 183
1523
+ height:
1524
+ width:
1525
+ created_at: 2009-06-18 13:44:55 UTC
1526
+ manifestation_00184:
1527
+ carrier_type_id: 1
1528
+ language_id: 1
1529
+ isbn: 0000000184
1530
+ updated_at: 2010-03-01 16:14:18 +09:00
1531
+ original_title: "Sed &amp; awk pocket reference / Sed and awk pocket reference"
1532
+ price:
1533
+ manifestation_identifier:
1534
+ depth:
1535
+ date_of_publication:
1536
+ access_address:
1537
+ id: 184
1538
+ height:
1539
+ width:
1540
+ created_at: 2009-06-18 13:44:54 UTC
1541
+ manifestation_00185:
1542
+ carrier_type_id: 1
1543
+ language_id: 1
1544
+ isbn: 0000000185
1545
+ updated_at: 2010-03-01 16:14:18 +09:00
1546
+ original_title: "Perl power!"
1547
+ price:
1548
+ manifestation_identifier:
1549
+ depth:
1550
+ date_of_publication:
1551
+ access_address:
1552
+ id: 185
1553
+ height:
1554
+ width:
1555
+ created_at: 2009-06-18 13:41:37 UTC
1556
+ manifestation_00186:
1557
+ carrier_type_id: 1
1558
+ language_id: 1
1559
+ isbn: 0000000186
1560
+ updated_at: 2010-03-01 16:14:18 +09:00
1561
+ original_title: "ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com"
1562
+ price:
1563
+ manifestation_identifier:
1564
+ depth:
1565
+ date_of_publication:
1566
+ access_address:
1567
+ id: 186
1568
+ height:
1569
+ width:
1570
+ created_at: 2008-12-19 17:52:47 UTC
1571
+ manifestation_00187:
1572
+ carrier_type_id: 1
1573
+ language_id: 1
1574
+ isbn: 0000000187
1575
+ updated_at: 2010-03-01 16:14:18 +09:00
1576
+ original_title: "Welcome ― Ruby Enterprise Edition"
1577
+ price:
1578
+ manifestation_identifier:
1579
+ depth:
1580
+ date_of_publication:
1581
+ access_address:
1582
+ id: 187
1583
+ height:
1584
+ width:
1585
+ created_at: 2008-10-19 15:58:50 UTC
1586
+ manifestation_00188:
1587
+ carrier_type_id: 1
1588
+ language_id: 1
1589
+ isbn: 0000000188
1590
+ updated_at: 2010-03-01 16:14:18 +09:00
1591
+ original_title: "Pythonクックブック"
1592
+ price:
1593
+ manifestation_identifier:
1594
+ depth:
1595
+ date_of_publication:
1596
+ access_address:
1597
+ id: 188
1598
+ height:
1599
+ width:
1600
+ created_at: 2008-08-22 00:27:29 UTC
1601
+ manifestation_00189:
1602
+ carrier_type_id: 1
1603
+ language_id: 1
1604
+ isbn: 0000000189
1605
+ updated_at: 2010-03-01 16:14:18 +09:00
1606
+ original_title: "みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python"
1607
+ price:
1608
+ manifestation_identifier:
1609
+ depth:
1610
+ date_of_publication:
1611
+ access_address:
1612
+ id: 189
1613
+ height:
1614
+ width:
1615
+ created_at: 2008-08-22 00:20:59 UTC
1616
+ manifestation_00190:
1617
+ carrier_type_id: 1
1618
+ language_id: 1
1619
+ isbn: 0000000190
1620
+ updated_at: 2010-03-01 16:14:18 +09:00
1621
+ original_title: "Django | The Web framework for perfectionists with deadlines"
1622
+ price:
1623
+ manifestation_identifier:
1624
+ depth:
1625
+ date_of_publication:
1626
+ access_address:
1627
+ id: 190
1628
+ height:
1629
+ width:
1630
+ created_at: 2008-05-20 13:06:31 UTC
1631
+ manifestation_00191:
1632
+ carrier_type_id: 1
1633
+ language_id: 1
1634
+ isbn: 0000000191
1635
+ updated_at: 2010-03-01 16:14:18 +09:00
1636
+ original_title: "fac-back-opac - Google Code"
1637
+ price:
1638
+ manifestation_identifier:
1639
+ depth:
1640
+ date_of_publication:
1641
+ access_address:
1642
+ id: 191
1643
+ height:
1644
+ width:
1645
+ created_at: 2008-05-19 22:36:11 UTC
1646
+ manifestation_00192:
1647
+ carrier_type_id: 1
1648
+ language_id: 1
1649
+ isbn: 9784873113241
1650
+ updated_at: 2010-03-01 16:14:18 +09:00
1651
+ original_title: "Rubyクックブック"
1652
+ price:
1653
+ manifestation_identifier:
1654
+ depth:
1655
+ pub_date: 2007-04-27
1656
+ access_address:
1657
+ id: 192
1658
+ height:
1659
+ width:
1660
+ created_at: 2008-03-05 01:37:55 UTC
1661
+ manifestation_00193:
1662
+ carrier_type_id: 1
1663
+ language_id: 1
1664
+ isbn: 9784797340044
1665
+ isbn10: 4797340045
1666
+ updated_at: 2010-03-01 16:14:18 +09:00
1667
+ original_title: "Rubyレシピブック"
1668
+ price:
1669
+ manifestation_identifier:
1670
+ depth:
1671
+ pub_date: 2007-02-01
1672
+ access_address:
1673
+ id: 193
1674
+ height:
1675
+ width:
1676
+ created_at: 2008-03-05 01:30:39 UTC
1677
+ manifestation_00194:
1678
+ carrier_type_id: 1
1679
+ language_id: 1
1680
+ isbn: 0000000194
1681
+ updated_at: 2010-03-01 16:14:18 +09:00
1682
+ original_title: "初めてのPerl 第3版"
1683
+ price:
1684
+ manifestation_identifier:
1685
+ depth:
1686
+ date_of_publication:
1687
+ access_address:
1688
+ id: 194
1689
+ height:
1690
+ width:
1691
+ created_at: 2007-11-19 17:56:37 UTC
1692
+ manifestation_00195:
1693
+ carrier_type_id: 1
1694
+ language_id: 1
1695
+ isbn: 0000000195
1696
+ updated_at: 2010-03-01 16:14:18 +09:00
1697
+ original_title: "続・初めてのPerl 改訂版"
1698
+ price:
1699
+ manifestation_identifier:
1700
+ depth:
1701
+ date_of_publication:
1702
+ access_address:
1703
+ id: 195
1704
+ height:
1705
+ width:
1706
+ created_at: 2007-11-19 17:55:42 UTC
1707
+ manifestation_00196:
1708
+ carrier_type_id: 1
1709
+ language_id: 1
1710
+ isbn: 9784797336610
1711
+ updated_at: 2010-03-01 16:14:18 +09:00
1712
+ original_title: "たのしいRuby 第2版 Rubyではじめる気軽なプログラミング"
1713
+ price:
1714
+ manifestation_identifier:
1715
+ depth:
1716
+ pub_date: 2006-08-05
1717
+ access_address:
1718
+ id: 196
1719
+ height:
1720
+ width:
1721
+ created_at: 2007-11-19 17:55:41 UTC
1722
+ manifestation_00197:
1723
+ carrier_type_id: 1
1724
+ language_id: 1
1725
+ isbn:
1726
+ updated_at: 2010-03-15 16:14:18 +09:00
1727
+ original_title: "Ruby"
1728
+ price:
1729
+ manifestation_identifier:
1730
+ depth:
1731
+ date_of_publication:
1732
+ access_address:
1733
+ id: 197
1734
+ height:
1735
+ width:
1736
+ created_at: 2007-11-19 17:55:41 UTC
1737
+ manifestation_00198:
1738
+ carrier_type_id: 1
1739
+ language_id: 1
1740
+ isbn:
1741
+ updated_at: 2010-03-15 16:14:18 +09:00
1742
+ original_title: "紅玉の本"
1743
+ price:
1744
+ manifestation_identifier:
1745
+ depth:
1746
+ date_of_publication:
1747
+ access_address:
1748
+ id: 198
1749
+ height:
1750
+ width:
1751
+ created_at: 2007-11-19 17:55:41 UTC
1752
+ manifestation_00201:
1753
+ carrier_type_id: 1
1754
+ language_id: 1
1755
+ isbn: 9876543210201
1756
+ updated_at: 2010-03-01 16:14:18 +09:00
1757
+ original_title: "テスト雑誌2005年1月号"
1758
+ price:
1759
+ manifestation_identifier:
1760
+ depth:
1761
+ date_of_publication:
1762
+ access_address:
1763
+ id: 201
1764
+ height:
1765
+ width:
1766
+ created_at: 2007-11-19 17:55:41 UTC
1767
+ frequency_id: 3
1768
+ issn: 09130000
1769
+ manifestation_00202:
1770
+ carrier_type_id: 1
1771
+ language_id: 1
1772
+ isbn: 9876543210202
1773
+ updated_at: 2010-03-01 16:14:18 +09:00
1774
+ original_title: "テスト雑誌2月号"
1775
+ price:
1776
+ manifestation_identifier:
1777
+ depth:
1778
+ date_of_publication:
1779
+ access_address:
1780
+ id: 202
1781
+ height:
1782
+ width:
1783
+ created_at: 2007-11-19 17:55:41 UTC
1784
+ frequency_id: 3
1785
+ issn: 12345678
1786
+ serial_number: 2
1787
+ volume_number: 1
1788
+ issue_number: 2
1789
+ manifestation_00203:
1790
+ carrier_type_id: 1
1791
+ language_id: 1
1792
+ isbn: 9876543210203
1793
+ updated_at: 2010-03-01 16:14:18 +09:00
1794
+ original_title: "テスト単行本記事2005"
1795
+ price:
1796
+ manifestation_identifier:
1797
+ depth:
1798
+ date_of_publication:
1799
+ access_address:
1800
+ id: 203
1801
+ height:
1802
+ width:
1803
+ created_at: 2010-03-03 17:00:00 UTC
1804
+ frequency_id: 1
1805
+ manifestation_00204:
1806
+ carrier_type_id: 1
1807
+ language_id: 1
1808
+ isbn: 5555567890001
1809
+ updated_at: 2010-03-03 20:00:00 +09:00
1810
+ original_title: "テスト雑誌1月号の記事1"
1811
+ price:
1812
+ manifestation_identifier:
1813
+ depth:
1814
+ date_of_publication:
1815
+ access_address:
1816
+ id: 204
1817
+ height:
1818
+ width:
1819
+ created_at: 2010-03-03 20:00:00 UTC
1820
+ manifestation_00205:
1821
+ carrier_type_id: 1
1822
+ language_id: 1
1823
+ isbn: 5555567890002
1824
+ updated_at: 2010-03-03 20:00:00 +09:00
1825
+ original_title: "テスト雑誌1月号の記事2"
1826
+ price:
1827
+ manifestation_identifier:
1828
+ depth:
1829
+ date_of_publication: 2000-01-01 00:00:00 +09:00
1830
+ access_address:
1831
+ id: 205
1832
+ height:
1833
+ width:
1834
+ created_at: 2010-03-03 20:00:00 UTC
1835
+ manifestation_00206:
1836
+ carrier_type_id: 1
1837
+ language_id: 1
1838
+ isbn: 5555567890003
1839
+ updated_at: 2010-03-03 20:00:00 +09:00
1840
+ original_title: "テスト雑誌2月号の記事1"
1841
+ price:
1842
+ manifestation_identifier:
1843
+ depth:
1844
+ date_of_publication: 2010-01-01 00:00:00 +09:00
1845
+ access_address:
1846
+ id: 206
1847
+ height:
1848
+ width:
1849
+ created_at: 2010-03-03 20:00:00 UTC
1850
+ manifestation_00207:
1851
+ carrier_type_id: 1
1852
+ language_id: 1
1853
+ isbn: 9876543210207
1854
+ updated_at: 2010-03-03 20:00:00 +09:00
1855
+ original_title: "試験単行本"
1856
+ price:
1857
+ manifestation_identifier:
1858
+ depth:
1859
+ date_of_publication:
1860
+ access_address:
1861
+ id: 207
1862
+ height:
1863
+ width:
1864
+ created_at: 2010-03-03 20:00:00 UTC
1865
+ manifestation_00208:
1866
+ carrier_type_id: 1
1867
+ language_id: 1
1868
+ isbn:
1869
+ updated_at: 2010-03-16 11:00:00 +09:00
1870
+ original_title: "ある出版物"
1871
+ price:
1872
+ manifestation_identifier:
1873
+ depth:
1874
+ date_of_publication:
1875
+ access_address:
1876
+ id: 208
1877
+ height:
1878
+ width:
1879
+ created_at: 2010-03-16 11:00:00 UTC
1880
+ manifestation_00209:
1881
+ carrier_type_id: 1
1882
+ language_id: 1
1883
+ isbn:
1884
+ updated_at: 2010-03-19 13:00:00 +09:00
1885
+ original_title: "権限確認Admin専用1"
1886
+ price:
1887
+ manifestation_identifier:
1888
+ depth:
1889
+ date_of_publication:
1890
+ access_address:
1891
+ id: 209
1892
+ height:
1893
+ width:
1894
+ created_at: 2010-03-19 13:00:00 UTC
1895
+ required_role_id: 4
1896
+ manifestation_00210:
1897
+ carrier_type_id: 1
1898
+ language_id: 1
1899
+ isbn:
1900
+ updated_at: 2010-03-19 13:00:00 +09:00
1901
+ original_title: "権限確認Admin専用2"
1902
+ price:
1903
+ manifestation_identifier:
1904
+ depth:
1905
+ date_of_publication:
1906
+ access_address:
1907
+ id: 210
1908
+ height:
1909
+ width:
1910
+ created_at: 2010-03-19 13:00:00 UTC
1911
+ required_role_id: 4
1912
+ repository_content: true
1913
+ manifestation_00211:
1914
+ carrier_type_id: 1
1915
+ language_id: 1
1916
+ isbn:
1917
+ updated_at: 2010-03-19 13:00:00 +09:00
1918
+ original_title: "権限確認Librarian以上用1"
1919
+ price:
1920
+ manifestation_identifier:
1921
+ depth:
1922
+ date_of_publication:
1923
+ access_address:
1924
+ id: 211
1925
+ height:
1926
+ width:
1927
+ created_at: 2010-03-19 13:00:00 UTC
1928
+ required_role_id: 3
1929
+ repository_content: true
1930
+ manifestation_00212:
1931
+ carrier_type_id: 1
1932
+ language_id: 1
1933
+ isbn:
1934
+ updated_at: 2010-03-19 13:00:00 +09:00
1935
+ original_title: "権限確認Librarian以上用2"
1936
+ price:
1937
+ manifestation_identifier:
1938
+ depth:
1939
+ date_of_publication:
1940
+ access_address:
1941
+ id: 212
1942
+ height:
1943
+ width:
1944
+ created_at: 2010-03-19 13:00:00 UTC
1945
+ required_role_id: 3
1946
+ repository_content: true
1947
+ manifestation_00213:
1948
+ carrier_type_id: 1
1949
+ language_id: 1
1950
+ isbn:
1951
+ updated_at: 2010-03-19 13:00:00 +09:00
1952
+ original_title: "権限確認User以上用1"
1953
+ price:
1954
+ manifestation_identifier:
1955
+ depth:
1956
+ date_of_publication:
1957
+ access_address:
1958
+ id: 213
1959
+ height:
1960
+ width:
1961
+ created_at: 2010-03-19 13:00:00 UTC
1962
+ required_role_id: 2
1963
+ repository_content: true
1964
+ manifestation_00214:
1965
+ carrier_type_id: 1
1966
+ language_id: 1
1967
+ isbn:
1968
+ updated_at: 2010-03-19 13:00:00 +09:00
1969
+ original_title: "権限確認User以上用2"
1970
+ price:
1971
+ manifestation_identifier:
1972
+ depth:
1973
+ date_of_publication:
1974
+ access_address:
1975
+ id: 214
1976
+ height:
1977
+ width:
1978
+ created_at: 2010-03-19 13:00:00 UTC
1979
+ required_role_id: 2
1980
+ repository_content: false
1981
+ manifestation_00215:
1982
+ carrier_type_id: 1
1983
+ language_id: 1
1984
+ isbn:
1985
+ updated_at: 2010-03-19 13:00:00 +09:00
1986
+ original_title: "権限確認"
1987
+ price:
1988
+ manifestation_identifier:
1989
+ depth:
1990
+ date_of_publication:
1991
+ access_address:
1992
+ id: 215
1993
+ height:
1994
+ width:
1995
+ created_at: 2010-03-19 13:00:00 UTC
1996
+ required_role_id: 1
1997
+ repository_content: true
1998
+ manifestation_00216:
1999
+ carrier_type_id: 1
2000
+ language_id: 1
2001
+ isbn:
2002
+ updated_at: 2010-03-19 13:00:00 +09:00
2003
+ original_title: "権限確認"
2004
+ price:
2005
+ manifestation_identifier:
2006
+ depth:
2007
+ date_of_publication:
2008
+ access_address:
2009
+ id: 216
2010
+ height:
2011
+ width:
2012
+ created_at: 2010-03-19 13:00:00 UTC
2013
+ required_role_id: 1
2014
+ repository_content: false
2015
+
2016
+
2017
+
2018
+
2019
+
2020
+
2021
+