diff --git a/command-line/Makefile b/command-line/Makefile index 0fd62c3..7dbc98f 100644 --- a/command-line/Makefile +++ b/command-line/Makefile @@ -25,7 +25,7 @@ multi: interior: multi # --- # take cover out of the PDF (only select pages 3-344 + 2 extra white pages) - @pdftk Unfolded-with-Multi.pdf cat 3-346 output Unfolded-interior.pdf + @pdftk Unfolded-with-Multi.pdf cat 3-342 output Unfolded-interior.pdf upload: # --- diff --git a/command-line/cover/cover-23-05-2022.pdf b/command-line/cover/cover-23-05-2022.pdf new file mode 100644 index 0000000..2eeea16 Binary files /dev/null and b/command-line/cover/cover-23-05-2022.pdf differ diff --git a/command-line/cover/cover-template-indesign.idml b/command-line/cover/cover-template-indesign.idml new file mode 100644 index 0000000..f00c64e Binary files /dev/null and b/command-line/cover/cover-template-indesign.idml differ diff --git a/command-line/cover/cover.css b/command-line/cover/cover.css index 1e031e8..d6935ba 100644 --- a/command-line/cover/cover.css +++ b/command-line/cover/cover.css @@ -11,31 +11,31 @@ @font-face{ font-family: "bitter"; - src: url(fonts/Bitter-Medium.ttf); + src: url(../fonts/Bitter-Medium.ttf); font-weight: normal; font-style: normal; } @font-face{ font-family: "bitter"; - src: url(fonts/Bitter-MediumItalic.ttf); + src: url(../fonts/Bitter-MediumItalic.ttf); font-weight: normal; font-style: italic; } @font-face{ font-family: "bitter"; - src: url(fonts/Bitter-Bold.ttf); + src: url(../fonts/Bitter-Bold.ttf); font-weight: bold; font-style: normal; } @font-face{ font-family: "bitter"; - src: url(fonts/Bitter-BoldItalic.ttf); + src: url(../fonts/Bitter-BoldItalic.ttf); font-weight: bold; font-style: italic; } @font-face{ font-family: "bitter_semi"; - src: url(fonts/Bitter-SemiBold.ttf); + src: url(../fonts/Bitter-SemiBold.ttf); font-weight: normal; font-style: normal; } @@ -54,94 +54,112 @@ body{ size: 324.6mm 229mm; /* Based on calculations: 323.4, based on canvas template: 324.6 ....... */ orientation: landscape; bleed: 3mm; - /*marks: crop;*/ background: linear-gradient(180deg, #3741ea, #c0c1e7); margin: 0; + marks: crop; padding: 0; color: white; } -div#cover, -div#spine, -div#backcover{ +div.cover, +div.spine, +div.backcover{ + position: relative; display: inline-block; height: 229mm; - /*border: 1px solid green;*/ vertical-align: top; } - -div#cover, -div#backcover{ +div.cover, +div.backcover{ width: 152mm; - hyphens: none; - padding: 0 16mm 0 47mm; + border: 1px solid green; } - div#cover, - div#cover ul li, - div#backcover b, - div#spine{ - font-size: 17pt; + div.cover, + div.cover ul li, + div.backcover b{ + font-size: var(--h2-font-size); font-family: "bitter_semi"; - line-height: 1.4; + line-height: var(--h2-line-height); letter-spacing: 0.025em; color: white; font-weight: bold; } - div#cover p, - div#backcover p{ - margin-top: 0; - margin-bottom: var(--line-height); - } - div#cover p.title, - div#backcover p.title{ - margin-top: 7.54mm !important; - } - div#cover p.title + p, - div#backcover p.title + p{ - margin-top: -3mm !important; - } - div#cover ul{ - padding: 0; - margin: 2em 0; - } - div#cover ul li{ - list-style: none; - margin-bottom: 0.1em !important; + div.cover{ + padding: 6mm 27mm 0 41mm; + /* margin-top: 17mm, margin-left: 41mm */ } - div#backcover b{ - margin-left: 0; - } - p#multi{ - position: absolute; - top: 44mm; - right: 7mm; - width: 150mm; - z-index: 1; - /*border: 1px solid blue;*/ + div.cover p.title, + div.backcover p.title{ + width: 300px; + hyphens: none; + } + div.cover p.title + p, + div.backcover p.title + p{ + /*margin-top: -3mm !important;*/ + } + div.cover ul{ + padding: 0; + margin: 1.5em 0 !important; + } + div.cover ul li{ + margin-bottom: 0.1em !important; + list-style: none; + } + p#multi{ + position: absolute; + top: 29mm; + right: 5mm; + width: 150mm; + z-index: 1; + /*border: 1px solid blue;*/ + } + div.backcover{ + padding: 8mm 21mm 0 42mm; + /* margin-top: 17mm, margin-left: 42mm */ } - div#backcover p#logo-title{ - width: 50mm; - margin-left: -23mm; - margin-top: 17.5mm !important; - } - div#backcover p#barcode { - bottom: 9mm; - position: absolute; - left: 88mm; - } -div#spine{ - width: 19.4mm; + div.backcover b{ + margin-left: 0; + } + div.backcover p{ + margin-bottom: var(--line-height); + } + div.backcover p:first-of-type{ + margin-bottom: 9px !important; + } + div.backcover div.barcode img{ + position: absolute; + width: 45mm; + right: 14mm; /* margin-right: 14mm */ + bottom: 16mm; /* margin-bottom: 16mm */ + } + div.backcover div.logo-ohp img{ + position: absolute; + width: 50mm; + left: 12mm; /* margin-left: 12mm */ + bottom: 17mm; /* margin-bottom: 19mm */ + } + +div.spine{ + position: relative; + width: 19.4mm; /* size of the spine mentioned in template */ + /*border-left: 1px solid magenta;*/ + /*border-right: 1px solid magenta;*/ } - div#spine p#title{ + div.spine p#title{ position: absolute; - top: 22mm; + top: 25mm; transform: rotate(90deg); transform-origin: 8% -4%; width: 229mm; height: 15mm; + font-size: var(--h2-font-size); + font-family: "bitter_semi"; + line-height: var(--h2-line-height); + letter-spacing: 0.025em; + padding-top: 1mm; /*border: 1px solid lime;*/ } - div#spine p#multi-small { + div.spine p#multi-small { position: absolute; top: 114mm; width: 18mm; @@ -149,19 +167,19 @@ div#spine{ margin: 0 0.7mm; padding: 0; } - div#spine p#logo { + div.spine p#logo { position: absolute; bottom: 10mm; - width: 8mm; + width: 9mm; height: auto; margin: 0 5.2mm; padding: 0; } -div#backcover p#logo-title img, -div#spine p#multi-small img, -div#spine p#multi img, -div#spine p#logo img{ +div.backcover p#logo-title img, +div.spine p#multi-small img, +div.spine p#multi img, +div.spine p#logo img{ width: 100%; } @@ -173,3 +191,4 @@ a:hover{ text-decoration: none; page-break-inside: avoid; } + diff --git a/command-line/cover/cover.html b/command-line/cover/cover.html index dcf4725..bb43314 100644 --- a/command-line/cover/cover.html +++ b/command-line/cover/cover.html @@ -8,30 +8,29 @@
-
-

