<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0">
 <channel>
  <title>SHRIPHANI PALAKODETY: SHRIPHANI PALAKODETY</title>
  <description>SHRIPHANI PALAKODETY: SHRIPHANI PALAKODETY</description>
  <link>http://blog.shriphani.com/index.html</link>
  <lastBuildDate>Thu, 19 Nov 2020 11:00:00 UT</lastBuildDate>
  <pubDate>Thu, 19 Nov 2020 11:00:00 UT</pubDate>
  <ttl>1800</ttl>
  <item>
   <title>Indic Language Identification</title>
   <link>http://blog.shriphani.com/2020/11/19/indic-language-identification/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2020-11-19-indic-language-identification</guid>
   <pubDate>Thu, 19 Nov 2020 11:00:00 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;&lt;em&gt;We discuss language identification of noisy, romanized text - an un-addressed but critical problem in Indic text mining, and release a language-identification utility. We then measure geographic extents of language use in India. Summary of a &lt;a href="https://www.aclweb.org/anthology/2020.wnut-1.24/"&gt;WNUT 2020 paper&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;!-- more--&gt;

&lt;p&gt;What aspects of Indic (possibly Arabic, Malay, etc.) text mining make it a more challenging undertaking than Western text mining. Our experience suggests:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;&lt;em&gt;Noisy text&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;&lt;em&gt;Romanization&lt;/em&gt;&lt;/li&gt;
 &lt;li&gt;&lt;em&gt;Multilinguality&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Noisy text&lt;/strong&gt; refers to all forms of spelling and grammar disfluencies. English is a (distant) second language to most Indians and simple word-frequency based methods can fail.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Romanization&lt;/strong&gt; is a widespread phenomenon in informal settings like social media and advertising. Hindi and other vernaculars are mostly written in the Latin alphabet. Our experience suggests this is the majority of the content authored in Indian social media.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multilinguality&lt;/strong&gt; is a consequence of a high level of linguistic diversity in the Indian subcontinent. Any substantial corpus acquired contains a significant English, Romanized Hindi, Devanagari Hindi and several vernaculars (Romanized or native).&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Language Identification&lt;/em&gt; is thus a critical first step in any Indic text-mining task. NLP pipelines and annotators are usually monolingual.&lt;/p&gt;

&lt;p&gt;Existing resources for building good language identification systems focus on clean, well-formed text authored in the native script. Highly noisy, Romanized text is un-addressed by all existing tools.&lt;/p&gt;

&lt;p&gt;We present a solution precisely for this problem - a lang-id system that works well on noisy social-media text, and handles Romanized Indian text content.&lt;/p&gt;

&lt;p&gt;Our solution is &lt;em&gt;extremely&lt;/em&gt; annotation-efficient - a mere &lt;strong&gt;260 annotations&lt;/strong&gt; are sufficient to construct a large data set of &lt;strong&gt;2.4 million labeled documents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Our solution uses a &lt;a href="http://ecai2020.eu/papers/869_paper.pdf"&gt;beautiful result&lt;/a&gt; on polyglot training from earlier this year.&lt;/p&gt;

&lt;blockquote&gt;
 &lt;p&gt;Training a single skipgram model on a large multilingual corpus yields clean, well-separated monolingual clusters.&lt;/p&gt;&lt;/blockquote&gt;

&lt;figure&gt;&lt;img src="/img/polyglot_figs.png" /&gt;&lt;/figure&gt;

&lt;p&gt;Our pipeline acquires these monolingual components, a skilled annotator labels a few (10 or so) documents from each cluster and we just expand these labels to the rest of the cluster members (we call these &lt;em&gt;weak labels&lt;/em&gt;).&lt;/p&gt;

&lt;p&gt;The end-result is a large labeled data set representative of social media content (the type that data-mining professionals are most interested in).&lt;/p&gt;

&lt;p&gt;The resulting &lt;code&gt;fasttext&lt;/code&gt; model is available in the links below.&lt;/p&gt;

&lt;h2 id="geographic-extents"&gt;Geographic Extents&lt;/h2&gt;

&lt;p&gt;With our new language-identification system, and weak geo-labels from our corpus, we can estimate the geographic extent of languages. We observe that the estimate aligns with field-surveys like the Linguistic Survey of India. Hindi seems to be confined to an area popularly known as the Hindi belt, Romanization is the dominant form of expression in most of India. Online English usage as a percentage of the conversation is higher in Southern India. Bilinguals from areas adjacent to the Hindi belt use Hindi and their native language. As we enter &lt;em&gt;Southern India, Hindi is nearly non-existent on social media&lt;/em&gt;.&lt;/p&gt;

&lt;figure&gt;&lt;img src="/img/wnut_maps.png" /&gt;&lt;/figure&gt;

&lt;h2 id="bi--multi-linguality"&gt;Bi / Multi Linguality&lt;/h2&gt;

&lt;p&gt;We next estimate what fraction of users post in multiple languages and what pairings (combinations) are most prevalent. The bulk of language-pairs we observe in bi-lingual users contain English, and bilinguals using 2 South Indian languages are &lt;em&gt;extremely rare&lt;/em&gt;.&lt;/p&gt;

&lt;figure&gt;&lt;img src="/img/bilinguals.png" /&gt;&lt;/figure&gt;

&lt;h2 id="links"&gt;Links&lt;/h2&gt;

