<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[Sai Charan]]></title>
  <link href="http://www.cs.ucr.edu/~scharan/atom.xml" rel="self"/>
  <link href="http://www.cs.ucr.edu/~scharan/"/>
  <updated>2019-02-05T19:01:37-08:00</updated>
  <id>http://www.cs.ucr.edu/~scharan/</id>
  <author>
    <name><![CDATA[Sai Charan]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    
    <link href="http://www.cs.ucr.edu/~scharan/atom.xml"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>&lt;![CDATA[{{ site.title }}]]&gt;</title>
  <link href="{{ site.url }}/atom.xml" rel="self"/>
  <link href="{{ site.url }}/"/>
  <updated>{{ site.time | date_to_xmlschema }}</updated>
  <id>{{ site.url }}/</id>
  <author>
    <name>&lt;![CDATA[{{ site.author | strip_html }}]]&gt;</name>
    {% if site.email %}<email>&lt;![CDATA[{{ site.email }}]]&gt;</email>{% endif %}
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  {% for page in site.pages limit: 20 %}
  <entry>
    {% if page.title %}
    <title type="html">&lt;![CDATA[{{ page.title | cdata_escape }}]]&gt;</title>
    {% endif %}
    <link href="{{ site.url }}{{ page.url }}"/>
    <id>{{ site.url }}{{ page.id }}</id>
    <content type="html">&lt;![CDATA[{{ page.content | expand_urls: site.url | cdata_escape }}]]&gt;</content>
  </entry>
  {% endfor %}

  {% for post in site.posts limit: 20 %}
  <entry>
    <title type="html">&lt;![CDATA[{{ post.title | cdata_escape }}]]&gt;</title>
    <link href="{{ site.url }}{{ post.url }}"/>
    <updated>{{ post.date | date_to_xmlschema }}</updated>
    <id>{{ site.url }}{{ post.id }}</id>
    <content type="html">&lt;![CDATA[{{ post.content | expand_urls: site.url | cdata_escape }}]]&gt;</content>
  </entry>
  {% endfor %}
</feed>
]]></content>
  </entry>
  
  <entry>
    
    <link href="http://www.cs.ucr.edu/~scharan/blog/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<div class="blog-index">
  {% assign index = true %}
  {% for post in paginator.posts %}
  {% assign content = post.content %}
    <article>
      {% include article.html %}
    </article>
  {% endfor %}
  <div class="pagination">
    {% if paginator.next_page %}
      <a class="prev" href="{{paginator.next_page}}">&larr; Older</a>
    {% endif %}
    <a href="http://www.cs.ucr.edu/~scharan/blog/archives">Blog Archives</a>
    {% if paginator.previous_page %}
    <a class="next" href="{{paginator.previous_page}}">Newer &rarr;</a>
    {% endif %}
  </div>
</div>
<aside class="sidebar">
  {% if site.blog_index_asides.size %}
    {% include_array blog_index_asides %}
  {% else %}
    {% include_array default_asides %}
  {% endif %}
</aside>
]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Blog Archive]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/blog/archives/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<div id="blog-archives">
{% for post in site.posts reverse %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% unless year == this_year %}
  {% assign year = this_year %}
  <h2>{{ year }}</h2>
{% endunless %}
<article>
  {% include archive_post.html %}
