<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized &#8211; The Bowman Lab</title>
	<atom:link href="https://www.polarmicrobes.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.polarmicrobes.org</link>
	<description>Marine Microbial Ecology</description>
	<lastBuildDate>Sat, 18 Apr 2026 14:04:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">188265837</site>	<item>
		<title>A simple solution for continuous, real-time monitoring with the Seabird SUNAV2 over RS232</title>
		<link>https://www.polarmicrobes.org/a-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232/</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Sat, 22 Mar 2025 04:58:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3521</guid>

					<description><![CDATA[Over the last couple of years we&#8217;ve been trying to operate a Seabird SUNAV2 for continuous, real-time nitrate observations as part of the Scripps Ecological Observatory effort. At the start of the project this seemed like a simple thing&#8230; verify &#8230; <a href="https://www.polarmicrobes.org/a-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Over the last couple of years we&#8217;ve been trying to operate a Seabird SUNAV2 for continuous, real-time nitrate observations as part of the <a href="https://ecoobs.ucsd.edu/">Scripps Ecological Observatory effort</a>.  At the start of the project this seemed like a simple thing&#8230; verify the factory calibration against a standard, stick it in the water, and stream some ASCII data for parsing and plotting, right?  I should have known better.  Although the SUNA can operate through <a href="https://www.seabird.com/uci-2-0-4">Seabird&#8217;s UCI GUI</a> (a vast improvement over the nightmarish landscape of <a href="https://github.com/bowmanlab/CTD">configuration files</a> and aughts-era GUIs required to run some Seabird devices) we were never successful in operating ours for more than 1-2 weeks via the GUI.  While UCI did produce an interpretable *sbslog file that <a href="https://github.com/bowmanlab/MIMSWebApp/blob/master/read_lvm.py">could be parsed</a> for nitrate concentration and other data, inevitably either the software would freeze or the SUNAV2 would become unresponsive after a few days.  Whenever the latter happened we would need to power cycle the instrument to bring it back online and this eventually corrupted the memory (or so say Seabird) requiring a factory flash of the firmware and other maintenance.  I think in two years of operation we maybe acquired 2 weeks of usable data and the SUNA made two trips to Bellevue, WA.  Once upon a time I lived near Bellevue and I wish I could go back as frequently.</p>



<p>We recently received the instrument back from Seabird and I was stumped on what to do with it.  I knew it was capable of RS232 communication, which might free us from the UCI GUI and solve at least one of our problems, but I have limited experience with serial device communication.  With few other options and only cryptic guidance from the SUNAV2 manual I grabbed a power supply and USB-serial converter and gave it a try.</p>



<p><a href="https://www.putty.org/">PuTTY</a> was the logical starting place as I use it for SSH connections on my Windows laptop.  After the normal guessing of COM ports I made contact at the specified baud rate of 57600 and otherwise default connection parameters.  It took me a few tries to realize that I needed to send some (any) character to the instrument to &#8220;wake it up&#8221; and induce a response and command prompt.  Protip, you gotta be fast on that command prompt else it the instrument goes to sleep.  But you can&#8217;t prompt with a command!</p>



<p>PuTTY worked great for the initial connection but provides no solution for continuous, real-time monitoring.  You can get PuTTY to create a log file (containing your data and anything else sent over the serial connection), but the file isn&#8217;t created until the session closes which makes it not very useful for real-time monitoring.  PuTTY includes the plink utility that is supposed to provide an automation solution.  While it can do some cool things I couldn&#8217;t crack it for this task.  Because the instrument takes some time to respond to the initial &#8220;wake up&#8221; keystroke, a programmatic solution needs a delay, and I couldn&#8217;t find a way to implement one with plink.</p>



<p>Almost in desperation I turned to Python, which is probably where I should have started.  A previous day&#8217;s frustration turned into a pleasant hour of tinkering over a cup of coffee, and voilà!  <a href="https://github.com/bowmanlab/SUNA_serial">Here&#8217;s the solution</a>, may it help others.  The major unsolved issue is that some encoding issue (?) prevents proper parsing of the data passed from the instrument.  I tinkered with <code>io.TextIOWrapper</code> and various encoding options to no avail, and ultimately settled on Python string operations to set things right.</p>



<p></p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fa-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232%2F&amp;linkname=A%20simple%20solution%20for%20continuous%2C%20real-time%20monitoring%20with%20the%20Seabird%20SUNAV2%20over%20RS232" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fa-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232%2F&amp;linkname=A%20simple%20solution%20for%20continuous%2C%20real-time%20monitoring%20with%20the%20Seabird%20SUNAV2%20over%20RS232" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fa-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232%2F&amp;linkname=A%20simple%20solution%20for%20continuous%2C%20real-time%20monitoring%20with%20the%20Seabird%20SUNAV2%20over%20RS232" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Fa-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232%2F&#038;title=A%20simple%20solution%20for%20continuous%2C%20real-time%20monitoring%20with%20the%20Seabird%20SUNAV2%20over%20RS232" data-a2a-url="https://www.polarmicrobes.org/a-simple-solution-for-continuous-real-time-monitoring-with-the-seabird-sunav2-over-rs232/" data-a2a-title="A simple solution for continuous, real-time monitoring with the Seabird SUNAV2 over RS232"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3521</post-id>	</item>
		<item>
		<title>New postdoctoral position in pathogen ecology</title>
		<link>https://www.polarmicrobes.org/new-postdoctoral-position-in-pathogen-ecology/</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Wed, 25 Sep 2024 15:46:37 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3500</guid>

					<description><![CDATA[The Bowman Lab has a new position open for a postdoc in viral pathogen ecology. The postdoc will join a dynamic team of experimentalists, ecological modelers, and physical oceanographers working to understand the distribution of and exposure risk to norovirus &#8230; <a href="https://www.polarmicrobes.org/new-postdoctoral-position-in-pathogen-ecology/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>The Bowman Lab has a new position open for a postdoc in viral pathogen ecology.  The postdoc will join a dynamic team of experimentalists, ecological modelers, and physical oceanographers working to understand the distribution of and exposure risk to norovirus and other pathogens in coastal California.  The work is motivated by urgent need to better forecast risk associated with cross-border sewage transport in southern San Diego County.  The postdoc will have primary responsibility for conducting experiments to determine the decay of norovirus under realistic environmental conditions and for analyzing a growing dataset of norovirus abundance obtained with ddPCR.  There will be opportunities to be involved in both the field and modeling components of the project, depending on interest and professional development goals.  Applicants should have a strong publication record and excellent writing skills, knowledge of experimental design, qPCR experience, and theoretical knowledge of pathogen ecology.  Specific knowledge of norovirus and mammalian cell culture techniques is a plus.  Position will remain open until filled.  Please send an expression of interest and CV to Jeff at jsbowman at ucsd.edu.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="640" height="954" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?resize=640%2C954&#038;ssl=1" alt="" class="wp-image-3501" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?resize=687%2C1024&amp;ssl=1 687w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?resize=201%2C300&amp;ssl=1 201w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?resize=768%2C1144&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?resize=1031%2C1536&amp;ssl=1 1031w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?resize=1375%2C2048&amp;ssl=1 1375w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?w=1670&amp;ssl=1 1670w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2024/09/Picture1.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-element-caption">Planet Lab imagery of the south San Diego County coastline on April 10, 2024.  Offshore and nearshore plumes associated with cross-border sewage transport can be seen.  Known sources include the Tijuana River (visible in the lower right) and Punta Bandera (not shown).</figcaption></figure>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-position-in-pathogen-ecology%2F&amp;linkname=New%20postdoctoral%20position%20in%20pathogen%20ecology" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-position-in-pathogen-ecology%2F&amp;linkname=New%20postdoctoral%20position%20in%20pathogen%20ecology" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-position-in-pathogen-ecology%2F&amp;linkname=New%20postdoctoral%20position%20in%20pathogen%20ecology" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-position-in-pathogen-ecology%2F&#038;title=New%20postdoctoral%20position%20in%20pathogen%20ecology" data-a2a-url="https://www.polarmicrobes.org/new-postdoctoral-position-in-pathogen-ecology/" data-a2a-title="New postdoctoral position in pathogen ecology"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3500</post-id>	</item>
		<item>
		<title>Seeking postdoc in phytoplankton ecology</title>
		<link>https://www.polarmicrobes.org/seeking-postdoc-in-phytoplankton-ecology/</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Tue, 27 Aug 2024 19:31:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3491</guid>

					<description><![CDATA[The Bowman Lab seeks a postdoctoral researcher for a two-year project to investigate patterns in phytoplankton community composition across molecular time series collected at the Ellen Browning Scripps Memorial Pier at Scripps Institution of Oceanography (SIO) and the Cal Polytechnic &#8230; <a href="https://www.polarmicrobes.org/seeking-postdoc-in-phytoplankton-ecology/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>The Bowman Lab seeks a postdoctoral researcher for a two-year project to investigate patterns in phytoplankton community composition across molecular time series collected at the Ellen Browning Scripps Memorial Pier at Scripps Institution of Oceanography (SIO) and the Cal Polytechnic State University (Cal Poly, San Louis Obispo) Pier at Avila Beach.  The postdoctoral researcher should have a background in biological oceanography or microbial ecology, a solid understanding of ecological statistics and the analysis of amplicon sequence data, be familiar with phytoplankton sampling techniques, and understand basic molecular lab procedures.  Specific knowledge of eukaryotic harmful algal bloom-forming taxa is a plus.  The position will be located at SIO but jointly mentored by Dr. Alexis Pasulka (Cal Poly) and Dr. Jeff Bowman (SIO).  There will be specific opportunities to work with undergraduate students at Cal Poly and SIO.  The position will be open until filled and applicants should reach out jointly to Dr. Bowman (jsbowman at ucsd.edu) and Dr. Pasulka (apasulka at calpoly.edu) with a copy of their CV and a brief expression of interest.</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fseeking-postdoc-in-phytoplankton-ecology%2F&amp;linkname=Seeking%20postdoc%20in%20phytoplankton%20ecology" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fseeking-postdoc-in-phytoplankton-ecology%2F&amp;linkname=Seeking%20postdoc%20in%20phytoplankton%20ecology" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fseeking-postdoc-in-phytoplankton-ecology%2F&amp;linkname=Seeking%20postdoc%20in%20phytoplankton%20ecology" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Fseeking-postdoc-in-phytoplankton-ecology%2F&#038;title=Seeking%20postdoc%20in%20phytoplankton%20ecology" data-a2a-url="https://www.polarmicrobes.org/seeking-postdoc-in-phytoplankton-ecology/" data-a2a-title="Seeking postdoc in phytoplankton ecology"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3491</post-id>	</item>
		<item>
		<title>Recent blog post by PhD student Beth Connors</title>
		<link>https://www.polarmicrobes.org/recent-blog-post-by-phd-student-beth-connors/</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Tue, 13 Feb 2024 17:47:04 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3471</guid>

					<description><![CDATA[Check out this recent blog post written by PhD student Beth Connors for International Women in Science Day!]]></description>
										<content:encoded><![CDATA[
<p>Check out <a href="https://www.asoc.org/ice-archive/a-womans-place-is-in-antarctica-thoughts-from-palmer-station/">this recent blog post</a> written by PhD student Beth Connors for International Women in Science Day!</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Frecent-blog-post-by-phd-student-beth-connors%2F&amp;linkname=Recent%20blog%20post%20by%20PhD%20student%20Beth%20Connors" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Frecent-blog-post-by-phd-student-beth-connors%2F&amp;linkname=Recent%20blog%20post%20by%20PhD%20student%20Beth%20Connors" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Frecent-blog-post-by-phd-student-beth-connors%2F&amp;linkname=Recent%20blog%20post%20by%20PhD%20student%20Beth%20Connors" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Frecent-blog-post-by-phd-student-beth-connors%2F&#038;title=Recent%20blog%20post%20by%20PhD%20student%20Beth%20Connors" data-a2a-url="https://www.polarmicrobes.org/recent-blog-post-by-phd-student-beth-connors/" data-a2a-title="Recent blog post by PhD student Beth Connors"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3471</post-id>	</item>
		<item>
		<title>New paper: Antarctic metagenomes reveal novel microbial diversity</title>
		<link>https://www.polarmicrobes.org/new-paper-antarctic-metagenomes-reveal-novel-microbial-diversity/</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Fri, 19 May 2023 04:22:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[antarctica]]></category>
		<category><![CDATA[metagenomics]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3430</guid>

					<description><![CDATA[I&#8217;ve fallen very far behind on my one-time goal of writing a blog post for each new lab publication. Seeking redemption via a paper out today by former Bowman Lab postdoc Avishek Dutta, now an assistant professor at UGA. His &#8230; <a href="https://www.polarmicrobes.org/new-paper-antarctic-metagenomes-reveal-novel-microbial-diversity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>I&#8217;ve fallen very far behind on my one-time goal of writing a blog post for each new lab publication. Seeking redemption via a paper out today by former Bowman Lab postdoc Avishek Dutta, now an <a href="https://duttalab.franklinresearch.uga.edu/" data-type="URL" data-id="https://duttalab.franklinresearch.uga.edu/">assistant professor at UGA</a>. His paper, <em><a href="https://www.frontiersin.org/articles/10.3389/fmicb.2023.1168507/full" data-type="URL" data-id="https://www.frontiersin.org/articles/10.3389/fmicb.2023.1168507/full">Depth drives the distribution of microbial ecological functions in the coastal western Antarctic Peninsula</a></em>, is the first study (we believe) to employ high throughput shotgun metagenomics to evaluate the ecological functions of bacteria and archaea across multiple depths and seasons in the Antarctic marine system. It builds on some wonderful work by <a href="https://www.frontiersin.org/articles/10.3389/fmicb.2015.01090/full#h5" data-type="URL" data-id="https://www.frontiersin.org/articles/10.3389/fmicb.2015.01090/full#h5">Tom Delmont in the Amundsen Sea</a> and <a href="https://www.nature.com/articles/ismej201231">Joseph Grzymski in the same region as this study</a>.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="640" height="378" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g001.jpg?resize=640%2C378&#038;ssl=1" alt="" class="wp-image-3431" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g001.jpg?resize=1024%2C605&amp;ssl=1 1024w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g001.jpg?resize=300%2C177&amp;ssl=1 300w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g001.jpg?resize=768%2C454&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g001.jpg?w=1536&amp;ssl=1 1536w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g001.jpg?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<p>Avishek selected 48 historic samples collected by our group in collaboration with the <a href="https://pallter.marine.rutgers.edu/">Palmer Long Term Ecological Research</a> study for shotgun metagenomic analysis. Although this is not a particularly large sample set by today&#8217;s standards, using Avishek&#8217;s <a href="https://github.com/avishekdutta14/iMAGine" data-type="URL" data-id="https://github.com/avishekdutta14/iMAGine">iMAGine</a> pipeline it was nonetheless sufficient to yield 2,940 bins (collections of <em>contigs</em> that might be from similar genomes) and 137 dereplicated, high quality bins that we considered metagenome assembled genomes (MAGs). MAGs are not perfect constructs; they&#8217;re incomplete and likely composites of different, highly similar genomes. Nonetheless, standard genomic tools and analyses can be applied to them to try and infer likely metabolisms and other characteristics.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="640" height="657" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?resize=640%2C657&#038;ssl=1" alt="" class="wp-image-3434" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?resize=998%2C1024&amp;ssl=1 998w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?resize=292%2C300&amp;ssl=1 292w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?resize=768%2C788&amp;ssl=1 768w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?resize=1497%2C1536&amp;ssl=1 1497w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?w=1902&amp;ssl=1 1902w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2023/05/fmicb-14-1168507-g008.jpg?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<p>You really have to stare at the above figure for a while to start to wrap your head around the details, but the main points are: 1) There&#8217;s a lot of potential for carbohydrate degradation potential, as we might expect for bacteria and archaea that respond to phytoplankton blooms. 2) There&#8217;s a lot of dark carbon fixation potential, and this is often combined with different heterotrophic metabolisms to produce a prokaryotic mixotrophic functional type (i.e. an organism that can switch between autotrophic and heterotrophic metabolisms). This is one of those things that we assume must be fairly common without actually observing it. Right now there is a lot of discussion in various communities about the role of mixotrophic protists in marine foodwebs and the carbon cycle, but mixotrophic bacteria and archaea get surprisingly little attention. </p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-paper-antarctic-metagenomes-reveal-novel-microbial-diversity%2F&amp;linkname=New%20paper%3A%20Antarctic%20metagenomes%20reveal%20novel%20microbial%20diversity" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-paper-antarctic-metagenomes-reveal-novel-microbial-diversity%2F&amp;linkname=New%20paper%3A%20Antarctic%20metagenomes%20reveal%20novel%20microbial%20diversity" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-paper-antarctic-metagenomes-reveal-novel-microbial-diversity%2F&amp;linkname=New%20paper%3A%20Antarctic%20metagenomes%20reveal%20novel%20microbial%20diversity" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-paper-antarctic-metagenomes-reveal-novel-microbial-diversity%2F&#038;title=New%20paper%3A%20Antarctic%20metagenomes%20reveal%20novel%20microbial%20diversity" data-a2a-url="https://www.polarmicrobes.org/new-paper-antarctic-metagenomes-reveal-novel-microbial-diversity/" data-a2a-title="New paper: Antarctic metagenomes reveal novel microbial diversity"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3430</post-id>	</item>
		<item>
		<title>New postdoctoral research opportunity!</title>
		<link>https://www.polarmicrobes.org/new-postdoctoral-research-opportunity/</link>
					<comments>https://www.polarmicrobes.org/new-postdoctoral-research-opportunity/#comments</comments>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Fri, 07 Apr 2023 17:58:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3419</guid>

					<description><![CDATA[Andrew Barton (https://adbarton.scrippsprofiles.ucsd.edu/) and Jeff Bowman (https://jsbowman.scrippsprofiles.ucsd.edu/) at Scripps Institution of Oceanography at the University of California San Diego are recruiting a postdoc to study interactions among marine microbes, inferred from regular genomic measurements and cell images taken at Scripps &#8230; <a href="https://www.polarmicrobes.org/new-postdoctoral-research-opportunity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Andrew Barton (<a href="https://adbarton.scrippsprofiles.ucsd.edu/">https://adbarton.scrippsprofiles.ucsd.edu/</a>) and Jeff Bowman (<a href="https://jsbowman.scrippsprofiles.ucsd.edu/">https://jsbowman.scrippsprofiles.ucsd.edu/</a>) at Scripps Institution of Oceanography at the University of California San Diego are recruiting a postdoc to study interactions among marine microbes, inferred from regular genomic measurements and cell images taken at Scripps Pier (<a href="https://ecoobs.ucsd.edu/">https://ecoobs.ucsd.edu/</a>). Possible research areas include but are not limited to: quantifying the strength and direction of microbial interactions, identifying “keystone” microbial taxa, and assessing how microbial interactions shape ecosystem function. The ideal candidate will have a PhD in ecology, marine biology, or related disciplines, and proficiency in data science techniques, machine learning, novel statistical methods, and/or numerical modeling approaches for studying natural populations and communities. Please direct qualified candidates to contact Andrew Barton (<a href="mailto:adbarton@ucsd.edu">adbarton@ucsd.edu</a>) for more information. We anticipate filling the open position by Fall 2023. </p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-research-opportunity%2F&amp;linkname=New%20postdoctoral%20research%20opportunity%21" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-research-opportunity%2F&amp;linkname=New%20postdoctoral%20research%20opportunity%21" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-research-opportunity%2F&amp;linkname=New%20postdoctoral%20research%20opportunity%21" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Fnew-postdoctoral-research-opportunity%2F&#038;title=New%20postdoctoral%20research%20opportunity%21" data-a2a-url="https://www.polarmicrobes.org/new-postdoctoral-research-opportunity/" data-a2a-title="New postdoctoral research opportunity!"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.polarmicrobes.org/new-postdoctoral-research-opportunity/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3419</post-id>	</item>
		<item>
		<title>Lab manager position open!</title>
		<link>https://www.polarmicrobes.org/lab-manager-position-open/</link>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Sat, 15 Jan 2022 17:33:49 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3365</guid>

					<description><![CDATA[We&#8217;re on the hunt for a lab manager/senior lab technician to take on a variety of key tasks in the Bowman Lab. The position is being advertised at the Staff Research Associate II level and the ideal applicant will have &#8230; <a href="https://www.polarmicrobes.org/lab-manager-position-open/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>We&#8217;re on the hunt for a <a href="https://employment.ucsd.edu/oceanographic-laboratory-technician-113985/job/18310701">lab manager/senior lab technician</a> to take on a variety of key tasks in the Bowman Lab.  The position is being advertised at the Staff Research Associate II level and the ideal applicant will have an MS in a relevant field, or a BS and equivalent experience.  We are looking for someone with complementary skills to the rest of the lab; the ideal applicant would have a background in environmental or analytical chemistry to complement our core expertise in microbiology.  However, a background in the life sciences also works fine.  The formal job posting is pasted below (note that it deviates slightly from what&#8217;s described here due to limitations of the UC San Diego HR system).  </p>



<h3 class="wp-block-heading">DESCRIPTION</h3>



<p>Under supervision, independently perform a variety of standard laboratory and data analysis procedures (and some non-standard procedures) related to the function of coastal ocean environments. Coordinates and conducts instrument calibrations and data collection for long-term time-series of microbial community structure, microbial abundance, and dissolved gases. Responsible for the operation and maintenance of a membrane inlet mass spectrometer, flow cytometer, and in situ imaging flow cytometer (IFCB), DNA extraction, data entry, and light programming in Python and R. Travel to field stations as needed, which may involve driving University vehicles and operating small boats for diving and coastal field work. Scuba dive to clean and service underwater instrumentation. Coordinate and communicate with lab members about supplies, data and sampling techniques. Oversee and work-direct undergraduate research assistants. Process, analyze, and interpret results from data sets, evaluate quality of data, generate and update design and method documentation, and update web pages. Perform general office duties including but not limited to filing, photocopying, faxing and library searches for research articles. Manage laboratory space, computers, and equipment.</p>



<ul class="wp-block-list"><li>Must be able to lift 50 lbs.</li></ul>



<h3 class="wp-block-heading">QUALIFICATIONS</h3>



<ul class="wp-block-list"><li>B.S. in Chemistry, Marine Science, Oceanography, or equivalent combination of education and experience with a strong background in data analysis and computer operations.</li><li>Demonstrated experience with diving and ability to acquire or maintain AAUS and SIO scientific diving certification.</li><li>Demonstrated knowledge of mathematics, scientific, and programming principles.</li><li>Demonstrated experience with R, Matlab, or Python programming languages for data analysis and visualization.</li><li>Demonstrated laboratory experience. Demonstrated knowledge and experience with laboratory techniques and instrumentation, specifically flow cytometry and DNA extractions. Demonstrated experience with laboratory safety procedures and calibration techniques.</li><li>Proven ability to work effectively on multiple tasks in parallel, with each requiring a different focus and level of detail and attention. Proven ability to prioritize tasks and solve problems.</li><li>Demonstrated data entry and data analysis experience. Demonstrated experience with spreadsheets and/or databases for data entry, archival and basic data analysis using standard software (e.g., MS Excel, MS Access, Matlab, or other statistical software packages).</li><li>Experience communicating and interacting with a variety of people from the public to governmental agencies, students and volunteers. Ability to effectively communicate instructions and interact using tact and diplomacy with diverse personalities including academic, staff, student and volunteer employees and institutions/organizations.</li><li>Proven ability and experience using PCs, email, internet, general office tools and software.</li><li>Tolerance of repetitive tasks such as data entry and checking, or extended periods in laboratory filtering samples or analyzing seawater samples via flow cytometry.</li><li>Demonstrated ability to find and follow written and oral procedures from standard laboratory resources.</li><li>Must be organized and a self-motivator with the ability to work efficiently while unsupervised.</li><li>Proven ability to document significant results of data analysis in technical notes. Good writing skills. Ability to integrate data products and methodologies from laboratory and field instrumentation into research results for publication purposes.</li><li>Proven ability to communicate with technical and scientific personnel. Ability to instruct and aid research associates and students on the use of software packages and data procedures/protocols.</li><li>Ability to travel for days to weeks for field work and work extended hours as needed.</li><li>Ability to drive University vehicles to field stations. Valid driver&#8217;s license.</li><li>Proven ability to work with others under demanding conditions, sometimes for extended periods of time.</li></ul>



<h3 class="wp-block-heading">SPECIAL CONDITIONS</h3>



<ul class="wp-block-list"><li>Ability to work at sea. Must have demonstrated experience with SCUBA diving and ability to acquire and maintain AAUS and SIO scientific diving certification.</li><li>Must have valid driver&#8217;s license and ability to drive University vehicles to field stations.</li><li>Ability to travel for days to weeks for field work and work extended hours as needed.</li><li>This position is subject to a DMV check for driving record. Fluency in Spanish is preferred.</li></ul>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Flab-manager-position-open%2F&amp;linkname=Lab%20manager%20position%20open%21" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Flab-manager-position-open%2F&amp;linkname=Lab%20manager%20position%20open%21" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Flab-manager-position-open%2F&amp;linkname=Lab%20manager%20position%20open%21" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Flab-manager-position-open%2F&#038;title=Lab%20manager%20position%20open%21" data-a2a-url="https://www.polarmicrobes.org/lab-manager-position-open/" data-a2a-title="Lab manager position open!"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3365</post-id>	</item>
		<item>
		<title>Tutorial: altering an existing NPZ model</title>
		<link>https://www.polarmicrobes.org/tutorial-altering-an-existing-npz-model/</link>
		
		<dc:creator><![CDATA[Beth Connors]]></dc:creator>
		<pubDate>Mon, 11 Oct 2021 18:56:25 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.polarmicrobes.org/?p=3339</guid>

					<description><![CDATA[I had the recent pleasure this summer of teaching high school students as a part of a Sally Ride Science Junior Academy. My class was called Polar Microbes, and we discussed adaptations to environments unique to the poles and the &#8230; <a href="https://www.polarmicrobes.org/tutorial-altering-an-existing-npz-model/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>I had the recent pleasure this summer of teaching high school students as a part of a <a href="https://sallyridescience.ucsd.edu/junior-academy/" data-type="URL" data-id="https://sallyridescience.ucsd.edu/junior-academy/">Sally Ride Science Junior Academy</a>. My class was called Polar Microbes, and we discussed adaptations to environments unique to the poles and the importance of microbes to the food webs of the Arctic and Antarctic. One of the things I most wanted to show students was how a simple ecological model could be changed to better fit the polar environment and explicitly include micro-organisms. I was so impressed by how quickly my students were able to understand and change the code underlying the model we used. I wanted to write a quick tutorial to expand that learning to anyone that is intimidated by ecological modeling and wants an easy place to start.</p>



<p>It is valuable to start out with a basic definition: a model is a simple representation of a complex phenomenon. Models are useful because they explicitly describe important mechanisms, which then can be tested against observations. This testing will ultimately demonstrate if your concept of a natural phenomenon was valid or that it needs to be refined.  With very little modeling experience myself, I started with an existing model from the excellent textbook “A Practical Guide to Ecological Modeling” by Karline Soetaert and Peter Herman from Springer. If you use R as a coding language, it is a great book to start modeling, as they have many conceptional explanations paired with highly understandable code. All the examples from the book are in the R package ecolMod:</p>



<p><code>install.packages("ecolMod”) </code></p>



<p><code>library(ecolMod) </code></p>



<p><code>demo("chap2")</code></p>



<p>Once you have the package loaded, you can click through the examples to see how to build a simple ecological model, where a forcing function causes flow between state variables. It is easier to understand with the below visual (Fig 2.1 of Soetart and Herman).</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture1.png?resize=553%2C182&#038;ssl=1" alt="" class="wp-image-3340" width="553" height="182" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture1.png?w=494&amp;ssl=1 494w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture1.png?resize=300%2C99&amp;ssl=1 300w" sizes="auto, (max-width: 553px) 100vw, 553px" /></figure>



<p>In oceanography, a common real-world application of this conceptual type of model is the NPZD, which stands for Nutrient, Phytoplankton, Zooplankton and Detritus. It is important for us to understand the flow of carbon and nitrogen (among other elements!) through both the macroscopic (zooplankton) and microscopic (detritus that is re-mineralized by bacteria) food web. This is one of the simplest ways to mathematically model it.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="494" height="296" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Rplot01-3.04.55-PM-copy.png?resize=494%2C296&#038;ssl=1" alt="" class="wp-image-3341" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Rplot01-3.04.55-PM-copy.png?w=494&amp;ssl=1 494w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Rplot01-3.04.55-PM-copy.png?resize=300%2C180&amp;ssl=1 300w" sizes="auto, (max-width: 494px) 100vw, 494px" /></figure>



<p>Along with figures, the authors are kind enough to include the code for the model. In their code, each of the state variables of NPZ or D (the boxes) are mathematically equal to the flows in minus the flows out. Based on the figure above for instance, PHYTO = f1 – f2. In turn, each of the flows are their own mathematical equations with parameters (constants that are experimentally determined). The equation provided for f1 for instance is:</p>



<p><code> f1 =  Nuptake  &lt;- maxUptake * PAR/(PAR+ksPAR) * din/(din+ksDIN)</code></p>



<p>This is because <code>Nuptake</code> is dependent on solar radiation (PAR) and the amount of nutrients that are available (<code>din</code>), as well as the parameters <code>maxUptake, ksPAR and ksDIN</code> which are set as equal to 1/day, 140 muEinst/m2/s and 0.5 mmolN/m3 respectively when we define our parameters later in the model. I encourage you to download the model code and follow how each of the state variable definitions, flows and parameters are connected. Even in a model as simple as this it gets complicated!</p>



<p>Even more exciting are the model solutions, which show a sensible story over two years. As you know from above, the forcing function for the model is PAR (solar radiation), which varies over the season (the sine wave in panel A of the following figure). As PAR increases in the spring, there is a modeled increase in Chlorophyll and Zooplankton (what oceanographers call a “spring bloom”!) and a decrease in DIN.</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture2.png?resize=567%2C339&#038;ssl=1" alt="" class="wp-image-3342" width="567" height="339" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture2.png?w=468&amp;ssl=1 468w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture2.png?resize=300%2C179&amp;ssl=1 300w" sizes="auto, (max-width: 567px) 100vw, 567px" /></figure>



<p>As I was teaching a class called Polar Microbes, I wanted to change some parts of the model to better reflect a polar environment. Since the model’s forcing function is the seasonal light cycle, I knew it was the first thing that needed to change. The tilt of our rotation axis ensures that our poles have a much more extreme seasonal light cycles, with time in both full darkness and full light.</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture3.png?resize=436%2C291&#038;ssl=1" alt="" class="wp-image-3343" width="436" height="291" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture3.png?w=349&amp;ssl=1 349w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture3.png?resize=300%2C200&amp;ssl=1 300w" sizes="auto, (max-width: 436px) 100vw, 436px" /></figure>



<p>When you change the model to reflect this planetary fact (just change the PAR function to have a steeper slope and a period of darkness), the output variables change drastically (the Polar Model is in blue below):</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture4.png?resize=576%2C356&#038;ssl=1" alt="" class="wp-image-3344" width="576" height="356" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture4.png?w=624&amp;ssl=1 624w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture4.png?resize=300%2C186&amp;ssl=1 300w" sizes="auto, (max-width: 576px) 100vw, 576px" /></figure>



<p>Our class had long discussions about this model output. Is it sensible? What can you infer about the polar regions from this? How could it be improved? In our class, we ended up even adding another state variable, Bacteria, and altering the flows from it (viral lysis) to see what happens.</p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture5.png?resize=566%2C350&#038;ssl=1" alt="" class="wp-image-3347" width="566" height="350" srcset="https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture5.png?w=624&amp;ssl=1 624w, https://i0.wp.com/www.polarmicrobes.org/wp-content/uploads/2021/10/Picture5.png?resize=300%2C186&amp;ssl=1 300w" sizes="auto, (max-width: 566px) 100vw, 566px" /></figure>



<p>I encourage you to download the ecolMod package and see for yourself! If you are a high school student, consider joining us next summer at Sally Ride Science for my summer class on Polar Microbes as well.</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-altering-an-existing-npz-model%2F&amp;linkname=Tutorial%3A%20altering%20an%20existing%20NPZ%20model" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-altering-an-existing-npz-model%2F&amp;linkname=Tutorial%3A%20altering%20an%20existing%20NPZ%20model" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-altering-an-existing-npz-model%2F&amp;linkname=Tutorial%3A%20altering%20an%20existing%20NPZ%20model" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Ftutorial-altering-an-existing-npz-model%2F&#038;title=Tutorial%3A%20altering%20an%20existing%20NPZ%20model" data-a2a-url="https://www.polarmicrobes.org/tutorial-altering-an-existing-npz-model/" data-a2a-title="Tutorial: altering an existing NPZ model"></a></p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3339</post-id>	</item>
		<item>
		<title>Looking back to South Bay Salt Works 2019</title>
		<link>https://www.polarmicrobes.org/looking-back-to-south-bay-salt-works-2019/</link>
					<comments>https://www.polarmicrobes.org/looking-back-to-south-bay-salt-works-2019/#respond</comments>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Thu, 11 Jun 2020 16:50:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=3022</guid>

					<description><![CDATA[Many thanks to Michelle Babcock, communications specialist for the OAST project, for producing this great video of our 2019 field effort at the South Bay Salt Works in San Diego. This field effort was supposed to be a low-key opportunity &#8230; <a href="https://www.polarmicrobes.org/looking-back-to-south-bay-salt-works-2019/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Many thanks to Michelle Babcock, communications specialist for the <a href="https://oast.eas.gatech.edu/">OAST project</a>, for producing this great video of our 2019 field effort at the South Bay Salt Works in San Diego.  This field effort was supposed to be a low-key opportunity for the OAST team to practice working together in the field, but the ideal nature of the site and some of our preliminary findings have elevated it to a primary field site.  It&#8217;s a good thing too&#8230; with COVID-19 making a hash of international travel plans it&#8217;s the one place we know we can reach!</p>



<p style="text-align:center"><iframe loading="lazy" src="https://www.youtube.com/embed/gJQCalt7T9E" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" width="560" height="315" frameborder="0"></iframe></p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Flooking-back-to-south-bay-salt-works-2019%2F&amp;linkname=Looking%20back%20to%20South%20Bay%20Salt%20Works%202019" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Flooking-back-to-south-bay-salt-works-2019%2F&amp;linkname=Looking%20back%20to%20South%20Bay%20Salt%20Works%202019" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Flooking-back-to-south-bay-salt-works-2019%2F&amp;linkname=Looking%20back%20to%20South%20Bay%20Salt%20Works%202019" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Flooking-back-to-south-bay-salt-works-2019%2F&#038;title=Looking%20back%20to%20South%20Bay%20Salt%20Works%202019" data-a2a-url="https://www.polarmicrobes.org/looking-back-to-south-bay-salt-works-2019/" data-a2a-title="Looking back to South Bay Salt Works 2019"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.polarmicrobes.org/looking-back-to-south-bay-salt-works-2019/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3022</post-id>	</item>
		<item>
		<title>CUREing microbes ASBMB2020 presentation</title>
		<link>https://www.polarmicrobes.org/cureing-microbes-asbmb2020-presentation/</link>
					<comments>https://www.polarmicrobes.org/cureing-microbes-asbmb2020-presentation/#respond</comments>
		
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Wed, 29 Apr 2020 22:14:38 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.polarmicrobes.org/?p=2936</guid>

					<description><![CDATA[In a sign of the times here&#8217;s Ana Barral&#8217;s virtual presentation for the 2020 American Society for Biochemistry and Molecular Biology meeting (held remotely). It&#8217;s a nice summary of the initial results of our course-based undergraduate research experience (CURE) on &#8230; <a href="https://www.polarmicrobes.org/cureing-microbes-asbmb2020-presentation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p>In a sign of the times here&#8217;s Ana Barral&#8217;s virtual presentation for the 2020 American Society for Biochemistry and Molecular Biology meeting (held remotely).  It&#8217;s a nice summary of the initial results of our course-based undergraduate research experience (CURE) on microbes on ocean plastics.</p>



<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/Mym3qUltj6k" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fcureing-microbes-asbmb2020-presentation%2F&amp;linkname=CUREing%20microbes%20ASBMB2020%20presentation" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fcureing-microbes-asbmb2020-presentation%2F&amp;linkname=CUREing%20microbes%20ASBMB2020%20presentation" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.polarmicrobes.org%2Fcureing-microbes-asbmb2020-presentation%2F&amp;linkname=CUREing%20microbes%20ASBMB2020%20presentation" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.polarmicrobes.org%2Fcureing-microbes-asbmb2020-presentation%2F&#038;title=CUREing%20microbes%20ASBMB2020%20presentation" data-a2a-url="https://www.polarmicrobes.org/cureing-microbes-asbmb2020-presentation/" data-a2a-title="CUREing microbes ASBMB2020 presentation"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://www.polarmicrobes.org/cureing-microbes-asbmb2020-presentation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2936</post-id>	</item>
	</channel>
</rss>