&lt;ul&gt;
 &lt;li&gt;Github: &lt;a href="https://github.com/onai/indic-language-identification"&gt;link&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;Paper: &lt;a href="https://www.aclweb.org/anthology/2020.wnut-1.24.pdf"&gt;PDF&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;Talk Slides:  
  &lt;figure&gt;&lt;a href="/img/wnut_talk.pdf"&gt;&lt;img src="/img/wnut_img.png" /&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/li&gt;
 &lt;li&gt;Poster:  
  &lt;figure&gt;&lt;a href="/img/WNUT2020_41_poster.pdf"&gt;&lt;img src="/img/poster_img.png" width="50%" /&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;In collaboration with &lt;a href="https://www.cs.cmu.edu/~akhudabu/"&gt;Ashiqur KhudaBukhsh&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Richmond Carvers</title>
   <link>http://blog.shriphani.com/2020/06/02/richmond-carvers/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2020-06-02-richmond-carvers</guid>
   <pubDate>Tue, 02 Jun 2020 18:15:54 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;Third place in the Richmond carvers show for this maple panel.&lt;/p&gt;

&lt;figure&gt;&lt;img src="/img/richmond_carvers.jpeg" /&gt;&lt;/figure&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Maple Panel</title>
   <link>http://blog.shriphani.com/2020/05/11/maple-panel/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2020-05-11-maple-panel</guid>
   <pubDate>Mon, 11 May 2020 21:14:53 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;A new piece carved in maple during this lockdown period.&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/maple_panel_1.png" /&gt;&lt;/p&gt;
&lt;!-- more--&gt;

&lt;p&gt;&lt;img src="/img/maple_panel_2.png" /&gt; &lt;img src="/img/maple_panel_3.png" /&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Kitchen Tools</title>
   <link>http://blog.shriphani.com/2020/03/30/kitchen-tools/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2020-03-30-kitchen-tools</guid>
   <pubDate>Mon, 30 Mar 2020 06:49:34 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;From the COVID&amp;ndash;19 shutdown, 2 projects - a coffee scoop in cherry and a spatula in jatoba.&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/4F9E3DC6-1AEA-416E-ADC0-23818B0302F7.JPG" alt="lily 4x4" /&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Polyglot Word Embeddings Discover Language Clusters</title>
   <link>http://blog.shriphani.com/2020/02/03/polyglot-word-embeddings-discover-language-clusters/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2020-02-03-polyglot-word-embeddings-discover-language-clusters</guid>
   <pubDate>Mon, 03 Feb 2020 19:45:16 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;Polyglot word embeddings obtained by training a skipgram model on a multi-lingual corpus  discover extremely high-quality language clusters.&lt;/p&gt;

&lt;p&gt;These can be trivially retrieved using an algorithm like $k-$Means giving us a fully unsupervised language identification system.&lt;/p&gt;

&lt;p&gt;Experiments show that these clusters are on-par with results produced by popular &lt;a href="https://fasttext.cc/blog/2017/10/02/blog-post.html"&gt;open source&lt;/a&gt; (FastText LangID) and &lt;a href="https://cloud.google.com/translate/docs/basic/detecting-language"&gt;commercial models&lt;/a&gt; (Google Cloud Translation).&lt;/p&gt;

&lt;p&gt;We have successfully used this technique in many situations involving several low-resource languages that are poorly supported by popular open source models.&lt;/p&gt;

&lt;p&gt;This blog post covers methods, intuition, and links to an implementation based on 100-dimensional &lt;a href="https://fasttext.cc/"&gt;FastText embeddings&lt;/a&gt;.&lt;/p&gt;
&lt;!-- more--&gt;

&lt;h3 id="background"&gt;
 &lt;u&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;The skipgram model takes a word as input and predicts its context.&lt;/p&gt;

&lt;p&gt;The pipeline maps a one-hot representation of a word in the vocabulary $\mathcal{V}$ to a dense, real-valued vector called a &lt;em&gt;word embedding&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The training scheme for this model involves words and the contexts they appear in (the positives), and negative examples obtained using &lt;em&gt;negative sampling&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;We&amp;rsquo;ll henceforth concern ourselves with 100-dimensional &lt;a href="https://fasttext.cc/"&gt;FastText&lt;/a&gt; word embeddings and refer to them as &lt;code&gt;FastText-100&lt;/code&gt;.  These results are consistent with the 300-dimensional variant as well.&lt;/p&gt;

&lt;p&gt;A &lt;em&gt;document embedding&lt;/em&gt; is a single real-valued vector for a full document (sentence, paragraph, social media post etc.).&lt;/p&gt;

&lt;p&gt;There are several popular ways of obtaining these but we&amp;rsquo;ll just use the FastText default:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;obtain the word-vectors for all words in the document,&lt;/li&gt;
 &lt;li&gt;normalize them, and&lt;/li&gt;
 &lt;li&gt;average them to obtain a single 100-dimensional vector for the whole document.&lt;/li&gt;&lt;/ul&gt;

&lt;h3 id="polyglot-embeddings"&gt;
 &lt;u&gt;&lt;strong&gt;Polyglot Embeddings&lt;/strong&gt;&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;I am going to use a pre-processed Europarl corpus sourced from &lt;a href="http://opus.nlpl.eu/Europarl.php"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;After a preprocessing step:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;The text is lowercased and punctuation stripped.&lt;/li&gt;
 &lt;li&gt;Each line corresponds to a distinct &lt;em&gt;document&lt;/em&gt;, and&lt;/li&gt;
 &lt;li&gt;The full corpus is shuffled.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;The corpus contains &lt;strong&gt;21&lt;/strong&gt; languages. The documents are shuffled and (polyglot) &lt;code&gt;FastText-100&lt;/code&gt; embeddings are trained on this 21-language corpus.&lt;/p&gt;

&lt;p&gt;You can download it (and models and everything) &lt;a href="http://shriphani.com/europarl.zip"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We can visualize the document embedding space using a TSNE plot:&lt;/p&gt;

&lt;figure&gt;&lt;img src="/img/europarl_plot.png" /&gt;
 &lt;br /&gt; 
 &lt;caption&gt;The document embedding space and 21 clusters discovered by $k$-Means.&lt;/caption&gt;&lt;/figure&gt;

&lt;p&gt;We observe 21 clear, well defined clusters.&lt;/p&gt;

