<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>Hengzhi Gong</title>
	<link>https://hengzhigong.com</link>
	<description>Hengzhi Gong</description>
	<pubDate>Fri, 26 Jul 2024 13:59:07 +0000</pubDate>
	<generator>https://hengzhigong.com</generator>
	<language>en</language>
	
		
	<item>
		<title>New Website</title>
				
		<link>http://hengzhigong.com/New-Website</link>

		<comments></comments>

		<pubDate>Fri, 26 Jul 2024 13:59:07 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">453823</guid>

		<description>



body.default {
  background: #f5f1e9 !important;
}

body.default customhtml {
  display: none !important;
}

body.default main.content_width:has(#hg-site) {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #f5f1e9 !important;
  color: #151413 !important;
}

body.default main.content_width:has(#hg-site) [data-container-padding],
body.default main.content_width:has(#hg-site) .content_padded,
body.default #content:has(#hg-site),
body.default #content:has(#hg-site) &#62; .content.clearfix {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.default #backdrop:has(~ main.content_width #hg-site) {
  display: none !important;
}

body.default .subpage_overlay {
  display: none !important;
}

#hg-site {
  position: relative;
  z-index: 2;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
}

#hg-site {
  --paper: #f5f1e9;
  --paper-deep: #e2ddd3;
  --ink: #151413;
  --muted: #65615a;
  --line: #c9c1b4;
  --oxide: #8b2f21;
  --green: #244a34;
  --blue: #1f3f67;
  --max: 1480px;
}
#hg-site * {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
#hg-site {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}
body.is-lightbox-open {
  overflow: hidden;
}
#hg-site img {
  display: block;
  max-width: 100%;
}
#hg-site a {
  color: inherit;
  text-decoration: none;
}
#hg-site .site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 18px clamp(18px, 3vw, 44px);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
  background: color-mix(in srgb, var(--paper) 88%, white 12%);
}
#hg-site .brand {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}
#hg-site .brand span + span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
}
#hg-site .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: flex-end;
  font-size: 13px;
  text-transform: uppercase;
}
#hg-site .nav a,
#hg-site .hero-links a,
#hg-site .hero-links button,
#hg-site .site-footer a {
  border-bottom: 1px solid transparent;
}
#hg-site .nav a:hover,
#hg-site .hero-links a:hover,
#hg-site .hero-links button:hover,
#hg-site .site-footer a:hover {
  border-bottom-color: currentColor;
}
#hg-site .hg-main {
  width: min(var(--max), 100%);
  margin: 0 auto;
}
#hg-site .hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  min-height: calc(100vh - 68px);
  padding: clamp(32px, 6vw, 84px) clamp(18px, 4vw, 64px) clamp(42px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
}
#hg-site .hero-copy {
  max-width: 560px;
}
#hg-site .kicker {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
#hg-site h1,
#hg-site h2,
#hg-site h3,
#hg-site p {
  margin-top: 0;
}
#hg-site h1 {
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 0.9;
}
#hg-site h1 span {
  color: var(--oxide);
  font-size: 0.42em;
  line-height: 1.2;
}
#hg-site .hero-links {
  position: relative;
  display: grid;
  gap: 28px;
  color: var(--blue);
  font-size: 14px;
  text-transform: uppercase;
}
#hg-site .hero-links &#62; div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}
#hg-site .contact-links {
  position: relative;
  width: fit-content;
}
#hg-site .hero-links button {
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-transform: inherit;
}
#hg-site .email-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 8;
  width: 248px;
  padding: 14px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 96%, white 4%);
  color: var(--ink);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--ink) 16%, transparent);
}
#hg-site .email-popover[hidden] {
  display: none;
}
#hg-site .email-popover p {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  text-transform: none;
  user-select: all;
}
#hg-site .copy-email {
  color: var(--blue);
}
#hg-site .hero-art {
  position: relative;
  margin: 0;
}
#hg-site .hero-art img {
  width: 100%;
  max-height: 78vh;
  object-fit: cover;
  object-position: 50% 44%;
  border: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}
#hg-site .hero-art figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}
#hg-site .works-section,
#hg-site .info-section,
#hg-site .contact-section {
  padding: clamp(48px, 7vw, 108px) clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
}
#hg-site .section-heading {
  display: block;
  margin-bottom: 34px;
}
#hg-site .section-heading h2,
#hg-site .info-section h2,
#hg-site .contact-section h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.96;
}
#hg-site .year-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}
#hg-site .year-filter button {
  min-width: 58px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}
#hg-site .year-filter button:hover,
#hg-site .year-filter button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}
#hg-site .works-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
}
#hg-site .work {
  grid-column: span 4;
  display: grid;
  gap: 12px;
}
#hg-site .work-large {
  grid-column: span 8;
}
#hg-site .work img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--paper-deep);
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  cursor: zoom-in;
  transition:
    filter 180ms ease,
    transform 180ms ease,
    object-position 260ms ease;
}
#hg-site .work img.is-thumbnail-panning {
  transition:
    filter 180ms ease,
    transform 180ms ease;
}
#hg-site .work-large img {
  aspect-ratio: 16 / 11;
  object-position: 50% 42%;
}
#hg-site .work:focus-visible {
  outline: 2px solid var(--oxide);
  outline-offset: 6px;
}
#hg-site .work:hover img,
#hg-site .work:focus-visible img {
  filter: contrast(1.04) saturate(1.03);
  transform: translateY(-2px);
}
#hg-site .work h3 {
  margin: 0 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}
#hg-site .work p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
#hg-site .work.is-hidden {
  display: none;
}
#hg-site .info-section {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 86px) clamp(28px, 6vw, 112px);
  align-items: start;
}
#hg-site .info-section &#62; div,
#hg-site .info-section &#62; section,
#hg-site .contact-section &#62; div {
  border-top: 1px solid var(--ink);
  padding-top: 20px;
}
#hg-site .info-section p:not(.kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}
#hg-site .biography-panel {
  grid-column: 1 / -1;
}
#hg-site .bio-text {
  display: grid;
  gap: 24px;
  max-width: 980px;
  margin-top: 28px;
}
#hg-site .cv-section {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  column-gap: clamp(28px, 6vw, 112px);
}
#hg-site .cv-section h3 {
  position: sticky;
  top: 78px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}
#hg-site .cv-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#hg-site .cv-list li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}
#hg-site .cv-list time {
  color: var(--muted);
  font-size: 13px;
}
#hg-site .cv-list span {
  font-size: 15px;
}
#hg-site .contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
#hg-site .contact-list {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
#hg-site .contact-list li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: baseline;
}
#hg-site .contact-list span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}
#hg-site .contact-list a {
  width: fit-content;
  color: var(--blue);
  border-bottom: 1px solid transparent;
}
#hg-site .contact-list a:hover {
  border-bottom-color: currentColor;
}
#hg-site .site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 24px clamp(18px, 4vw, 64px) 40px;
  color: var(--muted);
  font-size: 13px;
}
#hg-site .lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 18px;
  padding: 34px;
  background: color-mix(in srgb, var(--ink) 94%, black 6%);
  color: var(--paper);
}
#hg-site .lightbox[hidden] {
  display: none;
}
#hg-site .lightbox-figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  min-width: 0;
}
#hg-site .lightbox-image {
  align-self: center;
  justify-self: center;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 116px);
  object-fit: contain;
  background: color-mix(in srgb, var(--paper) 9%, transparent);
  cursor: zoom-in;
  transition: transform 120ms ease;
  will-change: transform;
  user-select: none;
  touch-action: none;
}
#hg-site .lightbox-image.is-zoomed {
  cursor: grab;
}
#hg-site .lightbox-image.is-dragging {
  cursor: grabbing;
  transition: none;
}
#hg-site .lightbox-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: color-mix(in srgb, var(--paper) 74%, transparent);
  font-size: 14px;
}
#hg-site .lightbox-caption span:first-child {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
#hg-site .lightbox-close,
#hg-site .lightbox-arrow {
  border: 1px solid color-mix(in srgb, var(--paper) 28%, transparent);
  background: color-mix(in srgb, var(--paper) 8%, transparent);
  color: var(--paper);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
}
#hg-site .lightbox-close:hover,
#hg-site .lightbox-arrow:hover,
#hg-site .lightbox-close:focus-visible,
#hg-site .lightbox-arrow:focus-visible {
  border-color: var(--paper);
  background: color-mix(in srgb, var(--paper) 16%, transparent);
  outline: none;
}
#hg-site .lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 1;
}
#hg-site .lightbox-arrow {
  width: 56px;
  height: 88px;
  align-self: center;
  justify-self: center;
  font-size: 58px;
  line-height: 0.8;
}
@media (max-width: 900px) {
#hg-site .site-header,
#hg-site .hero,
#hg-site .info-section,
#hg-site .bio-text,
#hg-site .cv-section {
    grid-template-columns: 1fr;
  }
#hg-site .site-header {
    position: relative;
  }
#hg-site .nav {
    justify-content: flex-start;
  }
#hg-site .hero {
    min-height: auto;
  }
#hg-site .hero-art img {
    max-height: none;
  }
#hg-site .work,
#hg-site .work-large {
    grid-column: span 6;
  }
#hg-site h1 {
    font-size: 72px;
  }
#hg-site .section-heading h2,
#hg-site .info-section h2,
#hg-site .contact-section h2 {
    font-size: 46px;
  }
#hg-site .cv-section h3 {
    position: static;
  }
#hg-site .lightbox {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 10px;
    padding: 26px 12px;
  }
#hg-site .lightbox-arrow {
    width: 44px;
    height: 72px;
    font-size: 46px;
  }


}
@media (max-width: 620px) {
#hg-site .brand,
#hg-site .hero-art figcaption,
#hg-site .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
#hg-site .works-grid {
    grid-template-columns: 1fr;
  }
#hg-site .work,
#hg-site .work-large {
    grid-column: auto;
  }
#hg-site .work-large img,
#hg-site .work img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }
#hg-site .year-filter button {
    flex: 1 1 70px;
  }
#hg-site h1 {
    font-size: 54px;
  }
#hg-site .email-popover {
    width: min(248px, calc(100vw - 56px));
  }
#hg-site .contact-list li,
#hg-site .cv-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
#hg-site .section-heading h2,
#hg-site .info-section h2,
#hg-site .contact-section h2 {
    font-size: 36px;
  }
#hg-site .lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 56px 14px 18px;
  }
#hg-site .lightbox-figure {
    grid-column: 1 / -1;
  }
#hg-site .lightbox-image {
    max-height: calc(100vh - 164px);
  }
#hg-site .lightbox-caption {
    flex-direction: column;
    gap: 4px;
  }
#hg-site .lightbox-prev {
    grid-column: 1;
    grid-row: 2;
  }
#hg-site .lightbox-next {
    grid-column: 2;
    grid-row: 2;
  }
#hg-site .lightbox-arrow {
    width: 100%;
    height: 48px;
    font-size: 34px;
  }


}



#hg-site h1 {
  color: var(--ink) !important;
}

