cacofonix 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (294) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +2 -0
  3. data/.rvmrc +1 -0
  4. data/.travis.yml +10 -0
  5. data/CHANGELOG.md +205 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +5 -0
  8. data/LICENSE.txt +22 -0
  9. data/README.md +76 -0
  10. data/Rakefile +6 -0
  11. data/TODO +14 -0
  12. data/bin/onix_extract_codelists +41 -0
  13. data/cacofonix.gemspec +39 -0
  14. data/data/9780194351898.xml +74 -0
  15. data/data/Ashgate Other.xml +382679 -0
  16. data/data/Bookwise_July_2008.xml +21611 -0
  17. data/data/Peribo Onix 0408.xml +17051 -0
  18. data/data/aau.xml +96 -0
  19. data/data/audience_range.xml +9 -0
  20. data/data/contributor.xml +6 -0
  21. data/data/control_chars.xml +74 -0
  22. data/data/entities.xml +78 -0
  23. data/data/extra_entities.xml +65 -0
  24. data/data/header.xml +21 -0
  25. data/data/header_invalid_sentdate.xml +21 -0
  26. data/data/hlasep08.xml +24519 -0
  27. data/data/imprint.xml +5 -0
  28. data/data/iso_8859_1.xml +58 -0
  29. data/data/jul.xml +24783 -0
  30. data/data/language.xml +7 -0
  31. data/data/market_representation.xml +11 -0
  32. data/data/measure.xml +6 -0
  33. data/data/media_file.xml +6 -0
  34. data/data/no_encoding.xml +78 -0
  35. data/data/no_xml_declaration.xml +95 -0
  36. data/data/other_text.xml +5 -0
  37. data/data/price.xml +5 -0
  38. data/data/product.xml +79 -0
  39. data/data/product_identifier.xml +5 -0
  40. data/data/product_invalid_pubdate.xml +42 -0
  41. data/data/publisher.xml +5 -0
  42. data/data/rba_FANT.xml +23 -0
  43. data/data/reference_with_release_attrib.xml +74 -0
  44. data/data/sales_restriction.xml +4 -0
  45. data/data/sales_rights.xml +35 -0
  46. data/data/sender_identifier.xml +5 -0
  47. data/data/series.xml +5 -0
  48. data/data/series_identifier.xml +6 -0
  49. data/data/short_tags.xml +191 -0
  50. data/data/short_tags_ivp.xml +231 -0
  51. data/data/sl_product.xml +81 -0
  52. data/data/stock.xml +5 -0
  53. data/data/subject.xml +6 -0
  54. data/data/supply_detail.xml +18 -0
  55. data/data/title.xml +6 -0
  56. data/data/two_products.xml +114 -0
  57. data/data/usd.xml +175 -0
  58. data/data/utf_16.xml +0 -0
  59. data/data/website.xml +6 -0
  60. data/examples/reader.rb +25 -0
  61. data/examples/reader_apa.rb +22 -0
  62. data/examples/writer.rb +13 -0
  63. data/examples/writer_apa.rb +38 -0
  64. data/lib/cacofonix.rb +151 -0
  65. data/lib/cacofonix/codelists/001.rb +16 -0
  66. data/lib/cacofonix/codelists/002.rb +11 -0
  67. data/lib/cacofonix/codelists/003.rb +13 -0
  68. data/lib/cacofonix/codelists/005.rb +20 -0
  69. data/lib/cacofonix/codelists/006.rb +82 -0
  70. data/lib/cacofonix/codelists/007.rb +129 -0
  71. data/lib/cacofonix/codelists/008.rb +13 -0
  72. data/lib/cacofonix/codelists/009.rb +13 -0
  73. data/lib/cacofonix/codelists/010.rb +52 -0
  74. data/lib/cacofonix/codelists/011.rb +17 -0
  75. data/lib/cacofonix/codelists/012.rb +17 -0
  76. data/lib/cacofonix/codelists/013.rb +13 -0
  77. data/lib/cacofonix/codelists/014.rb +10 -0
  78. data/lib/cacofonix/codelists/015.rb +19 -0
  79. data/lib/cacofonix/codelists/016.rb +12 -0
  80. data/lib/cacofonix/codelists/017.rb +96 -0
  81. data/lib/cacofonix/codelists/018.rb +11 -0
  82. data/lib/cacofonix/codelists/019.rb +13 -0
  83. data/lib/cacofonix/codelists/020.rb +7 -0
  84. data/lib/cacofonix/codelists/021.rb +39 -0
  85. data/lib/cacofonix/codelists/022.rb +15 -0
  86. data/lib/cacofonix/codelists/023.rb +19 -0
  87. data/lib/cacofonix/codelists/024.rb +17 -0
  88. data/lib/cacofonix/codelists/025.rb +35 -0
  89. data/lib/cacofonix/codelists/026.rb +86 -0
  90. data/lib/cacofonix/codelists/027.rb +90 -0
  91. data/lib/cacofonix/codelists/028.rb +14 -0
  92. data/lib/cacofonix/codelists/029.rb +25 -0
  93. data/lib/cacofonix/codelists/030.rb +22 -0
  94. data/lib/cacofonix/codelists/031.rb +9 -0
  95. data/lib/cacofonix/codelists/032.rb +8 -0
  96. data/lib/cacofonix/codelists/033.rb +43 -0
  97. data/lib/cacofonix/codelists/034.rb +21 -0
  98. data/lib/cacofonix/codelists/035.rb +12 -0
  99. data/lib/cacofonix/codelists/036.rb +9 -0
  100. data/lib/cacofonix/codelists/037.rb +12 -0
  101. data/lib/cacofonix/codelists/038.rb +43 -0
  102. data/lib/cacofonix/codelists/039.rb +14 -0
  103. data/lib/cacofonix/codelists/040.rb +12 -0
  104. data/lib/cacofonix/codelists/041.rb +12 -0
  105. data/lib/cacofonix/codelists/042.rb +22 -0
  106. data/lib/cacofonix/codelists/043.rb +12 -0
  107. data/lib/cacofonix/codelists/044.rb +22 -0
  108. data/lib/cacofonix/codelists/045.rb +19 -0
  109. data/lib/cacofonix/codelists/046.rb +15 -0
  110. data/lib/cacofonix/codelists/047.rb +10 -0
  111. data/lib/cacofonix/codelists/048.rb +17 -0
  112. data/lib/cacofonix/codelists/049.rb +91 -0
  113. data/lib/cacofonix/codelists/050.rb +14 -0
  114. data/lib/cacofonix/codelists/051.rb +36 -0
  115. data/lib/cacofonix/codelists/052.rb +7 -0
  116. data/lib/cacofonix/codelists/053.rb +10 -0
  117. data/lib/cacofonix/codelists/054.rb +29 -0
  118. data/lib/cacofonix/codelists/055.rb +23 -0
  119. data/lib/cacofonix/codelists/056.rb +8 -0
  120. data/lib/cacofonix/codelists/057.rb +11 -0
  121. data/lib/cacofonix/codelists/058.rb +29 -0
  122. data/lib/cacofonix/codelists/059.rb +13 -0
  123. data/lib/cacofonix/codelists/060.rb +8 -0
  124. data/lib/cacofonix/codelists/061.rb +9 -0
  125. data/lib/cacofonix/codelists/062.rb +11 -0
  126. data/lib/cacofonix/codelists/063.rb +7 -0
  127. data/lib/cacofonix/codelists/064.rb +19 -0
  128. data/lib/cacofonix/codelists/065.rb +34 -0
  129. data/lib/cacofonix/codelists/066.rb +10 -0
  130. data/lib/cacofonix/codelists/067.rb +8 -0
  131. data/lib/cacofonix/codelists/068.rb +22 -0
  132. data/lib/cacofonix/codelists/069.rb +10 -0
  133. data/lib/cacofonix/codelists/070.rb +8 -0
  134. data/lib/cacofonix/codelists/071.rb +16 -0
  135. data/lib/cacofonix/codelists/072.rb +13 -0
  136. data/lib/cacofonix/codelists/073.rb +42 -0
  137. data/lib/cacofonix/codelists/074.rb +495 -0
  138. data/lib/cacofonix/codelists/075.rb +8 -0
  139. data/lib/cacofonix/codelists/076.rb +18 -0
  140. data/lib/cacofonix/codelists/077.rb +25 -0
  141. data/lib/cacofonix/codelists/078.rb +173 -0
  142. data/lib/cacofonix/codelists/079.rb +25 -0
  143. data/lib/cacofonix/codelists/080.rb +26 -0
  144. data/lib/cacofonix/codelists/081.rb +45 -0
  145. data/lib/cacofonix/codelists/082.rb +23 -0
  146. data/lib/cacofonix/codelists/083.rb +74 -0
  147. data/lib/cacofonix/codelists/084.rb +16 -0
  148. data/lib/cacofonix/codelists/085.rb +29 -0
  149. data/lib/cacofonix/codelists/086.rb +11 -0
  150. data/lib/cacofonix/codelists/087.rb +12 -0
  151. data/lib/cacofonix/codelists/088.rb +7 -0
  152. data/lib/cacofonix/codelists/089.rb +7 -0
  153. data/lib/cacofonix/codelists/090.rb +17 -0
  154. data/lib/cacofonix/codelists/091.rb +257 -0
  155. data/lib/cacofonix/codelists/092.rb +14 -0
  156. data/lib/cacofonix/codelists/093.rb +19 -0
  157. data/lib/cacofonix/codelists/094.rb +9 -0
  158. data/lib/cacofonix/codelists/095.rb +9 -0
  159. data/lib/cacofonix/codelists/096.rb +191 -0
  160. data/lib/cacofonix/codelists/097.rb +7 -0
  161. data/lib/cacofonix/codelists/098.rb +27 -0
  162. data/lib/cacofonix/codelists/099.rb +30 -0
  163. data/lib/cacofonix/codelists/100.rb +12 -0
  164. data/lib/cacofonix/codelists/101.rb +8 -0
  165. data/lib/cacofonix/codelists/102.rb +9 -0
  166. data/lib/cacofonix/codelists/121.rb +164 -0
  167. data/lib/cacofonix/codelists/138.rb +12 -0
  168. data/lib/cacofonix/codelists/139.rb +76 -0
  169. data/lib/cacofonix/codelists/140.rb +13 -0
  170. data/lib/cacofonix/codelists/141.rb +16 -0
  171. data/lib/cacofonix/codelists/142.rb +18 -0
  172. data/lib/cacofonix/codelists/143.rb +13 -0
  173. data/lib/cacofonix/codelists/144.rb +12 -0
  174. data/lib/cacofonix/codelists/145.rb +13 -0
  175. data/lib/cacofonix/codelists/146.rb +9 -0
  176. data/lib/cacofonix/codelists/147.rb +16 -0
  177. data/lib/cacofonix/codelists/148.rb +9 -0
  178. data/lib/cacofonix/codelists/149.rb +10 -0
  179. data/lib/cacofonix/codelists/150.rb +130 -0
  180. data/lib/cacofonix/codelists/151.rb +13 -0
  181. data/lib/cacofonix/codelists/152.rb +8 -0
  182. data/lib/cacofonix/codelists/153.rb +20 -0
  183. data/lib/cacofonix/codelists/154.rb +15 -0
  184. data/lib/cacofonix/codelists/155.rb +11 -0
  185. data/lib/cacofonix/codelists/156.rb +10 -0
  186. data/lib/cacofonix/codelists/157.rb +10 -0
  187. data/lib/cacofonix/codelists/158.rb +32 -0
  188. data/lib/cacofonix/codelists/159.rb +12 -0
  189. data/lib/cacofonix/codelists/160.rb +10 -0
  190. data/lib/cacofonix/codelists/161.rb +9 -0
  191. data/lib/cacofonix/codelists/162.rb +12 -0
  192. data/lib/cacofonix/codelists/163.rb +17 -0
  193. data/lib/cacofonix/codelists/164.rb +11 -0
  194. data/lib/cacofonix/codelists/165.rb +9 -0
  195. data/lib/cacofonix/codelists/166.rb +9 -0
  196. data/lib/cacofonix/codelists/167.rb +9 -0
  197. data/lib/cacofonix/codelists/168.rb +8 -0
  198. data/lib/cacofonix/codelists/169.rb +9 -0
  199. data/lib/cacofonix/codelists/170.rb +7 -0
  200. data/lib/cacofonix/codelists/171.rb +8 -0
  201. data/lib/cacofonix/codelists/172.rb +7 -0
  202. data/lib/cacofonix/codelists/173.rb +8 -0
  203. data/lib/cacofonix/codelists/174.rb +8 -0
  204. data/lib/cacofonix/codelists/175.rb +206 -0
  205. data/lib/cacofonix/codelists/176.rb +20 -0
  206. data/lib/cacofonix/codelists/177.rb +8 -0
  207. data/lib/cacofonix/codelists/178.rb +24 -0
  208. data/lib/cacofonix/codelists/179.rb +7 -0
  209. data/lib/cacofonix/codelists/184.rb +11 -0
  210. data/lib/cacofonix/core/code.rb +106 -0
  211. data/lib/cacofonix/core/element.rb +275 -0
  212. data/lib/cacofonix/core/header.rb +45 -0
  213. data/lib/cacofonix/core/lists.rb +108 -0
  214. data/lib/cacofonix/core/reader.rb +166 -0
  215. data/lib/cacofonix/core/writer.rb +123 -0
  216. data/lib/cacofonix/elements/addressee_identifier.rb +6 -0
  217. data/lib/cacofonix/elements/agent_identifier.rb +6 -0
  218. data/lib/cacofonix/elements/audience.rb +8 -0
  219. data/lib/cacofonix/elements/audience_range.rb +15 -0
  220. data/lib/cacofonix/elements/batch_bonus.rb +7 -0
  221. data/lib/cacofonix/elements/bible.rb +12 -0
  222. data/lib/cacofonix/elements/complexity.rb +7 -0
  223. data/lib/cacofonix/elements/conference.rb +14 -0
  224. data/lib/cacofonix/elements/conference_sponsor.rb +8 -0
  225. data/lib/cacofonix/elements/conference_sponsor_identifier.rb +6 -0
  226. data/lib/cacofonix/elements/contained_item.rb +6 -0
  227. data/lib/cacofonix/elements/content_item.rb +21 -0
  228. data/lib/cacofonix/elements/contributor.rb +19 -0
  229. data/lib/cacofonix/elements/copyright_owner.rb +8 -0
  230. data/lib/cacofonix/elements/copyright_owner_identifier.rb +6 -0
  231. data/lib/cacofonix/elements/copyright_statement.rb +7 -0
  232. data/lib/cacofonix/elements/discount_coded.rb +8 -0
  233. data/lib/cacofonix/elements/extent.rb +8 -0
  234. data/lib/cacofonix/elements/identifier.rb +7 -0
  235. data/lib/cacofonix/elements/illustrations.rb +8 -0
  236. data/lib/cacofonix/elements/imprint.rb +9 -0
  237. data/lib/cacofonix/elements/language.rb +8 -0
  238. data/lib/cacofonix/elements/location_identifier.rb +8 -0
  239. data/lib/cacofonix/elements/main_subject.rb +9 -0
  240. data/lib/cacofonix/elements/market_date.rb +8 -0
  241. data/lib/cacofonix/elements/market_representation.rb +18 -0
  242. data/lib/cacofonix/elements/measure.rb +8 -0
  243. data/lib/cacofonix/elements/media_file.rb +16 -0
  244. data/lib/cacofonix/elements/name.rb +6 -0
  245. data/lib/cacofonix/elements/name_base.rb +17 -0
  246. data/lib/cacofonix/elements/new_supplier.rb +12 -0
  247. data/lib/cacofonix/elements/not_for_sale.rb +13 -0
  248. data/lib/cacofonix/elements/on_order_detail.rb +7 -0
  249. data/lib/cacofonix/elements/other_text.rb +17 -0
  250. data/lib/cacofonix/elements/page_run.rb +7 -0
  251. data/lib/cacofonix/elements/person_date.rb +8 -0
  252. data/lib/cacofonix/elements/person_name_identifier.rb +6 -0
  253. data/lib/cacofonix/elements/price.rb +46 -0
  254. data/lib/cacofonix/elements/prize.rb +10 -0
  255. data/lib/cacofonix/elements/product.rb +155 -0
  256. data/lib/cacofonix/elements/product_base.rb +61 -0
  257. data/lib/cacofonix/elements/product_classification.rb +8 -0
  258. data/lib/cacofonix/elements/product_form_feature.rb +8 -0
  259. data/lib/cacofonix/elements/product_identifier.rb +6 -0
  260. data/lib/cacofonix/elements/professional_affiliation.rb +7 -0
  261. data/lib/cacofonix/elements/publisher.rb +11 -0
  262. data/lib/cacofonix/elements/reissue.rb +9 -0
  263. data/lib/cacofonix/elements/related_product.rb +6 -0
  264. data/lib/cacofonix/elements/religious_text.rb +8 -0
  265. data/lib/cacofonix/elements/religious_text_feature.rb +8 -0
  266. data/lib/cacofonix/elements/sales_outlet.rb +7 -0
  267. data/lib/cacofonix/elements/sales_outlet_identifier.rb +6 -0
  268. data/lib/cacofonix/elements/sales_restriction.rb +7 -0
  269. data/lib/cacofonix/elements/sales_rights.rb +13 -0
  270. data/lib/cacofonix/elements/sender_identifier.rb +6 -0
  271. data/lib/cacofonix/elements/series.rb +11 -0
  272. data/lib/cacofonix/elements/series_identifier.rb +6 -0
  273. data/lib/cacofonix/elements/set.rb +13 -0
  274. data/lib/cacofonix/elements/stock.rb +16 -0
  275. data/lib/cacofonix/elements/stock_quantity_coded.rb +8 -0
  276. data/lib/cacofonix/elements/subject.rb +13 -0
  277. data/lib/cacofonix/elements/supplier_identifier.rb +6 -0
  278. data/lib/cacofonix/elements/supply_detail.rb +37 -0
  279. data/lib/cacofonix/elements/text_item.rb +11 -0
  280. data/lib/cacofonix/elements/text_item_identifier.rb +6 -0
  281. data/lib/cacofonix/elements/title.rb +11 -0
  282. data/lib/cacofonix/elements/website.rb +8 -0
  283. data/lib/cacofonix/elements/work_identifier.rb +6 -0
  284. data/lib/cacofonix/utils/code_list_extractor.rb +112 -0
  285. data/lib/cacofonix/utils/normaliser.rb +125 -0
  286. data/lib/cacofonix/version.rb +5 -0
  287. data/lib/cacofonix/wrappers/apa_product.rb +748 -0
  288. data/lib/cacofonix/wrappers/simple_product.rb +49 -0
  289. data/support/entities.txt +1499 -0
  290. data/support/extract.rb +25 -0
  291. data/support/switch-onix-2.1-short-to-reference.xsl +24 -0
  292. data/support/switch-onix-tagnames-1.1.xsl +25 -0
  293. data/support/switch-onix-tagnames-2.0.xsl +37 -0
  294. metadata +438 -0
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <SalesRestriction>
3
+ <SalesRestrictionType>00</SalesRestrictionType>
4
+ </SalesRestriction>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Product>
3
+ <RecordReference>365-9780194351898</RecordReference>
4
+ <NotificationType>03</NotificationType>
5
+ <ProductIdentifier>
6
+ <ProductIDType>03</ProductIDType>
7
+ <IDValue>9780194351898</IDValue>
8
+ </ProductIdentifier>
9
+
10
+ <SalesRights>
11
+ <SalesRightsType>01</SalesRightsType>
12
+ <RightsTerritory>WORLD</RightsTerritory>
13
+ </SalesRights>
14
+
15
+ <SalesRights>
16
+ <SalesRightsType>02</SalesRightsType>
17
+ <RightsCountry>AU NZ</RightsCountry>
18
+ </SalesRights>
19
+
20
+ <SalesRights>
21
+ <SalesRightsType>01</SalesRightsType>
22
+ <RightsRegion>000</RightsRegion>
23
+ <RightsRegion>001</RightsRegion>
24
+ <RightsRegion>002</RightsRegion>
25
+ <RightsRegion>003</RightsRegion>
26
+ </SalesRights>
27
+
28
+ <NotForSale>
29
+ <RightsCountry>GB</RightsCountry>
30
+ <ProductIdentifier>
31
+ <ProductIDType>03</ProductIDType>
32
+ <IDValue>9780194312345</IDValue>
33
+ </ProductIdentifier>
34
+ </NotForSale>
35
+ </Product>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <SenderIdentifier>
3
+ <SenderIDType>01</SenderIDType>
4
+ <IDValue>123456</IDValue>
5
+ </SenderIdentifier>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Series>
3
+ <TitleOfSeries>Citizens and Their Governments</TitleOfSeries>
4
+ </Series>
5
+
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <SeriesIdentifier>
3
+ <SeriesIDType>01</SeriesIDType>
4
+ <IDValue>10001</IDValue>
5
+ </SeriesIdentifier>
6
+
@@ -0,0 +1,191 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE ONIXmessage SYSTEM "http://www.editeur.org/onix/2.1/short/onix-international.dtd">
3
+ <ONIXmessage release="2.1">
4
+ <header>
5
+ <m174>Baylor University Press</m174>
6
+ <m175>Jennifer Hannah, 2547104800, jennifer_hannah@baylor.edu</m175>
7
+ <m178></m178>
8
+ <m179></m179>
9
+ <m182>20090622</m182>
10
+ <m183>Title information from Baylor University Press</m183>
11
+ <m184>eng</m184>
12
+ <m185>01</m185>
13
+ <m186>USD</m186>
14
+ <m187>in</m187>
15
+ <m188>oz</m188>
16
+ <m193>General trade</m193>
17
+ </header>
18
+ <product>
19
+ <a001>160258186X</a001>
20
+ <a002>03</a002>
21
+ <productidentifier>
22
+ <b221>02</b221>
23
+ <b244>160258186X</b244>
24
+ </productidentifier>
25
+ <productidentifier>
26
+ <b221>03</b221>
27
+ <b244>9781602581869</b244>
28
+ </productidentifier>
29
+ <productidentifier>
30
+ <b221>15</b221>
31
+ <b244>9781602581869</b244>
32
+ </productidentifier>
33
+ <b246>02</b246>
34
+ <b012>BB</b012>
35
+ <n338/>
36
+ <title>
37
+ <b202>01</b202>
38
+ <b203>The Acts of the Apostles</b203>
39
+ <b030>The</b030>
40
+ <b031>Acts of the Apostles</b031>
41
+ <b029>Four Centuries of Baptist Interpretation</b029>
42
+ </title>
43
+ <contributor>
44
+ <b034>1</b034>
45
+ <b035>B01</b035>
46
+ <b036>Beth Allison Barr</b036>
47
+ <b037>Barr, Beth Allison</b037>
48
+ <b044><![CDATA[
49
+ Beth Allison Barr is Assistant Professor of European Women?s History, Baylor University. Her research interests focus on sermon literature in England, 1350-1750, and she is the author of The Pastoral Care of Women in Late Medieval England. She lives in Waco, Texas.]]>
50
+ </b044>
51
+ </contributor>
52
+ <contributor>
53
+ <b034>2</b034>
54
+ <b035>B01</b035>
55
+ <b036>Bill J. Leonard</b036>
56
+ <b037>Leonard, Bill J.</b037>
57
+ <b044><![CDATA[
58
+ Bill J. Leonard is Dean of the School of Divinity and Professor of Church History, Wake Forest University. A prolific writer, his most recent books include Baptist Questions, Baptist Answers: Exploring Christian Faith (2008), Baptists in America (2007), and Baptist Ways: A History (2003). He lives in Winston-Salem, North Carolina.]]>
59
+ </b044>
60
+ </contributor>
61
+ <contributor>
62
+ <b034>3</b034>
63
+ <b035>B01</b035>
64
+ <b036>Mikeal C. Parsons</b036>
65
+ <b037>Parsons, Mikeal C.</b037>
66
+ <b044><![CDATA[
67
+ Mikeal C. Parsons is Kidd L. and Buna Hitchcock Macon Chair in Religion, Baylor University. His most recently published books are Acts: Paideia Commentary on the New Testament (2008), Luke: Storyteller, Interpreter, Evangelist (2007), Body and Character in Luke and Acts: The Subversion of Physiognomy in Early Christianity (2006), and with Heidi J. Hornik, the three-volume work Illuminating Luke. He lives in Waco, Texas.]]>
68
+ </b044>
69
+ </contributor>
70
+ <contributor>
71
+ <b034>4</b034>
72
+ <b035>B01</b035>
73
+ <b036>C. Douglas Weaver</b036>
74
+ <b037>Weaver, C. Douglas</b037>
75
+ <b044><![CDATA[
76
+ C. Douglas Weaver is Director of Undergraduate Studies and Associate Professor of Religion, Baylor University. He is the author or editor of six books, including most recently In Search of the New Testament Church: The Baptist Story (2008), Second to None: A History of Second-Ponce de Leon.]]>
77
+ </b044>
78
+ </contributor>
79
+ <contributor>
80
+ <b034>5</b034>
81
+ <b035>A32</b035>
82
+ <b036>Helen Barrett Montgomery</b036>
83
+ <b037>Montgomery, Helen Barrett</b037>
84
+ </contributor>
85
+ <n386/>
86
+ <language>
87
+ <b253>01</b253>
88
+ <b252>eng</b252>
89
+ </language>
90
+ <b061>1000</b061>
91
+ <b064>REL073000</b064>
92
+ <subject>
93
+ <b067>10</b067>
94
+ <b069>REL006050</b069>
95
+ </subject>
96
+ <subject>
97
+ <b067>10</b067>
98
+ <b069>REL006080</b069>
99
+ </subject>
100
+ <subject>
101
+ <b067>20</b067>
102
+ <b070>Baptist; theology; religion; interpretation; Scripture; Bible; Acts; hermeneutics; New Testament</b070>
103
+ </subject>
104
+ <b073>01</b073>
105
+ <othertext>
106
+ <d102>01</d102>
107
+ <d103>02</d103>
108
+ <d104><![CDATA[
109
+ <i>The Acts of the Apostles: Four Centuries of Baptist Interpretation</i> is a landmark work of research, containing examples of specific ways that Baptists have used Acts in their confessions, sermons, tracts, commentaries, monographs, devotional and denominational literature, speeches, and hymns. Including the entirety of the Acts as translated by Baptist luminary Helen Barrett Montgomery, this commentary beautifully illustrates the diversity of Baptist responses to this book of Scripture, and in so doing, a variety of hermeneutical approaches within the Baptist tradition.]]>
110
+ </d104>
111
+ </othertext>
112
+ <othertext>
113
+ <d102>08</d102>
114
+ <d103>02</d103>
115
+ <d104><![CDATA[
116
+ ?This is a path-breaking scholarly undertaking that shows Baptisst the scriptural reasoning that underlies their denominational existence.?<br><br>?David W. Bebbington, Professor of History, University of Stirling]]>
117
+ </d104>
118
+ </othertext>
119
+ <mediafile>
120
+ <f114>04</f114>
121
+ <f115>05</f115>
122
+ <f116>01</f116>
123
+ <f117>http://www.netread.com/jcusers/1338/1795382/image/lgcover.2337028.tif</f117>
124
+ </mediafile>
125
+ <mediafile>
126
+ <f114>07</f114>
127
+ <f115>03</f115>
128
+ <f116>01</f116>
129
+ <f117>http://www.netread.com/jcusers/1338/1795382/image/smcover.2337029.tif</f117>
130
+ </mediafile>
131
+ <imprint>
132
+ <b241>02</b241>
133
+ <b242>Baylor University Press</b242>
134
+ <b243>BAYL001</b243>
135
+ <b079>Baylor University Press</b079>
136
+ </imprint>
137
+ <publisher>
138
+ <b291>01</b291>
139
+ <b241>02</b241>
140
+ <b243>BAYL001</b243>
141
+ <b081>Baylor University Press</b081>
142
+ </publisher>
143
+ <b083>United States</b083>
144
+ <b394>04</b394>
145
+ <b003>20090701</b003>
146
+ <salesrights>
147
+ <b089>01</b089>
148
+ <b388>WORLD</b388>
149
+ </salesrights>
150
+ <measure>
151
+ <c093>01</c093>
152
+ <c094>10</c094>
153
+ <c095>in</c095>
154
+ </measure>
155
+ <measure>
156
+ <c093>02</c093>
157
+ <c094>7</c094>
158
+ <c095>in</c095>
159
+ </measure>
160
+ <supplydetail>
161
+ <j137>Baylor University Press</j137>
162
+ <j268>02</j268>
163
+ <j269>Y</j269>
164
+ <j141>IP</j141>
165
+ <j396>20</j396>
166
+ <j142>20090615</j142>
167
+ <price>
168
+ <j148>01</j148>
169
+ <discountcoded>
170
+ <j363>02</j363>
171
+ <j378>Baylor University Press</j378>
172
+ <j364>BSR</j364>
173
+ </discountcoded>
174
+ <j151>99.95</j151>
175
+ <j152>USD</j152>
176
+ <j161>20090622</j161>
177
+ </price>
178
+ <price>
179
+ <j148>01</j148>
180
+ <discountcoded>
181
+ <j363>02</j363>
182
+ <j378>Baylor University Press</j378>
183
+ <j364>BSR</j364>
184
+ </discountcoded>
185
+ <j151>66.99</j151>
186
+ <j152>GBP</j152>
187
+ <j161>20090622</j161>
188
+ </price>
189
+ </supplydetail>
190
+ </product>
191
+ </ONIXmessage>
@@ -0,0 +1,231 @@
1
+ <?xml version="1.0" encoding="ISO-8859-1" ?>
2
+ <!DOCTYPE ONIXmessage SYSTEM "http://www.editeur.org/onix/2.1/short/onix-international.dtd">
3
+ <ONIXmessage release="2.1">
4
+ <header>
5
+ <m173>2027089</m173>
6
+ <m174>InterVarsity Press</m174>
7
+ <m175>Marsha Barnish</m175>
8
+ <m182>20101129</m182>
9
+ <m184>eng</m184>
10
+ <m185>01</m185>
11
+ <m186>USD</m186>
12
+ <m187>in</m187>
13
+ <m188>oz</m188>
14
+ </header>
15
+ <product>
16
+ <a001>9780830810871</a001>
17
+ <a002>03</a002>
18
+ <productidentifier>
19
+ <b221>03</b221>
20
+ <b244>9780830810871</b244>
21
+ </productidentifier>
22
+ <productidentifier>
23
+ <b221>02</b221>
24
+ <b244>0830810870</b244>
25
+ </productidentifier>
26
+ <b246>10</b246>
27
+ <b012>BC</b012>
28
+ <n338></n338>
29
+ <title>
30
+ <b202>01</b202>
31
+ <b203>Discipleship Essentials</b203>
32
+ <b029>A Guide to Building Your Life in Christ</b029>
33
+ </title>
34
+ <contributor>
35
+ <b034>1</b034>
36
+ <b035>A01</b035>
37
+ <b036>Greg Ogden </b036>
38
+ <b037>Ogden, Greg </b037>
39
+ <b039>Greg</b039>
40
+ <b040>Ogden</b040>
41
+ <b044>Greg Ogden (D.Min., Fuller Theological Seminary) is executive pastor of discipleship at Christ Church of Oak Brook in Oak Brook, Illinois. Previously he was academic director of the doctor of ministry program and associate professor of lay equipping and discipleship at Fuller Theological Seminary in Pasadena, California.
42
+
43
+ A pastor for 23 years with the Presbyterian Church, USA, he also served for nine years as senior pastor of Saratoga Federated Church in Saratoga, California. While there, he developed a discipleship program used by over 15,000 people and resulting in his book, <em>Discipleship Essentials.</em> Ogden has also written <em>The New Reformation: Returning the Ministry to the People of God</em> (Zondervan, rereleased in 2003 as <em>Unfinished Business</em>).</b044>
44
+ <website>
45
+ <b295>www.cc-ob.org</b295>
46
+ </website>
47
+ </contributor>
48
+ <b058>Expanded Edition</b058>
49
+ <language>
50
+ <b253>01</b253>
51
+ <b252>eng</b252>
52
+ </language>
53
+ <b061>237</b061>
54
+ <b064>REL012120</b064>
55
+ <b073>01</b073>
56
+ <othertext>
57
+ <d102>01</d102>
58
+ <d104 textformat="05">A year 2000 Finalist in the ECPA book competition!
59
+
60
+ Discover the fullness of life in Christ.
61
+
62
+ We grow in Christ as we seek him together. Jesus' own pattern of disciple-making was to be intimately involved with others and allow life to rub against life. By gathering in twos or threes to study the Bible and encourage one another, we most closely follow Jesus' example with the twelve disciples.
63
+
64
+ This workbook by Greg Ogden is a tool designed to help you follow this pattern Jesus drew for us. Working through it will deepen your knowledge of essential Christian teaching and strengthen your faith.
65
+
66
+ Each week contains the following elements:
67
+ <ul>
68
+ <li>a core truth presented in a question-answer format</li>
69
+ <li>a memory verse and accompanying study</li>
70
+ <li>an field-tested inductive Bible study</li>
71
+ <li>a reading on the theme for the week</li>
72
+ <li>questions to draw out key principles in the reading</li>
73
+ </ul>
74
+
75
+ This material is designed for groups of three. It has also been used successfully as an individual study program, a one-on-one discipling tool and small group curriculum.
76
+
77
+ Jesus had a big enough vision to think small. Focusing on a few did not limit his influence. Rather, it expanded it. <em>Discipleship Essentials</em> is designed to help us influence others as Jesus did--by investing in a few.
78
+
79
+ Second edition includes a new foreword by the author. These studies are for both individuals and groups.</d104>
80
+ </othertext>
81
+ <othertext>
82
+ <d102>02</d102>
83
+ <d104 textformat="05">Greg Ogden presents 25 sessions on growing in spiritual maturity. Second edition includes a new foreword by the author. These studies are for both individuals and groups.</d104>
84
+ </othertext>
85
+ <othertext>
86
+ <d102>04</d102>
87
+ <d104 textformat="05">A Word from the Author<br />
88
+ Getting the Most from Discipleship Essentials<br />
89
+ <br />
90
+ Part One: Growing Up in Christ<br />
91
+ 1 Making Disciples<br />
92
+ 2 Being a Disciple<br />
93
+ 3 Quiet Time<br />
94
+ 4 Bible Study<br />
95
+ 5 Prayer<br />
96
+ 6 Worship<br />
97
+ <br />
98
+ Part Two: Understanding the Message of Christ<br />
99
+ 7 The Three-Person God<br />
100
+ 8 Made in God?s Image<br />
101
+ 9 Sin<br />
102
+ 10 Grace<br />
103
+ 11 Redemption<br />
104
+ 12 Justification<br />
105
+ 13 Adoption<br />
106
+ <br />
107
+ Part Three: Becoming Like Christ<br />
108
+ 14 Filled with the Holy Spirit<br />
109
+ 15 Fruit of the Holy Spirit<br />
110
+ 16 Trust<br />
111
+ 17 Love<br />
112
+ 18 Justice<br />
113
+ 19 Witness<br />
114
+ <br />
115
+ Part Four: Serving Christ<br />
116
+ 20 The Church<br />
117
+ 21 Ministry Gifts<br />
118
+ 22 Spiritual Warfare<br />
119
+ 23 Walking in Obedience<br />
120
+ 24 Sharing the Wealth<br />
121
+ <br />
122
+ Bonus Section<br />
123
+ 25 Money<br />
124
+ <br />
125
+ Appendix: Building a Discipleship Ministry</d104>
126
+ </othertext>
127
+ <othertext>
128
+ <d102>07</d102>
129
+ <d104 textformat="05">"I have long admired Greg Ogden's rare ability to distill the complex down to the essential. <em>Discipleship Essentials</em> has become a modern classic in the field of discipleship because it does just this. If you've ever looked for a tool to help people you care about understand the core principles and practices of the Christian life, look no further than this book. I have seen it help absolute beginners and advanced disciples alike mature in their walk with Christ in a life-changing way. The book is interactive, thought-provoking, enjoyable and deep. I use it weekly myself.<br /></d104>
130
+ <d107>Daniel Meyer, senior pastor, Christ Church of Oak Brook, Illinois</d107>
131
+ </othertext>
132
+ <othertext>
133
+ <d102>30</d102>
134
+ <d104 textformat="05">"If you're looking for a shortcut to the likeness of Christ, stop looking because there isn't one. No program or structure can replace the hard, time-consuming, rewarding and utterly fulfilling process of discipleship. <em>Discipleship Essentials</em> is revolutionizing the lives of the people in our church. Everyone can and should use this effective tool!"</d104>
135
+ <d107>Jan den Ouden, minister-at-large, OM International, Rotterdam</d107>
136
+ </othertext>
137
+ <othertext>
138
+ <d102>30</d102>
139
+ <d104 textformat="05">"Our entire congregation used <em>Discipleship Essentials</em> as the template for a yearlong sermon and small group series. It served as a life-changing tool that united our church family and deepened our faith as a community. Ogden's work is thorough, organized and challenging--a great resource for churches and small groups who desire to grow in their love for the Lord and their commitment to following him."</d104>
140
+ <d107>Rev. Jane Filkin, associate pastor of community life, First Presbyterian Church, Boulder, Colorado</d107>
141
+ </othertext>
142
+ <othertext>
143
+ <d102>30</d102>
144
+ <d104 textformat="05">"I am currently leading my fourth group. The study is a Spirit-inspired study of the skeletal structure of our Christian faith upon which individuals can flesh out the shape of their individual walk with our Lord. If taken seriously and followed as a spiritual discipline, the truths it contains will change the follower's life, and lives that come in contact with the disciple will be touched by God's love. It's a powerful tool in a group for learning to practice confession and being accountable. It is never old for me. The Spirit speaks to me through the Word in the study. I am refreshed every time we meet as a group."</d104>
145
+ <d107>Hudson Staffield, president, Chi Rho Ministry</d107>
146
+ </othertext>
147
+ <othertext>
148
+ <d102>30</d102>
149
+ <d104 textformat="05">"Greg Ogden's engaging book sets the expectation that every follower of Jesus has the joyful responsibility to invest into two or three regularly and purposefully for the kingdom. For the past ten years, <em>Discipleship Essentials</em> has provided an engaging and balanced approach to the task of raising up mature believers who will then themselves invest in others. I can only imagine that in the next ten years thousands more will be shaped toward maturity because of his important work that gives each believer the inspiration and the framework to do what they were made to do: advance the kingdom by making mature disciples."</d104>
150
+ <d107>Rev. Timothy J. Yee, minister of young adults, St. Andrews Presbyterian Church, Newport Beach, California</d107>
151
+ </othertext>
152
+ <othertext>
153
+ <d102>30</d102>
154
+ <d104 textformat="05">"One of the most serious challenges facing the church in North America is that of undiscipled church members. Greg Ogden's work seeks to move Sunday-only consumer Christians into the adventurous life of following Jesus on a daily basis in authentic community. It provides an indispensable resource to help local churches address this challenge."</d104>
155
+ <d107>Eddie Gibbs, professor, Fuller Theological Seminary and author of <em>ChurchNext</em></d107>
156
+ </othertext>
157
+ <othertext>
158
+ <d102>30</d102>
159
+ <d104 textformat="05">"<em>Discipleship Essentials</em> is the most effective tool I know of for use in encouraging actual growth in personal discipleship. I give it to all of the pastors I am working with in congregational transformation and missional engagement because growing disciples is essential to their congregations' vitality."</d104>
160
+ <d107>E. Stanley Ott, president, The Vital Churches Institute</d107>
161
+ </othertext>
162
+ <mediafile>
163
+ <f114>04</f114>
164
+ <f115>03</f115>
165
+ <f116>01</f116>
166
+ <f117>http://www.IVPress.com/img/book/100w/1169.jpg</f117>
167
+ </mediafile>
168
+ <imprint>
169
+ <b241>01</b241>
170
+ <b243>CNCT</b243>
171
+ <b079>IVP Connect</b079>
172
+ </imprint>
173
+ <publisher>
174
+ <b291>01</b291>
175
+ <b081>InterVarsity Press</b081>
176
+ <website>
177
+ <b295>http://www.ivpress.com/</b295>
178
+ </website>
179
+ </publisher>
180
+ <b394>04</b394>
181
+ <b003>20071129</b003>
182
+ <salesrights>
183
+ <b089>01</b089>
184
+ <b090>US</b090>
185
+ </salesrights>
186
+ <measure>
187
+ <c093>01</c093>
188
+ <c094>10</c094>
189
+ <c095>in</c095>
190
+ </measure>
191
+ <measure>
192
+ <c093>02</c093>
193
+ <c094>7</c094>
194
+ <c095>in</c095>
195
+ </measure>
196
+ <measure>
197
+ <c093>03</c093>
198
+ <c094>0.7</c094>
199
+ <c095>in</c095>
200
+ </measure>
201
+ <measure>
202
+ <c093>08</c093>
203
+ <c094>16</c094>
204
+ <c095>oz</c095>
205
+ </measure>
206
+ <supplydetail>
207
+ <j136>2027089</j136>
208
+ <j137>InterVarsity Press</j137>
209
+ <j270>630-734-4000</j270>
210
+ <j271>630-734-4200</j271>
211
+ <j272>email@ivpress.com</j272>
212
+ <website>
213
+ <b295>http://www.ivpress.com/</b295>
214
+ </website>
215
+ <j268>02</j268>
216
+ <j269>Y</j269>
217
+ <j141>IP</j141>
218
+ <j396>21</j396>
219
+ <j145>22</j145>
220
+ <price>
221
+ <j148>01</j148>
222
+ <discountcoded>
223
+ <j363>02</j363>
224
+ <j364>FLT</j364>
225
+ </discountcoded>
226
+ <j151>18.00</j151>
227
+ <j152>USD</j152>
228
+ </price>
229
+ </supplydetail>
230
+ </product>
231
+ </ONIXmessage>