@thegetty/quire-cli 0.20.3 → 0.20.4

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 (370) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/bin/.DS_Store +0 -0
  3. package/bin/go-iiif/.DS_Store +0 -0
  4. package/bin/index.js +2 -0
  5. package/bin/starters/.DS_Store +0 -0
  6. package/bin/starters/README.md +0 -0
  7. package/bin/starters/default/.circleci/config.yml +98 -0
  8. package/bin/starters/default/.gitignore +14 -0
  9. package/bin/starters/default/.nojekyll +0 -0
  10. package/bin/starters/default/CHANGELOG.md +38 -0
  11. package/bin/starters/default/README.md +25 -0
  12. package/bin/starters/default/bin/deploy.sh +25 -0
  13. package/bin/starters/default/config/_default/config.yml +53 -0
  14. package/bin/starters/default/config/development/config.yml +14 -0
  15. package/bin/starters/default/config/environments/dev.yml +14 -0
  16. package/bin/starters/default/config/environments/github.yml +15 -0
  17. package/bin/starters/default/config/environments/netlify.yml +18 -0
  18. package/bin/starters/default/config/epub.yml +15 -0
  19. package/bin/starters/default/config/pdf.yml +16 -0
  20. package/bin/starters/default/config/site.yml +13 -0
  21. package/bin/starters/default/config.yml +53 -0
  22. package/bin/starters/default/content/about.md +20 -0
  23. package/bin/starters/default/content/bibliography.md +7 -0
  24. package/bin/starters/default/content/catalogue/1.md +28 -0
  25. package/bin/starters/default/content/catalogue/2.md +29 -0
  26. package/bin/starters/default/content/catalogue/3.md +20 -0
  27. package/bin/starters/default/content/catalogue/4.md +22 -0
  28. package/bin/starters/default/content/catalogue/catalogue-index.md +8 -0
  29. package/bin/starters/default/content/contents.md +7 -0
  30. package/bin/starters/default/content/contributors.md +7 -0
  31. package/bin/starters/default/content/cover.md +11 -0
  32. package/bin/starters/default/content/essay.md +80 -0
  33. package/bin/starters/default/content/intro.md +21 -0
  34. package/bin/starters/default/content/search-index.md +8 -0
  35. package/bin/starters/default/data/figures.yml +90 -0
  36. package/bin/starters/default/data/objects.yml +49 -0
  37. package/bin/starters/default/data/publication.yml +149 -0
  38. package/bin/starters/default/data/references.yml +11 -0
  39. package/bin/starters/default/static/css/custom.css +0 -0
  40. package/bin/starters/default/static/data/sample-geojson.json +16 -0
  41. package/bin/starters/default/static/downloads/.gitkeep +0 -0
  42. package/bin/starters/default/static/downloads/output.epub +0 -0
  43. package/bin/starters/default/static/downloads/output.mobi +0 -0
  44. package/bin/starters/default/static/downloads/output.pdf +0 -0
  45. package/bin/starters/default/static/img/contributors/judith-keller.jpg +0 -0
  46. package/bin/starters/default/static/img/cover.png +0 -0
  47. package/bin/starters/default/static/img/figures/duo.jpg +0 -0
  48. package/bin/starters/default/static/img/figures/evans-burroughs.jpg +0 -0
  49. package/bin/starters/default/static/img/figures/evans-child.jpg +0 -0
  50. package/bin/starters/default/static/img/figures/evans-graveyard.jpg +0 -0
  51. package/bin/starters/default/static/img/figures/evans-hymns.jpg +0 -0
  52. package/bin/starters/default/static/img/figures/evans-legionnaire.jpg +0 -0
  53. package/bin/starters/default/static/img/figures/evans-refugee.jpg +0 -0
  54. package/bin/starters/default/static/img/figures/evans-sons.jpg +0 -0
  55. package/bin/starters/default/static/img/figures/evans-video-still.jpg +0 -0
  56. package/bin/starters/default/static/img/figures/evans-washroom.jpg +0 -0
  57. package/bin/starters/default/static/img/figures/evans.jpg +0 -0
  58. package/bin/starters/default/static/img/figures/family.jpg +0 -0
  59. package/bin/starters/default/static/img/figures/lange-house.jpg +0 -0
  60. package/bin/starters/default/static/img/figures/lange.jpg +0 -0
  61. package/bin/starters/default/static/img/figures/mother-b.jpg +0 -0
  62. package/bin/starters/default/static/img/figures/mother-c.jpg +0 -0
  63. package/bin/starters/default/static/img/figures/mother.jpg +0 -0
  64. package/bin/starters/default/static/img/figures/pickers.jpg +0 -0
  65. package/bin/starters/default/static/img/logo-getty.png +0 -0
  66. package/bin/starters/default/static/img/pattern-spiral-overlay.png +0 -0
  67. package/bin/starters/default/static/js/custom.js +4 -0
  68. package/bin/themes/README.md +0 -0
  69. package/bin/themes/default/.circleci/config.yml +62 -0
  70. package/bin/themes/default/.eslintrc.js +16 -0
  71. package/bin/themes/default/.gitignore +13 -0
  72. package/bin/themes/default/.scss-lint.yml +239 -0
  73. package/bin/themes/default/CHANGELOG.md +73 -0
  74. package/bin/themes/default/LICENSE.md +20 -0
  75. package/bin/themes/default/README.md +112 -0
  76. package/bin/themes/default/archetypes/default.md +2 -0
  77. package/bin/themes/default/cypress.json +7 -0
  78. package/bin/themes/default/layouts/404.html +0 -0
  79. package/bin/themes/default/layouts/_default/baseof.html +43 -0
  80. package/bin/themes/default/layouts/_default/single.html +26 -0
  81. package/bin/themes/default/layouts/contents/single.html +37 -0
  82. package/bin/themes/default/layouts/cover/single.html +128 -0
  83. package/bin/themes/default/layouts/data/search-index.html +65 -0
  84. package/bin/themes/default/layouts/entry/single.html +372 -0
  85. package/bin/themes/default/layouts/essay/single.html +24 -0
  86. package/bin/themes/default/layouts/partials/analytics.html +29 -0
  87. package/bin/themes/default/layouts/partials/cite-this.html +348 -0
  88. package/bin/themes/default/layouts/partials/contents-list/card-image.html +13 -0
  89. package/bin/themes/default/layouts/partials/contents-list/closing-tags.html +59 -0
  90. package/bin/themes/default/layouts/partials/contents-list/contents-list.html +179 -0
  91. package/bin/themes/default/layouts/partials/contents-list/file-dir.html +7 -0
  92. package/bin/themes/default/layouts/partials/contents-list/file-path.html +10 -0
  93. package/bin/themes/default/layouts/partials/contents-list/list-item-type.html +9 -0
  94. package/bin/themes/default/layouts/partials/contents-list/list-item-types/abstract.html +17 -0
  95. package/bin/themes/default/layouts/partials/contents-list/list-item-types/brief.html +7 -0
  96. package/bin/themes/default/layouts/partials/contents-list/list-item-types/default.html +9 -0
  97. package/bin/themes/default/layouts/partials/contents-list/list-item-types/grid.html +30 -0
  98. package/bin/themes/default/layouts/partials/contents-list/section-heading.html +5 -0
  99. package/bin/themes/default/layouts/partials/contents-list.html +207 -0
  100. package/bin/themes/default/layouts/partials/contributor-info.html +78 -0
  101. package/bin/themes/default/layouts/partials/contributor-list.html +102 -0
  102. package/bin/themes/default/layouts/partials/copyright.html +155 -0
  103. package/bin/themes/default/layouts/partials/debug-contents.html +8 -0
  104. package/bin/themes/default/layouts/partials/dublin-core.html +21 -0
  105. package/bin/themes/default/layouts/partials/error-message.html +19 -0
  106. package/bin/themes/default/layouts/partials/figure-caption.html +1 -0
  107. package/bin/themes/default/layouts/partials/figure-fallback.html +31 -0
  108. package/bin/themes/default/layouts/partials/figure-image.html +44 -0
  109. package/bin/themes/default/layouts/partials/figure-label.html +15 -0
  110. package/bin/themes/default/layouts/partials/figure-soundcloud.html +25 -0
  111. package/bin/themes/default/layouts/partials/figure-table.html +44 -0
  112. package/bin/themes/default/layouts/partials/figure-vimeo.html +24 -0
  113. package/bin/themes/default/layouts/partials/figure-website.html +21 -0
  114. package/bin/themes/default/layouts/partials/figure-youtube.html +23 -0
  115. package/bin/themes/default/layouts/partials/figures/caption.html +44 -0
  116. package/bin/themes/default/layouts/partials/figures/label.html +35 -0
  117. package/bin/themes/default/layouts/partials/figures/media-types/fallback.html +32 -0
  118. package/bin/themes/default/layouts/partials/figures/media-types/image.html +54 -0
  119. package/bin/themes/default/layouts/partials/figures/media-types/soundcloud.html +35 -0
  120. package/bin/themes/default/layouts/partials/figures/media-types/table.html +53 -0
  121. package/bin/themes/default/layouts/partials/figures/media-types/vimeo.html +34 -0
  122. package/bin/themes/default/layouts/partials/figures/media-types/website.html +24 -0
  123. package/bin/themes/default/layouts/partials/figures/media-types/youtube.html +29 -0
  124. package/bin/themes/default/layouts/partials/footer-buttons.html +29 -0
  125. package/bin/themes/default/layouts/partials/head.html +46 -0
  126. package/bin/themes/default/layouts/partials/icon.html +20 -0
  127. package/bin/themes/default/layouts/partials/icons-cc.html +86 -0
  128. package/bin/themes/default/layouts/partials/icons.html +54 -0
  129. package/bin/themes/default/layouts/partials/json-ld.html +117 -0
  130. package/bin/themes/default/layouts/partials/link-list-arrow.html +16 -0
  131. package/bin/themes/default/layouts/partials/link-list.html +11 -0
  132. package/bin/themes/default/layouts/partials/menu-header.html +25 -0
  133. package/bin/themes/default/layouts/partials/menu.html +69 -0
  134. package/bin/themes/default/layouts/partials/metadata.html +27 -0
  135. package/bin/themes/default/layouts/partials/navbar.html +173 -0
  136. package/bin/themes/default/layouts/partials/open-graph.html +43 -0
  137. package/bin/themes/default/layouts/partials/page-abstract.html +7 -0
  138. package/bin/themes/default/layouts/partials/page-bibliography.html +59 -0
  139. package/bin/themes/default/layouts/partials/page-class.html +9 -0
  140. package/bin/themes/default/layouts/partials/page-contributor.html +48 -0
  141. package/bin/themes/default/layouts/partials/page-header.html +22 -0
  142. package/bin/themes/default/layouts/partials/page-title.html +9 -0
  143. package/bin/themes/default/layouts/partials/page-tombstone.html +36 -0
  144. package/bin/themes/default/layouts/partials/pdf-info.html +20 -0
  145. package/bin/themes/default/layouts/partials/pdf-title-pages.html +39 -0
  146. package/bin/themes/default/layouts/partials/scripts.html +5 -0
  147. package/bin/themes/default/layouts/partials/search.html +52 -0
  148. package/bin/themes/default/layouts/partials/site-title.html +9 -0
  149. package/bin/themes/default/layouts/partials/tests/check-node-modules.html +9 -0
  150. package/bin/themes/default/layouts/partials/tests/check-page-one-class.html +21 -0
  151. package/bin/themes/default/layouts/partials/tests/check-page-weights.html +49 -0
  152. package/bin/themes/default/layouts/partials/tests/run.html +13 -0
  153. package/bin/themes/default/layouts/partials/twitter-card.html +23 -0
  154. package/bin/themes/default/layouts/shortcodes/q-bibliography.html +61 -0
  155. package/bin/themes/default/layouts/shortcodes/q-cite.html +79 -0
  156. package/bin/themes/default/layouts/shortcodes/q-class.html +3 -0
  157. package/bin/themes/default/layouts/shortcodes/q-contributor.html +327 -0
  158. package/bin/themes/default/layouts/shortcodes/q-contributors.html +11 -0
  159. package/bin/themes/default/layouts/shortcodes/q-figure-group.html +457 -0
  160. package/bin/themes/default/layouts/shortcodes/q-figure-new.html +70 -0
  161. package/bin/themes/default/layouts/shortcodes/q-figure-zoom.html +408 -0
  162. package/bin/themes/default/layouts/shortcodes/q-figure.html +86 -0
  163. package/bin/themes/default/layouts/sitemap.xml +24 -0
  164. package/bin/themes/default/layouts/splash/single.html +67 -0
  165. package/bin/themes/default/package-lock.json +13198 -0
  166. package/bin/themes/default/package.json +96 -0
  167. package/bin/themes/default/source/css/application.scss +30 -0
  168. package/bin/themes/default/source/css/bulma-components.scss +21 -0
  169. package/bin/themes/default/source/css/colors.scss +16 -0
  170. package/bin/themes/default/source/css/components/_all.scss +15 -0
  171. package/bin/themes/default/source/css/components/container.sass +35 -0
  172. package/bin/themes/default/source/css/components/quire-buttons.scss +95 -0
  173. package/bin/themes/default/source/css/components/quire-citation.scss +77 -0
  174. package/bin/themes/default/source/css/components/quire-contents-list.scss +329 -0
  175. package/bin/themes/default/source/css/components/quire-contributors.scss +131 -0
  176. package/bin/themes/default/source/css/components/quire-copyright.scss +28 -0
  177. package/bin/themes/default/source/css/components/quire-cover.scss +216 -0
  178. package/bin/themes/default/source/css/components/quire-deepzoom.scss +181 -0
  179. package/bin/themes/default/source/css/components/quire-entry.scss +651 -0
  180. package/bin/themes/default/source/css/components/quire-figure.scss +589 -0
  181. package/bin/themes/default/source/css/components/quire-map.scss +17 -0
  182. package/bin/themes/default/source/css/components/quire-menu.scss +209 -0
  183. package/bin/themes/default/source/css/components/quire-navbar.scss +366 -0
  184. package/bin/themes/default/source/css/components/quire-page.scss +920 -0
  185. package/bin/themes/default/source/css/components/quire-popup.scss +233 -0
  186. package/bin/themes/default/source/css/components/quire-search.scss +121 -0
  187. package/bin/themes/default/source/css/epub.scss +549 -0
  188. package/bin/themes/default/source/css/fonts.scss +159 -0
  189. package/bin/themes/default/source/css/layout.scss +186 -0
  190. package/bin/themes/default/source/css/print.scss +613 -0
  191. package/bin/themes/default/source/css/utilities.scss +345 -0
  192. package/bin/themes/default/source/css/variables.scss +144 -0
  193. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.eot +0 -0
  194. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff +0 -0
  195. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff2 +0 -0
  196. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.eot +0 -0
  197. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff +0 -0
  198. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff2 +0 -0
  199. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.eot +0 -0
  200. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff +0 -0
  201. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff2 +0 -0
  202. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.eot +0 -0
  203. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff +0 -0
  204. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff2 +0 -0
  205. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.eot +0 -0
  206. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.woff +0 -0
  207. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.woff2 +0 -0
  208. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.eot +0 -0
  209. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.woff +0 -0
  210. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.woff2 +0 -0
  211. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.eot +0 -0
  212. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.woff +0 -0
  213. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.woff2 +0 -0
  214. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.eot +0 -0
  215. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.woff +0 -0
  216. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.woff2 +0 -0
  217. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.eot +0 -0
  218. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.woff +0 -0
  219. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.woff2 +0 -0
  220. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.eot +0 -0
  221. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.woff +0 -0
  222. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.woff2 +0 -0
  223. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.eot +0 -0
  224. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.woff +0 -0
  225. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.woff2 +0 -0
  226. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.eot +0 -0
  227. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.woff +0 -0
  228. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.woff2 +0 -0
  229. package/bin/themes/default/source/img/cover.png +0 -0
  230. package/bin/themes/default/source/img/fullscreen.png +0 -0
  231. package/bin/themes/default/source/img/icons/arrow_forward.png +0 -0
  232. package/bin/themes/default/source/img/icons/baseline-headset-24px.png +0 -0
  233. package/bin/themes/default/source/img/icons/baseline-videocam-24px.png +0 -0
  234. package/bin/themes/default/source/img/icons/baseline-website-24px.png +0 -0
  235. package/bin/themes/default/source/img/icons/cc-by-nc-nd.png +0 -0
  236. package/bin/themes/default/source/img/icons/cc-by-nc-sa.png +0 -0
  237. package/bin/themes/default/source/img/icons/cc-by-nc.png +0 -0
  238. package/bin/themes/default/source/img/icons/cc-by-nd.png +0 -0
  239. package/bin/themes/default/source/img/icons/cc-by-sa.png +0 -0
  240. package/bin/themes/default/source/img/icons/cc-by.png +0 -0
  241. package/bin/themes/default/source/img/icons/cc-zero.png +0 -0
  242. package/bin/themes/default/source/img/icons/close.png +0 -0
  243. package/bin/themes/default/source/img/icons/down-arrow.png +0 -0
  244. package/bin/themes/default/source/img/icons/download.png +0 -0
  245. package/bin/themes/default/source/img/icons/favicon.ico +0 -0
  246. package/bin/themes/default/source/img/icons/home.png +0 -0
  247. package/bin/themes/default/source/img/icons/left-arrow.png +0 -0
  248. package/bin/themes/default/source/img/icons/link.png +0 -0
  249. package/bin/themes/default/source/img/icons/nav.png +0 -0
  250. package/bin/themes/default/source/img/icons/right-arrow.png +0 -0
  251. package/bin/themes/default/source/img/icons/search.png +0 -0
  252. package/bin/themes/default/source/img/icons/start.png +0 -0
  253. package/bin/themes/default/source/img/layers-2x.png +0 -0
  254. package/bin/themes/default/source/img/layers.png +0 -0
  255. package/bin/themes/default/source/img/marker-icon.png +0 -0
  256. package/bin/themes/default/source/img/pattern-spiral-overlay.png +0 -0
  257. package/bin/themes/default/source/img/promo-screenshots/classic-catalogue.png +0 -0
  258. package/bin/themes/default/source/img/promo-screenshots/classic-entry.png +0 -0
  259. package/bin/themes/default/source/img/promo-screenshots/classic-essay.png +0 -0
  260. package/bin/themes/default/source/img/promo-screenshots/modern-contents.png +0 -0
  261. package/bin/themes/default/source/img/promo-screenshots/modern-cover.png +0 -0
  262. package/bin/themes/default/source/img/promo-screenshots/modern-essay.png +0 -0
  263. package/bin/themes/default/source/js/application.js +604 -0
  264. package/bin/themes/default/source/js/deepzoom.js +186 -0
  265. package/bin/themes/default/source/js/epub.js +9 -0
  266. package/bin/themes/default/source/js/fullscreen.js +190 -0
  267. package/bin/themes/default/source/js/helper.js +197 -0
  268. package/bin/themes/default/source/js/map.js +94 -0
  269. package/bin/themes/default/source/js/navigation.js +59 -0
  270. package/bin/themes/default/source/js/popup.js +311 -0
  271. package/bin/themes/default/source/js/search.js +35 -0
  272. package/bin/themes/default/source/js/soundcloud-api.js +1 -0
  273. package/bin/themes/default/static/css/epub.css +401 -0
  274. package/bin/themes/default/static/fonts/MaterialIcons-Regular.eot +0 -0
  275. package/bin/themes/default/static/fonts/MaterialIcons-Regular.woff +0 -0
  276. package/bin/themes/default/static/fonts/MaterialIcons-Regular.woff2 +0 -0
  277. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.eot +0 -0
  278. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.woff +0 -0
  279. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.woff2 +0 -0
  280. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.eot +0 -0
  281. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.woff +0 -0
  282. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.woff2 +0 -0
  283. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.eot +0 -0
  284. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.woff +0 -0
  285. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.woff2 +0 -0
  286. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.eot +0 -0
  287. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.woff +0 -0
  288. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.woff2 +0 -0
  289. package/bin/themes/default/static/fonts/notosans-bold.eot +0 -0
  290. package/bin/themes/default/static/fonts/notosans-bold.woff +0 -0
  291. package/bin/themes/default/static/fonts/notosans-bold.woff2 +0 -0
  292. package/bin/themes/default/static/fonts/notosans-bolditalic.eot +0 -0
  293. package/bin/themes/default/static/fonts/notosans-bolditalic.woff +0 -0
  294. package/bin/themes/default/static/fonts/notosans-bolditalic.woff2 +0 -0
  295. package/bin/themes/default/static/fonts/notosans-italic.eot +0 -0
  296. package/bin/themes/default/static/fonts/notosans-italic.woff +0 -0
  297. package/bin/themes/default/static/fonts/notosans-italic.woff2 +0 -0
  298. package/bin/themes/default/static/fonts/notosans-regular.eot +0 -0
  299. package/bin/themes/default/static/fonts/notosans-regular.woff +0 -0
  300. package/bin/themes/default/static/fonts/notosans-regular.woff2 +0 -0
  301. package/bin/themes/default/static/fonts/notoserif-bold.eot +0 -0
  302. package/bin/themes/default/static/fonts/notoserif-bold.woff +0 -0
  303. package/bin/themes/default/static/fonts/notoserif-bold.woff2 +0 -0
  304. package/bin/themes/default/static/fonts/notoserif-bolditalic.eot +0 -0
  305. package/bin/themes/default/static/fonts/notoserif-bolditalic.woff +0 -0
  306. package/bin/themes/default/static/fonts/notoserif-bolditalic.woff2 +0 -0
  307. package/bin/themes/default/static/fonts/notoserif-italic.eot +0 -0
  308. package/bin/themes/default/static/fonts/notoserif-italic.woff +0 -0
  309. package/bin/themes/default/static/fonts/notoserif-italic.woff2 +0 -0
  310. package/bin/themes/default/static/fonts/notoserif-regular.eot +0 -0
  311. package/bin/themes/default/static/fonts/notoserif-regular.woff +0 -0
  312. package/bin/themes/default/static/fonts/notoserif-regular.woff2 +0 -0
  313. package/bin/themes/default/static/img/baseline-website-24px.png +0 -0
  314. package/bin/themes/default/static/img/cover.png +0 -0
  315. package/bin/themes/default/static/img/fullscreen.png +0 -0
  316. package/bin/themes/default/static/img/fullscreen@2x.png +0 -0
  317. package/bin/themes/default/static/img/icons/arrow_forward.png +0 -0
  318. package/bin/themes/default/static/img/icons/baseline-headset-24px.png +0 -0
  319. package/bin/themes/default/static/img/icons/baseline-videocam-24px.png +0 -0
  320. package/bin/themes/default/static/img/icons/baseline-website-24px.png +0 -0
  321. package/bin/themes/default/static/img/icons/cc-by-nc-nd.png +0 -0
  322. package/bin/themes/default/static/img/icons/cc-by-nc-sa.png +0 -0
  323. package/bin/themes/default/static/img/icons/cc-by-nc.png +0 -0
  324. package/bin/themes/default/static/img/icons/cc-by-nd.png +0 -0
  325. package/bin/themes/default/static/img/icons/cc-by-sa.png +0 -0
  326. package/bin/themes/default/static/img/icons/cc-by.png +0 -0
  327. package/bin/themes/default/static/img/icons/cc-zero.png +0 -0
  328. package/bin/themes/default/static/img/icons/close.png +0 -0
  329. package/bin/themes/default/static/img/icons/down-arrow.png +0 -0
  330. package/bin/themes/default/static/img/icons/download.png +0 -0
  331. package/bin/themes/default/static/img/icons/favicon.ico +0 -0
  332. package/bin/themes/default/static/img/icons/home.png +0 -0
  333. package/bin/themes/default/static/img/icons/left-arrow.png +0 -0
  334. package/bin/themes/default/static/img/icons/link.png +0 -0
  335. package/bin/themes/default/static/img/icons/nav.png +0 -0
  336. package/bin/themes/default/static/img/icons/right-arrow.png +0 -0
  337. package/bin/themes/default/static/img/icons/search.png +0 -0
  338. package/bin/themes/default/static/img/icons/soundcloud.png +0 -0
  339. package/bin/themes/default/static/img/icons/start.png +0 -0
  340. package/bin/themes/default/static/img/icons/vimeo.png +0 -0
  341. package/bin/themes/default/static/img/icons/website.png +0 -0
  342. package/bin/themes/default/static/img/icons/youtube.png +0 -0
  343. package/bin/themes/default/static/img/layers-2x.png +0 -0
  344. package/bin/themes/default/static/img/layers.png +0 -0
  345. package/bin/themes/default/static/img/marker-icon.png +0 -0
  346. package/bin/themes/default/static/img/pattern-spiral-overlay.png +0 -0
  347. package/bin/themes/default/tests/.gitkeep +0 -0
  348. package/bin/themes/default/tests/e2e/.eslintrc.js +9 -0
  349. package/bin/themes/default/tests/e2e/fixtures/blns.json +483 -0
  350. package/bin/themes/default/tests/e2e/plugins/index.js +22 -0
  351. package/bin/themes/default/tests/e2e/specs/quire-contents.spec.js +52 -0
  352. package/bin/themes/default/tests/e2e/specs/quire-contributors.spec.js +66 -0
  353. package/bin/themes/default/tests/e2e/specs/quire-entry.spec.js +104 -0
  354. package/bin/themes/default/tests/e2e/specs/quire-essay.spec.js +105 -0
  355. package/bin/themes/default/tests/e2e/specs/quire-menu.spec.js +38 -0
  356. package/bin/themes/default/tests/e2e/specs/quire-modal.spec.js +69 -0
  357. package/bin/themes/default/tests/e2e/specs/quire-next-back-buttons.spec.js +27 -0
  358. package/bin/themes/default/tests/e2e/specs/quire-page.spec.js +28 -0
  359. package/bin/themes/default/tests/e2e/specs/quire-search.spec.js +48 -0
  360. package/bin/themes/default/tests/e2e/specs/quire-splash.spec.js +38 -0
  361. package/bin/themes/default/tests/e2e/support/commands.js +25 -0
  362. package/bin/themes/default/tests/e2e/support/index.js +20 -0
  363. package/bin/themes/default/theme.toml +22 -0
  364. package/bin/themes/default/tsconfig.json +5 -0
  365. package/bin/themes/default/webpack/webpack.config.dev.js +128 -0
  366. package/bin/themes/default/webpack/webpack.config.epub.js +140 -0
  367. package/bin/themes/default/webpack/webpack.config.pdf.js +135 -0
  368. package/bin/themes/default/webpack/webpack.config.prod.js +133 -0
  369. package/package.json +1 -1
  370. package/index.js +0 -20