#hg-site h1 span {
  color: var(--oxide) !important;
}



      
        Hengzhi Gong
        龚恒之
      
      
        Paintings
        Biography
        Contact
      
    

    
      
        
          Hengzhi Gong龚恒之
          
            
              Selected works
              Biography
            
            
              Instagram
              
                Email
              
              
                hengzhig@gmail.com
                Copy email
              
            
          
        
        
          &#60;img src="https://cortex.persona.co/w/2211/q/94/i/3f0c2adb7f88493b48473a063a60db73061f1b10889d18a4c0bf8601bd5a1441/The-Mole--120x150--2023.jpg" alt="The Mole, painting by Hengzhi Gong"&#62;
          
            The Mole
            120 x 150 cm, 2023
          
        
      

      
        
          Selected Paintings
        

        All202620252024202320222021Earlier

        &#60;img src="https://cortex.persona.co/t/original/i/5021162467713c3347cf063bd0710ab3094f913899fa43065538473fd83002b3/Thug-Po--2026--oil-on-canvas--150x120-cm.jpg" alt="Thug Po" loading="eager"&#62;Thug Pooil on canvas, 150 x 120 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/6cd9438bc9f739f9b4bbf372eda61d8e9cfa2c86588b213dbe3a000ebd67b51f/Creation-of-Adam--2026--oil-on-canvas--120-x-150-cm.jpg" alt="Creation of Adam" loading="eager"&#62;Creation of Adamoil on canvas, 120 x 150 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/5e9e5781f789f25938e16275befe708b2810d956389e26aa8286f97063794952/Man-From-Deliveroo--2026--oil-on-canvas--150-x-120-cm.jpg" alt="Man From Deliveroo" loading="eager"&#62;Man From Deliveroooil on canvas, 150 x 120 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/ffa0c3eddc52afa444b1b33c414c59dffad690b097763615a8e7f7a872a1f210/Cat--2026--oil-on-canvas--120-x-100-cm.jpg" alt="Cat" loading="eager"&#62;Catoil on canvas, 120 x 100 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/80aa46d26afecb8a742a575c6ec4aa2eb5f4ef4ae22dd4c50efd367cab11c6c7/Forbidden-Fruit--2026--oil-on-canvas--80x60-cm.jpg" alt="Forbidden Fruit" loading="lazy"&#62;Forbidden Fruitoil on canvas, 80 x 60 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/868b9935ed4583fc0a6f29c73107001794a61404e827ff9d6b9e9d235649609e/Forbidden-Relationship--2026--oil-and-charcoal-on-canvas--50x60cm.jpg" alt="Forbidden Relationship" loading="lazy"&#62;Forbidden Relationshipoil and charcoal on canvas, 50 x 60 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/27e8dfdfbfbc4388c3ff193deb5908a975b1564837a560fdc27cbde0fc15d4f7/GOAT--2026--oil-on-canvas--120-x-100-cm.jpg" alt="GOAT" loading="lazy"&#62;GOAToil on canvas, 120 x 100 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/04e739bbe24956d2095b0570f89c8af514a18bb50515f5fc84f6a2e79da90500/Lovesick--2026--oil-on-canvas--120-x-100-cm.jpg" alt="Lovesick" loading="lazy"&#62;Lovesickoil on canvas, 120 x 100 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/8102a8e33bcc65fe5c1fe86e179aaf3268e9fcc57a20b8ac182d16d52d72beea/Red-Army--2026--oil-on-canvas--150-x-120-cm.jpg" alt="Red Army" loading="lazy"&#62;Red Armyoil on canvas, 150 x 120 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/9110ff4aab5376b95df5cb9ca74999ce56f920ac8c4ca9416abe3e45e4e108fe/Violinist--2026--oil-on-canvas--70-x-50-cm.jpg" alt="Violinist" loading="lazy"&#62;Violinistoil on canvas, 70 x 50 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/f4bc0341be9a76463d22834a42554cd85cf7bedd194ea94701d9f825a4390dd7/White--2026--oil-on-canvas--70-x-50-cm.jpg" alt="White" loading="lazy"&#62;Whiteoil on canvas, 70 x 50 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/54f4ac73d32a86e600a472659c36679da13d843529258fae8dc15193c6f45c8f/Me--2026--oil-on-canvas--60x70-cm.jpg" alt="Me" loading="lazy"&#62;Meoil on canvas, 60 x 70 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/b6acfd54c91fbd69e63aae746bee5440d7b487d7d836936376be35f37c53e49c/Family-Day--2026--oil-on-canvas--100-x-80-cm.jpg" alt="Family Day" loading="lazy"&#62;Family Dayoil on canvas, 100 x 80 cm, 2026&#60;img src="https://cortex.persona.co/t/original/i/f5c564fa0bdd2945f082121e1627ba35a2c14cdb1867495f2902ab6d72ede1d1/Back-Day.jpg" alt="Back Day" loading="lazy"&#62;Back DayOil and charcoal on canvas, 120 x 100 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/22d82a3e7311dea7a732128062bcdac7a08885ab1633a3c409e986f1a2c21f96/Hot-Summer.jpg" alt="Hot Summer" loading="lazy"&#62;Hot SummerOil and charcoal on canvas, 100 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/0bf98783b8725f6f27e038896e3da6d41820f7ebf5006e027fa537c3aab1cedf/Hungry-Dog.jpg" alt="Hungry Dog" loading="lazy"&#62;Hungry DogOil and charcoal on canvas, 150 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/6a5308d019155603aed8ba10b7982c4f5008699cc09e07159d361c916db1d580/Night-Conference.jpg" alt="Night Conference" loading="lazy"&#62;Night ConferenceOil on canvas, 100 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/4a20468911001e50573d702a0b359b11ee8b4fe2e42661eed498501fcae34d6a/Some-Ghosts-Wear-Yellow.jpg" alt="Some Ghosts Wear Yellow" loading="lazy"&#62;Some Ghosts Wear YellowOil and charcoal on canvas, 120 x 150 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/e14f3f54629960469c9fa028cd569a61659640f3a0495a56be103e1e4351a25b/Unexpected-Race.jpg" alt="Unexpected Race" loading="lazy"&#62;Unexpected RaceOil and charcoal on canvas, 150 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/a091936ef08759c462d487764b5e614e64c8528b9ea982052a50de3a41f07cf8/Zeus.jpg" alt="Zeus" loading="lazy"&#62;ZeusOil on canvas, 80 x 60 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/926db6c84a326195b18b74dc459afdf1c684d95568dc333d3c29a7c0d0ebc502/Birthday--2025--30x40-cm.jpg" alt="Birthday" loading="lazy"&#62;Birthday30 x 40 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/8e7eb95aaacb71b6a421d0e3aea29c12d1c8ca02626398fd45f12421414cc442/Coronation--2025--oil-on-canvas--150-x-120-cm.jpg" alt="Coronation" loading="lazy"&#62;Coronationoil on canvas, 150 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/87122db3eedf9f289d92ee26271d9f065265f896bb1d86391fc09784b7f671a5/Dog-Philosopher--2025--oil-on-canvas--120x100-cm.jpg" alt="Dog Philosopher" loading="lazy"&#62;Dog Philosopheroil on canvas, 120 x 100 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/cc1598f6a02a77cd0228693fc295bfd5d2c10ecb08f1f2fd603a926297aea96a/Domestic-Wolf--2025--oil-on-canvas--91-x-77-cm.jpg" alt="Domestic Wolf" loading="lazy"&#62;Domestic Wolfoil on canvas, 91 x 77 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/39e241ced73b1a56bdcc8f50a74b06e625db79f77f19969463062e14015d0e91/Fresh-Catch-of-the-Day--2025--oil-and-charcoal-on-canvas--120-x-150-cm.jpg" alt="Fresh Catch of the Day" loading="lazy"&#62;Fresh Catch of the Dayoil and charcoal on canvas, 120 x 150 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/805fb3e6bf4c14ea4577ffeed5396b4c2e0ce45d39eef57f6a820dea856b4267/Green-Light-Pending--2025--oil-and-charcoal-on-canvas--120-x-100-cm.jpg" alt="Green Light Pending" loading="lazy"&#62;Green Light Pendingoil and charcoal on canvas, 120 x 100 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/8116e422d706a3e00844388ea01f984cd5443c3d3030f947c0f0aa6d0ae2e7fc/Green-Plant--2025--oil-on-canvas--100x120-cm.jpg" alt="Green Plant" loading="lazy"&#62;Green Plantoil on canvas, 100 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/f8d5eb442ccb363aa04285e51b7811891c1e1e75a05dab46193d68033a727040/Half-Batman-Half-Clown--2025--oil-on-canvas--40x50cm.jpg" alt="Half Batman Half Clown" loading="lazy"&#62;Half Batman Half Clownoil on canvas, 40 x 50 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/775fd47a36d9337a460b2d11b04ce36ff7716eac5bf0db2529489b3b0633344b/Horse--2025--oil-on-canvas--40x50-cm.jpg" alt="Horse" loading="lazy"&#62;Horseoil on canvas, 40 x 50 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/99e9b06f98727e315544d5d301840ea7619fe82491e6b03bb30721562d524daf/Monster--2025--oil-on-canvas--40x30-cm.jpg" alt="Monster" loading="lazy"&#62;Monsteroil on canvas, 40 x 30 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/b624b1096dfee12278b1bdc695920eef454e1b4b05b70da8974aabd9a45e7654/Pacificist--2025--oil-on-canvas--150-x-120-cm.jpg" alt="Pacificist" loading="lazy"&#62;Pacificistoil on canvas, 150 x 120 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/ca180346d57b212d6e8656f48f9ba2f104f1a96fbfee0de1e20d7cb68571d850/Strewberry--2025--oil-on-canvas--40x30-cm.jpg" alt="Strewberry" loading="lazy"&#62;Strewberryoil on canvas, 40 x 30 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/a3b560b85ac9154775d7089119f4bdd0bf7565ddd58067e1bfbca4e99caa92cd/We-Salute-You-Comrade--2025--oil-on-canvas--30x30-cm.jpg" alt="We Salute You Comrade" loading="lazy"&#62;We Salute You Comradeoil on canvas, 30 x 30 cm, 2025&#60;img src="https://cortex.persona.co/t/original/i/97a85bff7e82f8b1bf4f7375b7453b58a1c45d11f21678f1b886e7d718f811af/30fa37219f9f7d3c81ccfb9b606c71a4.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/c3b9e928fa2158bbdfc5ad72216f946412184c82bff2afb3fed2c6e5c8918909/3eed99205c02b4b4a9cc5770f27e8b16.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/0932493c75f39085930c5ceca16514b5b9c027d86127e26d7468c761ac96192b/de1b416b5524505730510959cc2a8df3.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/44a0c19d425fd96cc8d00ea6ea9242cce01f7ab55b31fd8b4f64faa8e25fa801/edfab098be19969a10865af088a20af6.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/cf1f0f980d272e00c2112695e15a008fdb4a5702b7485d4c1afff2457be38872/060981255b35b5a07237ebae3a4b5d6.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/d1bc13ff3be118123a9ba2af73789a8501ab712f6140ba05e428769e7914ab15/4d3d2864e333b9b96c9da3e0bbcd770.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/dd0bd95bfec4356f73f2d34177a4beb040b3326f0eb29c6e47e6149071ea32a7/5a6683233934ed79459ce99f1bea0b7.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/981010da0fccfcc1663149f9c4e4a1a138d7a79ffeada477ba71ed6a8231ed88/6706ebd5375089dee3920861ae2c3c5.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/2b742be3c82253f90dad4b928cb9362c1ee9ca1ef7f769f8d861c8f5067524c0/79148987b3fb3bd3551ecf1bdb30f64.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/5d12bef3101437b8b360dce6a9f16d807ceeea7defc45e4b09a66f8cf69f583f/7a1acfa38fe96b3a78c5f1515645e3f.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/a433fb1f5b4a2e6132632dff74ff02a1a48a1415864201478b0a09331ae5d4e6/8f03fd49a04c4ed9f4feb08983396bc.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/c07e9efabba299304032177ae95e989cb0833005aad88a7f3dfc2ee5ab348ec7/a85ae8d11a05557461baf66f624a36d.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/9cdf24456d66bb33d4c5315a3ba5363c23281e8c12c2a496395426b019b20586/af5990ff1cd0622d7781302df1f235d.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/f5df24ab515849946f088e1a1a22110dc6aed38e6adf033d071299c7400f7d9b/b6806448da62efff00a10ee137008be.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/8fd0bfa4bc9ba52d7d8f4f59876d8a78fc4742ce2ff1af0224ff4562cceb0899/cb3c2576dc831a78c420d5b8446aa96.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/7e066abb13538d026e4a3d8040a4ae5248e2ccd01903327c945e938c9bb86bc3/dadc091f01ce2eb094f71eaff2a1070.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/08bf26cd55cb674f2e9d07a9fbdc71ffe326574d4c3c3fcac12e2c7749e18b71/e4c5eeab12ee642b76ca0861e02f9e5.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/77491108a9f374f757b618bca3851f08ca04dda8b434a5dcb24d2504a0675f6f/f6e893e604175f4b13fdff5e212f55d.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/1b597d8649ce6f15fe2881af50f10b92fe3aec6e3f27f133218f582f37ddf53e/ff04e7eefb7d18a3acf6deb68e266f2.jpg" alt="Untitled" loading="lazy"&#62;Untitled2025&#60;img src="https://cortex.persona.co/t/original/i/b95159f30d16757ab4020effd5e6309a73726918389dc2008d6fc4b01a3d8a38/1.jpg" alt="Untitled" loading="lazy"&#62;Untitled2024&#60;img src="https://cortex.persona.co/t/original/i/71908b0318a775a2578ad075172507a9d8daa3e0a86a425f50a6d9129b560c7f/Man-From-Atlantis--100x120cm--2023.jpg" alt="Man From Atlantis" loading="lazy"&#62;Man From Atlantis100 x 120 cm, 2024&#60;img src="https://cortex.persona.co/t/original/i/69bc33354bc49cadea2593a3c16cc627fabc21efa4a4beca6e226a7dc6bf3880/Man-From-Atlantis--100x120cm-2023.jpg" alt="Man From Atlantis" loading="lazy"&#62;Man From Atlantis100 x 120 cm, 2024&#60;img src="https://cortex.persona.co/t/original/i/40ad4e81c6d4abac0138dbfb1feb599583bceb82e6b2cf340f8830f0dc8278cc/Sworn-Brothers-120x90.jpg" alt="Sworn Brothers" loading="lazy"&#62;Sworn Brothers120 x 90 cm, 2024&#60;img src="https://cortex.persona.co/t/original/i/0b8c4a6fb759e157503e9c2902c0f36bf9b797bc31b1a79aa5f40805c703e45a/Toxic-Weekend-120x100.jpg" alt="Toxic Weekend" loading="lazy"&#62;Toxic Weekend120 x 100 cm, 2024&#60;img src="https://cortex.persona.co/t/original/i/d573ca054f448ed21c4462250ff04e770398779123ee985331c9305ab4d5726b/Welcome-Dinner--120x150cm--2023---1.jpg" alt="Welcome Dinner" loading="lazy"&#62;Welcome Dinner120 x 150 cm, 2024&#60;img src="https://cortex.persona.co/t/original/i/6b1dbd8cd2df227645a4b21c5361a533ab3b5a714507673abe2cd600eb8ba8f6/04443584e24b161c45647c7d2c019dc.jpg" alt="Untitled" loading="lazy"&#62;Untitled2024&#60;img src="https://cortex.persona.co/t/original/i/2b6035e5edc28d4a2e7d9785217f372da87a9cb1268179e6b604ee04923c7bf3/46a205f554c7ea9526a8c6e4c9bd2c3.jpg" alt="Untitled" loading="lazy"&#62;Untitled2024&#60;img src="https://cortex.persona.co/w/2000/q/67/i/3f0c2adb7f88493b48473a063a60db73061f1b10889d18a4c0bf8601bd5a1441/The-Mole--120x150--2023.jpg" alt="The Mole" loading="lazy"&#62;The Mole120 x 150 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/1aed3640ecca471979c78fbbcba19302ae5ed8afc2a2b9c07a79e8021e2c0afe/God-of-Wrestling--90x76--2023.jpg" alt="God of Wrestling" loading="lazy"&#62;God of Wrestling90 x 76 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/9629033925c8ff55e210ce253effa0acdbfc2f2c2de72b748c85d5c9825500f6/Louis-XVI--120x150--2023.jpg" alt="Louis XVI" loading="lazy"&#62;Louis XVI120 x 150 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/10b0d3294e083b14ed7eebbbb2bef0579a58839213dd1f726cf0a27cc8411a0c/Sailing-to-Byzantium--80x100--2023-2.jpg" alt="Sailing to Byzantium" loading="lazy"&#62;Sailing to Byzantium80 x 100 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/bd2690621073a6646bf9fb37d000ab23bf658653e477f2efebd433fe62e6603c/Aquaphobic-Duck--80x100--2023.jpeg" alt="Aquaphobic Duck" loading="lazy"&#62;Aquaphobic Duck80 x 100 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/5ba115d8a8dd568d5b778674b0e2e9e4c56d93602a8105baedabd7a1d690eafc/_20230226151432.jpg" alt="Saint Horse" loading="lazy"&#62;Saint Horse100 x 120 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/4691d8ca537a0dd89616248e823c31d5362ffac98f6deffe1ed1414a290feff4/_20230218205457.jpg" alt="Hunter in the Woods" loading="lazy"&#62;Hunter in the Woods40 x 50 cm, 2023&#60;img src="https://cortex.persona.co/w/2000/q/67/i/72a17400c8dec44cd97f28f5cb4db5eddcc5c986c351bfc071055b6f369309bf/midnight-mass.jpg" alt="Midnight Mass" loading="lazy"&#62;Midnight Mass100 x 120 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/2f49eb01914a69a80dda6f330d65e00e02840b0a849ab26f1ee8a51b658a4dc6/_20220728165822.jpg" alt="Smoking Quiter" loading="lazy"&#62;Smoking Quiter120 x 150 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/69e03db3fa77804bdbd4e7ea3b1370cc7aa11c7f387283b961cd1e2b240e8b4d/_20220824160538.jpg" alt="Kidnap A Shark" loading="lazy"&#62;Kidnap A Shark120 x 150 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/af523c7a8df5fc1227a67e75e31edef7307d38e8189871328c0db6907edbcab5/_20220728165833.jpg" alt="Escape Plan" loading="lazy"&#62;Escape Plan80 x 100 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/04712b8d941a1f4056a7496a142349ea3a268e05f374657669b5cc34b787a0a0/Murder-on-the-Orient-Express--120x150--2022.jpg" alt="Murder on the Orient Express" loading="lazy"&#62;Murder on the Orient Express120 x 150 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/2088581b55783623d4c68f2b31b94e3d88bad411c247c33a8ba1094c847a96ee/_20220728165825.jpg" alt="Fish Massager" loading="lazy"&#62;Fish Massager120 x 150 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/29ee9f7f437ded184c962b412d351fa292e7c7520f342487401aab100b16985d/_20220824185419.jpg" alt="Slender" loading="lazy"&#62;Slender120 x 150 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/4d3a87a7a8b49433c7419123cdd21d8c03786f21f8551760a240b0be1bed267e/_20220824160530.jpg" alt="Angry Monument" loading="lazy"&#62;Angry Monument80 x 100 cm, 2022&#60;img src="https://cortex.persona.co/w/2000/q/67/i/04ec5552148a70f7c62003e54031d4143c729945c21f294d19a48538b26065b6/_20220728165951.jpg" alt="Portugal Fan" loading="lazy"&#62;Portugal Fan120 x 150 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/ef6fc53177977a25c46867069b8852a4ed79325588f8bf0cc1fe2dbfcd15b252/_20220728165935.jpg" alt="Prey in the Rye" loading="lazy"&#62;Prey in the Rye120 x 150 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/d5802173293407fc2779838908fc9aadba893b8f30e7dc2597111f17640336df/_20220728165943.jpg" alt="Saint Teacher" loading="lazy"&#62;Saint Teacher100 x 80 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/4d8e1ae9377d70179788a42eeb02e0cfa4ec43d447e752a4feb1fafbb610cce3/_20220728165954.jpg" alt="Shadow Demon" loading="lazy"&#62;Shadow Demon100 x 80 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/ce5d19e1878f26905d2d6cc01e067ef68e89ce6c6795488c9260f001aacf307d/_20220728165939.jpg" alt="Oh Ashes" loading="lazy"&#62;Oh Ashes100 x 80 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/c2ff812a81860fda515ae6fadea622d21982e1187825003898c8ed4d4d96de78/_20220728165948.jpg" alt="Fake Orchid" loading="lazy"&#62;Fake Orchid120 x 150 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/c6b5d72c18d24bbd7217f6ed65be717904357fa8578ced376975f67ecd7d7ba5/_20220728165946.jpg" alt="Witch Hunt" loading="lazy"&#62;Witch Hunt120 x 100 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/e6b670b770d8314ddb31f140079e9b045458f77e43048249710f8b52c2d79f8a/dfab1cf045e9f325b74caff8e18f4de.jpg" alt="How to Cook A Duck?" loading="lazy"&#62;How to Cook A Duck?120 x 150 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/9218b69c6ca2923ff2d2012647f7dc445be9d43e0cc43f60a7e5a5e667d03685/37b1e00b8fa33d49ff1bf59f19b188f.jpg" alt="Puppet in the Cage" loading="lazy"&#62;Puppet in the Cage120 x 150 cm, 2021&#60;img src="https://cortex.persona.co/w/2000/q/67/i/15f32109a825649724e8b7e6f53efa1d40608764810d42f9d141ddd9b274d519/f249e580a7aab70d7e83e837c298a6a.jpg" alt="Red Tree" loading="lazy"&#62;Red Tree90 x 120 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/dc1f53b66eec1d108c27d532150b76af4831f18c52e78aacc826d30533811902/a-horse-s-house--120x150.jpg" alt="A Horse’s House" loading="lazy"&#62;A Horse’s House120 x 150 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/65bbdae8a6897f076f945bd44df92ff62d12658e491c03c976706054e978181f/back-to-the-toliet--120x150.jpg" alt="Diving" loading="lazy"&#62;Diving120 x 150 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/5f46e778d091a0765d975d4fe74d700bb20c0dc24d958d4d7f8e9cd9332a8dc8/_20200511225725.jpg" alt="The Barber" loading="lazy"&#62;The Barber120 x 150 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/69def45e527c77c8effc6fb5afaeda1a38036ce53e5119db164afd0554b1add4/_20200511225717.jpg" alt="The Fisherman" loading="lazy"&#62;The Fisherman120 x 150 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/e46208107b9fc3b52287a7b8a4393492f609a576e890f5eeebc34a6ae910da41/_20220728170015.jpg" alt="Flying Baby" loading="lazy"&#62;Flying Baby60 x 80 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/b6c1c0764f746b6350b058b6bddfb18e0154f55c8c8ff018a0dec444b5d942a5/_20220728170005.jpg" alt="Waterworld" loading="lazy"&#62;Waterworld40 x 50 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/595c47bf46258892a06d669c7ad45693775255c8e50d3711c1e43a97c70b0860/blue-hand--40x30.jpg" alt="Drugged Elmo" loading="lazy"&#62;Drugged Elmo40 x 50 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/1c33657650c9341440358170607c2278c036f7b426a1f7e952fbdcfde4543b22/dog-and-bone--40x30.jpg" alt="Dog and Bone" loading="lazy"&#62;Dog and Bone40 x 50 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/a1e7910d09b04149e765e43f6f67af4081f761c36aa6381fcb364d2ee7827e57/drugged-frog--40x30.jpg" alt="Drugged Frog" loading="lazy"&#62;Drugged Frog40 x 50 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/13aafbb28754c846b206ccc268c40985575aa630e8d4d14b51a6579ddde6bff6/rocket--30x40.jpg" alt="Rocket Man" loading="lazy"&#62;Rocket Man40 x 50 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/04600ac411a280eb003c6c4e68b7a1d9d4405307fbd704a0bbad6eb720b4f272/_20200511225707.jpg" alt="Detective Yellow" loading="lazy"&#62;Detective Yellow30 x 40 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/54d32bd29482692c9c1a4a1f4fce0603e08bd580be2d37c3da7f78e7ce6cfbaf/_20200511225656.jpg" alt="Dyson Cleaner" loading="lazy"&#62;Dyson Cleaner150 x 170 cm, 2020&#60;img src="https://cortex.persona.co/w/2000/q/67/i/dce569c39cd597a496b7a9d31234bd728ae005b248d7cc5d52ce89f9ac38e832/webwxgetmsgimg-3.jpg" alt="Mouse King" loading="lazy"&#62;Mouse King150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/fd551697e283dab93005aebe06fcb30a2ab554aa6dc5e8ab7e41807bbd316371/webwxgetmsgimg-6.jpg" alt="Peeing Exorcist" loading="lazy"&#62;Peeing Exorcist150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/abd9615d7697969e409ea7c135397122a141d85b6138c498977bbd02d8eef3f6/webwxgetmsgimg.jpg" alt="Night Movie" loading="lazy"&#62;Night Movie100 x 90 cm, 2019&#60;img src="https://cortex.persona.co/w/1308/q/94/i/1661d4c326012352a72823c155f61070a2a025fd12ce5b565b0de27582b7b14b/webwxgetmsgimg.jpg" alt="Farewell My Fire" loading="lazy"&#62;Farewell My Fire150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/1230/q/94/i/2117708249748d703334853e3f8ba7c0527d7b20f7e9d91c4a44a52eb69a02c9/webwxgetmsgimg-1.jpg" alt="Painting Beginer" loading="lazy"&#62;Painting Beginer150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/aad7a525091c36d9ec819c2fa08aabf959a7b0cff2bb045082ead387022b79d2/2019-02-20-202240.jpg" alt="Fish Catcher" loading="lazy"&#62;Fish Catcher150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/eb0ece5cdef2fa57f80cabfbe9b609e9d5332b178df3a007f189d7028ad77140/fish-eater.jpg" alt="Fish Eater" loading="lazy"&#62;Fish Eater120 x 150 cm, 2019&#60;img src="https://cortex.persona.co/w/1080/q/94/i/c3fd06c11b686c20bf33a3094eab9d40b18bfd3c178695daf52fe54f2abb9d9b/1992299365.jpg" alt="A Kiss (from a bold man)" loading="lazy"&#62;A Kiss (from a bold man)120 x 150 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/705669a78aea7c662eea333205a1610c79876224aa30bb4af56db7e01eb6a1fd/1.JPG" alt="Pumpkin Head" loading="lazy"&#62;Pumpkin Head150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/3be70dae177973087690ffafa47685395340c284adf7cdb3e3bc3ec8ecd2b0a2/2019-02-05-171415.jpg" alt="Untitle" loading="lazy"&#62;Untitle30 x 40 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/1f334fcbe6551b50a6a2bc94bb98b3d0bbb5c5183fb24d9281bbb92bdfe9cc67/1401843681.jpg" alt="Chained Man" loading="lazy"&#62;Chained Man150 x 170 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/33264375f28cb23f3a969e01e6f27d31206a4aae68980c39fdc1af2520dfa8f8/IMG_1191.jpg" alt="Micheal" loading="lazy"&#62;Micheal120 x 150 cm, 2019&#60;img src="https://cortex.persona.co/w/1432/q/94/i/371706079a3e84ab48da9bec26712f1c81851e1f611f3a5ee71fe0d899f52881/2.JPG" alt="We Were About to Have Sex When She Father Came In" loading="lazy"&#62;We Were About to Have Sex When She Father Came In30 x 40 cm, 2018&#60;img src="https://cortex.persona.co/w/1464/q/94/i/83a9b5c558f1f71de2678dfdff50ba3fb5033724006979723188544afcbe6791/webwxgetmsgimg-2.jpg" alt="Dead Me" loading="lazy"&#62;Dead MeDetails unavailable&#60;img src="https://cortex.persona.co/w/1080/q/94/i/e9811737aba5c60ab906ffc92e48b2abe33bb4f396256fb32e48f8784b041455/webwxgetmsgimg-1.jpg" alt="Nightmare" loading="lazy"&#62;NightmareDetails unavailable&#60;img src="https://cortex.persona.co/w/2000/q/67/i/7bbf2ecb77c4463fc07f325055c1ae1f47b12b7c56ebe7c3b44ee2348c5ab586/2019-01-29-151113.jpg" alt="Chicken" loading="lazy"&#62;Chicken30 x 40 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/3e4e0803a96a16513fabfa29fa1bb5e7d4564b8f767bee0f47e30f1b5f4c3a23/2019-01-30-214603.jpg" alt="Untitle" loading="lazy"&#62;Untitle50 x 60 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/df4ed1627a9b056411305985228f8e3a3dc538a44a43b0256e990f9fc5fdf8c6/4.jpg" alt="Banana Shoes" loading="lazy"&#62;Banana Shoes30 x 40 cm, 2018&#60;img src="https://cortex.persona.co/w/2000/q/67/i/a594d7493ac676354b59438198047c9487adfab6c121ab7bc15254f2a4350ad3/3.JPG" alt="Untitle" loading="lazy"&#62;Untitle30 x 40 cm, 2019&#60;img src="https://cortex.persona.co/w/1080/q/94/i/5c72a6c0154aac72ff51147aaf7485e4bc0356dc30cac12e4a98ea4532857c3f/webwxgetmsgimg-6.jpg" alt="Whale" loading="lazy"&#62;Whale30 x 30 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/00821efa43b091fed4b3e9b7f420bed8eb114c952bbb14dbd3d5c14a1c575d20/2019-01-31-205006.jpg" alt="Pikachu" loading="lazy"&#62;Pikachu30 x 40 cm, 2019&#60;img src="https://cortex.persona.co/w/1080/q/94/i/f5c41fe100134323463d51cdd543027cd81bfc65e82215dc4f214a9b9219649c/2019-02-06-162843.jpg" alt="2019 02 06 162843" loading="lazy"&#62;2019 02 06 162843Details unavailable&#60;img src="https://cortex.persona.co/w/1080/q/94/i/e32c6e84d31aede858e061dd3d1b65c620c771e625f534ab72c0be4d47e4cd7e/webwxgetmsgimg-5.jpg" alt="Untitle" loading="lazy"&#62;Untitle30 x 30 cm, 2019&#60;img src="https://cortex.persona.co/w/1080/q/94/i/d48d44e66d2c7ade11432a73cc497cb4b7a3d248d3fad0a55c963ca734df4152/webwxgetmsgimg-7.jpg" alt="Untitle" loading="lazy"&#62;Untitle40 x 60 cm, 2019&#60;img src="https://cortex.persona.co/w/2000/q/67/i/247290bb567c4e4638f60c2ffee7a9353d140912b53436c3b14dbf7684798c0d/5.jpg" alt="Go to Brussels" loading="lazy"&#62;Go to Brussels50 x 60 cm, 2018&#60;img src="https://cortex.persona.co/w/2000/q/67/i/c7d585b443d82ba305c1589a122a452ca3a607d21fa82047a5fc3a4c30b1562f/6.jpg" alt="Werewolf" loading="lazy"&#62;Werewolf100 x 120 cm, 2018&#60;img src="https://cortex.persona.co/w/2000/q/67/i/12c2e77dd9443c0b40d5a9388e9353fadb71ad1c05ac63370e06db3340645a93/7.jpg" alt="Tomb" loading="lazy"&#62;Tomb100 x 120 cm, 2018&#60;img src="https://cortex.persona.co/w/2000/q/67/i/dc169ed2f3fc79e4a05015107c12cd2dbcdfa41e36bcdccf20b4b79b06e59984/8.JPG" alt="Peeing Dog" loading="lazy"&#62;Peeing Dog50 x 60 cm, 2018&#60;img src="https://cortex.persona.co/w/2000/q/67/i/e3a1581173654190eb6c7e9e4d1dfb62d453248cbcc6ae155f3c48ab0384f394/9.JPG" alt="Hello Scotland！" loading="lazy"&#62;Hello Scotland！30 x 40 cm, 2018&#60;img src="https://cortex.persona.co/w/2000/q/67/i/7b21c57ed520662c10bc2c5060def678a7f55fbecfb4333e8b29d5f2ec52cfb9/IMG_0699.JPG" alt="Magnum Hunter" loading="lazy"&#62;Magnum Hunter100 x 120 cm, 2018&#60;img src="https://cortex.persona.co/w/1181/q/94/i/7bbeddebb6beb08fcdf700854f4f9f7ace274c4810473cb0c6b8ae6c822b1abb/orig_1516442650.jpg" alt="Cat King" loading="lazy"&#62;Cat King40 x 40 cm, 2017&#60;img src="https://cortex.persona.co/w/1319/q/94/i/21a0375bd07bb15b8cb18a04de6426d35ebb95b70c482c6dd81f6d3d8bcdb6de/orig_1516476435---.jpg" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/883/q/94/i/e4d3b610f787eee6c41120b48de6bcb55a1cfa99714bc6d052ef9323584f287d/orig_1516443505---.jpg" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/855/q/94/i/a84cb84a4bcda5990131bd4a646f9ec5fb6a986fdab6185e393ccf6caa80cf17/orig_1516443505------.jpg" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/915/q/94/i/0888a7d13a789ded7a94ab57b19e936c8b65546be5278c6979ce503c0ab071fd/orig_1516443351.jpg" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/765/q/94/i/10014628f6e18c0553e1e43f471fce0156a9fdfd2cb311cb9939a554ac47a88a/orig_1516442751.jpg" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/1139/q/94/i/9fcaaab8ab5439c2349062d240433968629d1533236b569b64352e9d22812c0a/orig_1516443351---.jpg" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/2000/q/67/i/b4a379a619cb17f87c5775f674e43732de16ef0bda6defbd1fd5faeb02384cd5/20171023_IMG_9661.JPG" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/2000/q/67/i/80dffaa1e3173342589b9773280ee097530417803eaad964757fe6c9f1b5dfa0/20171026_IMG_9849.JPG" alt="Untitled" loading="lazy"&#62;Untitled2017&#60;img src="https://cortex.persona.co/w/2000/q/67/i/89a9de123bf4529eb969643811d993f2a5b2c4155e06770074e2add11709feba/20170511_IMG_6371.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016&#60;img src="https://cortex.persona.co/w/2000/q/67/i/c6fc6ccae958dda3b5390ebe60bda93417e6e4771bb75f636ea9dae51279ea1e/20170807_IMG_7823.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016&#60;img src="https://cortex.persona.co/w/2000/q/67/i/251a982aad9b1779275648e357f4b64621566b66a272633650648af775fbba1b/20170628_IMG_6898.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016&#60;img src="https://cortex.persona.co/w/2000/q/67/i/bd47414a6fc95e512c59f2c0d52a09be88d85daf016f3bf676b4c79fd29c18e3/20170801_IMG_7581.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016&#60;img src="https://cortex.persona.co/w/2000/q/67/i/9ceb58c037bafaa7fe2ac80f04ec39d58a8bd8d411fe8c7c8da96854abb37260/20170331_IMG_0785-2.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016&#60;img src="https://cortex.persona.co/w/2000/q/67/i/f9ae5184b61c4f471ada58b0e9518aace57663359f5cb8d7f249606d09fcda49/20171128_IMG_0426.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016&#60;img src="https://cortex.persona.co/w/2000/q/67/i/2e5afb4967b9002d1da331fbc2240df326412862f4824713ef8d2a262786bc6c/20171021_IMG_9613.JPG" alt="Untitled" loading="lazy"&#62;Untitled2016
      

      
        
          Biography
          
            
              Hengzhi Gong (b. 1995, Chongqing, China) is a painter living and working in
              London. He holds a BSc in Industrial Design from the Beijing Institute of
              Technology (2018), an MA in Painting from the Royal College of Art (2020), and a
              PhD in Arts and Humanities from the Royal College of Art (2025).
            
            
              Gong's painting depicts black humour narratives in scenes that inhabit a space
              between realism and surrealism. These works are neither fully surreal nor strictly
              realist; rather, they occupy an ambiguous position that is at once possible and
              impossible, tangible yet elusive. They might occur, though perhaps not within the
              reality we recognise.
            
            
              Central to Gong's practice is an anxiety about the loss of history, intensified by
              the fragmented perception of time in the era of postmodernism, where memory and
              temporality in painting dissolve into fleeting glimpses consumed through internet
              platforms and social media. His images are melancholic, broken, and fragmentary,
              standing in opposition to nature, completeness, and optimistic narratives. Thus,
              they are allegorical, emerging as a form of resistance, a fractured and incomplete
              reflection that acknowledges historical discontinuities, the impossibility of fully
              reconstructing the past, and a nostalgia for a time that never truly existed.
            
          
        

        
          Education
          
            
              2020-2025
              PhD in Arts and Humanities, Royal College of Art, London, UK
            
            
              2018-2020
              MA Painting, Royal College of Art, London, UK
            
            
              2012-2018
              BSc Industrial Design, Beijing Institute of Technology, Beijing, China
            
          
        

        
          Solo Exhibitions
          
            
              2025
              A/W Space, "The Rope Trick," Nanjing, China
            
            
              2021
              A/W Space, "A Nice Day," Nanjing, China
            
          
        

        
          Selected Group Exhibitions
          
            
              2025
              BANK, "Dream Within Body," Shanghai, China
            
            
              2025
              Aurora Museum, "Ka Ban," Shanghai, China
            
            
              2025
              ART021 with BANK, Beijing, China
            
            
              2024
              Beaconsfield, "Chasma," London, UK
            
            
              2023
              Greatorex Street, "A Pig on the Tracks," London, UK
            
            
              2023
              Copeland Gallery, "Hopscotch," RCA Research Biennale, London, UK
            
            
              2023
              RuptureXIBIT, "Alternative Airport," London, UK
            
            
              2023
              RCM Art Museum, "Pin Imagination," Nanjing, China
            
            
              2022
              Southwark Park Galleries, "Unruly Encounters," London, UK
            
            
              2021
              Gallery LVS, "ASYAAF 2021," Seoul, South Korea
            
            
              2020
              West Bund Art Center, "FutureLab," Shanghai, China
            
            
              2020
              Josh Lilley, "Beacon," London, UK
            
          
        

        
          Writing / Curating / Press
          
            
              Ongoing
              "Designed Ruins: teamLab and the Para-Public Digital Allegorical Mural"
            
            
              Ongoing
              "From Free Access to Admission: Ticketing and the Transformation of Publicness in Contemporary Public Art"
            
            
              Ongoing
              "Allegorical Publicness: Bruegel's The Massacre of the Innocents and the Rewriting of Viewing"
            
            
              2026
              "From Kiefer's Shelves: The Failure of Viewing and Alternative Publicness," Art Education Research
            
            
              2026
              Curator, A/W Space, "Specimen," Nanjing, China
            
            
              2025
              "The Boxer in the Dance Floor," Grotto Fine Arts, Hong Kong, China
            
            
              2025
              "The Rope Trick," essay by Zhang He, A/W Space
            
            
              2024
              "Delay of Meaning," itinerant space, Issue 2
            
            
              2024
              Curator, A/W Space, "Hidden Breakthrough," Nanjing, China
            
            
              2024
              "A Bridge Between Virtuality and Reality: On the Allegorical in Hengzhi Gong's Works," Beijing Youth Daily
            
            
              2023
              Curatorial Assistant, Copeland Gallery, "Hopscotch," London, UK
            
            
              2022
              "Diagram," Prova, Issue 5
            
          
        

        
          Teaching
          
            
              2026-present
              Lecturer, Sichuan Fine Arts Institute, Chongqing, China
            
            
              2023-2026
              Lecturer, Winchester School of Art, University of Southampton, Winchester, UK
            
            
              2023-present
              Visiting Lecturer, Glasgow School of Art, Glasgow, UK
            
            
              2023-present
              Visiting Lecturer, Liverpool Hope University, Liverpool, UK
            
            
              2020-present
              Visiting Lecturer, University for the Creative Arts, Canterbury, UK
            
          
        
      

      
        
          Contact
          
            
              Instagram
              @hengzhi_gong
            
            
              Email
              hengzhig@gmail.com
            
          
        
      
    

    
      Hengzhi Gong / 龚恒之
      Top
    

    
      ×
      
        ‹
      
      
        &#60;img class="lightbox-image" src="" alt=""&#62;
        
          
          
        
      
      
        ›
      
    

