diff --git a/content/algoliterary-works/paseo-por-los-arboles.md b/content/algoliterary-works/paseo-por-los-arboles.md index 8772b49..b129e66 100644 --- a/content/algoliterary-works/paseo-por-los-arboles.md +++ b/content/algoliterary-works/paseo-por-los-arboles.md @@ -13,10 +13,10 @@ humans: Emilia Pardo Bazán Daniel Arribas Hedo language: Spanish English -published: In development +published: 2021 license: Collective Conditions for (re-)use (CC4r), June 2021 publication_url: http://paseo-por-arboles.algoliterarypublishing.net repository: https://gitlab.constantvzw.org/anais_berck/paseo-por-arboles-de-madrid support: This book was created as part of the residency of Anaïs Berck in Medialab Prado in Madrid, granted by the Government of Flanders as part of their 'Residency Digital Culture' program. The creation happened in company of collaborators of Medialab Prado, who assisted to various workshops. - -In this book, the Markov Chain algorithm simultaneously generates a poem and a walk along trees in the neighbourhood Las Letras in the centre of Madrid. Despite the impression that there are few trees in the neighbourhood, the algorithm counts 460 of them. Markov Chain was designed in 1906 by Andrey Markov, a Russian mathematician who died in 1992. This algorithm is at the basis of many softwares that generate spam. It is used for systems that describe a series of events that are interdependent. What happens depends only on the previous step. That is why Markov Chains are also called "memoryless". \ No newline at end of file + +In this book, the Markov Chain algorithm simultaneously generates a poem and a walk along trees in the neighbourhood Las Letras in the centre of Madrid. Despite the impression that there are few trees in the neighbourhood, the algorithm counts 460 of them. Markov Chain was designed in 1906 by Andrey Markov, a Russian mathematician who died in 1992. This algorithm is at the basis of many softwares that generate spam. It is used for systems that describe a series of events that are interdependent. What happens depends only on the previous step. That is why Markov Chains are also called "memoryless". diff --git a/content/algoliterary-works/sorted-trees.md b/content/algoliterary-works/sorted-trees.md new file mode 100644 index 0000000..82c38eb --- /dev/null +++ b/content/algoliterary-works/sorted-trees.md @@ -0,0 +1,16 @@ +title: Levenshtein Distance +algorithm: Levenshtein Distance +trees: eucaliptus + found species in Spanish on the internet +humans: Julio Cortázar + Gijs de Heij + An Mertens +language: Spanish + English +published: 2021 +license: Collective Conditions for (re-)use (CC4r), June 2021 +repository: https://gitlab.constantvzw.org/anais_berck/levenshtein-distance-lee-a-cortazar +publication_url: http://anaisberck.tabakalera.eus/ +support: This book is a creation for ÁGORA / CEMENT / CÓDIGO, an online exhibition curated by Lekutan, within the programme of Komisario Berriak supported by Tabakalera in Donostia/San Sebastián, Spain. +thanks: Andrea Estankona, Jaime Munárriz, Esther Berdión + +The author of this book is the Levenhstein Distance algorithm, the subject is the eucalyptus tree in "Fama y eucalipto", an excerpt from Historias de Cronopios y de Famas by Julio Cortázar, published in 1962 by Editorial Minotauro. Levenshtein distance, edit distance or word distance is an algorithm that operates in spell checkers. It is the minimum number of operations required to transform one word into another. An operation can be an insertion, deletion or substitution of a character. The algorithm was an invention of Russian scientist Vladimir Levenshtein in 1965. diff --git a/content/algoliterary-works/trees-sorted.md b/content/algoliterary-works/trees-sorted.md new file mode 100644 index 0000000..bd9a8f5 --- /dev/null +++ b/content/algoliterary-works/trees-sorted.md @@ -0,0 +1,13 @@ +title: Tree(s) sort(ed) +algorithm: Tree sort +trees: beeches, oaks, maples, chestnuts in Bois de la Cambre/Ter Kameren Bos and Sonian Forest +humans: 60 students of ESA Saint-Luc Bruxelles, Jara Rocha, Outi Laiti, Stephan Kampelmann, Nathalie Grandjean, Loren Ren Britton, Guillaume Slizewicz, Gijs de Heij, An Mertens. +language: English +published: 2022 +license: Collective Conditions for (re-)use (CC4r), June 2021 +publication url: Sorted by date; Sorted by colour; Sorted by natural element; Alt-text +repository: https://gitlab.constantvzw.org/anais_berck/trees-sorted +support: These posters are a creation for the exhibition in the framework of the Open Door Days in ESA Saint-Luc Bruxelles with the support of FRArt. +thanks: Danielle Lenaerts, Mark Streker + +The generator of this poster is the tree sort algorithm, the subject are all the trees, algorithmic exercises and human beings involved in the residency of Anaïs Berck at the Villa Empain and ESA Saint-Luc Bruxelles in October 2021. The images and texts are srted following different criteria: time, colour and the natural element in the alt-text description of the images. Tree sort or binary search tree allows for fast lookup, addition, and removal of data items, and can be used to implement dynamic sets and lookup tables. The basic operations include: search, traversal, insert and delete.They are used in relational databases, data compression code, in Unix kernels for managing a set of virtual memory areas, and more. The binary search tree algorithm was discovered independently by several researchers, including P.F. Windley, Andrew Donald Booth (UK), Andrew Colin (UK), Thomas N. Hibbard (US), and attributed to Conway Berners-Lee (UK) and David Wheeler (UK), in 1960 for storing labelled data in magnetic tapes.