<?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>modENCODE Blog &#187; Notices</title>
	<atom:link href="http://blog.modencode.org/category/general/notices/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.modencode.org</link>
	<description>weblog of the modENCODE Data Coordination Center</description>
	<lastBuildDate>Wed, 18 Aug 2010 12:42:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>modMine now integrates Cytoscape Web</title>
		<link>http://blog.modencode.org/modmine-now-integrates-cytoscape-web</link>
		<comments>http://blog.modencode.org/modmine-now-integrates-cytoscape-web#comments</comments>
		<pubDate>Wed, 18 Aug 2010 12:40:47 +0000</pubDate>
		<dc:creator>fengyuan</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[modMine]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=602</guid>
		<description><![CDATA[In any of the gene or protein report page, modMine shows the interaction network of the gene displayed by Cytoscape Web (Lopes et al., 2010): nodes (genes) and edges (interactions) are both active links to the relevant modMine pages, and the sources of an interaction are displayed as the pointer is hovered over an edge. [...]]]></description>
			<content:encoded><![CDATA[<p>In any of the gene or protein report page, modMine shows the interaction network of the gene displayed by Cytoscape Web (Lopes et al., 2010): nodes (genes) and edges (interactions) are both active links to the relevant modMine pages, and the sources of an interaction are displayed as the pointer is hovered over an edge. Different colours of edges are for different interaction types, and the network can be rendered by interaction type. Exporting the network to SIF and XGMML formats is supported.</p>
<p>Cytoscape Web is a web-based network visualization tool, modeled after Cytoscape, that is open source, interactive, customizable, and easily integrated into websites. Multiple file exchange formats can be used to load data into Cytoscape Web, including GraphML, XGMML and SIF. Availability and Implementation: Cytoscape Web is implemented in Flex/ActionScript with a JavaScript API and is freely available at <a href="http://cytoscapeweb.cytoscape.org/">http://cytoscapeweb.cytoscape.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/modmine-now-integrates-cytoscape-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modMine release 18</title>
		<link>http://blog.modencode.org/modmine-release-18</link>
		<comments>http://blog.modencode.org/modmine-release-18#comments</comments>
		<pubDate>Sat, 17 Jul 2010 15:44:31 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[modMine]]></category>
		<category><![CDATA[data freeze]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=598</guid>
		<description><![CDATA[modMine release 18 
This release contains the same data as release 17  (freeze of 1st of February 2010), with the addition of 9 C. Elegans submissions from the Waterston project that did not make it to the previous release.
Release 18 contains 1031 submissions, 729 for fly and 311 for worm. 2 of the fly submissions relate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>modMine <a href="http://intermine.modencode.org/release-18/">release 18 </a></strong></p>
<p>This release contains the same data as release 17  (freeze of 1st of February 2010), with the addition of 9 C. Elegans submissions from the Waterston project that did not make it to the previous release.</p>
<p>Release 18 contains 1031 submissions, 729 for fly and 311 for worm. 2 of the fly submissions relate to Drosophila Pseudoscura.</p>
<p>In this release the display of the expression levels related to a certain feature has been corrected (those were named as &#8216;experimental features&#8217; in the previous release), a bug related to the association of features common to different submissions of a certain experiment has been fixed (see <a title="post" href="http://blog.modencode.org/modmine-release-17-erratum-waterston-data">post</a>) and more feature relationships and properties are now considered.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/modmine-release-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modMine perl API</title>
		<link>http://blog.modencode.org/modmine-perl-api</link>
		<comments>http://blog.modencode.org/modmine-perl-api#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:15:07 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[modMine]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[InterMine]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=574</guid>
		<description><![CDATA[modMine provides RESTful web services enabling execution of queries directly from programs you write.  All Template Queries can very easily be executed from the command line or a script, click the &#8216;Embed&#8217; link on a Template Query form for more details.
We also provide a Perl client API that makes it easy to run templates and [...]]]></description>
			<content:encoded><![CDATA[<p>modMine provides <strong>RESTful web services</strong> enabling execution of queries directly from programs you write.  All Template Queries can very easily be executed from the command line or a script, click the &#8216;Embed&#8217; link on a Template Query form for more details.</p>
<p>We also provide a <strong>Perl client API</strong> that makes it easy to run templates and create custom queries from simple Perl programs.  The download contains some sample code that will connect to modMine and run queries to, for example, fetch details of antibodies and to find modENCODE features located near to gene(s) of interest.</p>
<p>You can download the package at:</p>
<p><a href="http://www.flymine.org/download/modmine/perlAPI">http://www.flymine.org/download/modmine/perlAPI</a></p>
<p>Instructions are in the file <a href="http://www.flymine.org/download/modmine/perlAPI/howToInstall">http://www.flymine.org/download/modmine/perlAPI/howToInstall</a></p>
<p>Or for an automated install, which will handle dependencies for you can use <strong>pip</strong>:</p>
<p>From the commandline run:</p>
<p>pip <a href="http://www.flymine.org/download/modmine/perlAPI">http://www.flymine.org/download/modmine/perlAPI</a>/<a href="http://www.flymine.org/download/modmine/perlAPI/InterMine-0.02.tar.gz">InterMine-0.02.tar.gz</a></p>
<p>Don&#8217;t forget you can install pip (the package installer for Perl) with &#8220;cpan pip&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/modmine-perl-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modMine is hiring in Cambridge, U.K.</title>
		<link>http://blog.modencode.org/modmine-hiring</link>
		<comments>http://blog.modencode.org/modmine-hiring#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:57:02 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[modMine]]></category>
		<category><![CDATA[vacancies]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[job vacancy]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=563</guid>
		<description><![CDATA[modMine is hiring 2 software developers in Cambridge, U.K.
For more information on the available positions and how to apply please see
http://www.intermine.org/wiki/NowHiring#SoftwareDevelopers-modENCODEprojectTwoposts
]]></description>
			<content:encoded><![CDATA[<p>modMine is hiring 2 software developers in Cambridge, U.K.</p>
<p>For more information on the available positions and how to apply please see</p>
<p><a href="http://www.intermine.org/wiki/NowHiring#SoftwareDevelopers-modENCODEprojectTwoposts">http://www.intermine.org/wiki/NowHiring#SoftwareDevelopers-modENCODEprojectTwoposts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/modmine-hiring/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take our usability survey!!</title>
		<link>http://blog.modencode.org/take-our-usability-survey</link>
		<comments>http://blog.modencode.org/take-our-usability-survey#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:36:49 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=547</guid>
		<description><![CDATA[Do you use the ENCODE or modENCODE data, or think you might want to? If so, please take the 2010 ENCODE/modENCODE Usability Survey.
]]></description>
			<content:encoded><![CDATA[<p>Do you use the ENCODE or modENCODE data, or think you might want to? If so, please take the <a href="http://www.surveymonkey.com/s/XV666V5">2010 ENCODE/modENCODE Usability Survey</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/take-our-usability-survey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modMine release 17</title>
		<link>http://blog.modencode.org/modmine-release-17</link>
		<comments>http://blog.modencode.org/modmine-release-17#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:31:31 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[modMine]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[data freeze]]></category>
		<category><![CDATA[InterMine]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=542</guid>
		<description><![CDATA[modMine release 17 
This release represents the data release freeze of 1st of February 2010.
Release 17 contains 1031 submissions, 729 for fly and 302 for worm. 2 of the fly submissions relate to Drosophila Pseudoscura.
There are 37 experiments in the release, and more than 43 millions of genetic features.
]]></description>
			<content:encoded><![CDATA[<p><strong>modMine <a href="http://intermine.modencode.org/release-17/">release 17 </a></strong></p>
<p>This release represents the data release freeze of 1st of February 2010.</p>
<p>Release 17 contains 1031 submissions, 729 for fly and 302 for worm. 2 of the fly submissions relate to Drosophila Pseudoscura.</p>
<p>There are 37 experiments in the release, and more than 43 millions of genetic features.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/modmine-release-17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Version of the modENCODE &#8220;Histone Mark Antibody Validation&#8221; Table is available</title>
		<link>http://blog.modencode.org/new-version-of-the-modencode-histone-mark-antibody-validation-table-is-available</link>
		<comments>http://blog.modencode.org/new-version-of-the-modencode-histone-mark-antibody-validation-table-is-available#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:47:05 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Notices]]></category>
		<category><![CDATA[antibody]]></category>
		<category><![CDATA[ChIP]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/new-version-of-the-modencode-histone-mark-antibody-validation-table-is-available</guid>
		<description><![CDATA[The ongoing effort to create a Quality Control catalog of commercial antibodies that are reliable, sensitive and specific enough for chromatin immunoprecipitation experiments (led by Susan Strome and Gary Karpen) has just been updated and is available here:
http://www.modencode.org/docs/hmav.html
]]></description>
			<content:encoded><![CDATA[<p>The ongoing effort to create a Quality Control catalog of commercial antibodies that are reliable, sensitive and specific enough for chromatin immunoprecipitation experiments (led by Susan Strome and Gary Karpen) has just been updated and is available here:</p>
<p>http://www.modencode.org/docs/hmav.html</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/new-version-of-the-modencode-histone-mark-antibody-validation-table-is-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modMine Release 16</title>
		<link>http://blog.modencode.org/modmine-release-16</link>
		<comments>http://blog.modencode.org/modmine-release-16#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:05:48 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Notices]]></category>
		<category><![CDATA[modMine]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[Lieb]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=533</guid>
		<description><![CDATA[modMine release 16

New incremental release with 780 submissions. 568 concern fly, 212  worm.
This release contains a snapshot of all fly and worm data for analysis (data analysis freeze). It has the same data of release 15 with the addition of 10 worm submissions (all from the Lieb project).
A bug affecting the export of data [...]]]></description>
			<content:encoded><![CDATA[<p><strong>modMine <a href="http://intermine.modencode.org/release-16/">release 16<br />
</a></strong></p>
<p>New incremental release with 780 submissions. 568 concern fly, 212  worm.</p>
<p>This release contains a snapshot of all fly and worm data for analysis (data analysis freeze). It has the same data of release 15 with the addition of 10 worm submissions (all from the Lieb project).</p>
<p>A bug affecting the export of data has been solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/modmine-release-16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modMine Release 15 (frozen release for data analysis)</title>
		<link>http://blog.modencode.org/release-15</link>
		<comments>http://blog.modencode.org/release-15#comments</comments>
		<pubDate>Sun, 06 Dec 2009 14:20:10 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[Fly Data Release]]></category>
		<category><![CDATA[Notices]]></category>
		<category><![CDATA[Worm Data Release]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[modMine]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[C. elegans]]></category>
		<category><![CDATA[data freeze]]></category>
		<category><![CDATA[drosophila]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=424</guid>
		<description><![CDATA[modMine release 15

New full release with 770 submissions. 568 concern fly, 202  worm.
This release contains a snapshot of all fly and worm data for analysis (data analysis freeze). 
Please note that the submissions for fly of the Henikoff group have been updated respect release 14. The update has increased the number of submissions by [...]]]></description>
			<content:encoded><![CDATA[<p><strong>modMine <a href="http://intermine.modencode.org/release-15/">release 15<br />
</a></strong></p>
<p>New full release with 770 submissions. 568 concern fly, 202  worm.</p>
<p>This release contains a snapshot of all fly and worm data for analysis (data analysis freeze). </p>
<p>Please note that the submissions for fly of the Henikoff group have been updated respect release 14. The update has increased the number of submissions by 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/release-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wanted: modENCODE Scientific Manager</title>
		<link>http://blog.modencode.org/scientific-manager</link>
		<comments>http://blog.modencode.org/scientific-manager#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:14:42 +0000</pubDate>
		<dc:creator>sergio</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Notices]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[job vacancy]]></category>

		<guid isPermaLink="false">http://blog.modencode.org/?p=368</guid>
		<description><![CDATA[The modENCODE project (modencode.org) is seeking an accomplished and
motivated Drosophila or C.  elegans scientist to act as the scientific
manager for modENCODE integrative analysis.  Applicants should have a
strong scientific and leadership background, with experience both in
large-scale data integration and in the management and coordination of
large scientific groups.
The goal of the modENCODE project (model organism ENCyclopedia of [...]]]></description>
			<content:encoded><![CDATA[<p>The modENCODE project (<a href="http://modencode.org/" target="_blank">modencode.org</a>) is seeking an accomplished and<br />
motivated Drosophila or C.  elegans scientist to act as the scientific<br />
manager for modENCODE integrative analysis.  Applicants should have a<br />
strong scientific and leadership background, with experience both in<br />
large-scale data integration and in the management and coordination of<br />
large scientific groups.</p>
<p>The goal of the modENCODE project (model organism ENCyclopedia of DNA<br />
Elements) is a systematic identification of all functional elements in<br />
fly and worm and their dynamics across development and in multiple<br />
cell lines, through large-scale data generation and integration,<br />
including gene expression, transcription factor binding, chromatin<br />
modifications, histone variants, microRNAs. The project involves<br />
numerous data production centers in both model organisms, each coupled<br />
with an informatics data processing and analysis group.  In addition,<br />
a Data Coordination Center (DCC) is charged with data storage<br />
processing and dissemination, and the newly-funded Data Analysis<br />
Center (DAC) is charged with integrative analysis of the diverse<br />
datasets, forming the Analysis Working Group (AWG) together with<br />
additional biological and informatics members of the various groups.</p>
<p>The scientific manager will co-direct the DAC and AWG and will be<br />
responsible for coordinating all group activities and priorities, both<br />
scientifically and organizationally. This includes: shaping and<br />
executing the vision of the integrative analysis for modENCODE;<br />
planning, coordinating, and contributing to the writing of modENCODE<br />
scientific papers; coordinating analysis activities, milestones, and<br />
deliverables of the various analysis groups; planning and executing<br />
the scientific agenda for both the weekly group scientific phone<br />
conversations of the AWG, and the bi-yearly person-to-person meetings<br />
of the AWG; interaction and coordination with the human ENCODE project<br />
and AWG; interactions with the NIH program managers for the role of<br />
the DAC in review and evaluation of the overall modENCODE project.</p>
<p>Strong background in scientific leadership is required, as well as a<br />
combination of computational and biological background, and<br />
interpersonal and organizational skills.  A Ph.D. in biology or<br />
computational biology is required, with experience in large-scale data<br />
production and/or data integration in the fly, worm, mouse, or human<br />
genomes. Experience in scientific leadership is also required, as a<br />
fellow, senior post-doc, PI, or co-PI. Experience coordinating or<br />
participating in multi-institutional collaborative efforts is also a<br />
big plus, and specifically in the successful writing of<br />
multi-institutional papers.</p>
<p>The position will involve close interactions with the DAC PI (Manolis<br />
Kellis), DAC co-PIs (Mark Gerstein, Peter Park, Shirley Liu, Peter<br />
Bickel, Steve Brenner, Kris Gunsalus), modENCODE PIs (Waterston,<br />
Celniker, White, Snyder, Karpen, Lieb, Henikoff, Lai, Piano,<br />
MacAlpine), the DCC (Stein, Lewis, Micklem), and other members of the<br />
modENCODE consortium production and analysis teams. Position will be<br />
at MIT, in a highly interdisciplinary and highly collaborative<br />
environment at the interface of the MIT Computer Science and<br />
Artificial Intelligence Laboratory and the Broad Institute of MIT and<br />
Harvard.</p>
<p>To apply, please visit: <a href="http://compbio.mit.edu/positions.html" target="_blank">http://compbio.mit.edu/positions.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.modencode.org/scientific-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