&lt;p&gt;Manual inspection shows that there is exactly &lt;strong&gt;one cluster per language&lt;/strong&gt; in the corpus.&lt;/p&gt;

&lt;p&gt;A simple clustering algorithm like $k-$Means is able to retrieve these clusters and on  inspection we notice that the corpus is split into 21 parts - each containing documents written in exactly one language.&lt;/p&gt;

&lt;h3 id="a-language-identification-system"&gt;
 &lt;u&gt;&lt;strong&gt;A Language Identification System&lt;/strong&gt;&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;There are two undiscussed steps - picking a value of $k$, and assigning a language to one of these language clusters.&lt;/p&gt;

&lt;p&gt;The latter is easy to solve - human annotators assign the dominant language  in each cluster as that cluster&amp;rsquo;s language. A subsequent cluster membership test can be used for a test document.&lt;/p&gt;

&lt;p&gt;What remains to be discussed is picking a good $k$ value for the $k$-Means algorithm.&lt;/p&gt;

&lt;p&gt;In our experience, popular methods like the &lt;a href="https://scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html"&gt;silhouette heuristic&lt;/a&gt;,  or the &lt;a href="https://en.wikipedia.org/wiki/Elbow_method_(clustering)"&gt;elbow method&lt;/a&gt; are quite capable of producing a reasonable value for $k$.&lt;/p&gt;

&lt;p&gt;For the Europarl corpus above, here is a silhouette plot for $k=21$:&lt;/p&gt;

&lt;figure class="fullwidth"&gt;&lt;img src="/img/europarl_silhouettes21.png" /&gt;&lt;/figure&gt;

&lt;p&gt;And here is the elbow plot:&lt;/p&gt;

&lt;figure&gt;&lt;img src="/img/europarl_elbow.png" /&gt;&lt;/figure&gt;

&lt;p&gt;In both cases, we see 21 as the optimal number of clusters for this corpus.&lt;/p&gt;

&lt;h3 id="how-good-are-these-clusters"&gt;
 &lt;u&gt;&lt;strong&gt;How Good Are These Clusters?&lt;/strong&gt;&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;We run human evaluations on several corpora and report performance against popular open and commercial models. These corpora contain several low-resource languages and thus popular language identification systems are unable to identify them at times:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;$\mathcal{D}_{IndPak}$ - Indian and Pakistani News Channels - Contains English, Romanized and Devanagiri Hindi.&lt;/li&gt;
 &lt;li&gt;$\mathcal{D}_{ABP}$ - Bengali News Network - English, Romanized Hindi, Romanized and native script Bengali.&lt;/li&gt;
 &lt;li&gt;$\mathcal{D}_{OTV}$ - Oriya News Network - English, Romanized Hindi, Romanized and native script Oriya.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;In all these cases, our model is able to perform &lt;strong&gt;exceptionally well&lt;/strong&gt;. In cases where it makes sense, performance is on par with popular and commercial models. For full details see our &lt;a href="https://arxiv.org/pdf/1909.12940.pdf"&gt;paper&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;m attached the embedding space from $\mathcal{D}_{IndPak}$ here:&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/d_ind_pak.png" /&gt;&lt;/p&gt;

&lt;p&gt;Notice how clean the full embedding space is.&lt;/p&gt;

&lt;h3 id="intuition"&gt;
 &lt;u&gt;Intuition&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;Why is this happening?&lt;/p&gt;

&lt;p&gt;The skipgram training scheme predicts a context for an input word.&lt;/p&gt;

&lt;p&gt;A Hindi word&amp;rsquo;s context is likely to consist of other Hindi words; and example contexts retrieved in the negative sampling phase are likely to be written in languages distinct from the language of the input word.&lt;/p&gt;

&lt;p&gt;It just so happens that the skipgram training scheme is perfectly designed to separate out a multilingual corpus into its monolingual components.&lt;/p&gt;

&lt;p&gt;And the embeddings reflect this - as we can see from the TSNE plots above.&lt;/p&gt;

&lt;p&gt;Note that inside the embedding subspace corresponding to a language, we observe similar properties typically observed when these word embeddings are trained on monolingual corpora.&lt;/p&gt;

&lt;p&gt;i.e. standard stuff like analogies, semantic similarities etc. work very well.&lt;/p&gt;

&lt;h3 id="in-the-wild"&gt;
 &lt;u&gt;In The Wild&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;We have used this technique in a variety of text analyses centered in South and South-East Asia.&lt;/p&gt;

&lt;p&gt;In particular, South Asian social media users used Romanized variants of their native languages that are mostly  unsupported by popular language identification systems.&lt;/p&gt;

&lt;p&gt;This unsupervised method is highly capable in such situations eliminating significant annotation requirements.&lt;/p&gt;

&lt;p&gt;In &lt;a href="https://arxiv.org/abs/1910.03206"&gt;this paper&lt;/a&gt; analyzing the Rohingya crisis, from among dozens of languages (many low-resource),  this technique was utilized to extract out English social media posts.&lt;/p&gt;

&lt;p&gt;In &lt;a href="https://arxiv.org/pdf/1909.12940.pdf"&gt;an analysis of the India-Pakistan crisis of 2019&lt;/a&gt;, this technique was used to separate out Romanized Hindi and English for further analysis.&lt;/p&gt;

&lt;p&gt;In soon to be published work analyzing the 2019 Indian election, nearly a dozen Indian regional languages were extracted and analyzed with zero annotation burden.&lt;/p&gt;

&lt;p&gt;In almost all these cases existing solutions performed poorly or involved prohibitive costs.&lt;/p&gt;

&lt;p&gt;For linguistically diverse regions, we foresee that polyglot embeddings are going to be an important NLP pipeline component.&lt;/p&gt;

&lt;h3 id="in-related-news"&gt;
 &lt;u&gt;In Related News&lt;/u&gt;&lt;/h3&gt;