(function () {
window.ARTWORKS = [
  {
    "title": "Thug Po",
    "medium": "oil on canvas",
    "size": "150 x 120 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/5021162467713c3347cf063bd0710ab3094f913899fa43065538473fd83002b3/Thug-Po--2026--oil-on-canvas--150x120-cm.jpg"
  },
  {
    "title": "Creation of Adam",
    "medium": "oil on canvas",
    "size": "120 x 150 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/6cd9438bc9f739f9b4bbf372eda61d8e9cfa2c86588b213dbe3a000ebd67b51f/Creation-of-Adam--2026--oil-on-canvas--120-x-150-cm.jpg"
  },
  {
    "title": "Man From Deliveroo",
    "medium": "oil on canvas",
    "size": "150 x 120 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/5e9e5781f789f25938e16275befe708b2810d956389e26aa8286f97063794952/Man-From-Deliveroo--2026--oil-on-canvas--150-x-120-cm.jpg"
  },
  {
    "title": "Cat",
    "medium": "oil on canvas",
    "size": "120 x 100 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/ffa0c3eddc52afa444b1b33c414c59dffad690b097763615a8e7f7a872a1f210/Cat--2026--oil-on-canvas--120-x-100-cm.jpg"
  },
  {
    "title": "Forbidden Fruit",
    "medium": "oil on canvas",
    "size": "80 x 60 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/80aa46d26afecb8a742a575c6ec4aa2eb5f4ef4ae22dd4c50efd367cab11c6c7/Forbidden-Fruit--2026--oil-on-canvas--80x60-cm.jpg"
  },
  {
    "title": "Forbidden Relationship",
    "medium": "oil and charcoal on canvas",
    "size": "50 x 60 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/868b9935ed4583fc0a6f29c73107001794a61404e827ff9d6b9e9d235649609e/Forbidden-Relationship--2026--oil-and-charcoal-on-canvas--50x60cm.jpg"
  },
  {
    "title": "GOAT",
    "medium": "oil on canvas",
    "size": "120 x 100 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/27e8dfdfbfbc4388c3ff193deb5908a975b1564837a560fdc27cbde0fc15d4f7/GOAT--2026--oil-on-canvas--120-x-100-cm.jpg"
  },
  {
    "title": "Lovesick",
    "medium": "oil on canvas",
    "size": "120 x 100 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/04e739bbe24956d2095b0570f89c8af514a18bb50515f5fc84f6a2e79da90500/Lovesick--2026--oil-on-canvas--120-x-100-cm.jpg"
  },
  {
    "title": "Red Army",
    "medium": "oil on canvas",
    "size": "150 x 120 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/8102a8e33bcc65fe5c1fe86e179aaf3268e9fcc57a20b8ac182d16d52d72beea/Red-Army--2026--oil-on-canvas--150-x-120-cm.jpg"
  },
  {
    "title": "Violinist",
    "medium": "oil on canvas",
    "size": "70 x 50 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/9110ff4aab5376b95df5cb9ca74999ce56f920ac8c4ca9416abe3e45e4e108fe/Violinist--2026--oil-on-canvas--70-x-50-cm.jpg"
  },
  {
    "title": "White",
    "medium": "oil on canvas",
    "size": "70 x 50 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/f4bc0341be9a76463d22834a42554cd85cf7bedd194ea94701d9f825a4390dd7/White--2026--oil-on-canvas--70-x-50-cm.jpg"
  },
  {
    "title": "Me",
    "medium": "oil on canvas",
    "size": "60 x 70 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/54f4ac73d32a86e600a472659c36679da13d843529258fae8dc15193c6f45c8f/Me--2026--oil-on-canvas--60x70-cm.jpg"
  },
  {
    "title": "Family Day",
    "medium": "oil on canvas",
    "size": "100 x 80 cm",
    "year": "2026",
    "src": "https://cortex.persona.co/t/original/i/b6acfd54c91fbd69e63aae746bee5440d7b487d7d836936376be35f37c53e49c/Family-Day--2026--oil-on-canvas--100-x-80-cm.jpg"
  },
  {
    "title": "Back Day",
    "medium": "Oil and charcoal on canvas",
    "size": "120 x 100 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/f5c564fa0bdd2945f082121e1627ba35a2c14cdb1867495f2902ab6d72ede1d1/Back-Day.jpg"
  },
  {
    "title": "Hot Summer",
    "medium": "Oil and charcoal on canvas",
    "size": "100 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/22d82a3e7311dea7a732128062bcdac7a08885ab1633a3c409e986f1a2c21f96/Hot-Summer.jpg"
  },
  {
    "title": "Hungry Dog",
    "medium": "Oil and charcoal on canvas",
    "size": "150 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/0bf98783b8725f6f27e038896e3da6d41820f7ebf5006e027fa537c3aab1cedf/Hungry-Dog.jpg"
  },
  {
    "title": "Night Conference",
    "medium": "Oil on canvas",
    "size": "100 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/6a5308d019155603aed8ba10b7982c4f5008699cc09e07159d361c916db1d580/Night-Conference.jpg"
  },
  {
    "title": "Some Ghosts Wear Yellow",
    "medium": "Oil and charcoal on canvas",
    "size": "120 x 150 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/4a20468911001e50573d702a0b359b11ee8b4fe2e42661eed498501fcae34d6a/Some-Ghosts-Wear-Yellow.jpg"
  },
  {
    "title": "Unexpected Race",
    "medium": "Oil and charcoal on canvas",
    "size": "150 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/e14f3f54629960469c9fa028cd569a61659640f3a0495a56be103e1e4351a25b/Unexpected-Race.jpg"
  },
  {
    "title": "Zeus",
    "medium": "Oil on canvas",
    "size": "80 x 60 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/a091936ef08759c462d487764b5e614e64c8528b9ea982052a50de3a41f07cf8/Zeus.jpg"
  },
  {
    "title": "Birthday",
    "medium": "",
    "size": "30 x 40 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/926db6c84a326195b18b74dc459afdf1c684d95568dc333d3c29a7c0d0ebc502/Birthday--2025--30x40-cm.jpg"
  },
  {
    "title": "Coronation",
    "medium": "oil on canvas",
    "size": "150 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/8e7eb95aaacb71b6a421d0e3aea29c12d1c8ca02626398fd45f12421414cc442/Coronation--2025--oil-on-canvas--150-x-120-cm.jpg"
  },
  {
    "title": "Dog Philosopher",
    "medium": "oil on canvas",
    "size": "120 x 100 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/87122db3eedf9f289d92ee26271d9f065265f896bb1d86391fc09784b7f671a5/Dog-Philosopher--2025--oil-on-canvas--120x100-cm.jpg"
  },
  {
    "title": "Domestic Wolf",
    "medium": "oil on canvas",
    "size": "91 x 77 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/cc1598f6a02a77cd0228693fc295bfd5d2c10ecb08f1f2fd603a926297aea96a/Domestic-Wolf--2025--oil-on-canvas--91-x-77-cm.jpg"
  },
  {
    "title": "Fresh Catch of the Day",
    "medium": "oil and charcoal on canvas",
    "size": "120 x 150 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/39e241ced73b1a56bdcc8f50a74b06e625db79f77f19969463062e14015d0e91/Fresh-Catch-of-the-Day--2025--oil-and-charcoal-on-canvas--120-x-150-cm.jpg"
  },
  {
    "title": "Green Light Pending",
    "medium": "oil and charcoal on canvas",
    "size": "120 x 100 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/805fb3e6bf4c14ea4577ffeed5396b4c2e0ce45d39eef57f6a820dea856b4267/Green-Light-Pending--2025--oil-and-charcoal-on-canvas--120-x-100-cm.jpg"
  },
  {
    "title": "Green Plant",
    "medium": "oil on canvas",
    "size": "100 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/8116e422d706a3e00844388ea01f984cd5443c3d3030f947c0f0aa6d0ae2e7fc/Green-Plant--2025--oil-on-canvas--100x120-cm.jpg"
  },
  {
    "title": "Half Batman Half Clown",
    "medium": "oil on canvas",
    "size": "40 x 50 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/f8d5eb442ccb363aa04285e51b7811891c1e1e75a05dab46193d68033a727040/Half-Batman-Half-Clown--2025--oil-on-canvas--40x50cm.jpg"
  },
  {
    "title": "Horse",
    "medium": "oil on canvas",
    "size": "40 x 50 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/775fd47a36d9337a460b2d11b04ce36ff7716eac5bf0db2529489b3b0633344b/Horse--2025--oil-on-canvas--40x50-cm.jpg"
  },
  {
    "title": "Monster",
    "medium": "oil on canvas",
    "size": "40 x 30 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/99e9b06f98727e315544d5d301840ea7619fe82491e6b03bb30721562d524daf/Monster--2025--oil-on-canvas--40x30-cm.jpg"
  },
  {
    "title": "Pacificist",
    "medium": "oil on canvas",
    "size": "150 x 120 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/b624b1096dfee12278b1bdc695920eef454e1b4b05b70da8974aabd9a45e7654/Pacificist--2025--oil-on-canvas--150-x-120-cm.jpg"
  },
  {
    "title": "Strewberry",
    "medium": "oil on canvas",
    "size": "40 x 30 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/ca180346d57b212d6e8656f48f9ba2f104f1a96fbfee0de1e20d7cb68571d850/Strewberry--2025--oil-on-canvas--40x30-cm.jpg"
  },
  {
    "title": "We Salute You Comrade",
    "medium": "oil on canvas",
    "size": "30 x 30 cm",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/a3b560b85ac9154775d7089119f4bdd0bf7565ddd58067e1bfbca4e99caa92cd/We-Salute-You-Comrade--2025--oil-on-canvas--30x30-cm.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/97a85bff7e82f8b1bf4f7375b7453b58a1c45d11f21678f1b886e7d718f811af/30fa37219f9f7d3c81ccfb9b606c71a4.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/c3b9e928fa2158bbdfc5ad72216f946412184c82bff2afb3fed2c6e5c8918909/3eed99205c02b4b4a9cc5770f27e8b16.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/0932493c75f39085930c5ceca16514b5b9c027d86127e26d7468c761ac96192b/de1b416b5524505730510959cc2a8df3.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/44a0c19d425fd96cc8d00ea6ea9242cce01f7ab55b31fd8b4f64faa8e25fa801/edfab098be19969a10865af088a20af6.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/cf1f0f980d272e00c2112695e15a008fdb4a5702b7485d4c1afff2457be38872/060981255b35b5a07237ebae3a4b5d6.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/d1bc13ff3be118123a9ba2af73789a8501ab712f6140ba05e428769e7914ab15/4d3d2864e333b9b96c9da3e0bbcd770.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/dd0bd95bfec4356f73f2d34177a4beb040b3326f0eb29c6e47e6149071ea32a7/5a6683233934ed79459ce99f1bea0b7.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/981010da0fccfcc1663149f9c4e4a1a138d7a79ffeada477ba71ed6a8231ed88/6706ebd5375089dee3920861ae2c3c5.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/2b742be3c82253f90dad4b928cb9362c1ee9ca1ef7f769f8d861c8f5067524c0/79148987b3fb3bd3551ecf1bdb30f64.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/5d12bef3101437b8b360dce6a9f16d807ceeea7defc45e4b09a66f8cf69f583f/7a1acfa38fe96b3a78c5f1515645e3f.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/a433fb1f5b4a2e6132632dff74ff02a1a48a1415864201478b0a09331ae5d4e6/8f03fd49a04c4ed9f4feb08983396bc.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/c07e9efabba299304032177ae95e989cb0833005aad88a7f3dfc2ee5ab348ec7/a85ae8d11a05557461baf66f624a36d.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/9cdf24456d66bb33d4c5315a3ba5363c23281e8c12c2a496395426b019b20586/af5990ff1cd0622d7781302df1f235d.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/f5df24ab515849946f088e1a1a22110dc6aed38e6adf033d071299c7400f7d9b/b6806448da62efff00a10ee137008be.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/8fd0bfa4bc9ba52d7d8f4f59876d8a78fc4742ce2ff1af0224ff4562cceb0899/cb3c2576dc831a78c420d5b8446aa96.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/7e066abb13538d026e4a3d8040a4ae5248e2ccd01903327c945e938c9bb86bc3/dadc091f01ce2eb094f71eaff2a1070.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/08bf26cd55cb674f2e9d07a9fbdc71ffe326574d4c3c3fcac12e2c7749e18b71/e4c5eeab12ee642b76ca0861e02f9e5.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/77491108a9f374f757b618bca3851f08ca04dda8b434a5dcb24d2504a0675f6f/f6e893e604175f4b13fdff5e212f55d.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2025",
    "src": "https://cortex.persona.co/t/original/i/1b597d8649ce6f15fe2881af50f10b92fe3aec6e3f27f133218f582f37ddf53e/ff04e7eefb7d18a3acf6deb68e266f2.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/b95159f30d16757ab4020effd5e6309a73726918389dc2008d6fc4b01a3d8a38/1.jpg"
  },
  {
    "title": "Man From Atlantis",
    "medium": "",
    "size": "100 x 120 cm",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/71908b0318a775a2578ad075172507a9d8daa3e0a86a425f50a6d9129b560c7f/Man-From-Atlantis--100x120cm--2023.jpg"
  },
  {
    "title": "Man From Atlantis",
    "medium": "",
    "size": "100 x 120 cm",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/69bc33354bc49cadea2593a3c16cc627fabc21efa4a4beca6e226a7dc6bf3880/Man-From-Atlantis--100x120cm-2023.jpg"
  },
  {
    "title": "Sworn Brothers",
    "medium": "",
    "size": "120 x 90 cm",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/40ad4e81c6d4abac0138dbfb1feb599583bceb82e6b2cf340f8830f0dc8278cc/Sworn-Brothers-120x90.jpg"
  },
  {
    "title": "Toxic Weekend",
    "medium": "",
    "size": "120 x 100 cm",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/0b8c4a6fb759e157503e9c2902c0f36bf9b797bc31b1a79aa5f40805c703e45a/Toxic-Weekend-120x100.jpg"
  },
  {
    "title": "Welcome Dinner",
    "medium": "",
    "size": "120 x 150 cm",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/d573ca054f448ed21c4462250ff04e770398779123ee985331c9305ab4d5726b/Welcome-Dinner--120x150cm--2023---1.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/6b1dbd8cd2df227645a4b21c5361a533ab3b5a714507673abe2cd600eb8ba8f6/04443584e24b161c45647c7d2c019dc.jpg"
  },
  {
    "title": "Untitled",
    "medium": "",
    "size": "",
    "year": "2024",
    "src": "https://cortex.persona.co/t/original/i/2b6035e5edc28d4a2e7d9785217f372da87a9cb1268179e6b604ee04923c7bf3/46a205f554c7ea9526a8c6e4c9bd2c3.jpg"
  },
  {
    "title": "The Mole",
    "size": "120 x 150 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/3f0c2adb7f88493b48473a063a60db73061f1b10889d18a4c0bf8601bd5a1441/The-Mole--120x150--2023.jpg"
  },
  {
    "title": "God of Wrestling",
    "size": "90 x 76 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/1aed3640ecca471979c78fbbcba19302ae5ed8afc2a2b9c07a79e8021e2c0afe/God-of-Wrestling--90x76--2023.jpg"
  },
  {
    "title": "Louis XVI",
    "size": "120 x 150 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/9629033925c8ff55e210ce253effa0acdbfc2f2c2de72b748c85d5c9825500f6/Louis-XVI--120x150--2023.jpg"
  },
  {
    "title": "Sailing to Byzantium",
    "size": "80 x 100 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/10b0d3294e083b14ed7eebbbb2bef0579a58839213dd1f726cf0a27cc8411a0c/Sailing-to-Byzantium--80x100--2023-2.jpg"
  },
  {
    "title": "Aquaphobic Duck",
    "size": "80 x 100 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/bd2690621073a6646bf9fb37d000ab23bf658653e477f2efebd433fe62e6603c/Aquaphobic-Duck--80x100--2023.jpeg"
  },
  {
    "title": "Saint Horse",
    "size": "100 x 120 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/5ba115d8a8dd568d5b778674b0e2e9e4c56d93602a8105baedabd7a1d690eafc/_20230226151432.jpg"
  },
  {
    "title": "Hunter in the Woods",
    "size": "40 x 50 cm",
    "year": "2023",
    "src": "https://cortex.persona.co/w/2000/q/67/i/4691d8ca537a0dd89616248e823c31d5362ffac98f6deffe1ed1414a290feff4/_20230218205457.jpg"
  },
  {
    "title": "Midnight Mass",
    "size": "100 x 120 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/72a17400c8dec44cd97f28f5cb4db5eddcc5c986c351bfc071055b6f369309bf/midnight-mass.jpg"
  },
  {
    "title": "Smoking Quiter",
    "size": "120 x 150 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/2f49eb01914a69a80dda6f330d65e00e02840b0a849ab26f1ee8a51b658a4dc6/_20220728165822.jpg"
  },
  {
    "title": "Kidnap A Shark",
    "size": "120 x 150 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/69e03db3fa77804bdbd4e7ea3b1370cc7aa11c7f387283b961cd1e2b240e8b4d/_20220824160538.jpg"
  },
  {
    "title": "Escape Plan",
    "size": "80 x 100 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/af523c7a8df5fc1227a67e75e31edef7307d38e8189871328c0db6907edbcab5/_20220728165833.jpg"
  },
  {
    "title": "Murder on the Orient Express",
    "size": "120 x 150 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/04712b8d941a1f4056a7496a142349ea3a268e05f374657669b5cc34b787a0a0/Murder-on-the-Orient-Express--120x150--2022.jpg"
  },
  {
    "title": "Fish Massager",
    "size": "120 x 150 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/2088581b55783623d4c68f2b31b94e3d88bad411c247c33a8ba1094c847a96ee/_20220728165825.jpg"
  },
  {
    "title": "Slender",
    "size": "120 x 150 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/29ee9f7f437ded184c962b412d351fa292e7c7520f342487401aab100b16985d/_20220824185419.jpg"
  },
  {
    "title": "Angry Monument",
    "size": "80 x 100 cm",
    "year": "2022",
    "src": "https://cortex.persona.co/w/2000/q/67/i/4d3a87a7a8b49433c7419123cdd21d8c03786f21f8551760a240b0be1bed267e/_20220824160530.jpg"
  },
  {
    "title": "Portugal Fan",
    "size": "120 x 150 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/04ec5552148a70f7c62003e54031d4143c729945c21f294d19a48538b26065b6/_20220728165951.jpg"
  },
  {
    "title": "Prey in the Rye",
    "size": "120 x 150 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/ef6fc53177977a25c46867069b8852a4ed79325588f8bf0cc1fe2dbfcd15b252/_20220728165935.jpg"
  },
  {
    "title": "Saint Teacher",
    "size": "100 x 80 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/d5802173293407fc2779838908fc9aadba893b8f30e7dc2597111f17640336df/_20220728165943.jpg"
  },
  {
    "title": "Shadow Demon",
    "size": "100 x 80 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/4d8e1ae9377d70179788a42eeb02e0cfa4ec43d447e752a4feb1fafbb610cce3/_20220728165954.jpg"
  },
  {
    "title": "Oh Ashes",
    "size": "100 x 80 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/ce5d19e1878f26905d2d6cc01e067ef68e89ce6c6795488c9260f001aacf307d/_20220728165939.jpg"
  },
  {
    "title": "Fake Orchid",
    "size": "120 x 150 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/c2ff812a81860fda515ae6fadea622d21982e1187825003898c8ed4d4d96de78/_20220728165948.jpg"
  },
  {
    "title": "Witch Hunt",
    "size": "120 x 100 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/c6b5d72c18d24bbd7217f6ed65be717904357fa8578ced376975f67ecd7d7ba5/_20220728165946.jpg"
  },
  {
    "title": "How to Cook A Duck?",
    "size": "120 x 150 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/e6b670b770d8314ddb31f140079e9b045458f77e43048249710f8b52c2d79f8a/dfab1cf045e9f325b74caff8e18f4de.jpg"
  },
  {
    "title": "Puppet in the Cage",
    "size": "120 x 150 cm",
    "year": "2021",
    "src": "https://cortex.persona.co/w/2000/q/67/i/9218b69c6ca2923ff2d2012647f7dc445be9d43e0cc43f60a7e5a5e667d03685/37b1e00b8fa33d49ff1bf59f19b188f.jpg"
  },
  {
    "title": "Red Tree",
    "size": "90 x 120 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/15f32109a825649724e8b7e6f53efa1d40608764810d42f9d141ddd9b274d519/f249e580a7aab70d7e83e837c298a6a.jpg"
  },
  {
    "title": "A Horse’s House",
    "size": "120 x 150 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/dc1f53b66eec1d108c27d532150b76af4831f18c52e78aacc826d30533811902/a-horse-s-house--120x150.jpg"
  },
  {
    "title": "Diving",
    "size": "120 x 150 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/65bbdae8a6897f076f945bd44df92ff62d12658e491c03c976706054e978181f/back-to-the-toliet--120x150.jpg"
  },
  {
    "title": "The Barber",
    "size": "120 x 150 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/5f46e778d091a0765d975d4fe74d700bb20c0dc24d958d4d7f8e9cd9332a8dc8/_20200511225725.jpg"
  },
  {
    "title": "The Fisherman",
    "size": "120 x 150 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/69def45e527c77c8effc6fb5afaeda1a38036ce53e5119db164afd0554b1add4/_20200511225717.jpg"
  },
  {
    "title": "Flying Baby",
    "size": "60 x 80 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/e46208107b9fc3b52287a7b8a4393492f609a576e890f5eeebc34a6ae910da41/_20220728170015.jpg"
  },
  {
    "title": "Waterworld",
    "size": "40 x 50 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/b6c1c0764f746b6350b058b6bddfb18e0154f55c8c8ff018a0dec444b5d942a5/_20220728170005.jpg"
  },
  {
    "title": "Drugged Elmo",
    "size": "40 x 50 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/595c47bf46258892a06d669c7ad45693775255c8e50d3711c1e43a97c70b0860/blue-hand--40x30.jpg"
  },
  {
    "title": "Dog and Bone",
    "size": "40 x 50 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/1c33657650c9341440358170607c2278c036f7b426a1f7e952fbdcfde4543b22/dog-and-bone--40x30.jpg"
  },
  {
    "title": "Drugged Frog",
    "size": "40 x 50 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/a1e7910d09b04149e765e43f6f67af4081f761c36aa6381fcb364d2ee7827e57/drugged-frog--40x30.jpg"
  },
  {
    "title": "Rocket Man",
    "size": "40 x 50 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/13aafbb28754c846b206ccc268c40985575aa630e8d4d14b51a6579ddde6bff6/rocket--30x40.jpg"
  },
  {
    "title": "Detective Yellow",
    "size": "30 x 40 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/04600ac411a280eb003c6c4e68b7a1d9d4405307fbd704a0bbad6eb720b4f272/_20200511225707.jpg"
  },
  {
    "title": "Dyson Cleaner",
    "size": "150 x 170 cm",
    "year": "2020",
    "src": "https://cortex.persona.co/w/2000/q/67/i/54d32bd29482692c9c1a4a1f4fce0603e08bd580be2d37c3da7f78e7ce6cfbaf/_20200511225656.jpg"
  },
  {
    "title": "Mouse King",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/dce569c39cd597a496b7a9d31234bd728ae005b248d7cc5d52ce89f9ac38e832/webwxgetmsgimg-3.jpg"
  },
  {
    "title": "Peeing Exorcist",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/fd551697e283dab93005aebe06fcb30a2ab554aa6dc5e8ab7e41807bbd316371/webwxgetmsgimg-6.jpg"
  },
  {
    "title": "Night Movie",
    "size": "100 x 90 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/abd9615d7697969e409ea7c135397122a141d85b6138c498977bbd02d8eef3f6/webwxgetmsgimg.jpg"
  },
  {
    "title": "Farewell My Fire",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/1308/q/94/i/1661d4c326012352a72823c155f61070a2a025fd12ce5b565b0de27582b7b14b/webwxgetmsgimg.jpg"
  },
  {
    "title": "Painting Beginer",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/1230/q/94/i/2117708249748d703334853e3f8ba7c0527d7b20f7e9d91c4a44a52eb69a02c9/webwxgetmsgimg-1.jpg"
  },
  {
    "title": "Fish Catcher",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/aad7a525091c36d9ec819c2fa08aabf959a7b0cff2bb045082ead387022b79d2/2019-02-20-202240.jpg"
  },
  {
    "title": "Fish Eater",
    "size": "120 x 150 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/eb0ece5cdef2fa57f80cabfbe9b609e9d5332b178df3a007f189d7028ad77140/fish-eater.jpg"
  },
  {
    "title": "A Kiss (from a bold man)",
    "size": "120 x 150 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/1080/q/94/i/c3fd06c11b686c20bf33a3094eab9d40b18bfd3c178695daf52fe54f2abb9d9b/1992299365.jpg"
  },
  {
    "title": "Pumpkin Head",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/705669a78aea7c662eea333205a1610c79876224aa30bb4af56db7e01eb6a1fd/1.JPG"
  },
  {
    "title": "Untitle",
    "size": "30 x 40 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/3be70dae177973087690ffafa47685395340c284adf7cdb3e3bc3ec8ecd2b0a2/2019-02-05-171415.jpg"
  },
  {
    "title": "Chained Man",
    "size": "150 x 170 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/1f334fcbe6551b50a6a2bc94bb98b3d0bbb5c5183fb24d9281bbb92bdfe9cc67/1401843681.jpg"
  },
  {
    "title": "Micheal",
    "size": "120 x 150 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/33264375f28cb23f3a969e01e6f27d31206a4aae68980c39fdc1af2520dfa8f8/IMG_1191.jpg"
  },
  {
    "title": "We Were About to Have Sex When She Father Came In",
    "size": "30 x 40 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/1432/q/94/i/371706079a3e84ab48da9bec26712f1c81851e1f611f3a5ee71fe0d899f52881/2.JPG"
  },
  {
    "title": "Dead Me",
    "size": "",
    "year": "",
    "src": "https://cortex.persona.co/w/1464/q/94/i/83a9b5c558f1f71de2678dfdff50ba3fb5033724006979723188544afcbe6791/webwxgetmsgimg-2.jpg"
  },
  {
    "title": "Nightmare",
    "size": "",
    "year": "",
    "src": "https://cortex.persona.co/w/1080/q/94/i/e9811737aba5c60ab906ffc92e48b2abe33bb4f396256fb32e48f8784b041455/webwxgetmsgimg-1.jpg"
  },
  {
    "title": "Chicken",
    "size": "30 x 40 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/7bbf2ecb77c4463fc07f325055c1ae1f47b12b7c56ebe7c3b44ee2348c5ab586/2019-01-29-151113.jpg"
  },
  {
    "title": "Untitle",
    "size": "50 x 60 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/3e4e0803a96a16513fabfa29fa1bb5e7d4564b8f767bee0f47e30f1b5f4c3a23/2019-01-30-214603.jpg"
  },
  {
    "title": "Banana Shoes",
    "size": "30 x 40 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/df4ed1627a9b056411305985228f8e3a3dc538a44a43b0256e990f9fc5fdf8c6/4.jpg"
  },
  {
    "title": "Untitle",
    "size": "30 x 40 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/a594d7493ac676354b59438198047c9487adfab6c121ab7bc15254f2a4350ad3/3.JPG"
  },
  {
    "title": "Whale",
    "size": "30 x 30 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/1080/q/94/i/5c72a6c0154aac72ff51147aaf7485e4bc0356dc30cac12e4a98ea4532857c3f/webwxgetmsgimg-6.jpg"
  },
  {
    "title": "Pikachu",
    "size": "30 x 40 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/2000/q/67/i/00821efa43b091fed4b3e9b7f420bed8eb114c952bbb14dbd3d5c14a1c575d20/2019-01-31-205006.jpg"
  },
  {
    "title": "2019 02 06 162843",
    "size": "",
    "year": "",
    "src": "https://cortex.persona.co/w/1080/q/94/i/f5c41fe100134323463d51cdd543027cd81bfc65e82215dc4f214a9b9219649c/2019-02-06-162843.jpg"
  },
  {
    "title": "Untitle",
    "size": "30 x 30 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/1080/q/94/i/e32c6e84d31aede858e061dd3d1b65c620c771e625f534ab72c0be4d47e4cd7e/webwxgetmsgimg-5.jpg"
  },
  {
    "title": "Untitle",
    "size": "40 x 60 cm",
    "year": "2019",
    "src": "https://cortex.persona.co/w/1080/q/94/i/d48d44e66d2c7ade11432a73cc497cb4b7a3d248d3fad0a55c963ca734df4152/webwxgetmsgimg-7.jpg"
  },
  {
    "title": "Go to Brussels",
    "size": "50 x 60 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/247290bb567c4e4638f60c2ffee7a9353d140912b53436c3b14dbf7684798c0d/5.jpg"
  },
  {
    "title": "Werewolf",
    "size": "100 x 120 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/c7d585b443d82ba305c1589a122a452ca3a607d21fa82047a5fc3a4c30b1562f/6.jpg"
  },
  {
    "title": "Tomb",
    "size": "100 x 120 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/12c2e77dd9443c0b40d5a9388e9353fadb71ad1c05ac63370e06db3340645a93/7.jpg"
  },
  {
    "title": "Peeing Dog",
    "size": "50 x 60 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/dc169ed2f3fc79e4a05015107c12cd2dbcdfa41e36bcdccf20b4b79b06e59984/8.JPG"
  },
  {
    "title": "Hello Scotland！",
    "size": "30 x 40 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/e3a1581173654190eb6c7e9e4d1dfb62d453248cbcc6ae155f3c48ab0384f394/9.JPG"
  },
  {
    "title": "Magnum Hunter",
    "size": "100 x 120 cm",
    "year": "2018",
    "src": "https://cortex.persona.co/w/2000/q/67/i/7b21c57ed520662c10bc2c5060def678a7f55fbecfb4333e8b29d5f2ec52cfb9/IMG_0699.JPG"
  },
  {
    "title": "Cat King",
    "size": "40 x 40 cm",
    "year": "2017",
    "src": "https://cortex.persona.co/w/1181/q/94/i/7bbeddebb6beb08fcdf700854f4f9f7ace274c4810473cb0c6b8ae6c822b1abb/orig_1516442650.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/1319/q/94/i/21a0375bd07bb15b8cb18a04de6426d35ebb95b70c482c6dd81f6d3d8bcdb6de/orig_1516476435---.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/883/q/94/i/e4d3b610f787eee6c41120b48de6bcb55a1cfa99714bc6d052ef9323584f287d/orig_1516443505---.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/855/q/94/i/a84cb84a4bcda5990131bd4a646f9ec5fb6a986fdab6185e393ccf6caa80cf17/orig_1516443505------.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/915/q/94/i/0888a7d13a789ded7a94ab57b19e936c8b65546be5278c6979ce503c0ab071fd/orig_1516443351.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/765/q/94/i/10014628f6e18c0553e1e43f471fce0156a9fdfd2cb311cb9939a554ac47a88a/orig_1516442751.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/1139/q/94/i/9fcaaab8ab5439c2349062d240433968629d1533236b569b64352e9d22812c0a/orig_1516443351---.jpg"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/2000/q/67/i/b4a379a619cb17f87c5775f674e43732de16ef0bda6defbd1fd5faeb02384cd5/20171023_IMG_9661.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2017",
    "src": "https://cortex.persona.co/w/2000/q/67/i/80dffaa1e3173342589b9773280ee097530417803eaad964757fe6c9f1b5dfa0/20171026_IMG_9849.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/89a9de123bf4529eb969643811d993f2a5b2c4155e06770074e2add11709feba/20170511_IMG_6371.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/c6fc6ccae958dda3b5390ebe60bda93417e6e4771bb75f636ea9dae51279ea1e/20170807_IMG_7823.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/251a982aad9b1779275648e357f4b64621566b66a272633650648af775fbba1b/20170628_IMG_6898.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/bd47414a6fc95e512c59f2c0d52a09be88d85daf016f3bf676b4c79fd29c18e3/20170801_IMG_7581.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/9ceb58c037bafaa7fe2ac80f04ec39d58a8bd8d411fe8c7c8da96854abb37260/20170331_IMG_0785-2.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/f9ae5184b61c4f471ada58b0e9518aace57663359f5cb8d7f249606d09fcda49/20171128_IMG_0426.JPG"
  },
  {
    "title": "Untitled",
    "size": "",
    "year": "2016",
    "src": "https://cortex.persona.co/w/2000/q/67/i/2e5afb4967b9002d1da331fbc2240df326412862f4824713ef8d2a262786bc6c/20171021_IMG_9613.JPG"
  }
];

const artworks = window.ARTWORKS &#124;&#124; [];
const siteRoot = document.querySelector("#hg-site") &#124;&#124; document;
const filterContainer = siteRoot.querySelector(".year-filter");
const worksGrid = siteRoot.querySelector(".works-grid");
const lightbox = siteRoot.querySelector(".lightbox");
const lightboxImage = siteRoot.querySelector(".lightbox-image");
const lightboxTitle = siteRoot.querySelector("#lightbox-title");
const lightboxMeta = siteRoot.querySelector("#lightbox-meta");
const closeButton = siteRoot.querySelector(".lightbox-close");
const previousButton = siteRoot.querySelector(".lightbox-prev");
const nextButton = siteRoot.querySelector(".lightbox-next");
const emailTrigger = siteRoot.querySelector(".email-trigger");
const emailPopover = siteRoot.querySelector(".email-popover");
const copyEmailButton = siteRoot.querySelector(".copy-email");
const emailAddress = "hengzhig@gmail.com";

let activeIndex = 0;
let lastFocusedElement = null;
let zoomLevel = 1;
let panX = 0;
let panY = 0;
let isDraggingImage = false;
let dragStartX = 0;
let dragStartY = 0;
let dragStartPanX = 0;
let dragStartPanY = 0;
let dragMovedImage = false;
let suppressLightboxClick = false;
let isPinchingImage = false;
let pinchStartDistance = 0;
let pinchStartZoom = 1;
let pinchOriginX = 50;
let pinchOriginY = 50;

const minZoom = 1;
const maxZoom = 4;
const zoomStep = 0.18;
const clickZoomLevel = 2;
const dragClickThreshold = 4;
const thumbnailPanEdgeInset = 8;
const thumbnailPanQuery = window.matchMedia?.("(hover: hover) and (pointer: fine)");
const touchZoomQuery = window.matchMedia?.("(hover: none), (pointer: coarse)");

const getYears = () =&#62;
  Array.from(new Set(artworks.map((artwork) =&#62; artwork.year).filter(Boolean))).sort(
    (a, b) =&#62; Number(b) - Number(a),
  );

const getFilterGroups = () =&#62; {
  const years = getYears();
  const recentYears = years.filter((year) =&#62; Number(year) &#62;= 2021);
  const hasEarlier = years.some((year) =&#62; Number(year) &#60; 2021);

  return hasEarlier ? [...recentYears, "earlier"] : recentYears;
};

const formatMeta = (artwork) =&#62;
  [artwork.medium, artwork.size, artwork.year].filter(Boolean).join(", ") &#124;&#124;
  "Details unavailable";

const createButton = (year, label, isActive = false) =&#62; {
  const button = document.createElement("button");
  button.type = "button";
  button.dataset.year = year;
  button.textContent = label;
  button.classList.toggle("is-active", isActive);
  return button;
};

const renderFilters = () =&#62; {
  const fragment = document.createDocumentFragment();
  fragment.append(createButton("all", "All", true));

  getFilterGroups().forEach((group) =&#62; {
    fragment.append(createButton(group, group === "earlier" ? "Earlier" : group));
  });

  filterContainer.replaceChildren(fragment);
};

const renderWorks = () =&#62; {
  const fragment = document.createDocumentFragment();

  artworks.forEach((artwork, index) =&#62; {
    const article = document.createElement("article");
    article.className = index % 9 === 0 ? "work work-large" : "work";
    article.dataset.year = artwork.year &#124;&#124; "unknown";
    article.dataset.group = Number(artwork.year) &#60; 2021 ? "earlier" : artwork.year &#124;&#124; "unknown";
    article.dataset.index = String(index);
    article.tabIndex = 0;
    article.setAttribute("role", "button");
    article.setAttribute("aria-label", `Open ${artwork.title} full size`);

    const image = document.createElement("img");
    image.src = artwork.src;
    image.alt = artwork.title;
    image.loading = index &#60; 4 ? "eager" : "lazy";
    bindThumbnailPan(image);

    const label = document.createElement("div");
    const title = document.createElement("h3");
    const meta = document.createElement("p");
    title.textContent = artwork.title;
    meta.textContent = formatMeta(artwork);
    label.append(title, meta);

    article.append(image, label);
    fragment.append(article);
  });

  worksGrid.replaceChildren(fragment);
};

