<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>BriAnna Rosen</title>
	<link>https://briannarosen.com</link>
	<description>BriAnna Rosen</description>
	<pubDate>Sun, 28 Jun 2026 22:41:42 +0000</pubDate>
	<generator>https://briannarosen.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Bio</title>
				
		<link>https://briannarosen.com/Bio</link>

		<pubDate>Fri, 16 Nov 2012 02:30:32 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Bio</guid>

		<description>Biography

BriAnna Rosen (b. 1989, she/her) is an artist and curator based in Philadelphia, Pennsylvania exploring the poetics of politics and spectacle with installation, video, and publications. Currently, Rosen works as a co-director and curator for Fuller Rosen Gallery alongside her partner EM Fuller.&#38;nbsp;
Rosen completed her BA in Film and Video Production in 2012 at Pacific University graduating summa cum laude. Rosen then finished the MFA in Visual Studies program at Pacific Northwest College of Art in 2016 and received the thesis award for A Freestyle Artist: Sociopolitical Art in Five Interventions. From 2016 - 2018, Rosen co-founded and managed Killjoy Collective, an artist-run space in the Troy Laundry Studios in southeast Portland.</description>
		
	</item>
		
		
	<item>
		<title>Selected Bibliography</title>
				
		<link>https://briannarosen.com/Selected-Bibliography</link>

		<pubDate>Sun, 28 Apr 2019 22:20:31 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Selected-Bibliography</guid>

		<description>Selected BibliographyAmanda Clem, “KBOO Art Focus: Amanda Clem Interviews Fuller Rosen Gallery’s Bri Rosen and EM Fuller,“ KBOO Art Focus, November 10, 2020Andrew Jankowski, “Profiles in Queer Excellence and Resilience,“ Portland Mercury, June 06, 2019Raechel Herron Root, “Shining a Light on Portland’s Art Scene: 10 Exciting Venues in the Rose City,” Hyperallergic, October 22, 2019
