Restructure writing

This commit is contained in:
Matt McWilliams 2025-03-29 18:53:38 -04:00
parent 3c2083e8df
commit fdc3222f83
16 changed files with 28 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 569 KiB

After

Width:  |  Height:  |  Size: 569 KiB

View File

Before

Width:  |  Height:  |  Size: 674 KiB

After

Width:  |  Height:  |  Size: 674 KiB

View File

Before

Width:  |  Height:  |  Size: 392 KiB

After

Width:  |  Height:  |  Size: 392 KiB

View File

Before

Width:  |  Height:  |  Size: 495 KiB

After

Width:  |  Height:  |  Size: 495 KiB

View File

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB

View File

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

3
docs/report/compile.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
pandoc --wrap=preserve ./README.md -o ./residency_report.pdf

Binary file not shown.

View File

@ -54,8 +54,8 @@ Changes that are made and "committed" to the git repository are stored as "diffs
This allows for the tracking of changes over time, with notes annotated why they were made and what they address, and provides the ability to roll back changes to earlier versions of the project.
Many of the illustrations and renderings in this paper were made by rolling back to earlier stages in the design process and using exactly what was represented in the code on specific dates or before certain changes were made.
Using a human-readable design format means that even if the software for rendering the printable models no longer exists or no longer works or for some reason cannot be executed, the features of the design can be preserved and recreated by reading the measurements it describes.
Dimensions and makeup of each part are stored in such a way with adjacent comments and other semantic signifiers to describe the 3D objects in such a way that a person with the code printed out on paper could, theoretically, reconstruct.
Using a human-readable design format means that even if the software for rendering the printable models no longer exists or no longer works or for some reason cannot be executed, the features of the design can be theoretically preserved and recreated by reading the measurements described.
Dimensions and makeup of each part are stored in such a way with adjacent comments and other semantic signifiers to describe the 3D objects in such a way that a person with the OpenSCAD code printed out on paper could reconstruct or recreate in another CAD software.
The ultimate goal of this project is to create a free and open design that is a platform that others can expand on to fulfill their production needs.
The goal is *not* to create a "product" and take on all of the expectations and economic considerations that endeavor requires.
@ -64,6 +64,10 @@ This goal does not preclude the possiblity that motivated individuals and organi
# SPECTRAL Residency at Filmwerkplaats
Motivation for this design was spurred on by the SPECTRAL project--Spatial, Performative & Expanded Cinematics Transnational Research at Artist-run Labs[@spectral].
As a part of the SPECTRAL project, Filmwerkplaats proposed a device research topic: creating a DIY contact printer.
In order to fulfill this research proposal the lab hosted a residency with myself, Hrvoje Spudić [@spudic] and Nan Wang [@wang].
We were given time and resources to explore our various topics of research related to contact printing and creating sound prints.
# The Contact Printer

View File

@ -41,6 +41,12 @@
urldate={2025-02-21}
}
@online{spudic,
title={osoba hrvoje},
url={https://hrvojespudic.net/},
urldate={2025-03-28}
}
@online{spudic-device,
author={Hrvoje Spudić},
title={DIY 16mm optical sound recorder, v2: The device.},
@ -48,6 +54,12 @@
urldate={2025-02-24}
}
@online{wang,
title={Nan.W},
url={https://nanwang.org/},
urldate={2025-03-28}
}
@article{robertson1954evaluation,
title={Evaluation of the steadiness of 16mm prints},
author={Robertson, AC},
@ -82,4 +94,10 @@
title={OpenSCAD - About},
url={https://openscad.org/about.html},
urldate={2025-02-26}
}
@online{baltic,
title={Baltic Analog Lab},
url={https://www.balticanaloglab.lv/},
urldate={2025-03-28}
}

View File

@ -0,0 +1 @@
Test,Resolution,PWM,Takeup PWM
1 Test Resolution PWM Takeup PWM

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd ./notes
pandoc --wrap=preserve ./residency_report.md -o ./residency_report.pdf