<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~files/feed.xsl"?>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedpress="https://feed.press/xmlns" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <feedpress:locale>en</feedpress:locale>
    <feedpress:newsletterId>themodernscientist-rss</feedpress:newsletterId>
    <atom:link rel="self" href="https://feedpress.me/themodernscientist-rss"/>
    <atom:link rel="hub" href="http://feedpress.superfeedr.com/"/>
    <title>themodernscientist</title>
    <link>http://themodernscientist.com/</link>
    <description>data scientist, biophysicist, mac-unix zealot, pythonista</description>
    <lastBuildDate>Sun, 11 Jun 2017 20:14:00 -0400</lastBuildDate>
    <item>
      <title>Weekend Hacks: My Own Deep Learning Box</title>
      <link>https://feedpress.me/link/1118/6007114/2017-06-11-weekend_hacks_my_very_deep_learning_box</link>
      <description><![CDATA[<p>Deep learning is becoming my favorite topic for personal projects. Its proliferation in the last few years has produced a vast array of applications and made it much more accessible. The one aspect of it I don't love is its impact on my AWS bill. GPU instances can get costly …</p><img src="https://feedpress.me/link/1118/6007114.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 11 Jun 2017 20:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2017-06-11:/posts/2017/2017-06-11-weekend_hacks_my_very_deep_learning_box/</guid>
      <category>deep learning</category>
      <category>artificial intelligence</category>
      <category>data science</category>
    </item>
    <item>
      <title>Blogging O'Reilly's Artificial Intelligence Conference</title>
      <link>https://feedpress.me/link/1118/4551674/2016-10-02-blogging_oreillys_artificial_intelligence_conference</link>
      <description><![CDATA[<p>Last Monday and Tuesday, I attended O'Reilly's first ever Artificial Intelligence Conference, courtesy of <a href="http://wimlds.org">Women in Machine Learning &amp; Data Science (WiMLDS)</a>. I tweeted about many of the talks I saw, but here is the recap on their <a href="http://wimlds.org/michelle-gill-oreilly-artificial-intelligence-conference/">blog</a>.</p>
<p>Many thanks to WiMLDS for this opportunity. I will be attending O'Reilly …</p><img src="https://feedpress.me/link/1118/4551674.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 02 Oct 2016 20:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2016-10-02:/posts/2016/2016-10-02-blogging_oreillys_artificial_intelligence_conference/</guid>
      <category>deep learning</category>
      <category>artificial intelligence</category>
      <category>data science</category>
    </item>
    <item>
      <title>Prediction of Zika Outbreaks</title>
      <link>https://feedpress.me/link/1118/4522705/2016-09-28-prediction_of_zika_outbreaks</link>
      <description><![CDATA[<p>I did it! My <a href="https://github.com/mlgill/wine-o.ai">final project</a><sup id="fnref-tocome"><a class="footnote-ref" href="http://themodernscientist.com#fn-tocome">1</a></sup> for Metis's Data Science Bootcamp was presented just over a week ago. Before the dust completely settles on this wonderful experience, I'd like to share a few of my projects with you in the coming days.</p>
<p>The first of these projects involved predicting …</p><img src="https://feedpress.me/link/1118/4522705.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Wed, 28 Sep 2016 20:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2016-09-28:/posts/2016/2016-09-28-prediction_of_zika_outbreaks/</guid>
      <category>machine learning</category>
      <category>python</category>
      <category>data science</category>
    </item>
    <item>
      <title>git commit -m 'Update life'</title>
      <link>https://feedpress.me/link/1118/3959077/2016-07-24-git_commit_update_life</link>
      <description><![CDATA[<p>You may have noticed some changes around here and on my Twitter account. I've relocated to my beloved New York City and am currently attending an immersive data science bootcamp at <a href="http://www.thisismetis.com">Metis</a>. Through mid-September, I'll be honing my existing skills in Python, statistics, and analysis and developing an entirely new set in topics like machine learning, Javascript, SQL, and Hadoop.</p>
<p>An integral part of Metis's bootcamp is the completion of five self-designed data science projects that both emphasize and develop data science and machine learning skills. These projects use real world<sup id="fnref-messy"><a class="footnote-ref" href="http://themodernscientist.com#fn-messy">1</a></sup> data, tight deadlines, and simulate many of the challenges encountered by data scientists. I started my third project last Monday and look forward to sharing a few of them here and on GitHub in the coming weeks.</p>
<img src="https://feedpress.me/link/1118/3959077.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 24 Jul 2016 20:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2016-07-24:/posts/2016/2016-07-24-git_commit_update_life/</guid>
      <category>life</category>
      <category>python</category>
    </item>
    <item>
      <title>pdLSR: Pandas-aware least squares regression</title>
      <link>https://feedpress.me/link/1118/3901653/2016-07-17-pdLSR_pandas_aware_least_squares_regression</link>
      <description><![CDATA[<p>I have a new Python project I would like to share with the community. Actually, this project isn't so new. I developed an initial version about two years before completing my postdoctoral research, and it has undergone various revisions over the past three years. Having finally made time to give it the clean-up it needed,<sup id="fnref-nudge"><a class="footnote-ref" href="http://themodernscientist.com#fn-nudge">1</a></sup> I am excited to share it on <a href="https://github.com/mlgill/pdLSR">GitHub</a>.</p>
<h2>Overview</h2>
<p><code>pdLSR</code> is a library for performing least squares minimization. It attempts to seamlessly incorporate this task in a Pandas-focused workflow. Input data are expected in dataframes, and multiple regressions can be performed using functionality similar to Pandas <code>groupby</code>. Results are returned as grouped dataframes and include best-fit parameters, statistics, residuals, and more. The results can be easily visualized using <a href="https://github.com/mwaskom/seaborn"><code>seaborn</code></a>.</p>
<p><code>pdLSR</code> currently utilizes <a href="https://github.com/lmfit/lmfit-py"><code>lmfit</code></a>, a flexible and powerful library for least squares minimization, which in turn, makes use of <code>scipy.optimize.leastsq</code>. I began using <code>lmfit</code> because it is one of the few libraries that supports non-linear least squares regression, which is commonly used in the natural sciences. I also like the flexibility it offers for testing different modeling scenarios and the variety of assessment statistics it provides. However, I found myself writing many <code>for</code> loops to perform regressions on groups of data and aggregate the resulting output. Simplification of this task was my inspiration for writing <code>pdLSR</code>.</p>
<p><code>pdLSR</code> is related to libraries such as <a href="http://statsmodels.sourceforge.net"><code>statsmodels</code></a> and <a href="http://scikit-learn.org/stable/"><code>scikit-learn</code></a> that provide linear regression functions that operate on dataframes. However, these libraries don't directly support grouping operations on dataframes. </p>
<p>The aggregation of minimization output parameters that is performed by <code>pdLSR</code> has many similarities to the <a href="https://github.com/dgrtwo/broom">R library <code>broom</code></a>, which is written by <a href="http://varianceexplained.org/">David Robinson</a> and with whom I had an excellent conversation about our two libraries. <code>broom</code> is more general in its ability to accept input from many minimizers, and I think expanding <code>pdLSR</code> in this fashion, for compatibility with <code>statsmodels</code> and <code>scikit-learn</code> for example, could be useful in the future.</p>
<img src="https://feedpress.me/link/1118/3901653.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 17 Jul 2016 20:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2016-07-17:/posts/2016/2016-07-17-pdLSR_pandas_aware_least_squares_regression/</guid>
      <category>science</category>
      <category>python</category>
    </item>
    <item>
      <title>Throwing the Book at Your Data</title>
      <link>https://feedpress.me/link/1118/2548550/2015-07-22-throwing_the_book_at_your_data</link>
      <description><![CDATA[<p>You may have noticed all has been quiet on the blog front from me lately. There are several reasons for this,<sup id="fnref-move_five_papers"><a class="footnote-ref" href="http://themodernscientist.com#fn-move_five_papers">1</a></sup> but I can assure you it isn't for lack of things to write about. Today, I'm happy to share with you one of the projects that has been …</p><img src="https://feedpress.me/link/1118/2548550.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Wed, 22 Jul 2015 07:42:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2015-07-22:/posts/2015/2015-07-22-throwing_the_book_at_your_data/</guid>
      <category>python</category>
      <category>science</category>
      <category>openscience</category>
      <category>shell</category>
    </item>
    <item>
      <title>Secure Password Use in Scripts</title>
      <link>https://feedpress.me/link/1118/2548548/2015-01-04-secure_password_use_in_scripts</link>
      <description><![CDATA[<p><strong>NOTE:</strong> If you're using passwords in shell scripts, see Daniel Jalkut's reply below about using OS X's built-in <code>security</code> command instead of his AppleScript library.</p>
<p>One of my goals for the new year<sup id="fnref-resolution"><a class="footnote-ref" href="http://themodernscientist.com#fn-resolution">1</a></sup> is to be more security minded in my use of technology. This is a broad statement …</p><img src="https://feedpress.me/link/1118/2548548.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 04 Jan 2015 19:48:00 -0500</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2015-01-04:/posts/2015/2015-01-04-secure_password_use_in_scripts/</guid>
      <category>mac</category>
      <category>automation</category>
      <category>shell</category>
    </item>
    <item>
      <title>Encryption of BitTorrent Sync Peers</title>
      <link>https://feedpress.me/link/1118/2548546/2014-02-21-encryption_of_bittorrent_sync_peers</link>
      <description><![CDATA[<p>I'd like to follow up on a previous <a href="http://themodernscientist.com/posts/2014/2014-02-06-torrential_file_synchronization/">post</a> covering <a href="http://www.bittorrent.com/sync">BitTorrent Sync</a>. In this post, I mentioned privacy is one of the advantages afforded by BitTorrent Sync over traditional cloud storage options, such as Dropbox. Like most cloud storage options, data are encrypted during transmission with BitTorrent Sync.<sup id="fnref-caveat"><a class="footnote-ref" href="http://themodernscientist.com#fn-caveat">1</a></sup> Once …</p><img src="https://feedpress.me/link/1118/2548546.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Fri, 21 Feb 2014 19:48:00 -0500</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2014-02-21:/posts/2014/2014-02-21-encryption_of_bittorrent_sync_peers/</guid>
      <category>mac</category>
      <category>automation</category>
    </item>
    <item>
      <title>Torrential File Synchronization</title>
      <link>https://feedpress.me/link/1118/2548544/2014-02-06-torrential_file_synchronization</link>
      <description><![CDATA[<p>My research requires that I work in multiple locations: in the lab, at a multi-institution shared instrument facility, and sometimes in my fuzzy slippers at home. Having my data and processing scripts updated on whatever computer I happen to be using is critical to my ability to get work done …</p><img src="https://feedpress.me/link/1118/2548544.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Thu, 06 Feb 2014 19:48:00 -0500</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2014-02-06:/posts/2014/2014-02-06-torrential_file_synchronization/</guid>
      <category>mac</category>
      <category>shell</category>
      <category>automation</category>
      <category>openscience</category>
    </item>
    <item>
      <title>Easy Syntax Highlighting With Pygments</title>
      <link>https://feedpress.me/link/1118/2548542/2013-10-24-easy_syntax_highlighting_with_pygments</link>
      <description><![CDATA[<p>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>As a scientist who splits her time between both wet lab and computational work, I have learned the importance of saving code snippets for future reference. These snippets are handy when I later can't recall a clever Pandas <a href="http://pandas.pydata.org/pandas-docs/stable/indexing.html">indexing trick</a> or when I want to share code with a colleague …</p></div></div></div></p><img src="https://feedpress.me/link/1118/2548542.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Thu, 24 Oct 2013 15:19:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-10-24:/posts/2013/2013-10-24-easy_syntax_highlighting_with_pygments/</guid>
      <category>python</category>
      <category>shell</category>
    </item>
    <item>
      <title>Automated Notifications of Experiment Progress: Prowl Extra Credit</title>
      <link>https://feedpress.me/link/1118/2548552/2013-10-19-automated_notifications_of_experiment_progress_part_2</link>
      <description><![CDATA[<p>Previously, I <a href="http://themodernscientist.com/posts/2013/2013-10-12-automated_notifications_of_experiment_progress/">posted</a> about using <a href="http://growl.info/">Growl</a> in combination with <a href="http://www.prowlapp.com/">Prowl</a> to get remote notifications of experiment progress on both a Mac and iPhone. Later that day, I started thinking about some improvements to the script after a brief Twitter <a href="https://twitter.com/modernscientist/status/389159633753210880">conversation</a> with <a href="https://twitter.com/DrBunsen">Seth Brown</a>.<sup id="fnref-follow"><a class="footnote-ref" href="http://themodernscientist.com#fn-follow">1</a></sup> </p>
<p>The script depends on the remote …</p><img src="https://feedpress.me/link/1118/2548552.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sat, 19 Oct 2013 15:19:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-10-19:/posts/2013/2013-10-19-automated_notifications_of_experiment_progress_part_2/</guid>
      <category>science</category>
      <category>shell</category>
      <category>automation</category>
      <category>mac</category>
      <category>ios</category>
    </item>
    <item>
      <title>Automated Notifications of Experiment Progress: Combining Shell, SSH, Growl, and Prowl</title>
      <link>https://feedpress.me/link/1118/2548553/2013-10-12-automated_notifications_of_experiment_progress</link>
      <description><![CDATA[<p>In addition to covering my use of python in research, one of my goals for this blog is to share ways I use various other computational tools to automate basic research tasks. Such an opportunity arose this week with the onset of hardware issues causing one of our laboratory's NMR …</p><img src="https://feedpress.me/link/1118/2548553.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sat, 12 Oct 2013 15:19:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-10-12:/posts/2013/2013-10-12-automated_notifications_of_experiment_progress/</guid>
      <category>science</category>
      <category>shell</category>
      <category>automation</category>
      <category>mac</category>
      <category>ios</category>
    </item>
    <item>
      <title>Visualization of NMR Shaped Pulses: Fun with Javascript Animation</title>
      <link>https://feedpress.me/link/1118/2548554/2013-06-14-visualization_of_nmr_shaped_pulses</link>
      <description><![CDATA[<p>This IPython notebook builds on the previous <a href="http://themodernscientist.com/posts/2013/2013-06-09-simulation_of_nmr_shaped_pulses/">blog post</a> which described how to simulate and plot the result of a shaped pulse on magnetization in an NMR experiment. For the purpose of teaching<sup id="fnref-fun"><a class="footnote-ref" href="http://themodernscientist.com#fn-fun">1</a></sup>, it can also be useful to visualize the effect of this pulse on the magnetization at …</p><img src="https://feedpress.me/link/1118/2548554.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Fri, 14 Jun 2013 15:35:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-06-14:/posts/2013/2013-06-14-visualization_of_nmr_shaped_pulses/</guid>
      <category>science</category>
      <category>python</category>
    </item>
    <item>
      <title>Simulation of NMR Shaped Pulses: NumPy vs Fortran</title>
      <link>https://feedpress.me/link/1118/2548555/2013-06-09-simulation_of_nmr_shaped_pulses</link>
      <description><![CDATA[<p>Bandwidth-selective excitation in NMR is commonly accomplished through the use of shaped pulses. These pulses require careful calibration to ensure power levels and pulse lengths are correctly determined for optimal excitation of only the desired frequency range. Simulating the shaped pulse over a range of frequencies is one way of …</p><img src="https://feedpress.me/link/1118/2548555.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 09 Jun 2013 15:35:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-06-09:/posts/2013/2013-06-09-simulation_of_nmr_shaped_pulses/</guid>
      <category>science</category>
      <category>python</category>
    </item>
    <item>
      <title>My Octopelican Python Blog</title>
      <link>https://feedpress.me/link/1118/2548556/2013-06-02-my_octopelican_python_blog</link>
      <description><![CDATA[<p>Many have asked about my blog design and how I incorporate IPython notebooks, such as the one used in the <a href="http://themodernscientist.com/posts/2013/2013-05-29-binary_integer_programming_with_python/">previous post</a>. I merely glued all the pieces together for this setup, so to give credit where it is due and to provide a documented how-to for my future self …</p><img src="https://feedpress.me/link/1118/2548556.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 02 Jun 2013 15:48:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-06-02:/posts/2013/2013-06-02-my_octopelican_python_blog/</guid>
      <category>meta</category>
      <category>python</category>
    </item>
    <item>
      <title>Binary Integer Programming With Python</title>
      <link>https://feedpress.me/link/1118/2548557/2013-05-29-binary_integer_programming_with_python</link>
      <description><![CDATA[<p>My research is focused on <a href="http://themodernscientist.com/pages/about.html">biomolecular NMR</a> and, as such, often involves transferring resonance assignments from one multidimensional NMR spectrum to another. In theory this should be a simple task, but it can be extremely time consuming due to small variations in the sample used to acquire the data or …</p><img src="https://feedpress.me/link/1118/2548557.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Wed, 29 May 2013 20:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-05-29:/posts/2013/2013-05-29-binary_integer_programming_with_python/</guid>
      <category>science</category>
      <category>python</category>
    </item>
    <item>
      <title>Please Update Your RSS Subscription</title>
      <link>https://feedpress.me/link/1118/2548558/2013-05-26-please_update_your_rss_subscription</link>
      <description><![CDATA[<p>You are receiving this post because I’ve migrated my RSS feeds from FeedBurner to URI.LV. I attempted to automatically migrate all subscribers to the new feed but, due to consequences outside my control, that wasn’t possible. So, I’d greatly appreciate it if you could resubscribe using …</p><img src="https://feedpress.me/link/1118/2548558.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 26 May 2013 13:25:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-05-26:/posts/2013/2013-05-26-please_update_your_rss_subscription/</guid>
    </item>
    <item>
      <title>For Some, This is a Busy Week</title>
      <link>https://feedpress.me/link/1118/2548559/2013-04-07-for_some_this_is_a_busy_week</link>
      <description><![CDATA[<p>The coming week is going to be an incredibly busy, but exciting, one for me. Besides having updated my blog so that I am now one of the cool kids with a <a href="http://blog.getpelican.com">Pelican</a>-generated blog hosted at <a href="https://github.com/modernscientist/modernscientist.github.com">GitHub</a>,<sup id="fnref-rss"><a class="footnote-ref" href="http://themodernscientist.com#fn-rss">1</a></sup> the following things are also taking place:</p>
<img src="https://feedpress.me/link/1118/2548559.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 07 Apr 2013 23:14:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-04-07:/posts/2013/2013-04-07-for_some_this_is_a_busy_week/</guid>
      <category>pets</category>
      <category>life</category>
    </item>
    <item>
      <title>To My Friend</title>
      <link>https://feedpress.me/link/1118/2548560/2013-03-16-to_my_friend</link>
      <description><![CDATA[<p>This is, in so many ways, not the topic I envisioned for my second post. Sometimes life has other plans.</p>
<img src="https://feedpress.me/link/1118/2548560.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sat, 16 Mar 2013 19:19:00 -0400</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2013-03-16:/posts/2013/2013-03-16-to_my_friend/</guid>
      <category>pets</category>
      <category>life</category>
    </item>
    <item>
      <title>Hello, Part Deux</title>
      <link>https://feedpress.me/link/1118/2548561/2012-12-16-hello_part_deux</link>
      <description><![CDATA[<p>After much consternation and hand wringing, I am attempting to revive my blog. I've learned from previous deterrents and now have a clearer vision of the topics I'd like to cover. So, for the time being, I am simply saying "hello" and giving those interested the opportunity to subscribe.</p>
<p>In …</p><img src="https://feedpress.me/link/1118/2548561.gif" height="1" width="1"/>]]></description>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michelle Gill</dc:creator>
      <pubDate>Sun, 16 Dec 2012 15:19:00 -0500</pubDate>
      <guid isPermaLink="false">tag:themodernscientist.com,2012-12-16:/posts/2012/2012-12-16-hello_part_deux/</guid>
    </item>
  </channel>
</rss>
