anystyle 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +7 -0
  2. data/HISTORY.md +78 -0
  3. data/LICENSE +27 -0
  4. data/README.md +103 -0
  5. data/lib/anystyle.rb +71 -0
  6. data/lib/anystyle/dictionary.rb +132 -0
  7. data/lib/anystyle/dictionary/gdbm.rb +52 -0
  8. data/lib/anystyle/dictionary/lmdb.rb +67 -0
  9. data/lib/anystyle/dictionary/marshal.rb +27 -0
  10. data/lib/anystyle/dictionary/redis.rb +55 -0
  11. data/lib/anystyle/document.rb +264 -0
  12. data/lib/anystyle/errors.rb +14 -0
  13. data/lib/anystyle/feature.rb +27 -0
  14. data/lib/anystyle/feature/affix.rb +43 -0
  15. data/lib/anystyle/feature/brackets.rb +32 -0
  16. data/lib/anystyle/feature/canonical.rb +13 -0
  17. data/lib/anystyle/feature/caps.rb +20 -0
  18. data/lib/anystyle/feature/category.rb +70 -0
  19. data/lib/anystyle/feature/dictionary.rb +16 -0
  20. data/lib/anystyle/feature/indent.rb +16 -0
  21. data/lib/anystyle/feature/keyword.rb +52 -0
  22. data/lib/anystyle/feature/line.rb +39 -0
  23. data/lib/anystyle/feature/locator.rb +18 -0
  24. data/lib/anystyle/feature/number.rb +39 -0
  25. data/lib/anystyle/feature/position.rb +28 -0
  26. data/lib/anystyle/feature/punctuation.rb +22 -0
  27. data/lib/anystyle/feature/quotes.rb +20 -0
  28. data/lib/anystyle/feature/ref.rb +21 -0
  29. data/lib/anystyle/feature/terminal.rb +19 -0
  30. data/lib/anystyle/feature/words.rb +74 -0
  31. data/lib/anystyle/finder.rb +94 -0
  32. data/lib/anystyle/format/bibtex.rb +63 -0
  33. data/lib/anystyle/format/csl.rb +28 -0
  34. data/lib/anystyle/normalizer.rb +65 -0
  35. data/lib/anystyle/normalizer/brackets.rb +13 -0
  36. data/lib/anystyle/normalizer/container.rb +13 -0
  37. data/lib/anystyle/normalizer/date.rb +109 -0
  38. data/lib/anystyle/normalizer/edition.rb +16 -0
  39. data/lib/anystyle/normalizer/journal.rb +14 -0
  40. data/lib/anystyle/normalizer/locale.rb +30 -0
  41. data/lib/anystyle/normalizer/location.rb +24 -0
  42. data/lib/anystyle/normalizer/locator.rb +22 -0
  43. data/lib/anystyle/normalizer/names.rb +88 -0
  44. data/lib/anystyle/normalizer/page.rb +29 -0
  45. data/lib/anystyle/normalizer/publisher.rb +18 -0
  46. data/lib/anystyle/normalizer/pubmed.rb +18 -0
  47. data/lib/anystyle/normalizer/punctuation.rb +23 -0
  48. data/lib/anystyle/normalizer/quotes.rb +14 -0
  49. data/lib/anystyle/normalizer/type.rb +54 -0
  50. data/lib/anystyle/normalizer/volume.rb +26 -0
  51. data/lib/anystyle/parser.rb +199 -0
  52. data/lib/anystyle/support.rb +4 -0
  53. data/lib/anystyle/support/finder.mod +3234 -0
  54. data/lib/anystyle/support/finder.txt +75 -0
  55. data/lib/anystyle/support/parser.mod +15025 -0
  56. data/lib/anystyle/support/parser.txt +75 -0
  57. data/lib/anystyle/utils.rb +70 -0
  58. data/lib/anystyle/version.rb +3 -0
  59. data/res/finder/bb132pr2055.ttx +6803 -0
  60. data/res/finder/bb550sh8053.ttx +18660 -0
  61. data/res/finder/bb599nz4341.ttx +2957 -0
  62. data/res/finder/bb725rt6501.ttx +15276 -0
  63. data/res/finder/bc605xz1554.ttx +18815 -0
  64. data/res/finder/bd040gx5718.ttx +4271 -0
  65. data/res/finder/bd413nt2715.ttx +4956 -0
  66. data/res/finder/bd466fq0394.ttx +6100 -0
  67. data/res/finder/bf668vw2021.ttx +3578 -0
  68. data/res/finder/bg495cx0468.ttx +7267 -0
  69. data/res/finder/bg599vt3743.ttx +6752 -0
  70. data/res/finder/bg608dx2253.ttx +4094 -0
  71. data/res/finder/bh410qk3771.ttx +8785 -0
  72. data/res/finder/bh989ww6442.ttx +17204 -0
  73. data/res/finder/bj581pc8202.ttx +2719 -0
  74. data/res/parser/bad.xml +5199 -0
  75. data/res/parser/core.xml +7924 -0
  76. data/res/parser/gold.xml +2707 -0
  77. data/res/parser/good.xml +34281 -0
  78. data/res/parser/stanford-books.xml +2280 -0
  79. data/res/parser/stanford-diss.xml +726 -0
  80. data/res/parser/stanford-theses.xml +4684 -0
  81. data/res/parser/ugly.xml +33246 -0
  82. metadata +195 -0