const canPanThumbnails = () =&#62; thumbnailPanQuery?.matches ?? false;

const mapThumbnailPan = (percent) =&#62; {
  const activeRange = 100 - thumbnailPanEdgeInset * 2;
  return Math.min(
    100,
    Math.max(0, ((percent - thumbnailPanEdgeInset) / activeRange) * 100),
  );
};

const bindThumbnailPan = (image) =&#62; {
  image.addEventListener("pointermove", (event) =&#62; {
    if (!canPanThumbnails()) return;

    const rect = image.getBoundingClientRect();
    const rawX = ((event.clientX - rect.left) / rect.width) * 100;
    const rawY = ((event.clientY - rect.top) / rect.height) * 100;
    const x = mapThumbnailPan(rawX);
    const y = mapThumbnailPan(rawY);

    image.classList.add("is-thumbnail-panning");
    image.style.objectPosition = `${x}% ${y}%`;
  });

  image.addEventListener("pointerleave", () =&#62; {
    image.classList.remove("is-thumbnail-panning");
    image.style.objectPosition = "";
  });
};

const getWorks = () =&#62; Array.from(siteRoot.querySelectorAll(".work"));
const getVisibleWorks = () =&#62; getWorks().filter((work) =&#62; !work.classList.contains("is-hidden"));