&lt;p&gt;Unsupervised or low-supervision methods have been increasingly deployed in multlingual settings.&lt;/p&gt;

&lt;p&gt;For instance, embeddings learned by machine translation models &lt;a href="https://arxiv.org/abs/1909.02197"&gt;seem to be organized along linguistic lines&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A clever training setup was used for unsupervised machine translation in &lt;a href="https://arxiv.org/abs/1804.07755"&gt;this paper&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Polyglot embeddings (contextual or otherwise) have been used for performance gains in &lt;a href="https://arxiv.org/abs/1902.09697"&gt;several&lt;/a&gt; &lt;a href="https://arxiv.org/pdf/1805.11598.pdf"&gt;tasks&lt;/a&gt;.&lt;/p&gt;

&lt;h3 id="links"&gt;
 &lt;u&gt;Links&lt;/u&gt;&lt;/h3&gt;

&lt;ul&gt;
 &lt;li&gt;Github: &lt;a href="https://github.com/shriphani/polyglot-toolbox"&gt;link&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;Paper: &lt;a href="https://arxiv.org/abs/1909.12940"&gt;arXiV&lt;/a&gt; | &lt;a href="https://arxiv.org/pdf/1909.12940.pdf"&gt;PDF&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h3 id="cite"&gt;
 &lt;u&gt;Cite&lt;/u&gt;&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;@inproceedings{kashmir,
  title={Hope Speech Detection: A Computational Analysis of the Voice of Peace},
  author={Palakodety, Shriphani and KhudaBukhsh, Ashiqur R. and Carbonell, Jaime G},
  booktitle={Proceedings of ECAI 2020},
  pages={To appear},
  year={2020}
}&lt;/code&gt;&lt;/pre&gt;&lt;/html&gt;</description></item>
  <item>
   <title>2019 Sculpture Portfolio</title>
   <link>http://blog.shriphani.com/2020/01/29/2019-sculpture-portfolio/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2020-01-29-2019-sculpture-portfolio</guid>
   <pubDate>Wed, 29 Jan 2020 06:17:59 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;&lt;img src="/img/2019_portfolio.png" alt="lily 4x4" /&gt;&lt;/p&gt;

&lt;p&gt;The 2019 portfolio:&lt;/p&gt;

&lt;ul&gt;
 &lt;li&gt;Paisley hairpin&lt;/li&gt;
 &lt;li&gt;Rose in maple&lt;/li&gt;
 &lt;li&gt;Orchid corsage&lt;/li&gt;
 &lt;li&gt;Paisley in maple&lt;/li&gt;
 &lt;li&gt;Lily in basswood&lt;/li&gt;
 &lt;li&gt;Mapley paisley and rest&lt;/li&gt;
 &lt;li&gt;Foliage in cypress&lt;/li&gt;
 &lt;li&gt;Mahogany rest&lt;/li&gt;
 &lt;li&gt;Rococo acanthus in basswood&lt;/li&gt;&lt;/ul&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Interview with The Hindu</title>
   <link>http://blog.shriphani.com/2019/12/26/interview-with-the-hindu/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2019-12-26-interview-with-the-hindu</guid>
   <pubDate>Fri, 27 Dec 2019 03:00:13 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;I recently did an interview with India&amp;rsquo;s 2nd largest newspaper - &lt;a href="https://www.thehindu.com/society/shriphani-palakodety-indiaviz-2019-instagram-data-visualisations-and-india-maps/article30347624.ece"&gt;The Hindu&lt;/a&gt; - about my cartography work with the instagram account &lt;a href="https://instagram.com/indiaviz"&gt;@indiaviz&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Do read it and let me know what you feel. I am also soliciting ideas for collaborations and that sort of thing.&lt;/p&gt;
&lt;!-- more--&gt;

&lt;p&gt;Here are the images we used in the interview:&lt;/p&gt;

&lt;div class="figure"&gt;&lt;img src="/img/shriphani.png" alt="shriphani" /&gt;
 &lt;p class="caption"&gt;shriphani&lt;/p&gt;&lt;/div&gt;

&lt;div class="figure"&gt;&lt;img src="/img/cities_high_res.png" alt="city_streets" /&gt;
 &lt;p class="caption"&gt;city_streets&lt;/p&gt;&lt;/div&gt;&lt;/html&gt;</description></item>
  <item>
   <title>World Population Distribution - Insights</title>
   <link>http://blog.shriphani.com/2019/11/02/world-population-distribution-insights/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2019-11-02-world-population-distribution-insights</guid>
   <pubDate>Sat, 02 Nov 2019 05:40:47 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;&lt;a href="/img/world_population.png"&gt;&lt;img src="/img/world_population_small.png" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I just finished rendering the Gridded Population of the World (GPW) dataset. I chose the cyan on black color theme since that is a staple of all my cartography projects. Some insights that people pointed out:&lt;/p&gt;
&lt;!-- more--&gt;

&lt;h2 id="nile-river"&gt;Nile River&lt;/h2&gt;

&lt;p&gt;&lt;img src="/img/Nile.png" /&gt;&lt;/p&gt;

&lt;p&gt;It is amazing how much of Egypt is just dark and yet there&amp;rsquo;s this bright along the Nile river where presumably everything - the Pharaohs, Cleopatra, Roman conquest, British colonization, Nasser, and today&amp;rsquo;s events happened. That is 7000+ years of history right there.&lt;/p&gt;

&lt;h2 id="ganges-plains"&gt;Ganges Plains&lt;/h2&gt;

&lt;p&gt;&lt;img src="/img/Ganges.png" /&gt;&lt;/p&gt;

&lt;p&gt;The bright spot in Northern India starting at the foot of the Himlayas and spanning the states of Uttar Pradesh, Bihar, West Bengal, and Bangladesh feature several of the most densely populated cities in the world.&lt;/p&gt;

