<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>Khyati Trehan</title>
	<link>https://khyatitrehan.com</link>
	<description>Khyati Trehan</description>
	<pubDate>Mon, 16 Feb 2026 20:23:58 +0000</pubDate>
	<generator>https://khyatitrehan.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Landing Page</title>
				
		<link>https://khyatitrehan.com/Landing-Page</link>

		<pubDate>Thu, 13 Jul 2023 03:53:52 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/Landing-Page</guid>

		<description>
    
    
        #stringCanvas {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
        }
    


// Function to initialize everything
function initString() {
    const canvas = document.getElementById('stringCanvas');
    // If canvas doesn't exist, exit early
    if (!canvas) return;
    
    const ctx = canvas.getContext('2d');

    function setSize() {
        canvas.width = window.innerWidth;
        canvas.height = window.innerHeight;
    }
    setSize();
    window.onresize = setSize;

    const points = [];
    let mouseX = 0, mouseY = 0;

    document.addEventListener('mousemove', function(e) {
        mouseX = e.clientX;
        mouseY = e.clientY;
    });

    points.push({x: mouseX, y: mouseY});

    function loop() {
        // Check if canvas still exists
        if (!document.getElementById('stringCanvas')) return;
        
        ctx.clearRect(0, 0, canvas.width, canvas.height);
        
        if (points.length === 0 &#124;&#124; 
            Math.abs(mouseX - points[0].x) &#62; 5 &#124;&#124; 
            Math.abs(mouseY - points[0].y) &#62; 5) {
            points.unshift({x: mouseX, y: mouseY});
        }
        
        for(let i = 1; i &#60; points.length; i++) {
            points[i].y += 0.5;
            
            if (points[i].y &#62; canvas.height) {
                points[i].y = canvas.height;
            }
            
            let dx = points[i-1].x - points[i].x;
            let dy = points[i-1].y - points[i].y;
            points[i].x += dx * 0.1;
            
            if (points[i].y &#60; canvas.height) {
                points[i].y += dy * 0.1;
            }
        }
        
        ctx.beginPath();
        ctx.moveTo(points[0].x, points[0].y);
        for(let i = 1; i &#60; points.length; i++) {
            ctx.lineTo(points[i].x, points[i].y);
        }
        ctx.strokeStyle = 'black';
        ctx.lineWidth = 1.5;
        ctx.stroke();
        
        requestAnimationFrame(loop);
    }

    loop();
}

// Initial initialization
initString();

// Re-initialize on Cargo page transitions
document.addEventListener('DOMContentLoaded', initString);

// Additional hook for Cargo's page load event
if (window.addEventListener) {
    window.addEventListener('load', initString);
}

// Backup interval to check and reinitialize if needed
setInterval(function() {
    if (!document.getElementById('stringCanvas')) {
        const container = document.getElementById('string-container');
        if (container) {
            container.innerHTML = '';
            initString();
        }
    }
}, 1000);
</description>
		
	</item>
		
		
	<item>
		<title>INFO</title>
				
		<link>https://khyatitrehan.com/INFO</link>

		<pubDate>Sat, 16 Jan 2021 11:50:35 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/INFO</guid>

		<description>trehan.khyati@gmail.com


	


Khyati Trehan is an Indian graphic designer and visual artist based in Brooklyn, New York. At Google Creative Lab, she develops visual systems and experimental tools, while parallelly dedicating time to her personal art practice and tinkering with early stage technology. She was previously a senior communication designer at IDEO.&#38;nbsp;
Khyati draws inspiration from each project’s context to create visual work for clients like Oscars, The New York Times, Apple, Instagram, WIRED, Vogue, and The New Yorker. Her design work has earned her several honors, including a spot on the Forbes India’s ’30 Under 30’ list, ADC Young Guns 19, Artistry Creator of the Year awarded by Adweek, and Print Magazine’s ’15 New Visual Artists Under 30.’

	SELECT
CLIENTS
AppleGoogleOscarsVogueInstagramThe New York TimesNew Yorker MagazineWarner MusicDeepmind SnapchatAdobeSamsungGumroadIDEOAbsolut

	SELECTFEATURES
Forbes India 30 under 30

ADC Young Guns 19
It’s Nice That
The New York TimesAdweekCommunication Arts

Creative ReviewViceWIREDElle MagazineFast Company

Platform Magazine
PRINT MagazineWepresentOne ClubUnsplash Blog 


Vogue India

	SELECT
EXHIBITIONS
London Design Festival
Museum UlmIndia Art Fair
Bikaner House

One Time Square NYC
Mumbai Urban Art Festival
	CONTACT+ SOCIAL MEDIA
Email
LinkedInInstagramTwitter




</description>
		
	</item>
		
		
	<item>
		<title>ILLUSTRATIONS</title>
				
		<link>https://khyatitrehan.com/ILLUSTRATIONS</link>

		<pubDate>Sat, 16 Jan 2021 11:50:36 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/ILLUSTRATIONS</guid>

		<description>
@khyatitrehan