const syncLightbox = () =&#62; {
  const artwork = artworks[activeIndex];
  resetLightboxZoom();
  lightboxImage.src = artwork.src;
  lightboxImage.alt = artwork.title;
  lightboxTitle.textContent = artwork.title;
  lightboxMeta.textContent = formatMeta(artwork);
};

const setLightboxZoom = (nextZoom, originX = 50, originY = 50) =&#62; {
  zoomLevel = Math.min(maxZoom, Math.max(minZoom, nextZoom));
  if (zoomLevel === minZoom) {
    panX = 0;
    panY = 0;
  }
  lightboxImage.style.transformOrigin = `${originX}% ${originY}%`;
  updateLightboxTransform();
  lightboxImage.classList.toggle("is-zoomed", zoomLevel &#62; 1);
};

const resetLightboxZoom = () =&#62; {
  zoomLevel = 1;
  panX = 0;
  panY = 0;
  isDraggingImage = false;
  isPinchingImage = false;
  lightboxImage.style.transformOrigin = "50% 50%";
  updateLightboxTransform();
  lightboxImage.classList.remove("is-zoomed");
};

const updateLightboxTransform = () =&#62; {
  lightboxImage.style.transform = `translate(${panX}px, ${panY}px) scale(${zoomLevel})`;
};