@@ -0,0 +1,726 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <dataset>
3
+ <sequence>
4
+ <author>Leftwich, Richard H.</author>
5
+ <title>The Price System and Resource Allocation,</title>
6
+ <edition>Rev. ed.</edition>
7
+ <location>New York:</location>
8
+ <publisher>Holt, Rinehart and Winston,</publisher>
9
+ <date>1960.</date>
10
+ </sequence>
11
+ <sequence>
12
+ <author>Dale, Edwin L.</author>
13
+ <title>"Reserve Unveils a Key Procedure,"</title>
14
+ <journal>The New York Times,</journal>
15
+ <date>March 17, 1969.</date>
16
+ </sequence>
17
+ <sequence>
18
+ <author>Hershey, Robert D., Jr.</author>
19
+ <title>"Chemical New York Taps Commercial Paper Funds,"</title>
20
+ <journal>The New York Times</journal>
21
+ <date>(March 27, 1969).</date>
22
+ </sequence>
23
+ <sequence>
24
+ <author>Hunt, Pearson, Charles Williams, and Gordon Donaldson.</author>
25
+ <title>Basic Business Finance,</title>
26
+ <edition>3rd ed.</edition>
27
+ <location>Homewood, Illinois:</location>
28
+ <publisher>Richard D. Irwin, Inc.,</publisher>
29
+ <date>1966.</date>
30
+ </sequence>
31
+ <sequence>
32
+ <author>EMB Ltd. (Edward M. Berstein).</author>
33
+ <title>"The Euro-Dollar Market and National Credit Policy"</title>
34
+ <date>(April 17, 1969),</date>
35
+ <note>(mimeograph).</note>
36
+ </sequence>
37
+ <sequence>
38
+ <author>Jacobs, Donald P.</author>
39
+ <title>"The Marketable Security Portfolios of Nonfinancial Corporations, Investment Practices and Trends,"</title>
40
+ <journal>The Journal of Finance,</journal>
41
+ <volume>Vol. XV, No. 3</volume>
42
+ <date>(September, 1960).</date>
43
+ </sequence>
44
+ <sequence>
45
+ <author>Solomon, Ezra.</author>
46
+ <title>The Theory of Financial Management.</title>
47
+ <location>New York:</location>
48
+ <publisher>Columbia University Press,</publisher>
49
+ <date>1963.</date>
50
+ </sequence>
51
+ <sequence>
52
+ <author>Hershey, Robert D.</author>
53
+ <title>"Dramatic Gain Shown by Commercial Paper,"</title>
54
+ <journal>The New York Times</journal>
55
+ <date>(April 28, 1968).</date>
56
+ </sequence>
57
+ <sequence>
58
+ <author>Baxter, N. D. and H. T. Shapiro.</author>
59
+ <title>"Compensating Balance Requirements: Results of a Survey,"</title>
60
+ <journal>Journal of Finance,</journal>
61
+ <volume>Vol. XIX, No. 3</volume>
62
+ <date>(September, 1964).</date>
63
+ </sequence>
64
+ <sequence>
65
+ <author>Miller, Merton H. and Daniel Orr.</author>
66
+ <title>"The Demand for Money by Firms: Extension of Analytic Results,"</title>
67
+ <journal>The Journal of Finance,</journal>
68
+ <volume>Vol. XXIII, No. 5</volume>
69
+ <date>(December, 1968).</date>
70
+ </sequence>
71
+ <sequence>
72
+ <author>Renwick, Fred B.</author>
73
+ <title>"Asset Management and Investor Portfolio Behavior: Theory and Practice,"</title>
74
+ <journal>The Journal of Finance,</journal>
75
+ <volume>Vol. XXIV, No. 2</volume>
76
+ <date>(May, 1969).</date>
77
+ </sequence>
78
+ <sequence>
79
+ <author>Johnston, Robert.</author>
80
+ <title>"Rebirth of Commercial Paper,"</title>
81
+ <journal>Monthly Review, The Federal Reserve Bank of San Francisco</journal>
82
+ <date>(July, 1968).</date>
83
+ </sequence>
84
+ <sequence>
85
+ <author>Foldessy, Edward P.</author>
86
+ <title>"Money Market Rates Press 'Prime' Fee, But Bankers Hint They'll Stall New Boost,"</title>
87
+ <journal>Wall Street Journal</journal>
88
+ <date>(July 2, 1969).</date>
89
+ </sequence>
90
+ <sequence>
91
+ <author>Hart, B. I. and John Von Neumann.</author>
92
+ <title>"Tabulation of the Probabilities for the Ratio of the Mean Square Successive Difference to the Variance,"</title>
93
+ <journal>Annals of Mathematical Statistics,</journal>
94
+ <volume>Vol. 13</volume>
95
+ <date>(1942).</date>
96
+ </sequence>
97
+ <sequence>
98
+ <author>Conard, Joseph W.</author>
99
+ <title>An Introduction to the Theory of Interest.</title>
100
+ <location>Berkeley:</location>
101
+ <publisher>University of California Press,</publisher>
102
+ <date>1959.</date>
103
+ </sequence>
104
+ <sequence>
105
+ <author>Moss, Louis H.</author>
106
+ <title>"The Commercial Paper Market,"</title>
107
+ <note>Current Industry Comment^</note>
108
+ <location>New York:</location>
109
+ <publisher>National Credit Office</publisher>
110
+ <date>(March, 1968).</date>
111
+ </sequence>
112
+ <sequence>
113
+ <author>Tintner, Gerhard.</author>
114
+ <title>Econometrics.</title>
115
+ <location>New York:</location>
116
+ <publisher>John Wiley,</publisher>
117
+ <date>1952.</date>
118
+ </sequence>
119
+ <sequence>
120
+ <author>Hershey, Robert, Jr.</author>
121
+ <title>"Prime Rate Concept Called Outdated by Panel of Bankers,"</title>
122
+ <journal>The New York Times</journal>
123
+ <date>(March 11, 1969).</date>
124
+ </sequence>
125
+ <sequence>
126
+ <author>Jacobs, Donald P.</author>
127
+ <title>"Sources and Costs of Funds of Large Sales Finance Companies,"</title>
128
+ <container-title>Consumer Installment Credit,</container-title>
129
+ <volume>Part II, Vol. I</volume>
130
+ <date>(1957),</date>
131
+ <location>Washington:</location>
132
+ <publisher>Board of Governors of the Federal Reserve System.</publisher>
133
+ </sequence>
134
+ <sequence>
135
+ <author>Myers, Margaret G.</author>
136
+ <title>The New York Money Market,</title>
137
+ <volume>Vol. I .</volume>
138
+ <location>New York:</location>
139
+ <publisher>Columbia University Press,</publisher>
140
+ <date>1932.</date>
141
+ </sequence>
142
+ <sequence>
143
+ <author>Andrews, Victor L.</author>
144
+ <title>"Captive Finance Companies,"</title>
145
+ <journal>Harvard Business Review,</journal>
146
+ <volume>Volume 42</volume>
147
+ <date>(July-August, 1964).</date>
148
+ </sequence>
149
+ <sequence>
150
+ <author>Curtis, Richard L.</author>
151
+ <title>Updating the Problems,of Capital Adequacy in Banks.</title>
152
+ <location>New Brunswick, New Jersey:</location>
153
+ <publisher>Rutgers -- the State University,</publisher>
154
+ <date>1961.</date>
155
+ </sequence>
156
+ <sequence>
157
+ <author>Thiel, H.</author>
158
+ <title>Econometric Forecasts and Policy.</title>
159
+ <location>Amsterdam:</location>
160
+ <publisher>North-Holland,</publisher>
161
+ <date>1958.</date>
162
+ </sequence>
163
+ <sequence>
164
+ <author>Rowe, C. Eugene.</author>
165
+ <title>"Commercial Paper: A Source of Short-Term Funds,"</title>
166
+ <journal>Financial Executive</journal>
167
+ <date>(November, 1965).</date>
168
+ </sequence>
169
+ <sequence>
170
+ <author>Kraus, Albert L.</author>
171
+ <title>"Commercial Paper Maze,"</title>
172
+ <journal>The New York Times</journal>
173
+ <date>(July 2, 1969).</date>
174
+ </sequence>
175
+ <sequence>
176
+ <author>Heinemann, Erich.</author>
177
+ <title>"Banks Discover Loophole in Reserve's Rate Ceiling,"</title>
178
+ <journal>The New York Times</journal>
179
+ <date>(May 29, 1969).</date>
180
+ </sequence>
181
+ <sequence>
182
+ <author>U.S. Board of Governors of the Federal Reserve System.</author>
183
+ <title>Fifty-Third Annual Report.</title>
184
+ <location>Washington:</location>
185
+ <publisher>Federal Reserve System</publisher>
186
+ <date>(1966).</date>
187
+ </sequence>
188
+ <sequence>
189
+ <author>Basmann, R. L.</author>
190
+ <title>"A Generalized Classical Method of Linear Estimation of Coefficients in a Structural Equation,"</title>
191
+ <journal>Econometrica,</journal>
192
+ <volume>Vol. 25</volume>
193
+ <date>(1957).</date>
194
+ </sequence>
195
+ <sequence>
196
+ <author>Greef, Albert D.</author>
197
+ <title>The Commercial Paper House in the United States.</title>
198
+ <location>Cambridge:</location>
199
+ <publisher>Harvard University Press,</publisher>
200
+ <date>1938.</date>
201
+ </sequence>
202
+ <sequence>
203
+ <author>Andrews, Victor L.</author>
204
+ <title>"Captive Finance Companies: Their Growth and Some Speculations on their Significance,"</title>
205
+ <journal>Industrial Management Review,</journal>
206
+ <date>Fall 1961.</date>
207
+ </sequence>
208
+ <sequence>
209
+ <author>Gershick, M. A. and Trygve Haavelmo.</author>
210
+ <title>"Statistical Analysis of the Demand for Food: Examples of Simultaneous Estimation of Structural Equations,"</title>
211
+ <journal>Econometrica,</journal>
212
+ <volume>Vol. XV</volume>
213
+ <date>(April, 1947),</date>
214
+ <note>as reprinted in William C. Hood and Tjalling Koopmans, Studies in Econometric Methods, New York: John Wiley, 1953.</note>
215
+ </sequence>
216
+ <sequence>
217
+ <author>Nugent, Jan.</author>
218
+ <title>"Fed Weighs Commercial Paper Curbs,"</title>
219
+ <journal>The Journal of Commerce</journal>
220
+ <date>(June 30, 1969).</date>
221
+ </sequence>
222
+ <sequence>
223
+ <author>Foulke, Roy A.</author>
224
+ <title>The Commercial Paper Market.</title>
225
+ <location>New York:</location>
226
+ <publisher>The Bankers Publishing Company,</publisher>
227
+ <date>1931.</date>
228
+ </sequence>
229
+ <sequence>
230
+ <author>Goldberger, Arthur S.</author>
231
+ <title>Topics in Regression Analysis.</title>
232
+ <location>New York:</location>
233
+ <publisher>Macmillan,</publisher>
234
+ <date>1968.</date>
235
+ </sequence>
236
+ <sequence>
237
+ <journal>Business Week,</journal>
238
+ <title>"Banks Try to Dodge Fed's Grasp,"</title>
239
+ <date>April 5, 1969.</date>
240
+ </sequence>
241
+ <sequence>
242
+ <author>Steiner, W. H.</author>
243
+ <title>"The Commercial Paper Business,"</title>
244
+ <journal>Federal Reserve Bulletin</journal>
245
+ <date>(August-September, 1921).</date>
246
+ </sequence>
247
+ <sequence>
248
+ <author>Markowitz, Harry.</author>
249
+ <title>"Portfolio Selection,"</title>
250
+ <journal>The Journal of Finance,</journal>
251
+ <volume>Vol. VII, No. 1</volume>
252
+ <date>(March, 1952).</date>
253
+ </sequence>
254
+ <sequence>
255
+ <author>Silberman, Lee.</author>
256
+ <title>"A Run for Their Money,"</title>
257
+ <journal>Barron's</journal>
258
+ <date>(July 25, 1966).</date>
259
+ </sequence>
260
+ <sequence>
261
+ <title>Money Market Investments: The Risk and Return,</title>
262
+ <location>New York:</location>
263
+ <publisher>Morgan Guaranty Trust Company,</publisher>
264
+ <date>1964.</date>
265
+ </sequence>
266
+ <sequence>
267
+ <author>Gynt, F. E.</author>
268
+ <title>"Commercial Paper: Another Great Big Leap Forward?,"</title>
269
+ <journal>The Weekly Bond Buyer,</journal>
270
+ <volume>Vol. 172, No. 3912</volume>
271
+ <date>(April 1, 1968).</date>
272
+ </sequence>
273
+ <sequence>
274
+ <author>Moore, Basil J.</author>
275
+ <title>An Introduction to the Theory of Finance.</title>
276
+ <location>New York:</location>
277
+ <publisher>The Free Press,</publisher>
278
+ <date>1968.</date>
279
+ </sequence>
280
+ <sequence>
281
+ <author>Federal Reserve Bank of Chicago.</author>
282
+ <title>"Commercial Paper -- New Style,"</title>
283
+ <journal>Business Conditions</journal>
284
+ <date>(August, 1955).</date>
285
+ </sequence>
286
+ <sequence>
287
+ <author>Baxter, Nevins D.</author>
288
+ <title>The Commercial Paper Market.</title>
289
+ <location>Boston:</location>
290
+ <publisher>The Bankers Publishing Company,</publisher>
291
+ <date>1966.</date>
292
+ </sequence>
293
+ <sequence>
294
+ <author>Woodworth, G. Walter.</author>
295
+ <title>The Money Market and Monetary Management.</title>
296
+ <location>New York:</location>
297
+ <publisher>Harper and Row,</publisher>
298
+ <date>1965.</date>
299
+ </sequence>
300
+ <sequence>
301
+ <journal>Business Week,</journal>
302
+ <title>"More Companies Borrow Direct,"</title>
303
+ <date>May 18, 1968.</date>
304
+ </sequence>
305
+ <sequence>
306
+ <author>Leser, E. V.</author>
307
+ <title>Econometric Techniques and Problems.</title>
308
+ <location>New York:</location>
309
+ <publisher>Hofner Publishings,</publisher>
310
+ <date>1966.</date>
311
+ </sequence>
312
+ <sequence>
313
+ <author>Gynt,F. E.</author>
314
+ <title>"Does Commercial Paper Need New Gate Keeper?,"</title>
315
+ <journal>The Weekly Bond Buyer</journal>
316
+ <date>(December 30, 1968).</date>
317
+ </sequence>
318
+ <sequence>
319
+ <author>Heinemann, H. Erich.</author>
320
+ <title>"Money, Money, Money, Where?,"</title>
321
+ <journal>The New York Times</journal>
322
+ <date>(June 1, 1969).</date>
323
+ </sequence>
324
+ <sequence>
325
+ <journal>Business Week,</journal>
326
+ <title>"What Makes the Boom in Commercial Paper,"</title>
327
+ <date>November 26, 1966.</date>
328
+ </sequence>
329
+ <sequence>
330
+ <author>Cohen, Kalman J. and Richard M. Cyert.</author>
331
+ <title>Theory of the Firm.</title>
332
+ <location>Englewood Cliffs:</location>
333
+ <publisher>Prentice-Hall, Inc.,</publisher>
334
+ <date>1965.</date>
335
+ </sequence>
336
+ <sequence>
337
+ <author>Marks, Melvin R.</author>
338
+ <title>"Problem Solving as a Function of the Situation."</title>
339
+ <journal>Journal of Experimental Psychology,</journal>
340
+ <volume>X L I ,</volume>
341
+ <date>1951,</date>
342
+ <pages>pp. 74-80.</pages>
343
+ </sequence>
344
+ <sequence>
345
+ <author>Simon, Herbert A. and Allen Newell.</author>
346
+ <title>"Heuristic Problem-Solving."</title>
347
+ <journal>Operations Research,</journal>
348
+ <volume>VI</volume>
349
+ <date>(1958),</date>
350
+ <pages>pp. 1-10.</pages>
351
+ </sequence>
352
+ <sequence>
353
+ <author>Wolff, Harold.</author>
354
+ <title>"The Great GM Mystery."</title>
355
+ <journal>Harvard Business Review,</journal>
356
+ <volume>XLII</volume>
357
+ <date>(September-October, 1964),</date>
358
+ <pages>pp. 164+.</pages>
359
+ </sequence>
360
+ <sequence>
361
+ <author>Brim, Orville G. and others.</author>
362
+ <title>Personality and Decision Processes.</title>
363
+ <location>Stanford, California:</location>
364
+ <publisher>Stanford University Press,</publisher>
365
+ <date>1962.</date>
366
+ </sequence>
367
+ <sequence>
368
+ <author>Hebb, D.O.</author>
369
+ <title>The Organization of Behavior.</title>
370
+ <location>New York:</location>
371
+ <publisher>John Wiley and Sons, Inc.,</publisher>
372
+ <date>1949.</date>
373
+ </sequence>
374
+ <sequence>
375
+ <author>Owen, D.B.</author>
376
+ <title>Handbook of Statistical Tables.</title>
377
+ <location>Reading, Massachusetts:</location>
378
+ <publisher>Addison-Wesley Publishing Company, Inc.,</publisher>
379
+ <date>1962.</date>
380
+ </sequence>
381
+ <sequence>
382
+ <author>__________ .</author>
383
+ <title>Psychology: A Problem Solving Approach.</title>
384
+ <location>New York:</location>
385
+ <publisher>Harper and Row Publishers,</publisher>
386
+ <date>1961.</date>
387
+ </sequence>
388
+ <sequence>
389
+ <author>Schleh, E.C.</author>
390
+ <title>Management by Results.</title>
391
+ <location>New York, New York:</location>
392
+ <publisher>McGraw-Hill Book Company,</publisher>
393
+ <date>1964.</date>
394
+ </sequence>
395
+ <sequence>
396
+ <author>Allen J. Knight.</author>
397
+ <title>The Corporate Planner and His Job.</title>
398
+ <journal>Stanford Research Institute Long Range Planning Report</journal>
399
+ <volume>No. 125.</volume>
400
+ <location>Menlo Park, California:</location>
401
+ <publisher>Stanford Research Institute,</publisher>
402
+ <date>1962.</date>
403
+ </sequence>
404
+ <sequence>
405
+ <author>Kahn, Herman and Anthony J. Wiener.</author>
406
+ <title>The Year 2000.</title>
407
+ <location>New York:</location>
408
+ <publisher>The Macmillan Company,</publisher>
409
+ <date>1967.</date>
410
+ </sequence>
411
+ <sequence>
412
+ <editor>Edwards, Ward and Amos Tversky (eds.).</editor>
413
+ <title>Decision Making.</title>
414
+ <location>Baltimore, Maryland:</location>
415
+ <publisher>Penguin Books,</publisher>
416
+ <date>1967.</date>
417
+ </sequence>
418
+ <sequence>
419
+ <author>Hilgard, Ernest R. and Gordon H. Bower.</author>
420
+ <title>Theories of Learning.</title>
421
+ <location>New York:</location>
422
+ <publisher>Appleton-Century-Crofts,</publisher>
423
+ <date>1966.</date>
424
+ </sequence>
425
+ <sequence>
426
+ <author>Morton, Michael S. Scott.</author>
427
+ <title>"Interactive Visual Display Systems and Management Problem Solving."</title>
428
+ <journal>Industrial Management Review,</journal>
429
+ <volume>IX</volume>
430
+ <date>(Fall, 1967),</date>
431
+ <pages>pp. 70-81.</pages>
432
+ </sequence>
433
+ <sequence>
434
+ <author>Barnard, Chester I.</author>
435
+ <title>The Functions of the Executive.</title>
436
+ <location>Cambridge:</location>
437
+ <publisher>Harvard University Press,</publisher>
438
+ <date>1945.</date>
439
+ </sequence>
440
+ <sequence>
441
+ <editor>Bauer, Raymond A. and Kenneth J. Germen, eds.</editor>
442
+ <title>The Study of Policy Formation.</title>
443
+ <location>New York:</location>
444
+ <publisher>The Free Press,</publisher>
445
+ <date>1968.</date>
446
+ </sequence>
447
+ <sequence>
448
+ <author>Holden, Paul E., Carlton A. Pederson, and Gayton E. Germane.</author>
449
+ <title>Top Management.</title>
450
+ <location>New York:</location>
451
+ <publisher>McGraw-Hill Book Company,</publisher>
452
+ <date>1968.</date>
453
+ </sequence>
454
+ <sequence>
455
+ <editor>Feigenbaum, Edward A. and Julian Feldman, (eds.).</editor>
456
+ <title>Computers and Thought.</title>
457
+ <location>New York:</location>
458
+ <publisher>McGraw-Hill Book Company,</publisher>
459
+ <date>1963.</date>
460
+ </sequence>
461
+ <sequence>
462
+ <author>Ringbakk, Kjell-Arne and Robert W. Dawson.</author>
463
+ <title>Organized Planning in 40 Major U.S. Corporations.</title>
464
+ <journal>Stanford Research Institute Long Range Planning Report</journal>
465
+ <volume>No. 365.</volume>
466
+ <location>Menlo Park, California:</location>
467
+ <publisher>Stanford Research Institute,</publisher>
468
+ <date>1968.</date>
469
+ </sequence>
470
+ <sequence>
471
+ <author>McKinney, George and Steven C. Wheelwright.■</author>
472
+ <title>"The Effect of Question Format on Subjective Estimates."</title>
473
+ <location>Stanford, California:</location>
474
+ <publisher>Stanford University Graduate School of Business,</publisher>
475
+ <date>November, 1968.</date>
476
+ <note>(Mimeo.)</note>
477
+ </sequence>
478
+ <sequence>
479
+ <author>Tilles, Seymour.</author>
480
+ <title>"How to Evaluate Corporate Strategy."</title>
481
+ <journal>Harvard Business Review,</journal>
482
+ <volume>XLI</volume>
483
+ <date>(July-August, 1963),</date>
484
+ <pages>pp. 111-21</pages>
485
+ </sequence>
486
+ <sequence>
487
+ <editor>Ewing, David W. (ed.)</editor>
488
+ <title>Long-Range Planning for Management.</title>
489
+ <edition>Revised edition.</edition>
490
+ <location>New York:</location>
491
+ <publisher>Harper and Row,</publisher>
492
+ <date>1964.</date>
493
+ </sequence>
494
+ <sequence>
495
+ <author>Mace, Myles L.</author>
496
+ <title>"The President and Corporate Planning."</title>
497
+ <journal>Harvard Business Review,</journal>
498
+ <volume>XLIII</volume>
499
+ <date>(January-February, 1965),</date>
500
+ <pages>pp. 49-62.</pages>
501
+ </sequence>
502
+ <sequence>
503
+ <author>__________ .</author>
504
+ <title>"A Quasi-Analyric Approach to the Business Strategy Problem."</title>
505
+ <journal>Management Technology,</journal>
506
+ <volume>IV</volume>
507
+ <date>(June, 1964)</date>
508
+ <pages>pp. 67-77.</pages>
509
+ </sequence>
510
+ <sequence>
511
+ <author>Dunker, Karl.</author>
512
+ <title>On Problem Solving.</title>
513
+ <edition>Reprinted</edition>
514
+ <container-title>in Psychological Monographs,</container-title>
515
+ <editor>J.F. Dashiell (ed.),</editor>
516
+ <volume>Vol. LVIII,</volume>
517
+ <location>Washington, D.C.:</location>
518
+ <publisher>The American Psychological Association,</publisher>
519
+ <date>1945.</date>
520
+ </sequence>
521
+ <sequence>
522
+ <author>Ansoff, H. Igor.</author>
523
+ <title>Corporate Strategy.</title>
524
+ <location>New York:</location>
525
+ <publisher>McGraw-Hill Book Company,</publisher>
526
+ <date>1965.</date>
527
+ </sequence>
528
+ <sequence>
529
+ <author>Warren, E.K.</author>
530
+ <title>Long Range Planning: The Executive Viewpoint.</title>
531
+ <location>Englewood Cliffs, New Jersey:</location>
532
+ <publisher>Prentice-Hall, Inc.,</publisher>
533
+ <date>1966.</date>
534
+ </sequence>
535
+ <sequence>
536
+ <author>Brady, Rodney H.</author>
537
+ <title>"Computers in Top-Level Decision Making."</title>
538
+ <journal>Harvard Business Review,</journal>
539
+ <volume>XLV</volume>
540
+ <date>(July-August, 1967),</date>
541
+ <pages>pp. 67-76.</pages>
542
+ </sequence>
543
+ <sequence>
544
+ <author>Hunt, E. B.</author>
545
+ <title>Concept Learning: An Information Processing Problem.</title>
546
+ <location>New York:</location>
547
+ <publisher>John Wiley and Sons, Inc.,</publisher>
548
+ <date>1962.</date>
549
+ </sequence>
550
+ <sequence>
551
+ <author>Odióme, George S.</author>
552
+ <title>Management by Objectives.</title>
553
+ <location>New York:</location>
554
+ <publisher>Pitman Publishing Company,</publisher>
555
+ <date>1965.</date>
556
+ </sequence>
557
+ <sequence>
558
+ <author>Cleland, David Ira.</author>
559
+ <title>The Origin and Development of a Philosophy of Long-Range Planning in American Business.</title>
560
+ <journal>United States Research and Development Report</journal>
561
+ <volume>AD 807 258.</volume>
562
+ <location>Alexandria, Virginia:</location>
563
+ <publisher>Deiense Documentation Center.</publisher>
564
+ <date>1967.</date>
565
+ </sequence>
566
+ <sequence>
567
+ <author>__________ .</author>
568
+ <title>The Evolution of Corporate Planning.</title>
569
+ <journal>Stanford Research Institute Long-Range Planning Report</journal>
570
+ <volume>No. 329.</volume>
571
+ <location>Menlo Park, California:</location>
572
+ <publisher>Stanford Research Institute,</publisher>
573
+ <date>1967.</date>
574
+ </sequence>
575
+ <sequence>
576
+ <author>Rees, H.J. and H.E. Israel.</author>
577
+ <title>An Investigation of the Establishment and Operation of Mental Sets.</title>
578
+ <journal>Psychological Monographs,</journal>
579
+ <volume>Vol. XLVI (No. 210),</volume>
580
+ <date>1935.</date>
581
+ </sequence>
582
+ <sequence>
583
+ <author>Newell, A., J.C. Shaw, and H.A. Simon.</author>
584
+ <title>"Elements of a Theory of Human Problem Solving."</title>
585
+ <journal>Psychological Review,</journal>
586
+ <volume>LXV,</volume>
587
+ <date>1958,</date>
588
+ <pages>pp. 151-166.</pages>
589
+ </sequence>
590
+ <sequence>
591
+ <author>Stewart, Robert F.</author>
592
+ <title>A Framework for Business Planning.</title>
593
+ <journal>Stanford Research Institute Long-Range Planning Report</journal>
594
+ <volume>No. 162.</volume>
595
+ <location>Menlo Park, California:</location>
596
+ <publisher>Stanford Research Institute,</publisher>
597
+ <date>1963.</date>
598
+ </sequence>
599
+ <sequence>
600
+ <author>Bruner, Jerome S., Jacqueline J. Goodnow, and George A. Austin.</author>
601
+ <title>A Study of Thinking.</title>
602
+ <location>New York:</location>
603
+ <publisher>John Wiley and Sons, Inc.,</publisher>
604
+ <date>1956.</date>
605
+ </sequence>
606
+ <sequence>
607
+ <author>The Boston Consulting Group.</author>
608
+ <title>Perspectives on Corporate Strategy.</title>
609
+ <location>Boston:</location>
610
+ <publisher>The Boston Consulting Group,</publisher>
611
+ <date>1968.</date>
612
+ </sequence>
613
+ <sequence>
614
+ <author>Raiffa, Howard.</author>
615
+ <title>Decision Analysis.</title>
616
+ <location>Reading, Massachusetts:</location>
617
+ <publisher>Addison-Wesley,</publisher>
618
+ <date>1968.</date>
619
+ </sequence>
620
+ <sequence>
621
+ <author>Haberstroh, C.J.</author>
622
+ <title>Processes of Internal Control in Firms.</title>
623
+ <location>Minnesota:</location>
624
+ <publisher>University of Minnesota,</publisher>
625
+ <date>1957.</date>
626
+ <note>(Unpublished Doctor's Disser­ tation. )</note>
627
+ </sequence>
628
+ <sequence>
629
+ <author>Mason, R. Hal and John C. McKelvey.</author>
630
+ <title>The Planning Organization.</title>
631
+ <journal>Stanford Research Institute Long-Range Planning Report</journal>
632
+ <volume>No. 133.</volume>
633
+ <location>Menlo Park, California:</location>
634
+ <publisher>Stanford Research Institute,</publisher>
635
+ <date>1962.</date>
636
+ </sequence>
637
+ <sequence>
638
+ <editor>Bursk, Edward C. and John F. Chapman, eds.</editor>
639
+ <title>New Decision-Making Tools for Managers.</title>
640
+ <location>New York:</location>
641
+ <publisher>The New American Library,</publisher>
642
+ <date>1965.</date>
643
+ </sequence>
644
+ <sequence>
645
+ <author>Ackoff, R.ussell L.</author>
646
+ <title>Scientific Method - Optimizing Applied Research Decisions.</title>
647
+ <location>New York:</location>
648
+ <publisher>John Wiley and Sons, Inc.,</publisher>
649
+ <date>1962.</date>
650
+ </sequence>
651
+ <sequence>
652
+ <author>Weaver, A.E. and E.H. Madden.</author>
653
+ <title>"Direction in Problem Solving."</title>
654
+ <journal>Journal of Psychology,</journal>
655
+ <volume>XXVII,</volume>
656
+ <date>1949,</date>
657
+ <pages>pp. 331-345.</pages>
658
+ </sequence>
659
+ <sequence>
660
+ <author>Wheelwright, Steven C.</author>
661
+ <title>"A Methodology for Identifying and Utilizing Corporate Objectives in the Strategic Planning Process."</title>
662
+ <location>Stanford, California:</location>
663
+ <publisher>Stanford University Graduate School of Business,</publisher>
664
+ <date>April, 1969.</date>
665
+ <note>(Xerox.)</note>
666
+ </sequence>
667
+ <sequence>
668
+ <author>Gray, Edmund R.</author>
669
+ <title>Readings in Business Policy.</title>
670
+ <location>New York:</location>
671
+ <publisher>Appleton-Centry-Crofts,</publisher>
672
+ <date>1968.</date>
673
+ </sequence>
674
+ <sequence>
675
+ <author>Eagle, Alan R.</author>
676
+ <title>Analytic Approaches in Planning.</title>
677
+ <journal>Stanford Research Institute Long-Range Planning Report</journal>
678
+ <volume>No. 238.</volume>
679
+ <location>Menlo Park, California:</location>
680
+ <publisher>Stanford Research Institute,</publisher>
681
+ <date>1965.</date>
682
+ </sequence>
683
+ <sequence>
684
+ <author>Ansoff, H. Igor and Richard G. Brandenburg.</author>
685
+ <title>"A Problem of Research in Business Planning."</title>
686
+ <journal>Management Science,</journal>
687
+ <volume>XIII</volume>
688
+ <date>(February, 1967),</date>
689
+ <pages>pp. B219-B239.</pages>
690
+ </sequence>
691
+ <sequence>
692
+ <author>McKinney, George W . , III.</author>
693
+ <title>An Experimental Study of the Effects of Systematic Approaches on Strategic Planning.</title>
694
+ <location>Stanford, California:</location>
695
+ <publisher>Stanford University Graduate School of Business,</publisher>
696
+ <date>August, 1969.</date>
697
+ <note>(Unpublished Doctor's Dissertation.)</note>
698
+ </sequence>
699
+ <sequence>
700
+ <author>Litwin, George.</author>
701
+ <title>The Language of Achievement: An Analysis of Achievement Related Themes in Fantasy Using Mechanical Methods.</title>
702
+ <location>Cambridge, Massachusetts:</location>
703
+ <publisher>Harvard University Graduate School of Business,</publisher>
704
+ <date>April, 1965.</date>
705
+ <note>(Unpublished Doctor's Dissertation.)</note>
706
+ </sequence>
707
+ <sequence>
708
+ <author>Taylor, W.D. and Q. McNemar.</author>
709
+ <title>"Problem Solving and Thinking."</title>
710
+ <journal>Annual Review of Psychology,</journal>
711
+ <volume>Vol. VI,</volume>
712
+ <editor>P.R. Farnsworth and Q. McNemar (eds.),</editor>
713
+ <location>Palo Alto, California:</location>
714
+ <publisher>Annual Reviews, Inc.,</publisher>
715
+ <date>1955,</date>
716
+ <pages>pp. 455-482.</pages>
717
+ </sequence>
718
+ <sequence>
719
+ <author>Mintzberg, H.</author>
720
+ <title>"The Science of Strategy-Making."</title>
721
+ <journal>Industrial Management Review.</journal>
722
+ <volume>VIII</volume>
723
+ <date>(Spring, 1967),</date>
724
+ <pages>pp. 71-82.</pages>
725
+ </sequence>
726
+ </dataset>