pages.js 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247
  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
  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":false // 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":false
  27. },
  28. { // dada 3
  29. "x":200,
  30. "y":58,
  31. "w":28,
  32. "h":30,
  33. "over":"dada3.svg",
  34. "debug":false
  35. },
  36. { // dada 4 & 5
  37. "x":200,
  38. "y":87,
  39. "w":28,
  40. "h":30,
  41. "over":"dada4_5.svg",
  42. "debug":false
  43. },
  44. { // dada 6
  45. "x":200,
  46. "y":116,
  47. "w":28,
  48. "h":30,
  49. "over":"dada6.svg",
  50. "debug":false
  51. },
  52. { // dada 7
  53. "x":200,
  54. "y":145,
  55. "w":28,
  56. "h":30,
  57. "over":"dada7.svg",
  58. "debug":false
  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":false
  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":false
  88. },
  89. { // TEST MIRE Verte
  90. "x":109,
  91. "y":100,
  92. "w":11,
  93. "h":10,
  94. "over":"mire_v.svg",
  95. "debug":false
  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":false
  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":false
  118. },
  119. { // a bas
  120. "x":50,
  121. "y":106,
  122. "w":65,
  123. "h":100,
  124. "over":"an_ai_kerning.svg",
  125. "debug":false
  126. },
  127. { // n bas
  128. "x":112,
  129. "y":106,
  130. "w":70,
  131. "h":100,
  132. "over":"an_gm_kerning.svg",
  133. "debug":false
  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":false
  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":false
  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":false
  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":false
  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":false
  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":false
  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":false
  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":false
  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":false
  214. },
  215. { // 1- METHOD- / EC-
  216. "x":210,
  217. "y":0,
  218. "w":18,
  219. "h":21,
  220. "over":"03_method.svg",
  221. "debug":false
  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":false
  230. },
  231. { // 3- PHYL- / SYNEC-
  232. "x":210,
  233. "y":40,
  234. "w":18,
  235. "h":21,
  236. "over":"03_phil.svg",
  237. "debug":false
  238. },
  239. { // 4- PHYTOSOCIO- / MORPH-
  240. "x":210,
  241. "y":60,
  242. "w":18,
  243. "h":21,
  244. "over":"03_phytosoci.svg",
  245. "debug":false
  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":false
  254. },
  255. { // 6_ PATH- / GASTROENTER-
  256. "x":210,
  257. "y":100,
  258. "w":18,
  259. "h":21,
  260. "over":"03_path.svg",
  261. "debug":false
  262. },
  263. { // 7- URO / PHARMAC-
  264. "x":210,
  265. "y":120,
  266. "w":18,
  267. "h":21,
  268. "over":"03_uro.svg",
  269. "debug":false
  270. },
  271. { // 8- PHON- / OT-
  272. "x":210,
  273. "y":140,
  274. "w":18,
  275. "h":21,
  276. "over":"03_pharmac.svg",
  277. "debug":false
  278. },
  279. { // 9- PHON- / PHYSI-
  280. "x":210,
  281. "y":160,
  282. "w":18,
  283. "h":21,
  284. "over":"03_paleont.svg",
  285. "debug":false
  286. },
  287. { // PHON- / PHYSI-
  288. "x":210,
  289. "y":180,
  290. "w":18,
  291. "h":21,
  292. "over":"learning.svg",
  293. "debug":false
  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":false
  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":false
  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":false
  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":false
  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":false
  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":false
  356. },
  357. { // T : art
  358. "x":62,
  359. "y":132,
  360. "w":11,
  361. "h":30,
  362. "over":"05_t_art.svg",
  363. "debug":false
  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":false
  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":false
  380. },
  381. { // T : natural
  382. "x":44,
  383. "y":190,
  384. "w":10,
  385. "h":17,
  386. "over":"05_t_natural.svg",
  387. "debug":false
  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":false
  396. },
  397. { // T : desasters
  398. "x":172,
  399. "y":190,
  400. "w":10,
  401. "h":17,
  402. "over":"05_t_disasters.svg",
  403. "debug":false
  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":false
  412. },
  413. { // T : concept
  414. "x":16,
  415. "y":95,
  416. "w":35,
  417. "h":15,
  418. "over":"05_t_concept.svg",
  419. "debug":false
  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":false
  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. },
  443. {
  444. "page":8,
  445. "bg":"07_Copyright.jpeg",
  446. "overlays":[]
  447. }
  448. ],
  449. "5":[ // debut de la double page 5
  450. { // debut de la page de gauche
  451. "page":9, // numéro de la page
  452. "bg":"08_Brecht.jpeg", // image de la page
  453. "overlays":[
  454. { // george brecht
  455. "x":32,
  456. "y":8,
  457. "w":112,
  458. "h":10,
  459. "over":"05_brecht.svg",
  460. "debug":false
  461. },
  462. { // music (gris 50)
  463. "x":15,
  464. "y":71,
  465. "w":105,
  466. "h":48,
  467. "over":"05_music50.svg",
  468. "debug":false
  469. },
  470. { // indeterminacy
  471. "x":120,
  472. "y":25,
  473. "w":103,
  474. "h":70,
  475. "over":"04_indeterminacy.svg",
  476. "debug":false
  477. },
  478. { // compositions
  479. "x":112,
  480. "y":132,
  481. "w":103,
  482. "h":70,
  483. "over":"05_compositions.svg",
  484. "debug":false
  485. },
  486. { // music + indeterminacy
  487. "x":120,
  488. "y":94,
  489. "w":103,
  490. "h":39,
  491. "over":"05_music_indeterminacy.svg",
  492. "debug":false
  493. },
  494. { // music + indeterminacy + compositions
  495. "x":59,
  496. "y":118,
  497. "w":54,
  498. "h":80,
  499. "over":"05_music_indeterminacy_compo.svg",
  500. "debug":false
  501. },
  502. { // brecht + music + indeterminacy + compositions
  503. "x":10,
  504. "y":118,
  505. "w":50,
  506. "h":80,
  507. "over":"05_brecht_m_i_c.svg",
  508. "debug":false
  509. }
  510. ] // fin de la liste des zones actives
  511. }, // fin de la page de gauche
  512. {"active":true} // page de droite inactive
  513. ], // fin de la double page 5
  514. "7":[
  515. {
  516. "page":13,
  517. "bg":"12_Bremer.jpeg",
  518. "overlays":[
  519. { // (claus) bremer
  520. "x":15,
  521. "y":18,
  522. "w":60,
  523. "h":10,
  524. "over":"07_bremer.svg",
  525. "debug":false
  526. },
  527. { // claus (bremer)
  528. "x":175,
  529. "y":8,
  530. "w":40,
  531. "h":10,
  532. "over":"07_bremer.svg",
  533. "debug":false
  534. },
  535. { // poetry
  536. "x":181,
  537. "y":18,
  538. "w":35,
  539. "h":108,
  540. "over":"05_poetry.svg",
  541. "debug":false
  542. },
  543. { // bremer + poetry
  544. "x":175,
  545. "y":125,
  546. "w":50,
  547. "h":110,
  548. "over":"07_bremer_poetry.svg",
  549. "debug":false
  550. },
  551. ]
  552. },
  553. {"active":true}
  554. ],
  555. "8":[
  556. {
  557. "page":15,
  558. "bg":"14_Brown.jpeg",
  559. "overlays":[
  560. { // earle brown
  561. "x":72,
  562. "y":18,
  563. "w":102,
  564. "h":10,
  565. "over":"07_brown.svg",
  566. "debug":false
  567. },
  568. { // music (gris 50)
  569. "x":46,
  570. "y":60,
  571. "w":106,
  572. "h":48,
  573. "over":"05_music50.svg",
  574. "debug":false
  575. },
  576. { // essays
  577. "x":186,
  578. "y":5,
  579. "w":35,
  580. "h":108,
  581. "over":"05_essays.svg",
  582. "debug":false
  583. },
  584. ]
  585. },
  586. {"active":true}
  587. ],
  588. "12":[
  589. {"active":true},
  590. {
  591. "page":24,
  592. "bg":"23_Byrd.jpeg",
  593. "overlays":[
  594. { // jo-seph byrd
  595. "x":10,
  596. "y":29,
  597. "w":82,
  598. "h":10,
  599. "over":"07_byrd.svg",
  600. "debug":false
  601. },
  602. { // jo-seph byrd
  603. "x":188,
  604. "y":19,
  605. "w":25,
  606. "h":10,
  607. "over":"07_byrd.svg",
  608. "debug":false
  609. },
  610. { // music (gris 50)
  611. "x":36,
  612. "y":62,
  613. "w":107,
  614. "h":48,
  615. "over":"05_music50.svg",
  616. "debug":false
  617. },
  618. { // poetry
  619. "x":142,
  620. "y":0,
  621. "w":35,
  622. "h":108,
  623. "over":"05_poetry.svg",
  624. "debug":false
  625. },
  626. { // music + poetry
  627. "x":176,
  628. "y":40,
  629. "w":40,
  630. "h":148,
  631. "over":"05_music_poetry.svg",
  632. "debug":false
  633. },
  634. ]
  635. }
  636. ],
  637. "14":[
  638. {
  639. "page":27,
  640. "bg":"26_Cage.jpeg",
  641. "overlays":[
  642. { // john cage
  643. "x":70,
  644. "y":100,
  645. "w":90,
  646. "h":10,
  647. "over":"07_cage.svg",
  648. "debug":false
  649. },
  650. ]
  651. },
  652. {"active":true}
  653. ],
  654. "15":[
  655. {
  656. "page":29,
  657. "bg":"28_deMaria.jpeg",
  658. "overlays":[
  659. { // walter de maria
  660. "x":125,
  661. "y":18,
  662. "w":90,
  663. "h":10,
  664. "over":"07_walter_de_maria.svg",
  665. "debug":false
  666. },
  667. { // walter de maria
  668. "x":18,
  669. "y":30,
  670. "w":50,
  671. "h":10,
  672. "over":"07_brown.svg",
  673. "debug":false
  674. },
  675. { // esays
  676. "x":178,
  677. "y":37,
  678. "w":35,
  679. "h":108,
  680. "over":"05_essays.svg",
  681. "debug":false
  682. },
  683. { // compositions
  684. "x":108,
  685. "y":37,
  686. "w":71,
  687. "h":103,
  688. "over":"05_compositions.svg",
  689. "debug":false
  690. },
  691. ]
  692. },
  693. {"active":true}
  694. ],
  695. "17":[
  696. {
  697. "page":33,
  698. "bg":"32_Flynt.jpeg",
  699. "overlays":[
  700. { // henry flynt
  701. "x":71,
  702. "y":49,
  703. "w":97,
  704. "h":10,
  705. "over":"07_flynt.svg",
  706. "debug":false
  707. },
  708. { // essays
  709. "x":177,
  710. "y":3,
  711. "w":35,
  712. "h":108,
  713. "over":"05_essays.svg",
  714. "debug":false
  715. },
  716. ]
  717. },
  718. {"active":true}
  719. ],
  720. "19":[
  721. {"active":true},
  722. {
  723. "page":38,
  724. "bg":"37_Ono.jpeg",
  725. "overlays":[
  726. { // yoko (ono)
  727. "x":14,
  728. "y":69,
  729. "w":25,
  730. "h":10,
  731. "over":"07_ono.svg",
  732. "debug":false
  733. },
  734. { // (yoko) ono
  735. "x":173,
  736. "y":57,
  737. "w":35,
  738. "h":10,
  739. "over":"07_ono.svg",
  740. "debug":false
  741. },
  742. { // poetry
  743. "x":138,
  744. "y":7,
  745. "w":35,
  746. "h":108,
  747. "over":"05_poetry.svg",
  748. "debug":false
  749. },
  750. { // yoko ono + poetry
  751. "x":172,
  752. "y":66,
  753. "w":40,
  754. "h":58,
  755. "over":"07_ono+poetry.svg",
  756. "debug":false
  757. },
  758. ]
  759. }
  760. ],
  761. "20":[
  762. {"active":true},
  763. {
  764. "page":40,
  765. "bg":"39_HIggins.jpeg",
  766. "overlays":[
  767. { // dick higgins
  768. "x":76,
  769. "y":31,
  770. "w":97,
  771. "h":10,
  772. "over":"07_higgins.svg",
  773. "debug":false
  774. },
  775. { // compositions
  776. "x":118,
  777. "y":106,
  778. "w":103,
  779. "h":70,
  780. "over":"05_compositions.svg",
  781. "debug":false
  782. },
  783. ]
  784. }
  785. ],
  786. "21":[
  787. {"active":true},
  788. {
  789. "page":42,
  790. "bg":"41_Ichiyanagi.jpeg",
  791. "overlays":[
  792. { // i(toshi) chiyanagi
  793. "x":13,
  794. "y":80,
  795. "w":82,
  796. "h":10,
  797. "over":"07_ichiyanagi.svg",
  798. "debug":false
  799. },
  800. { // ichiyanagi
  801. "x":171,
  802. "y":67,
  803. "w":41,
  804. "h":10,
  805. "over":"07_ichiyanagi.svg",
  806. "debug":false
  807. },
  808. { // music (gris 50)
  809. "x":43,
  810. "y":91,
  811. "w":105,
  812. "h":48,
  813. "over":"05_music50.svg",
  814. "debug":false
  815. },
  816. ]
  817. }
  818. ],
  819. "23":[
  820. {"active":true},
  821. {
  822. "page":46,
  823. "bg":"45_Jennings.jpeg",
  824. "overlays":[
  825. { // terry jennings
  826. "x":86,
  827. "y":74,
  828. "w":112,
  829. "h":10,
  830. "over":"07_jennings.svg",
  831. "debug":false
  832. },
  833. { // music (gris 50)
  834. "x":28,
  835. "y":84,
  836. "w":105,
  837. "h":48,
  838. "over":"05_music50.svg",
  839. "debug":false
  840. },
  841. ]
  842. }
  843. ],
  844. "25":[
  845. {
  846. "page":49,
  847. "bg":"48_Dennis.jpeg",
  848. "overlays":[
  849. { // dennis
  850. "x":76,
  851. "y":115,
  852. "w":48,
  853. "h":10,
  854. "over":"07_dennis.svg",
  855. "debug":false
  856. },
  857. ]
  858. },
  859. {"active":true}
  860. ],
  861. "28":[
  862. {
  863. "page":55,
  864. "bg":"54_DingDong.jpeg",
  865. "overlays":[
  866. { // ding dong
  867. "x":87,
  868. "y":122,
  869. "w":79,
  870. "h":10,
  871. "over":"07_dingdong.svg",
  872. "debug":false
  873. },
  874. { // music (gris 50)
  875. "x":63,
  876. "y":75,
  877. "w":105,
  878. "h":48,
  879. "over":"05_music50.svg",
  880. "debug":false
  881. },
  882. ]
  883. },
  884. {"active":true}
  885. ],
  886. "29":[
  887. {
  888. "page":57,
  889. "bg":"56_Johnson.jpeg",
  890. "overlays":[
  891. { // ray j(ohnson james waring)
  892. "x":139,
  893. "y":96,
  894. "w":43,
  895. "h":10,
  896. "over":"07_johnson.svg",
  897. "debug":false
  898. },
  899. { // ray johnson james waring + poetry
  900. "x":181,
  901. "y":96,
  902. "w":35,
  903. "h":12,
  904. "over":"07_johnson+poetry.svg",
  905. "debug":false
  906. },
  907. { // (ray john)son (james waring)
  908. "x":17,
  909. "y":108,
  910. "w":33,
  911. "h":10,
  912. "over":"07_johnson.svg",
  913. "debug":false
  914. },
  915. { // (ray johnson) james waring
  916. "x":104,
  917. "y":155,
  918. "w":112,
  919. "h":10,
  920. "over":"07_johnson.svg",
  921. "debug":false
  922. },
  923. { // (p) oetry
  924. "x":181,
  925. "y":7,
  926. "w":35,
  927. "h":90,
  928. "over":"05_poetry.svg",
  929. "debug":false
  930. },
  931. { // p (oetry)
  932. "x":181,
  933. "y":107,
  934. "w":35,
  935. "h":20,
  936. "over":"05_poetry.svg",
  937. "debug":false
  938. },
  939. ]
  940. },
  941. {"active":true}
  942. ],
  943. "30":[
  944. {
  945. "page":59,
  946. "bg":"58_MacLow.jpeg",
  947. "overlays":[
  948. { // maclow (80%)
  949. "x":38,
  950. "y":105,
  951. "w":130,
  952. "h":10,
  953. "over":"07_maclow.svg",
  954. "debug":false
  955. },
  956. { // music (gris 50)
  957. "x":42,
  958. "y":58,
  959. "w":106,
  960. "h":48,
  961. "over":"05_music50.svg",
  962. "debug":false
  963. },
  964. { // poetry
  965. "x":147,
  966. "y":0,
  967. "w":35,
  968. "h":108,
  969. "over":"05_poetry.svg",
  970. "debug":false
  971. },
  972. { // essays
  973. "x":181,
  974. "y":0,
  975. "w":35,
  976. "h":108,
  977. "over":"05_essays.svg",
  978. "debug":false
  979. },
  980. { // indeterminacy
  981. "x":108,
  982. "y":139,
  983. "w":104,
  984. "h":70,
  985. "over":"04_indeterminacy.svg",
  986. "debug":false
  987. },
  988. ]
  989. },
  990. {"active":true}
  991. ],
  992. "40":[
  993. {"active":true},
  994. {
  995. "page":80,
  996. "bg":"79_Maxfield.jpeg",
  997. "overlays":[
  998. { // ri(chard maxfield)
  999. "x":191,
  1000. "y":117,
  1001. "w":20,
  1002. "h":10,
  1003. "over":"07_maxfield.svg",
  1004. "debug":false
  1005. },
  1006. { // (ri)chard maxfield
  1007. "x":14,
  1008. "y":131,
  1009. "w":121,
  1010. "h":10,
  1011. "over":"07_maxfield.svg",
  1012. "debug":false
  1013. },
  1014. { // essays
  1015. "x":173,
  1016. "y":9,
  1017. "w":35,
  1018. "h":108,
  1019. "over":"05_essays.svg",
  1020. "debug":false
  1021. },
  1022. ]
  1023. }
  1024. ],
  1025. "46":[
  1026. {
  1027. "page":91,
  1028. "bg":"90_Simone.jpeg",
  1029. "overlays":[
  1030. { // simone forti
  1031. "x":70,
  1032. "y":124,
  1033. "w":50,
  1034. "h":10,
  1035. "over":"07_forti.svg",
  1036. "debug":false
  1037. },
  1038. ]
  1039. },
  1040. {"active":true}
  1041. ],
  1042. "47":[
  1043. {
  1044. "page":93,
  1045. "bg":"92_Paik.jpeg",
  1046. "overlays":[
  1047. { // nam (june paik)
  1048. "x":185,
  1049. "y":106,
  1050. "w":28,
  1051. "h":10,
  1052. "over":"07_paik.svg",
  1053. "debug":false
  1054. },
  1055. { // (nam) june paik
  1056. "x":17,
  1057. "y":117,
  1058. "w":80,
  1059. "h":10,
  1060. "over":"07_paik.svg",
  1061. "debug":false
  1062. },
  1063. { // essay
  1064. "x":178,
  1065. "y":5,
  1066. "w":35,
  1067. "h":93,
  1068. "over":"05_essays.svg",
  1069. "debug":false
  1070. },
  1071. ]
  1072. },
  1073. {"active":true}
  1074. ],
  1075. "48":[
  1076. {
  1077. "page":95,
  1078. "bg":"94_Riley.jpeg",
  1079. "overlays":[
  1080. { // terry riley
  1081. "x":99,
  1082. "y":141,
  1083. "w":103,
  1084. "h":11,
  1085. "over":"07_riley.svg",
  1086. "debug":false
  1087. },
  1088. { // music (gris 50)
  1089. "x":30,
  1090. "y":65,
  1091. "w":105,
  1092. "h":48,
  1093. "over":"05_music50.svg",
  1094. "debug":false
  1095. },
  1096. ]
  1097. },
  1098. {"active":true}
  1099. ],
  1100. "50":[
  1101. {"active":true},
  1102. {
  1103. "page":100,
  1104. "bg":"99_Rot.jpeg",
  1105. "overlays":[
  1106. { // earle brown
  1107. "x":25,
  1108. "y":167,
  1109. "w":75,
  1110. "h":10,
  1111. "over":"07_rot.svg",
  1112. "debug":false
  1113. },
  1114. { // poetry
  1115. "x":168,
  1116. "y":15,
  1117. "w":35,
  1118. "h":108,
  1119. "over":"05_poetry.svg",
  1120. "debug":false
  1121. },
  1122. ]
  1123. }
  1124. ],
  1125. "51":[
  1126. {
  1127. "page":101,
  1128. "bg":"100_Williams.jpeg",
  1129. "overlays":[
  1130. { // emmet williams
  1131. "x":33,
  1132. "y":178,
  1133. "w":137,
  1134. "h":10,
  1135. "over":"07_williams.svg",
  1136. "debug":false
  1137. },
  1138. { // poetry
  1139. "x":164,
  1140. "y":23,
  1141. "w":35,
  1142. "h":108,
  1143. "over":"05_poetry.svg",
  1144. "debug":false
  1145. },
  1146. ]
  1147. },
  1148. {"active":true}
  1149. ],
  1150. "53":[
  1151. {
  1152. "page":105,
  1153. "bg":"104_Wolff.jpeg",
  1154. "overlays":[
  1155. { // christian wolff
  1156. "x":162,
  1157. "y":165,
  1158. "w":55,
  1159. "h":10,
  1160. "over":"07_wolff.svg",
  1161. "debug":false
  1162. },
  1163. { // christian wolff
  1164. "x":17,
  1165. "y":177,
  1166. "w":79,
  1167. "h":10,
  1168. "over":"07_brown.svg",
  1169. "debug":false
  1170. },
  1171. { // music (gris 50)
  1172. "x":43,
  1173. "y":67,
  1174. "w":105,
  1175. "h":48,
  1176. "over":"05_music50.svg",
  1177. "debug":false
  1178. },
  1179. ]
  1180. },
  1181. {"active":true}
  1182. ],
  1183. "55":[
  1184. {
  1185. "page":109,
  1186. "bg":"108_Young.jpeg",
  1187. "overlays":[
  1188. { // la monte young
  1189. "x":96,
  1190. "y":183,
  1191. "w":122,
  1192. "h":10,
  1193. "over":"07_young.svg",
  1194. "debug":false
  1195. },
  1196. { // compositions
  1197. "x":112,
  1198. "y":111,
  1199. "w":103,
  1200. "h":70,
  1201. "over":"05_compositions.svg",
  1202. "debug":false
  1203. },
  1204. ]
  1205. },
  1206. {"active":true}
  1207. ],
  1208. "56":[
  1209. {
  1210. "page":111,
  1211. "bg":"110_StraightLine.jpeg",
  1212. "overlays":[]
  1213. },
  1214. {"active":true}
  1215. ],
  1216. "57":[
  1217. {
  1218. "page":113,
  1219. "bg":"112_Portrait?.jpeg",
  1220. "overlays":[]
  1221. },
  1222. {
  1223. "page":114,
  1224. "bg":"113_4couv.jpeg",
  1225. "overlays":[]
  1226. }
  1227. ],
  1228. "58":[
  1229. {
  1230. "page":115,
  1231. "bg":"114_4couv.jpeg",
  1232. "overlays":[
  1233. { // lettre raoul hausmann
  1234. "x":140,
  1235. "y":5,
  1236. "w":80,
  1237. "h":200,
  1238. "over":"hausmann.svg",
  1239. "debug":false
  1240. }
  1241. ]
  1242. },
  1243. {"active":true}
  1244. ]
  1245. };