const startImageDrag = (event) =&#62; {
  if (isPinchingImage) return;
  if (zoomLevel  {
  if (!isDraggingImage &#124;&#124; isPinchingImage) return;

  const deltaX = event.clientX - dragStartX;
  const deltaY = event.clientY - dragStartY;
  dragMovedImage &#124;&#124;= Math.hypot(deltaX, deltaY) &#62; dragClickThreshold;
  panX = dragStartPanX + deltaX;
  panY = dragStartPanY + deltaY;
  updateLightboxTransform();
};

const stopImageDrag = (event) =&#62; {
  if (!isDraggingImage) return;

  isDraggingImage = false;
  suppressLightboxClick = dragMovedImage;
  if (suppressLightboxClick) {
    window.setTimeout(() =&#62; {
      suppressLightboxClick = false;
    }, 250);
  }
  lightboxImage.classList.remove("is-dragging");
  lightboxImage.releasePointerCapture?.(event.pointerId);
};

const toggleLightboxClickZoom = (event) =&#62; {
  if (!canPanThumbnails()) return;

  if (suppressLightboxClick) {
    suppressLightboxClick = false;
    return;
  }

  const rect = lightboxImage.getBoundingClientRect();
  const originX = ((event.clientX - rect.left) / rect.width) * 100;
  const originY = ((event.clientY - rect.top) / rect.height) * 100;

  if (zoomLevel 
  (navigator.maxTouchPoints &#124;&#124; 0) &#62; 1 &#124;&#124; touchZoomQuery?.matches &#124;&#124; "ontouchstart" in window;

const getTouchDistance = (touches) =&#62; {
  const [first, second] = touches;
  return Math.hypot(second.clientX - first.clientX, second.clientY - first.clientY);
};

const getTouchCenter = (touches) =&#62; {
  const [first, second] = touches;
  return {
    x: (first.clientX + second.clientX) / 2,
    y: (first.clientY + second.clientY) / 2,
  };
};

const getLightboxOrigin = (clientX, clientY) =&#62; {
  const rect = lightboxImage.getBoundingClientRect();
  return {
    x: ((clientX - rect.left) / rect.width) * 100,
    y: ((clientY - rect.top) / rect.height) * 100,
  };
};

const startLightboxPinch = (event) =&#62; {
  if (!canTouchZoomLightbox() &#124;&#124; event.touches.length &#60; 2) return;

  event.preventDefault();
  isPinchingImage = true;
  isDraggingImage = false;
  dragMovedImage = false;
  pinchStartDistance = getTouchDistance(event.touches);
  pinchStartZoom = zoomLevel;

  const center = getTouchCenter(event.touches);
  const origin = getLightboxOrigin(center.x, center.y);
  pinchOriginX = origin.x;
  pinchOriginY = origin.y;
  lightboxImage.classList.remove("is-dragging");
};

const moveLightboxPinch = (event) =&#62; {
  if (!isPinchingImage &#124;&#124; event.touches.length &#60; 2 &#124;&#124; !pinchStartDistance) return;

  event.preventDefault();
  const nextDistance = getTouchDistance(event.touches);
  setLightboxZoom(
    pinchStartZoom * (nextDistance / pinchStartDistance),
    pinchOriginX,
    pinchOriginY,
  );
};

const stopLightboxPinch = (event) =&#62; {
  if (!isPinchingImage &#124;&#124; event.touches.length &#62;= 2) return;

  event.preventDefault();
  isPinchingImage = false;
};

const openLightbox = (work) =&#62; {
  const index = Number(work.dataset.index);
  if (!Number.isInteger(index) &#124;&#124; !artworks[index]) return;

  activeIndex = index;
  lastFocusedElement = document.activeElement;
  syncLightbox();
  lightbox.hidden = false;
  document.body.classList.add("is-lightbox-open");
  closeButton.focus();
};

const closeLightbox = () =&#62; {
  lightbox.hidden = true;
  document.body.classList.remove("is-lightbox-open");
  lightboxImage.removeAttribute("src");
  resetLightboxZoom();

  if (lastFocusedElement instanceof HTMLElement) {
    lastFocusedElement.focus();
  }
};

const moveLightbox = (direction) =&#62; {
  const visibleWorks = getVisibleWorks();
  if (!visibleWorks.length) return;

  const currentWork = siteRoot.querySelector(`.work[data-index="${activeIndex}"]`);
  const visibleIndex = visibleWorks.indexOf(currentWork);
  const startIndex = visibleIndex &#62;= 0 ? visibleIndex : 0;
  const nextVisibleWork =
    visibleWorks[(startIndex + direction + visibleWorks.length) % visibleWorks.length];

  activeIndex = Number(nextVisibleWork.dataset.index);
  syncLightbox();
};

const bindFilterEvents = () =&#62; {
  filterContainer.addEventListener("click", (event) =&#62; {
    const button = event.target.closest("button[data-year]");
    if (!button) return;

    const year = button.dataset.year;
    filterContainer
      .querySelectorAll("button")
      .forEach((item) =&#62; item.classList.toggle("is-active", item === button));

    getWorks().forEach((work) =&#62; {
      const shouldShow = year === "all" &#124;&#124; work.dataset.group === year;
      work.classList.toggle("is-hidden", !shouldShow);
    });
  });
};

const bindWorkEvents = () =&#62; {
  worksGrid.addEventListener("click", (event) =&#62; {
    const work = event.target.closest(".work");
    if (work) openLightbox(work);
  });

  worksGrid.addEventListener("keydown", (event) =&#62; {
    if (event.key !== "Enter" &#38;&#38; event.key !== " ") return;

    const work = event.target.closest(".work");
    if (!work) return;

    event.preventDefault();
    openLightbox(work);
  });
};

const bindLightboxEvents = () =&#62; {
  closeButton.addEventListener("click", closeLightbox);
  previousButton.addEventListener("click", () =&#62; moveLightbox(-1));
  nextButton.addEventListener("click", () =&#62; moveLightbox(1));

  lightbox.addEventListener("click", (event) =&#62; {
    if (event.target === lightbox) {
      closeLightbox();
    }
  });

  lightboxImage.addEventListener(
    "wheel",
    (event) =&#62; {
      event.preventDefault();

      const rect = lightboxImage.getBoundingClientRect();
      const originX = ((event.clientX - rect.left) / rect.width) * 100;
      const originY = ((event.clientY - rect.top) / rect.height) * 100;
      const direction = event.deltaY &#60; 0 ? 1 : -1;
      setLightboxZoom(zoomLevel + direction * zoomStep, originX, originY);
    },
    { passive: false },
  );
  lightboxImage.addEventListener("pointerdown", startImageDrag);
  lightboxImage.addEventListener("pointermove", moveImageDrag);
  lightboxImage.addEventListener("pointerup", stopImageDrag);
  lightboxImage.addEventListener("pointercancel", stopImageDrag);
  lightboxImage.addEventListener("click", toggleLightboxClickZoom);
  lightboxImage.addEventListener("touchstart", startLightboxPinch, { passive: false });
  lightboxImage.addEventListener("touchmove", moveLightboxPinch, { passive: false });
  lightboxImage.addEventListener("touchend", stopLightboxPinch, { passive: false });
  lightboxImage.addEventListener("touchcancel", stopLightboxPinch, { passive: false });
  lightboxImage.addEventListener("lostpointercapture", () =&#62; {
    isDraggingImage = false;
    lightboxImage.classList.remove("is-dragging");
  });

  document.addEventListener("keydown", (event) =&#62; {
    if (lightbox.hidden) return;

    if (event.key === "Escape") {
      closeLightbox();
    }

    if (event.key === "ArrowLeft") {
      moveLightbox(-1);
    }

    if (event.key === "ArrowRight") {
      moveLightbox(1);
    }
  });
};

const closeEmailPopover = () =&#62; {
  emailPopover.hidden = true;
  emailTrigger.setAttribute("aria-expanded", "false");
};

const openEmailPopover = () =&#62; {
  emailPopover.hidden = false;
  emailTrigger.setAttribute("aria-expanded", "true");
};

const bindEmailEvents = () =&#62; {
  emailTrigger.addEventListener("click", (event) =&#62; {
    event.stopPropagation();
    if (emailPopover.hidden) {
      openEmailPopover();
    } else {
      closeEmailPopover();
    }
  });

  emailPopover.addEventListener("click", (event) =&#62; {
    event.stopPropagation();
  });

  copyEmailButton.addEventListener("click", async () =&#62; {
    try {
      await navigator.clipboard.writeText(emailAddress);
      copyEmailButton.textContent = "Copied";
    } catch {
      copyEmailButton.textContent = emailAddress;
    }
  });

  document.addEventListener("click", () =&#62; {
    if (!emailPopover.hidden) {
      closeEmailPopover();
    }
  });

  document.addEventListener("keydown", (event) =&#62; {
    if (event.key === "Escape" &#38;&#38; !emailPopover.hidden) {
      closeEmailPopover();
      emailTrigger.focus();
    }
  });
};

renderFilters();
renderWorks();
bindFilterEvents();
bindWorkEvents();
bindLightboxEvents();
bindEmailEvents();

}());

</description>
		
		<excerpt>Hengzhi Gong         龚恒之                       Paintings         Biography         Contact                                            ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Abstract</title>
				
		<link>http://hengzhigong.com/Abstract</link>

		<comments></comments>

		<pubDate>Fri, 24 Nov 2023 13:10:23 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">450025</guid>

		<description>

Click Here: Portal for My Paintings and CV

Abstract

As Another Voice: Hidden Political Expression in Contemporary Chinese Allegorical Painting 
Cultural censorship has been the main means to reign in the criticism of the Chinese government’s political systems, policies, and leaders throughout Chinese history. In response, ancient Chinese literati painters started to use implicit speech – an allegorical method originated from ancient Chinese literature and philosophy – to communicate political expressions in their practice as a form of passive resistance. Since the increase of particularly severe cultural censorship dating from 2013, more recent allegorical paintings aim to compose their political dimension in an even more implicit, or implied manner, which produces difficulties and challenges for interpretation. Meanwhile, when contemporary Chinese artists make or present political allegorical paintings, especially in the West, they face a problem: a colonised concept of allegory and self-imposed Orientalism may serve to strip the cultural identity and subjectivity present in such works. 
Although political expression in contemporary Chinese art has been widely discussed in the fields of art history and cultural criticism, to date very little critical attention has been paid to painting, especially allegorical painting produced after 2013. In this case, this research identifies and examines art and literature that puts forward theoretical generalisations about Chinese allegorical paintings in the contemporary era in order to reformulate a more comprehensive account of political expression in Chinese allegorical paintings under censorship. 
The central question of this project is: To what extent could allegorical painting become political practice under the self-censorship and cultural censorship in China? The follow-on questions are: How did the allegorical nature arise as a cultural tradition in Chinese painting? What may be a standard to define the function of allegory in contemporary Chinese allegorical painting? What strategies might artists employ in order to render their political expressions through allegory at once more legible to viewers while still not getting themselves or their painting into trouble with the authorities? Furthermore, how could Chinese artists avoid ideologically repeating the first-world countries’ dominant discourses and conceptions of an allegorical function within art production and maintain a Chinese subjectivity in their allegorical works? 
In order to answer these questions, this research will work through practice, research and writing. In my practice, I will combine the spirit of traditional Chinese painting and the Western form of oil painting to explore political allegory in an effort to ‘decolonise’ Western allegory in and through a Chinese context. On a theoretical and methodological level, I will read paintings as literature, using a combined strategy that sits between close and distant readings, as well as applying critical theory (Benjamin and Jameson), ideological critique (Jameson and Moretti) and colonial discourse analysis (Said and Spivak) to examine the current position of Chinese political allegorical painting in the post-modern era, defending its complexity in representations which might be denigrated in the Western art world.</description>
		
		<excerpt>Click Here: Portal for My Paintings and CV  Abstract  As Another Voice: Hidden Political Expression in Contemporary Chinese Allegorical Painting  Cultural...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>new CV</title>
				
		<link>http://hengzhigong.com/new-CV</link>

		<comments></comments>

		<pubDate>Thu, 15 Jun 2023 08:21:27 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">444429</guid>

		<description>Education



2020- &#38;nbsp;&#38;nbsp;&#38;nbsp; PhD in Arts &#38;amp; Humanities, Royal College of Art, London, UK
2020 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; MA in Painting, Royal College of Art, London, UK
2018&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; BSc in Industrial Design, Beijing Institute of
Technology, Beijing, China






Solo
Exhibitions



2021&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; A/W Space, "A Nice Day," Nanjing, China



 
Group
Exhibitions
2023 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; RCM the Museum of Classic Art, "Pin
Imagination”, Nanjing China
2022 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; Royal College of Art, "OPEN Research Project,"
London, UK
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Bargehouse, "RCA2020," London, UK 
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Southwark Park Galleries, "Unruly
Encounters," London, UK
2021 &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; 


Gallery LVS, "ASYAAF 2021 (Asian Students and Young
Artists Art Festival)," Seoul, 

&#38;nbsp; &#38;nbsp; 

 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; 


South Korea2020 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; West Bund Art Center, "Art
&#38;amp; Design Education FutureLab," Shanghai, China


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; No 20 Arts, "Wintergreen Boxwood," London, UK


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Fold Gallery, "50/50," London, UK


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Josh Lilley, "Beacon," London, UK (virtual
exhibition) 


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Royal College of
Art, "I Graduated from My Bedroom," curated by Victor Wang, 

