diff --git a/index.html b/index.html new file mode 100644 index 0000000..22bac00 --- /dev/null +++ b/index.html @@ -0,0 +1,116 @@ + + + + + + + Document + + + + +
+

Algoliterary Publishing House

+

This project by Anaïs Berck proposes to explore the notion of a publishing house in which the authors are algorithms, presented with their contexts and codes; and in which the content of the books seeds with trees and nature. By putting the tree and its representations at the center of their works, and by welcoming algorithms not at the service of extracting resources or value towards a commercial objective, but for making kin with nature, these intelligences create narratives which speak about trees and also challenge colonial views of classification, methods of standardization, and might speak critically about the effects of dominant cultures. While doing so, they put trees at the center of the creation, and therefore decenter the perspective of the human being.

+

The project looks into formal narratives generated by algorithms, question the form of the book as an object and authorial product, explore the concept of a ‘decolonial publishing house’ and experiment with the influence of ‘forest baths’ on the writing of code and the communication with trees.

+
+ + + \ No newline at end of file diff --git a/static/fonts/fira-mono/FiraMono-Bold.ttf b/static/fonts/fira-mono/FiraMono-Bold.ttf new file mode 100644 index 0000000..db6f63f Binary files /dev/null and b/static/fonts/fira-mono/FiraMono-Bold.ttf differ diff --git a/static/fonts/fira-mono/FiraMono-Medium.ttf b/static/fonts/fira-mono/FiraMono-Medium.ttf new file mode 100644 index 0000000..892c124 Binary files /dev/null and b/static/fonts/fira-mono/FiraMono-Medium.ttf differ diff --git a/static/fonts/fira-mono/FiraMono-Regular.ttf b/static/fonts/fira-mono/FiraMono-Regular.ttf new file mode 100644 index 0000000..3910f17 Binary files /dev/null and b/static/fonts/fira-mono/FiraMono-Regular.ttf differ diff --git a/static/fonts/fira-mono/OFL.txt b/static/fonts/fira-mono/OFL.txt new file mode 100644 index 0000000..1ba1596 --- /dev/null +++ b/static/fonts/fira-mono/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2012-2013, The Mozilla Corporation and Telefonica S.A. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/static/styles/reset.css b/static/styles/reset.css new file mode 100644 index 0000000..af94440 --- /dev/null +++ b/static/styles/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/static/styles/styles.css b/static/styles/styles.css new file mode 100644 index 0000000..565f13b --- /dev/null +++ b/static/styles/styles.css @@ -0,0 +1,117 @@ +@font-face { + font-family: "Fira mono"; + src: url(../fonts/fira-mono/FiraMono-Regular.ttf) format(truetype); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: "Fira mono"; + src: url(../fonts/fira-mono/FiraMono-Medium.ttf) format(truetype); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: "Fira mono"; + src: url(../fonts/fira-mono/FiraMono-Regular.ttf) format(truetype); + font-weight: 600; + font-style: bold; +} + +:root { + --line-height: 16pt; + --font-size: 11pt; +} + +html, body { + font-family: "Fira mono"; + font-size: var(--font-size); + line-height: var(--line-height); +} + +body { + display: grid; + grid-template-columns: 1fr 1fr; + grid-template-rows: 1fr; + height: 100vh; + box-sizing: border-box; +} + +h1, h2 { + display: block; + letter-spacing: 0.25em; + font-weight: 500; +} + +h1 { + margin-bottom: var(--line-height); +} + +h2 { + letter-spacing: .05em; + text-decoration: underline; + cursor: pointer; +} + +p { + max-width: 80ch; + margin-bottom: var(--line-height); +} + +main { + grid-column: 1; + padding: var(--line-height) calc(3 * var(--line-height)) var(--line-height) var(--line-height); + overflow-y: auto; +} + +aside { + grid-column: 2; + border-left: 1px solid black; + overflow-y: auto; +} + +summary { + padding: calc(.5 * var(--line-height)) 0; + list-style: none; + border: none; + outline: none; +} + +.read-online-link { + margin-left: calc(-1 * var(--line-height)); + margin-right: calc(-1 * var(--line-height)); + border-top: 1px solid black; + border-bottom: 1px solid black; + letter-spacing: .2em; + padding: calc(.5 * var(--line-height)) var(--line-height); +} + +details > summary::-webkit-details-marker { + display: none; +} + +details { + border-bottom: 1px solid black; + padding: calc(.5 * var(--line-height)) var(--line-height); +} + +details + details { + margin-top: -1px; +} + +a { + color: currentColor; +} + +a:hover { + text-decoration: none; +} + +dl { + margin: var(--line-height) 0; + display: grid; + grid-template-columns: 15ch 1fr; + max-width: 80ch; + font-size: 85%; +} \ No newline at end of file