<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Stephanie Marie Cedeño</title>
	<link>https://stephaniecedeno.com</link>
	<description>Stephanie Marie Cedeño</description>
	<pubDate>Fri, 13 Oct 2023 05:57:33 +0000</pubDate>
	<generator>https://stephaniecedeno.com</generator>
	<language>en</language>
	
		
	<item>
		<title>poema circulatorio</title>
				
		<link>https://stephaniecedeno.com/poema-circulatorio</link>

		<pubDate>Sat, 13 Mar 2021 22:51:46 +0000</pubDate>

		<dc:creator>Stephanie Marie Cedeño</dc:creator>

		<guid isPermaLink="true">https://stephaniecedeno.com/poema-circulatorio</guid>

		<description>← return &#38;nbsp; 
Poema circulatorio (para la desorientación general)
~ an interface for Mexican poet Octavio Paz’s 1973 poem&#38;nbsp;



created with Python’s Beautiful Soup Library &#38;amp; p5.js; 
at ArtCenter Graduate Media Design Practices, 2018</description>
		
	</item>
		
		
	<item>
		<title>azulejo</title>
				
		<link>https://stephaniecedeno.com/azulejo</link>

		<pubDate>Sun, 21 Aug 2022 19:04:14 +0000</pubDate>

		<dc:creator>Stephanie Marie Cedeño</dc:creator>

		<guid isPermaLink="true">https://stephaniecedeno.com/azulejo</guid>

		<description>← return &#38;nbsp; 
azulejo&#38;nbsp;
~ limpiando el smart city &#38;nbsp;
azulejo is a time-based media piece centered on the invisible cleaning routine of a Latina worker as she does her night shift through an imagined smart city. By going through her work routine, we get a sense of the repetitive, endless, solitary, and overwhelming quality to maintenance work. However, while maintenance is exhausting, our protagonist exits our screens with a sense of satisfaction. 
The video opens with Chapter I. Omaira––a tribute to my late grandmother.





Video was constructed using Processing (to create the tiled background) &#38;amp; my own digital collage works for the cityscapes.
Exhibited during the 2020 Abierto Mexicano de Diseño.</description>
		
	</item>
		
		
	<item>
		<title>Home as Flower</title>
				
		<link>https://stephaniecedeno.com/Home-as-Flower</link>

		<pubDate>Fri, 13 Oct 2023 05:57:33 +0000</pubDate>

		<dc:creator>Stephanie Marie Cedeño</dc:creator>

		<guid isPermaLink="true">https://stephaniecedeno.com/Home-as-Flower</guid>

		<description>
	Stephanie Marie Cedeño is a designer, artist, educator, and writer based in Berlin. She consistently oscillates between applied and experimental realms. Outside of industry, she teaches interaction &#38;amp; media design; documents methods on her teaching portal; and collects concepts and intuitions on Are.na.&#38;nbsp;
•
Recent Writing

✿ centering maintenance,&#38;nbsp;An Encyclopedia of Radical Helping edited by Erin Segal, Chris Hoff, and Julie Cho; published by Thick Press✿ House-Wi-Fi-zation, Are.na Annual 2023, edited by Meg Miller



•
read.cv
instagram
email



	•This website is typset in Sunset Gothic by Colophon Foundry.




  
  FYI.&#38;nbsp; &#38;nbsp; I’ve just returned from Elternzeit.&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;I'm still catching up to things!&#38;nbsp; &#38;nbsp;Thank you.☻

 






dragElement(document.getElementById("mutterschutzdiv"));

function dragElement(elmnt) {
  var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;
  if (document.getElementById(elmnt.id + "header")) {
    // if present, the header is where you move the DIV from:
    document.getElementById(elmnt.id + "header").onmousedown = dragMouseDown;
  } else {
    // otherwise, move the DIV from anywhere inside the DIV:
    elmnt.onmousedown = dragMouseDown;
  }

  function dragMouseDown(e) {
    e = e &#124;&#124; window.event;
    e.preventDefault();
    // get the mouse cursor position at startup:
    pos3 = e.clientX;
    pos4 = e.clientY;
    document.onmouseup = closeDragElement;
    // call a function whenever the cursor moves:
    document.onmousemove = elementDrag;
  }

  function elementDrag(e) {
    e = e &#124;&#124; window.event;
    e.preventDefault();
    // calculate the new cursor position:
    pos1 = pos3 - e.clientX;
    pos2 = pos4 - e.clientY;
    pos3 = e.clientX;
    pos4 = e.clientY;
    // set the element's new position:
    elmnt.style.top = (elmnt.offsetTop - pos2) + "px";
    elmnt.style.left = (elmnt.offsetLeft - pos1) + "px";
  }

  function closeDragElement() {
    // stop moving when mouse button is released:
    document.onmouseup = null;
    document.onmousemove = null;
  }
}
</description>
		
	</item>
		
	</channel>
</rss>