@@ -0,0 +1,53 @@
1
+ # ==============================================================================
2
+ # Config.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # This is the main configuration file for the website. The 'theme' value should
6
+ # match the name of the folder in /themes that contains your theme files; if
7
+ # you've copied the default theme and given it a different name make sure to
8
+ # update the value here too.
9
+
10
+ baseURL: ""
11
+
12
+ title: "Quire Starter"
13
+ languageCode: "en-us"
14
+ theme: "default"
15
+ publishDir: site
16
+
17
+ footnoteReturnLinkContents: "↩"
18
+ metaDataFormat: "yaml"
19
+ GoogleAnalytics: ""
20
+
21
+ pluralizeListTitles: true
22
+ disableKinds:
23
+ - "home"
24
+ - "section"
25
+ - "taxonomy"
26
+ - "taxonomyTerm"
27
+
28
+ markup:
29
+ goldmark:
30
+ renderer:
31
+ unsafe: true # allows HTML tags within Markdown file
32
+
33
+ # These values can be accessed in templates via .Site.Params
34
+ params:
35
+ searchEnabled: true
36
+ licenseIcons: true
37
+ pageLabelDivider: ". "
38
+ citationPageLocationDivider: ", "
39
+ contributorByline: name-title # name | name-title | false
40
+ displayBiblioShort: true
41
+ biblioHeading: "Bibliography"
42
+ imageDir: "img"
43
+ tocType: full
44
+ menuType: full
45
+ prevPageButtonText: "Back"
46
+ nextPageButtonText: "Next"
47
+ entryPageSideBySideLayout: false
48
+ entryPageObjectLinkText: "View in Collection"
49
+ figureLabelLocation: on-top # below | on-top
50
+ figureModal: true
51
+ figureModalIcons: true
52
+ figureZoom: true
53
+ citationPopupStyle: text # text | icon
@@ -0,0 +1,14 @@
1
+ # ==============================================================================
2
+ # development environment config.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # Development-specific values. Hugo supports multiple config files with the
6
+ # following syntax:
7
+ #
8
+ # hugo --config=base.toml,child1.toml,child2.toml
9
+ #
10
+ # If you are using the Quire commands, this will happen automatically.
11
+
12
+ baseURL: ""
13
+ relativeURLs: true
14
+ buildDrafts: true
@@ -0,0 +1,14 @@
1
+ # ==============================================================================
2
+ # dev.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # Development-specific values. Hugo supports multiple config files with the
6
+ # following syntax:
7
+ #
8
+ # hugo --config=base.toml,child1.toml,child2.toml
9
+ #
10
+ # If you are using the Quire commands, this will happen automatically.
11
+
12
+ baseURL: ""
13
+ relativeURLs: true
14
+ buildDrafts: true
@@ -0,0 +1,15 @@
1
+ # ==============================================================================
2
+ # github.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # If you are deploying to GH pages, set the baseURL in this file to
6
+ # whatever your GH Pages URL will be (username.github.io/project-name/, for
7
+ # example) and make sure canonifyURLs is set to true. You will also need
8
+ # to check the `site/` folder (or whatever you are using for output)
9
+ # into version control. Then you can run the deploy script at bin/deploy.sh
10
+ # to push files to Github.
11
+
12
+ # Use these settings for GH Pages
13
+
14
+ baseURL: "https://gettypubs.github.io/quire-starter/" # Needs trailing slash
15
+ canonifyURLs: false
@@ -0,0 +1,18 @@
1
+ # ==============================================================================
2
+ # netlify.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # Deployment config for https://www.netlify.com/
6
+ # The baseURL should be updated to your Netlify subdomain
7
+ #
8
+ # You will also need to add a `netlify.toml` file with the following:
9
+ # [build]
10
+ # publish = "site"
11
+ # command = "hugo --config=config.yml,config/web.yml,config/environments/netlify.yml"
12
+ # HUGO_VERSION = "0.31"
13
+
14
+ # Use these settings for Netlify
15
+ #
16
+
17
+ baseURL: "https://quire-demo.netlify.com"
18
+ relativeURLs: true
@@ -0,0 +1,15 @@
1
+ # ==============================================================================
2
+ # epub.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # Epub-specific config values. Hugo supports multiple config files with the
6
+ # following syntax:
7
+ #
8
+ # hugo --config=base.toml,child1.toml,child2.toml
9
+ #
10
+ # If you are using the Quire commands, this will happen automatically.
11
+
12
+ baseURL: "localhost:1313"
13
+ canonifyURLs: true
14
+ params:
15
+ epub: true
@@ -0,0 +1,16 @@
1
+ # ==============================================================================
2
+ # pdf.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # PDF-specific config values. Hugo supports multiple config files with the
6
+ # following syntax:
7
+ #
8
+ # hugo --config=base.toml,child1.toml,child2.toml
9
+ #
10
+ # If you are using the Quire commands, this will happen automatically.
11
+
12
+ baseURL: "localhost:1313"
13
+ canonifyURLs: true
14
+ params:
15
+ pdf: true
16
+ toc: true
@@ -0,0 +1,13 @@
1
+ # ==============================================================================
2
+ # web.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # Build-specific values. Hugo supports multiple config files with the
6
+ # following syntax:
7
+ #
8
+ # hugo --config=base.toml,child1.toml,child2.toml
9
+ #
10
+ # If you are using the Quire commands, this will happen automatically.
11
+
12
+ baseURL: "/"
13
+ relativeURLs: true
@@ -0,0 +1,53 @@
1
+ # ==============================================================================
2
+ # Config.yml
3
+ # ------------------------------------------------------------------------------
4
+ #
5
+ # This is the main configuration file for the website. The 'theme' value should
6
+ # match the name of the folder in /themes that contains your theme files; if
7
+ # you've copied the default theme and given it a different name make sure to
8
+ # update the value here too.
9
+
10
+ baseURL: ""
11
+
12
+ title: "Quire Starter"
13
+ languageCode: "en-us"
14
+ theme: "default"
15
+ publishDir: site
16
+
17
+ footnoteReturnLinkContents: "↩"
18
+ metaDataFormat: "yaml"
19
+ GoogleAnalytics: ""
20
+
21
+ pluralizeListTitles: true
22
+ disableKinds:
23
+ - "home"
24
+ - "section"
25
+ - "taxonomy"
26
+ - "term"
27
+
28
+ markup:
29
+ goldmark:
30
+ renderer:
31
+ unsafe: true # allows HTML tags within Markdown file
32
+
33
+ # These values can be accessed in templates via .Site.Params
34
+ params:
35
+ runTests: true
36
+ searchEnabled: true
37
+ licenseIcons: true
38
+ pageLabelDivider: ". "
39
+ citationPageLocationDivider: ", "
40
+ contributorByline: name-title # name | name-title | false
41
+ displayBiblioShort: true
42
+ biblioHeading: "Bibliography"
43
+ imageDir: "img"
44
+ menuClass: brief # brief | list
45
+ prevPageButtonText: "Back"
46
+ nextPageButtonText: "Next"
47
+ entryPageSideBySideLayout: false
48
+ entryPageObjectLinkText: "View in Collection"
49
+ figureLabelLocation: on-top # below | on-top
50
+ figureModal: true
51
+ figureModalIcons: true
52
+ figureZoom: true
53
+ citationPopupStyle: text # text | icon
@@ -0,0 +1,20 @@
1
+ ---
2
+ title: About
3
+ weight: 203
4
+ ---
5
+
6
+ This is a starter theme for [Quire](https://gettypubs.github.io/quire/), a multiformat digital publishing framework. Quire can be used to generate a web book, EPUB and MOBI e-books, and a PDF optimized for print; all from a single set of text files.
7
+
8
+ This starter theme allows for the quick customization of a few key styles to make you publication project your own.
9
+
10
+ - Modern and Classic type styles
11
+ - Cover and splash page images
12
+ - Accent color
13
+ - Background colors
14
+ - Navigation bar style
15
+
16
+ By diving further into the included style sheets and layout templates, there’s almost no limit to what can be done.
17
+
18
+ The text excerpts included in this starter theme come from *Walker Evans: Catalogue of the Collection* by Judith Keller (Getty Publications, 1995) available for free download in the Getty’s [Virtual Library](https://www.getty.edu/publications/virtuallibrary/0892363177.html); *In Focus: Dorothea Lange* (Getty Publications, 2002); and from the J. Paul Getty Museum online collection records.
19
+
20
+ The images included come from the J. Paul Getty Museum online collection records under their Open Content Program. The pictures of [Dorothea Lange](https://www.loc.gov/resource/fsa.8b27245/) and [Walker Evans](https://www.loc.gov/item/2017728481/) used in the Introduction, come from the Library of Congress Prints and Photographs Division.
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: Bibliography
3
+ weight: 200
4
+ type: page
5
+ ---
6
+
7
+ {{< q-bibliography >}}
@@ -0,0 +1,28 @@
1
+ ---
2
+ label: Cat. 1
3
+ title: Human Erosion in California / Migrant Mother
4
+ short_title: Migrant Mother
5
+ type: entry
6
+ weight: 101
7
+ class: side-by-side
8
+ object:
9
+ - id: 1
10
+ ---
11
+
12
+ The first publication of this renowned image occurred on March 11, 1936, on the third day that the San Francisco News ran a story about the pea pickers’ camp at Nipomo. It was also featured as a full-page reproduction in September 1936 issue of *Survey Graphic*, titled “Draggin’-Around People” and captioned “A blighted pea crop in California in 1935 left the pickers without work. This family sold their tent to get food.” Also in this issue was an article by Taylor entitled “From the Group Up.” His report on demonstration projects of the New Deal’s Resettlement Administration in Arizona, Utah, New Mexico, and California was illustrated with four more picture by Lange.
13
+
14
+ Since it was first published, this composition, best known as *Migrant Mother*, has come to represent not only the pictorial archive created by the RA/FSA during the 1930s but also the Great Depression itself. Posters and other publicity of later activists fighting racial, economic, and political oppression have borrowed from Lange’s icon of the time. The handsome, androgynous face, the pose of stoic anxiety, and the encumbrance of three young children proved to be universal attributes. With Lange’s artistry, Owens took on the timeless quality of Eugéne Delacroix’s strong female rebel (*Liberty Leading the People*), Jean-François Millet’s peasant woman (the agrarian ideal), Honoré Daumier’s laundresses (the working woman) and Käthe Kollwitz’s proletarian woman warrior (one of the mothers leading her *Peasants’ War*).
15
+
16
+ Owens, although she became famous, did not enjoy, even momentarily, the life of a celebrity. She had three more children and kept moving with her family, following the California crops. She did become involved in efforts to organize farm labor and would sometimes serve as the straw boss, one who negotiates wages for migrants as the picking season begins. She was still working in the fields at age fifty before finally marrying again (to George Thompson) and settling into a stable life in Modesto, California.
17
+
18
+ {{< q-class "backmatter" >}}
19
+
20
+ ## Exhibitions
21
+
22
+ *Tradition and Innovation: Recent Additions to the Photographs Collection*, the J. Paul Getty Museum at the Getty Center (Los Angeles), June 20–October 8, 2000; *The Public Record: Photographs of the Great Depression from the J. Paul Getty Museum*, Pomona College Museum of Art (Claremont), March 10–May 19, 2002; *About Life: The Photographs of Dorothea Lange*, the J. Paul Getty Museum at the Getty Center (Los Angeles), October 15, 2002–February 9, 2003; *Photographers of Genius*, the J. Paul Getty Museum at the Getty Center (Los Angeles), March 16–July 25, 2004; *In Focus: The Worker*, the J. Paul Getty Museum at the Getty Center (Los Angeles), November 3, 2009–March 21, 2010; *Route 66: The Road and the Romance*, Autry National Center (Los Angeles), June 7–January 4, 2015.
23
+
24
+ ## Bibliography
25
+
26
+ Keller, Judith. About Life: The Photographs of Dorothea Lange, exh. brochure (Los Angeles: The J. Paul Getty Museum), cover; Keller, Judith. *In Focus: Dorothea Lange. Photographs from the J. Paul Getty Museum.* (Los Angeles: J. Paul Getty Museum, 2002), p.33; *The J. Paul Getty Museum Handbook of the Collections*. 7th ed. (Los Angeles: J. Paul Getty Museum, 2007), p. 309, ill.
27
+
28
+ {{< /q-class >}}
@@ -0,0 +1,29 @@
1
+ ---
2
+ label: Cat. 2
3
+ title: Pea Pickers, Nipomo, California
4
+ short_title: Pea Pickers
5
+ type: entry
6
+ weight: 102
7
+ object:
8
+ - id: 2
9
+ ---
10
+
11
+ This print, made in Washington, D.C, darkroom of the resettlement Administration and sent to the New York Times for publication in August 1936, has pencil inscriptions in several different hands on the verso. Among them are various captions (“Pea pickers in Calif. ‘Mam [sic], I’ve picked pea from Calipatria to Ukiah’” and “Members of the roving army of fruit pickers”); date stamps; the RA stamp (“Kindly use the following credit line: RESETTLEMENT ADMINISTRATION PHOTOGRAPH by Lange”); and the picture editor’s directions (“single x 2 col, 4 x 3 ¾, tonight”). The Times art department worked on the picture itself, applying white, gray, and black pigment to make the figures appear more three-dimensional and to set them off from their auto/home and the grassy foreground. Crop marks provide further aids to the printers responsible for making zinc printing plates and laying out the feature.
12
+
13
+ The truck or car modified to act as a home for migrants traveling from job to job was a common sight on California highways and at roadside camps in the 1930s. In this case, a truck has been adapted to provide sleeping quarters—complete with sunroof—and other household requirements. The couple has obviously covered a lot of miles, as the man is quoted as saying, picking peas from the Imperial Valley of Southern California to northern Ukiah Valley of Mendocino County. Lange found them in Nipomo, midway up the coast and midway through another season that would cause them to traverse the length of the huge state.
14
+
15
+ John Steinbeck describes the important of the truck to the Oklahoma farmer of The Grapes of Wrath (1939) as they load theirs to begin migrant life:
16
+
17
+ > The house was dead, and the fields were dead; but this truck was the active thing, the living principle. The ancient Hudson, with bent and scarred radiator screen,…this was the new hearth, the living center of the family.
18
+
19
+ {{< q-class "backmatter" >}}
20
+
21
+ ## Exhibitions
22
+
23
+ *The Public Record: Photographs of the Great Depression from the J. Paul Getty Museum*, Pomona College Museum of Art (Claremont), March 10–May 19, 2002; *About Life: The Photographs of Dorothea Lange*, the J. Paul Getty Museum at the Getty Center (Los Angeles), October 15, 2002–February 9, 2003; *Engaged Observers: Documentary Photography since the Sixties*, the J. Paul Getty Museum at the Getty Center (Los Angeles), June 29–November 14, 2010.
24
+
25
+ ## Bibliography
26
+
27
+ Keller, Judith. *In Focus: Dorothea Lange. Photographs from the J. Paul Getty Museum*. (Los Angeles: J. Paul Getty Museum, 2002), p.27.
28
+
29
+ {{< /q-class >}}
@@ -0,0 +1,20 @@
1
+ ---
2
+ label: Cat. 3
3
+ title: Bud Fields with His Wife Ivy, and His Daughter Ellen, Hale County, Alabama
4
+ short_title: The Fields Family
5
+ weight: 103
6
+ object:
7
+ - id: 3
8
+ type: entry
9
+ abstract:
10
+ ---
11
+
12
+ From mid-July to mid-September 1936, Evans took a leave from his position as an information specialist for the Historical Section of the Resettlement Administration to work with the writer James Agee on an assignment for *Fortune* magazine. They traveled to the Deep South to prepare an article on tenant cotton farming. In Alabama they documented the lives of farmers, including the Fields family. Evans found in this average American household the archetypal portrait of the everyman that he treasured. The straight-forward style of this portrait emphasizes the family's hard life as much as their pride.
13
+
14
+ {{< q-class "backmatter" >}}
15
+
16
+ ## Exhibitions
17
+
18
+ *Walker Evans: An Alabama Record*, the J. Paul Getty Museum (Malibu), April 7–June 21, 1992; *In Focus: The Portrait*, the J. Paul Getty Museum at the Getty Center (Los Angeles), January 27–June 14, 2009.
19
+
20
+ {{< /q-class >}}
@@ -0,0 +1,22 @@
1
+ ---
2
+ label: Cat. 4
3
+ title: Burrough’s Family, Hale County, Alabama
4
+ short_title: Burrough’s Family
5
+ weight: 104
6
+ object:
7
+ - id: 4
8
+ type: entry
9
+ abstract:
10
+ ---
11
+
12
+ *Let Us Now Praise Famous Men*, with text by James Agee and photographs by Walker Evans, was published in 1941. The book focused on three tenant cotton-farming families living in Hale County, Alabama, during the Depression. Agee invented the name "Gudger" for the book; this family's real name was Burroughs. The Burroughses hosted Agee and Evans for nearly a month, and this photograph was made at George Burroughs's request.
13
+
14
+ The family sits and stands against the side of their house, dressed in their best clothing, posing for a family photograph. George Burroughs, standing at the center, does not smile; rather, he looks proud and strong, his arms extended across the shoulders of his wife and eldest daughter on either side of him. The photograph shows the Burroughses as they wished to be seen and differs from other photographs of them that express Evans's view, portraying their situation more bleakly.
15
+
16
+ {{< q-class "backmatter" >}}
17
+
18
+ ## Exhibitions
19
+
20
+ *Walker Evans: An Alabama Record*, the J. Paul Getty Museum (Malibu), April 7–June 21, 1992; *The Public Record: Photographs of the Great Depression from the J. Paul Getty Museum*, Pomona College Museum of Art (Claremont), March 10–May 19, 2002.
21
+
22
+ {{< /q-class >}}
@@ -0,0 +1,8 @@
1
+ ---
2
+ title: Catalogue
3
+ weight: 100
4
+ type: contents
5
+ class: grid
6
+ epub: false
7
+ slug: .
8
+ ---
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: Contents
3
+ weight: 2
4
+ type: contents
5
+ class: list
6
+ search: false
7
+ ---
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: Contributors
3
+ weight: 201
4
+ type: page
5
+ ---
6
+
7
+ {{< q-contributor range="primary" format="bio" >}}
@@ -0,0 +1,11 @@
1
+ ---
2
+ title: Cover
3
+ weight: 1
4
+ menu: false
5
+ type: cover
6
+ slug: .
7
+ toc: false
8
+ image: pattern-spiral-overlay.png
9
+ ---
10
+
11
+ In the 1930s, during America's worst financial crises, the administration of President Franklin D. Roosevelt employed photographers to document the plight of everyday folk in the Great Depression in order to push forward with their New Deal programs. Documentary photographers Dorothea Lange and Walker Evans were prolific frontrunners of these efforts and their extraordinary photographs continue to endure today. Their artistic and documentary mastery and historical importance provide key insight into a monumental turning point in American history.
@@ -0,0 +1,80 @@
1
+ ---
2
+ label: I
3
+ title: American Photographs
4
+ subtitle: Evans in Middletown
5
+ weight: 30
6
+ type: essay
7
+ class: page-one
8
+ contributor:
9
+ - id: jkeller
10
+ abstract: |
11
+ Excerpt from *Walker Evans: Catalogue of the Collection* (1995) by Judith Keller. Available for free download in its entirety, in the Getty Publications [Virtual Library](https://www.getty.edu/publications/virtuallibrary/0892363177.html).
12
+ ---
13
+
14
+ When Evans was officially hired in October 1935 as an Information Specialist by the Historical Section of the Resettlement Administration, his duties were described as follows: "Under the general supervision of the Chief of the Historical Section with wide latitude for the exercise of independent judgement and decision as Senior Information Specialist to carry out special assignments in the field; collect, compile and create photographic material to illustrate factual and interpretive news releases and other informational material upon all problems, progress and activities of the Resettlement Administration."[^1] Evans was to make liberal use of his right to exercise "independent judgement" during his time with the RA, and he perpetually resisted the idea that his purpose there was to gather illustrations for the promotion of the RA's (that is, the federal government's New Deal) programs. While considering a position with the RA in the spring of 1935, he jotted down those things he would require of his employer, including the "guarantee of one-man performance," and what he would provide, adding that he should not be asked to do anything more in the way of political propaganda: "[I] Mean never [to] make photographic statements for the government or do photographic chores for gov or anyone in gov, no matter how powerful—this is pure record not propaganda. The value and, if you like, even the propaganda value for the government lies in the record itself which in the long run will prove an intelligent and farsighted thing to have done. NO POLITICS whatever." ({{< q-cite "Evans 1938" >}})
15
+
16
+ {{< q-figure id="evans-video" >}}
17
+
18
+ Because his pictures had been issued by the agency with policy-approved captions for the past three years, Evans felt the need in 1938 to distance himself from that establishment, as well as the world of commercial publishing, by prefacing *American Photographs* with this statement: "The responsibility for the selection of the pictures used in this book has rested with the author, and the choice has been determined by his opinion: therefore they are presented without sponsorship or connection with the policies, aesthetic or political, of any of the institutions, publications or government agencies for which some of the work has been done."[^2] Stryker's business was to provide informative images to the mass media, and he and Evans would always disagree about the most appropriate vehicle for the latter's photographs, as well as the definition of "documentary." But when the photography project of the RA began, the two men were able to agree on its primary subject: American history as exemplified by life in the average American town. Evans's vision for documenting American life had begun to form much earlier; a letter drafted to his friend Ernestine Evans, an editor at J. B. Lippincott, in February of 1934, makes clear his aspirations:
19
+
20
+ > What do I want to do? ... I know now is the time for picture books. An American city is the best, Pittsburgh better than Washington. I know more about such a place. I would want to visit several besides Pittsburgh before deciding. Something perhaps smaller. Toledo, Ohio, maybe. Then I’m not sure a book of photos should be identified locally. American city is what I'm after.... People, all classes, surrounded by bunches of the new down-and-out. Automobiles and the automobile landscape. Architecture, American urban taste, commerce, small scale, large scale, the city street atmosphere, the street smell, the hateful stuff, women's clubs, fake culture, bad education, religion in decay....[^3]
21
+
22
+ The two men could find common ground in part due to the widespread influence of the 1929 publication *Middletown: A Study in Modern American Culture* by Robert and Helen Lynd, professors of sociology at Columbia and Sarah Lawrence, respectively. A 550-page field investigation by social anthropologists with subject headings including "What Middletown does to get its living" and "The houses in which Middletown lives," this pioneering project attempted an objective analysis of life in a small Midwestern American city (Muncie, Indiana). The Lynds' study was hailed as a very accessible report that was most appealing because it made "no attempt to prove anything" but simply recorded "what was observed." The Lynds introduced their topic by saying their goal "was to study synchronously the interwoven trends that are the life of a small American city. A typical city, strictly speaking, does not exist, but the city studied was selected a shaving many features in common to a wide group of communities." ({{< q-cite "Lynd 1929" "3" >}})
23
+
24
+ {{< q-figure id="fig-1" class="is-pulled-center" >}}
25
+
26
+ The "Outline Memorandum" that Evans prepared in October 1935, probably at Stryker's request, laying out plans for an eight-week automobile trip through the Southeast, makes reference to Middletown and presents thoughts similar to the photographer's musings of 1934:
27
+
28
+ > First objective, Pittsburgh and vicinity, one week; photography, documentary in style, of industrial subjects, emphasis on housing and home life of working-class people.... Ohio Valley: rural architecture, including the historical, contemporary "Middletown" subjects; Cincinnati [sic] housing; notes on style of Victorian prosperous period.... Indiana, Kentucky, Illinois river towns, gather typical documents, main streets, etc., in passing. Ditto Mississippi river towns. Select one of these towns, such as Hannibal, Missouri, for more thorough treatment, if time allows.[^4]
29
+
30
+ {{< q-figure id="fig-2" class="is-pulled-right" >}}
31
+
32
+ This document goes on to list antebellum plantation architecture in Natchez, Mississippi; small rural French towns in Teche Parish, Louisiana; industrial themes in Birmingham, Alabama; and a cotton plantation in South Carolina, as objectives of the proposed trip for gathering still photography of a "general sociological nature." In early 1936, one of *Middletown's* authors had a chance to directly affect the RA's Photography Section: Stryker showed Robert Lynd, a former Columbia colleague, some RA pictures and asked for his opinion while lunching with him in New York. The result was a "shooting script" for "things which should be photographed as American Background," issued by Stryker to his team of photographers. The script contains an extensive listing of items like "People on and off the job," "How do people look?," "The wall decoration in homes as an index to the different income groups and their reactions," and "A photographic study of use of leisure time in various income groups."[^5]
33
+
34
+ {{< q-figure id="fig-3" class="is-pulled-left" >}}
35
+
36
+ Once Evans was officially on staff, his first trip under Stryker's direction seems to have been an extended fall visit to Bethlehem, Pennsylvania, where steel mills, workers' housing, parading legionnaires, and elaborate gravestones ([fig. 1](#fig-1), [2](#fig-2), [3](#fig-3)) were his subjects. Between November 1935 and April 1936, Evans made two lengthy road trips that would account for the bulk of his entire production for the RA and many of the 169 mid-thirties pictures that follow this essay. From November to mid-January, here turned to industrial centers in Pennsylvania, finally spending some time in Pittsburgh, and went on to Ohio, Kentucky, Tennessee, Alabama, Mississippi, and Louisiana, following to some extent the course outlined in the memorandum above. In February 1936, he left again, with a completely Southern itinerary that would take him through many small cities, some of them renowned for ante-bellum architecture and Civil War battles, in Louisiana, Mississippi, Alabama, Georgia, Florida, the Carolinas, and Virginia.
37
+
38
+ In the spring of 1936, Stryker approved a furlough for Evans to work on a *Fortune* story with James Agee. This leave for mid-July through mid-September allowed Evans to return to the "middle south" with Agee to prepare "an article on cotton tenantry in the United States, in the form of a photographic and verbal record of the daily lives and environment of an average white family of tenant farmers" ([fig. 4](#fig-4), [5](#fig-5), [6](#fig-6), [7](#fig-7)). ({{< q-cite "Agee 1941" "viii" >}}) According to the terms of Stryker's arrangement with *Fortune's* art editor, the pictures Evans produced on this job would become the property of the RA after the magazine had run the finished essay in a fall issue.
39
+
40
+ {{< q-figure-group grid="2" id="fig-4, fig-5, fig-6, fig-7" >}}
41
+
42
+ Once Evans returned from this trip south, during which he and Agee documented the lives of the Burroughs, Fields, and Tengle families in Alabama (see [*Bud Fields with His Wife*](/catalogue/3/) and [*Burrough's Family*](/catalogue/4/)), he spent September and October printing his pictures and preparing presentations for both *Fortune* and Stryker.[^6] Stryker again talked about a New England trip, on which he planned to accompany the photographer, but it did not materialize, and Evans was once more sent to the South, this time to photograph the catastrophe of flooding in Arkansas and Tennessee. An unusual and demanding assignment for Evans, this trip of late January and February 1937 was made with another RA photographer, Edwin Locke, and required that he spend considerable time in the affected area, photographing the flood victims and their temporary shelters.
43
+
44
+ This would be his last travel for the RA, an agency that was absorbed into the Farm Security Administration at about this time. Evans's contributions to the RA's documentation of Depression-era America had essentially been obtained between the summer of 1935 and the spring of 1936, a period of less than a year. The Alabama pictures made while on leave to *Fortune* would become his best-known photographs and, ironically, those most closely identified with his work as a New Deal photographer.
45
+
46
+ The events generated by the Museum of Modern Art in the fall of 1938 could be viewed as the culmination of a highly productive period made possible by the patronage of the federal government. The sequences of images that appeared in the exhibition and book of American Photo-graphs, though composed of different selections and gleaned from a decade of the photographer's work, might just as appropriately have appeared under the title of "Middletown." In fact, Kirstein refers to the Lynds' *Middletown* in his *American Photographs* essay, suggesting that, although Evans's work should not be considered merely "illustrative accompaniment," a study such as theirs "might have been more effective had it also been plotted in visual terms." ({{< q-cite "Kirstein 1938" "196" >}}) An article by Anthony Westen titled "Middletown and Main Street," one of the most insightful contemporary comments on Evans's subject matter, appeared in *Architectural Review* to mark the publication of *American Photographs*. ({{< q-cite "West 1939" "218-20" >}})
47
+
48
+ A closer look at two little-known RA images—one that appeared in both exhibition formats and one that appeared only in the book—provides a glimpse of how much the exhibitions and publication differed and of the way in which Evans went about editing his own work. Appearing almost in the very middle of the New York installation of *American Photographs* were two 1937 images of Arkansas flood refugees. One of them—a young African American woman asleep under a quilt in a heavy, metal-frame bed—is found in an almost square Getty print bearing an incomplete MoMA loan number. A second image of almost the same size—a person who looks more like an African American man, partially con-sealed behind a boldly patterned makeshift curtain—is also found at the Getty, but this print, apparently of the same vintage, does not possess a loan number or label. Both images have been severely cropped from the original negative.[^7] Prints of the two images hung as pendants in the New York show between a photograph of a poor Cuban family from 1933 and a picture of the Tengle family in Hale County, Alabama, singing hymns. The installation list for the circulating version of *American Photographs* calls for these two images to appear together, only this time toward the end of the show, in group XV (of eighteen groupings specified), where they would be part of a larger selection of seven pictures, including three Alabama tenant farmer images, two Cuban pictures of workingmen and women, and views of factories in Louisiana and wooden stores in Mississippi.
49
+
50
+ {{< q-figure id="fig-8" class="is-pulled-left" >}}
51
+
52
+ For the book, however, Evans chose a vertically oriented print from another negative of the sleeping woman mentioned above. This image ([fig. 8](#fig-8)), which might seem more invasive than intimate, is even more startling and unorthodox than the first. It presents the weary flood victim at bedside level, awake but nestled under the quilt. Below her on the floor of the old cotton warehouse that is supplying emergency shelter are a few items of clothing and a bedpan. Occurring at almost the exact center of the book—that is, as plate forty-four in a sequence of eighty-seven images—it falls between a van Gogh-like interior entitled *Hudson Street Boarding House Detail, New York* and a portrait of three working-class neighbors passing the time together in *People in Summer, New York State Town*. As comparative material from this winter of 1937 Arkansas assignment, three other prints in the Getty collection depict African American women displaced by the flood and huddled in or near a bed due to cold and illness. Like the two images chosen for the MoMA show, these three reflect substantial cropping of the negatives in an effort to close in on a single figure and eliminate the barn like interior of this uncomfortable temporary home.[^8] Always after portraits of "the anonymous people" of Middletown, Evans seems to have taken full advantage of the unusual vulnerability of these residents of Forrest City, Arkansas.
53
+
54
+ Evans had company on this RA assignment, which must have been one of the hardest emotionally as well as technically of his career. The report submitted to Stryker by his more communicative colleague, Edwin Locke, gives an immediate picture of the conditions the two men found and the way they attempted to record them. It also con-firms Evans's perfectionist nature, his persistent determination to get the right picture, and the reasons why Roy Stryker, like Tom Mabry, valued his work so highly. The handwritten letter on hotel stationery reads in part:
55
+
56
+ > My God, we are tired tonight! Got up at 6 this morning, worked until 5:30 PM, made the 6:20 PM train back to Memphis, having covered the refugee camps as well as we could without flashes. And now a word about the camps: L White camp (about 2 miles away from Negro camp—we covered this twice on foot with equipment): well run, adequate tent space, good (regular army) food. A detachment of soldiers from Fort Leavenworth are running the outfit along with the CCC.... The Negro camp: Overcrowded. There are many more negroes than whites affected by flood in this area. Found 11 in one tent. They are not "happy-go-lucky" about it, but dazed, apathetic, and hopeless. There is a good deal of illness: excruciating coughs, pneumonia and influenza cases laying in a dark cotton warehouse. I shot in there with the Leica, but Walker said it was too dark. He bought photoflashes and shot with the 4x5, but is afraid that the exposures were wrong. He will undoubtedly want to go back....[^9]
57
+
58
+ Evans and Stryker parted ways, mostly because of the bureaucratic requirements that Stryker adhered to. Working under difficult conditions was certainly not some-thing the photographer shied away from, particularly when he was after the archetypal portrait of "Everyman" that he treasured. In pursuit of this goal, for his next major series Evans would contrive to photograph only by remote shutter release while riding the New York subway in winter.
59
+
60
+ {{< q-class "backmatter">}}
61
+ ## Notes
62
+ {{< /q-class >}}
63
+
64
+ [^1]: Memorandum draft by Walker Evans, reproduced in *Walker Evans at Work*, (New York: Harper and Row, 1982), 112.
65
+
66
+ [^2]: Walker Evans to Ernestine Evans, unfinished two-page letter in black ink on hotel stationery, dated Feb. 1934, first published in *Walker Evans at Work*, 98. This letter is part of the Evans Collection at the Getty (JPGM84.XG.963.42).
67
+
68
+ [^3]: From a review by W. B. Shaw, quoted in *Book Review Digest: Books of l929* (New York: H. W. Wilson, 1930), 591.
69
+
70
+ [^4]: Walker Evans to Roy Stryker, "Outline Memorandum," ca. Oct.1935, *Stryker Papers*. Also published in Walker Evans at Work, 113.
71
+
72
+ [^5]: Roy Stryker to all FSA (then RA) photographers, outline for "Suggestions recently made by Robert Lyndf or things which should be photo-graphed as 'American Background,'" dated by Stryker to early 1936, first published in Carver, *Just Before the War*, n.p.
73
+
74
+ [^6]: For more background on this Alabama series and a discussion of two photograph albums in the collection of the Prints and Photographs Division of the Library of Congress thought to beEvans's "first draft" for Fortune, seeJudith Keller and Beverly Brannan, "Walker Evans: Two Albums in the Library of Congress," *History of Photography* 19:1 (Spring 1995).
75
+
76
+ [^7]: See Maddox, *Walker Evans: Photographs for the Farm Security Administration, 1935-1938*, ill. nos. 432-33.
77
+
78
+ [^8]: See Maddox, 429-31, for a more complete look at these three negatives.
79
+
80
+ [^9]: Edwin Locke to Roy Stryker, six-page letter on hotel stationery, Feb. 4, 1937, *Stryker Papers*. Seven days after this letter, the two photographers are still in Memphis; Locke notifies Stryker that Evans is ill with a serious case of the flu but refuses to be taken to the hospital. Locke to Stryker, two-page letter on notecards, Feb. 11,1937, *Stryker Papers*.
@@ -0,0 +1,21 @@
1
+ ---
2
+ title: Introduction
3
+ subtitle: A Tale of Two Photographers
4
+ weight: 3
5
+ type: splash
6
+ image: figures/lange-house.jpg
7
+ ---
8
+
9
+ Dorothea Lange had an extraordinary life and career as a prolific photographer. She worked for Arnold Genthe in his portrait studio in New York and studied photography with Clarence White at Columbia University. In 1918 she began to travel around the world to make her living as a photographer. She found herself stranded in San Francisco, so she opened a photographic studio there. Paul Taylor, who would become her second husband, hired her to document migratory workers in California.
10
+
11
+ {{< q-figure id="dog1" class="is-pulled-right" >}}
12
+
13
+ In 1935 she began to work for the Resettlement Administration, later known as the Farm Security Administration ([fig. 1](#dog1)). During this period, she made her most famous image, [*Human Erosion in California (Migrant Mother)*](/catalogue/1/), of Native American Florence Owens Thompson and her children in a pea-pickers' camp. Other less famous subjects included Japanese internment camps and scenes of workers in factories during World War II. Lange became the first woman awarded a Guggenheim fellowship, and she spent nearly ten years making photo essays for *Life* and other magazines. She also traveled extensively, making photo essays in Vietnam, Ireland, Pakistan, India, and elsewhere.
14
+
15
+ {{< q-figure id="dog2" class="is-pulled-left" >}}
16
+
17
+ Walker Evans began to photograph in the late 1920s, making snapshots during a European trip. Upon his return to New York, he published his first images in 1930. During the Great Depression, Evans began to photograph for the Resettlement Administration, later known as the Farm Security Administration (FSA), documenting workers and architecture in the Southeastern states ([fig. 2](#dog2)). In 1936 he traveled with the writer James Agee to illustrate an article on tenant farm families for *Fortune* magazine; the book *Let Us Now Praise Famous Men* came out of this collaboration.
18
+
19
+ Throughout his career Evans contributed photographs to numerous publications, including three devoted solely to his work. In 1965 he left Fortune, where he had been a staff photographer for twenty years, to become a professor of photography and graphic design at Yale University. He remained in the position until 1974, a year before his death.
20
+
21
+ {{< q-figure id="photo-podcast" >}}
@@ -0,0 +1,8 @@
1
+ ---
2
+ type: data
3
+ layout: search-index
4
+ url: search.json
5
+ pdf: false
6
+ epub: false
7
+ search: false
8
+ ---
@@ -0,0 +1,90 @@
1
+ figure_list:
2
+ - id: "dog1"
3
+ src: figures/lange.jpg
4
+ caption: "*Dorothea Lange, Resettlement Administration photographer, in California*, 1936."
5
+ credit: "Library of Congress Prints and Photographs Division"
6
+ - id: "dog2"
7
+ src: figures/evans.jpg
8
+ caption: "*Walker Evans, profile, hand up to face*, 1937."
9
+ credit: "Library of Congress Prints and Photographs Division"
10
+ - id: "fig-1"
11
+ label: "Figure 1"
12
+ src: figures/evans-legionnaire.jpg
13
+ caption: "Walker Evans. *[American Legionnaire]*, 1935. "
14
+ credit: "The J. Paul Getty Museum, Los Angeles"
15
+ - id: "fig-2"
16
+ label: "Figure 2"
17
+ src: figures/evans-sons.jpg
18
+ caption: "Walker Evans. *Sons of the American Legion, Bethlehem, Pennsylvania*, 1935."
19
+ credit: "The J. Paul Getty Museum, Los Angeles"
20
+ - id: "fig-3"
21
+ label: "Figure 3"
22
+ src: figures/evans-graveyard.jpg
23
+ caption: "Walker Evans. *Graveyard, Houses and Steel Mill, Bethlehem, Pennsylvania*, 1935; printed later."
24
+ credit: "The J. Paul Getty Museum, Los Angeles"
25
+ - id: "fig-4"
26
+ label: "Figure 4"
27
+ src: figures/evans-hymns.jpg
28
+ caption: "Walker Evans. *Alabama Tenant Farmer Family Singing Hymns / The Tengle Family, Hale County, Alabama*, 1936."
29
+ credit: "The J. Paul Getty Museum, Los Angeles"
30
+ - id: "fig-5"
31
+ label: "Figure 5"
32
+ src: figures/evans-burroughs.jpg
33
+ caption: "Walker Evans. *Floyd and Lucille Burroughs, Hale County, Alabama*, 1936."
34
+ credit: "The J. Paul Getty Museum, Los Angeles"
35
+ - id: "fig-6"
36
+ label: "Figure 6"
37
+ src: figures/evans-washroom.jpg
38
+ caption: "Walker Evans. *Washroom in the Dog Run of the Burroughs Home, Hale County, Alabama*, 1936."
39
+ credit: "The J. Paul Getty Museum, Los Angeles"
40
+ - id: "fig-7"
41
+ label: "Figure 7"
42
+ src: figures/evans-child.jpg
43
+ caption: "Walker Evans. *Farmer's Child, Alabama / Othel Lee (Squeakie) Burroughs, Hale County, Alabama*, 1936."
44
+ credit: "The J. Paul Getty Museum, Los Angeles"
45
+ - id: "fig-8"
46
+ label: "Figure 8"
47
+ src: figures/evans-refugee.jpg
48
+ caption: "Walker Evans. *Arkansas Flood Refugee*, 1937."
49
+ credit: "The J. Paul Getty Museum, Los Angeles"
50
+ - id: "lange-house"
51
+ src: figures/lange-house.jpg
52
+ caption: "Dorothea Lange. *Abandoned Dust Bowl Home*, about 1935–1940."
53
+ credit: The J. Paul Getty Museum, Los Angeles
54
+ - id: "evans-video"
55
+ src: figures/evans-video-still.jpg
56
+ media_id: BpGN0UUtqqU
57
+ media_type: youtube
58
+ caption: "A selection of Walker Evans photos from the across the United States of America, 1930s."
59
+ credit: The J. Paul Getty Museum, Los Angeles
60
+ - id: "photo-podcast"
61
+ media_id: 336879231
62
+ media_type: soundcloud
63
+ caption: "Echoing the work of Lange and Evans, contemporary photographer Chris Killip documents social landscapes and is known for a series of powerful images of struggling industrial communities in North East England."
64
+ - id: "mother"
65
+ src: figures/mother.jpg
66
+ caption: "Dorothea Lange, *Human Erosion in California / Migrant Mother*, 1936."
67
+ credit: The J. Paul Getty Museum, Los Angeles
68
+ download: true
69
+ - id: "mother-b"
70
+ src: figures/mother-b.jpg
71
+ caption: "Dorothea Lange, alternate version of *Migrant Mother*, 1936."
72
+ credit: Library of Congress Prints and Photographs Division
73
+ - id: "mother-c"
74
+ src: figures/mother-c.jpg
75
+ caption: "Dorothea Lange, alternate version of *Migrant Mother*, 1936."
76
+ credit: Library of Congress Prints and Photographs Division
77
+ - id: "pickers"
78
+ src: figures/pickers.jpg
79
+ caption: "Dorothea Lange, *Pea Pickers, Nipomo, California*, 1936."
80
+ credit: The J. Paul Getty Museum, Los Angeles
81
+ - id: "duo"
82
+ src: figures/duo.jpg
83
+ caption: "Walker Evans, *Bud Fields with His Wife Ivy, and His Daughter Ellen, Hale County, Alabama*, 1936."
84
+ credit: The J. Paul Getty Museum, Los Angeles
85
+ download: true
86
+ - id: "family"
87
+ src: figures/family.jpg
88
+ caption: "Walker Evans, *Burrough’s Family, Hale County, Alabama*, 1935."
89
+ credit: The J. Paul Getty Museum, Los Angeles
90
+