&lt;h2 id="pakistan-punjab"&gt;Pakistan; Punjab&lt;/h2&gt;

&lt;p&gt;&lt;img src="/img/Pakistan.png" /&gt;&lt;/p&gt;

&lt;p&gt;Pakistan&amp;rsquo;s population is almost entirely situated around the rivers Indus, Jhelum, Chenab, Ravi, and Sutlej - the 5 rivers are referenced in the name of Punjab.&lt;/p&gt;

&lt;h2 id="australia-new-zealand"&gt;Australia, New Zealand&lt;/h2&gt;

&lt;p&gt;&lt;img src="/img/Aus_NZ.png" /&gt;&lt;/p&gt;

&lt;p&gt;The vast dark expanse that is the outback, and then the coastal cities. NZ is actually in the map - social media on certain sites compresses the image to the point where it appears that it isn&amp;rsquo;t included.&lt;/p&gt;

&lt;h2 id="nigeria-sub-saharan-africa"&gt;Nigeria, Sub-Saharan Africa&lt;/h2&gt;

&lt;p&gt;&lt;img src="/img/Nigeria.png" /&gt;&lt;/p&gt;

&lt;p&gt;Nigeria is all set to become the third most populous country this century. Sub-saharan Africa is likely to house 1 billion people soon. The region is a hotbed of civil unrest and has seen a dozen or so civil wars in recent history.&lt;/p&gt;

&lt;h2 id="remarks"&gt;Remarks&lt;/h2&gt;

&lt;p&gt;Were an alien to visit earth and study her dominant species, it would be hard to arrive at the conclusion that mankind originated in East Africa starting from this map alone.&lt;/p&gt;

&lt;p&gt;Access to water seems to be the primary driver of human settlement. You can easily trace out the coastlines, islands, and river watersheds from this map.&lt;/p&gt;

&lt;p&gt;Feel free to share any other remarks either below or on social media.&lt;/p&gt;

&lt;h2 id="discussions-on-social-media"&gt;Discussions on Social Media&lt;/h2&gt;

&lt;ul&gt;
 &lt;li&gt;Reddit: &lt;a href="https://www.reddit.com/r/dataisbeautiful/comments/dqnmy1/oc_world_population_distribution/"&gt;r/dataisbeautiful&lt;/a&gt;, &lt;a href="https://www.reddit.com/r/MapPorn/comments/dqr2oy/world_population_distribution_data_source_gpw/"&gt;r/mapporn&lt;/a&gt;, &lt;a href="https://www.reddit.com/r/india/comments/dqenih/just_finished_rendering_this_world_population/"&gt;r/India&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Maple Paisley and Rest</title>
   <link>http://blog.shriphani.com/2019/10/11/maple-paisley-and-rest/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2019-10-11-maple-paisley-and-rest</guid>
   <pubDate>Fri, 11 Oct 2019 05:34:36 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;Maple, aged mahogany.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/B3dQNLSAr3G/?utm_source=ig_embed&amp;amp;amp;utm_campaign=loading" data-instgrm-version="12" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:16px;"&gt;&lt;a href="https://www.instagram.com/p/B3dQNLSAr3G/?utm_source=ig_embed&amp;amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt;
   &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt;
    &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; 
    &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt;
     &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; 
     &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
   &lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; 
   &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;
    &lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;
     &lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;
      &lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;
       &lt;g&gt;
        &lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;
   &lt;div style="padding-top: 8px;"&gt;
    &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;
   &lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; 
   &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;
    &lt;div&gt;
     &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; 
     &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; 
     &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div style="margin-left: 8px;"&gt;
     &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; 
     &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div style="margin-left: auto;"&gt;
     &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; 
     &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; 
     &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; 
   &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt;
    &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; 
    &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/B3dQNLSAr3G/?utm_source=ig_embed&amp;amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2019-10-11T00:02:30+00:00"&gt;Oct 10, 2019 at 5:02pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Lily in Basswood</title>
   <link>http://blog.shriphani.com/2019/07/11/lily-in-basswood/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2019-07-11-lily-in-basswood</guid>
   <pubDate>Thu, 11 Jul 2019 17:08:03 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;We just finished this basswood lily for a client.  Simple, subtle, and full of life. A glorious amber shine envelops it. A perfect gift for a soulmate.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/Bzt45IkgFxS/" data-instgrm-version="12" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:16px;"&gt;&lt;a href="https://www.instagram.com/p/Bzt45IkgFxS/" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt;
   &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt;
    &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; 
    &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt;
     &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; 
     &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
   &lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; 
   &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;
    &lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;
     &lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;
      &lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;
       &lt;g&gt;
        &lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;
   &lt;div style="padding-top: 8px;"&gt;
    &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;
   &lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; 
   &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;
    &lt;div&gt;
     &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; 
     &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; 
     &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div style="margin-left: 8px;"&gt;
     &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; 
     &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div style="margin-left: auto;"&gt;
     &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; 
     &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; 
     &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; 
   &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt;
    &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; 
    &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/Bzt45IkgFxS/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2019-07-10T01:00:18+00:00"&gt;Jul 9, 2019 at 6:00pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Paisley Box</title>
   <link>http://blog.shriphani.com/2018/09/18/paisley-box/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-09-18-paisley-box</guid>
   <pubDate>Wed, 19 Sep 2018 02:50:15 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;I rushed to finish this latest piece for a gallery deadline&lt;/p&gt;

&lt;p&gt;&lt;img src="https://i.imgur.com/3Agfs5w.jpg" class="nav3" /&gt;&lt;/p&gt;
&lt;!-- more--&gt;

&lt;p&gt;I wrapped up that entire piece — cutting, designing and carving in a 2 week period. There is tons of evidence that it was rushed but whatever — I saw it through and that is all that matters.&lt;/p&gt;