</article>
{% endfor %}
</div>
]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Research]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/research/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[[Interests](#summary) | [Publications](#pub) | [Theses](#theses) | [Talks](#talks) | [On Scholar](#scholar) | [Research Log](#log)

<a name="summary">Research: Interests & Summary</a>
----------
Sai Charan's doctoral research dealt with Size Oblivious Programming for irregular BigData applications &amp; programming language and compiler support for parallel, distributed computing; specifically on distributed software speculation. He briefly worked on runtime monitoring support for parallel, distributed programs.

In the past, Sai proposed hyper-dimensional extensions of the [Baker's map](http://en.wikipedia.org/wiki/Baker's_map) to strengthen [Chaos theory](http://en.wikipedia.org/wiki/Chaos_theory) based image encryption. Sai also had a brief stint with [Optical Character Recognition](http://en.wikipedia.org/wiki/Optical_character_recognition) for his native [Telugu](http://en.wikipedia.org/wiki/Telugu_script) script using the [Discrete Cosine Transform](http://en.wikipedia.org/wiki/Discrete_cosine_transform).

This page lists Sai's [publications](#pub), [theses](#theses), [talks](#talks) &amp; [scholar links](#scholar).

<a name="pub">Publications</a>
------------
+ [**Out-of-Core MapReduce for Large Data Sets**](https://dl.acm.org/citation.cfm?doid=3210563.3210568) <br />
  **Gurneet Kaur, Keval Vora, _Sai Charan Koduru_ and Rajiv Gupta** <br />
  International Symposium on Memory Management, [ISMM 2018](https://conf.researchr.org/home/ismm-2018), Philadelphia, Pennsylvania, June 18, 2018.
+ [**Software Speculation on Caching DSMs**](https://link.springer.com/article/10.1007/s10766-017-0499-9) <br />
  **_Sai Charan Koduru_, Keval Vora, Rajiv Gupta** <br />
  Intl' Journal of Parallel Processing (IJPP), 04 April 2017.
+ **_<font color='red'>Recipient of the 'Best Student Paper' Award at LCPC 2015.</font>_**<br />
  [**_Size Oblivious Programming with Infinimem_**](http://www.csc2.ncsu.edu/workshops/lcpc2015/lcpc15proc.pdf) <br />
  **_Sai Charan Koduru_, Rajiv Gupta and Iulian Neamtiu** <br />
  The 28th International Workshop on Languages and Compilers for Parallel Computing ([LCPC](http://www.csc2.ncsu.edu/workshops/lcpc2015/)), Raleigh, North Carolina, USA, 09-11 September 2015.
+ [**_Optimizing Caching DSM for Distributed Software Speculation_**](#) <br />
  **_Sai Charan Koduru_, Keval Vora and Rajiv Gupta** <br />
  The IEEE International Conference on Cluster Computing ([IEEE CLUSTER](http://www.mcs.anl.gov/ieeecluster2015/)) 2015, Chicago, Illinois, USA, 08-11 September 2015.
+ [**_ASPIRE: Exploiting Asynchronous Parallelism in Iterative Algorithms using a Relaxed Consistency based DSM_**](http://dl.acm.org/citation.cfm?doid=2660193.2660227) <br />
  **Keval Vora, _Sai Charan Koduru_ and Rajiv Gupta** <br />
  The ACM SIGPLAN International Conference on Object Oriented Programming Systems, Languages and Applications ([OOPSLA](http://2014.splashcon.org)), Portland, Oregon, USA, 20-24 October 2014.
+ [**_ABC<sup>2</sup>: Adaptively Balancing Computation & Communication in a DSM cluster of Multicores for Irregular Applications_**](http://dx.doi.org/10.1109/IPDPSW.2014.51) <br />
  **_Sai Charan Koduru_, Keval Vora and Rajiv Gupta** <br />
  The 19th Interntational Workshop On High-Level Parallel Programming Models and Supportive Environments ([HIPS](http://www.eecis.udel.edu/~cavazos/hips/)) 2014 ([IPDPS Workshop](http://ipdps.org/ipdps2014/2014_advance_program.html#monday)), Phoenix, Arizona, USA, 19th May, 2014.
+ [**_Programming Large Dynamic Data Structures on a DSM Cluster of Multicores_**](http://www.pgas2013.org.uk/sites/default/files/finalpapers/Day2/R6/3_paper16.pdf) <br />
  **_Sai Charan Koduru_, Min Feng and Rajiv Gupta** <br />
  The 7th International Conference on PGAS Programming Models ([PGAS](http://www.pgas2013.org.uk/home)). Edinburgh, Scotland, UK, 3-4 October, 2013.
+ [**_An Empirical Analysis of the Bug-fixing Process in Open Source Android Apps_**](http://dx.doi.org/10.1109/CSMR.2013.23) <br />
  **Pamela Bhattacharya, Liudmila Ulanova, Iulian Neamtiu and _Sai Charan Koduru_** <br />
  The 17th European Conference on Software Maintenance and Reengineering ([CSMR](http://csmr2013.disi.unige.it)), 5-8 March 2013, Genova, Italy.
+ [**_N-Dimensional Baker Maps for Chaos Based Image Encryption_**](http://www.researchgate.net/publication/258864950_N-Dimensional_Baker_Maps_for_Chaos_Based_Image_Encryption) <br />
  **_Sai Charan Koduru_ and V. Chandrasekaran** <br />
  The IEEE International Conference on Emerging Trends in Computing ([IEEE ICETiC](http://www.ieee.org/conferences_events/conferences/conferencedetails/index.html?Conf_ID=14552), [Info](http://ieeecs-madras.managedbiz.com/link-web/0902/0902link-07.pdf)) 2009, Virudhunagar, Tamilnadu, India, pages 31-34, 8–10 January, 2009.
+ [**_Random-Walk based Baker maps for Chaos Based Image Encryption_**](http://www.researchgate.net/publication/220808903_RandomWalk_Based_Baker_Maps_for_Chaos_Based_Image_Encryption) <br />
  **_Sai Charan Koduru_ and V. Chandrasekaran** <br />
  The International Conference on Image Processing, Computer Vision, &amp; Pattern Recognition ([IPCV](http://www.sigmod.org/dblp/db/conf/ipcv/ipcv2008.html)) 2008, Monte Carlo Resort, Las Vegas, Nevada, USA, 14–17 July, 2008.
+ [**_Integrated Confusion-Diffusion Mechanisms for Chaos Based Image Encryption_**](http://dx.doi.org/10.1109/CIT.2008.Workshops.33) <br />
  **_Sai Charan Koduru_ and V. Chandrasekaran** <br />
  The 8th IEEE International Conference on Computer and Information Technology ([IEEE CIT](http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=4586225)) 2008, Sydney, Australia, 8–11 July, 2008.
+ [**_A Block DCT Based Optical Character Recognition System_**](#imaginary) <br />
  **_Sai Charan Koduru_ and G.V. Prabhakar Rao** <br />
  Poster Presented at The International Conference on NexGen IT for Societal Advancement & Integration ([NexGen IT for SAI](http://www.sathyasai.org/news/2006/itconf.html)), Prashanthi Nilayam, India, 15-17 July 2006.

<a name="theses">Theses</a>
------------
+ *Size Oblivious Programming of Clusters for Irregular Applications*. [Doctoral Dissertation](http://www.cs.ucr.edu/~gupta/Thesis/Sai.pdf), (Ph.D.) University of California Riverside. Defended Theisis: September 2015, Degree Awarded: Dec 2015. <br />
   _Download thesis from The University of California (UC) Open Access System, [eScholarship](https://escholarship.org/uc/item/7dh8t5zd)_.
+ *Multi Dimensional Baker Maps for Chaos based Image Encryption*. [Master's Thesis](/assets/Multi.Dimensional.Baker.Maps.for.Chaos.Based.Image.Encryption.pdf) (MTech.), Sri Sathya Sai University, 2008.
+ *A Block DCT Based Optical Character Recognition System for Telugu Script*, [Master's thesis](/assets/Optical.Character.Recognition.pdf) (MSc.), Sri Sathya Sai Institute of Higher Learning, 2006.

<a name="talks">Talks</a>
------------
+ *Programming Applications with Very Large Data Sets*, Invited talk at [COSMIC Workshop](http://workshops.inf.ed.ac.uk/cosmic/program.html), [CGO 2013](http://www.cgo.org/cgo2013/index.html).

<a name="scholar">Scholar</a>
------------
Explore Sai Charan's work on [Google Scholar](http://scholar.google.com/citations?hl=en&user=3ucgckUAAAAJ) or [Microsoft academic search](http://academic.research.microsoft.com/Author/3838605/sai-charan-koduru).

<a name="log">Research Log</a>
------------
A reverse chronologically ordered log of notable events in Sai Charan's Doctoral program is his [research log](research-log.html).

]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Sai Charan, UC Riverside.]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<div>

<div style="width: 75%; float: left">
<p>Sai Charan received his Ph.D. from the University of California, Riverside in September 2015. He worked on his dissertation at the <a href="http://riple.cs.ucr.edu/">RIPLE</a> lab and he was involved with the <a href="http://grasp.cs.ucr.edu">GRASP</a> and <a href="http://www.cs.ucr.edu/~gupta/research/Projects/multi1.html">SpiceC</a> groups at the <a href="http://www.cs.ucr.edu">Computer Science</a> department at <a href="http://www.ucr.edu">University of California, Riverside</a>.</p>

<p>His interests include <em>Size Oblivious Programming</em>, compiler, language, runtime monitoring support for parallel and distributed programming and applications, GPGPU programming and software engineering.</p>

<p>His thesis advisor was <a href="http://www.cs.ucr.edu/~gupta">Prof. Rajiv Gupta</a>.</p>

<p>Check out his <a rel="author" href="http://www.cs.ucr.edu/~scharan/about/">bio</a>, <a href="http://www.cs.ucr.edu/~scharan/research">research</a> &amp; <a href="http://www.cs.ucr.edu/~scharan/blog">thoughts</a> in general.</p>

<p>Sai's is a Senior Engineer working on <a href="https://azure.microsoft.com/en-us/services/data-lake-store/">Azure Data Lake Store</a>.</p>
</div>

<div style="float: right">
<img src="http://www.cs.ucr.edu/~scharan/images/sai.jpg" align="left" width="199" height="250" />
</div>

</div>

]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[About Sai]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/about/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[[Bio](#bio) | [Education](#ed) | [Awards](#awards) | [Experience](#exp) | [Professional Memberships](#memberships) | [Résumé](#resume) | [Recommendations](#reco) | [Contact](#contact)

<a name="bio">Biography</a> 
------------

Sai Charan is a researcher, [programmer](http://www.paulgraham.com/head.html), [hacker](http://en.wikipedia.org/wiki/Hacker_(programmer_subculture\)) & 'tinkerer'. He loves to build things &amp; break things ([constructively](http://www.paulgraham.com/gh.html), of course!). In the past, he has held full-time positions as an R&amp;D Software Engineer with [Nokia](http://www.nokia.com/) &amp; a Senior Software Engineer at [Yahoo! Inc](http://smallbusiness.yahoo.com/). He spent the summers of 2013 and 2014 as a Researcher (intern) at Microsoft, Redmond working on performance isolation and storage in the Microsoft [COSMOS](http://research.microsoft.com/en-us/events/fs2011/helland_cosmos_big_data_and_big_challenges.pdf) [BigData](http://blogs.msdn.com/b/seliot/archive/2010/11/05/cosmos-petabytes-perfectly-processed-perfunctorily.aspx) [system](http://www.goland.org/whatiscosmos/). Sai's professional experience spans resource constrained mobile platforms to the unconstrained enterprise elastic cloud. He has extensive experience with mobile development, design &amp; integration of web services for the mobile platforms, performance tuning &amp; search technologies. He has also worked on enterprise payment systems, enterprise application security, [HTML generation technologies](http://en.wikipedia.org/wiki/RTML) &amp; small business portal design &amp; development.

Sai received his Ph.D. in September 2015 from the <a href="http://www.cs.ucr.edu/index.php">Department of Computer Science</a> at <a href="http://www.ucr.edu">University of California, Riverside</a>. His thesis advisor was <a href="http://www.cs.ucr.edu/~gupta/">Prof. Rajiv Gupta</a>.

You can find him on <a rel="me" href="https://plus.google.com/111168674571731850317">Google+</a>, <a title="Twitter profile" target="_blank" href="https://twitter.com/scharan">Twitter</a>, <a title="LinkedIn profile" target="_blank" href="http://www.linkedin.com/in/scharan">LinkedIn</a> and on <a title="Github" target="_blank" href="https://github.com/scharan">Github</a>.

His primary blog is at <a href="http://saicharan.in/blog">http://saicharan.in/blog</a>. He can be reached at <a title="e-mail Sai Charan" target="_self" href="mailto:scharan-nospam-cs.ucr.edu">scharan  at cs.ucr.edu</a>

<a name="awards">Honors &amp; Awards</a> 
------------
+ _**Best Student Paper Award**_, The 28th International Workshop on Languages and Compilers for Parallel Computing ([LCPC](http://www.csc2.ncsu.edu/workshops/lcpc2015/)), 2015.
+ _**University of California Riverside Graduate Student Association (GSA-UCR) [Travel Grant](http://gsa.ucr.edu/conference-travel-grants/)**_ to present our research at the HIPS workshop at IPDPS 2014.
+ _**Earle C. Anthony Graduate [Travel Award](http://senate.ucr.edu/gsta/application.html)**_ to present our research at the HIPS workshop at IPDPS 2014.
+ _**CGO 2013 [Travel Grant](http://cgo.org/cgo2013/travel-support-for-eligible-students/index.html)**_ to present our research at the 2013 International Symposium on Code Generation & Optimization (CGO) workshop, COSMIC at Shenzhen, China.
+ _**Dean’s Distinguished Fellowship**_ 2011 for the Graduate program at the University of California, Riverside.
+ _Youngest Member, Nokia Technical Committee_ – an elite body headed by the Director of Technology, Nokia, Bangalore, responsible for reviewing emerging technologies and their relevance to Nokia; early prototyping of pertinent technologies and recommending their adoption in products.
+ _**Nokia Kudos**_ awards (two awards) for turbo boosting the performance of Device Search project & for independent research and shipping of Nokia’s SSO project. Dec ’09 & Mar ’10.
+ _**President of India, Dr. A. P. J. Abdul Kalam Gold Medal**_ for excellence in M.Tech (CS). Nov 2008.
+ _**Sri R.V. Janakiramaiah Gold Medal**_ for excellence in M.Sc. (Math with specialization in CS). Nov 2006.
+ _**Justice P.N. Bhagawati Gold Medal**_ for excellence in the B.Sc. Honors (Mathematics). Nov 2004.

<a name="exp">Experience</a>
---------
+ _Researcher (Intern)_, **Microsoft**, Redmond. Jun - Sep 2013.
+ _Research Assistant_, **University of California**, Riverside. March 2011 - present.
+ _Senior Software Engineer_, **Yahoo! Inc.**, Bangalore. Jun 2010 - Feb 2011.
+ _R&amp;D Software Engineer_, **Nokia**, Bangalore. April 2008 - Jun 2010.
+ _System &amp; Network Administrator_, [Dept. of Mathematics &amp; Computer Science](http://sssihl.edu.in/dnn/Campuses/PrasanthiNilayamCampus/Departments/DepartmentofMathematicsAndComputerScience/Overview/tabid/262/Default.aspx), [SSSIHL](http://sssihl.edu.in). 2004 - 2008.
+ _Webmaster_, [Department of Mathematics &amp; Computer Science](http://sssihl.edu.in/dnn/Campuses/PrasanthiNilayamCampus/Departments/DepartmentofMathematicsAndComputerScience/Overview/tabid/262/Default.aspx), [SSSIHL](http://sssihl.edu.in). 2004 - 2008.

<a name="ed">Education</a>
---------
+ Doctor of Philosophy, **Computer Science**. University of California, Riverside. April 2011 -- Sep 2015.
+ Master of Technology, **Computer Science**. _Summa-cum-laude_, Sri Sathya Sai University, 2008.
+ Master of Science, **Mathematics with specialization in CS**. _Summa-cum-laude_, Sri Sathya Sai University, 2006.
+ Bachelor of Science (Honors), **Mathematics**. _Summa-cum-laude_, Sri Sathya Sai University, 2004.

<a name="memberships">Professional Memberships</a>
------
+ Member, Association for Computing Machinery (ACM).
+ Member, Institute of Electrical and Electronics Engieers (IEEE).

<a name="resume">Résumé</a>
------
Sai's [résumé](/assets/SaiCharan.pdf) (last updated: January 2018).

<a name="reco">Recommendations</a>
------
Sai's professional recommendations are on [LinkedIn](https://www.linkedin.com/in/scharan#recommendations) (A LinkedIn account maybe required).

<a name="contact">Contact</a>
------
Sai can be reached at [scharan-a@t-cs.ucr.edu](mailto:scharan-a@t-cs.ucr.edu). For additional privacy, please use his [PGP Key](http://www.saicharan.in/work/saicharan-pgp.asc).

]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Sai Charan's research log]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/research/research-log.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[- Sep 14th 2015: Successfully defended my doctoral thesis @ UC Riverside, California, USA!
- Sep 2015: Presented paper at IEEE CLUSTER 2015, Chicago, Illinois, USA.
- Sep 2015: Awarded the 'Best Student Paper' at LCPC 2015, Raleigh, North Carolina, USA.
- Sep 2015: Presented paper at LCPC 2015, Raleigh, North Carolina, USA.
- Aug 2015: Paper acacepted into LCPC 2015. __'Size Oblivious Programming with Infinimem'__.
- May 2015: Successfully defended my thesis proposal.
- May 2015: Paper accepted into IEEE CLUSTER 2015. __'Optimizing Caching DSM for Distributed Software Speculation'__.
- Jun - Sep 2014: Researcher (Intern), Microsoft, Redmond.
- Presented paper at the IPDPS Workshop HIPS 2014, Phoenix, Arizona, USA.
- Mar 14, 2014: Paper accepted into HIPS 2014: __'ABC<sup>2</sup>: Adaptively Balancing Computation & Communication in a DSM cluster of Multicores for Irregular Applications'__.
- Presented paper at PGAS 2013, Edinburg, Scotland, UK.
- Jul 31, 2013: Paper accepted into PGAS 2013: __'Programming Large Dynamic Data Structures on a DSM Cluster of Multicores'__.
- Jun - Sep 2013: Researcher (Intern), Microsoft, Redmond.
- Feb 2013: Invited talk at COSMIC workshop at CGO 2013, Shenzhen, China.
- Sep 2012: Advanced to Candidacy.
- Summer 2012: Started work on large data apps.
- Mar 2012: Completed all required course work (in 3 quarters); Submitted a joint paper on Analysis of Android Bug Reports.
- Summer 2011: Worked monitoring & automatic configuration framework for multi-core processor environments.
- Mar 2011: Started the PhD program at UC Riverside in the spring quarter.

Sai's [research page](/research/) has the details.

]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Category: wisdom]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/blog/categories/wisdom/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<div id="blog-archives" class="category">



  
  <h2>2012</h2>

<article>
  
<h1><a href="http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages/">Wisdom from the ages</a></h1>
<time datetime="2012-06-21T07:41:00-07:00" pubdate><span class='month'>Jun</span> <span class='day'>21</span> <span class='year'>2012</span></time>

<footer>
  <span class="categories">posted in <a class='category' href='http://www.cs.ucr.edu/~scharan/blog/categories/advice/'>advice</a>, <a class='category' href='http://www.cs.ucr.edu/~scharan/blog/categories/wisdom/'>wisdom</a></span>
</footer>


</article>

</div>
]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Category: wisdom]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/blog/categories/wisdom/atom.xml"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>&lt;![CDATA[Category: wisdom | Sai Charan]]&gt;</title>
  <link href="http://www.cs.ucr.edu/~scharan/blog/categories/wisdom/atom.xml" rel="self"/>
  <link href="http://www.cs.ucr.edu/~scharan/"/>
  <updated>2019-02-05T19:01:37-08:00</updated>
  <id>http://www.cs.ucr.edu/~scharan/</id>
  <author>
    <name>&lt;![CDATA[Sai Charan]]&gt;</name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html">&lt;![CDATA[Wisdom from the ages]]&gt;</title>
    <link href="http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages/"/>
    <updated>2012-06-21T07:41:00-07:00</updated>
    <id>http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages</id>
    <content type="html">&lt;![CDATA[<p>Most doctoral candidates and professors have a page with advice/guidance to prospective grad students. Well, in keeping with that tradition, here are my own favorites.</p>

<ul>
<li><a href="http://www.cs.utexas.edu/~dahlin/bookshelf/hamming.html">You and your research</a>, Richard Hamming.</li>
<li><a href="http://cseweb.ucsd.edu/users/mihir/phd.html">The Ph.D experience</a>, Mihir Bellare, UCSD.</li>
<li><a href="http://calteches.library.caltech.edu/51/2/CargoCult.htm">Cargo cult science</a>, Richard Feynman.</li>
<li><a href="http://www.eeb.yale.edu/stearns/advice.htm">Some Modest Advice for Graduate Students</a>, Stephen C. Stearns.</li>
</ul>


<p>A more complete, comprehensive collection is Prof. Mark Leone&rsquo;s <a href="http://www.cs.cmu.edu/~mleone/how-to.html">how-to</a> page.</p>
]]&gt;</content>
  </entry>
  
</feed>
]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Category: advice]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/blog/categories/advice/index.html"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<div id="blog-archives" class="category">



  
  <h2>2012</h2>

<article>
  
<h1><a href="http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages/">Wisdom from the ages</a></h1>
<time datetime="2012-06-21T07:41:00-07:00" pubdate><span class='month'>Jun</span> <span class='day'>21</span> <span class='year'>2012</span></time>

<footer>
  <span class="categories">posted in <a class='category' href='http://www.cs.ucr.edu/~scharan/blog/categories/advice/'>advice</a>, <a class='category' href='http://www.cs.ucr.edu/~scharan/blog/categories/wisdom/'>wisdom</a></span>
</footer>


</article>

</div>
]]></content>
  </entry>
  
  <entry>
    
    <title type="html"><![CDATA[Category: advice]]></title>
    
    <link href="http://www.cs.ucr.edu/~scharan/blog/categories/advice/atom.xml"/>
    <id>http://www.cs.ucr.edu/~scharan</id>
    <content type="html"><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>&lt;![CDATA[Category: advice | Sai Charan]]&gt;</title>
  <link href="http://www.cs.ucr.edu/~scharan/blog/categories/advice/atom.xml" rel="self"/>
  <link href="http://www.cs.ucr.edu/~scharan/"/>
  <updated>2019-02-05T19:01:37-08:00</updated>
  <id>http://www.cs.ucr.edu/~scharan/</id>
  <author>
    <name>&lt;![CDATA[Sai Charan]]&gt;</name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html">&lt;![CDATA[Wisdom from the ages]]&gt;</title>
    <link href="http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages/"/>
    <updated>2012-06-21T07:41:00-07:00</updated>
    <id>http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages</id>
    <content type="html">&lt;![CDATA[<p>Most doctoral candidates and professors have a page with advice/guidance to prospective grad students. Well, in keeping with that tradition, here are my own favorites.</p>

<ul>
<li><a href="http://www.cs.utexas.edu/~dahlin/bookshelf/hamming.html">You and your research</a>, Richard Hamming.</li>
<li><a href="http://cseweb.ucsd.edu/users/mihir/phd.html">The Ph.D experience</a>, Mihir Bellare, UCSD.</li>
<li><a href="http://calteches.library.caltech.edu/51/2/CargoCult.htm">Cargo cult science</a>, Richard Feynman.</li>
<li><a href="http://www.eeb.yale.edu/stearns/advice.htm">Some Modest Advice for Graduate Students</a>, Stephen C. Stearns.</li>
</ul>


<p>A more complete, comprehensive collection is Prof. Mark Leone&rsquo;s <a href="http://www.cs.cmu.edu/~mleone/how-to.html">how-to</a> page.</p>
]]&gt;</content>
  </entry>
  
</feed>
]]></content>
  </entry>
  

  
  <entry>
    <title type="html"><![CDATA[Wisdom from the ages]]></title>
    <link href="http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages/"/>
    <updated>2012-06-21T07:41:00-07:00</updated>
    <id>http://www.cs.ucr.edu/~scharan/blog/2012/06/21/wisdom-from-the-ages</id>
    <content type="html"><![CDATA[<p>Most doctoral candidates and professors have a page with advice/guidance to prospective grad students. Well, in keeping with that tradition, here are my own favorites.</p>

<ul>
<li><a href="http://www.cs.utexas.edu/~dahlin/bookshelf/hamming.html">You and your research</a>, Richard Hamming.</li>
<li><a href="http://cseweb.ucsd.edu/users/mihir/phd.html">The Ph.D experience</a>, Mihir Bellare, UCSD.</li>
<li><a href="http://calteches.library.caltech.edu/51/2/CargoCult.htm">Cargo cult science</a>, Richard Feynman.</li>
<li><a href="http://www.eeb.yale.edu/stearns/advice.htm">Some Modest Advice for Graduate Students</a>, Stephen C. Stearns.</li>
</ul>


<p>A more complete, comprehensive collection is Prof. Mark Leone&rsquo;s <a href="http://www.cs.cmu.edu/~mleone/how-to.html">how-to</a> page.</p>
]]></content>
  </entry>
  
</feed>
