add staff bios

master
Michael Murtaugh 2 years ago
parent da78629ca0
commit 68c720e3bd

Binary file not shown.

@ -0,0 +1,10 @@
from pathlib import Path
img = Path("images")
for src in img.glob("*.png"):
# print (src)
target = img / f"{src.stem}-320x.webp"
# print (target)
Command(f"{target}", f"{src}", action="convert -resize 320x $SOURCE $TARGET")
# Command(, f"{src}")

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

@ -0,0 +1,21 @@
## Steve Rushton
![](images/ProfileSteveR-320x.webp)
Steve Rushton is a writer and editor based in Rotterdam. Rushtons publications include *Experience, Memory, Re-enactment*, 2005 (co-editor); *The Milgram Re-enactment*, 2003 (contributing editor) *Masters of Reality* (2011). He has written essays and stories for numerous artists publications. He has collaborated with a number of artists and writers, including Rod Dickinson, Thomson & Craighead, Everything Editorial and Dexter Sinister. He is a co-founder of the research group Signal:Noise (2010-12), which investigated the prevalence of notions of feedback in contemporary culture. His ongoing project, a wiki entitled *The Fabulous Loop de Loop, a cybernetic discourse as read through seven feedback machines* (2020-present), builds on these interests
**Current project (perpetually ![](images/Construction.gif) in-process)** *The Fabulous Loop de Loop*
<https://hub.xpub.nl/fabulousloopdeloop/index.php/Main_Page>
**A few past projects**
*Closed Circuit*:
(article related to)
<http://www.aksioma.org/closed_circuit/steve_rushton.html>
(video clip of)
<https://www.roddickinson.net/pages/closedcircuit/project-video.php>
*Short Film About War*:
<http://www.thomson-craighead.net/warfilm.html>
Loading…
Cancel
Save