&lt;p&gt;Nearly a decade ago, a teacher from high school mentioned to me that time was stretchable. When pushed, an individual could accomplish quite a bit with severe time constraints.&lt;/p&gt;

&lt;p&gt;This got me thinking about a small &lt;a href="http://www.sciencemag.org/news/2016/04/no-pressure-nsf-test-finds-eliminating-deadlines-halves-number-grant-proposals"&gt;NSF experiment from 2 years ago&lt;/a&gt;- the NSF dropped deadlines and the number of grant applications halved.&lt;/p&gt;

&lt;p&gt;Let us parse that for a second — the most potent fuel for American scientific research is the grant application deadline.&lt;/p&gt;

&lt;p&gt;Michelangelo’s Pieta — the work of a grandmaster the likes of which we will never see again- was produced over a 2 year period. Contrast that with the last 2 years of your life.&lt;/p&gt;

&lt;p&gt;— —&lt;/p&gt;

&lt;p&gt;Here are a few more pictures of the piece.&lt;/p&gt;

&lt;p&gt;&lt;img src="https://cdn-images-1.medium.com/max/8064/1*wBLTyw9V4nRnyr3w_v7ibA.jpeg" class="nav3" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="https://cdn-images-1.medium.com/max/2370/1*HG0_68YmjDYKfu71BASODg.png" class="nav3" /&gt;&lt;/p&gt;

&lt;p&gt;And a small video illustrating the making of (sorry about the instagram embed)&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-captioned="data-instgrm-captioned" data-instgrm-permalink="https://www.instagram.com/p/Bmi6vuyAXUU/?utm_source=ig_embed_loading" data-instgrm-version="12" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:16px;"&gt;&lt;a href="https://www.instagram.com/p/Bmi6vuyAXUU/?utm_source=ig_embed_loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt;
   &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt;
    &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; 
    &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt;
     &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; 
     &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
   &lt;div style="padding: 19% 0;"&gt;&lt;/div&gt;
   &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;
    &lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;
     &lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;
      &lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;
       &lt;g&gt;
        &lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;
   &lt;div style="padding-top: 8px;"&gt;
    &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;
   &lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; 
   &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;
    &lt;div&gt;
     &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; 
     &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; 
     &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div style="margin-left: 8px;"&gt;
     &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; 
     &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;div style="margin-left: auto;"&gt;
     &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; 
     &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; 
     &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt; 
  &lt;p style=" margin:8px 0 0 0; padding:0 4px;"&gt;&lt;a href="https://www.instagram.com/p/Bmi6vuyAXUU/?utm_source=ig_embed_loading" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank"&gt;Paisley jewelry box - the making of video - ð - Always this late - Odesza Model - @baysi_ #wood #woodworking #design #paisley #timelapse #diy #howto #handmade #madeinusa #iran #china #india #arabesque&lt;/a&gt;&lt;/p&gt; 
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;A post shared by &lt;a href="https://www.instagram.com/life_of_ess/?utm_source=ig_embed_loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"&gt;Shriphani “Ess” Palakodety&lt;/a&gt; (@life_of_ess) on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-08-16T16:00:21+00:00"&gt;Aug 16, 2018 at 9:00am PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Paisley Sculpture 1</title>
   <link>http://blog.shriphani.com/2018/06/27/paisley-sculpture-1/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-06-27-paisley-sculpture-1</guid>
   <pubDate>Thu, 28 Jun 2018 01:47:46 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;A new piece - a paisley sculpture carved in relief out of maple and mahogany.&lt;/p&gt;

&lt;p&gt;The mahogany pedestal features rosettes and small chip-carved patterns incorporating incisions. The paisley piece rests in a bed of felt.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BjuyePsHRfC/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BjuyePsHRfC/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-06-07T17:01:08+00:00"&gt;Jun 7, 2018 at 10:01am PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;

&lt;p&gt;Here is a small sampling of the detail work on the pedestal.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BjwDCx0nFW_/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BjwDCx0nFW_/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-06-08T04:45:11+00:00"&gt;Jun 7, 2018 at 9:45pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;

&lt;p&gt;And a small video of the carving process.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BkdtuXXnSvv/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BkdtuXXnSvv/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-06-25T22:25:16+00:00"&gt;Jun 25, 2018 at 3:25pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Jewelry Tray</title>
   <link>http://blog.shriphani.com/2018/06/27/jewelry-tray/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-06-27-jewelry-tray</guid>
   <pubDate>Thu, 28 Jun 2018 01:46:19 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;A small study in paisleys - I&amp;rsquo;ve been developing a uniquely Persian / Indian form of scroll work incorporating elements from Indian embroidery.&lt;/p&gt;

&lt;p&gt;On exhibit at the Bay Area Woodworking Association this month.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BifBbgDDXRe/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BifBbgDDXRe/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-05-07T17:32:36+00:00"&gt;May 7, 2018 at 10:32am PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;

&lt;p&gt;And here&amp;rsquo;s a build video:&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BixvZo4nIJt/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BixvZo4nIJt/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-05-15T00:06:25+00:00"&gt;May 14, 2018 at 5:06pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Mahogany Earrings</title>
   <link>http://blog.shriphani.com/2018/06/27/mahogany-earrings/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-06-27-mahogany-earrings</guid>
   <pubDate>Thu, 28 Jun 2018 01:39:12 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;This project is a pair of wooden earrings. Carved from a single block of mahogany and dealt with from start to finish with hand-tools.&lt;/p&gt;

&lt;p&gt;The brass was a stray piece of artist wire combined with some off-the-shelf clip-ons.&lt;/p&gt;

&lt;p&gt;An unorthodox set of materials to craft a one-of-a-kind object.&lt;/p&gt;

&lt;p&gt;Model: &lt;a href="http://ivyzheng.us/#/"&gt;Ivy Zheng&lt;/a&gt;&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BiPgw-Dnrt0/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BiPgw-Dnrt0/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-05-01T16:58:34+00:00"&gt;May 1, 2018 at 9:58am PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;