&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; 

&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;



London,
UK (virtual exhibition) 


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Royal College of
Art, "Curiosity and Desire," curated by Rebecca Fortnum, London, 

&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;


UK
(virtual exhibition)


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Royal College of Art, "RCA2020," London, UK
(virtual exhibition)


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Unit 1 Gallery &#124; Workshop, "Final, not Over," London, UK


&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;

Hockney Gallery, "Snapshot," London, UK
2019&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Royal Academy of Arts, "Summer Exhibition 2019,"
London, UK




&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;


Royal College of
Art, "Work-in-Progress Show 2019," London, UK



















Lectures



2021&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Sichuan Fine Arts
Institute, "Aesthetics of Emptiness," Chongqing, China
2020 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; Royal College of Art,
"Absurd in Dream-Image Painting," London, UK
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; University for the
Creative Arts, "What Are We Talking about When We Talk about Painting, "
Canterbury, UK



















Teaching
Positions



2023&#38;nbsp; &#38;nbsp; &#38;nbsp; Visiting Lecturer, Winchester School of Art, Winchester, UK 
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Visiting Lecturer, Glasgow School of Art, Glasgow, UK
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Visiting Lecturer, Liverpool Hope University,
Liverpool, UK
2021&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; Visiting Lecturer, Sichuan
Fine Arts Institute, Chongqing, China
2020 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; Visiting Lecturer, University for the Creative Arts,
Canterbury, UK





















</description>
		
		<excerpt>Education    2020- &#38;nbsp;&#38;nbsp;&#38;nbsp; PhD in Arts &#38;amp; Humanities, Royal College of Art, London, UK 2020 &#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; MA in Painting, Royal...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>videos</title>
				
		<link>http://hengzhigong.com/videos</link>

		<comments></comments>

		<pubDate>Sun, 14 Jul 2019 23:09:44 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">330857</guid>

		<description>



















https://www.youtube.com/channel/UCThOewS3ZAt8_hpu7emgxpw







</description>
		
		<excerpt>https://www.youtube.com/channel/UCThOewS3ZAt8_hpu7emgxpw</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Conntact</title>
				
		<link>http://hengzhigong.com/Conntact</link>

		<comments></comments>

		<pubDate>Sun, 05 Aug 2018 09:29:19 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">282561</guid>

		<description>hengzhig@gmail.com



hengzhi.gong@network.rca.ac.uk</description>
		
		<excerpt>hengzhig@gmail.com    hengzhi.gong@network.rca.ac.uk</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>CV</title>
				
		<link>http://hengzhigong.com/CV</link>

		<comments></comments>

		<pubDate>Sun, 05 Aug 2018 09:29:13 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">282560</guid>

		<description>Education
2012-2015&#38;nbsp; &#38;nbsp; Beijing Institute of Technology,&#38;nbsp; Information Engineering, B.Eng
2015-2018&#38;nbsp; &#38;nbsp; Beijing Institute of Technology,&#38;nbsp; Industrial Design, B.Eng
2018-2020&#38;nbsp; Royal College of Art, Painting, MA


















2020-&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Royal College of Art, Arts and Humanities, PhD



Solo Exhibition
2021&#38;nbsp; &#38;nbsp;A Nice Day, A/W Space, Nanjing, China

Selected Group Exhibition






2022 2020,&#38;nbsp;Bargehouse – OXO Tower Wharf, London UK
2022&#38;nbsp;Unruly Encounters,&#38;nbsp;Southwark Park Galleries, London, UK2021&#38;nbsp; &#38;nbsp;ASYAAF, Gallery LVS, Seoul, Korea
2020 Future Lab, West Bund Museum, Shanghai, China

2020 Wintergreen Boxwood, No. 20 Arts, London, UK


2020 50/50, Fold Gallery, London, UK
2020 Final, Not Over, Unit 1 Gallery, London, UK
2020 Beacon, Josh Lilley Gallery, London, UK
2020 Snapshot, Hockney Gallery, London, UK
2020&#38;nbsp;IMARA Art Auction, Notingham High School, Notingham, UK

2019&#38;nbsp; Royal Academy Summer Exhibition, Royal Academy of Arts, London, UK

2019&#38;nbsp; &#38;nbsp;Get It For Cheap, Soil Gallery, Seattle, US



2019 &#38;nbsp; Get It For Cheap, Western Exhibitions, Chicago, US

2019&#38;nbsp; &#38;nbsp;RCA WIP Show,&#38;nbsp; Sackler Building, London, UK



2018&#38;nbsp; &#38;nbsp;Graduation Show, Gallery of Beijing Institute of Technology, Beijing, China
2018&#38;nbsp; &#38;nbsp;纪念联合国教科文组织民间运动70周年展, Beijing, China2016&#38;nbsp; &#38;nbsp;What a Joke, Fruit Space, Chongqing, China

Symposiums

2020 Artist Talk, Royal College of Art, London, UK2020 
Artist Talk, University for the Creative Arts, Canterbury, UK



Honours &#38;amp; Prizes

2005&#38;nbsp; &#38;nbsp;Certificate of Violin&#38;nbsp; National Tenth Grade
2008&#38;nbsp; &#38;nbsp;Gold Medal of Alderman Cup Violin Competition&#38;nbsp;

2009&#38;nbsp; &#38;nbsp;The First Prize of Happy Sunshine Cup violin Competition2010&#38;nbsp; &#38;nbsp; &#38;nbsp;The Third Prize of National Computer Contest2011&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;The Second Prize of National Physics Contest
2

</description>
		
		<excerpt>Education 2012-2015&#38;nbsp; &#38;nbsp; Beijing Institute of Technology,&#38;nbsp; Information Engineering, B.Eng 2015-2018&#38;nbsp; &#38;nbsp; Beijing Institute of Technology,&#38;nbsp;...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Painting</title>
				
		<link>http://hengzhigong.com/Painting</link>

		<comments></comments>

		<pubDate>Sun, 05 Aug 2018 09:09:16 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">282554</guid>

		<description>&#60;img width="2211" height="2741" width_o="2211" height_o="2741" src_o="https://cortex.persona.co/t/original/i/3f0c2adb7f88493b48473a063a60db73061f1b10889d18a4c0bf8601bd5a1441/The-Mole--120x150--2023.jpg" data-mid="1294800" border="0" /&#62;

The Mole120x150cm2023



&#60;img width="3282" height="2795" width_o="3282" height_o="2795" src_o="https://cortex.persona.co/t/original/i/1aed3640ecca471979c78fbbcba19302ae5ed8afc2a2b9c07a79e8021e2c0afe/God-of-Wrestling--90x76--2023.jpg" data-mid="1294799" border="0" /&#62;

God of Wrestling90x76cm2023




&#60;img width="3649" height="2895" width_o="3649" height_o="2895" src_o="https://cortex.persona.co/t/original/i/9629033925c8ff55e210ce253effa0acdbfc2f2c2de72b748c85d5c9825500f6/Louis-XVI--120x150--2023.jpg" data-mid="1294798" border="0" /&#62;

Louis XVI120x150cm2023


&#60;img width="2631" height="3287" width_o="2631" height_o="3287" src_o="https://cortex.persona.co/t/original/i/10b0d3294e083b14ed7eebbbb2bef0579a58839213dd1f726cf0a27cc8411a0c/Sailing-to-Byzantium--80x100--2023-2.jpg" data-mid="1294797" border="0" /&#62;

Sailing to Byzantium80x100cm2023


&#60;img width="2771" height="3494" width_o="2771" height_o="3494" src_o="https://cortex.persona.co/t/original/i/bd2690621073a6646bf9fb37d000ab23bf658653e477f2efebd433fe62e6603c/Aquaphobic-Duck--80x100--2023.jpeg" data-mid="1294796" border="0" /&#62;

Aquaphobic Duck80x100cm2023


&#60;img width="4296" height="3656" width_o="4296" height_o="3656" src_o="https://cortex.persona.co/t/original/i/5ba115d8a8dd568d5b778674b0e2e9e4c56d93602a8105baedabd7a1d690eafc/_20230226151432.jpg" data-mid="1274640" border="0" /&#62;

Saint Horse100x120cm2023

&#60;img width="3144" height="2501" width_o="3144" height_o="2501" src_o="https://cortex.persona.co/t/original/i/4691d8ca537a0dd89616248e823c31d5362ffac98f6deffe1ed1414a290feff4/_20230218205457.jpg" data-mid="1274641" border="0" /&#62;

Hunter in the Woods40x50cm2023



&#60;img width="3523" height="2846" width_o="3523" height_o="2846" src_o="https://cortex.persona.co/t/original/i/72a17400c8dec44cd97f28f5cb4db5eddcc5c986c351bfc071055b6f369309bf/midnight-mass.jpg" data-mid="1274637" border="0" /&#62;

Midnight Mass100x120cm2022


&#60;img width="3355" height="2740" width_o="3355" height_o="2740" src_o="https://cortex.persona.co/t/original/i/2f49eb01914a69a80dda6f330d65e00e02840b0a849ab26f1ee8a51b658a4dc6/_20220728165822.jpg" data-mid="1211965" border="0" /&#62;

Smoking Quiter120cm*150cm
2022


&#60;img width="2665" height="3719" width_o="2665" height_o="3719" src_o="https://cortex.persona.co/t/original/i/69e03db3fa77804bdbd4e7ea3b1370cc7aa11c7f387283b961cd1e2b240e8b4d/_20220824160538.jpg" data-mid="1274632" border="0" /&#62;

Kidnap A Shark120cm*150cm2022




&#60;img width="2470" height="3495" width_o="2470" height_o="3495" src_o="https://cortex.persona.co/t/original/i/af523c7a8df5fc1227a67e75e31edef7307d38e8189871328c0db6907edbcab5/_20220728165833.jpg" data-mid="1211958" border="0" /&#62;Escape Plan80x100cm2022
&#60;img width="2785" height="3559" width_o="2785" height_o="3559" src_o="https://cortex.persona.co/t/original/i/04712b8d941a1f4056a7496a142349ea3a268e05f374657669b5cc34b787a0a0/Murder-on-the-Orient-Express--120x150--2022.jpg" data-mid="1294801" border="0" /&#62;


Murder on the Orient Express120cm*150cm2022



&#60;img width="3474" height="2750" width_o="3474" height_o="2750" src_o="https://cortex.persona.co/t/original/i/2088581b55783623d4c68f2b31b94e3d88bad411c247c33a8ba1094c847a96ee/_20220728165825.jpg" data-mid="1211963" border="0" /&#62;

Fish Massager120cm*150cm2022




&#60;img width="2693" height="3401" width_o="2693" height_o="3401" src_o="https://cortex.persona.co/t/original/i/29ee9f7f437ded184c962b412d351fa292e7c7520f342487401aab100b16985d/_20220824185419.jpg" data-mid="1274639" border="0" /&#62;

Slender120x150cm2022

&#60;img width="2809" height="3410" width_o="2809" height_o="3410" src_o="https://cortex.persona.co/t/original/i/4d3a87a7a8b49433c7419123cdd21d8c03786f21f8551760a240b0be1bed267e/_20220824160530.jpg" data-mid="1274638" border="0" /&#62;Angry Monument80x100cm2022


&#60;img width="2391" height="2997" width_o="2391" height_o="2997" src_o="https://cortex.persona.co/t/original/i/04ec5552148a70f7c62003e54031d4143c729945c21f294d19a48538b26065b6/_20220728165951.jpg" data-mid="1211957" border="0" /&#62;Portugal Fan120cm*150cm2021

&#60;img width="2751" height="3444" width_o="2751" height_o="3444" src_o="https://cortex.persona.co/t/original/i/ef6fc53177977a25c46867069b8852a4ed79325588f8bf0cc1fe2dbfcd15b252/_20220728165935.jpg" data-mid="1211962" border="0" /&#62;

Prey in the Rye120cm*150cm2021


&#60;img width="3247" height="2728" width_o="3247" height_o="2728" src_o="https://cortex.persona.co/t/original/i/d5802173293407fc2779838908fc9aadba893b8f30e7dc2597111f17640336df/_20220728165943.jpg" data-mid="1211966" border="0" /&#62;Saint Teacher100cm*80cm2021

&#60;img width="3565" height="2824" width_o="3565" height_o="2824" src_o="https://cortex.persona.co/t/original/i/4d8e1ae9377d70179788a42eeb02e0cfa4ec43d447e752a4feb1fafbb610cce3/_20220728165954.jpg" data-mid="1211955" border="0" /&#62;

Shadow Demon100cm*80cm2021



&#60;img width="2752" height="2773" width_o="2752" height_o="2773" src_o="https://cortex.persona.co/t/original/i/ce5d19e1878f26905d2d6cc01e067ef68e89ce6c6795488c9260f001aacf307d/_20220728165939.jpg" data-mid="1211964" border="0" /&#62;Oh Ashes100cm*80cm2021


&#60;img width="2780" height="3493" width_o="2780" height_o="3493" src_o="https://cortex.persona.co/t/original/i/c2ff812a81860fda515ae6fadea622d21982e1187825003898c8ed4d4d96de78/_20220728165948.jpg" data-mid="1211954" border="0" /&#62;Fake Orchid120cm*150cm2021



&#60;img width="3706" height="2591" width_o="3706" height_o="2591" src_o="https://cortex.persona.co/t/original/i/c6b5d72c18d24bbd7217f6ed65be717904357fa8578ced376975f67ecd7d7ba5/_20220728165946.jpg" data-mid="1211953" border="0" /&#62;

Witch Hunt120cm*100cm2021


&#60;img width="3531" height="2574" width_o="3531" height_o="2574" src_o="https://cortex.persona.co/t/original/i/e6b670b770d8314ddb31f140079e9b045458f77e43048249710f8b52c2d79f8a/dfab1cf045e9f325b74caff8e18f4de.jpg" data-mid="1091474" border="0" /&#62;

How to Cook A Duck?120cm*150cm2021

&#60;img width="2698" height="3816" width_o="2698" height_o="3816" src_o="https://cortex.persona.co/t/original/i/9218b69c6ca2923ff2d2012647f7dc445be9d43e0cc43f60a7e5a5e667d03685/37b1e00b8fa33d49ff1bf59f19b188f.jpg" data-mid="1091470" border="0" /&#62;

Puppet in the Cage120cm*150cm2021
&#60;img width="2296" height="3450" width_o="2296" height_o="3450" src_o="https://cortex.persona.co/t/original/i/15f32109a825649724e8b7e6f53efa1d40608764810d42f9d141ddd9b274d519/f249e580a7aab70d7e83e837c298a6a.jpg" data-mid="1091471" border="0" /&#62;Red Tree90cm*120cm2020





&#60;img width="2369" height="2937" width_o="2369" height_o="2937" src_o="https://cortex.persona.co/t/original/i/dc1f53b66eec1d108c27d532150b76af4831f18c52e78aacc826d30533811902/a-horse-s-house--120x150.jpg" data-mid="1036141" border="0" /&#62;

A Horse’s House120cm*150cm2020
&#60;img width="2785" height="3531" width_o="2785" height_o="3531" src_o="https://cortex.persona.co/t/original/i/65bbdae8a6897f076f945bd44df92ff62d12658e491c03c976706054e978181f/back-to-the-toliet--120x150.jpg" data-mid="1036143" border="0" /&#62;

Diving120cm*150cm2020




&#60;img width="2669" height="3333" width_o="2669" height_o="3333" src_o="https://cortex.persona.co/t/original/i/5f46e778d091a0765d975d4fe74d700bb20c0dc24d958d4d7f8e9cd9332a8dc8/_20200511225725.jpg" data-mid="919995" border="0" /&#62;

The Barber120cm*150cm2020





&#60;img width="2968" height="3678" width_o="2968" height_o="3678" src_o="https://cortex.persona.co/t/original/i/69def45e527c77c8effc6fb5afaeda1a38036ce53e5119db164afd0554b1add4/_20200511225717.jpg" data-mid="919998" border="0" /&#62;

The Fisherman120cm*150cm2020

&#60;img width="2555" height="2951" width_o="2555" height_o="2951" src_o="https://cortex.persona.co/t/original/i/e46208107b9fc3b52287a7b8a4393492f609a576e890f5eeebc34a6ae910da41/_20220728170015.jpg" data-mid="1211956" border="0" /&#62;

Flying Baby60x80cm2020



&#60;img width="2597" height="3281" width_o="2597" height_o="3281" src_o="https://cortex.persona.co/t/original/i/b6c1c0764f746b6350b058b6bddfb18e0154f55c8c8ff018a0dec444b5d942a5/_20220728170005.jpg" data-mid="1211961" border="0" /&#62;

Waterworld40x50cm2020


&#60;img width="3624" height="2538" width_o="3624" height_o="2538" src_o="https://cortex.persona.co/t/original/i/595c47bf46258892a06d669c7ad45693775255c8e50d3711c1e43a97c70b0860/blue-hand--40x30.jpg" data-mid="1036142" border="0" /&#62;

Drugged Elmo40x50cm2020


&#60;img width="3040" height="2118" width_o="3040" height_o="2118" src_o="https://cortex.persona.co/t/original/i/1c33657650c9341440358170607c2278c036f7b426a1f7e952fbdcfde4543b22/dog-and-bone--40x30.jpg" data-mid="1036144" border="0" /&#62;


Dog and Bone40x50cm2020


