pages.js 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258
  1. var _ACTIVE_PAGES={
  2. "0":[ // début de la première double page, numéro de la double page
  3. {"active":true}, // page de gauche, inactive
  4. { // début de page de droite
  5. "page":0, // numéro de la page --COUVERTURE ROUGE--
  6. "bg":"00_1couv.jpeg", // image a afficher pour cette page
  7. "overlays":[ // debut liste des zones actives
  8. { // debut zone active : dada 1
  9. "x":200, // position x coin supérieur gauche zone active (entre 0 et 227 mm)
  10. "y":0, // position y coin supérieur gauche zone active (entre 0 et 207 mm)
  11. "w":28, // largeur zone active
  12. "h":30, // hauteur zone active
  13. "over":"dada1.svg", // image affichée au survol
  14. "link":7, // click go to page n
  15. "repere_x":40, // position x de l'indicateur de survol
  16. "repere_y":56, // position y de l'indicateur de survol
  17. "repere":"mon.svg", // svg a afficher comme indicateur de survol au click sur page
  18. "debug":true // true: zone visible, true: zone invisible,
  19. }, // fin zone active 1
  20. { // dada 2
  21. "x":200,
  22. "y":29,
  23. "w":28,
  24. "h":30,
  25. "over":"dada2.svg",
  26. "debug":true
  27. },
  28. { // dada 3
  29. "x":200,
  30. "y":58,
  31. "w":28,
  32. "h":30,
  33. "over":"dada3.svg",
  34. "debug":true
  35. },
  36. { // dada 4 & 5
  37. "x":200,
  38. "y":87,
  39. "w":28,
  40. "h":30,
  41. "over":"dada4_5.svg",
  42. "debug":true
  43. },
  44. { // dada 6
  45. "x":200,
  46. "y":116,
  47. "w":28,
  48. "h":30,
  49. "over":"dada6.svg",
  50. "debug":true
  51. },
  52. { // dada 7
  53. "x":200,
  54. "y":145,
  55. "w":28,
  56. "h":30,
  57. "over":"dada7.svg",
  58. "debug":true
  59. },
  60. ] // fin liste des zones interactives (overlays)
  61. } // fin de la page de droite
  62. ], // fin de la double page
  63. "1":[
  64. {
  65. "page":1,
  66. "bg":"00_1couvV.jpeg",
  67. "overlays":[
  68. { // TEST MIRE Rouge 5 X 5
  69. "x":100,
  70. "y":100,
  71. "w":10,
  72. "h":10,
  73. "over":"mire_rn.svg",
  74. "repere":"repere-test.svg",
  75. "repere_x":100,
  76. "repere_y":100,
  77. "repere_w":10,
  78. "repere_h":10,
  79. "debug":true
  80. },
  81. { // TEST MIRE Rouge 5 X 5
  82. "x":100,
  83. "y":109,
  84. "w":10,
  85. "h":11,
  86. "over":"mire_r.svg",
  87. "debug":true
  88. },
  89. { // TEST MIRE Verte
  90. "x":109,
  91. "y":100,
  92. "w":11,
  93. "h":10,
  94. "over":"mire_v.svg",
  95. "debug":true
  96. },
  97. { // TEST MIRE Verte 10 x 10
  98. "x":109,
  99. "y":109,
  100. "w":11,
  101. "h":11,
  102. "over":"mire_vn.svg",
  103. "debug":true
  104. },
  105. ]
  106. },
  107. {
  108. "page":2, //__ AN AN __//
  109. "bg":"01_anan.jpeg",
  110. "overlays":[
  111. { // an outline en haut
  112. "x":58,
  113. "y":10,
  114. "w":110,
  115. "h":100,
  116. "over":"an_gris_final.svg",
  117. "debug":true
  118. },
  119. { // a bas
  120. "x":50,
  121. "y":106,
  122. "w":65,
  123. "h":100,
  124. "over":"an_ai_kerning.svg",
  125. "debug":true
  126. },
  127. { // n bas
  128. "x":112,
  129. "y":106,
  130. "w":70,
  131. "h":100,
  132. "over":"an_gm_kerning.svg",
  133. "debug":true
  134. },
  135. { // an anna blume (couverture)
  136. "x":180,
  137. "y":0,
  138. "w":50,
  139. "h":50,
  140. "over":"anna_blume_couv.svg",
  141. "debug":true
  142. },
  143. { // anna blume / texte allemand
  144. "x":180,
  145. "y":48,
  146. "w":50,
  147. "h":50,
  148. "over":"anna_dada+T.svg",
  149. "debug":true
  150. },
  151. { // anna blume / anglais
  152. "x":180,
  153. "y":96,
  154. "w":50,
  155. "h":50,
  156. "over":"anna_dada+Ten.svg",
  157. "debug":true
  158. },
  159. { // anna blume / français
  160. "x":180,
  161. "y":144,
  162. "w":50,
  163. "h":50,
  164. "over":"anna_dada+Tfr.svg",
  165. "debug":true
  166. }
  167. ] // fin liste zones actives
  168. }
  169. ],
  170. "2":[
  171. {
  172. "page":3,
  173. "bg":"02_TH.jpeg",
  174. "overlays":[
  175. { // mesure T horizontale
  176. "x":2,
  177. "y":101,
  178. "w":105,
  179. "h":10,
  180. "over":"02_TH_Hg+.svg",
  181. "debug":true
  182. },
  183. { // mesure H horizontale
  184. "x":107,
  185. "y":154,
  186. "w":91,
  187. "h":10,
  188. "over":"02_TH_Hd+.svg",
  189. "debug":true
  190. },
  191. { // mesure T horizontal gauche
  192. "x":45,
  193. "y":110,
  194. "w":10,
  195. "h":97,
  196. "over":"02_TH_Vg.svg",
  197. "debug":true
  198. },
  199. { // mesure T horizontal centre
  200. "x":98,
  201. "y":110,
  202. "w":10,
  203. "h":97,
  204. "over":"02_TH_Vc.svg",
  205. "debug":true
  206. },
  207. { // mesure T horizontal droite
  208. "x":197,
  209. "y":102,
  210. "w":10,
  211. "h":105,
  212. "over":"02_TH_Vd.svg",
  213. "debug":true
  214. },
  215. { // 1- METHOD- / EC-
  216. "x":210,
  217. "y":0,
  218. "w":18,
  219. "h":21,
  220. "over":"03_method.svg",
  221. "debug":true
  222. },
  223. { // 2- ETH- / ABNORMAL PSYCH-
  224. "x":210,
  225. "y":20,
  226. "w":18,
  227. "h":21,
  228. "over":"03_eth.svg",
  229. "debug":true
  230. },
  231. { // 3- PHYL- / SYNEC-
  232. "x":210,
  233. "y":40,
  234. "w":18,
  235. "h":21,
  236. "over":"03_phil.svg",
  237. "debug":true
  238. },
  239. { // 4- PHYTOSOCIO- / MORPH-
  240. "x":210,
  241. "y":60,
  242. "w":18,
  243. "h":21,
  244. "over":"03_phytosoci.svg",
  245. "debug":true
  246. },
  247. { // 5- MOLECULAR BI- / NEUROPHYSI-
  248. "x":210,
  249. "y":80,
  250. "w":18,
  251. "h":21,
  252. "over":"03_bi.svg",
  253. "debug":true
  254. },
  255. { // 6_ PATH- / GASTROENTER-
  256. "x":210,
  257. "y":100,
  258. "w":18,
  259. "h":21,
  260. "over":"03_path.svg",
  261. "debug":true
  262. },
  263. { // 7- URO / PHARMAC-
  264. "x":210,
  265. "y":120,
  266. "w":18,
  267. "h":21,
  268. "over":"03_uro.svg",
  269. "debug":true
  270. },
  271. { // 8- PHON- / OT-
  272. "x":210,
  273. "y":140,
  274. "w":18,
  275. "h":21,
  276. "over":"03_pharmac.svg",
  277. "debug":true
  278. },
  279. { // 9- PHON- / PHYSI-
  280. "x":210,
  281. "y":160,
  282. "w":18,
  283. "h":21,
  284. "over":"03_paleont.svg",
  285. "debug":true
  286. },
  287. { // PHON- / PHYSI-
  288. "x":210,
  289. "y":180,
  290. "w":18,
  291. "h":21,
  292. "over":"learning.svg",
  293. "debug":true
  294. }
  295. ]
  296. },
  297. {
  298. "page":4,
  299. "bg":"03_ologyOf.jpeg",
  300. "overlays":[
  301. {
  302. "x":125,
  303. "y":0,
  304. "w":20,
  305. "h":207,
  306. "over":"04_ology_of.svg", //+ology1.svg ? déjà fait ?
  307. "debug":true
  308. }
  309. ]
  310. }
  311. ],
  312. "3":[
  313. {
  314. "page":5,
  315. "bg":"04_chance.jpeg",
  316. "overlays":[
  317. { // RA : chance operation std
  318. "x":140,
  319. "y":14,
  320. "w":10,
  321. "h":22,
  322. "over":"05_ra_operation_std.svg",
  323. "debug":true
  324. },
  325. { // RA : operation ligature
  326. "x":149,
  327. "y":14,
  328. "w":12,
  329. "h":22,
  330. "over":"05_ra_operation_lig.svg",
  331. "debug":true
  332. },
  333. { // RA : chance operation corrigé
  334. "x":145,
  335. "y":12,
  336. "w":10,
  337. "h":10,
  338. "over":"05_ra_operation_cor.svg",
  339. "debug":true
  340. },
  341. { // A : concept art
  342. "x":16,
  343. "y":111,
  344. "w":28,
  345. "h":52,
  346. "over":"05_a_art.svg",
  347. "debug":true
  348. },
  349. { // A : concept art corrigé
  350. "x":43,
  351. "y":111,
  352. "w":5,
  353. "h":52,
  354. "over":"05_a_art_cor.svg",
  355. "debug":true
  356. },
  357. { // T : art
  358. "x":62,
  359. "y":132,
  360. "w":11,
  361. "h":30,
  362. "over":"05_t_art.svg",
  363. "debug":true
  364. },
  365. { // T : chance operation
  366. "x":160,
  367. "y":14,
  368. "w":10,
  369. "h":20,
  370. "over":"05_t_operation.svg",
  371. "debug":true
  372. },
  373. { // T : chance operation corrigé
  374. "x":160,
  375. "y":5,
  376. "w":10,
  377. "h":10,
  378. "over":"05_t_operation_cor.svg",
  379. "debug":true
  380. },
  381. { // T : natural
  382. "x":44,
  383. "y":190,
  384. "w":10,
  385. "h":17,
  386. "over":"05_t_natural.svg",
  387. "debug":true
  388. },
  389. { // T : natural corrigé
  390. "x":44,
  391. "y":183,
  392. "w":10,
  393. "h":8,
  394. "over":"05_t_natural_cor.svg",
  395. "debug":true
  396. },
  397. { // T : desasters
  398. "x":172,
  399. "y":190,
  400. "w":10,
  401. "h":17,
  402. "over":"05_t_disasters.svg",
  403. "debug":true
  404. },
  405. { // T : desasters corrigé
  406. "x":172,
  407. "y":183,
  408. "w":10,
  409. "h":8,
  410. "over":"05_t_disasters_cor.svg",
  411. "debug":true
  412. },
  413. { // T : concept
  414. "x":16,
  415. "y":95,
  416. "w":35,
  417. "h":15,
  418. "over":"05_t_concept.svg",
  419. "debug":true
  420. },
  421. { // T : concept corrigé
  422. "x":50,
  423. "y":95,
  424. "w":7,
  425. "h":15,
  426. "over":"05_t_concept_cor.svg",
  427. "debug":true
  428. },
  429. ]
  430. },
  431. {
  432. "page":6,
  433. "bg":"05_Stories.jpeg",
  434. "overlays":[]
  435. }
  436. ],
  437. "4":[
  438. {
  439. "page":7,
  440. "bg":"06_byGeorge.jpeg",
  441. "overlays":[
  442. { // test de lien interne
  443. "x":45,
  444. "y":5,
  445. "w":115,
  446. "h":10,
  447. "over":"",
  448. "debug":true,
  449. "link": 5 // lien interne (attention lien vers numéro de double page)
  450. }
  451. ]
  452. },
  453. {
  454. "page":8,
  455. "bg":"07_Copyright.jpeg",
  456. "overlays":[]
  457. }
  458. ],
  459. "5":[ // debut de la double page 5
  460. { // debut de la page de gauche
  461. "page":9, // numéro de la page
  462. "bg":"08_Brecht.jpeg", // image de la page
  463. "overlays":[
  464. { // george brecht
  465. "x":32,
  466. "y":8,
  467. "w":112,
  468. "h":10,
  469. "over":"05_brecht.svg",
  470. "debug":true,
  471. "link": 4 // lien interne (attention lien vers numéro de double page)
  472. },
  473. { // music (gris 50)
  474. "x":15,
  475. "y":71,
  476. "w":105,
  477. "h":48,
  478. "over":"05_music50.svg",
  479. "debug":true
  480. },
  481. { // indeterminacy
  482. "x":120,
  483. "y":25,
  484. "w":103,
  485. "h":70,
  486. "over":"04_indeterminacy.svg",
  487. "debug":true
  488. },
  489. { // compositions
  490. "x":112,
  491. "y":132,
  492. "w":103,
  493. "h":70,
  494. "over":"05_compositions.svg",
  495. "debug":true
  496. },
  497. { // music + indeterminacy
  498. "x":120,
  499. "y":94,
  500. "w":103,
  501. "h":39,
  502. "over":"05_music_indeterminacy.svg",
  503. "debug":true
  504. },
  505. { // music + indeterminacy + compositions
  506. "x":59,
  507. "y":118,
  508. "w":54,
  509. "h":80,
  510. "over":"05_music_indeterminacy_compo.svg",
  511. "debug":true
  512. },
  513. { // brecht + music + indeterminacy + compositions
  514. "x":10,
  515. "y":118,
  516. "w":50,
  517. "h":80,
  518. "over":"05_brecht_m_i_c.svg",
  519. "debug":true
  520. }
  521. ] // fin de la liste des zones actives
  522. }, // fin de la page de gauche
  523. {"active":true} // page de droite inactive
  524. ], // fin de la double page 5
  525. "7":[
  526. {
  527. "page":13,
  528. "bg":"12_Bremer.jpeg",
  529. "overlays":[
  530. { // (claus) bremer
  531. "x":15,
  532. "y":18,
  533. "w":60,
  534. "h":10,
  535. "over":"07_bremer.svg",
  536. "debug":true
  537. },
  538. { // claus (bremer)
  539. "x":175,
  540. "y":8,
  541. "w":40,
  542. "h":10,
  543. "over":"07_bremer.svg",
  544. "debug":true
  545. },
  546. { // poetry
  547. "x":181,
  548. "y":18,
  549. "w":35,
  550. "h":108,
  551. "over":"05_poetry.svg",
  552. "debug":true
  553. },
  554. { // bremer + poetry
  555. "x":175,
  556. "y":125,
  557. "w":50,
  558. "h":110,
  559. "over":"07_bremer_poetry.svg",
  560. "debug":true
  561. },
  562. ]
  563. },
  564. {"active":true}
  565. ],
  566. "8":[
  567. {
  568. "page":15,
  569. "bg":"14_Brown.jpeg",
  570. "overlays":[
  571. { // earle brown
  572. "x":72,
  573. "y":18,
  574. "w":102,
  575. "h":10,
  576. "over":"07_brown.svg",
  577. "debug":true
  578. },
  579. { // music (gris 50)
  580. "x":46,
  581. "y":60,
  582. "w":106,
  583. "h":48,
  584. "over":"05_music50.svg",
  585. "debug":true
  586. },
  587. { // essays
  588. "x":186,
  589. "y":5,
  590. "w":35,
  591. "h":108,
  592. "over":"05_essays.svg",
  593. "debug":true
  594. },
  595. ]
  596. },
  597. {"active":true}
  598. ],
  599. "12":[
  600. {"active":true},
  601. {
  602. "page":24,
  603. "bg":"23_Byrd.jpeg",
  604. "overlays":[
  605. { // jo-seph byrd
  606. "x":10,
  607. "y":29,
  608. "w":82,
  609. "h":10,
  610. "over":"07_byrd.svg",
  611. "debug":true
  612. },
  613. { // jo-seph byrd
  614. "x":188,
  615. "y":19,
  616. "w":25,
  617. "h":10,
  618. "over":"07_byrd.svg",
  619. "debug":true
  620. },
  621. { // music (gris 50)
  622. "x":36,
  623. "y":62,
  624. "w":107,
  625. "h":48,
  626. "over":"05_music50.svg",
  627. "debug":true
  628. },
  629. { // poetry
  630. "x":142,
  631. "y":0,
  632. "w":35,
  633. "h":108,
  634. "over":"05_poetry.svg",
  635. "debug":true
  636. },
  637. { // music + poetry
  638. "x":176,
  639. "y":40,
  640. "w":40,
  641. "h":148,
  642. "over":"05_music_poetry.svg",
  643. "debug":true
  644. },
  645. ]
  646. }
  647. ],
  648. "14":[
  649. {
  650. "page":27,
  651. "bg":"26_Cage.jpeg",
  652. "overlays":[
  653. { // john cage
  654. "x":70,
  655. "y":100,
  656. "w":90,
  657. "h":10,
  658. "over":"07_cage.svg",
  659. "debug":true
  660. },
  661. ]
  662. },
  663. {"active":true}
  664. ],
  665. "15":[
  666. {
  667. "page":29,
  668. "bg":"28_deMaria.jpeg",
  669. "overlays":[
  670. { // walter de maria
  671. "x":125,
  672. "y":18,
  673. "w":90,
  674. "h":10,
  675. "over":"07_walter_de_maria.svg",
  676. "debug":true
  677. },
  678. { // walter de maria
  679. "x":18,
  680. "y":30,
  681. "w":50,
  682. "h":10,
  683. "over":"07_brown.svg",
  684. "debug":true
  685. },
  686. { // esays
  687. "x":178,
  688. "y":37,
  689. "w":35,
  690. "h":108,
  691. "over":"05_essays.svg",
  692. "debug":true
  693. },
  694. { // compositions
  695. "x":108,
  696. "y":37,
  697. "w":71,
  698. "h":103,
  699. "over":"05_compositions.svg",
  700. "debug":true
  701. },
  702. ]
  703. },
  704. {"active":true}
  705. ],
  706. "17":[
  707. {
  708. "page":33,
  709. "bg":"32_Flynt.jpeg",
  710. "overlays":[
  711. { // henry flynt
  712. "x":71,
  713. "y":49,
  714. "w":97,
  715. "h":10,
  716. "over":"07_flynt.svg",
  717. "debug":true
  718. },
  719. { // essays
  720. "x":177,
  721. "y":3,
  722. "w":35,
  723. "h":108,
  724. "over":"05_essays.svg",
  725. "debug":true
  726. },
  727. ]
  728. },
  729. {"active":true}
  730. ],
  731. "19":[
  732. {"active":true},
  733. {
  734. "page":38,
  735. "bg":"37_Ono.jpeg",
  736. "overlays":[
  737. { // yoko (ono)
  738. "x":14,
  739. "y":69,
  740. "w":25,
  741. "h":10,
  742. "over":"07_ono.svg",
  743. "debug":true
  744. },
  745. { // (yoko) ono
  746. "x":173,
  747. "y":57,
  748. "w":35,
  749. "h":10,
  750. "over":"07_ono.svg",
  751. "debug":true
  752. },
  753. { // poetry
  754. "x":138,
  755. "y":7,
  756. "w":35,
  757. "h":108,
  758. "over":"05_poetry.svg",
  759. "debug":true
  760. },
  761. { // yoko ono + poetry
  762. "x":172,
  763. "y":66,
  764. "w":40,
  765. "h":58,
  766. "over":"07_ono+poetry.svg",
  767. "debug":true
  768. },
  769. ]
  770. }
  771. ],
  772. "20":[
  773. {"active":true},
  774. {
  775. "page":40,
  776. "bg":"39_HIggins.jpeg",
  777. "overlays":[
  778. { // dick higgins
  779. "x":76,
  780. "y":31,
  781. "w":97,
  782. "h":10,
  783. "over":"07_higgins.svg",
  784. "debug":true
  785. },
  786. { // compositions
  787. "x":118,
  788. "y":106,
  789. "w":103,
  790. "h":70,
  791. "over":"05_compositions.svg",
  792. "debug":true
  793. },
  794. ]
  795. }
  796. ],
  797. "21":[
  798. {"active":true},
  799. {
  800. "page":42,
  801. "bg":"41_Ichiyanagi.jpeg",
  802. "overlays":[
  803. { // i(toshi) chiyanagi
  804. "x":13,
  805. "y":80,
  806. "w":82,
  807. "h":10,
  808. "over":"07_ichiyanagi.svg",
  809. "debug":true
  810. },
  811. { // ichiyanagi
  812. "x":171,
  813. "y":67,
  814. "w":41,
  815. "h":10,
  816. "over":"07_ichiyanagi.svg",
  817. "debug":true
  818. },
  819. { // music (gris 50)
  820. "x":43,
  821. "y":91,
  822. "w":105,
  823. "h":48,
  824. "over":"05_music50.svg",
  825. "debug":true
  826. },
  827. ]
  828. }
  829. ],
  830. "23":[
  831. {"active":true},
  832. {
  833. "page":46,
  834. "bg":"45_Jennings.jpeg",
  835. "overlays":[
  836. { // terry jennings
  837. "x":86,
  838. "y":74,
  839. "w":112,
  840. "h":10,
  841. "over":"07_jennings.svg",
  842. "debug":true
  843. },
  844. { // music (gris 50)
  845. "x":28,
  846. "y":84,
  847. "w":105,
  848. "h":48,
  849. "over":"05_music50.svg",
  850. "debug":true
  851. },
  852. ]
  853. }
  854. ],
  855. "25":[
  856. {
  857. "page":49,
  858. "bg":"48_Dennis.jpeg",
  859. "overlays":[
  860. { // dennis
  861. "x":76,
  862. "y":115,
  863. "w":48,
  864. "h":10,
  865. "over":"07_dennis.svg",
  866. "debug":true
  867. },
  868. ]
  869. },
  870. {"active":true}
  871. ],
  872. "28":[
  873. {
  874. "page":55,
  875. "bg":"54_DingDong.jpeg",
  876. "overlays":[
  877. { // ding dong
  878. "x":87,
  879. "y":122,
  880. "w":79,
  881. "h":10,
  882. "over":"07_dingdong.svg",
  883. "debug":true
  884. },
  885. { // music (gris 50)
  886. "x":63,
  887. "y":75,
  888. "w":105,
  889. "h":48,
  890. "over":"05_music50.svg",
  891. "debug":true
  892. },
  893. ]
  894. },
  895. {"active":true}
  896. ],
  897. "29":[
  898. {
  899. "page":57,
  900. "bg":"56_Johnson.jpeg",
  901. "overlays":[
  902. { // ray j(ohnson james waring)
  903. "x":139,
  904. "y":96,
  905. "w":43,
  906. "h":10,
  907. "over":"07_johnson.svg",
  908. "debug":true
  909. },
  910. { // ray johnson james waring + poetry
  911. "x":181,
  912. "y":96,
  913. "w":35,
  914. "h":12,
  915. "over":"07_johnson+poetry.svg",
  916. "debug":true
  917. },
  918. { // (ray john)son (james waring)
  919. "x":17,
  920. "y":108,
  921. "w":33,
  922. "h":10,
  923. "over":"07_johnson.svg",
  924. "debug":true
  925. },
  926. { // (ray johnson) james waring
  927. "x":104,
  928. "y":155,
  929. "w":112,
  930. "h":10,
  931. "over":"07_johnson.svg",
  932. "debug":true
  933. },
  934. { // (p) oetry
  935. "x":181,
  936. "y":7,
  937. "w":35,
  938. "h":90,
  939. "over":"05_poetry.svg",
  940. "debug":true
  941. },
  942. { // p (oetry)
  943. "x":181,
  944. "y":107,
  945. "w":35,
  946. "h":20,
  947. "over":"05_poetry.svg",
  948. "debug":true
  949. },
  950. ]
  951. },
  952. {"active":true}
  953. ],
  954. "30":[
  955. {
  956. "page":59,
  957. "bg":"58_MacLow.jpeg",
  958. "overlays":[
  959. { // maclow (80%)
  960. "x":38,
  961. "y":105,
  962. "w":130,
  963. "h":10,
  964. "over":"07_maclow.svg",
  965. "debug":true
  966. },
  967. { // music (gris 50)
  968. "x":42,
  969. "y":58,
  970. "w":106,
  971. "h":48,
  972. "over":"05_music50.svg",
  973. "debug":true
  974. },
  975. { // poetry
  976. "x":147,
  977. "y":0,
  978. "w":35,
  979. "h":108,
  980. "over":"05_poetry.svg",
  981. "debug":true
  982. },
  983. { // essays
  984. "x":181,
  985. "y":0,
  986. "w":35,
  987. "h":108,
  988. "over":"05_essays.svg",
  989. "debug":true
  990. },
  991. { // indeterminacy
  992. "x":108,
  993. "y":139,
  994. "w":104,
  995. "h":70,
  996. "over":"04_indeterminacy.svg",
  997. "debug":true
  998. },
  999. ]
  1000. },
  1001. {"active":true}
  1002. ],
  1003. "40":[
  1004. {"active":true},
  1005. {
  1006. "page":80,
  1007. "bg":"79_Maxfield.jpeg",
  1008. "overlays":[
  1009. { // ri(chard maxfield)
  1010. "x":191,
  1011. "y":117,
  1012. "w":20,
  1013. "h":10,
  1014. "over":"07_maxfield.svg",
  1015. "debug":true
  1016. },
  1017. { // (ri)chard maxfield
  1018. "x":14,
  1019. "y":131,
  1020. "w":121,
  1021. "h":10,
  1022. "over":"07_maxfield.svg",
  1023. "debug":true
  1024. },
  1025. { // essays
  1026. "x":173,
  1027. "y":9,
  1028. "w":35,
  1029. "h":108,
  1030. "over":"05_essays.svg",
  1031. "debug":true
  1032. },
  1033. ]
  1034. }
  1035. ],
  1036. "46":[
  1037. {
  1038. "page":91,
  1039. "bg":"90_Simone.jpeg",
  1040. "overlays":[
  1041. { // simone forti
  1042. "x":70,
  1043. "y":124,
  1044. "w":50,
  1045. "h":10,
  1046. "over":"07_forti.svg",
  1047. "debug":true
  1048. },
  1049. ]
  1050. },
  1051. {"active":true}
  1052. ],
  1053. "47":[
  1054. {
  1055. "page":93,
  1056. "bg":"92_Paik.jpeg",
  1057. "overlays":[
  1058. { // nam (june paik)
  1059. "x":185,
  1060. "y":106,
  1061. "w":28,
  1062. "h":10,
  1063. "over":"07_paik.svg",
  1064. "debug":true
  1065. },
  1066. { // (nam) june paik
  1067. "x":17,
  1068. "y":117,
  1069. "w":80,
  1070. "h":10,
  1071. "over":"07_paik.svg",
  1072. "debug":true
  1073. },
  1074. { // essay
  1075. "x":178,
  1076. "y":5,
  1077. "w":35,
  1078. "h":93,
  1079. "over":"05_essays.svg",
  1080. "debug":true
  1081. },
  1082. ]
  1083. },
  1084. {"active":true}
  1085. ],
  1086. "48":[
  1087. {
  1088. "page":95,
  1089. "bg":"94_Riley.jpeg",
  1090. "overlays":[
  1091. { // terry riley
  1092. "x":99,
  1093. "y":141,
  1094. "w":103,
  1095. "h":11,
  1096. "over":"07_riley.svg",
  1097. "debug":true
  1098. },
  1099. { // music (gris 50)
  1100. "x":30,
  1101. "y":65,
  1102. "w":105,
  1103. "h":48,
  1104. "over":"05_music50.svg",
  1105. "debug":true
  1106. },
  1107. ]
  1108. },
  1109. {"active":true}
  1110. ],
  1111. "50":[
  1112. {"active":true},
  1113. {
  1114. "page":100,
  1115. "bg":"99_Rot.jpeg",
  1116. "overlays":[
  1117. { // earle brown
  1118. "x":25,
  1119. "y":167,
  1120. "w":75,
  1121. "h":10,
  1122. "over":"07_rot.svg",
  1123. "debug":true
  1124. },
  1125. { // poetry
  1126. "x":168,
  1127. "y":15,
  1128. "w":35,
  1129. "h":108,
  1130. "over":"05_poetry.svg",
  1131. "debug":true
  1132. },
  1133. ]
  1134. }
  1135. ],
  1136. "51":[
  1137. {
  1138. "page":101,
  1139. "bg":"100_Williams.jpeg",
  1140. "overlays":[
  1141. { // emmet williams
  1142. "x":33,
  1143. "y":178,
  1144. "w":137,
  1145. "h":10,
  1146. "over":"07_williams.svg",
  1147. "debug":true
  1148. },
  1149. { // poetry
  1150. "x":164,
  1151. "y":23,
  1152. "w":35,
  1153. "h":108,
  1154. "over":"05_poetry.svg",
  1155. "debug":true
  1156. },
  1157. ]
  1158. },
  1159. {"active":true}
  1160. ],
  1161. "53":[
  1162. {
  1163. "page":105,
  1164. "bg":"104_Wolff.jpeg",
  1165. "overlays":[
  1166. { // christian wolff
  1167. "x":162,
  1168. "y":165,
  1169. "w":55,
  1170. "h":10,
  1171. "over":"07_wolff.svg",
  1172. "debug":true
  1173. },
  1174. { // christian wolff
  1175. "x":17,
  1176. "y":177,
  1177. "w":79,
  1178. "h":10,
  1179. "over":"07_brown.svg",
  1180. "debug":true
  1181. },
  1182. { // music (gris 50)
  1183. "x":43,
  1184. "y":67,
  1185. "w":105,
  1186. "h":48,
  1187. "over":"05_music50.svg",
  1188. "debug":true
  1189. },
  1190. ]
  1191. },
  1192. {"active":true}
  1193. ],
  1194. "55":[
  1195. {
  1196. "page":109,
  1197. "bg":"108_Young.jpeg",
  1198. "overlays":[
  1199. { // la monte young
  1200. "x":96,
  1201. "y":183,
  1202. "w":122,
  1203. "h":10,
  1204. "over":"07_young.svg",
  1205. "debug":true
  1206. },
  1207. { // compositions
  1208. "x":112,
  1209. "y":111,
  1210. "w":103,
  1211. "h":70,
  1212. "over":"05_compositions.svg",
  1213. "debug":true
  1214. },
  1215. ]
  1216. },
  1217. {"active":true}
  1218. ],
  1219. "56":[
  1220. {
  1221. "page":111,
  1222. "bg":"110_StraightLine.jpeg",
  1223. "overlays":[]
  1224. },
  1225. {"active":true}
  1226. ],
  1227. "57":[
  1228. {
  1229. "page":113,
  1230. "bg":"112_Portrait?.jpeg",
  1231. "overlays":[]
  1232. },
  1233. {
  1234. "page":114,
  1235. "bg":"113_4couv.jpeg",
  1236. "overlays":[]
  1237. }
  1238. ],
  1239. "58":[
  1240. {
  1241. "page":115,
  1242. "bg":"114_4couv.jpeg",
  1243. "overlays":[
  1244. { // lettre raoul hausmann
  1245. "x":140,
  1246. "y":5,
  1247. "w":80,
  1248. "h":200,
  1249. "over":"hausmann.svg",
  1250. "debug":true
  1251. }
  1252. ]
  1253. },
  1254. {"active":true}
  1255. ]
  1256. };