&lt;p&gt;Here is a small clip illustrating the whole build process.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BiUjiKZnnfV/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BiUjiKZnnfV/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani “Ess” Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-05-03T16:02:26+00:00"&gt;May 3, 2018 at 9:02am PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Cherry - Purpleheart Spoon</title>
   <link>http://blog.shriphani.com/2018/03/28/cherry-purpleheart-spoon/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-03-28-cherry-purpleheart-spoon</guid>
   <pubDate>Wed, 28 Mar 2018 19:43:54 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;For my little cousin I put together this nifty little present - a spoon hand carved from cherry and a small purpleheart stand. I had a lot of fun making this and I could knock this out in a couple of hours - a new milestone for my skills. The improved confidence lets you make aggressive quick strokes and remove large chunks of material - where previously one would be as conservative as possible.&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/spoon1.png" style="max-width: 100%;" class="nav3" /&gt;&lt;/p&gt;

&lt;div class="nav3"&gt;&lt;img src="/img/spoon2.png" class="iconsl" /&gt; 	&lt;img src="/img/spoon3.png" class="iconsr" /&gt;&lt;/div&gt;

&lt;p&gt;&lt;img src="/img/spoon4.png" style="max-width: 100%;" class="nav3" /&gt;&lt;/p&gt;
&lt;!-- more--&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Acanthus Leaf - Black Walnut</title>
   <link>http://blog.shriphani.com/2018/03/01/acanthus-leaf-black-walnut/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-03-01-acanthus-leaf-black-walnut</guid>
   <pubDate>Thu, 01 Mar 2018 07:37:41 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;This is a project very close to my heart. I first saw the acanthus leaf perched at the top of columns in old buildings in London. There&amp;rsquo;s something about the acanthus leaf that makes it stand out - the incredible fractality throughout.&lt;/p&gt;

&lt;p&gt;I had a lot of fun carving this. And carving such an old ornament (found in sculpture as early as 1000 BC), you can&amp;rsquo;t help but feel humbled &amp;ndash; 3000 odd years ago, someone like me was making the same thing. What were their dreams like? What drove them and their creative pursuits?&lt;/p&gt;

&lt;p&gt;Here&amp;rsquo;s the leaf in her full glory - the chosen ornament of Western civilization, the muse of the great architect Callimachus, the artistic vision for over a hundred generations of mankind - acanthus.&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/acanthus1.png" style="max-width: 100%;" class="nav3" /&gt;&lt;/p&gt;

&lt;div class="nav3"&gt;&lt;img src="/img/acanthus2.png" class="iconsl" /&gt; 	&lt;img src="/img/acanthus3.png" class="iconsr" /&gt;&lt;/div&gt;

&lt;p&gt;&lt;img src="/img/acanthus4.png" style="max-width: 100%;" class="nav3" /&gt;&lt;/p&gt;
&lt;!-- more--&gt;

&lt;p&gt;Music is my main source of inspiration. Music guide the curves and shapes in what I carve. Arvo Pärt&amp;rsquo;s Spiegel im Spiegel seemed like the most natural fit. The curve of the leaf isn&amp;rsquo;t too severe or too mild, the shape not too exxagerated, the grain not too overwhelming to show the cuts.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/BftbsJ4D7KD/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:28.125% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt;
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/BftbsJ4D7KD/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Shriphani Palakodety (@life_of_ess)&lt;/a&gt; on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2018-02-27T18:17:49+00:00"&gt;Feb 27, 2018 at 10:17am PST&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//www.instagram.com/embed.js"&gt;&lt;/script&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Mahogany Paisley Carving</title>
   <link>http://blog.shriphani.com/2018/01/01/mahogany-paisley-carving/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-01-01-mahogany-paisley-carving</guid>
   <pubDate>Tue, 02 Jan 2018 02:47:13 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;I carved this out of a slab of mahogany. The paisley shape originated in Persia, was adopted heavily in Indian design, is a regular feature in henna and other art forms, and was adopted heavily by the print industry in Glasgow.&lt;/p&gt;

&lt;p&gt;For this couple that contributed heavily to my life and my mental health, this was my way of saying thanks.&lt;/p&gt;

&lt;p&gt;I was operating on a very tight deadline so I couldn&amp;rsquo;t clean things up as much as I wanted.&lt;/p&gt;

&lt;p&gt;As we say, the next piece will always be better.&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/paisley2.png" style="max-width: 100%;" class="nav3" /&gt;&lt;/p&gt;

&lt;div class="nav3"&gt;&lt;img src="/img/paisley1.png" class="iconsl" /&gt; 	&lt;img src="/img/paisley3.png" class="iconsr" /&gt;&lt;/div&gt;
&lt;!-- more--&gt;

&lt;p&gt;Here&amp;rsquo;s a video of the carving process.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-captioned="data-instgrm-captioned" data-instgrm-permalink="https://www.instagram.com/p/BdTSk-NjaMI/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:28.125% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt; 
  &lt;p style=" margin:8px 0 0 0; padding:0 4px;"&gt;&lt;a href="https://www.instagram.com/p/BdTSk-NjaMI/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank"&gt;Time lapse video of a mahogany paisley carving. #mahogany #wood #woodworking #woodwork #carving #sculpture #timelapse #handmade #handcrafted #art #artist #artistsoninstagram #scroll #artprocess #indian #persian #british #indianwedding&lt;/a&gt;&lt;/p&gt; 
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;A post shared by &lt;a href="https://www.instagram.com/life_of_ess/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"&gt;Shriphani Palakodety&lt;/a&gt; (@life_of_ess) on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-12-29T21:36:29+00:00"&gt;Dec 29, 2017 at 1:36pm PST&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//platform.instagram.com/en_US/embeds.js"&gt;&lt;/script&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Cedar and Cherry Chopsticks</title>
   <link>http://blog.shriphani.com/2018/01/01/cedar-and-cherry-chopsticks/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-01-01-cedar-and-cherry-chopsticks</guid>
   <pubDate>Tue, 02 Jan 2018 02:28:01 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;Made for a friend&amp;rsquo;s birthday, these chopsticks are made from cherry and the base from spanish cedar.&lt;/p&gt;