&#60;img width="3038" height="2225" width_o="3038" height_o="2225" src_o="https://cortex.persona.co/t/original/i/a1e7910d09b04149e765e43f6f67af4081f761c36aa6381fcb364d2ee7827e57/drugged-frog--40x30.jpg" data-mid="1036145" border="0" /&#62;

Drugged Frog40x50cm2020

aterwor

&#60;img width="2301" height="3315" width_o="2301" height_o="3315" src_o="https://cortex.persona.co/t/original/i/13aafbb28754c846b206ccc268c40985575aa630e8d4d14b51a6579ddde6bff6/rocket--30x40.jpg" data-mid="1036147" border="0" /&#62;

Rocket Man40x50cm2020at





&#60;img width="2415" height="3048" width_o="2415" height_o="3048" src_o="https://cortex.persona.co/t/original/i/04600ac411a280eb003c6c4e68b7a1d9d4405307fbd704a0bbad6eb720b4f272/_20200511225707.jpg" data-mid="919997" border="0" /&#62;

Detective Yellow30cm*40cm2020




&#60;img width="3417" height="2710" width_o="3417" height_o="2710" src_o="https://cortex.persona.co/t/original/i/54d32bd29482692c9c1a4a1f4fce0603e08bd580be2d37c3da7f78e7ce6cfbaf/_20200511225656.jpg" data-mid="919996" border="0" /&#62;

Dyson Cleaner150cm*170cm2020




&#60;img width="2901" height="3289" width_o="2901" height_o="3289" src_o="https://cortex.persona.co/t/original/i/dce569c39cd597a496b7a9d31234bd728ae005b248d7cc5d52ce89f9ac38e832/webwxgetmsgimg-3.jpg" data-mid="824102" border="0" /&#62;

Mouse King150cm*170cm2019





&#60;img width="2641" height="3298" width_o="2641" height_o="3298" src_o="https://cortex.persona.co/t/original/i/fd551697e283dab93005aebe06fcb30a2ab554aa6dc5e8ab7e41807bbd316371/webwxgetmsgimg-6.jpg" data-mid="824103" border="0" /&#62;

Peeing Exorcist150cm*170cm2019



&#60;img width="3065" height="2574" width_o="3065" height_o="2574" src_o="https://cortex.persona.co/t/original/i/abd9615d7697969e409ea7c135397122a141d85b6138c498977bbd02d8eef3f6/webwxgetmsgimg.jpg" data-mid="788286" border="0" /&#62;Night Movie
100cm*90cm2019

&#60;img width="1308" height="1080" width_o="1308" height_o="1080" src_o="https://cortex.persona.co/t/original/i/1661d4c326012352a72823c155f61070a2a025fd12ce5b565b0de27582b7b14b/webwxgetmsgimg.jpg" data-mid="710229" border="0" /&#62;

Farewell My Fire150cm*170cm2019





&#60;img width="1230" height="1080" width_o="1230" height_o="1080" src_o="https://cortex.persona.co/t/original/i/2117708249748d703334853e3f8ba7c0527d7b20f7e9d91c4a44a52eb69a02c9/webwxgetmsgimg-1.jpg" data-mid="672059" border="0" /&#62;

Painting Beginer150cm*170cm2019



&#60;img width="3239" height="2830" width_o="3239" height_o="2830" src_o="https://cortex.persona.co/t/original/i/aad7a525091c36d9ec819c2fa08aabf959a7b0cff2bb045082ead387022b79d2/2019-02-20-202240.jpg" data-mid="651622" border="0" /&#62;Fish Catcher150cm*170cm2019








&#60;img width="3583" height="2846" width_o="3583" height_o="2846" src_o="https://cortex.persona.co/t/original/i/eb0ece5cdef2fa57f80cabfbe9b609e9d5332b178df3a007f189d7028ad77140/fish-eater.jpg" data-mid="651620" border="0" /&#62;

Fish Eater120cm*150cm2019




&#60;img width="1080" height="1350" width_o="1080" height_o="1350" src_o="https://cortex.persona.co/t/original/i/c3fd06c11b686c20bf33a3094eab9d40b18bfd3c178695daf52fe54f2abb9d9b/1992299365.jpg" data-mid="620343" border="0" /&#62;A Kiss (from a bold man)120cm*150cm2019








&#60;img width="2700" height="3068" width_o="2700" height_o="3068" src_o="https://cortex.persona.co/t/original/i/705669a78aea7c662eea333205a1610c79876224aa30bb4af56db7e01eb6a1fd/1.JPG" data-mid="576898" border="0" /&#62;


Pumpkin Head150cm*170cm2019

&#60;img width="3695" height="2768" width_o="3695" height_o="2768" src_o="https://cortex.persona.co/t/original/i/3be70dae177973087690ffafa47685395340c284adf7cdb3e3bc3ec8ecd2b0a2/2019-02-05-171415.jpg" data-mid="651626" border="0" /&#62;

Untitle30cm*40cm2019








&#60;img width="3163" height="2792" width_o="3163" height_o="2792" src_o="https://cortex.persona.co/t/original/i/1f334fcbe6551b50a6a2bc94bb98b3d0bbb5c5183fb24d9281bbb92bdfe9cc67/1401843681.jpg" data-mid="598570" border="0" /&#62;
Chained Man150cm*170cm2019



untitl

&#60;img width="2625" height="3312" width_o="2625" height_o="3312" src_o="https://cortex.persona.co/t/original/i/33264375f28cb23f3a969e01e6f27d31206a4aae68980c39fdc1af2520dfa8f8/IMG_1191.jpg" data-mid="581052" border="0" /&#62;

Micheal120cm*150cm2019





&#60;img width="1432" height="1079" width_o="1432" height_o="1079" src_o="https://cortex.persona.co/t/original/i/371706079a3e84ab48da9bec26712f1c81851e1f611f3a5ee71fe0d899f52881/2.JPG" data-mid="576899" border="0" /&#62;

We Were About to Have Sex When She Father Came In30cm*40cm2018



&#60;img width="1464" height="1080" width_o="1464" height_o="1080" src_o="https://cortex.persona.co/t/original/i/83a9b5c558f1f71de2678dfdff50ba3fb5033724006979723188544afcbe6791/webwxgetmsgimg-2.jpg" data-mid="710231" border="0" /&#62;Dead Me30cm*40cm2019

&#60;img width="1080" height="1446" width_o="1080" height_o="1446" src_o="https://cortex.persona.co/t/original/i/e9811737aba5c60ab906ffc92e48b2abe33bb4f396256fb32e48f8784b041455/webwxgetmsgimg-1.jpg" data-mid="710228" border="0" /&#62;




Nightmare30cm*40cm2019









&#60;img width="2308" height="3126" width_o="2308" height_o="3126" src_o="https://cortex.persona.co/t/original/i/7bbf2ecb77c4463fc07f325055c1ae1f47b12b7c56ebe7c3b44ee2348c5ab586/2019-01-29-151113.jpg" data-mid="651623" border="0" /&#62;Chicken30cm*40cm2019




&#60;img width="2496" height="3000" width_o="2496" height_o="3000" src_o="https://cortex.persona.co/t/original/i/3e4e0803a96a16513fabfa29fa1bb5e7d4564b8f767bee0f47e30f1b5f4c3a23/2019-01-30-214603.jpg" data-mid="651625" border="0" /&#62;

Untitle50cm*60cm2019









&#60;img width="2295" height="3071" width_o="2295" height_o="3071" src_o="https://cortex.persona.co/t/original/i/df4ed1627a9b056411305985228f8e3a3dc538a44a43b0256e990f9fc5fdf8c6/4.jpg" data-mid="576900" border="0" /&#62;
Banana Shoes30cm*40cm2018










&#60;img width="2385" height="3196" width_o="2385" height_o="3196" src_o="https://cortex.persona.co/t/original/i/a594d7493ac676354b59438198047c9487adfab6c121ab7bc15254f2a4350ad3/3.JPG" data-mid="576901" border="0" /&#62;

Untitle30cm*40cm2019


&#60;img width="1080" height="1088" width_o="1080" height_o="1088" src_o="https://cortex.persona.co/t/original/i/5c72a6c0154aac72ff51147aaf7485e4bc0356dc30cac12e4a98ea4532857c3f/webwxgetmsgimg-6.jpg" data-mid="710232" border="0" /&#62;

Whale30cm*30cm2019




&#60;img width="3024" height="3062" width_o="3024" height_o="3062" src_o="https://cortex.persona.co/t/original/i/00821efa43b091fed4b3e9b7f420bed8eb114c952bbb14dbd3d5c14a1c575d20/2019-01-31-205006.jpg" data-mid="651624" border="0" /&#62;Pikachu30cm*40cm2019




&#60;img width="1080" height="1920" width_o="1080" height_o="1920" src_o="https://cortex.persona.co/t/original/i/f5c41fe100134323463d51cdd543027cd81bfc65e82215dc4f214a9b9219649c/2019-02-06-162843.jpg" data-mid="651621" border="0" /&#62;&#60;img width="1080" height="1440" width_o="1080" height_o="1440" src_o="https://cortex.persona.co/t/original/i/e32c6e84d31aede858e061dd3d1b65c620c771e625f534ab72c0be4d47e4cd7e/webwxgetmsgimg-5.jpg" data-mid="710230" border="0" /&#62;


Untitle30cm*30cm2019

&#60;img width="1080" height="1440" width_o="1080" height_o="1440" src_o="https://cortex.persona.co/t/original/i/d48d44e66d2c7ade11432a73cc497cb4b7a3d248d3fad0a55c963ca734df4152/webwxgetmsgimg-7.jpg" data-mid="710227" border="0" /&#62;

Untitle40x60cm2019





&#60;img width="2402" height="2882" width_o="2402" height_o="2882" src_o="https://cortex.persona.co/t/original/i/247290bb567c4e4638f60c2ffee7a9353d140912b53436c3b14dbf7684798c0d/5.jpg" data-mid="576903" border="0" /&#62;

Go to Brussels50cm*60cm2018




&#60;img width="3118" height="2558" width_o="3118" height_o="2558" src_o="https://cortex.persona.co/t/original/i/c7d585b443d82ba305c1589a122a452ca3a607d21fa82047a5fc3a4c30b1562f/6.jpg" data-mid="576902" border="0" /&#62;Werewolf100cm*120cm2018









&#60;img width="3066" height="2559" width_o="3066" height_o="2559" src_o="https://cortex.persona.co/t/original/i/12c2e77dd9443c0b40d5a9388e9353fadb71ad1c05ac63370e06db3340645a93/7.jpg" data-mid="576907" border="0" /&#62;

Tomb100cm*120cm2018



&#60;img width="3024" height="4032" width_o="3024" height_o="4032" src_o="https://cortex.persona.co/t/original/i/dc169ed2f3fc79e4a05015107c12cd2dbcdfa41e36bcdccf20b4b79b06e59984/8.JPG" data-mid="576904" border="0" /&#62;

Peeing Dog50cm*60cm2018





&#60;img width="3089" height="2256" width_o="3089" height_o="2256" src_o="https://cortex.persona.co/t/original/i/e3a1581173654190eb6c7e9e4d1dfb62d453248cbcc6ae155f3c48ab0384f394/9.JPG" data-mid="576906" border="0" /&#62;

Hello Scotland！30cm*40cm2018





&#60;img width="2163" height="2590" width_o="2163" height_o="2590" src_o="https://cortex.persona.co/t/original/i/7b21c57ed520662c10bc2c5060def678a7f55fbecfb4333e8b29d5f2ec52cfb9/IMG_0699.JPG" data-mid="576905" border="0" /&#62;

Magnum Hunter100cm*120cm2018











&#60;img width="1181" height="1201" width_o="1181" height_o="1201" src_o="https://cortex.persona.co/t/original/i/7bbeddebb6beb08fcdf700854f4f9f7ace274c4810473cb0c6b8ae6c822b1abb/orig_1516442650.jpg" data-mid="506358" border="0" /&#62;

Cat King40cm*40cm2017













&#60;img width="1319" height="941" width_o="1319" height_o="941" src_o="https://cortex.persona.co/t/original/i/21a0375bd07bb15b8cb18a04de6426d35ebb95b70c482c6dd81f6d3d8bcdb6de/orig_1516476435---.jpg" data-mid="506364" border="0" /&#62;2017


&#60;img width="883" height="735" width_o="883" height_o="735" src_o="https://cortex.persona.co/t/original/i/e4d3b610f787eee6c41120b48de6bcb55a1cfa99714bc6d052ef9323584f287d/orig_1516443505---.jpg" data-mid="506362" border="0" /&#62;

2017




&#60;img width="855" height="1145" width_o="855" height_o="1145" src_o="https://cortex.persona.co/t/original/i/a84cb84a4bcda5990131bd4a646f9ec5fb6a986fdab6185e393ccf6caa80cf17/orig_1516443505------.jpg" data-mid="506360" border="0" /&#62;

2017

&#60;img width="915" height="1049" width_o="915" height_o="1049" src_o="https://cortex.persona.co/t/original/i/0888a7d13a789ded7a94ab57b19e936c8b65546be5278c6979ce503c0ab071fd/orig_1516443351.jpg" data-mid="506359" border="0" /&#62;

2017

&#60;img width="765" height="765" width_o="765" height_o="765" src_o="https://cortex.persona.co/t/original/i/10014628f6e18c0553e1e43f471fce0156a9fdfd2cb311cb9939a554ac47a88a/orig_1516442751.jpg" data-mid="506357" border="0" /&#62;

2017

&#60;img width="1139" height="883" width_o="1139" height_o="883" src_o="https://cortex.persona.co/t/original/i/9fcaaab8ab5439c2349062d240433968629d1533236b569b64352e9d22812c0a/orig_1516443351---.jpg" data-mid="506356" border="0" /&#62;

2017












&#60;img width="2586" height="3280" width_o="2586" height_o="3280" src_o="https://cortex.persona.co/t/original/i/b4a379a619cb17f87c5775f674e43732de16ef0bda6defbd1fd5faeb02384cd5/20171023_IMG_9661.JPG" data-mid="509474" border="0" /&#62;

2017






&#60;img width="3566" height="2909" width_o="3566" height_o="2909" src_o="https://cortex.persona.co/t/original/i/80dffaa1e3173342589b9773280ee097530417803eaad964757fe6c9f1b5dfa0/20171026_IMG_9849.JPG" data-mid="509473" border="0" /&#62;

2017






&#60;img width="2656" height="3444" width_o="2656" height_o="3444" src_o="https://cortex.persona.co/t/original/i/89a9de123bf4529eb969643811d993f2a5b2c4155e06770074e2add11709feba/20170511_IMG_6371.JPG" data-mid="509477" border="0" /&#62;

2016

&#60;img width="2592" height="3101" width_o="2592" height_o="3101" src_o="https://cortex.persona.co/t/original/i/c6fc6ccae958dda3b5390ebe60bda93417e6e4771bb75f636ea9dae51279ea1e/20170807_IMG_7823.JPG" data-mid="509479" border="0" /&#62;

2016



&#60;img width="3178" height="2602" width_o="3178" height_o="2602" src_o="https://cortex.persona.co/t/original/i/251a982aad9b1779275648e357f4b64621566b66a272633650648af775fbba1b/20170628_IMG_6898.JPG" data-mid="509469" border="0" /&#62;

2016

&#60;img width="4032" height="3024" width_o="4032" height_o="3024" src_o="https://cortex.persona.co/t/original/i/bd47414a6fc95e512c59f2c0d52a09be88d85daf016f3bf676b4c79fd29c18e3/20170801_IMG_7581.JPG" data-mid="509470" border="0" /&#62;

2016

&#60;img width="2088" height="2497" width_o="2088" height_o="2497" src_o="https://cortex.persona.co/t/original/i/9ceb58c037bafaa7fe2ac80f04ec39d58a8bd8d411fe8c7c8da96854abb37260/20170331_IMG_0785-2.JPG" data-mid="509468" border="0" /&#62;

2016

&#60;img width="3288" height="2631" width_o="3288" height_o="2631" src_o="https://cortex.persona.co/t/original/i/f9ae5184b61c4f471ada58b0e9518aace57663359f5cb8d7f249606d09fcda49/20171128_IMG_0426.JPG" data-mid="509475" border="0" /&#62;

2016

&#60;img width="2777" height="3429" width_o="2777" height_o="3429" src_o="https://cortex.persona.co/t/original/i/2e5afb4967b9002d1da331fbc2240df326412862f4824713ef8d2a262786bc6c/20171021_IMG_9613.JPG" data-mid="509478" border="0" /&#62;

2016</description>
		
		<excerpt>The Mole120x150cm2023      God of Wrestling90x76cm2023       Louis XVI120x150cm2023     Sailing to Byzantium80x100cm2023     Aquaphobic Duck80x100cm2023     Saint...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
		
	<item>
		<title>Home Page</title>
				
		<link>http://hengzhigong.com/Home-Page</link>

		<comments></comments>

		<pubDate>Mon, 17 Aug 2015 23:34:03 +0000</pubDate>

		<dc:creator>Hengzhi Gong</dc:creator>
		
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">282552</guid>

		<description>


















Hengzhi Gong 
 &#38;nbsp;


龚恒之



Paintings


RCA Research Bienbale 2023





CV

Contact






New Website Entre




































</description>
		
		<excerpt>                   Hengzhi Gong   &#38;nbsp;   龚恒之    Paintings   RCA Research Bienbale 2023      CV  Contact       New Website Entre                       ...</excerpt>

		<!--<wfw:commentRss></wfw:commentRss>-->

	</item>
		
	</channel>
</rss>