&#60;img width="1870" height="2544" width_o="1870" height_o="2544" data-src="https://freight.cargo.site/t/original/i/66f055e7db14a67682e44d92379cd777d3cba5e19580bc98c23e155ca351262f/falling-apart0048.jpg" data-mid="95292378" border="0" alt="The moment right before you cry" data-caption="The moment right before you cry" src="https://freight.cargo.site/w/1000/i/66f055e7db14a67682e44d92379cd777d3cba5e19580bc98c23e155ca351262f/falling-apart0048.jpg" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/5430ea46765f94b7caa90cf007acae830a69d961cf0f75ce87c7f6454c4c0a47/Snapinsta.app_video_AQPzwwz5GteAeUSKJrbmgHwQ0VFZ6wFU-pyOXu88wAjLMFlna-GzsmOlu-0jijIhe0cVXHem8LJlVyYzsMXSIVOU-ezgif.com-video-to-gif-converter.gif" data-mid="221539987" border="0" alt="texture from museum brandhorst" data-caption="texture from museum brandhorst" src="https://freight.cargo.site/w/600/i/5430ea46765f94b7caa90cf007acae830a69d961cf0f75ce87c7f6454c4c0a47/Snapinsta.app_video_AQPzwwz5GteAeUSKJrbmgHwQ0VFZ6wFU-pyOXu88wAjLMFlna-GzsmOlu-0jijIhe0cVXHem8LJlVyYzsMXSIVOU-ezgif.com-video-to-gif-converter.gif" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/7165d88dc43aadb7816a7d446a96e399510908a860923bd8b7cba31643dddb95/blockyvase4editi-ezgif.com-video-to-gif-converter.gif" data-mid="221502217" border="0" alt="The texture tourist 19June2022" data-caption="The texture tourist 19June2022" src="https://freight.cargo.site/w/600/i/7165d88dc43aadb7816a7d446a96e399510908a860923bd8b7cba31643dddb95/blockyvase4editi-ezgif.com-video-to-gif-converter.gif" /&#62;
&#60;img width="1200" height="1200" width_o="1200" height_o="1200" data-src="https://freight.cargo.site/t/original/i/b55cdb8b3f1293f3a8b47ee47a640146b52073d3efd5a928acfd82faedd791c9/face-3-edit-2.jpg" data-mid="212179032" border="0" alt="sculpt TEst" data-caption="sculpt TEst" src="https://freight.cargo.site/w/1000/i/b55cdb8b3f1293f3a8b47ee47a640146b52073d3efd5a928acfd82faedd791c9/face-3-edit-2.jpg" /&#62;
&#60;img width="1800" height="1758" width_o="1800" height_o="1758" data-src="https://freight.cargo.site/t/original/i/18aee77534de732be293db250821299ca4e441436b31327232f32474b2c302ff/eggs-4-copy.jpg" data-mid="95295810" border="0" alt="Hunt &#38;amp; Find" data-caption="Hunt &#38;amp; Find" src="https://freight.cargo.site/w/1000/i/18aee77534de732be293db250821299ca4e441436b31327232f32474b2c302ff/eggs-4-copy.jpg" /&#62;
&#60;img width="3000" height="4000" width_o="3000" height_o="4000" data-src="https://freight.cargo.site/t/original/i/96926428af464ee8d487d7a86e7cdc9e5cef9f2d580c67305620df75554dc80b/Chandelier-edit.jpg" data-mid="128708714" border="0" alt="Color Wheel" data-caption="Color Wheel" src="https://freight.cargo.site/w/1000/i/96926428af464ee8d487d7a86e7cdc9e5cef9f2d580c67305620df75554dc80b/Chandelier-edit.jpg" /&#62;
&#60;img width="1800" height="1800" width_o="1800" height_o="1800" data-src="https://freight.cargo.site/t/original/i/f898317829b08c14fc3519c24763a85cd8ae13db62fc67e372d65cecad84cd09/klarna-fur-hammer_0003.jpg" data-mid="95295811" border="0" alt="Klarna: Soft &#38;amp; Hard" data-caption="Klarna: Soft &#38;amp; Hard" src="https://freight.cargo.site/w/1000/i/f898317829b08c14fc3519c24763a85cd8ae13db62fc67e372d65cecad84cd09/klarna-fur-hammer_0003.jpg" /&#62;
&#60;img width="2500" height="2500" width_o="2500" height_o="2500" data-src="https://freight.cargo.site/t/original/i/27004a373fd2ec30423deb5dd68572f07858e3ccd31586ebc7fed66ac524b493/channapatna-bird-4-edit.jpg" data-mid="215034559" border="0" alt="brutalist channapatna" data-caption="brutalist channapatna" src="https://freight.cargo.site/w/1000/i/27004a373fd2ec30423deb5dd68572f07858e3ccd31586ebc7fed66ac524b493/channapatna-bird-4-edit.jpg" /&#62;
&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/07666a382efc24ff71f2cfe70d4bd98b07f65873491c7cbdfcecbe2297e483f6/Pipe-5-vray_0002-edit.jpg" data-mid="95295803" border="0" alt="Instrument somewhere" data-caption="Instrument somewhere" src="https://freight.cargo.site/w/1000/i/07666a382efc24ff71f2cfe70d4bd98b07f65873491c7cbdfcecbe2297e483f6/Pipe-5-vray_0002-edit.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/7380489e476354a36c970ef727dca48232460f8f588303c1866347523fd53e54/36days-D-2020-edit.jpg" data-mid="95295804" border="0" alt="36 Days of Type: C" data-caption="36 Days of Type: C" src="https://freight.cargo.site/w/1000/i/7380489e476354a36c970ef727dca48232460f8f588303c1866347523fd53e54/36days-D-2020-edit.jpg" /&#62;
&#60;img width="1800" height="2400" width_o="1800" height_o="2400" data-src="https://freight.cargo.site/t/original/i/a0ca95ee7f83fe3f517e908fe73256f489b4eae36b96a727146bee392a74a7f2/sapper-mango-6b.jpg" data-mid="95295808" border="0" alt="The Sapper: Bharat Sikka Collab" data-caption="The Sapper: Bharat Sikka Collab" src="https://freight.cargo.site/w/1000/i/a0ca95ee7f83fe3f517e908fe73256f489b4eae36b96a727146bee392a74a7f2/sapper-mango-6b.jpg" /&#62;
&#60;img width="1920" height="1920" width_o="1920" height_o="1920" data-src="https://freight.cargo.site/t/original/i/22bd46957181f55c186bb68c4b2d27595c029b982210588c64f24a73b9435a9a/glass-object-2.png" data-mid="128708730" border="0" alt="Form Form Form" data-caption="Form Form Form" src="https://freight.cargo.site/w/1000/i/22bd46957181f55c186bb68c4b2d27595c029b982210588c64f24a73b9435a9a/glass-object-2.png" /&#62;
&#60;img width="600" height="800" width_o="600" height_o="800" data-src="https://freight.cargo.site/t/original/i/32e64b24de47106f86bd8474c870c60e398560b50260f5dfdb5aea7acbaec6d0/ezgif.com-gif-maker-11.gif" data-mid="98192950" border="0" alt="Indecision" data-caption="Indecision" src="https://freight.cargo.site/w/600/i/32e64b24de47106f86bd8474c870c60e398560b50260f5dfdb5aea7acbaec6d0/ezgif.com-gif-maker-11.gif" /&#62;
&#60;img width="1800" height="2057" width_o="1800" height_o="2057" data-src="https://freight.cargo.site/t/original/i/ea6c5273bf71238e1201e3e3d0c7f65f59174892894d0efe28d563f833a1e18a/Purple-Flower-6.jpg" data-mid="95295816" border="0" alt="Paper Flowers" data-caption="Paper Flowers" src="https://freight.cargo.site/w/1000/i/ea6c5273bf71238e1201e3e3d0c7f65f59174892894d0efe28d563f833a1e18a/Purple-Flower-6.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/d871456eaea1a36e8ee9ee4a7b79af55c5f1d0111e9c7b4ed407ed11b4afe6a8/city-colorful-edit.jpg" data-mid="95295809" border="0" alt="Lost city" data-caption="Lost city" src="https://freight.cargo.site/w/1000/i/d871456eaea1a36e8ee9ee4a7b79af55c5f1d0111e9c7b4ed407ed11b4afe6a8/city-colorful-edit.jpg" /&#62;
&#60;img width="1700" height="1700" width_o="1700" height_o="1700" data-src="https://freight.cargo.site/t/original/i/9ea1450fdf56551d0c5857e0e8b1de261c4b6b92a5c7876b001c2136ec5f74d2/Memory-palette-buttercotch.jpg" data-mid="95295812" border="0" alt="Memory Palette: Butterscotch Ice Cream" data-caption="Memory Palette: Butterscotch Ice Cream" src="https://freight.cargo.site/w/1000/i/9ea1450fdf56551d0c5857e0e8b1de261c4b6b92a5c7876b001c2136ec5f74d2/Memory-palette-buttercotch.jpg" /&#62;
&#60;img width="1900" height="1900" width_o="1900" height_o="1900" data-src="https://freight.cargo.site/t/original/i/7fdea9dfb1e67e4aba130151c008eed4f9960ecf0e8ce2f3d0cf603f7281a268/Wework-5k.jpg" data-mid="95295814" border="0" alt="Wework: I thrive in mess" data-caption="Wework: I thrive in mess" src="https://freight.cargo.site/w/1000/i/7fdea9dfb1e67e4aba130151c008eed4f9960ecf0e8ce2f3d0cf603f7281a268/Wework-5k.jpg" /&#62;
&#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/f154a2f18416c609f73f416c2767cd1129d06435eaae94c70659fdbe9b8acece/ezgif.com-video-to-gif-74.gif" data-mid="95295831" border="0" alt="Trash" data-caption="Trash" src="https://freight.cargo.site/w/800/i/f154a2f18416c609f73f416c2767cd1129d06435eaae94c70659fdbe9b8acece/ezgif.com-video-to-gif-74.gif" /&#62;
&#60;img width="1500" height="1896" width_o="1500" height_o="1896" data-src="https://freight.cargo.site/t/original/i/cb1f585fa9eb07ce03f866e6ffed3cb1a60a36b139ab6f0d027600060e82095b/Delicate.jpg" data-mid="95295815" border="0" alt="The art of looking sideways" data-caption="The art of looking sideways" src="https://freight.cargo.site/w/1000/i/cb1f585fa9eb07ce03f866e6ffed3cb1a60a36b139ab6f0d027600060e82095b/Delicate.jpg" /&#62;
&#60;img width="1800" height="1800" width_o="1800" height_o="1800" data-src="https://freight.cargo.site/t/original/i/416c2f064f42012a49756d24b13bcf17f027c1e7ba03cf73f4130c8c3c18630d/soft-grid-6-edit.jpg" data-mid="95295818" border="0" alt="Softness I" data-caption="Softness I" src="https://freight.cargo.site/w/1000/i/416c2f064f42012a49756d24b13bcf17f027c1e7ba03cf73f4130c8c3c18630d/soft-grid-6-edit.jpg" /&#62;
&#60;img width="2400" height="1471" width_o="2400" height_o="1471" data-src="https://freight.cargo.site/t/original/i/123a0e478f93adaa1dc35bd7933b08f425e7beb498db08cc9728042f75b72b85/Best-of-feb-smaller.jpg" data-mid="95295813" border="0" alt="Apple: Best of February" data-caption="Apple: Best of February" src="https://freight.cargo.site/w/1000/i/123a0e478f93adaa1dc35bd7933b08f425e7beb498db08cc9728042f75b72b85/Best-of-feb-smaller.jpg" /&#62;
&#60;img width="1800" height="1800" width_o="1800" height_o="1800" data-src="https://freight.cargo.site/t/original/i/eb51b0240d4438c89ee2cd6eb03ec8c5c3ed78531e068caf2cc6f7a42676c609/statue_0001-bigger.jpg" data-mid="95295819" border="0" alt="Kavya's Portrait" data-caption="Kavya's Portrait" src="https://freight.cargo.site/w/1000/i/eb51b0240d4438c89ee2cd6eb03ec8c5c3ed78531e068caf2cc6f7a42676c609/statue_0001-bigger.jpg" /&#62;
&#60;img width="1600" height="1600" width_o="1600" height_o="1600" data-src="https://freight.cargo.site/t/original/i/983cdf44582523f814031e667b2de5a6d960d011d1e1ab939a6e4e997bd34c12/floral-metal-1.jpg" data-mid="95295821" border="0" alt="Rusty Flower" data-caption="Rusty Flower" src="https://freight.cargo.site/w/1000/i/983cdf44582523f814031e667b2de5a6d960d011d1e1ab939a6e4e997bd34c12/floral-metal-1.jpg" /&#62;
&#60;img width="1800" height="1800" width_o="1800" height_o="1800" data-src="https://freight.cargo.site/t/original/i/dcf68279407495372b9187f131603493eca64292953b13c4f61c1232ea340c2b/soft-grid-11-edit.jpg" data-mid="95295817" border="0" alt="Softness II" data-caption="Softness II" src="https://freight.cargo.site/w/1000/i/dcf68279407495372b9187f131603493eca64292953b13c4f61c1232ea340c2b/soft-grid-11-edit.jpg" /&#62;
&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/6943f53216fe9d60aec4e0568eb673f4d045fe3a78262457c8d5f2822600d347/36day-v-Julia-Coral-final.jpg" data-mid="95295822" border="0" alt="A favourite" data-caption="A favourite" src="https://freight.cargo.site/w/1000/i/6943f53216fe9d60aec4e0568eb673f4d045fe3a78262457c8d5f2822600d347/36day-v-Julia-Coral-final.jpg" /&#62;
&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/61e7f3550fa86849457a0d09f958a6ac6d807cdd764cc04e661bc60cf9810adc/36daysoftype_K.jpg" data-mid="95295823" border="0" alt="36 Days of type Guest art:  K" data-caption="36 Days of type Guest art:  K" src="https://freight.cargo.site/w/1000/i/61e7f3550fa86849457a0d09f958a6ac6d807cdd764cc04e661bc60cf9810adc/36daysoftype_K.jpg" /&#62;
&#60;img width="1200" height="1355" width_o="1200" height_o="1355" data-src="https://freight.cargo.site/t/original/i/f122e7009afa520d02ed7ba6d70d18751ba52b76f3dc801ae0e08f65fb56c27b/Soft-body-1-copy.jpg" data-mid="95295824" border="0" alt="Plump" data-caption="Plump" src="https://freight.cargo.site/w/1000/i/f122e7009afa520d02ed7ba6d70d18751ba52b76f3dc801ae0e08f65fb56c27b/Soft-body-1-copy.jpg" /&#62;
&#60;img width="1920" height="1080" width_o="1920" height_o="1080" data-src="https://freight.cargo.site/t/original/i/0d90e3a18438d05d71cdfcd01d7ef3202d7618aac22ae9abdea495245a4a4189/Save-the-Date.gif" data-mid="95295827" border="0" alt="Homemade: Save the Date" data-caption="Homemade: Save the Date" src="https://freight.cargo.site/w/1000/i/0d90e3a18438d05d71cdfcd01d7ef3202d7618aac22ae9abdea495245a4a4189/Save-the-Date.gif" /&#62;
&#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/06e957c726a20165f43dfecb95b0b334536a6e2f1050786ec25fa1856319024a/Homemade-Spine-Animation-3.gif" data-mid="95295828" border="0" alt="Homemade: Work n Progress" data-caption="Homemade: Work n Progress" src="https://freight.cargo.site/w/800/i/06e957c726a20165f43dfecb95b0b334536a6e2f1050786ec25fa1856319024a/Homemade-Spine-Animation-3.gif" /&#62;
&#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/55fa07a38931718b3348b47981bb133d057b2fd368791c7a237bc0d54bcd867e/ezgif.com-video-to-gif-84.gif" data-mid="95295830" border="0" alt="Weave" data-caption="Weave" src="https://freight.cargo.site/w/800/i/55fa07a38931718b3348b47981bb133d057b2fd368791c7a237bc0d54bcd867e/ezgif.com-video-to-gif-84.gif" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/e282061ff276ca663743d01410665b73e55383a1d7cbf7fb9c2ad951364a0af1/ezgif.com-video-to-gif-59.gif" data-mid="95295833" border="0" alt="36 Days of Type: I" data-caption="36 Days of Type: I" src="https://freight.cargo.site/w/600/i/e282061ff276ca663743d01410665b73e55383a1d7cbf7fb9c2ad951364a0af1/ezgif.com-video-to-gif-59.gif" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/8ee395db3f2a07566ec7f726dc877a076edab0fca094992b8ded936e012debe9/Akshan-Wedding-card-mock-up-5.jpg" data-mid="95295834" border="0" alt="Akshan &#38;amp; Barbara: Wedding Card" data-caption="Akshan &#38;amp; Barbara: Wedding Card" src="https://freight.cargo.site/w/1000/i/8ee395db3f2a07566ec7f726dc877a076edab0fca094992b8ded936e012debe9/Akshan-Wedding-card-mock-up-5.jpg" /&#62;
&#60;img width="1080" height="1080" width_o="1080" height_o="1080" data-src="https://freight.cargo.site/t/original/i/2402b859ea5b17de035b307ef4b477888f609e2e38df42224f1137c3fc33e525/2_Slow-down.gif" data-mid="95295835" border="0" alt="Slow down to speed up" data-caption="Slow down to speed up" src="https://freight.cargo.site/w/1000/i/2402b859ea5b17de035b307ef4b477888f609e2e38df42224f1137c3fc33e525/2_Slow-down.gif" /&#62;
&#60;img width="461" height="480" width_o="461" height_o="480" data-src="https://freight.cargo.site/t/original/i/24b9d1d779a0d49cd3286ebeac6d6d06787543fd0cfe05581c3e4eb15407ed32/giphy.gif" data-mid="95295837" border="0" alt="Space Disco" data-caption="Space Disco" src="https://freight.cargo.site/w/461/i/24b9d1d779a0d49cd3286ebeac6d6d06787543fd0cfe05581c3e4eb15407ed32/giphy.gif" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/4c6f5f7b92c0cd80b683b498f55efb09c332e8aacb708d7737a64ccad56946dd/ezgif.com-gif-maker-4.gif" data-mid="97669607" border="0" alt="Feels Good" data-caption="Feels Good" src="https://freight.cargo.site/w/600/i/4c6f5f7b92c0cd80b683b498f55efb09c332e8aacb708d7737a64ccad56946dd/ezgif.com-gif-maker-4.gif" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/b524c4f2239cac5fa0093961e65f434c372e44edc34419533ce4966740e6b69a/ezgif.com-video-to-gif-19.gif" data-mid="95295838" border="0" alt="Palmwood: Be curious &#38;amp; Listen deeply" data-caption="Palmwood: Be curious &#38;amp; Listen deeply" src="https://freight.cargo.site/w/600/i/b524c4f2239cac5fa0093961e65f434c372e44edc34419533ce4966740e6b69a/ezgif.com-video-to-gif-19.gif" /&#62;
&#60;img width="1920" height="1920" width_o="1920" height_o="1920" data-src="https://freight.cargo.site/t/original/i/31c635557dab8932fad976a85f1b1578aa9889e19d741caa2e111867f3f28fae/96153e65477725.5af56c1388682.jpg" data-mid="97648255" border="0" alt="Suede dreams: Platform" data-caption="Suede dreams: Platform" src="https://freight.cargo.site/w/1000/i/31c635557dab8932fad976a85f1b1578aa9889e19d741caa2e111867f3f28fae/96153e65477725.5af56c1388682.jpg" /&#62;
&#60;img width="1920" height="1920" width_o="1920" height_o="1920" data-src="https://freight.cargo.site/t/original/i/72475df188cce672d2472e8e9bffddbfa31d9f0d58a140d8d9322eee46592b1a/39b60065477725.5af56c13866d6.jpg" data-mid="97648266" border="0" alt="Suede dreams: Castle" data-caption="Suede dreams: Castle" src="https://freight.cargo.site/w/1000/i/72475df188cce672d2472e8e9bffddbfa31d9f0d58a140d8d9322eee46592b1a/39b60065477725.5af56c13866d6.jpg" /&#62;
&#60;img width="2847" height="2847" width_o="2847" height_o="2847" data-src="https://freight.cargo.site/t/original/i/3626d1a8818eed4d4d780ab72e6b84c113e720cac996162f5e9a716247f6a840/36days-s3_0145.jpg" data-mid="97648274" border="0"  src="https://freight.cargo.site/w/1000/i/3626d1a8818eed4d4d780ab72e6b84c113e720cac996162f5e9a716247f6a840/36days-s3_0145.jpg" /&#62;
&#60;img width="2457" height="2457" width_o="2457" height_o="2457" data-src="https://freight.cargo.site/t/original/i/de7a48ad6f1a97bb6513a52e76b7dfe4af80291e4d1e39f8dfc803a8bfda58d7/klarna_khyati.jpg" data-mid="97648289" border="0" alt="Klarna: Smoooth" data-caption="Klarna: Smoooth" src="https://freight.cargo.site/w/1000/i/de7a48ad6f1a97bb6513a52e76b7dfe4af80291e4d1e39f8dfc803a8bfda58d7/klarna_khyati.jpg" /&#62;
&#60;img width="3000" height="3000" width_o="3000" height_o="3000" data-src="https://freight.cargo.site/t/original/i/eae37d66bde903212f1f21ebe610cfbe07814b18c794d13b9ec4ab85a39a2e88/36days-u5-copy.jpg" data-mid="97648296" border="0" alt="36 Days of Type: U" data-caption="36 Days of Type: U" src="https://freight.cargo.site/w/1000/i/eae37d66bde903212f1f21ebe610cfbe07814b18c794d13b9ec4ab85a39a2e88/36days-u5-copy.jpg" /&#62;
&#60;img width="1080" height="1080" width_o="1080" height_o="1080" data-src="https://freight.cargo.site/t/original/i/4fb2e58515be18ec44f41c4b82fe861f153e3b41cf87d4e5f87f8d84c97fafdc/1_Make-them-work-for-you.gif" data-mid="95295836" border="0" alt="Make them work for you" data-caption="Make them work for you" src="https://freight.cargo.site/w/1000/i/4fb2e58515be18ec44f41c4b82fe861f153e3b41cf87d4e5f87f8d84c97fafdc/1_Make-them-work-for-you.gif" /&#62;
&#60;img width="2500" height="2500" width_o="2500" height_o="2500" data-src="https://freight.cargo.site/t/original/i/2fdd5b6392e3e82f3129b7ade8813c9f77e74bf557afffd5b508d38ad0fd5ca0/Vases-3-copy.jpg" data-mid="97648300" border="0" alt="Candy trees" data-caption="Candy trees" src="https://freight.cargo.site/w/1000/i/2fdd5b6392e3e82f3129b7ade8813c9f77e74bf557afffd5b508d38ad0fd5ca0/Vases-3-copy.jpg" /&#62;
&#60;img width="2427" height="2427" width_o="2427" height_o="2427" data-src="https://freight.cargo.site/t/original/i/2736eac64eda78c697fab01f2214be6c913d6c3140547bb1fb1fa1b339355111/Q-klarna-trail_Single-egg-1-edit.jpg" data-mid="97648301" border="0" alt="New" data-caption="New" src="https://freight.cargo.site/w/1000/i/2736eac64eda78c697fab01f2214be6c913d6c3140547bb1fb1fa1b339355111/Q-klarna-trail_Single-egg-1-edit.jpg" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/bb213bad4ffd4dea878cfad1a5bd2f173b356094f859f0957d49b559155c2747/ezgif.com-gif-maker-5.gif" data-mid="97669606" border="0" alt="Skincare routine" data-caption="Skincare routine" src="https://freight.cargo.site/w/600/i/bb213bad4ffd4dea878cfad1a5bd2f173b356094f859f0957d49b559155c2747/ezgif.com-gif-maker-5.gif" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/a97680b81999e4cfcd06d1ecbd23ab4d039b69f0a9a3c1b0035b5ea29ae16445/36days-C-2020-edit.jpg" data-mid="97648415" border="0" alt="36 Days of Type: C" data-caption="36 Days of Type: C" src="https://freight.cargo.site/w/1000/i/a97680b81999e4cfcd06d1ecbd23ab4d039b69f0a9a3c1b0035b5ea29ae16445/36days-C-2020-edit.jpg" /&#62;
&#60;img width="2500" height="2500" width_o="2500" height_o="2500" data-src="https://freight.cargo.site/t/original/i/6395fc7b40bd2bd70e8ecb6b234c71925655d922528efb792834d826aae46786/Waterpot-1-edit.jpg" data-mid="97648416" border="0" alt="I'm a generous God" data-caption="I'm a generous God" src="https://freight.cargo.site/w/1000/i/6395fc7b40bd2bd70e8ecb6b234c71925655d922528efb792834d826aae46786/Waterpot-1-edit.jpg" /&#62;
&#60;img width="1200" height="1200" width_o="1200" height_o="1200" data-src="https://freight.cargo.site/t/original/i/5434f11a2d78358df2622c98acbe774d60904384e87904f98d2ba4e9f6f2b898/Gold-dipped-succulent-2-edit.jpg" data-mid="97670587" border="0" alt="Petals" data-caption="Petals" src="https://freight.cargo.site/w/1000/i/5434f11a2d78358df2622c98acbe774d60904384e87904f98d2ba4e9f6f2b898/Gold-dipped-succulent-2-edit.jpg" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/319b6b7c3fb3d6584af2c2c59bad7f68cdf82743d169b4b4304d92a6f9baf23e/ezgif.com-video-to-gif-11.gif" data-mid="95295839" border="0" alt="Palmwood: Co-create &#38;amp; connect" data-caption="Palmwood: Co-create &#38;amp; connect" src="https://freight.cargo.site/w/600/i/319b6b7c3fb3d6584af2c2c59bad7f68cdf82743d169b4b4304d92a6f9baf23e/ezgif.com-video-to-gif-11.gif" /&#62;
&#60;img width="2237" height="2237" width_o="2237" height_o="2237" data-src="https://freight.cargo.site/t/original/i/7444788640026393b0eed1ef8d3eb6f1ea52edc4606cf33d0440cc1ad692d749/Flayling-objects.jpg" data-mid="97648725" border="0" alt="Tools of the trade" data-caption="Tools of the trade" src="https://freight.cargo.site/w/1000/i/7444788640026393b0eed1ef8d3eb6f1ea52edc4606cf33d0440cc1ad692d749/Flayling-objects.jpg" /&#62;
&#60;img width="3000" height="3000" width_o="3000" height_o="3000" data-src="https://freight.cargo.site/t/original/i/9457d3894083e054d4c6f5b7a2df6a9b657102bdb562ee185f82897280978f86/Ampersand-stone-1-edit.jpg" data-mid="97648726" border="0" alt="Tempura Ampersant" data-caption="Tempura Ampersant" src="https://freight.cargo.site/w/1000/i/9457d3894083e054d4c6f5b7a2df6a9b657102bdb562ee185f82897280978f86/Ampersand-stone-1-edit.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/7ff0082799db79f3e185ca28a1164beb7f5ea80fb8e116deddb2293a3a4842c5/36days-x_0001-3skin.jpg" data-mid="97648727" border="0" alt="36 Days of Type: X" data-caption="36 Days of Type: X" src="https://freight.cargo.site/w/1000/i/7ff0082799db79f3e185ca28a1164beb7f5ea80fb8e116deddb2293a3a4842c5/36days-x_0001-3skin.jpg" /&#62;
&#60;img width="1691" height="1691" width_o="1691" height_o="1691" data-src="https://freight.cargo.site/t/original/i/16eb2f6b239e54295f9796e076449b841589dfe99ba47e82c38f187403a3fe8a/Mushroom-1-cropped.jpg" data-mid="97648728" border="0" alt="Shroomsicle" data-caption="Shroomsicle" src="https://freight.cargo.site/w/1000/i/16eb2f6b239e54295f9796e076449b841589dfe99ba47e82c38f187403a3fe8a/Mushroom-1-cropped.jpg" /&#62;
&#60;img width="1889" height="1889" width_o="1889" height_o="1889" data-src="https://freight.cargo.site/t/original/i/c5e6fe9024ba62f6fda47b1d9c5f35494c526e4b418060d47756b63c0dc6b554/Rock-copy.jpg" data-mid="97648729" border="0" alt="Iridiscent Stone" data-caption="Iridiscent Stone" src="https://freight.cargo.site/w/1000/i/c5e6fe9024ba62f6fda47b1d9c5f35494c526e4b418060d47756b63c0dc6b554/Rock-copy.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/3b6ecd6a5980133cca47f3abc8e64caec34c5586171f4cce1abcfb384a174481/36days-w-color.jpg" data-mid="97649345" border="0" alt="Mood swings" data-caption="Mood swings" src="https://freight.cargo.site/w/1000/i/3b6ecd6a5980133cca47f3abc8e64caec34c5586171f4cce1abcfb384a174481/36days-w-color.jpg" /&#62;
&#60;img width="600" height="338" width_o="600" height_o="338" data-src="https://freight.cargo.site/t/original/i/8b857e1444d112340075e9d6b58a60b72df3106c92853bf32ab3f1983eb43353/Stool-jumping.gif" data-mid="97651290" border="0" alt="It jumps" data-caption="It jumps" src="https://freight.cargo.site/w/600/i/8b857e1444d112340075e9d6b58a60b72df3106c92853bf32ab3f1983eb43353/Stool-jumping.gif" /&#62;
&#60;img width="600" height="338" width_o="600" height_o="338" data-src="https://freight.cargo.site/t/original/i/3907879206eb5363014d4767802c2e153ccba8cce568f88f7736f7f3e061ac6b/ezgif.com-video-to-gif---2020-06-22T110107.137.gif" data-mid="97651607" border="0" alt="Collect the points" data-caption="Collect the points" src="https://freight.cargo.site/w/600/i/3907879206eb5363014d4767802c2e153ccba8cce568f88f7736f7f3e061ac6b/ezgif.com-video-to-gif---2020-06-22T110107.137.gif" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/3b4244f4b20fa362b360dd62bce87dd94004fbf56a2acbb62a78d705b9f7ea95/Constitution_0002.jpg" data-mid="97668242" border="0" alt="Our constitution hangs by a thread" data-caption="Our constitution hangs by a thread" src="https://freight.cargo.site/w/1000/i/3b4244f4b20fa362b360dd62bce87dd94004fbf56a2acbb62a78d705b9f7ea95/Constitution_0002.jpg" /&#62;
&#60;img width="1400" height="1400" width_o="1400" height_o="1400" data-src="https://freight.cargo.site/t/original/i/d32b23d288d59fddc1ac6465b003777b99336b66eeb00fbedab1608a24e9130f/Elena_0001-edit.jpg" data-mid="97668318" border="0" alt="Ella" data-caption="Ella" src="https://freight.cargo.site/w/1000/i/d32b23d288d59fddc1ac6465b003777b99336b66eeb00fbedab1608a24e9130f/Elena_0001-edit.jpg" /&#62;
&#60;img width="3000" height="3000" width_o="3000" height_o="3000" data-src="https://freight.cargo.site/t/original/i/07a47eb9240a663a509232775e1be7907a10a72418ef51e71f70151a9351bc36/elixir2-brighter-editedit.jpg" data-mid="97668451" border="0" alt="Elixir" data-caption="Elixir" src="https://freight.cargo.site/w/1000/i/07a47eb9240a663a509232775e1be7907a10a72418ef51e71f70151a9351bc36/elixir2-brighter-editedit.jpg" /&#62;
&#60;img width="560" height="560" width_o="560" height_o="560" data-src="https://freight.cargo.site/t/original/i/0385c174bfb5b595ed41e8af7ddd5ab9f385d40cc82eb669229def4ec4764618/ezgif.com-gif-maker-8.gif" data-mid="97671157" border="0" alt="Under a lens" data-caption="Under a lens" src="https://freight.cargo.site/w/560/i/0385c174bfb5b595ed41e8af7ddd5ab9f385d40cc82eb669229def4ec4764618/ezgif.com-gif-maker-8.gif" /&#62;
&#60;img width="1920" height="1920" width_o="1920" height_o="1920" data-src="https://freight.cargo.site/t/original/i/76eabcb6d52c3d61b0966a20005151beea0387a03f5171d64ca613036e88ef05/66858e74280451.5c2e5b4db020c.jpg" data-mid="97671273" border="0" alt="Memory Palette: Pottery" data-caption="Memory Palette: Pottery" src="https://freight.cargo.site/w/1000/i/76eabcb6d52c3d61b0966a20005151beea0387a03f5171d64ca613036e88ef05/66858e74280451.5c2e5b4db020c.jpg" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/cb958f61d2bfc663a66c5b85df2c9d7f904b907a74e54a275afe5168c24cbfa9/ezgif.com-gif-maker-6.gif" data-mid="97670309" border="0" alt="Neverending" data-caption="Neverending" src="https://freight.cargo.site/w/600/i/cb958f61d2bfc663a66c5b85df2c9d7f904b907a74e54a275afe5168c24cbfa9/ezgif.com-gif-maker-6.gif" /&#62;
&#60;img width="800" height="656" width_o="800" height_o="656" data-src="https://freight.cargo.site/t/original/i/8112b7a56dc3a9a3eb932560ae6c06ba3e1a11e505c420473264f56e46ec4b0d/ezgif.com-gif-maker-7.gif" data-mid="97670429" border="0" alt="Wind in my hair" data-caption="Wind in my hair" src="https://freight.cargo.site/w/800/i/8112b7a56dc3a9a3eb932560ae6c06ba3e1a11e505c420473264f56e46ec4b0d/ezgif.com-gif-maker-7.gif" /&#62;
&#60;img width="1920" height="1517" width_o="1920" height_o="1517" data-src="https://freight.cargo.site/t/original/i/35f0fb3afc9fc859962f4cf6e2f037c004ac339d6094bebd85fc389bf0f722a5/5db24737108411.5735ecf77175b.jpg" data-mid="97671271" border="0" alt="Taxi Fabric: the Titan 1" data-caption="Taxi Fabric: the Titan 1" src="https://freight.cargo.site/w/1000/i/35f0fb3afc9fc859962f4cf6e2f037c004ac339d6094bebd85fc389bf0f722a5/5db24737108411.5735ecf77175b.jpg" /&#62;
&#60;img width="1400" height="1400" width_o="1400" height_o="1400" data-src="https://freight.cargo.site/t/original/i/aff7a99652c7bd783f5655544449173918b26cd900eb0f0484184a3daa0a3ce3/36days-y2.jpg" data-mid="97670590" border="0" alt="Ugly" data-caption="Ugly" src="https://freight.cargo.site/w/1000/i/aff7a99652c7bd783f5655544449173918b26cd900eb0f0484184a3daa0a3ce3/36days-y2.jpg" /&#62;
&#60;img width="1299" height="1299" width_o="1299" height_o="1299" data-src="https://freight.cargo.site/t/original/i/869cc2a7ea265e2a273e61824cafee04625300892302c5decfaab5a38242634f/Julia-2-copy.jpg" data-mid="97670756" border="0" alt="Beautiful chaos" data-caption="Beautiful chaos" src="https://freight.cargo.site/w/1000/i/869cc2a7ea265e2a273e61824cafee04625300892302c5decfaab5a38242634f/Julia-2-copy.jpg" /&#62;
&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/f96b50d94a89b727ad5511c2c146e0a37400fe90eaac3c5a051562de35428741/Mushroom-3-edit.jpg" data-mid="97670757" border="0" alt="36 Days of Type: J" data-caption="36 Days of Type: J" src="https://freight.cargo.site/w/1000/i/f96b50d94a89b727ad5511c2c146e0a37400fe90eaac3c5a051562de35428741/Mushroom-3-edit.jpg" /&#62;
&#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/1bf9ee670bafb6d432c16b82231af0dcc38aa1101ad2769eea2bd62689b86bbf/ezgif.com-gif-maker-10.gif" data-mid="97671154" border="0" alt="Tripod dances" data-caption="Tripod dances" src="https://freight.cargo.site/w/800/i/1bf9ee670bafb6d432c16b82231af0dcc38aa1101ad2769eea2bd62689b86bbf/ezgif.com-gif-maker-10.gif" /&#62;
&#60;img width="1920" height="1920" width_o="1920" height_o="1920" data-src="https://freight.cargo.site/t/original/i/892a70daaf4e9b75f616cbfdbdf23e4a4b715288f3b41e1456480f3e9ec82f9e/95f9fa74280451.5c30795436c61.jpg" data-mid="97671272" border="0" alt="Memory Palette: Blueberry cheesecake" data-caption="Memory Palette: Blueberry cheesecake" src="https://freight.cargo.site/w/1000/i/892a70daaf4e9b75f616cbfdbdf23e4a4b715288f3b41e1456480f3e9ec82f9e/95f9fa74280451.5c30795436c61.jpg" /&#62;
&#60;img width="1920" height="1282" width_o="1920" height_o="1282" data-src="https://freight.cargo.site/t/original/i/6cdea5cde481e63c9095897750ed3d222bb825f4bdb68ff438a6b567937c6e75/bff4e537108411.5735f134ce35e.jpg" data-mid="97671274" border="0" alt="Taxi Fabric: the Titan 1" data-caption="Taxi Fabric: the Titan 1" src="https://freight.cargo.site/w/1000/i/6cdea5cde481e63c9095897750ed3d222bb825f4bdb68ff438a6b567937c6e75/bff4e537108411.5735f134ce35e.jpg" /&#62;
&#60;img width="1772" height="1417" width_o="1772" height_o="1417" data-src="https://freight.cargo.site/t/original/i/312418312399fbd87acf49822b4bcacac6d345630a02dc9e1f97c99ef423e7ea/ca487666195071.5b0de3262325f.jpg" data-mid="97671275" border="0" alt="Corriere Innovazione editorial" data-caption="Corriere Innovazione editorial" src="https://freight.cargo.site/w/1000/i/312418312399fbd87acf49822b4bcacac6d345630a02dc9e1f97c99ef423e7ea/ca487666195071.5b0de3262325f.jpg" /&#62;

</description>
		
	</item>
		
		
	<item>
		<title>EXPERIMENTS</title>
				
		<link>https://khyatitrehan.com/EXPERIMENTS</link>

		<pubDate>Mon, 16 Feb 2026 20:23:58 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/EXPERIMENTS</guid>

		<description>


	Machine Telephone
	An interactive experiment that explores how models interpret, translate, and synthesize across different formats and modes of expression. The steps are simple and inspired by the classic game of 'Telephone'. Enter a concept. 'Dial a machine' to pass information across different modalities and see how context shifts or evolves as it's 'translated' sequentially. &#38;nbsp;With each step, the model tries to recreate or react only to what it just received, revealing interpretations or mistakes computers make when trying to understand us and each other. 
	


	Try it here 
Learn more 



	Story Arc Engine
	A narrative building experiment on Gemini 2.5 Flash Lite. Deconstruct stories through the lens of the 5-part narrative arc, tweak any part to see how a plot change trickles down and affects the story, and generate new narratives from your own plot idea.

	
    
	
	Try it here 
Learn more&#38;nbsp;


  
2×2 Anything
	A concept mapping experiment using Gemini 2.5 Flash and Imagen 4, built in Google AI Studio. Change the title to set context, define two conceptual axes (Gemini suggests opposites), and click anywhere to generate a concept, or add your own and see where Gemini places it.

	
    
	Try it here 
Learn more



	Around the World in Good News
	An interactive time machine, newspaper, and happy place that helps you explore uplifting historical events and stories of human achievement from across the globe, across time.
	
    
	Try it here 
Learn more

	Notebook Warp
	Use your camera feed (specifically, its luminosity) to warp and pucker lines on good ol’ ruled notebook paper.
	
    
	Try it here 
Learn more



	Comic Booth
	An experiment that lets you turn yourself into the main character of a comic strip using Gemini and Nano Banana. Respond to a question or write your own plot to inspire the underlying story, let the app capture five moments from your camera feed (pose!), pick a pre-existing style or write a custom one with a little help from an in-built rewriter, and watch the app fold the story, the style, and you into a neat comic strip.

	
    
	Try it here 
Learn more




	Glyph Garden
	A typography experiment that grows different kinds of fauna on hover.
	
    
	Try it here 
Learn more

</description>
		
	</item>
		
		
	<item>
		<title>WORK</title>
				
		<link>https://khyatitrehan.com/WORK</link>

		<pubDate>Fri, 05 Mar 2021 18:39:58 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/WORK</guid>

		<description>&#38;nbsp; &#38;nbsp;



 
&#60;img width="1080" height="1080" width_o="1080" height_o="1080" data-src="https://freight.cargo.site/t/original/i/17a26e7330e5eae5d4d796757d64136206edec2100c65da51bad835260431587/Young-Guns-23-Thumbnail.jpg" data-mid="244289340" border="0" alt="YOUNG GUNS 23 VISUAL IDENTITY" data-caption="YOUNG GUNS 23 VISUAL IDENTITY" src="https://freight.cargo.site/w/1000/i/17a26e7330e5eae5d4d796757d64136206edec2100c65da51bad835260431587/Young-Guns-23-Thumbnail.jpg" /&#62;
&#60;img width="2061" height="2061" width_o="2061" height_o="2061" data-src="https://freight.cargo.site/t/original/i/ae3ddfb61e55836d086c0bab94f9a3ed30af9afdafa9866f7a5f8a2515430553/Theres-more-to-us-than-just-our-brains-for-NYTimes-sq.jpg" data-mid="205017913" border="0" alt="EDITORIAL ILLUSTRATIONS" data-caption="EDITORIAL ILLUSTRATIONS" src="https://freight.cargo.site/w/1000/i/ae3ddfb61e55836d086c0bab94f9a3ed30af9afdafa9866f7a5f8a2515430553/Theres-more-to-us-than-just-our-brains-for-NYTimes-sq.jpg" /&#62;
&#60;img width="2160" height="2160" width_o="2160" height_o="2160" data-src="https://freight.cargo.site/t/original/i/ec4b9f17137c996633377f2c34b3695584ef9b3aa63e7f4c4364419aed30c433/Machayengey-Kya.jpg" data-mid="196592149" border="0" alt="Youtube Music Diwali Playlist" data-caption="Youtube Music Diwali Playlist" src="https://freight.cargo.site/w/1000/i/ec4b9f17137c996633377f2c34b3695584ef9b3aa63e7f4c4364419aed30c433/Machayengey-Kya.jpg" /&#62;
&#60;img width="1920" height="1920" width_o="1920" height_o="1920" data-src="https://freight.cargo.site/t/original/i/e1bb15c60dcdbe90a0a66a0a7de9dbbb4acaaeb2f9d71fbfdef35796b45a256f/Sq-Cover-1-copy.jpg" data-mid="207457225" border="0" alt="Affection AI Music VIDEO" data-caption="Affection AI Music VIDEO" src="https://freight.cargo.site/w/1000/i/e1bb15c60dcdbe90a0a66a0a7de9dbbb4acaaeb2f9d71fbfdef35796b45a256f/Sq-Cover-1-copy.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/93df296cdabc027ebe71487334bad6b036a5ce8d54a6cce6a0674a8c0f74a87b/Group-18-copy.png" data-mid="219291640" border="0" alt="Kavya - 'I was thinking' short lyric video" data-caption="Kavya - 'I was thinking' short lyric video" src="https://freight.cargo.site/w/1000/i/93df296cdabc027ebe71487334bad6b036a5ce8d54a6cce6a0674a8c0f74a87b/Group-18-copy.png" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/40297e8347a914faa3b636b16ab0f6bf77309b656ae7affa218ce2566c82fc99/Ecotherapy.jpg" data-mid="157878760" border="0" alt="Ecotherapy" data-caption="Ecotherapy" src="https://freight.cargo.site/w/1000/i/40297e8347a914faa3b636b16ab0f6bf77309b656ae7affa218ce2566c82fc99/Ecotherapy.jpg" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/c59eee599ae59cbe31ef1ae12c44983b7d85d7b02ff6ee5f6784bec93ecbd572/cover1x1-ezgif.com-video-to-gif-converter.gif" data-mid="225499704" border="0" alt="Phantom Frameworks" data-caption="Phantom Frameworks" src="https://freight.cargo.site/w/600/i/c59eee599ae59cbe31ef1ae12c44983b7d85d7b02ff6ee5f6784bec93ecbd572/cover1x1-ezgif.com-video-to-gif-converter.gif" /&#62;
&#60;img width="2160" height="2160" width_o="2160" height_o="2160" data-src="https://freight.cargo.site/t/original/i/84fbdb7fb89877f35c91c3e92f6d6746c9ccdc7c6f6b874ad5b8e400608f90ca/Lolla-8-0-00-00-00-copy.jpg" data-mid="205017908" border="0" alt="KAVYA LOLLAPALOOZA (COMING SOON)" data-caption="KAVYA LOLLAPALOOZA (COMING SOON)" src="https://freight.cargo.site/w/1000/i/84fbdb7fb89877f35c91c3e92f6d6746c9ccdc7c6f6b874ad5b8e400608f90ca/Lolla-8-0-00-00-00-copy.jpg" /&#62;
&#60;img width="1909" height="1909" width_o="1909" height_o="1909" data-src="https://freight.cargo.site/t/original/i/defe91685daada0459e6f5bec2a15bd9f0e3e027bb63d82a4d84f918a002aa4f/DSC_0025-copy.jpg" data-mid="205017941" border="0" alt="CONCRETE FREEDOM" data-caption="CONCRETE FREEDOM" src="https://freight.cargo.site/w/1000/i/defe91685daada0459e6f5bec2a15bd9f0e3e027bb63d82a4d84f918a002aa4f/DSC_0025-copy.jpg" /&#62;
&#60;img width="2160" height="2160" width_o="2160" height_o="2160" data-src="https://freight.cargo.site/t/original/i/f28cd23c836fd81e2046247207887bac4776e77970a9c327500eea91fb2944fd/Still-1-copy.jpg" data-mid="205017907" border="0" alt="INT X CONRAN SHOP" data-caption="INT X CONRAN SHOP" src="https://freight.cargo.site/w/1000/i/f28cd23c836fd81e2046247207887bac4776e77970a9c327500eea91fb2944fd/Still-1-copy.jpg" /&#62;
&#60;img width="1440" height="1440" width_o="1440" height_o="1440" data-src="https://freight.cargo.site/t/original/i/4cf4ab95a9bcf1132919e3ee0d2c1717ab55aca7f3a064b4baf36e9c236db9e2/36DaysofType_A.jpeg" data-mid="205017901" border="0" alt="36 DAYS OF TYPE (COMING SOON)" data-caption="36 DAYS OF TYPE (COMING SOON)" src="https://freight.cargo.site/w/1000/i/4cf4ab95a9bcf1132919e3ee0d2c1717ab55aca7f3a064b4baf36e9c236db9e2/36DaysofType_A.jpeg" /&#62;
&#60;img width="800" height="800" width_o="800" height_o="800" data-src="https://freight.cargo.site/t/original/i/06a226bac4dd0225bcde4880adcc223efe1e202b828d4dcc785962814e194110/BlackHistoryMonth2_sq-ezgif.com-optimize.gif" data-mid="205017904" border="0" alt="BLACK HISTORY MONTH" data-caption="BLACK HISTORY MONTH" src="https://freight.cargo.site/w/800/i/06a226bac4dd0225bcde4880adcc223efe1e202b828d4dcc785962814e194110/BlackHistoryMonth2_sq-ezgif.com-optimize.gif" /&#62;
&#60;img width="600" height="600" width_o="600" height_o="600" data-src="https://freight.cargo.site/t/original/i/3bdc8fec7259c78be78306f429089f374fd87928f3474faf77318ebaf4b1de54/KhyatiTrehanKineticOrchestra-ezgif.com-optimize.gif" data-mid="205018189" border="0" alt="KINETIC ORCHETRA" data-caption="KINETIC ORCHETRA" src="https://freight.cargo.site/w/600/i/3bdc8fec7259c78be78306f429089f374fd87928f3474faf77318ebaf4b1de54/KhyatiTrehanKineticOrchestra-ezgif.com-optimize.gif" /&#62;
&#60;img width="1240" height="1240" width_o="1240" height_o="1240" data-src="https://freight.cargo.site/t/original/i/d7b38e464da62d7bce38d125ab0a207295f9574bab50b8c6c3f2d53a05d3c0cd/Beauty-of-scientific-diagrams-sq.jpg" data-mid="205018213" border="0" alt="THE BEAUTY OF SCIENTIFIC DIAGRAMS" data-caption="THE BEAUTY OF SCIENTIFIC DIAGRAMS" src="https://freight.cargo.site/w/1000/i/d7b38e464da62d7bce38d125ab0a207295f9574bab50b8c6c3f2d53a05d3c0cd/Beauty-of-scientific-diagrams-sq.jpg" /&#62;
</description>
		
	</item>
		
		
	<item>
		<title>Young Guns 23</title>
				
		<link>https://khyatitrehan.com/Young-Guns-23</link>

		<pubDate>Mon, 02 Feb 2026 01:07:07 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/Young-Guns-23</guid>

		<description>
	
&#60;img width="3841" height="2160" width_o="3841" height_o="2160" data-src="https://freight.cargo.site/t/original/i/d1e258a5d370c5eff5a684e91ce828d8351ad2bebde0ccb7bdc046232a513165/One-Club-Press-Banner.jpg" data-mid="244290122" border="0"  src="https://freight.cargo.site/w/1000/i/d1e258a5d370c5eff5a684e91ce828d8351ad2bebde0ccb7bdc046232a513165/One-Club-Press-Banner.jpg" /&#62;



	YOUNG GUNS 23
VISUAL IDENTITY


	
2025 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; 
Founded by the Art Directors Club in 1996 as a showcase of emerging creative talent, ADC Young Guns is a portfolio-based competition for creative professionals 30 years of age or under that has grown to become one of the most coveted accolades in the global creative community. The competition is open to professionals from advertising, graphic design, illustration, photography, filmmaking, animation and beyond.

Winners join the eclectic ranks of creative superstars like the Oscar winning 'The Daniels', James Victore, Jessica Walsh, Stefan Sagmeister, Olimpia Zagnoli, Menno Kluin, CALMATIC, Dana Tanamachi, Christoph Neimann, Ohni Lisle, Kerby Jean-Raymond, Mah Ferraz, AV Rockwell and Tré Seals.

Each year, The One Club for Creativity invites a past winner to define the visual identity for the next Young Guns class. As a YG19 alum, I was honored to lead the branding and award design for YG23 alongside Bridgid Moore, Brett McKenzie, and the internal One Club team.


Photo credits: Jenna Bascom Photography, Lucas Luz

FIELD&#38;nbsp; &#38;nbsp; Branding
CLIENT &#38;nbsp; The One Club for Creativity







	&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/1b049b6b98ee6f695c5c0a9fd66abc46692ba0fb180955cf50dea67a0edc53f3/Logo-in-situ-1.jpg" data-mid="244289788" border="0"  src="https://freight.cargo.site/w/1000/i/1b049b6b98ee6f695c5c0a9fd66abc46692ba0fb180955cf50dea67a0edc53f3/Logo-in-situ-1.jpg" /&#62;


	&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/c64c00038712adc4c92a86e93ac475386673b844ae6e6a91a0c0aa6eacb1c847/Logo-in-situ-2.jpg" data-mid="244289795" border="0"  src="https://freight.cargo.site/w/1000/i/c64c00038712adc4c92a86e93ac475386673b844ae6e6a91a0c0aa6eacb1c847/Logo-in-situ-2.jpg" /&#62;



	
	

	The YG23 visual identity draws from what all winners share: a restless, hands-on spirit that keeps them moving and pushes them past the obvious. It’s a telltale sign they’re going places, and the branding channels that momentum.The key visual is rooted in a design school assignment I loved: cutting squares out of animation keyframes strips and rearranging them in an 8 by 8 grid to create compositions that had visual rhythm. 





&#60;img width="2048" height="1365" width_o="2048" height_o="1365" data-src="https://freight.cargo.site/t/original/i/2230c2d5b9878ccaea1977a6731f809b2ef97fb3994a86ade0b65a34f7545b7a/012826_Bascom_202915_KAC18740-copy.jpg" data-mid="244289755" border="0"  src="https://freight.cargo.site/w/1000/i/2230c2d5b9878ccaea1977a6731f809b2ef97fb3994a86ade0b65a34f7545b7a/012826_Bascom_202915_KAC18740-copy.jpg" /&#62;
&#60;img width="2048" height="1365" width_o="2048" height_o="1365" data-src="https://freight.cargo.site/t/original/i/2adacd4f033aa969c17efa548e1b4b1c341ac235397c871606a79c2a761bc4dc/012826_Bascom_202758_KAC18733-copy.jpg" data-mid="244289761" border="0"  src="https://freight.cargo.site/w/1000/i/2adacd4f033aa969c17efa548e1b4b1c341ac235397c871606a79c2a761bc4dc/012826_Bascom_202758_KAC18733-copy.jpg" /&#62;
&#60;img width="2048" height="1365" width_o="2048" height_o="1365" data-src="https://freight.cargo.site/t/original/i/45880eb59c0750305ab31e98fdbf0d0e3d4f57af9e18c5b94296bef57c323851/012826_Bascom_203155_KAC18768-copy.jpg" data-mid="244289760" border="0"  src="https://freight.cargo.site/w/1000/i/45880eb59c0750305ab31e98fdbf0d0e3d4f57af9e18c5b94296bef57c323851/012826_Bascom_203155_KAC18768-copy.jpg" /&#62;
&#60;img width="2048" height="1365" width_o="2048" height_o="1365" data-src="https://freight.cargo.site/t/original/i/b40c25156098fb72d27e372a009e1e0c3977f2fee37d08e8ff82e3f33cee11ce/012826_Bascom_203039_KAC18759-copy.jpg" data-mid="244289759" border="0"  src="https://freight.cargo.site/w/1000/i/b40c25156098fb72d27e372a009e1e0c3977f2fee37d08e8ff82e3f33cee11ce/012826_Bascom_203039_KAC18759-copy.jpg" /&#62;

&#60;img width="2024" height="1139" width_o="2024" height_o="1139" data-src="https://freight.cargo.site/t/original/i/54f18090a307efc2fd260256cf8d85f9819b0105f3c6bd103da47148dd9d5e9a/yellow-interstitial-copy.jpg" data-mid="244409679" border="0"  src="https://freight.cargo.site/w/1000/i/54f18090a307efc2fd260256cf8d85f9819b0105f3c6bd103da47148dd9d5e9a/yellow-interstitial-copy.jpg" /&#62;



	
&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/43701786a909a0768a2579215415447c266aeb1c6a978d55c8cdd7dff8bb7355/yg23-cube_1.jpg" data-mid="244289732" border="0"  src="https://freight.cargo.site/w/1000/i/43701786a909a0768a2579215415447c266aeb1c6a978d55c8cdd7dff8bb7355/yg23-cube_1.jpg" /&#62;
&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/271f7337e0e1988c4ebb98593bbce32a4e9e7b484187691896b7664b6ae809e7/yg23-cube_2.jpg" data-mid="244289737" border="0"  src="https://freight.cargo.site/w/1000/i/271f7337e0e1988c4ebb98593bbce32a4e9e7b484187691896b7664b6ae809e7/yg23-cube_2.jpg" /&#62;
&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/f43ed413a102725bbde7a23517e120e692467f19aaedb41d36174d5392fa72eb/yg23-cube_3.jpg" data-mid="244325785" border="0"  src="https://freight.cargo.site/w/1000/i/f43ed413a102725bbde7a23517e120e692467f19aaedb41d36174d5392fa72eb/yg23-cube_3.jpg" /&#62;
&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/357812787d5bb415416b3b6b535fa5cf5465a28ad3b46c76a38c0b8d185b1a55/yg23-cube_4.jpg" data-mid="244325822" border="0"  src="https://freight.cargo.site/w/1000/i/357812787d5bb415416b3b6b535fa5cf5465a28ad3b46c76a38c0b8d185b1a55/yg23-cube_4.jpg" /&#62;
&#60;img width="2160" height="2700" width_o="2160" height_o="2700" data-src="https://freight.cargo.site/t/original/i/7eb2b7ce96f3130ea2b57d1cdc4866fe745634db42310b6022549352a069eaa5/yg23-cube_5.jpg" data-mid="244325792" border="0"  src="https://freight.cargo.site/w/1000/i/7eb2b7ce96f3130ea2b57d1cdc4866fe745634db42310b6022549352a069eaa5/yg23-cube_5.jpg" /&#62;

	
	What's great about ADC Young Guns is that winners don't win alone. I designed the cube to be a physical reminder. Beyond individual recognition, the YG23 award celebrates the collective spirit of the Young Guns class. One face bears the recipient's name and four others feature fragments of every winner from this year’s cohort. The hope is that recipients see friends and future collaborators amongst that body of text. 

	

&#60;img width="2048" height="1152" width_o="2048" height_o="1152" data-src="https://freight.cargo.site/t/original/i/31f0b02bc8bac56c2660e9287fa3eefb3cfb5a86f5b6d800c1269efe3b82dd8a/012826_Bascom_211038_KAC19066-copy.jpg" data-mid="244432177" border="0"  src="https://freight.cargo.site/w/1000/i/31f0b02bc8bac56c2660e9287fa3eefb3cfb5a86f5b6d800c1269efe3b82dd8a/012826_Bascom_211038_KAC19066-copy.jpg" /&#62;



	&#60;img width="1080" height="1350" width_o="1080" height_o="1350" data-src="https://freight.cargo.site/t/original/i/82f7c634ba13fe9da7803d3ca5c628f7953aaa201f67e33ea4c2611f904fbaaa/Early-Deadlines-Post1080x1350-sm.gif" data-mid="244411865" border="0"  src="https://freight.cargo.site/w/1000/i/82f7c634ba13fe9da7803d3ca5c628f7953aaa201f67e33ea4c2611f904fbaaa/Early-Deadlines-Post1080x1350-sm.gif" /&#62;
	&#60;img width="1080" height="1350" width_o="1080" height_o="1350" data-src="https://freight.cargo.site/t/original/i/fd4240d2c106e53654fc7fb6a1b784ce7847c71a2656b9569cb15c12dc8a485c/Regular-Deadlines-Post_1080x1350-sm.gif" data-mid="244451968" border="0"  src="https://freight.cargo.site/w/1000/i/fd4240d2c106e53654fc7fb6a1b784ce7847c71a2656b9569cb15c12dc8a485c/Regular-Deadlines-Post_1080x1350-sm.gif" /&#62;


</description>
		
	</item>
		
		
	<item>
		<title>Ecotherapy</title>
				
		<link>https://khyatitrehan.com/Ecotherapy</link>

		<pubDate>Fri, 05 Feb 2021 08:45:58 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/Ecotherapy</guid>

		<description>


	&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/5e4acea74676c60d196c945fb7eb0ba4192c4bebd49160037bd2126b21157372/sealife-8-small.jpg" data-mid="97866218" border="0"  src="https://freight.cargo.site/w/1000/i/5e4acea74676c60d196c945fb7eb0ba4192c4bebd49160037bd2126b21157372/sealife-8-small.jpg" /&#62;


	
	Ecotherapy
	JUNE 2020 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; 
There is something strangely therapeutic and serene about entropy in nature. We feel interconnected with the earth and have an undeniable, almost mystical bond with organic and imperfect entities that exist in our ecosystems. This, most likely, forms the basis of ecotherapy. As an experiment, I tried to visually fabricate the essence of nature with 3D modeling, texturing and lighting to see what it does to us.&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; No matter how much dynamism &#38;amp; movement I added to the scene, how many elements I stack one on top of the other, and how many simulated winds and forces I subjected to the elements, even a synthetic and chaotic representation of nature managed to induce a sense of calm.

FIELD&#38;nbsp; &#38;nbsp;3D Visual Art
CLIENT &#38;nbsp;Personal Project

EXHIBITIONS
Museum Ulm
Page-Online




	
&#60;img width="1417" height="1417" width_o="1417" height_o="1417" data-src="https://freight.cargo.site/t/original/i/10b38e079d3d0a060b194a06d7b7dc5743bcd904f592eca9667c478c8359cecc/sealifeviolet_0007superrare.jpeg" data-mid="118355939" border="0"  src="https://freight.cargo.site/w/1000/i/10b38e079d3d0a060b194a06d7b7dc5743bcd904f592eca9667c478c8359cecc/sealifeviolet_0007superrare.jpeg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/6be518a863378b2305003001fe92915a6b8c88f92ebd1bfc37ca7f51a7330e38/Vogue-Ecotherapy-1.jpg" data-mid="157994519" border="0"  src="https://freight.cargo.site/w/1000/i/6be518a863378b2305003001fe92915a6b8c88f92ebd1bfc37ca7f51a7330e38/Vogue-Ecotherapy-1.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/a2b631c4701146ef873714a3ee7cdb070bc39a42dde4b21a75effc67184d1d77/Vogue-Ecotherapy-6.jpg" data-mid="157994524" border="0"  src="https://freight.cargo.site/w/1000/i/a2b631c4701146ef873714a3ee7cdb070bc39a42dde4b21a75effc67184d1d77/Vogue-Ecotherapy-6.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/e135aedcc28e4130c5cb47fb573095e405da9a920e68b1c6d067c7c1eb19e077/Vogue-Ecotherapy-3.jpg" data-mid="157994521" border="0"  src="https://freight.cargo.site/w/1000/i/e135aedcc28e4130c5cb47fb573095e405da9a920e68b1c6d067c7c1eb19e077/Vogue-Ecotherapy-3.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/3c81e4ecbae4d2500e070e86454319072f257177382a46fa7674137d5f3fabc0/Vogue-Ecotherapy-5.jpg" data-mid="157994523" border="0"  src="https://freight.cargo.site/w/1000/i/3c81e4ecbae4d2500e070e86454319072f257177382a46fa7674137d5f3fabc0/Vogue-Ecotherapy-5.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/5a2604edf4792a7073126465a7651377221e6b21d3cff7a7ab672667b73af3ad/Vogue-Ecotherapy-7.jpg" data-mid="157994525" border="0"  src="https://freight.cargo.site/w/1000/i/5a2604edf4792a7073126465a7651377221e6b21d3cff7a7ab672667b73af3ad/Vogue-Ecotherapy-7.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/18cc9b438af642666f3dae2a0868adb723ab4ce3b023251ffd374c903940c818/Vogue-Ecotherapy-9.jpg" data-mid="157994543" border="0"  src="https://freight.cargo.site/w/1000/i/18cc9b438af642666f3dae2a0868adb723ab4ce3b023251ffd374c903940c818/Vogue-Ecotherapy-9.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/b83e655d92c21805f9ed7c5d854bc5f9168d4730525f3c37410540613817ccca/Vogue-Ecotherapy-2.jpg" data-mid="157994520" border="0"  src="https://freight.cargo.site/w/1000/i/b83e655d92c21805f9ed7c5d854bc5f9168d4730525f3c37410540613817ccca/Vogue-Ecotherapy-2.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/2cb4ad88ffeffbc8b567dc811bba378fb5bcd1369d0f5980a356129056f3f041/Vogue-12_5-edit.jpg" data-mid="157994518" border="0"  src="https://freight.cargo.site/w/1000/i/2cb4ad88ffeffbc8b567dc811bba378fb5bcd1369d0f5980a356129056f3f041/Vogue-12_5-edit.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/bedf30d9d15d4d5c355fd4b1a1a94020709f5698bde3e1d7192d143d4ce314cd/Vogue-Ecotherapy-4.jpg" data-mid="157994522" border="0"  src="https://freight.cargo.site/w/1000/i/bedf30d9d15d4d5c355fd4b1a1a94020709f5698bde3e1d7192d143d4ce314cd/Vogue-Ecotherapy-4.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/7791399a4e8b3eb68b86b7b1af3f62654a98dc369c184d050f43fc7965d6790c/Vogue-Ecotherapy-8.jpg" data-mid="157994542" border="0"  src="https://freight.cargo.site/w/1000/i/7791399a4e8b3eb68b86b7b1af3f62654a98dc369c184d050f43fc7965d6790c/Vogue-Ecotherapy-8.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/994a34be054c8c9af273cdfaf5c9c15ffdf3aee0b69a10fdc2855dbbc49511e6/Synthetic-beauty-3.jpg" data-mid="97866221" border="0"  src="https://freight.cargo.site/w/1000/i/994a34be054c8c9af273cdfaf5c9c15ffdf3aee0b69a10fdc2855dbbc49511e6/Synthetic-beauty-3.jpg" /&#62;






</description>
		
	</item>
		
		
	<item>
		<title>Concrete Freedom</title>
				
		<link>https://khyatitrehan.com/Concrete-Freedom</link>

		<pubDate>Wed, 10 Feb 2021 19:07:34 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/Concrete-Freedom</guid>

		<description>
	
&#60;img width="3556" height="2000" width_o="3556" height_o="2000" data-src="https://freight.cargo.site/t/original/i/fb7bd632f514c36df615999e93e57f0fd0a470b9f2bd9b85f0cf77f1304ef0a1/DSC_0020.jpg" data-mid="158587263" border="0"  src="https://freight.cargo.site/w/1000/i/fb7bd632f514c36df615999e93e57f0fd0a470b9f2bd9b85f0cf77f1304ef0a1/DSC_0020.jpg" /&#62;

	Concrete FREEDOM


	


	SEPTEMBER 2020 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; I had the opportunity to meet a group of insightful and talented women in a Concrete poetry workshop hosted by bbdb_studio. We talked at length about what freedom means to us and all the forms it takes in our lives as women. Each of us turned our POVs into written or visual pieces, that were compiled and documented in publication designed by BBDB Studio. &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; The pieces I’ve included here are rooted in my personal experience of moving from India to Germany and a very palpable freedom that I gained from this shift in culture. Of the many shifts, the one I talk about here is the disproportionate access to a large span of time and public spaces that come alive at night. There has always been a strong correlation between night and day, and inside and outside. When it’s night, we stay inside. Day allows us to go outside. This correlation is a lot starker for women due to our vulnerability to sexual violence. As a result, we don’t have the same access to 12 hours in a day. I only have access to the world before dark.&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; All the funds from the sale of this book go to womenforfreedom, an NGO dedicated to support and emancipation of women worldwide.

FIELD&#38;nbsp; &#38;nbsp;Concrete Poetry
TEAM &#38;nbsp;Khyati Trehan, BBDB Studio



	&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/3e0d2b4e72939419637965f9df17cf86e082ab946c20e2412a92ab269a415028/DSC_0015.jpg" data-mid="158587454" border="0"  src="https://freight.cargo.site/w/1000/i/3e0d2b4e72939419637965f9df17cf86e082ab946c20e2412a92ab269a415028/DSC_0015.jpg" /&#62;
	&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/54e2ec1be09b0d9697a0e2c6ce32573eff4a99c00d60f12625a7c405742eba3a/DSC_0018.jpg" data-mid="158587457" border="0"  src="https://freight.cargo.site/w/1000/i/54e2ec1be09b0d9697a0e2c6ce32573eff4a99c00d60f12625a7c405742eba3a/DSC_0018.jpg" /&#62;



&#60;img width="3556" height="2000" width_o="3556" height_o="2000" data-src="https://freight.cargo.site/t/original/i/0db4ae1708ffd01dbd802cb34dc5f6320cbda40b4a2be27110d590deb3162470/DSC_0002.jpg" data-mid="158589431" border="0"  src="https://freight.cargo.site/w/1000/i/0db4ae1708ffd01dbd802cb34dc5f6320cbda40b4a2be27110d590deb3162470/DSC_0002.jpg" /&#62;
&#60;img width="2820" height="1587" width_o="2820" height_o="1587" data-src="https://freight.cargo.site/t/original/i/ab01583fb5755336aabff6ba1f69dd28ba535bf98ad5e52d51700d52efbac8eb/CF3-02.jpg" data-mid="158587474" border="0"  src="https://freight.cargo.site/w/1000/i/ab01583fb5755336aabff6ba1f69dd28ba535bf98ad5e52d51700d52efbac8eb/CF3-02.jpg" /&#62;
&#60;img width="2820" height="1587" width_o="2820" height_o="1587" data-src="https://freight.cargo.site/t/original/i/810970e77ffa6bcfcaf29178c3b39067ec0ba5a4d037d68347498ed0593d71f5/CF3-03.jpg" data-mid="158587475" border="0"  src="https://freight.cargo.site/w/1000/i/810970e77ffa6bcfcaf29178c3b39067ec0ba5a4d037d68347498ed0593d71f5/CF3-03.jpg" /&#62;
&#60;img width="3000" height="1688" width_o="3000" height_o="1688" data-src="https://freight.cargo.site/t/original/i/a33cb5f7ebce824ba1a329b8a10c4e67fa15cebd622615e6c98fc2ba06b080d8/DSC_0011.jpg" data-mid="158588607" border="0"  src="https://freight.cargo.site/w/1000/i/a33cb5f7ebce824ba1a329b8a10c4e67fa15cebd622615e6c98fc2ba06b080d8/DSC_0011.jpg" /&#62;


	&#60;img width="1500" height="1500" width_o="1500" height_o="1500" data-src="https://freight.cargo.site/t/original/i/b439734cb4657fac4648fa2ec2e57a2568c2246bc6198c96de35fe8deff66402/DSC_0034.jpg" data-mid="158587625" border="0"  src="https://freight.cargo.site/w/1000/i/b439734cb4657fac4648fa2ec2e57a2568c2246bc6198c96de35fe8deff66402/DSC_0034.jpg" /&#62;
	&#60;img width="1400" height="1400" width_o="1400" height_o="1400" data-src="https://freight.cargo.site/t/original/i/bc7c69117dd7c88531371cedacb7a036c9f0ce433a593a4f6cf604c871fd6dd0/DSC_0053.jpg" data-mid="158587626" border="0"  src="https://freight.cargo.site/w/1000/i/bc7c69117dd7c88531371cedacb7a036c9f0ce433a593a4f6cf604c871fd6dd0/DSC_0053.jpg" /&#62;



	
	&#60;img width="2000" height="1641" width_o="2000" height_o="1641" data-src="https://freight.cargo.site/t/original/i/99b4f1f58c299e3724c7b4af0d8b7aea0745e9fa0e6e1a89c2a4bb7d9131d583/CF1-keyframes-06.gif" data-mid="158587719" border="0"  src="https://freight.cargo.site/w/1000/i/99b4f1f58c299e3724c7b4af0d8b7aea0745e9fa0e6e1a89c2a4bb7d9131d583/CF1-keyframes-06.gif" /&#62;



	
</description>
		
	</item>
		
		
	<item>
		<title>The Beauty of Scientific Diagrams</title>
				
		<link>https://khyatitrehan.com/The-Beauty-of-Scientific-Diagrams</link>

		<pubDate>Sun, 07 Feb 2021 18:45:43 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/The-Beauty-of-Scientific-Diagrams</guid>

		<description>
	
&#60;img width="2094" height="1090" width_o="2094" height_o="1090" data-src="https://freight.cargo.site/t/original/i/f0fa1f8c2988e8ec8db84d566f078164dac78030812396250ebe694485ebd8de/ScientificDiagrams_WforWhitney.jpg" data-mid="98092441" border="0"  src="https://freight.cargo.site/w/1000/i/f0fa1f8c2988e8ec8db84d566f078164dac78030812396250ebe694485ebd8de/ScientificDiagrams_WforWhitney.jpg" /&#62;

	THE BEAUTY OF SCIENTIFIC DIAGRAMS


	




	NOVEMBER 2013 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; 
This exploratory project was done during my undergraduate studies at the National Institute of Design. Classroom projects are around 8 weeks long, where students are encouraged to frame their own brief based on a personal interest. This meant I was responsible for the concept, Research, Art Direction, Illustrations, and documentation of the project. &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; The beauty of Scientific diagrams is a lettering series that aims to integrate the initial of a scientist with the diagram of their invention or discovery. The project is part glossary, part personal project that was a result of my two passions at the time: design and non-fiction science books. The most challenging part of the project was figuring out how to distort the diagrams to fit the respective letter such that it wasn’t rendered useless, so that if a physical model was made in front of you, it would work as efficiently as the original diagram.

FIELD&#38;nbsp; &#38;nbsp;Illustration + Poster design
CLIENT &#38;nbsp;Personal Project

PRESSWIRED
Fast Company
Complex
Wepresent
Typeroom
etapes
Gizmodo


&#60;img width="1400" height="1980" width_o="1400" height_o="1980" data-src="https://freight.cargo.site/t/original/i/e9dcece2187378faf6df0726ce411b0e7edfea97ce4c1dc683910dad4a871a7b/Beauty-of-Scientific-Diagrams_A.jpg" data-mid="98094543" border="0"  src="https://freight.cargo.site/w/1000/i/e9dcece2187378faf6df0726ce411b0e7edfea97ce4c1dc683910dad4a871a7b/Beauty-of-Scientific-Diagrams_A.jpg" /&#62;
&#60;img width="1400" height="1980" width_o="1400" height_o="1980" data-src="https://freight.cargo.site/t/original/i/3f4cbd4e91c007aee6545c947c44234502efb3d65fcc6295c52f4a6b501e8cb1/Beauty-of-Scientific-Diagrams_B.jpg" data-mid="98094540" border="0"  src="https://freight.cargo.site/w/1000/i/3f4cbd4e91c007aee6545c947c44234502efb3d65fcc6295c52f4a6b501e8cb1/Beauty-of-Scientific-Diagrams_B.jpg" /&#62;
&#60;img width="1000" height="1414" width_o="1000" height_o="1414" data-src="https://freight.cargo.site/t/original/i/9350c596ce6950d6d61b02bc61fbe95afb46b30c3492f6448e6d208c4adfbc62/E-for-Edison.jpg" data-mid="98094756" border="0"  src="https://freight.cargo.site/w/1000/i/9350c596ce6950d6d61b02bc61fbe95afb46b30c3492f6448e6d208c4adfbc62/E-for-Edison.jpg" /&#62;
&#60;img width="1400" height="1980" width_o="1400" height_o="1980" data-src="https://freight.cargo.site/t/original/i/88752a0c73d22c30b1fdaa00e83628e16cce896769e206951a688373620a0174/Beauty-of-Scientific-Diagrams_F.jpg" data-mid="98094541" border="0"  src="https://freight.cargo.site/w/1000/i/88752a0c73d22c30b1fdaa00e83628e16cce896769e206951a688373620a0174/Beauty-of-Scientific-Diagrams_F.jpg" /&#62;
&#60;img width="1000" height="1415" width_o="1000" height_o="1415" data-src="https://freight.cargo.site/t/original/i/af3f9d8e9ecd0f2d446ad3a39303aa4aa0272d738855cb4cadd72214367f225e/H-for-Hero.jpg" data-mid="98095184" border="0"  src="https://freight.cargo.site/w/1000/i/af3f9d8e9ecd0f2d446ad3a39303aa4aa0272d738855cb4cadd72214367f225e/H-for-Hero.jpg" /&#62;
&#60;img width="1000" height="1415" width_o="1000" height_o="1415" data-src="https://freight.cargo.site/t/original/i/47a59b09ea5b65e8c62928575148616ba1d9afe26b1bc9ae77ad97cb0c15b4e3/L-for-Leeu.jpg" data-mid="98095185" border="0"  src="https://freight.cargo.site/w/1000/i/47a59b09ea5b65e8c62928575148616ba1d9afe26b1bc9ae77ad97cb0c15b4e3/L-for-Leeu.jpg" /&#62;
&#60;img width="1000" height="1414" width_o="1000" height_o="1414" data-src="https://freight.cargo.site/t/original/i/6e45063c6cc15f35f9b6745e08f007ac80c0ff70ddd8999a10521aea8c1d8855/O-for-O.L_0.jpg" data-mid="98095474" border="0"  src="https://freight.cargo.site/w/1000/i/6e45063c6cc15f35f9b6745e08f007ac80c0ff70ddd8999a10521aea8c1d8855/O-for-O.L_0.jpg" /&#62;
&#60;img width="1000" height="1415" width_o="1000" height_o="1415" data-src="https://freight.cargo.site/t/original/i/d2fcebd6cd173bf8b28c850d458a19dbf41fb8562e9c479d7be1203b445ca977/T-for-Tesla.jpg" data-mid="98095473" border="0"  src="https://freight.cargo.site/w/1000/i/d2fcebd6cd173bf8b28c850d458a19dbf41fb8562e9c479d7be1203b445ca977/T-for-Tesla.jpg" /&#62;
&#60;img width="1400" height="1980" width_o="1400" height_o="1980" data-src="https://freight.cargo.site/t/original/i/718c2667fd71c1b584d067f59871ab7c7ae32acc4f3fa3ab57b2dbbe8aa6da79/Beauty-of-Scientific-Diagrams_W.jpg" data-mid="98094542" border="0"  src="https://freight.cargo.site/w/1000/i/718c2667fd71c1b584d067f59871ab7c7ae32acc4f3fa3ab57b2dbbe8aa6da79/Beauty-of-Scientific-Diagrams_W.jpg" /&#62;
&#60;img width="600" height="849" width_o="600" height_o="849" data-src="https://freight.cargo.site/t/original/i/6558d5a2beb1c891f32328399800c8ef1df7283c796a0fbb7bad8d6e006f2625/709a5911833563.562531d856c1a.jpg" data-mid="98095666" border="0"  src="https://freight.cargo.site/w/600/i/6558d5a2beb1c891f32328399800c8ef1df7283c796a0fbb7bad8d6e006f2625/709a5911833563.562531d856c1a.jpg" /&#62;
&#60;img width="600" height="849" width_o="600" height_o="849" data-src="https://freight.cargo.site/t/original/i/624d075c169844befec8381be934a591e9c5fcb722edbb3ff15ea1691935105a/0ed06b11833563.5625319b0219e.jpg" data-mid="98095667" border="0"  src="https://freight.cargo.site/w/600/i/624d075c169844befec8381be934a591e9c5fcb722edbb3ff15ea1691935105a/0ed06b11833563.5625319b0219e.jpg" /&#62;


	
	I spent hours poring over patent drawings and scientific textbooks looking for suitable inventions I could turn into visuals that worked in the series. This appetite for accuracy came at a cost – I couldn't find the sweet spot for scientists and their discoveries for the letters P, Q and X, and so decided to practice some restraint rather than distorting them to the point of nonsense.
&#60;img width="3000" height="1688" width_o="3000" height_o="1688" data-src="https://freight.cargo.site/t/original/i/9f031eb9ec6a2ccec43e2638f858468e3369e6a5360455911a542cc25a7b4c66/Beauty-of-Scientific-Diagrams-3.jpg" data-mid="98094011" border="0"  src="https://freight.cargo.site/w/1000/i/9f031eb9ec6a2ccec43e2638f858468e3369e6a5360455911a542cc25a7b4c66/Beauty-of-Scientific-Diagrams-3.jpg" /&#62;

	
&#60;img width="1200" height="639" width_o="1200" height_o="639" data-src="https://freight.cargo.site/t/original/i/0cec350c8da450c092100fbe1ab3f3410e35a7b886fe318006d0fd8e5eb27b78/Stippling-sheets.jpg" data-mid="98094045" border="0"  src="https://freight.cargo.site/w/1000/i/0cec350c8da450c092100fbe1ab3f3410e35a7b886fe318006d0fd8e5eb27b78/Stippling-sheets.jpg" /&#62;
	
The illustrative style of the letters comes from the research material I was immersed in. Something about the imperfections of the old patent drawings and sketches felt really tactile and the style reflected the limitations of the tools back then. I tried to recreate that arduous process by making life difficult for myself and painfully stippling every letter.


</description>
		
	</item>
		
		
	<item>
		<title>Editorial Illustrations</title>
				
		<link>https://khyatitrehan.com/Editorial-Illustrations-1</link>

		<pubDate>Sat, 31 Dec 2022 22:10:29 +0000</pubDate>

		<dc:creator>Khyati Trehan</dc:creator>

		<guid isPermaLink="true">https://khyatitrehan.com/Editorial-Illustrations-1</guid>

		<description>
	
&#60;img width="4151" height="2283" width_o="4151" height_o="2283" data-src="https://freight.cargo.site/t/original/i/2ba91bd68bf43c043e85181d9ca4305bfe253b96cd498fb5edb5f3c51a6cbbe1/BenditoMockup-D-A4_Format-01-copy.jpg" data-mid="163203533" border="0"  src="https://freight.cargo.site/w/1000/i/2ba91bd68bf43c043e85181d9ca4305bfe253b96cd498fb5edb5f3c51a6cbbe1/BenditoMockup-D-A4_Format-01-copy.jpg" /&#62;

	EDITORIAL ILLUSTRATIONS


	




	 2019-2022 &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; 
A collection of illustrations done for the New York Times, the New Yorker, Stanford Business Magazine, Spectrum Magazine and the Octopus (IDEO's blog). Editorial illustrations have a job to do and a nugget to clearly communicate, while still having space for visual expression and interpretation. It doesn't hurt that the articles and reviews I’ve illustrated have largely been science related, reuniting me with my long lost love of reading scientific non-fiction.

FIELD&#38;nbsp; &#38;nbsp;Illustration
CLIENTS &#38;nbsp;NYTimes, New Yorker, Stanford Business Magazine, Spectrum Magazine, IDEO

PRESSNYTimes: The Year in Illustration 2021




	︎︎︎THE NEW YORK TIMES


&#60;img width="1807" height="2000" width_o="1807" height_o="2000" data-src="https://freight.cargo.site/t/original/i/ce0b2e6cc6873390633d588e6ea29f30557d74af04e273dd1c146c647df84467/Theres-more-to-us-than-just-our-brains-for-NYTimes.jpg" data-mid="163243902" border="0"  src="https://freight.cargo.site/w/1000/i/ce0b2e6cc6873390633d588e6ea29f30557d74af04e273dd1c146c647df84467/Theres-more-to-us-than-just-our-brains-for-NYTimes.jpg" /&#62;
&#60;img width="1890" height="2092" width_o="1890" height_o="2092" data-src="https://freight.cargo.site/t/original/i/bc4c3c1e0c46de77201c1c00127f52f7e22374e3391f66180d9d855d21f19cb6/Theres-more-to-us-than-just-our-brains-for-NYTimes-2.jpg" data-mid="163243901" border="0"  src="https://freight.cargo.site/w/1000/i/bc4c3c1e0c46de77201c1c00127f52f7e22374e3391f66180d9d855d21f19cb6/Theres-more-to-us-than-just-our-brains-for-NYTimes-2.jpg" /&#62;


	

	
'There is more to us than just our brains' reviews the book 'The Extended Mind' by Annie Murphy Paul and digs into the power of thinking outside the brain. The illustration lives in the NYTimes Book review section and visualises our ability to hear the signals that our bodies are communicating to us every bit as much as our brains are. Art direction by Matt Dorfman.






&#60;img width="1500" height="1896" width_o="1500" height_o="1896" data-src="https://freight.cargo.site/t/original/i/d0f9214f48594f6a63e6b4ffd73b401d2881cb34476efc331c02d1d10f0b0e67/Are-Viruses-Alive--For-NYTimes_spot.jpg" data-mid="163243952" border="0"  src="https://freight.cargo.site/w/1000/i/d0f9214f48594f6a63e6b4ffd73b401d2881cb34476efc331c02d1d10f0b0e67/Are-Viruses-Alive--For-NYTimes_spot.jpg" /&#62;
&#60;img width="1500" height="1896" width_o="1500" height_o="1896" data-src="https://freight.cargo.site/t/original/i/dbc83aea2f9f8df4a543fbee18f02b5beb69642a3b52c104250182888b0799df/Are-Viruses-Alive--For-NYTimes_main.jpg" data-mid="163243951" border="0"  src="https://freight.cargo.site/w/1000/i/dbc83aea2f9f8df4a543fbee18f02b5beb69642a3b52c104250182888b0799df/Are-Viruses-Alive--For-NYTimes_main.jpg" /&#62;

	
	'The secret life of a Coronavirus' is an essay by Carl Zimmer adapted from his book ‘Life’s Edge’. The full page illustration is featured on the cover of the NYTimes Sunday Review along with a supporting visual. The breathing animation of the key visuals echos a big question in the essay and asks: Are viruses Alive? Art direction by Arsh Raziuddin &#38;amp; Frank Augugliaro.




︎︎︎WIRED MAGAZINE


&#60;img width="4000" height="4000" width_o="4000" height_o="4000" data-src="https://freight.cargo.site/t/original/i/2ac89e6a6d339cb927f06f0479ec6ec84f4c8f6a1d88065168ae52f94509a2a8/Chip-Illustration-2.jpg" data-mid="184521313" border="0"  src="https://freight.cargo.site/w/1000/i/2ac89e6a6d339cb927f06f0479ec6ec84f4c8f6a1d88065168ae52f94509a2a8/Chip-Illustration-2.jpg" /&#62;
&#60;img width="4000" height="4000" width_o="4000" height_o="4000" data-src="https://freight.cargo.site/t/original/i/6488e205d6bcd7980add17a1a86d5cc224eb8d80386168828eb27fc8096ce97b/Machine-Learning.jpg" data-mid="184521323" border="0"  src="https://freight.cargo.site/w/1000/i/6488e205d6bcd7980add17a1a86d5cc224eb8d80386168828eb27fc8096ce97b/Machine-Learning.jpg" /&#62;


	
	'The Unbelievable Zombie Comeback of Analog Computing' by Charles Platt positions analog computing as our best hope for not only solving the growing problem of heat dissipation, but also for revolutionizing the outer limits of computation. What if analog could take advantage of modern technology, so it wouldn’t suffer the limitations that originally killed it?


	︎︎︎THE NEW YORKER MAGAZINE



&#60;img width="1125" height="1433" width_o="1125" height_o="1433" data-src="https://freight.cargo.site/t/original/i/ee1164508e1c89e32bbf2cee18198f21859ee4b853d263cffb1c3a2421688bdd/Persuading-the-limbs-for-New-Yorker.jpg" data-mid="163244341" border="0"  src="https://freight.cargo.site/w/1000/i/ee1164508e1c89e32bbf2cee18198f21859ee4b853d263cffb1c3a2421688bdd/Persuading-the-limbs-for-New-Yorker.jpg" /&#62;
&#60;img width="1900" height="2420" width_o="1900" height_o="2420" data-src="https://freight.cargo.site/t/original/i/4bdb753c7856336b46b60dda2b362182211085335fb27dab0d30e411a8934764/Persuading-the-limbs-for-New-Yorker-2.jpg" data-mid="163244837" border="0"  src="https://freight.cargo.site/w/1000/i/4bdb753c7856336b46b60dda2b362182211085335fb27dab0d30e411a8934764/Persuading-the-limbs-for-New-Yorker-2.jpg" /&#62;


	
	‘Persuading the body to regenerate its limbs’ illustrates an essay by Matthew Hutson in the New Yorker Magazine on the biologist Michael Levin's theory that cells use bioelectricity to decide what to become. Art Direction by Chris Curry.




&#60;img width="1200" height="1525" width_o="1200" height_o="1525" data-src="https://freight.cargo.site/t/original/i/1d24c1627b225a1b67dd970bcafcc12849bcc09c12e4186b9dded6e33a2c76c9/Philanthropy_3-75in-x-4-77in_GREY.jpg" data-mid="163245007" border="0"  src="https://freight.cargo.site/w/1000/i/1d24c1627b225a1b67dd970bcafcc12849bcc09c12e4186b9dded6e33a2c76c9/Philanthropy_3-75in-x-4-77in_GREY.jpg" /&#62;
&#60;img width="1400" height="1779" width_o="1400" height_o="1779" data-src="https://freight.cargo.site/t/original/i/5e1c39488612d50c037f6e1d67688e86d2d7bb367b1b3943a550b13a30792345/Philanthropy_3-75in-x-4-77in_bl.jpg" data-mid="163245008" border="0"  src="https://freight.cargo.site/w/1000/i/5e1c39488612d50c037f6e1d67688e86d2d7bb367b1b3943a550b13a30792345/Philanthropy_3-75in-x-4-77in_bl.jpg" /&#62;

	
	'Would the world be better off without Philanthropists?' Much philanthropy is a routinized exchange between salaried bureaucrats. Critics say that big-time donors wield too much power over their fellow-citizens and perpetuate social inequality. But don’t cancel Lady Bountiful just yet. Art Direction by Alexandra Zsigmond.




	︎︎︎THE WASHINGTON POST



&#60;img width="2048" height="2048" width_o="2048" height_o="2048" data-src="https://freight.cargo.site/t/original/i/b14e7d47d43384e9b2ad212550703c081c50f485a90b7bdf7233dd3fcbbc6290/Cellular-Reprogramming_Main.jpg" data-mid="227850816" border="0"  src="https://freight.cargo.site/w/1000/i/b14e7d47d43384e9b2ad212550703c081c50f485a90b7bdf7233dd3fcbbc6290/Cellular-Reprogramming_Main.jpg" /&#62;
&#60;img width="2000" height="2000" width_o="2000" height_o="2000" data-src="https://freight.cargo.site/t/original/i/8cd73ccd2ba1681f54266f1a75d0a503a22903bc728dcdbff25c202322c4ae78/Frame-131.png" data-mid="227850817" border="0"  src="https://freight.cargo.site/w/1000/i/8cd73ccd2ba1681f54266f1a75d0a503a22903bc728dcdbff25c202322c4ae78/Frame-131.png" /&#62;
&#60;img width="2048" height="2048" width_o="2048" height_o="2048" data-src="https://freight.cargo.site/t/original/i/1b14808610ad9efa8cd99ca78bc338827b819cc3debbb6ff0e9774e7cee0973c/Cellular-Reprogramming_Spot-1B.jpg" data-mid="227851830" border="0"  src="https://freight.cargo.site/w/1000/i/1b14808610ad9efa8cd99ca78bc338827b819cc3debbb6ff0e9774e7cee0973c/Cellular-Reprogramming_Spot-1B.jpg" /&#62;
&#60;img width="2048" height="2048" width_o="2048" height_o="2048" data-src="https://freight.cargo.site/t/original/i/5155e0b7874bacfb7ffa1172446b8523e2693f1e3049bf307d05f36103a318d3/Cellular-Reprogramming_Spot-2.jpg" data-mid="227850819" border="0"  src="https://freight.cargo.site/w/1000/i/5155e0b7874bacfb7ffa1172446b8523e2693f1e3049bf307d05f36103a318d3/Cellular-Reprogramming_Spot-2.jpg" /&#62;

	
	‘Inside the scientific quest to reverse human aging: Can reprogramming our genes make us young again? A breakthrough in longevity research may be nearing its first human trials.’ Art Direction by Chelsea Conrad






	︎︎︎stanford business MAGAZINE




	&#60;img width="2094" height="1090" width_o="2094" height_o="1090" data-src="https://freight.cargo.site/t/original/i/bbee1f480f6a17654918b24637a8a4d808d4832e2a910517d63e90c3e3b45106/stanford-cover.jpg" data-mid="163258001" border="0"  src="https://freight.cargo.site/w/1000/i/bbee1f480f6a17654918b24637a8a4d808d4832e2a910517d63e90c3e3b45106/stanford-cover.jpg" /&#62;

&#60;img width="1800" height="2160" width_o="1800" height_o="2160" data-src="https://freight.cargo.site/t/original/i/7f548b555d210aa8e7fac9ef036c7785bb1c1b04789d45028f4f7536201a7aef/Cover-2.jpg" data-mid="163258041" border="0"  src="https://freight.cargo.site/w/1000/i/7f548b555d210aa8e7fac9ef036c7785bb1c1b04789d45028f4f7536201a7aef/Cover-2.jpg" /&#62;
&#60;img width="1700" height="2040" width_o="1700" height_o="2040" data-src="https://freight.cargo.site/t/original/i/807f0ea383e99807f2e51551d02c62f5a4c567ea323e89cb0f52771390f8cc50/Inside-Cover.jpg" data-mid="163258043" border="0"  src="https://freight.cargo.site/w/1000/i/807f0ea383e99807f2e51551d02c62f5a4c567ea323e89cb0f52771390f8cc50/Inside-Cover.jpg" /&#62;

	
	
	The cover story follows the work of Stanford professors working on the topic of AI, specifically how a human-centered approach to artificial intelligence envisions a future where people and machines are collaborators, not competitors. Art direction from Laura Thorne of Point Five Design.


&#60;img width="2094" height="1090" width_o="2094" height_o="1090" data-src="https://freight.cargo.site/t/original/i/5f22e3fa8e2a13c5da2d605c4dd819b6c5ee1247819a18020478f4d7c601209d/stanford-spot-cover.jpg" data-mid="163332572" border="0"  src="https://freight.cargo.site/w/1000/i/5f22e3fa8e2a13c5da2d605c4dd819b6c5ee1247819a18020478f4d7c601209d/stanford-spot-cover.jpg" /&#62;

	'Ghost in the Machine' visualises a recent study that reveals knowing who created the AI agent makes it feel more authentic. 'Flip Flop' illustrates ‘Why Zillow’s Algorithmic Home Buying Venture Imploded.' Months before the company quit flipping houses, Stanford researchers spelled out the risks of iBuying. 'Trust but Verify' supports the sub-article 'Peeking Inside the “Black Box” of Machine Learning' and asks if a complex data analysis tool can’t explain its decisions, how do we know it’s accurate — or fair?


	
	
&#60;img width="1520" height="2000" width_o="1520" height_o="2000" data-src="https://freight.cargo.site/t/original/i/98df98d245ab4377d1b6d15c669d0023c86a8d4be087361e32e2e1c11bb41f91/Ghost-in-the-Machine.jpg" data-mid="163330463" border="0" alt="the ghost in the machine" data-caption="the ghost in the machine" src="https://freight.cargo.site/w/1000/i/98df98d245ab4377d1b6d15c669d0023c86a8d4be087361e32e2e1c11bb41f91/Ghost-in-the-Machine.jpg" /&#62;

	

&#60;img width="2000" height="1582" width_o="2000" height_o="1582" data-src="https://freight.cargo.site/t/original/i/c3eee9052f5f93c72fa768c307bbe8b6c975f59f01e9f3eca1901f4f6ccb4995/Flip-Flop.jpg" data-mid="163258224" border="0" alt="FLIP FLOP" data-caption="FLIP FLOP" src="https://freight.cargo.site/w/1000/i/c3eee9052f5f93c72fa768c307bbe8b6c975f59f01e9f3eca1901f4f6ccb4995/Flip-Flop.jpg" /&#62;
&#60;img width="2000" height="1582" width_o="2000" height_o="1582" data-src="https://freight.cargo.site/t/original/i/8dc39cbb8fb34e2c927e061f0ad39ab715b7c831f60760056c5de2020fd79a13/Trust-But-Verify.jpg" data-mid="163258223" border="0" alt="trust but verify" data-caption="trust but verify" src="https://freight.cargo.site/w/1000/i/8dc39cbb8fb34e2c927e061f0ad39ab715b7c831f60760056c5de2020fd79a13/Trust-But-Verify.jpg" /&#62;





	︎︎︎SPECTRUM MAGAZINE

	&#60;img width="1900" height="688" width_o="1900" height_o="688" data-src="https://freight.cargo.site/t/original/i/c1c0df4f2b98f59dbaede8d1db5ce2d111a9d788ed6533a565b5588b3de4907f/Lead-Image.jpg" data-mid="163258496" border="0"  src="https://freight.cargo.site/w/1000/i/c1c0df4f2b98f59dbaede8d1db5ce2d111a9d788ed6533a565b5588b3de4907f/Lead-Image.jpg" /&#62;


&#60;img width="1900" height="1300" width_o="1900" height_o="1300" data-src="https://freight.cargo.site/t/original/i/fa7e7583ad3ad7ab4350a658ea73fdc5703c817c90cc228f404651ec1a3964f6/Inside-Image-1.jpg" data-mid="163258689" border="0"  src="https://freight.cargo.site/w/1000/i/fa7e7583ad3ad7ab4350a658ea73fdc5703c817c90cc228f404651ec1a3964f6/Inside-Image-1.jpg" /&#62;
&#60;img width="1900" height="1300" width_o="1900" height_o="1300" data-src="https://freight.cargo.site/t/original/i/90a1dd85a8f25781fd8a577236b7a0c8fd23278829a229b414777a6a9f9db833/Inside-Image-2.jpg" data-mid="163258691" border="0"  src="https://freight.cargo.site/w/1000/i/90a1dd85a8f25781fd8a577236b7a0c8fd23278829a229b414777a6a9f9db833/Inside-Image-2.jpg" /&#62;

	
	Spectrum News is an autism research and expert opinion publication. The set of illustrations visualise the article ‘Meet the mitomaniacs, who say mitochondria matter in Autism’. Art direction by Rebecca Horne.


︎︎︎THE octopus (ideo)

	&#60;img width="3000" height="1500" width_o="3000" height_o="1500" data-src="https://freight.cargo.site/t/original/i/6f428c8b94e819781553960a7bc46f3a473d332bc3d49aa43a2d292ac274e566/Octopus_Nicki-2-min-1.jpeg" data-mid="163258738" border="0"  src="https://freight.cargo.site/w/1000/i/6f428c8b94e819781553960a7bc46f3a473d332bc3d49aa43a2d292ac274e566/Octopus_Nicki-2-min-1.jpeg" /&#62;

	
	In this blog post, Nicki Schafer shares how he whipped up a sous vide machine at home to cook the perfect dinner for his friends and what it taught him about prototyping.



	&#60;img width="2100" height="748" width_o="2100" height_o="748" data-src="https://freight.cargo.site/t/original/i/bb64f56137cc09d1ca003beaef004ae0836245a2ee6e763b33c3009b60d4c1d5/ce-transition-4b.jpg" data-mid="163258744" border="0"  src="https://freight.cargo.site/w/1000/i/bb64f56137cc09d1ca003beaef004ae0836245a2ee6e763b33c3009b60d4c1d5/ce-transition-4b.jpg" /&#62;


	
	The circular economy needs to shift gears if we are to drive a more equitable and regenerative society. Chris Grantham and Vanessa Egli believe that the key is nurturing the mindset that can see this through.&#38;nbsp;
&#38;nbsp;</description>
		
	</item>
		
	</channel>
</rss>