&lt;p&gt;&lt;img src="/img/chopsticks2.png" style="max-width: 100%;" class="nav3" /&gt;&lt;/p&gt;

&lt;div class="nav3"&gt;&lt;img src="/img/chopsticks1.png" class="iconsl" /&gt; 	&lt;img src="/img/chopsticks3.png" class="iconsr" /&gt;&lt;/div&gt;

&lt;div&gt;&lt;/div&gt;

&lt;p&gt;I began incorporating a new tool in my craft - a spokeshave. Amazing tool.&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Basswood Carving</title>
   <link>http://blog.shriphani.com/2018/01/01/basswood-carving/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-01-01-basswood-carving</guid>
   <pubDate>Tue, 02 Jan 2018 02:08:07 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;A basswood carving. Finished first with polyurethane, which was a disaster. Rescued (sort-of) with a gel stain.&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-captioned="data-instgrm-captioned" data-instgrm-permalink="https://www.instagram.com/p/BbF4GaUj5RX/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt; 
  &lt;p style=" margin:8px 0 0 0; padding:0 4px;"&gt;&lt;a href="https://www.instagram.com/p/BbF4GaUj5RX/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank"&gt;Very proud to show you guys the finished piece. Acanthus hand carved on basswood and finished with a gel stain and lacquer. She looks like a chocolate bar - and the glossy nature makes her look menacing - a little like a panther. This piece was a little ruined by my lack of experience but someone I respect a lot forced me to stick with it and see it through - these folks are God’s gift to men - they help us see and think straight when we need it the most. #wood #woodworking #art #artistsoninstagram #artprocess #artist #carving #handmade #woodcarving #crafts #chocolate #fractal #artoftheday #glossy #shine #plant #trees #craftsmanship #sculpture #sculpting #woodsculpture&lt;/a&gt;&lt;/p&gt; 
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;A post shared by &lt;a href="https://www.instagram.com/life_of_ess/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"&gt;Shriphani Palakodety&lt;/a&gt; (@life_of_ess) on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-11-04T23:30:18+00:00"&gt;Nov 4, 2017 at 4:30pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//platform.instagram.com/en_US/embeds.js"&gt;&lt;/script&gt;&lt;/p&gt;

&lt;blockquote class="instagram-media" data-instgrm-captioned="data-instgrm-captioned" data-instgrm-permalink="https://www.instagram.com/p/BbDh6uxjPYP/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;
 &lt;div style="padding:8px;"&gt;
  &lt;div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:28.125% 0; text-align:center; width:100%;"&gt;
   &lt;div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"&gt;&lt;/div&gt;&lt;/div&gt; 
  &lt;p style=" margin:8px 0 0 0; padding:0 4px;"&gt;&lt;a href="https://www.instagram.com/p/BbDh6uxjPYP/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank"&gt;New woodworking project WIP. Hand carved acanthus plant on basswood. Sped up about 500x - this condenses parts of a 30+ hour project and a new addition to my woodworking skillset. #art #artprocess #artist #artistsoninstagram #artwork #woodworking #wood #carving #woodcarving #handtools #handmade #handcarved #timelapse #hyperlapse #carpenter #carpentry #diy #sculpture #sculpting #basswood #woodcraft #woodworkeroninsta #realwoodworking #carpenters #chisel #artisanal #artisan&lt;/a&gt;&lt;/p&gt; 
  &lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;A post shared by &lt;a href="https://www.instagram.com/life_of_ess/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"&gt;Shriphani Palakodety&lt;/a&gt; (@life_of_ess) on 
   &lt;time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-11-04T01:38:19+00:00"&gt;Nov 3, 2017 at 6:38pm PDT&lt;/time&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

&lt;p&gt; 
 &lt;script async="async" defer="defer" src="//platform.instagram.com/en_US/embeds.js"&gt;&lt;/script&gt;&lt;/p&gt;&lt;/html&gt;</description></item>
  <item>
   <title>Kitchen Tools - Spatula And Serving Board</title>
   <link>http://blog.shriphani.com/2018/01/01/kitchen-tools-spatula-and-serving-board/?utm_source=all&amp;utm_medium=RSS</link>
   <guid>urn:http-blog-shriphani-com:-2018-01-01-kitchen-tools-spatula-and-serving-board</guid>
   <pubDate>Tue, 02 Jan 2018 02:00:00 UT</pubDate>
   <description>&lt;html&gt;
&lt;p&gt;I want to share a couple more woodworking projects.&lt;/p&gt;

&lt;p&gt;The first is a jatoba spatula, the second a bloodwood cutting board.&lt;/p&gt;

&lt;p&gt; 
 &lt;div class="nav3"&gt;&lt;img src="/img/spatula1.png" class="iconsl" /&gt;&lt;img src="/img/spatula2.png" class="iconsr" /&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;Jatoba is a stunning wood - after sanding down to 1500 grit, when you run your finger on the surface, it has this velvety, posh, expensive feel.&lt;/p&gt;

&lt;p&gt;It feels gorgeous to look at, it is amazing to touch.&lt;/p&gt;

&lt;p&gt;The bloodwood board was rescued from a scrap bin and cleaned up.&lt;/p&gt;

&lt;p&gt;Removing the dirt and grime revealed a surface full of character and vibrant colors. The contrast between the live edge and the grain, the reds, the blacks and the yellows - this is a masterpiece forged by nature - one no man can produce.&lt;/p&gt;&lt;/html&gt;</description></item></channel></rss>