DATA browser 08
VOLUMETRIC REGIMES:
Material cultures of
quantified presence
-

Edited by Possible Bodies -

3D computation has historically co-evolved with Modern technosciences, and aligned with the regimes of optimiza-tion, normalization and hegemonic world order. The lega-cies and projections of industrial development leave traces of that imaginary and tell the stories of a lively tension between “the probable” and “the possible”. Defined as the techniques for measuring volumes, volumetrics all too easily (re)produce and accentuate the probable, and this process is intensified within the technocratic realm of contemporary hyper-computation. -

This book brings together diverse materials from an ongoing transfeminist conversation between artists, software developers and theorists working with techniques and technologies for detecting, tracking, capturing, printing, modeling and rendering volumes. -

CONTRIBUTORS: -

Manetta Berends, Sophie Boiron, Maria Dada, Pierre Huyghebaert, Phil Langley, Nicolas Malevé, Romi Ron Morrison, Simone C Niquille, Possible Bodies, Helen V. Pritchard, Blanca Pujals, Jara Rocha, Sina Seifee, Femke Snelting, Spec, The Underground Division, Kym Ward -

+
+

DATA browser 08
VOLUMETRIC REGIMES:
Material cultures of quantified presence

+

Edited by Possible Bodies

+

3D computation has historically co-evolved with Modern technosciences, and aligned with the regimes of optimiza-tion, normalization and hegemonic world order. The lega-cies and projections of industrial development leave traces of that imaginary and tell the stories of a lively tension
between “the probable” and “the possible”. Defined as the techniques for measuring volumes, volumetrics all too easily (re)produce and accentuate the probable, and this process is intensified within the technocratic realm of
contemporary hyper-computation.

+

This book brings together diverse materials from an
ongoing transfeminist conversation between artists, software developers and theorists working with
techniques and technologies for detecting, tracking,
capturing, printing, modeling and rendering volumes.

+

CONTRIBUTORS:

+

Manetta Berends, Sophie Boiron, Maria Dada, Pierre Huyghebaert, Phil Langley, Nicolas Malevé, Romi Ron Morrison, Simone C Niquille, Possible Bodies, Helen V. Pritchard, Blanca Pujals, Jara Rocha, Sina Seifee, Femke Snelting, Spec, The Underground Division, Kym Ward

www.data-browser.net

-

-

+
+
- -
+ +

DATA browser 08
VOLUMETRIC REGIMES

-
+

DATA browser 08
VOLUMETRIC REGIMES:
- Material cultures of
quantified presence + Material cultures of quantified presence

  • Possible Bodies
  • Blanca Pujals
  • @@ -50,6 +49,7 @@
  • Romi Ron Morrison
  • The Underground Division
  • Manetta Berends
+
diff --git a/command-line/cover/cover.sla b/command-line/cover/cover.sla new file mode 100644 index 0000000..7e68fb6 --- /dev/null +++ b/command-line/cover/cover.sla @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +