-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (177 loc) Β· 9.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> trpchai.net </title>
<meta name="description" content="Trpti Sanghvi's personal website">
<meta name="author" content="Trpti Sanghvi">
<meta name="keywords" content="art, code, scientist, dance, internet, trpti sanghvi">
<meta property="og:title" content="Trpti Sanghvi" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://trpchai.net/" />
<meta property="og:description" content="Trpti is a NYC based scientist, artist, technologist, and dancer." />
<link rel="stylesheet" href="style.css"> <link rel="icon" type="image/png" href="images/cartwheel.png">
</head>
<body>
<script>
console.log('want to leave a secret note? ;)');
console.log('https://docs.google.com/document/d/17iMrGAsxe7NlVrHBeifW5obGl1k7wNd8QNy9L-UkRWM/edit?usp=sharing');
</script>
<!-- Statcounter code -->
<script type="text/javascript">
var sc_project=12867310;
var sc_invisible=1;
var sc_security="6e5065ec";
var sc_https = 1;
var sc_remove_link = 1;
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter">
<img class="statcounter"
src="https://c.statcounter.com/12867310/0/6e5065ec/1/" alt="freehit"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
<div class="info">
<h1>π Trpti Sanghvi π </h1>
<p> My name is Trpti and
Iβm a NYC based scientist, artist, technologist, musician, and dancer.
Currently, I work as a Product Analyst at <a href = "https://headway.co/" target="_blank"> Headway</a>. </p>
<img preload="auto" src="images/TrptiWithSunshine.gif" class = "center" alt="">
<p>
<!-- hyperlinks -->
<a href="https://lightlytread.substack.com/" target="_blank">Newsletter</a> |
<a href="https://www.are.na/trpti-sanghvi" target="_blank">Are.na</a> |
<a href="https://docs.google.com/document/d/13YuKODXZf6XT9cbj8nggbRBMOadlEhEuQdcEdYNVBZM/edit#heading=h.txq71heajeso" target="_blank">Art CV</a> |
<a href="mailto: trptisanghvi1@gmail.com" >Contact</a> : trptisanghvi1@gmail.com
</p>
<hr>
<p> This is a handmade website. Using HTML and CSS, it follows the IndieWeb development practice of keeping it <a href = "https://indieweb.org/manual_until_it_hurts" target="_blank"> manual until it hurts</a>.
<hr>
<p> Currently on loop: Prickly Pear by Portico Quartet </p>
<audio id="player" src="Prickly Pear.mp3"></audio>
<div class = "button" onclick= "Play()"> Play/Pause</div>
<div class = "button" onclick="document.getElementById('player').volume += 0.1">Vol +</div>
<div class = "button" onclick="document.getElementById('player').volume -= 0.1">Vol - </div>
<script type="text/javascript">
function Play()
{
var myAudio = document.getElementById("player");
if(myAudio.paused) {
myAudio.play();
}
else {
myAudio.pause();
}
}
</script>
<br>
<hr>
<h2>About Me π± </h2>
<p>My interests include healthcare (digital health, innovation in the life sciences), population health, neuroscience (primarily, but not limited to, sex differences in the brain), and equitable education.
<br> <br> Leisurely, I am pursuing: the intersection of <a href="https://www.instagram.com/trp_chai/" target="_blank">art & science</a>, writing, reading the <a href = "https://www.instagram.com/t_reads_lightly/" target="_blank">best books</a>
known to humankind, photography, and redundant lists.</p>
<hr>
</div>
<div class="wrapper">
<div class="section">
<h2>Installations</h2>
<p> The art explores abstract expressionism in the digital age. The body acts as a paint brush on the canvas of the internet; the memory of movement is captured with color. <br> <br>
This art work was displayed in a warehouse in the Chelsea Arts District of NYC, for a dance and art collective.
</p>
<video preload="auto" playsinline autoplay muted loop class = "center">
<source src="images/MOVEMINT1.mov">
</video>
<video preload="auto" playsinline autoplay muted loop class = "center">
<source src="images/MOVEMINT3.mov">
</video>
<video preload="auto" playsinline autoplay muted loop class = "center">
<source src="images/MOVEMINT2.mov">
</video>
<video preload="auto" playsinline autoplay muted loop class = "center">
<source src="images/MOVEMINT4.mov">
</video>
<hr>
</div>
<div class="section">
<h2>Exhibitions<br></h2>
<h3>π Art of Code π</h3>
<p>Curated for <a href="https://www.indulgexpress.com/culture/art/2023/may/23/12-creative-coders-digital-artworks-bangalores-art-of-code-exhibition-49258.html" target="_blank"> Art of Code</a> exhibit in Bengaluru.</p>
<img preload="auto" src="images/artofcode_2023.jpg" alt="" class = "center">
<h3>π COLOR π</h3>
<p>Curated for a <a href="https://www.artsy.net/partner/brooklyn-waterfront-artists-coalition/works?keyword=trpti" target="_blank">national juried exhibition</a> in NYC.</p>
<h3>π CADAF π</h3>
<p>Curated for <a href="https://www.facebook.com/photo/?fbid=641970254125779&set=pb.100049384309594.-2207520000." target="_blank">CADAF NYC 2022.</a></p>
<img preload="auto" src="images/CADAF.jpeg" alt="" class = "center">
<hr>
</div>
<div class="section">
<h2>Generative Art<br>
</h2>
<p>Through creative coding, I am exploring the convergence of art-science and tradition-modernity.</p>
<hr>
<video preload="auto" playsinline autoplay muted loop class = "center">
<source src="images/meditations_3.mov">
</video>
<br> <hr>
<p> <a href= "https://www.fxhash.xyz/generative/9282" target="_blank">Bandhani</a> <br>
- is a type of Indian tie-dye textile. Drawing inspiration from the saris I have seen growing up, this art is an homage to my ancestral roots from Kutch, Gujarat.
</p>
<video playsinline autoplay muted loop preload="auto" class = "center">
<source src="images/TrptiSanghvi_Bandhani.mov">
</video>
<hr>
<p> <a href="changing-seasons/" target="_blank">Changing seasons</a> is an interactive website. <br> <br>
It composes 3-line poems by combining romantic poetry (Emily Dickinson, William Blake, William Wordsworth)
and posts from public gardening community forums (Reddit, Craigslist etc). </p>
<hr>
<p> <a href= "https://www.fxhash.xyz/generative/25532" target="_blank"> Computational Poetry </a>
<br> In this art piece, Iβve used the p5.js and RiTa.js libraries in conjunction with my kindle highlights to generate haikus.
</p>
<video playsinline autoplay muted loop preload="auto" class = "center">
<source src="images/ComputationalPoetry_trpti.mov">
</video>
</div>
<div class="section">
<h2>Publications<br>
</h2>
<p> <a href = "https://www.store.bookleafpub.com/product-page/homecoming" target="_blank">Homecoming</a>
- a collection of self-published haikus.
</p>
<img preload="auto" src="images/homecoming.jpeg" alt="" class = "center">
<hr>
<p> <a href = "https://medium.com/@healthbyro/peaks-valley-pastures-with-trpti-sanghvi-data-analyst-f2ffd6f4ef1f" target="_blank">Peaks, Valleys, Pastures</a>
- blogpost on my contributions at Ro.
</p>
<img preload="auto" src="images/PVP-Trpti.jpg" alt="" class = "center">
<hr>
<p> <a href = "https://www.decibio.com/insights/collaborative-decentralized-research-drives-liquid-biopsy-advances-agbt-2020" target="_blank">AGBT 2020 Poster</a>
- AGBT 2020 poster through DeciBio.
</p>
<img preload="auto" src="images/AGBT2020.png" alt="" class = "center">
<hr>
<p> <a href = "https://www.decibio.com/insights/dxbooks-data-insights-supply-chain-constraints-hinder-diagnostic-testing-capabilities" target="_blank">Supply-Chain Constraints Hinder Diagnostic Testing Capabilities</a>
- blogpost on Data Insights at DeciBio.
</p>
<hr>
</div>
<div class="section">
<h2>Performing Art<br>
</h2>
<h3>π Music π</h3>
<p> Jaane Do (let it go) <a href=https://www.instagram.com/p/Co3g93DMCUc target="_blank">performed</a> at Pete's Candy Store, Brooklyn, NY.</p>
<img preload="auto" src="images/janedo.png" alt="" class = "center">
<hr>
<h3>π Dance π</h3>
<p> Solo Odissi dance performance, <a href= "https://www.youtube.com/watch?v=qF1z9CxkKaY" target="_blank">Dasavtaar</a>: 10 forms of Lord Vishnu.
</p>
<p> Odissi group dance<a href= "https://www.youtube.com/watch?v=qF1z9CxkKaY" target="_blank"> performance</a> at Siddhivinayak Temple, Mumbai, India.
</p>
<img preload="auto" src="images/trptisanghvi-siddhivinayak.jpg" alt="" class = "center">
<hr>
</div>
</div>
</body>
</html>