Lusi Lukova, “Unraveling Family History,” Oregon ArtsWatch, November 29, 2018
Shannon Gormley, “’Sun Kittens &#38;amp; Moon Puppies’ Imagines a Post-Patriarchy World,” Willamette Week, July 26, 2018
Nim Wunnan, “Killjoy Collective makes space for ‘Children of Revulsion,” Oregon ArtsWatch, June 15, 2018
Ashley Gifford, “Interviews: BriAnna Rosen,” Art &#38;amp; About PDX, June 13, 2018
Shannon Gormley, “A New Performance Art Piece Examines Propaganda Through a Russian Pop Star and Toilets,” Willamette Week, March 21, 2018
Meghan Burbank, “Fischli and Weiss Meets Clarissa Explains It All,” PortlandMercury, July 19, 2017
Kara Weisenstein, “Why Portland Needs All-Women Art Spaces,” VICE, April 22, 2017</description>
		
	</item>
		
		
	<item>
		<title>Timeline</title>
				
		<link>https://briannarosen.com/Timeline</link>

		<pubDate>Sun, 28 Jun 2026 22:41:42 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Timeline</guid>

		<description>
  
  
    :root{
      --bg:#06101a;
      --panel:#081724;
      --ink:#d7f6ff;
      --muted:#9fb8c2;
      --teal:#aaccd4;
      --berry:#ee3460;
      --yellow:#f5c542;
      --purp:#8800ff;
      --moss:#5faf8f;
      --line:rgba(170,204,212,.34);
    }

    *{box-sizing:border-box}
    body{
      margin:0;
      background:
        radial-gradient(circle at 80% 0%, rgba(136,0,255,.18), transparent 30%),
        radial-gradient(circle at 10% 20%, rgba(170,204,212,.14), transparent 34%),
        linear-gradient(180deg, #03080e, var(--bg) 55%, #02060b);
      color:var(--ink);
      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height:1.45;
    }

    .poster{
      max-width:1200px;
      margin:0 auto;
      padding:48px 22px 64px;
    }

    header{
      border-bottom:1px solid var(--line);
      padding-bottom:28px;
      margin-bottom:32px;
      position:relative;
    }

    h1{
      margin:0;
      font-family: Georgia, "Times New Roman", serif;
      font-size:clamp(3rem, 8vw, 6.8rem);
      letter-spacing:.04em;
      color:var(--teal);
      line-height:.9;
      text-transform:uppercase;
      text-shadow:0 0 18px rgba(170,204,212,.25);
    }

    .subtitle{
      margin:.65rem 0 0;
      color:var(--berry);
      text-transform:uppercase;
      letter-spacing:.28em;
      font-weight:700;
      font-size:clamp(.9rem, 2vw, 1.3rem);
    }

    .grid{
      display:grid;
      grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
      gap:34px;
      align-items:start;
    }

    .timeline{
      position:relative;
      padding-left:74px;
    }

    .timeline:before{
      content:"";
      position:absolute;
      left:38px;
      top:0;
      bottom:0;
      width:2px;
      background:linear-gradient(var(--teal), var(--berry), var(--purp), var(--moss), var(--yellow));
      box-shadow:0 0 16px rgba(170,204,212,.35);
    }

    .event{
      position:relative;
      padding:0 0 26px;
      border-bottom:1px dashed rgba(170,204,212,.18);
      margin-bottom:18px;
    }

    .event:before{
      content:"";
      position:absolute;
      left:-43px;
      top:7px;
      width:13px;
      height:13px;
      border-radius:50%;
      background:var(--dot, var(--teal));
      box-shadow:0 0 14px var(--dot, var(--teal));
    }

    .year{
      color:var(--dot, var(--teal));
      font-size:1.8rem;
      font-weight:900;
      letter-spacing:.03em;
      margin-bottom:5px;
    }

    .date{
      color:var(--berry);
      text-transform:uppercase;
      letter-spacing:.08em;
      font-weight:800;
      font-size:.85rem;
    }

    .event h2{
      margin:.2rem 0 .4rem;
      font-size:1.05rem;
      color:#fff;
    }

    .event p, .event li{
      color:var(--muted);
      margin:.35rem 0;
    }

    .event ul{
      margin:.55rem 0 0;
      padding-left:1.1rem;
    }

    .tag{
      display:inline-block;
      color:#041019;
      background:var(--dot, var(--teal));
      border-radius:999px;
      padding:.18rem .55rem;
      margin:.25rem .25rem .25rem 0;
      font-size:.72rem;
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.08em;
    }

    .sports{
      position:sticky;
      top:20px;
      background:rgba(8,23,36,.76);
      border:1px solid var(--line);
      border-radius:22px;
      padding:26px;
      box-shadow:0 0 30px rgba(0,0,0,.35);
      backdrop-filter:blur(8px);
    }

    .sports h2{
      margin:0 0 20px;
      color:var(--teal);
      text-transform:uppercase;
      letter-spacing:.18em;
      font-size:1rem;
    }

    .sport{
      border-top:1px solid var(--line);
      padding:20px 0;
    }

    .sport:first-of-type{border-top:0;padding-top:0}

    .sport h3{
      margin:0 0 10px;
      color:var(--accent);
      text-transform:uppercase;
      letter-spacing:.08em;
      font-size:1.05rem;
    }

    .sport p{
      margin:.35rem 0;
      color:var(--muted);
    }

    .sport strong{color:var(--accent)}

    footer{
      margin-top:36px;
      padding-top:24px;
      border-top:1px solid var(--line);
      color:var(--teal);
      text-align:center;
      font-style:italic;
      letter-spacing:.04em;
    }

    @media (max-width:850px){
      .grid{grid-template-columns:1fr}
      .sports{position:relative;top:auto}
      .timeline{padding-left:52px}
      .timeline:before{left:24px}
      .event:before{left:-34px}
    }
  



Life &#38;amp; Career Timeline1954︎ Wayne Rosen is born
        1957︎ Agnes Borja is born
        1968︎ Borja family relocates from Guam to Hayward, California
        1981︎ Wayne Rosen and Agnes Borja marry
        1987︎ Jacob Rosen is born in Portland, Oregon

        
          1989︎ BriAnna Rosen is born in Portland, Oregon

          The Portland Trail Blazers, led by Clyde Drexler, are emerging as one of the NBA’s elite teams
        

        1990︎ EM Fuller is born in Charlotte, North Carolina

The Portland Trail Blazers reach the NBA Finals
        1992The Portland Trail Blazers make their second NBA Finals appearance in three seasons
        1997–1998︎&#38;nbsp;Wayne Rosen accepts a U.S. Army medical school scholarship, beginning the family’s military chapter

        
          1998
          ︎ Family relocates to Kailua, Hawai’i


          The USWNT wins the FIFA Women’s World Cup the following summer, inspiring a new generation of women’s soccer in America
        

        
          1999
          ︎ Family moves to San Antonio, Texas


          The San Antonio Spurs win their first NBA Championship


          The USWNT defeats China in the 1999 FIFA Women’s World Cup Final
        

        2003︎ Family relocates to Würzburg, Germany

The San Antonio Spurs win their second NBA Championship
        2005While living in Germany, the San Antonio Spurs capture their third NBA Championship
        2006︎ Family returns to San Antonio, Texas
        2007The San Antonio Spurs win their fourth NBA Championship

        
          2008
          Graduates from Winston Churchill High School in San Antonio, Texas

Begins undergraduate studies at Pacific University in Forest Grove, Oregon


          The Philadelphia Phillies win the 2008 World Series
        

        2010Debuts Cherry Orchard&#38;nbsp;video installation at Pacific University
        2012Graduates summa cum laude from Pacific University with a B.A. in Media Arts

Margo &#38;amp; Jones screens at&#38;nbsp;Columbia Gorge International Film Festival2014Begins MFA studies in Visual Studies at Pacific Northwest College of Art&#38;nbsp;
︎ Meets EM Fuller&#38;nbsp;

The San Antonio Spurs win their fifth NBA Championship

        
          2015
          The USWNT wins the 2015 FIFA Women’s World Cup
Participates in Night Lights, MFA VS First Year Exhibition, Focus Fest, and&#38;nbsp;Sugar Rush

        


          2016
          Graduates from PNCA and receives the MFA Thesis Award for A Freestyle Artist: Sociopolitical Art in Five Interventions


          Co-founds Killjoy Collective in Portland, Oregon with EM Fuller and fellow PNCA artists

Hosts Freestyle Pop-Up, Intervention No. 03, and&#38;nbsp;Intervention No. 05

        2017︎ Adopts Mika
 
Co-curates B R O A D C A S T with Jodie Cavalier,&#38;nbsp;Laugh Your Panties Off, and&#38;nbsp;Nasty Women Portland with Tessa Heck&#38;nbsp;at Killjoy Collective



        
          2018
          Killjoy Collective hosts B R O A D C A S T&#38;nbsp; I I&#38;nbsp;,&#38;nbsp;A Melon Baby’s Falsetto Sounds Better in the Bathroom, and&#38;nbsp;Children of Revulsion
Killjoy Collective stars in A Good Pink at Portland Community College and Sun Kittens &#38;amp; Moon Puppies at Portland State University&#38;nbsp;


Launches&#38;nbsp;Fuller Rosen Gallery in Portland, Oregon with EM Fuller 


          Curates inaugural Fuller Rosen exhibition TREGUAS, Angélica Maria Millán Lozano at the Ford Building


          The Philadelphia Eagles win Super Bowl LII
        

        2019The USWNT wins its fourth FIFA Women’s World Cup
︎ Adopts Moon
Fuller Rosen exhibits Ego Placebo, Sublimation, A Thirst for Saltwater, flat out, A Change of Light, and A Thousand Cuts

        2020Fuller Rosen Gallery continues  programming safely throughout the COVID-19 pandemic and moves to NW Lovejoy Street

Curates&#38;nbsp;American Hex, Patterning, Loopholes, Ambrosia, and&#38;nbsp;NO SANCTUARY
        2021Curates Things that have to do with fire, umm no, Resound, After Boucher, and The Longest Leg
        2022Curates Possessions, Possessions, Second Honeymoon, and Held Tight︎ Marries EM Fuller in Las Vegas, Nevada 


        2023︎&#38;nbsp;Family moves to Philadelphia, Pennsylvania
Fuller Rosen Gallery relocates and opens in Chinatown

Curates Homesick, live laugh lobotomize, and At The Same Time
        2024Curates Hand Me Downs, After Boucher, Entre Dos Palmas, The Circadian Support Cycle, and Tender Giants
        
          2025
          The Philadelphia Eagles win Super Bowl LIX, defeating Kansas City 40–22 earning the franchise’s second Super Bowl title


          
          Curates conjunctions, Crawl Space, Flat Works for Structured Bodies, Tower of Babel, and Sweet Pea
        
      

      
        Sports Milestones
Portland Trail Blazers
          1990 — NBA Finals
          1992 — NBA Finals
        

        
          San Antonio Spurs
          1999, 2003, 2005, 2007, 2014 — NBA Champions
        

        
          Philadelphia Phillies
          2008 — World Series Champions
          2022 — National League Champions
        

        
          Philadelphia Eagles
          2018 — Super Bowl LII Champions
          2023 — Super Bowl LVII Appearance
          2025 — Super Bowl LIX Champions
          
        

        
          Philadelphia 76ers
          1983 — NBA Champions
          2001 — NBA Finals Appearance
          2020 — Tyrese Maxey drafted in 1st Round2025 — V. J. Edgecombe drafted in 1st Round


        

        
          U.S. Women’s National Team
          1991, 1999, 2015, 2019 — FIFA Women’s World Cup Champions
        
      
    

    
  
  
︎︎︎ Back to top&#38;nbsp;</description>
		
	</item>
		
		
	<item>
		<title>home</title>
				
		<link>https://briannarosen.com/home</link>

		<pubDate>Sun, 03 Feb 2013 03:11:47 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/home</guid>

		<description>Experience + 










Matter +&#38;nbsp;Collaboration

Email ︎ BriAnna
Watch ︎ videosGaze ︎ photos
Shop&#38;nbsp;︎ closet&#38;nbsp;


Visit Fuller Rosen Gallery
View&#38;nbsp;Freestyle Art Magazine
</description>
		
	</item>
		
		
	<item>
		<title>Statement</title>
				
		<link>https://briannarosen.com/Statement</link>

		<pubDate>Wed, 23 Mar 2016 22:01:37 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Statement</guid>

		<description>Artist Statement


My creative practice centers around two distinct, yet congruent, conversations between the exterior world of mass media culture and the interior realm of individual illumination. My work reveals the manipulative and constructed nature of hegemonic culture through the act of détournement. Using mediums that have origins in profit-oriented fields — posters, videos, magazines — I analyze the radiating effects the spectacle has on an audience. My current publication, Freestyle Art Magazine, is an amalgamation of individual poetical discourse and sociopolitical research.

Additionally, I investigate the possibilities of reclaiming these media for the individual by using them for therapeutic expression. My lyrical, single-channel, poetry videos allow me to extract the poison of neurotic, existential melancholy flowing within me and synthesize an antidote to be shared with the public. It is my intention for these works to serve as reminders to an audience that films and videos are fluid media; advertisements and blockbusters are merely one end of a wide spectrum of possibilities.
</description>
		
	</item>
		
		
	<item>
		<title>CV</title>
				
		<link>https://briannarosen.com/CV</link>

		<pubDate>Mon, 28 Mar 2016 04:16:29 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/CV</guid>

		<description>Curriculum Vitae
Education

Master of Fine Arts in Visual Studies, Thesis Award, Pacific Northwest College of Art, Portland OR, 2016

Bachelor of Arts in Media Arts, Summa Cum Laude, Pacific University, Forest Grove OR, 2012


Curatorial Projects

Fuller Rosen Gallery&#38;nbsp;&#124; 2018 - present
Co-Founder, Co-Director, CuratorMore Information &#38;nbsp;

Sweet Pea, Ryan Patrick Krueger, 2025
Tower of Babel, cassie renée peña, 2025
Flat Works for Structured Bodies, Pilar Gallego, 2025
Crawl Space, Olivia Faith Harwood, 2025
conjunctions, Mira Dayal, 2025
Tender Giants, Amiko Li, 2024
The Circadian Support Cycle, Amy Chiao, 2024
Entre Dos Palmas, Angélica Maria Millán Lozano + Laura Camila Medina, 2024
After Boucher, Molly Jae Vaughan, 2024
Hand Me Downs, Frankie Krupa Vahdani, 2024
Homesick, Reem Al-Wakeal, Wiley + Sabrina (Bingyi) Spurlock, and Amy Chiao, 2023
live laugh lobotomize, Yuyang Zhang, 2023
At The Same Time, Rebecca Tennenbaum, 2023
Held Tight, Molly Alloy + Arielle Zamora, 2022
Second Honeymoon, Dana Robinson, 2022
Possessions, Possessions, Olivia Faith Harwood, 2022
The Longest Leg, Emmanuela Soria Ruiz, 2021
After Boucher, Molly Jae Vaughan, 2021
Resound, Angélica Maria Millán Lozano + Frankie Krupa Vahdani, 2021
umm no, Yuyang Zhang, 2021
Things that have to do with fire, Vo Vo, 2021
NO SANCTUARY, Panteha Abareshi + Kayley Berezney, 2020
Ambrosia, Grace Stott, 2020
Loopholes, Devin Harclerode + Laura Camila Medina, 2020
Patterning, Ophir El-Boher, 2020
American Hex, Christine Miller + Brittany Vega, 2020
A Thousand Cuts, B.G-Osborne, 2019
A Change of Light and other observations, Sammie Cetta, 2019
flat out, Brandi Kruse, 2019
A Thirst for Saltwater, Lehuauakea Fernandez, 2019
Sublimation, Diana Palermo, 2019
Ego Placebo, Wiley, 2019
TREGUAS, Angélica Maria Millán Lozano, 2018



Killjoy Collective &#124;&#38;nbsp;2016 - 2018
Founding Member, Co-Director, Curator
More Information&#38;nbsp; 




Sun Kittens &#38;amp; Moon Puppies, Portland State University Littman Gallery, 2018Children of Revulsion with Tabitha Nikolai, 2018A Melon Baby’s Falsetto Sounds Better in the Bathroom, Amy Chiao, 2018Pop-Up Comedy Night, Katie Piatt and That’s What She Said, 2018BROADCAST II, group video screening, 2018A Good Pink, Portland Community College North View Gallery, 2018Laugh Your Panties Off, Katie Piatt and That’s What She Said, 2017Nasty Women Portland, 2017BROADCAST, co-curated with Jodie Cavalier, group video screening, 2017
Post, 2016


Solo Exhibitions

&#38;nbsp;Freestyle Pop-Up, Greensky Gallery, Portland OR, 2016Intervention No. 05, Albert Solheim Library, Portland OR, 2016 Intervention No. 03, PNCA Holt Gallery, Portland OR, 2016 &#38;nbsp;Cherry Orchard, Pacific University, Forest Grove OR, 2010

Group Exhibitions

TIME &#38;gt; SPACE &#38;gt; PLACE, 1122 Gallery, Portland OR, 2019
Sun Kittens &#38;amp; Moon Puppies, PSU Littman Gallery, Portland OR,&#38;nbsp;2018&#38;nbsp;A Good Pink, PCC North View Gallery, Portland OR, 2018&#38;nbsp;Nasty Women Portland, Killjoy Collective, Portland OR,&#38;nbsp;2017&#38;nbsp;POST, Killjoy Collective, Portland OR,&#38;nbsp;2016&#38;nbsp;Dispersal: Mail Art Show, Rainmaker Gallery, Portland OR,&#38;nbsp;2016&#38;nbsp;Visual Studies Thesis Exhibition, Museum of Contemporary Craft, Portland OR,&#38;nbsp;2016Grass Work: A Collaborative Performance, PNCA Holt Gallery, Portland OR,&#38;nbsp;2016Blacklight, Stall Gallery, Portland OR,&#38;nbsp;2016Night Lights – in situ PORTLAND, Regional Arts &#38;amp; Culture Council, Portland OR, 2015&#38;nbsp;MFA VS First Year Exhibition, curated by Libby Werbel, Disjecta, Portland OR,&#38;nbsp;2015&#38;nbsp;Focus Fest, curated by Jodie Cavalier, PNCA Mediatheque, Portland OR,&#38;nbsp;2015Pacific University Screening, Clinton Street Theater, Portland OR,&#38;nbsp;2015Visual Community Film Festival, 5th Avenue Cinema, Portland OR,&#38;nbsp;2015&#38;nbsp;Sugar Rush, Lodge Gallery, Portland OR,&#38;nbsp;2015&#38;nbsp;Happy Hour: The Retrospective, Lodge Gallery, Portland OR, 2014&#38;nbsp;Art of the Automobile, Gallery 360, Vancouver WA, 2013&#38;nbsp;Margo &#38;amp; Jones, Columbia Gorge International Film Festival, Vancouver WA, 2012</description>
		
	</item>
		
		
	<item>
		<title>Experience</title>
				
		<link>https://briannarosen.com/Experience</link>

		<pubDate>Sun, 03 Feb 2013 05:23:37 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Experience</guid>

		<description>Experience + Matter +&#38;nbsp;Collaboration


 Visions are worth fighting for. Why spend your life making someone else's dreams?

— Orson Welles from the movie&#38;nbsp;Ed Wood (1994)


Working primarily with video and text, my multidisciplinary practice orbits around inquiries of displacement and situation. By exploring tactics and strategies in cinema, advertising, and contemporary art, I embed my disquieted American dream into time-based spectacles and DIY-inspired objects. Currently, I am exploring the modular properties of video and the potential applications of these deconstructed elements as solo entities.





Video Art and Documentation










 
More videos available on Vimeo



Installations and Situations

2018

&#60;img width="1500" height="1000" width_o="1500" height_o="1000" data-src="https://freight.cargo.site/t/original/i/363744ef780a2f3fe7de1868e408c94958ed5e3874b7e6c2e9eb3627cae9fa69/DSC_0508.jpg" data-mid="41036381" border="0" alt="Sun Kittens &#38;amp; Moon Puppies, July - August 2018" data-caption="&#38;lt;i&#38;gt;Sun Kittens &#38;amp; Moon Puppies&#38;lt;/i&#38;gt;, July - August 2018" src="https://freight.cargo.site/w/1000/i/363744ef780a2f3fe7de1868e408c94958ed5e3874b7e6c2e9eb3627cae9fa69/DSC_0508.jpg" /&#62;
&#60;img width="2000" height="1336" width_o="2000" height_o="1336" data-src="https://freight.cargo.site/t/original/i/156b7be24539fca799b2b3beb5c83c5ca6c9c3b0d0890b8208d92b2e2fb232f1/DSC06603.jpg" data-mid="41040269" border="0" alt="Sun Kittens &#38;amp; Moon Puppies, July - August 2018" data-caption="&#38;lt;i&#38;gt;Sun Kittens &#38;amp; Moon Puppies&#38;lt;/i&#38;gt;, July - August 2018" src="https://freight.cargo.site/w/1000/i/156b7be24539fca799b2b3beb5c83c5ca6c9c3b0d0890b8208d92b2e2fb232f1/DSC06603.jpg" /&#62;
&#60;img width="2880" height="1620" width_o="2880" height_o="1620" data-src="https://freight.cargo.site/t/original/i/e76d6253eff2d33f0768003610d0932a8461dd4969188fd063831cfd23705ce8/Screen-Shot-2019-04-28-at-5.00.00-PM-copy.jpg" data-mid="41041810" border="0" alt="Sun Kittens &#38;amp; Moon Puppies, July - August 2018" data-caption="&#38;lt;i&#38;gt;Sun Kittens &#38;amp; Moon Puppies&#38;lt;/i&#38;gt;, July - August 2018" src="https://freight.cargo.site/w/1000/i/e76d6253eff2d33f0768003610d0932a8461dd4969188fd063831cfd23705ce8/Screen-Shot-2019-04-28-at-5.00.00-PM-copy.jpg" /&#62;
&#60;img width="3258" height="2300" width_o="3258" height_o="2300" data-src="https://freight.cargo.site/t/original/i/10ba3a07f17cf76d53227e0b458518958a859da493b332055b38dfa1f6488e3a/IMG_1403.jpg" data-mid="41040574" border="0" alt="A Good Pink, January - February 2018" data-caption="&#38;lt;i&#38;gt;A Good Pink&#38;lt;/i&#38;gt;, January - February 2018" src="https://freight.cargo.site/w/1000/i/10ba3a07f17cf76d53227e0b458518958a859da493b332055b38dfa1f6488e3a/IMG_1403.jpg" /&#62;
&#60;img width="3264" height="2448" width_o="3264" height_o="2448" data-src="https://freight.cargo.site/t/original/i/097e324f66d666e152746a51e3892197d8eebf6aa1f90b636b756d4954792afe/IMG_2172.jpg" data-mid="41040604" border="0" alt="A Good Pink, January - February 2018" data-caption="&#38;lt;i&#38;gt;A Good Pink&#38;lt;/i&#38;gt;, January - February 2018" src="https://freight.cargo.site/w/1000/i/097e324f66d666e152746a51e3892197d8eebf6aa1f90b636b756d4954792afe/IMG_2172.jpg" /&#62;
&#60;img width="2880" height="1620" width_o="2880" height_o="1620" data-src="https://freight.cargo.site/t/original/i/66cbb8ea74c244587466230b5117b277df287c355ed829e4562172b4d8ff8418/Screen-Shot-2019-04-28-at-5.16.43-PM.jpg" data-mid="41042202" border="0" alt="A Good Pink, January - February 2018" data-caption="&#38;lt;i&#38;gt;A Good Pink&#38;lt;/i&#38;gt;, January - February 2018" src="https://freight.cargo.site/w/1000/i/66cbb8ea74c244587466230b5117b277df287c355ed829e4562172b4d8ff8418/Screen-Shot-2019-04-28-at-5.16.43-PM.jpg" /&#62;
&#60;img width="3194" height="2395" width_o="3194" height_o="2395" data-src="https://freight.cargo.site/t/original/i/df44377fe042c883db5899cab4f02e7917479c5fd58d0b09454728c6ef039f16/IMG_2138.jpg" data-mid="41040579" border="0" alt="A Good Pink, January - February 2018" data-caption="&#38;lt;i&#38;gt;A Good Pink&#38;lt;/i&#38;gt;, January - February 2018" src="https://freight.cargo.site/w/1000/i/df44377fe042c883db5899cab4f02e7917479c5fd58d0b09454728c6ef039f16/IMG_2138.jpg" /&#62;
&#60;img width="3124" height="2343" width_o="3124" height_o="2343" data-src="https://freight.cargo.site/t/original/i/631b03cce2e2b26c5b5ce124060d400143e18f94a586fe7219b328ccf7f8e733/IMG_1505.jpg" data-mid="41040575" border="0" alt="A Good Pink, January - February 2018" data-caption="&#38;lt;i&#38;gt;A Good Pink&#38;lt;/i&#38;gt;, January - February 2018" src="https://freight.cargo.site/w/1000/i/631b03cce2e2b26c5b5ce124060d400143e18f94a586fe7219b328ccf7f8e733/IMG_1505.jpg" /&#62;



2016



&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/4b377fa36eb4152caa60302077f510e2e67fa603133c9bbb5dfbdbe8cbbc48ba/1.JPG" data-mid="6171966" border="0" alt="PNCA MFA Visual Studies Thesis Exhibition, May 2016" data-caption="&#38;lt;i&#38;gt;PNCA MFA Visual Studies Thesis Exhibition&#38;lt;/i&#38;gt;, May 2016" src="https://freight.cargo.site/w/1000/i/4b377fa36eb4152caa60302077f510e2e67fa603133c9bbb5dfbdbe8cbbc48ba/1.JPG" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/2231c7c36a234f958af51418d6dfa0d90c4cc73c42cf5f762287c11d40eefcab/2.JPG" data-mid="6171968" border="0" alt="PNCA MFA Visual Studies Thesis Exhibition, May 2016" data-caption="&#38;lt;i&#38;gt;PNCA MFA Visual Studies Thesis Exhibition&#38;lt;/i&#38;gt;, May 2016" src="https://freight.cargo.site/w/1000/i/2231c7c36a234f958af51418d6dfa0d90c4cc73c42cf5f762287c11d40eefcab/2.JPG" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/b0b30c670709faf950df25e3059d2ee0e9404830cecf25c5b762bba5f9fcb9b5/3.JPG" data-mid="6171970" border="0" alt="PNCA MFA Visual Studies Thesis Exhibition, May 2016" data-caption="&#38;lt;i&#38;gt;PNCA MFA Visual Studies Thesis Exhibition&#38;lt;/i&#38;gt;, May 2016" src="https://freight.cargo.site/w/1000/i/b0b30c670709faf950df25e3059d2ee0e9404830cecf25c5b762bba5f9fcb9b5/3.JPG" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/2df6d305edc31b03b0eab2919f0c02b126c377e93544990fc9d3eeff24988bc1/5.JPG" data-mid="6171976" border="0" alt="PNCA MFA Visual Studies Thesis Exhibition, May 2016" data-caption="&#38;lt;i&#38;gt;PNCA MFA Visual Studies Thesis Exhibition&#38;lt;/i&#38;gt;, May 2016" src="https://freight.cargo.site/w/1000/i/2df6d305edc31b03b0eab2919f0c02b126c377e93544990fc9d3eeff24988bc1/5.JPG" /&#62;
&#60;img width="2448" height="3059" width_o="2448" height_o="3059" data-src="https://freight.cargo.site/t/original/i/645187b1076ed59fc7758bfdbfd9598a2e96bd9e0d71ae6b78f52de92caa13ee/IMG_1042.JPG" data-mid="6171983" border="0" alt="Intervention No. 05, May 5 2016" data-caption="&#38;lt;i&#38;gt;Intervention No. 05&#38;lt;/i&#38;gt;, May 5 2016" src="https://freight.cargo.site/w/1000/i/645187b1076ed59fc7758bfdbfd9598a2e96bd9e0d71ae6b78f52de92caa13ee/IMG_1042.JPG" /&#62;
&#60;img width="2448" height="3059" width_o="2448" height_o="3059" data-src="https://freight.cargo.site/t/original/i/23eb9bd787969ef1640114e89ec85c382597b6b8fcf0576f4aadabc3cb27b6b3/IMG_1123.JPG" data-mid="6171985" border="0" alt="Intervention No. 05, May 5 2016" data-caption="&#38;lt;i&#38;gt;Intervention No. 05&#38;lt;/i&#38;gt;, May 5 2016" src="https://freight.cargo.site/w/1000/i/23eb9bd787969ef1640114e89ec85c382597b6b8fcf0576f4aadabc3cb27b6b3/IMG_1123.JPG" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/790950735ea081809c5d5c851c2beed958f3e25bd57564d005f36470d48ca51b/DSC03324.JPG" data-mid="6171997" border="0" alt="Intervention No. 05, May 5 2016" data-caption="&#38;lt;i&#38;gt;Intervention No. 05&#38;lt;/i&#38;gt;, May 5 2016" src="https://freight.cargo.site/w/1000/i/790950735ea081809c5d5c851c2beed958f3e25bd57564d005f36470d48ca51b/DSC03324.JPG" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/5642bf441ca1f8e7fa6080debf7fe6a9364485f5aafff826cf3e973156063001/16_DSC01576.jpeg" data-mid="6171989" border="0" alt="Intervention No. 03, Feb. 4 2016" data-caption="&#38;lt;i&#38;gt;Intervention No. 03&#38;lt;/i&#38;gt;, Feb. 4 2016" src="https://freight.cargo.site/w/1000/i/5642bf441ca1f8e7fa6080debf7fe6a9364485f5aafff826cf3e973156063001/16_DSC01576.jpeg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/3d264311ef9ab310ed62949e0dc98589cdc19cefdd7dbed86ceb1752d2c4bd6b/20_DSC01595.jpeg" data-mid="6171992" border="0" alt="Intervention No. 03, Feb. 4 2016" data-caption="&#38;lt;i&#38;gt;Intervention No. 03&#38;lt;/i&#38;gt;, Feb. 4 2016" src="https://freight.cargo.site/w/1000/i/3d264311ef9ab310ed62949e0dc98589cdc19cefdd7dbed86ceb1752d2c4bd6b/20_DSC01595.jpeg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/ed7df62b5293985ad941f124f76049cfad424d68991bab0f3074487bae2cff4b/FullSizeRender.jpg" data-mid="6171987" border="0" alt="Intervention No. 04, April 4/April 14 2016" data-caption="&#38;lt;i&#38;gt;Intervention No. 04&#38;lt;/i&#38;gt;, April 4/April 14 2016" src="https://freight.cargo.site/w/1000/i/ed7df62b5293985ad941f124f76049cfad424d68991bab0f3074487bae2cff4b/FullSizeRender.jpg" /&#62;

2015


&#60;img width="2550" height="2831" width_o="2550" height_o="2831" data-src="https://freight.cargo.site/t/original/i/9ca815ffb1271d551d5cb13824b510b72bc24ad30709b6d454a82d32e15aa622/Mel-Stevens-on-Instagram_-breezyrosen-takes-action-in-the-Atrium.jpg" data-mid="6171994" border="0" alt="Intervention No. 02, Nov. 25 2015" data-caption="&#38;lt;i&#38;gt;Intervention No. 02&#38;lt;/i&#38;gt;, Nov. 25 2015" src="https://freight.cargo.site/w/1000/i/9ca815ffb1271d551d5cb13824b510b72bc24ad30709b6d454a82d32e15aa622/Mel-Stevens-on-Instagram_-breezyrosen-takes-action-in-the-Atrium.jpg" /&#62;



2014




&#60;img width="2832" height="4240" width_o="2832" height_o="4240" data-src="https://freight.cargo.site/t/original/i/e589d9ef92193ab8268fb840a2d454a984939a5e69d15c5c5de1b597bae55de0/DSC00237.jpg" data-mid="6171995" border="0" alt="Red Balloons, Nov. 10 2014" data-caption="&#38;lt;i&#38;gt;Red Balloons&#38;lt;/i&#38;gt;, Nov. 10 2014" src="https://freight.cargo.site/w/1000/i/e589d9ef92193ab8268fb840a2d454a984939a5e69d15c5c5de1b597bae55de0/DSC00237.jpg" /&#62;
&#60;img width="2832" height="4240" width_o="2832" height_o="4240" data-src="https://freight.cargo.site/t/original/i/a9f2ce0b4db9bb174e126ebd3a38dc9162e1bc7facede8a2eb6ad30bc66d9713/DSC00348_copy.jpg" data-mid="6172005" border="0" alt="Red Balloons, Nov. 10 2014" data-caption="&#38;lt;i&#38;gt;Red Balloons&#38;lt;/i&#38;gt;, Nov. 10 2014" src="https://freight.cargo.site/w/1000/i/a9f2ce0b4db9bb174e126ebd3a38dc9162e1bc7facede8a2eb6ad30bc66d9713/DSC00348_copy.jpg" /&#62;
&#60;img width="2448" height="3264" width_o="2448" height_o="3264" data-src="https://freight.cargo.site/t/original/i/09243a4e7c6a73724c4a7c9c765b679d3916f78a635b9c9f92c48292d163773e/IMG_3749_copy.jpg" data-mid="6172011" border="0" alt="A Political Party, Nov. 14 2014" data-caption="&#38;lt;i&#38;gt;A Political Party&#38;lt;/i&#38;gt;, Nov. 14 2014" src="https://freight.cargo.site/w/1000/i/09243a4e7c6a73724c4a7c9c765b679d3916f78a635b9c9f92c48292d163773e/IMG_3749_copy.jpg" /&#62;
&#60;img width="960" height="960" width_o="960" height_o="960" data-src="https://freight.cargo.site/t/original/i/e1385971c8ad2c1a331ba64402616daa3b35979243d0853ba7ef8a484d39397b/x-mas-duck2.jpg" data-mid="6171978" border="0" alt="A Political Party, Nov. 14 2014" data-caption="&#38;lt;i&#38;gt;A Political Party&#38;lt;/i&#38;gt;, Nov. 14 2014" src="https://freight.cargo.site/w/960/i/e1385971c8ad2c1a331ba64402616daa3b35979243d0853ba7ef8a484d39397b/x-mas-duck2.jpg" /&#62;

</description>
		
	</item>
		
		
	<item>
		<title>Matter</title>
				
		<link>https://briannarosen.com/Matter</link>

		<pubDate>Wed, 23 Mar 2016 22:01:33 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Matter</guid>

		<description>Experience + Matter +&#38;nbsp;Collaboration


The conscious and intelligent manipulation of the organized habits and opinions of the masses is an important element in democratic society. Those who manipulate this unseen mechanism of society constitute an invisible government which is the true ruling power of our country. 
—  Edward Bernays


Mass media inundates us with visual communications. These transmissions flow on a singular line from the creator to the receptor with the expectation that a response will not be transferred back. The following works are my own brand of propaganda made by reconstructing media broadcasts into new compositions.

Sun Kittens &#38;amp; Moon PuppiesPrint: 142 pages. Color. 8 x 10" Paperback2018


&#60;img width="4987" height="3075" width_o="4987" height_o="3075" data-src="https://freight.cargo.site/t/original/i/079ee135acaf8dd0982980ead17a86cfeea055f0a40dcbb2668ffb3a0b58c739/skmp_new_cover_2-redux.png" data-mid="40031756" border="0"  src="https://freight.cargo.site/w/1000/i/079ee135acaf8dd0982980ead17a86cfeea055f0a40dcbb2668ffb3a0b58c739/skmp_new_cover_2-redux.png" /&#62;
&#60;img width="1920" height="1242" width_o="1920" height_o="1242" data-src="https://freight.cargo.site/t/original/i/55583077fcaa5d7fdd845eaa9dadd78a2adf9fb0a1b9806df9fa5348ec183e6b/spread_1-01-copy.png" data-mid="40031546" border="0"  src="https://freight.cargo.site/w/1000/i/55583077fcaa5d7fdd845eaa9dadd78a2adf9fb0a1b9806df9fa5348ec183e6b/spread_1-01-copy.png" /&#62;
&#60;img width="2082" height="1313" width_o="2082" height_o="1313" data-src="https://freight.cargo.site/t/original/i/a1b82492901fe0bf63f7704160b8b235b41342745ce184c87dc89dca3bf82335/SKMP_3.png" data-mid="40031545" border="0"  src="https://freight.cargo.site/w/1000/i/a1b82492901fe0bf63f7704160b8b235b41342745ce184c87dc89dca3bf82335/SKMP_3.png" /&#62;
&#60;img width="2084" height="1313" width_o="2084" height_o="1313" data-src="https://freight.cargo.site/t/original/i/30c62d8e2cb0bf8c86911a494d0034d7b76fc66f365ab5fee52775a10aa7ca8c/SKMP_2.png" data-mid="40031544" border="0"  src="https://freight.cargo.site/w/1000/i/30c62d8e2cb0bf8c86911a494d0034d7b76fc66f365ab5fee52775a10aa7ca8c/SKMP_2.png" /&#62;


Freestyle Art Magazine
Print: Variable pages. Color. Paperback.
2016 - Present



&#60;img width="5000" height="3249" width_o="5000" height_o="3249" data-src="https://freight.cargo.site/t/original/i/acce0d776afd402e40c86c99375b15ea507684ffb056b2d682a90ce83cbe297f/Freestyle---Green-Edition_All_Cover_REDUX_o.jpeg" data-mid="6172126" border="0"  src="https://freight.cargo.site/w/1000/i/acce0d776afd402e40c86c99375b15ea507684ffb056b2d682a90ce83cbe297f/Freestyle---Green-Edition_All_Cover_REDUX_o.jpeg" /&#62;
&#60;img width="5000" height="3235" width_o="5000" height_o="3235" data-src="https://freight.cargo.site/t/original/i/a7b1fc1cf2b66dd2fc6e932a3ecf6963397e7ad33d9857355c606b36a5050acd/Freestyle---Yellow-Edition_All_Cover_o.jpg" data-mid="6172125" border="0"  src="https://freight.cargo.site/w/1000/i/a7b1fc1cf2b66dd2fc6e932a3ecf6963397e7ad33d9857355c606b36a5050acd/Freestyle---Yellow-Edition_All_Cover_o.jpg" /&#62;
&#60;img width="5000" height="3249" width_o="5000" height_o="3249" data-src="https://freight.cargo.site/t/original/i/3ede09cf6afbc5685a5e58023440ba12cbe9f8007f6c393d03831efa37813b89/Freestyle---Red_Edition_Cover_April_25_Redux_Cover_o.jpg" data-mid="6172124" border="0"  src="https://freight.cargo.site/w/1000/i/3ede09cf6afbc5685a5e58023440ba12cbe9f8007f6c393d03831efa37813b89/Freestyle---Red_Edition_Cover_April_25_Redux_Cover_o.jpg" /&#62;
&#60;img width="3636" height="2363" width_o="3636" height_o="2363" data-src="https://freight.cargo.site/t/original/i/13d27cbb8daae86684fc7d015fa604dc0ed4bd2ffa0dbee285aefe0f5ca188fe/Freestyle---Blue_Edition_Cover_Outside.jpeg" data-mid="6172123" border="0"  src="https://freight.cargo.site/w/1000/i/13d27cbb8daae86684fc7d015fa604dc0ed4bd2ffa0dbee285aefe0f5ca188fe/Freestyle---Blue_Edition_Cover_Outside.jpeg" /&#62;


The Freestyle Files 
"Unaltered Pages"
Scans of paper, laser jet color print, typewriter, pen, pencil, and Sharpies.
2016


&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/87c8b0ba174858c295f95cc6f1454cc8e7f0f009a70e7a7dbf137dc8c92d93f4/November_15_0006.jpg" data-mid="6172200" border="0" alt="Previously Unpublished" data-caption="Previously Unpublished" src="https://freight.cargo.site/w/1000/i/87c8b0ba174858c295f95cc6f1454cc8e7f0f009a70e7a7dbf137dc8c92d93f4/November_15_0006.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/5efee8f070796383dbf3f189c72234024dc59432b22873b56c151255341ab9ef/November_15_0007.jpg" data-mid="6172202" border="0" alt="Previously Unpublished" data-caption="Previously Unpublished" src="https://freight.cargo.site/w/1000/i/5efee8f070796383dbf3f189c72234024dc59432b22873b56c151255341ab9ef/November_15_0007.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/fe7ec5cf316717e688ffca715c4e74514c3de01bf71eba3a50aacbd457b0aa75/November_15_0008.jpg" data-mid="6172203" border="0" alt="Previously Unpublished" data-caption="Previously Unpublished" src="https://freight.cargo.site/w/1000/i/fe7ec5cf316717e688ffca715c4e74514c3de01bf71eba3a50aacbd457b0aa75/November_15_0008.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/ad98634bdeb53b1b0bf213043c98ade924859a54a7d1ae61d956857a324e2eb0/November_15_0009.jpg" data-mid="6172204" border="0" alt="Previously Unpublished" data-caption="Previously Unpublished" src="https://freight.cargo.site/w/1000/i/ad98634bdeb53b1b0bf213043c98ade924859a54a7d1ae61d956857a324e2eb0/November_15_0009.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/cf9720fcaffa6a0fb4b5fb69d06faeaa68a30c40f90a26c59e2ee206131eab71/Red_Scan-39_not_used_in_issue.jpg" data-mid="6172185" border="0" alt="Previously Unpublished" data-caption="Previously Unpublished" src="https://freight.cargo.site/w/1000/i/cf9720fcaffa6a0fb4b5fb69d06faeaa68a30c40f90a26c59e2ee206131eab71/Red_Scan-39_not_used_in_issue.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/ee4e4bd7284c5f39db0ce931dee02ddaadd777d31b766252d45b41ffdc00767e/Red_Scan-36.jpg" data-mid="6172191" border="0" alt="From Issue 03: Red Edition" data-caption="From &#38;lt;i&#38;gt;Issue 03: Red Edition&#38;lt;/i&#38;gt;" src="https://freight.cargo.site/w/1000/i/ee4e4bd7284c5f39db0ce931dee02ddaadd777d31b766252d45b41ffdc00767e/Red_Scan-36.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/d3ee0f9f2fbba918cc81e4d01e474fe651dbcf7f2f880f1bf4d124e7207bd167/Scan-4.jpg" data-mid="6172198" border="0" alt="From Issue 02: Yellow Edition" data-caption="From &#38;lt;i&#38;gt;Issue 02: Yellow Edition&#38;lt;/i&#38;gt;" src="https://freight.cargo.site/w/1000/i/d3ee0f9f2fbba918cc81e4d01e474fe651dbcf7f2f880f1bf4d124e7207bd167/Scan-4.jpg" /&#62;
&#60;img width="2550" height="3300" width_o="2550" height_o="3300" data-src="https://freight.cargo.site/t/original/i/5a0a6c90328256c957006e11e8662a83d564e6d4aad2f7d3931027f96dda29c8/Scan-8_116.jpg" data-mid="6172194" border="0" alt="From Issue 02: Yellow Edition" data-caption="From &#38;lt;i&#38;gt;Issue 02: Yellow Edition&#38;lt;/i&#38;gt;" src="https://freight.cargo.site/w/1000/i/5a0a6c90328256c957006e11e8662a83d564e6d4aad2f7d3931027f96dda29c8/Scan-8_116.jpg" /&#62;

Z I N E&#38;nbsp; Z E R O 
Vol. 1 Issue 6
Typewriter, Instant Camera, Photographs, and Sharpie
2015


&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/08208beaee672ae772e3f11a5ecd3016e104edffe7f7de5dca55dbf9171b6b46/Rosen_BriAnna_Zine_Zero_6_1.jpg" data-mid="6172127" border="0"  src="https://freight.cargo.site/w/1000/i/08208beaee672ae772e3f11a5ecd3016e104edffe7f7de5dca55dbf9171b6b46/Rosen_BriAnna_Zine_Zero_6_1.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/dd7262cb859130a1b8f8724c7fae6d216582597d99dfbdf76265118afb695246/Rosen_BriAnna_Zine_Zero_6_2.jpg" data-mid="6172128" border="0"  src="https://freight.cargo.site/w/1000/i/dd7262cb859130a1b8f8724c7fae6d216582597d99dfbdf76265118afb695246/Rosen_BriAnna_Zine_Zero_6_2.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/2b587a18c542065ef4c196b5265cec07942017fbea0889587fc482e8b7f76112/Rosen_BriAnna_Zine_Zero_6_3.jpg" data-mid="6172129" border="0"  src="https://freight.cargo.site/w/1000/i/2b587a18c542065ef4c196b5265cec07942017fbea0889587fc482e8b7f76112/Rosen_BriAnna_Zine_Zero_6_3.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/15d7d45781d255c9f93d030bd024162fa247031a9ec0300aa0bc51b3e1da212c/Rosen_BriAnna_Zine_Zero_6_4.jpg" data-mid="6172135" border="0"  src="https://freight.cargo.site/w/1000/i/15d7d45781d255c9f93d030bd024162fa247031a9ec0300aa0bc51b3e1da212c/Rosen_BriAnna_Zine_Zero_6_4.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/e4d70f36640455b84975e206f97a17862f1fee2c55893504c0d76066e1ca55aa/Rosen_BriAnna_Zine_Zero_6_5.jpg" data-mid="6172141" border="0"  src="https://freight.cargo.site/w/1000/i/e4d70f36640455b84975e206f97a17862f1fee2c55893504c0d76066e1ca55aa/Rosen_BriAnna_Zine_Zero_6_5.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/c216653d3751a8520d661c20341a23287f3b739828bbde3fc8b9a56cc65da339/Rosen_BriAnna_Zine_Zero_6_6.jpg" data-mid="6172144" border="0"  src="https://freight.cargo.site/w/1000/i/c216653d3751a8520d661c20341a23287f3b739828bbde3fc8b9a56cc65da339/Rosen_BriAnna_Zine_Zero_6_6.jpg" /&#62;


Vol. 1 Issue 3 
Typewriter and Photographs
2015


&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/91b4f1a4c6c59516b738f40f601785c7416d5df14b67bdd395a80ee2af4482e8/Rosen_BriAnna_Zine_Zero_3_1.jpg" data-mid="6172117" border="0"  src="https://freight.cargo.site/w/1000/i/91b4f1a4c6c59516b738f40f601785c7416d5df14b67bdd395a80ee2af4482e8/Rosen_BriAnna_Zine_Zero_3_1.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/33fb39b78c993e0b4709416a49e1d01071e2272f6dc61a0b4eaad33548b3610c/Rosen_BriAnna_Zine_Zero_3_2-copy.jpg" data-mid="6172118" border="0"  src="https://freight.cargo.site/w/1000/i/33fb39b78c993e0b4709416a49e1d01071e2272f6dc61a0b4eaad33548b3610c/Rosen_BriAnna_Zine_Zero_3_2-copy.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/fa783aabed1f078f3405dfa9eb8778bd9029bbe3120241d940ea6429ac80045a/Rosen_BriAnna_Zine_Zero_3_3.jpg" data-mid="6172119" border="0"  src="https://freight.cargo.site/w/1000/i/fa783aabed1f078f3405dfa9eb8778bd9029bbe3120241d940ea6429ac80045a/Rosen_BriAnna_Zine_Zero_3_3.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/b232b46ef4559359a6958cb931fd5d0d3bf888d4a1518029c0937f1a9edf6ea7/Rosen_BriAnna_Zine_Zero_3_4.jpg" data-mid="6172120" border="0"  src="https://freight.cargo.site/w/1000/i/b232b46ef4559359a6958cb931fd5d0d3bf888d4a1518029c0937f1a9edf6ea7/Rosen_BriAnna_Zine_Zero_3_4.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/5ddb651520a1a265ac64fe0da355039fc722641d8498ae04f5fa067bcc857b84/Rosen_BriAnna_Zine_Zero_3_5.jpg" data-mid="6172121" border="0"  src="https://freight.cargo.site/w/1000/i/5ddb651520a1a265ac64fe0da355039fc722641d8498ae04f5fa067bcc857b84/Rosen_BriAnna_Zine_Zero_3_5.jpg" /&#62;
&#60;img width="3300" height="2550" width_o="3300" height_o="2550" data-src="https://freight.cargo.site/t/original/i/0d96984ff1d8d4c0185b6c77ddd08061589a4102213bb21aab995e1b1cee89b6/Rosen_BriAnna_Zine_Zero_3_6.jpg" data-mid="6172122" border="0"  src="https://freight.cargo.site/w/1000/i/0d96984ff1d8d4c0185b6c77ddd08061589a4102213bb21aab995e1b1cee89b6/Rosen_BriAnna_Zine_Zero_3_6.jpg" /&#62;
</description>
		
	</item>
		
		
	<item>
		<title>Collaboration</title>
				
		<link>https://briannarosen.com/Collaboration</link>

		<pubDate>Thu, 25 Jun 2026 19:58:47 +0000</pubDate>

		<dc:creator>BriAnna Rosen</dc:creator>

		<guid isPermaLink="true">https://briannarosen.com/Collaboration</guid>

		<description>Experience + Matter +&#38;nbsp;Collaboration

If you have some power, then your job is to empower somebody else.
— Toni Morrison
From directing Killjoy Collective to co-founding and leading Fuller Rosen Gallery, I approach curating as an extension of my artistic practice rather than a parallel profession. Working closely with artists and developing exhibitions are creative processes that mirror my own interests in community, materiality, and space. I view exhibitions as time-based compositions where audiences can engange with contemporary artwork in significant ways. Maintaining a gallery where artists can experiment, exchange ideas, and reach new viewers has profoundly shaped my thinking as a maker; just as my studio practice has informed the way I curate.
Curation and Documentation





More information available at&#38;nbsp;Fuller Rosen Gallery


2018Sun Kittens and Moon PuppiesKilljoy CollectivePSU Littman + White Gallery InstallationJuly 09, 2018 - August 02, 2018

&#60;img width="4620" height="7140" width_o="4620" height_o="7140" data-src="https://freight.cargo.site/t/original/i/af6a82f79f448def5ab89fa0fb83a9a93b947efa4c5b3d329a6cff0db9d96a3d/skmp_poster_5b-01.png" data-mid="249807558" border="0"  src="https://freight.cargo.site/w/1000/i/af6a82f79f448def5ab89fa0fb83a9a93b947efa4c5b3d329a6cff0db9d96a3d/skmp_poster_5b-01.png" /&#62;
&#60;img width="1536" height="1536" width_o="1536" height_o="1536" data-src="https://freight.cargo.site/t/original/i/614a88c1d0f080d093b7d096a9e616341ebeac213a31546ff1e772eb05e9bf55/IMG_4653.PNG" data-mid="249807568" border="0"  src="https://freight.cargo.site/w/1000/i/614a88c1d0f080d093b7d096a9e616341ebeac213a31546ff1e772eb05e9bf55/IMG_4653.PNG" /&#62;
&#60;img width="3264" height="2448" width_o="3264" height_o="2448" data-src="https://freight.cargo.site/t/original/i/7c4c1e970cabe5d8a7c351b09a2d4eda47b556aedd537a3ab68b1e9ca57d065e/IMG_4483.JPG" data-mid="249807562" border="0"  src="https://freight.cargo.site/w/1000/i/7c4c1e970cabe5d8a7c351b09a2d4eda47b556aedd537a3ab68b1e9ca57d065e/IMG_4483.JPG" /&#62;
&#60;img width="3240" height="2427" width_o="3240" height_o="2427" data-src="https://freight.cargo.site/t/original/i/be3282b63b49bbd3f712dde12a0cd4fd698f410d82a827ca4547108d7e233f3c/IMG_4659.JPG" data-mid="249807563" border="0"  src="https://freight.cargo.site/w/1000/i/be3282b63b49bbd3f712dde12a0cd4fd698f410d82a827ca4547108d7e233f3c/IMG_4659.JPG" /&#62;
&#60;img width="3240" height="3240" width_o="3240" height_o="3240" data-src="https://freight.cargo.site/t/original/i/6896148a6c80ccdffaa58811ffa48aea858927f2033c896bd1f0f9a634443e74/IMG_4737.JPG" data-mid="249807564" border="0"  src="https://freight.cargo.site/w/1000/i/6896148a6c80ccdffaa58811ffa48aea858927f2033c896bd1f0f9a634443e74/IMG_4737.JPG" /&#62;
&#60;img width="3240" height="3240" width_o="3240" height_o="3240" data-src="https://freight.cargo.site/t/original/i/e3c50b54f88fe7b396e1d8f3b378536e965d61ba25f686d4957250b7035480f1/IMG_4757.JPG" data-mid="249807565" border="0"  src="https://freight.cargo.site/w/1000/i/e3c50b54f88fe7b396e1d8f3b378536e965d61ba25f686d4957250b7035480f1/IMG_4757.JPG" /&#62;
&#60;img width="1125" height="1432" width_o="1125" height_o="1432" data-src="https://freight.cargo.site/t/original/i/8f8ea8d11e252264e366d0270109000e00da677c61b9cc5a71f990ee7df8b756/IMG_4503.PNG" data-mid="249807566" border="0"  src="https://freight.cargo.site/w/1000/i/8f8ea8d11e252264e366d0270109000e00da677c61b9cc5a71f990ee7df8b756/IMG_4503.PNG" /&#62;
&#60;img width="1125" height="1434" width_o="1125" height_o="1434" data-src="https://freight.cargo.site/t/original/i/4c0ffca51fa40aebf9badfec35bcb0f75605b7598e22851abeeb61b888be335c/IMG_4505.PNG" data-mid="249807567" border="0"  src="https://freight.cargo.site/w/1000/i/4c0ffca51fa40aebf9badfec35bcb0f75605b7598e22851abeeb61b888be335c/IMG_4505.PNG" /&#62;
&#60;img width="1125" height="1707" width_o="1125" height_o="1707" data-src="https://freight.cargo.site/t/original/i/51839fcdc72736d66f468a613cf92a75f3a23700ed53b0cdb14aa388278af1c9/IMG_4962.PNG" data-mid="249807569" border="0"  src="https://freight.cargo.site/w/1000/i/51839fcdc72736d66f468a613cf92a75f3a23700ed53b0cdb14aa388278af1c9/IMG_4962.PNG" /&#62;

“It has been years since I dropped kicked the patriarchy in the head. Boots blackened by the midnight sun, waxy permutations of silken delights; a paradise. Transfixed by cooperation and collaboration, society has turned its back on competitive capital to create worlds of equity and bliss. Hang on to artifice and apathy no more, for I have become caretaker of a renewed planet.”


— Sun Kittens and Moon Puppies: Radiant Futures


What happens when the patriarchy falls? Sun Kittens &#38;amp; Moon Puppies envisions a free and open future wherein united human society compassionately and sustainably co-exists with planet Earth and beyond. Inspired by queer and womanist utopias, Killjoy Collective embarks on a collaborative and interdisciplinary exhibition honoring the visionaries of the past and the leaders of tomorrow. Featuring new works by E.M. Fuller, Maggie-Rose Condit, BriAnna Rosen, and Rachel Rosenkoetter. 


Killjoy Collective: our collective goal is to increase the visibility of women, women-identifying, and gender non-conforming artists in Portland and beyond by curating public visual art exhibitions and events representing a community-minded and interdisciplinary approach. We seek to provide a platform for artists exploring urgent, contemporary issues via our artist-run gallery space in SE Portland.


We view Killjoy as a site of resistance and a space for collaborating voices. 


Killjoy Collective celebrates and seeks to engage women — women of color, women of all ages, women of all shapes and sizes, women with visible and invisible disabilities, immigrant women, indigenous women, queer women, trans women, and those who refuse to be put in a box. Our organization is feminist, non-hierarchical, unmotivated by profit, and deeply committed to sustaining relationships with artists and audiences. Our artist-run space strives to connect emerging creatives with intrigued audiences in a fun and intimate environment. Killjoy Collective is located inside the Troy Laundry Studios at 222 SE 10th Ave #102B Portland, OR 97214 across the street from Century bar.


Projects hosted by Killjoy Collective are free and open to the public.





Mururoa Mururoa: Big LiesKanani Miyamoto

Installation + Opening Performance
June 30, 2018 - July 21, 2018

&#60;img width="300" height="449" width_o="300" height_o="449" data-src="https://freight.cargo.site/t/original/i/b086056472b6b0a377a470b7d7fe674bceb43c59ada43f5c1fffd3c03f410824/Mururoa-Mururoa_-Big-Lies_00008.jpg" data-mid="249805231" border="0"  src="https://freight.cargo.site/w/300/i/b086056472b6b0a377a470b7d7fe674bceb43c59ada43f5c1fffd3c03f410824/Mururoa-Mururoa_-Big-Lies_00008.jpg" /&#62;
&#60;img width="300" height="449" width_o="300" height_o="449" data-src="https://freight.cargo.site/t/original/i/99b8421c019279e5ba758a2b45c57cec94d0a67dc51fd7bf592bfa61987b56b4/Mururoa-Mururoa_-Big-Lies_00006.jpg" data-mid="249805229" border="0"  src="https://freight.cargo.site/w/300/i/99b8421c019279e5ba758a2b45c57cec94d0a67dc51fd7bf592bfa61987b56b4/Mururoa-Mururoa_-Big-Lies_00006.jpg" /&#62;
&#60;img width="1000" height="1497" width_o="1000" height_o="1497" data-src="https://freight.cargo.site/t/original/i/cccfbc15aaa9db84b3f79bbe2648717ef882016ccabd2ad97899901b4e69f985/Mururoa-Mururoa_-Big-Lies_00010.jpg" data-mid="249805233" border="0"  src="https://freight.cargo.site/w/1000/i/cccfbc15aaa9db84b3f79bbe2648717ef882016ccabd2ad97899901b4e69f985/Mururoa-Mururoa_-Big-Lies_00010.jpg" /&#62;
&#60;img width="1000" height="1497" width_o="1000" height_o="1497" data-src="https://freight.cargo.site/t/original/i/9c8187d9a350897e2ae8d3a243e1763c5b248c96979ccca4f632b33673dba622/Mururoa-Mururoa_-Big-Lies_00011.jpg" data-mid="249805234" border="0"  src="https://freight.cargo.site/w/1000/i/9c8187d9a350897e2ae8d3a243e1763c5b248c96979ccca4f632b33673dba622/Mururoa-Mururoa_-Big-Lies_00011.jpg" /&#62;
&#60;img width="300" height="168" width_o="300" height_o="168" data-src="https://freight.cargo.site/t/original/i/d004da4c9b1c1e95f3f531706b9bb6d2eaf9e9e5c1d758c9c8f7cc5165a8ce6f/Mururoa-Mururoa_-Big-Lies_00004.jpg" data-mid="249805227" border="0"  src="https://freight.cargo.site/w/300/i/d004da4c9b1c1e95f3f531706b9bb6d2eaf9e9e5c1d758c9c8f7cc5165a8ce6f/Mururoa-Mururoa_-Big-Lies_00004.jpg" /&#62;
&#60;img width="2444" height="1977" width_o="2444" height_o="1977" data-src="https://freight.cargo.site/t/original/i/09a250663bf7da4f209e2c14183ed7cd3654104fb2f7f3ae557832585cd4852d/IMG_20180604_233319_536.jpg" data-mid="249807339" border="0"  src="https://freight.cargo.site/w/1000/i/09a250663bf7da4f209e2c14183ed7cd3654104fb2f7f3ae557832585cd4852d/IMG_20180604_233319_536.jpg" /&#62;
&#60;img width="300" height="168" width_o="300" height_o="168" data-src="https://freight.cargo.site/t/original/i/bbadf37912b5e99992d73039567c71167d7155437a3e8351b789e8a45b362e7f/Mururoa-Mururoa_-Big-Lies_00003.jpg" data-mid="249805226" border="0"  src="https://freight.cargo.site/w/300/i/bbadf37912b5e99992d73039567c71167d7155437a3e8351b789e8a45b362e7f/Mururoa-Mururoa_-Big-Lies_00003.jpg" /&#62;
&#60;img width="300" height="168" width_o="300" height_o="168" data-src="https://freight.cargo.site/t/original/i/ac948c00333e64aaae27b2806ddbe5c36955ba7c40708562aa8f4aa74138f572/Mururoa-Mururoa_-Big-Lies_00002.jpg" data-mid="249805225" border="0"  src="https://freight.cargo.site/w/300/i/ac948c00333e64aaae27b2806ddbe5c36955ba7c40708562aa8f4aa74138f572/Mururoa-Mururoa_-Big-Lies_00002.jpg" /&#62;
&#60;img width="7000" height="3663" width_o="7000" height_o="3663" data-src="https://freight.cargo.site/t/original/i/3d021dc14e128d751a24e9689cd4721028d718447b994ffd1a540fea4cf03d69/event_cover_photo_2-01.png" data-mid="249807342" border="0"  src="https://freight.cargo.site/w/1000/i/3d021dc14e128d751a24e9689cd4721028d718447b994ffd1a540fea4cf03d69/event_cover_photo_2-01.png" /&#62;




“Indeed, I saw in the district young women and young girls tranquil of eye, pure Tahitians…. 


All indeed, wish to be taken literally, brutally taken, without a single word.”


— Excerpt from Noa Noa, Tahiti journal of P. Gauguin




In 1769, the population of Tahiti was approximately 35,000. 


By the time Paul Gauguin arrived in Papeete in 1891, European disease had killed off two-thirds of the population. 


In the same year, colonialism had successfully destroyed the Maori people. Calvinist, Mormon, and Catholic religions replaced the indigenous beliefs and European thought and products replaced the handicrafts, barkcloth, the art of tattoo, music, and dance.


Mururoa Mururoa: Big Lies, is the start to a new dialog on the art and life of Paul Gauguin. A challenge to art institutions, art historians, and curators to recognize the true perspective of the indigenous. 



#Repost @mamakanani


・・・


I have been thinking about this for years... In 2012 I saw an exhibit at the Seattle Art Museum, Gauguin and Polynesia: An Elusive Paradise. I could not believe the ignorance of this show; the write up was absolutely ridiculous...they said “through a balanced and contextual analysis of Polynesian art alongside Gauguin’s works, this exhibit brings Polynesian arts and culture into the center of Gauguin studies”.


Gauguin is the face of colonialism: the face of a patriarchal society. There was no balance in the curation of this show. There was no Polynesian voice in this show. Polynesian art and culture was stolen, fetishised, and taken advantage of by Gauguin. 


Moruroa Moruroa: Big Lies 


@killjoypdx 


#fuckgauguin




Kanani Miyamoto was born and raised in Hawai`i and now lives in Portland, Oregon. She is a recent graduate of the Pacific Northwest College of Art MFA in Print Media program and has shown work in Oregon, Idaho and Hawai`i. Mururoa Mururoa: Big Lies, is the start to a new dialog on the art and life of Paul Gauguin. A challenge to art institutions, art historians, and curators to recognize the true perspective of the indigenous


Children of RevulsionCurated by Tabitha Nikolai
Performance + Installation
May 26, 2018 - June 16, 2018
Featuring the work of: Alan Page (aka [sic][redacted]), Arisa Leisure, deSolid State, akira sakai leisure, #femmebreak - Seanna Musgrave with Erika Anderson, aka EMA, Garima Thakur and Autumn Knight, Laurence Myers Reese, Lysandra Frex, Rani Baker, Porpentine and Rook, and Stephanie Mendoza



&#60;img width="480" height="680" width_o="480" height_o="680" data-src="https://freight.cargo.site/t/original/i/02bcdf390b438f5e1ab0f0f54be319a3d02ea31f877ea44a8d54e93e8c9f45df/Basal-Thrull1.jpg" data-mid="249807366" border="0"  src="https://freight.cargo.site/w/480/i/02bcdf390b438f5e1ab0f0f54be319a3d02ea31f877ea44a8d54e93e8c9f45df/Basal-Thrull1.jpg" /&#62;
&#60;img width="612" height="792" width_o="612" height_o="792" data-src="https://freight.cargo.site/t/original/i/922a5ee8174a7963a563c3350418b726d98d0e9be6346349729143eb8df4c29d/children_of_revulsion_map.jpg" data-mid="249807275" border="0"  src="https://freight.cargo.site/w/612/i/922a5ee8174a7963a563c3350418b726d98d0e9be6346349729143eb8df4c29d/children_of_revulsion_map.jpg" /&#62;
&#60;img width="1000" height="1497" width_o="1000" height_o="1497" data-src="https://freight.cargo.site/t/original/i/b897371cd404cf476bf7c9b04189986697b49a1250e7be820b893717ad5624f3/Children-of-Revulsion_00008.jpg" data-mid="249805358" border="0"  src="https://freight.cargo.site/w/1000/i/b897371cd404cf476bf7c9b04189986697b49a1250e7be820b893717ad5624f3/Children-of-Revulsion_00008.jpg" /&#62;
&#60;img width="1000" height="563" width_o="1000" height_o="563" data-src="https://freight.cargo.site/t/original/i/8001f598dc6f7d757cc74ac281774209f45302b3e13feab43349e2c584c8c140/Children-of-Revulsion_00010.jpg" data-mid="249805360" border="0"  src="https://freight.cargo.site/w/1000/i/8001f598dc6f7d757cc74ac281774209f45302b3e13feab43349e2c584c8c140/Children-of-Revulsion_00010.jpg" /&#62;
&#60;img width="1000" height="563" width_o="1000" height_o="563" data-src="https://freight.cargo.site/t/original/i/2844803d39bd2f38e2a3857e4fa75a63c5ff2c0583ea575ef47099a9e87e0e20/Children-of-Revulsion_00011.jpg" data-mid="249805361" border="0"  src="https://freight.cargo.site/w/1000/i/2844803d39bd2f38e2a3857e4fa75a63c5ff2c0583ea575ef47099a9e87e0e20/Children-of-Revulsion_00011.jpg" /&#62;
&#60;img width="1000" height="563" width_o="1000" height_o="563" data-src="https://freight.cargo.site/t/original/i/b80417e67686c1fcfc2de6fcfeaeb0ed3514e1e6c7735f87176e42c6a149e647/Children-of-Revulsion_00001.jpg" data-mid="249805351" border="0"  src="https://freight.cargo.site/w/1000/i/b80417e67686c1fcfc2de6fcfeaeb0ed3514e1e6c7735f87176e42c6a149e647/Children-of-Revulsion_00001.jpg" /&#62;
&#60;img width="1000" height="563" width_o="1000" height_o="563" data-src="https://freight.cargo.site/t/original/i/d249cf77c384897cc4945b47a20851fe948012ca932f5ff36083228fd37dd17a/Children-of-Revulsion_00005.jpg" data-mid="249805355" border="0"  src="https://freight.cargo.site/w/1000/i/d249cf77c384897cc4945b47a20851fe948012ca932f5ff36083228fd37dd17a/Children-of-Revulsion_00005.jpg" /&#62;
&#60;img width="1000" height="563" width_o="1000" height_o="563" data-src="https://freight.cargo.site/t/original/i/ae4e14ef66b9ac1cedfa24ee9431e77718bbea459ef29a1bfd89dc39b7bbe823/Children-of-Revulsion_00014.jpg" data-mid="249805364" border="0"  src="https://freight.cargo.site/w/1000/i/ae4e14ef66b9ac1cedfa24ee9431e77718bbea459ef29a1bfd89dc39b7bbe823/Children-of-Revulsion_00014.jpg" /&#62;
&#60;img width="1000" height="563" width_o="1000" height_o="563" data-src="https://freight.cargo.site/t/original/i/36687f56b51722e08858a3e10dda3a4d7861b9942e57a7c9ecedc99b1afd79a1/Children-of-Revulsion_00003.jpg" data-mid="249805353" border="0"  src="https://freight.cargo.site/w/1000/i/36687f56b51722e08858a3e10dda3a4d7861b9942e57a7c9ecedc99b1afd79a1/Children-of-Revulsion_00003.jpg" /&#62;

Opening Night Performances by: Rani Baker and #femmebreak - Seanna Musgrave with Erika Anderson, aka EMA&#38;nbsp;
Closing Night Performances by: Laurence Myers Reese and VR by Stephanie Mendoza
Children of Revulsion is about living inside media when you can't go home again.


Or never could.


Or would never want to.


Or can't wait to leave.


It's about making a house from virtual trash, lashed together with scraps of code, and uploading it to your dear ones, wherever they are. Big enough for everyone, you dwell in it together, replay and reply. Every pixel a good night kiss on the forehead. Every beat a tender hand-squeeze in the dark.




A Melon Baby's Falsetto Sounds Better in the BathroomAmy Chiao
Performance + Installation
March 23, 2018 - April 11, 2018




&#60;img width="1000" height="668" width_o="1000" height_o="668" data-src="https://freight.cargo.site/t/original/i/58020b90a493c7b79e6ef815cba596316dbffacfa49c0c960ab3e96bd8c94f4c/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00022.jpg" data-mid="249804755" border="0"  src="https://freight.cargo.site/w/1000/i/58020b90a493c7b79e6ef815cba596316dbffacfa49c0c960ab3e96bd8c94f4c/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00022.jpg" /&#62;
&#60;img width="1000" height="668" width_o="1000" height_o="668" data-src="https://freight.cargo.site/t/original/i/48fadd406c6c6f2e2e19595c73f5f827d54a7e6f3085e621e8f4f9a3694c6d31/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00023.jpg" data-mid="249804756" border="0"  src="https://freight.cargo.site/w/1000/i/48fadd406c6c6f2e2e19595c73f5f827d54a7e6f3085e621e8f4f9a3694c6d31/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00023.jpg" /&#62;
&#60;img width="1000" height="668" width_o="1000" height_o="668" data-src="https://freight.cargo.site/t/original/i/5937e594cbc6d50aeae9619a77de863a6c58d09bd5373152bec1e6a699c7ba51/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00026.jpg" data-mid="249804759" border="0"  src="https://freight.cargo.site/w/1000/i/5937e594cbc6d50aeae9619a77de863a6c58d09bd5373152bec1e6a699c7ba51/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00026.jpg" /&#62;
&#60;img width="1000" height="668" width_o="1000" height_o="668" data-src="https://freight.cargo.site/t/original/i/36934dd77ca9f9d6748b3ebea4ba7e292538940663e335a49f3afcb7d176a746/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00024.jpg" data-mid="249804757" border="0"  src="https://freight.cargo.site/w/1000/i/36934dd77ca9f9d6748b3ebea4ba7e292538940663e335a49f3afcb7d176a746/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00024.jpg" /&#62;
&#60;img width="1000" height="668" width_o="1000" height_o="668" data-src="https://freight.cargo.site/t/original/i/25f3f841542b30905f7e8c4f079ee8f3e518b816318fc0e3cd628e82f9730907/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00025.jpg" data-mid="249804758" border="0"  src="https://freight.cargo.site/w/1000/i/25f3f841542b30905f7e8c4f079ee8f3e518b816318fc0e3cd628e82f9730907/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00025.jpg" /&#62;
&#60;img width="1000" height="668" width_o="1000" height_o="668" data-src="https://freight.cargo.site/t/original/i/eb9062252d838d75a4e12aa1d2d1d7ebec4e2b7e3eb3629d3c143149c91f221a/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00027.jpg" data-mid="249804760" border="0"  src="https://freight.cargo.site/w/1000/i/eb9062252d838d75a4e12aa1d2d1d7ebec4e2b7e3eb3629d3c143149c91f221a/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00027.jpg" /&#62;
&#60;img width="1000" height="1251" width_o="1000" height_o="1251" data-src="https://freight.cargo.site/t/original/i/386ffa0ca82c793dccc35a992f5b05c084e0b532b3a513e41e84f5b5c18b1452/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00016.jpg" data-mid="249804749" border="0"  src="https://freight.cargo.site/w/1000/i/386ffa0ca82c793dccc35a992f5b05c084e0b532b3a513e41e84f5b5c18b1452/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00016.jpg" /&#62;
&#60;img width="1000" height="1251" width_o="1000" height_o="1251" data-src="https://freight.cargo.site/t/original/i/f5979ff8e9a89c940c2f1a80b2cdcb7219e1f80450bcf5e8ffdedcdec8668b7b/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00017.jpg" data-mid="249804750" border="0"  src="https://freight.cargo.site/w/1000/i/f5979ff8e9a89c940c2f1a80b2cdcb7219e1f80450bcf5e8ffdedcdec8668b7b/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00017.jpg" /&#62;
&#60;img width="1000" height="1251" width_o="1000" height_o="1251" data-src="https://freight.cargo.site/t/original/i/185f9b6979e5b50d050ccd9a8a56cdfe0331f473e3b84ad235b64802f7da8f17/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00018.jpg" data-mid="249804751" border="0"  src="https://freight.cargo.site/w/1000/i/185f9b6979e5b50d050ccd9a8a56cdfe0331f473e3b84ad235b64802f7da8f17/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00018.jpg" /&#62;
&#60;img width="1000" height="1251" width_o="1000" height_o="1251" data-src="https://freight.cargo.site/t/original/i/0a5996830a82a3fa284655d26e1fa88b39aa13a0fc6242539442257ef4b358ce/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00019.jpg" data-mid="249804752" border="0"  src="https://freight.cargo.site/w/1000/i/0a5996830a82a3fa284655d26e1fa88b39aa13a0fc6242539442257ef4b358ce/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00019.jpg" /&#62;
&#60;img width="1000" height="1251" width_o="1000" height_o="1251" data-src="https://freight.cargo.site/t/original/i/6d31ef1f6f59f3bc1b2c13402e8a69e4f1926816b14cfa687f08e7d6e5351e61/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00020.jpg" data-mid="249804753" border="0"  src="https://freight.cargo.site/w/1000/i/6d31ef1f6f59f3bc1b2c13402e8a69e4f1926816b14cfa687f08e7d6e5351e61/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00020.jpg" /&#62;
&#60;img width="1000" height="1251" width_o="1000" height_o="1251" data-src="https://freight.cargo.site/t/original/i/81473db7a6cf6762e859583fd49dfb810c80d896837b05ce50846042be94ba6f/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00021.jpg" data-mid="249804754" border="0"  src="https://freight.cargo.site/w/1000/i/81473db7a6cf6762e859583fd49dfb810c80d896837b05ce50846042be94ba6f/A-Melon-Baby-s-Falsetto-Sounds-Better-in-the-Bathroom--Killjoy-Collective_00021.jpg" /&#62;
Photography by Ricardo Hiro Nagaoka
Vitas, a Russian Popera star's falsetto empowers a production of weaponized watermelon babies. Written, directed, and designed by Amy Chiao. Performed by Sascha Blocker, Amy Chiao, Jeff Desautels, and Emily Newton.

&#60;img width="630" height="630" width_o="630" height_o="630" data-src="https://freight.cargo.site/t/original/i/d7c4625d381ef267c83486b5e941b7cb51607db9ec585f37edba815ad57270d0/marketing-photo_copy3.jpg" data-mid="249834971" border="0"  src="https://freight.cargo.site/w/630/i/d7c4625d381ef267c83486b5e941b7cb51607db9ec585f37edba815ad57270d0/marketing-photo_copy3.jpg" /&#62;
&#60;img width="1872" height="1204" width_o="1872" height_o="1204" data-src="https://freight.cargo.site/t/original/i/2e102ae24c71b5aa71002c74839ca24b8acb990e515f2c811cf3cae953b51db4/watermelon-diptych-smaller.jpg" data-mid="249834970" border="0"  src="https://freight.cargo.site/w/1000/i/2e102ae24c71b5aa71002c74839ca24b8acb990e515f2c811cf3cae953b51db4/watermelon-diptych-smaller.jpg" /&#62;
Amy Chiao is an artist and designer working in material exploration, costume, props, performance, and video. Based in Portland, Oregon and Los Angeles, California, Chiao comes from an eccentric family of Cantese musicians and composers, Opera singers, and mannequin manufacturers. She holds a BFA in textiles from Rhode Island School of Design 2014, where she also dabbled in performance at Brown University. Her work examines spectacle in the everyday through a transformation of cultural symbols and characters.
 Pop-Up Comedy + Open Mic NightPerformances by That's What She Said

One Night Only Event

February 24, 2018


&#60;img width="2883" height="2529" width_o="2883" height_o="2529" data-src="https://freight.cargo.site/t/original/i/84e59e21c3ac1a64b81930a4e055c28388cba04aee315c87581d8757a899bf91/IMG_4163.JPG" data-mid="249807279" border="0"  src="https://freight.cargo.site/w/1000/i/84e59e21c3ac1a64b81930a4e055c28388cba04aee315c87581d8757a899bf91/IMG_4163.JPG" /&#62;
&#60;img width="2633" height="3415" width_o="2633" height_o="3415" data-src="https://freight.cargo.site/t/original/i/4eed35f68bc2f2fbbb06cb3e3713788dc6b73141f5df2ca62020b7ce161e5330/IMG_4166.JPG" data-mid="249807280" border="0"  src="https://freight.cargo.site/w/1000/i/4eed35f68bc2f2fbbb06cb3e3713788dc6b73141f5df2ca62020b7ce161e5330/IMG_4166.JPG" /&#62;
&#60;img width="2909" height="2188" width_o="2909" height_o="2188" data-src="https://freight.cargo.site/t/original/i/44dc0f7de5008f4470def4de4ea0dbe789b82f877076b1e666340044289f911e/IMG_4176.JPG" data-mid="249807281" border="0"  src="https://freight.cargo.site/w/1000/i/44dc0f7de5008f4470def4de4ea0dbe789b82f877076b1e666340044289f911e/IMG_4176.JPG" /&#62;
&#60;img width="2938" height="2741" width_o="2938" height_o="2741" data-src="https://freight.cargo.site/t/original/i/b8e19f663f5e0dfcfb9e466698e7268a703eeefaf3c64aaf7544c32410a7ff9c/IMG_4182.JPG" data-mid="249807282" border="0"  src="https://freight.cargo.site/w/1000/i/b8e19f663f5e0dfcfb9e466698e7268a703eeefaf3c64aaf7544c32410a7ff9c/IMG_4182.JPG" /&#62;
&#60;img width="5880" height="3647" width_o="5880" height_o="3647" data-src="https://freight.cargo.site/t/original/i/da390fdae165c3fb19d71d56591e2b2b26f19fba68c8389abebd06fb8061b87a/IMG_4186.JPG" data-mid="249807283" border="0"  src="https://freight.cargo.site/w/1000/i/da390fdae165c3fb19d71d56591e2b2b26f19fba68c8389abebd06fb8061b87a/IMG_4186.JPG" /&#62;
&#60;img width="3670" height="2752" width_o="3670" height_o="2752" data-src="https://freight.cargo.site/t/original/i/eaec48f6d26e1373944bbfe5d9ffe91056a26bfd9d81b0a239f97e65fefaf7b5/IMG_4195.JPG" data-mid="249807284" border="0"  src="https://freight.cargo.site/w/1000/i/eaec48f6d26e1373944bbfe5d9ffe91056a26bfd9d81b0a239f97e65fefaf7b5/IMG_4195.JPG" /&#62;
&#60;img width="11009" height="3868" width_o="11009" height_o="3868" data-src="https://freight.cargo.site/t/original/i/4d60bb79290f2c6aba8eb1e262c45da88f7d02312fde3b080dd9becade66e684/IMG_4201.JPG" data-mid="249807285" border="0"  src="https://freight.cargo.site/w/1000/i/4d60bb79290f2c6aba8eb1e262c45da88f7d02312fde3b080dd9becade66e684/IMG_4201.JPG" /&#62;
&#60;img width="2939" height="3676" width_o="2939" height_o="3676" data-src="https://freight.cargo.site/t/original/i/9d7448ee1939b92947ec8632c8c5c039ba8b2c00d9453f896d9b5954d95808a6/IMG_4212.JPG" data-mid="249807286" border="0"  src="https://freight.cargo.site/w/1000/i/9d7448ee1939b92947ec8632c8c5c039ba8b2c00d9453f896d9b5954d95808a6/IMG_4212.JPG" /&#62;
&#60;img width="3551" height="2916" width_o="3551" height_o="2916" data-src="https://freight.cargo.site/t/original/i/32814c2b48df95f78fb46d354454933d106c62676ca82d9ad6effcc351e33b79/IMG_4218.JPG" data-mid="249807287" border="0"  src="https://freight.cargo.site/w/1000/i/32814c2b48df95f78fb46d354454933d106c62676ca82d9ad6effcc351e33b79/IMG_4218.JPG" /&#62;
&#60;img width="6788" height="3806" width_o="6788" height_o="3806" data-src="https://freight.cargo.site/t/original/i/4e66353b126996f7ab191674226ecf1c6e10885588140a00008897fa793f83f6/IMG_4221.JPG" data-mid="249807288" border="0"  src="https://freight.cargo.site/w/1000/i/4e66353b126996f7ab191674226ecf1c6e10885588140a00008897fa793f83f6/IMG_4221.JPG" /&#62;
&#60;img width="2888" height="3064" width_o="2888" height_o="3064" data-src="https://freight.cargo.site/t/original/i/9992c08137faeffd45f2da552204477bc7cc6603de167e039ca4bf3232b4e343/IMG_4225.JPG" data-mid="249807289" border="0"  src="https://freight.cargo.site/w/1000/i/9992c08137faeffd45f2da552204477bc7cc6603de167e039ca4bf3232b4e343/IMG_4225.JPG" /&#62;


Join host Katie Piatt as she leads us through an evening of laughter and absurdity with our favorite queer comedy troupe That's What She Said; Brooks, Shannon Sales, Berlyn Lee, and Katie Piatt.

Special guests include recent graduates of Deep End Theater's comedy class Case West, Ashley Padron, Annie Leverich, Whitney Jacobson, Mary Barrett, Nina Zuraspi, Theresa Carmody, and David Weed.




BROADCAST II

Videos by&#38;nbsp;Amy Chiao, Eden Misenmacher with Rebecca Tritschler, B. G-Osborne, Vanessa Renwick, Kari Robertson, Victoria Roccaforte, CC Teakell, and Carmen Tiffany
Screening January 27-28, 2018





Killjoy Collective is proud to present BROADCAST II works from video artists in Portland, OR and beyond. BROADCAST II highlights the creativity, insight, and expertise of makers working within the mediums of film and video.&#38;nbsp;Killjoy Collective seeks to provide a platform for women, women-identifying, femme, and gender non-conforming artists exploring urgent, contemporary issues via our artist-run gallery space in SE Portland. We view Killjoy as a site of resistance and a space for collaborating voices. Screening will take place at Killjoy Collective in Portland, OR on January 27, 2018 at 7:00 PM

A Good PinkKilljoy Collective + Friends
PCC North View Gallery InstallationJanuary 10, 2018 - February 10, 2018




&#60;img width="1600" height="1200" width_o="1600" height_o="1200" data-src="https://freight.cargo.site/t/original/i/4fcfabc1161fa23c44c9ae0225525b9a0d1ecca4248f62f1b63300f4c3784ce3/2018-A-Good-Pink-Postcard-Front.jpg" data-mid="249807609" border="0"  src="https://freight.cargo.site/w/1000/i/4fcfabc1161fa23c44c9ae0225525b9a0d1ecca4248f62f1b63300f4c3784ce3/2018-A-Good-Pink-Postcard-Front.jpg" /&#62;
&#60;img width="792" height="612" width_o="792" height_o="612" data-src="https://freight.cargo.site/t/original/i/44327fee2267029eaafe7727d7439471f6a19e9637b435d6693c0bb29126e631/2018-A-Good-Pink-Gallery-Map-Redux.jpg" data-mid="249807615" border="0"  src="https://freight.cargo.site/w/792/i/44327fee2267029eaafe7727d7439471f6a19e9637b435d6693c0bb29126e631/2018-A-Good-Pink-Gallery-Map-Redux.jpg" /&#62;
&#60;img width="3264" height="2448" width_o="3264" height_o="2448" data-src="https://freight.cargo.site/t/original/i/f91d8bbf3e6107a21225cb0fe444923fec08da6233a91ad1d292ee02e838e320/IMG_1363.JPG" data-mid="249807614" border="0"  src="https://freight.cargo.site/w/1000/i/f91d8bbf3e6107a21225cb0fe444923fec08da6233a91ad1d292ee02e838e320/IMG_1363.JPG" /&#62;
&#60;img width="1000" height="750" width_o="1000" height_o="750" data-src="https://freight.cargo.site/t/original/i/241fdebbf1b39c5b204327fe8e1771ae19643ff87115f93cc3c89711d2c31e91/A-Good-Pink--Killjoy-Collective_00004.jpg" data-mid="249804903" border="0"  src="https://freight.cargo.site/w/1000/i/241fdebbf1b39c5b204327fe8e1771ae19643ff87115f93cc3c89711d2c31e91/A-Good-Pink--Killjoy-Collective_00004.jpg" /&#62;
&#60;img width="1000" height="750" width_o="1000" height_o="750" data-src="https://freight.cargo.site/t/original/i/b791764a2ce7e28a10abb7dc1be99ac2e07bd3e549dae7fb92f8ef90d690145d/A-Good-Pink--Killjoy-Collective_00006.jpg" data-mid="249804905" border="0"  src="https://freight.cargo.site/w/1000/i/b791764a2ce7e28a10abb7dc1be99ac2e07bd3e549dae7fb92f8ef90d690145d/A-Good-Pink--Killjoy-Collective_00006.jpg" /&#62;
&#60;img width="1000" height="750" width_o="1000" height_o="750" data-src="https://freight.cargo.site/t/original/i/0a298690f419b88f38f47919ea9b1f0517687a063d358f86092fd504acb0f22a/A-Good-Pink--Killjoy-Collective_00008.jpg" data-mid="249804907" border="0"  src="https://freight.cargo.site/w/1000/i/0a298690f419b88f38f47919ea9b1f0517687a063d358f86092fd504acb0f22a/A-Good-Pink--Killjoy-Collective_00008.jpg" /&#62;
&#60;img width="1000" height="1400" width_o="1000" height_o="1400" data-src="https://freight.cargo.site/t/original/i/4cccd62ba62883b568865cda761493eae373c77d5be17c1ec9b16b23bf2b9c0b/A-Good-Pink--Killjoy-Collective_00011.jpg" data-mid="249804910" border="0"  src="https://freight.cargo.site/w/1000/i/4cccd62ba62883b568865cda761493eae373c77d5be17c1ec9b16b23bf2b9c0b/A-Good-Pink--Killjoy-Collective_00011.jpg" /&#62;
&#60;img width="1000" height="1000" width_o="1000" height_o="1000" data-src="https://freight.cargo.site/t/original/i/963cf8a148276fea16252f66b7c70927ee2a71640b5d94babe34646ce3c370bc/A-Good-Pink--Killjoy-Collective_00013.jpg" data-mid="249804912" border="0"  src="https://freight.cargo.site/w/1000/i/963cf8a148276fea16252f66b7c70927ee2a71640b5d94babe34646ce3c370bc/A-Good-Pink--Killjoy-Collective_00013.jpg" /&#62;
&#60;img width="1000" height="1333" width_o="1000" height_o="1333" data-src="https://freight.cargo.site/t/original/i/b5059f952fbe241f1af64b6c6ba2a7cebf901bf68fadb4dad33b1c2deec3a810/A-Good-Pink--Killjoy-Collective_00019.jpg" data-mid="249804918" border="0"  src="https://freight.cargo.site/w/1000/i/b5059f952fbe241f1af64b6c6ba2a7cebf901bf68fadb4dad33b1c2deec3a810/A-Good-Pink--Killjoy-Collective_00019.jpg" /&#62;
&#60;img width="1000" height="1333" width_o="1000" height_o="1333" data-src="https://freight.cargo.site/t/original/i/2c253220faa86e5d27dfbcc4534cf4cc3034850c0b3ed085951c038236d226a8/A-Good-Pink--Killjoy-Collective_00024.jpg" data-mid="249804923" border="0"  src="https://freight.cargo.site/w/1000/i/2c253220faa86e5d27dfbcc4534cf4cc3034850c0b3ed085951c038236d226a8/A-Good-Pink--Killjoy-Collective_00024.jpg" /&#62;
&#60;img width="1000" height="1333" width_o="1000" height_o="1333" data-src="https://freight.cargo.site/t/original/i/c6fabeb338bae3ba3af878bb0f04fe132f3d11bded43adee3bbceb619cda6710/A-Good-Pink--Killjoy-Collective_00026.jpg" data-mid="249804925" border="0"  src="https://freight.cargo.site/w/1000/i/c6fabeb338bae3ba3af878bb0f04fe132f3d11bded43adee3bbceb619cda6710/A-Good-Pink--Killjoy-Collective_00026.jpg" /&#62;
&#60;img width="1000" height="750" width_o="1000" height_o="750" data-src="https://freight.cargo.site/t/original/i/eab979e0cd50eef93c040684123e654e631d7cd79565fb8629bd39240e88bda9/A-Good-Pink--Killjoy-Collective_00027.jpg" data-mid="249804926" border="0"  src="https://freight.cargo.site/w/1000/i/eab979e0cd50eef93c040684123e654e631d7cd79565fb8629bd39240e88bda9/A-Good-Pink--Killjoy-Collective_00027.jpg" /&#62;
&#60;img width="1000" height="750" width_o="1000" height_o="750" data-src="https://freight.cargo.site/t/original/i/b483ec58afc4b890fc89613de5c4140bd0d03490b547baa51bbff6905c1c3ae1/A-Good-Pink--Killjoy-Collective_00031.jpg" data-mid="249804930" border="0"  src="https://freight.cargo.site/w/1000/i/b483ec58afc4b890fc89613de5c4140bd0d03490b547baa51bbff6905c1c3ae1/A-Good-Pink--Killjoy-Collective_00031.jpg" /&#62;




In A Good Pink, a collective of six artists join forces to explore the ambiguity and power of pink’s many diverging identities, participating in an inquisitive dialogue around these idiosyncratic relationships. Utilizing mediums such as painting, sculpture, light, video, drawing and textiles, Killjoy Collective creates a cohesive energetic space, examining how pink accentuates and isolates at once. As polarizing as it is promiscuous, pink occupies a liminal space of repulsion and attraction, sensuality and morbidity, luxury and kitsch. Explore, celebrate, and complicate the color pink in all of its glorious significations and contradictions.




&#38;nbsp;

Pink is fruity sweetness dissolving on the tongue, a drift of fragrant blossoms, an evocation of the sensitive, the youthful, the pleasurable. Pink is sunsets and reveries and flamingos, the unreal, the eccentric, the dreamlike. Pink is silky hair ribbons and frothy Rococo painting, a glut of femininity, excess and exaggeration. Endlessly mutable in its gradations and connotations, pink is loaded with cultural signifiers which transcend the hue’s slice of the color spectrum.




2017
Laugh Your Panties Off!Performances by Brooks, Stephanie Buckner, Shannon Sales, Maggie Condit, and Katie Piatt

One Night Only Charity Event
May 05, 2017



&#60;img width="300" height="200" width_o="300" height_o="200" data-src="https://freight.cargo.site/t/original/i/93e86e0be3ae0483468e25c0dc6e7acb97a948d13dcd9defdce07a26e4ce4598/Laugh-Your-Panties-Off_00003.jpg" data-mid="249805562" border="0"  src="https://freight.cargo.site/w/300/i/93e86e0be3ae0483468e25c0dc6e7acb97a948d13dcd9defdce07a26e4ce4598/Laugh-Your-Panties-Off_00003.jpg" /&#62;
&#60;img width="300" height="200" width_o="300" height_o="200" data-src="https://freight.cargo.site/t/original/i/43f6f1de96d6b0a3ff145423795767b1f6ca6fe1bedec400faafc921b2b223ad/Laugh-Your-Panties-Off_00004.jpg" data-mid="249805563" border="0"  src="https://freight.cargo.site/w/300/i/43f6f1de96d6b0a3ff145423795767b1f6ca6fe1bedec400faafc921b2b223ad/Laugh-Your-Panties-Off_00004.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/853617c5505405ffea6e9780aaccf33bc36b80d82e2805577b136c2f9bc1bb3f/DSC05726.jpg" data-mid="249805591" border="0"  src="https://freight.cargo.site/w/1000/i/853617c5505405ffea6e9780aaccf33bc36b80d82e2805577b136c2f9bc1bb3f/DSC05726.jpg" /&#62;
&#60;img width="300" height="449" width_o="300" height_o="449" data-src="https://freight.cargo.site/t/original/i/5d6ea100834fdecba47d12c368bcb4693327e5e75601ace25d423c6092923153/Laugh-Your-Panties-Off_00005.jpg" data-mid="249805564" border="0"  src="https://freight.cargo.site/w/300/i/5d6ea100834fdecba47d12c368bcb4693327e5e75601ace25d423c6092923153/Laugh-Your-Panties-Off_00005.jpg" /&#62;
&#60;img width="2832" height="4240" width_o="2832" height_o="4240" data-src="https://freight.cargo.site/t/original/i/b2899c88eb735f7298f773b5a0fb54a6204807151bbcedc7652ed1cd2340a28b/DSC06000.jpg" data-mid="249805609" border="0"  src="https://freight.cargo.site/w/1000/i/b2899c88eb735f7298f773b5a0fb54a6204807151bbcedc7652ed1cd2340a28b/DSC06000.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/02bb085d0b62e51ca67e74307198bddcafae5b9526e5e99b89d3b31b7c1aca8c/DSC05692.jpg" data-mid="249805587" border="0"  src="https://freight.cargo.site/w/1000/i/02bb085d0b62e51ca67e74307198bddcafae5b9526e5e99b89d3b31b7c1aca8c/DSC05692.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/6219df6f464535168c8d72642a03cc735a82e3b04be7e0b4a3179dcfa53dd7f7/DSC05702.jpg" data-mid="249805588" border="0"  src="https://freight.cargo.site/w/1000/i/6219df6f464535168c8d72642a03cc735a82e3b04be7e0b4a3179dcfa53dd7f7/DSC05702.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/a5d2658c05e3bd8ee06c2aae36b24d8e86914a04b4d2ac45c067a75a24f1192a/DSC05703.jpg" data-mid="249805589" border="0"  src="https://freight.cargo.site/w/1000/i/a5d2658c05e3bd8ee06c2aae36b24d8e86914a04b4d2ac45c067a75a24f1192a/DSC05703.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/2bafd84865b893a0587e16792e757dee54df831ec2c7be8cc9bfa4a91f32ca35/DSC05728.jpg" data-mid="249805592" border="0"  src="https://freight.cargo.site/w/1000/i/2bafd84865b893a0587e16792e757dee54df831ec2c7be8cc9bfa4a91f32ca35/DSC05728.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/b4e037005be30df7a0e8abd333bb66ac513a81a413f1a1291fd225d2c6cec95e/DSC05730.jpg" data-mid="249805593" border="0"  src="https://freight.cargo.site/w/1000/i/b4e037005be30df7a0e8abd333bb66ac513a81a413f1a1291fd225d2c6cec95e/DSC05730.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/26263bc4c67c4ce55102b46a332e83f7ab4b1d7804dff1133aa806cebadab8cd/DSC05763.jpg" data-mid="249805594" border="0"  src="https://freight.cargo.site/w/1000/i/26263bc4c67c4ce55102b46a332e83f7ab4b1d7804dff1133aa806cebadab8cd/DSC05763.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/8029f1e238f8d572588b5b2c3d27a0b4620c72f42dee109a167b2dcdf8f1ab23/DSC05764.jpg" data-mid="249805595" border="0"  src="https://freight.cargo.site/w/1000/i/8029f1e238f8d572588b5b2c3d27a0b4620c72f42dee109a167b2dcdf8f1ab23/DSC05764.jpg" /&#62;
&#60;img width="4240" height="2832" width_o="4240" height_o="2832" data-src="https://freight.cargo.site/t/original/i/184e84ff2159b32a909cb58457e49e0f615842fa3449b60b806d02779e7bb23a/DSC05833.jpg" data-mid="249805596" border="0"  src="https://freight.cargo.site/w/1000/i/184e84ff2159b32a909cb58457e49e0f615842fa3449b60b806d02779e7bb23a/DSC05833.jpg" /&#62;
&#60;img width="2832" height="4240" width_o="2832" height_o="4240" data-src="https://freight.cargo.site/t/original/i/8939ae8f2a257acccaf356a19d8ab228651b413becc756ab149b5e0020911a66/DSC05850.jpg" data-mid="249805598" border="0"  src="https://freight.cargo.site/w/1000/i/8939ae8f2a257acccaf356a19d8ab228651b413becc756ab149b5e0020911a66/DSC05850.jpg" /&#62;












Please join Killjoy Collective on Friday May 05 from 6:00 - 9:00 pm for Laugh Your Panties Off, a donation drive event benefitting the Salvation Army Female Emergency Shelter! We will be collecting donations of new underwear, bras, and feminine hygiene products. Panty drive!


Comic and artist Katie Piatt will be hosting the event with other special guests making us laugh all night with screenings of RuPaul's Drag Race in between. Donate your new underpants!







BROADCAST 
Curated by Jodie Cavalier and BriAnna Rosen






Video Screening January 21, 2017

&#60;img width="5184" height="2184" width_o="5184" height_o="2184" data-src="https://freight.cargo.site/t/original/i/ff335f86e5b4736a53a1b959233c33b8fa53a05f95d0d5ccd5b6867b135061b2/170122_Killjoy_Broadcast-3-of-4.jpg" data-mid="249807460" border="0"  src="https://freight.cargo.site/w/1000/i/ff335f86e5b4736a53a1b959233c33b8fa53a05f95d0d5ccd5b6867b135061b2/170122_Killjoy_Broadcast-3-of-4.jpg" /&#62;
&#60;img width="4615" height="1920" width_o="4615" height_o="1920" data-src="https://freight.cargo.site/t/original/i/2161827876c3d86e3c278f2392437eb4e21d21b44f6101bd28a26ac769319b3c/170122_Killjoy_Broadcast-1-of-4.jpg" data-mid="249807458" border="0"  src="https://freight.cargo.site/w/1000/i/2161827876c3d86e3c278f2392437eb4e21d21b44f6101bd28a26ac769319b3c/170122_Killjoy_Broadcast-1-of-4.jpg" /&#62;
&#60;img width="2572" height="1328" width_o="2572" height_o="1328" data-src="https://freight.cargo.site/t/original/i/d310575fb1fb06d3e1e05d2232eecc8f587a1382585efafa7ff2afad1a5d4a49/170122_Killjoy_Broadcast-4-of-4.jpg" data-mid="249855045" border="0"  src="https://freight.cargo.site/w/1000/i/d310575fb1fb06d3e1e05d2232eecc8f587a1382585efafa7ff2afad1a5d4a49/170122_Killjoy_Broadcast-4-of-4.jpg" /&#62;
&#60;img width="4781" height="2094" width_o="4781" height_o="2094" data-src="https://freight.cargo.site/t/original/i/8ce58a36d8666accd63fa193023e8d570ba596064d95f1df2af9ad8c0f20fc35/170122_Killjoy_Broadcast-2-of-4.jpg" data-mid="249807459" border="0"  src="https://freight.cargo.site/w/1000/i/8ce58a36d8666accd63fa193023e8d570ba596064d95f1df2af9ad8c0f20fc35/170122_Killjoy_Broadcast-2-of-4.jpg" /&#62;

Featuring videos by Úna Rose, Kayley Berezney, Lou Wood, Maura Campbell-Balkits, Megan Hattie Stahl, Melissa Tvetan, Erin Law, Megan Bourn, Stephanie Hough, Yara Mekawei, Zoe Bullock, Layla Rodriguez, Mikayla Carpenter, Arianna Gazca, Chanel Adair, and Maggie-Rose Condit.











Killjoy Collective is proud to present B R O A D C A S T works from women video artists in Portland, OR and beyond. Video screening begins at 6:30 PM with a brief intermission. B R O A D C A S T highlights the creativity, insight, and expertise of makers working within the medium of video.
Killjoy Collective promotes the National Women's March on Washington, D.C. and our local Women's March on Washington: Portland. "We stand together in solidarity with our partners and children for the protection of our rights, our safety, our health, and our families recognizing that our vibrant and diverse communities are the strength of our country," National Organizers Women’s March on Washington.</description>
		
	</item>
		
	</channel>
</rss>