<?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>Argh...was schreib ich denn? &#187; working tipps</title>
	<atom:link href="http://blog.schmart.de/category/studium/lab-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.schmart.de</link>
	<description>Über alles was mir gerade im Kopf rumgeistert...</description>
	<lastBuildDate>Mon, 06 Dec 2010 22:07:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SAGM: preservation for RBC</title>
		<link>http://blog.schmart.de/2007/03/02/sagm-preservation-for-rbc</link>
		<comments>http://blog.schmart.de/2007/03/02/sagm-preservation-for-rbc#comments</comments>
		<pubDate>Fri, 02 Mar 2007 14:47:43 +0000</pubDate>
		<dc:creator>schmart</dc:creator>
				<category><![CDATA[Studium/Promotion]]></category>
		<category><![CDATA[working tipps]]></category>

		<guid isPermaLink="false">http://blog.schmart.de/2007/03/02/sagm-preservation-for-rbc/</guid>
		<description><![CDATA[Just starting to write my diploma thesis I was searching for a recipe of SAGM. After searching about 30 minutes in the Internet I decided to ask Noemi. Thanks to Noemi I can publish this recipe for SAGM solution.For 100 ml of SAGM take0.900 g Dextrose (monohydrate)0.877 g NaCl0.0169 g Adenine 0.525 g D-Mannitoland ...]]></description>
			<content:encoded><![CDATA[<p>Just starting to write my diploma thesis I was searching for a recipe of SAGM. After searching about 30 minutes in the Internet I decided to ask Noemi. Thanks to Noemi I can publish this recipe for SAGM solution.</p>
<p>For 100 ml of SAGM take
<ul>
<li>0.900 g Dextrose (monohydrate)</li>
<li>0.877 g NaCl</li>
<li>0.0169 g Adenine</li>
<li> 0.525 g D-Mannitol</li>
<p>and dissolve it in water.</ul>
</p>
<p>But for what are these additives good for?<br />In SAGM RBCs can be stored up to 42 days. It contains S = saline, A = adenine, G = glucose or dextrose, M = Mannitol. NaCl is responsible for the right osmolarity. Adenin iinfluences the ATP level in RBCs. Glucose or dextrose is essentialy for the nutrition of RBCs. Mannitol decreases the lysing rate of RBCs by supporting the integrity of the cell membrane.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/SAGM%20SAG-M%20S.A.G.M.%20biology%20blood%20RBC%20" rel="tag">SAGM SAG-M S.A.G.M. biology blood  RBC</a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F03%2F02%2Fsagm-preservation-for-rbc"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F03%2F02%2Fsagm-preservation-for-rbc&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.schmart.de/2007/03/02/sagm-preservation-for-rbc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting sequences together</title>
		<link>http://blog.schmart.de/2007/02/17/putting-sequences-together</link>
		<comments>http://blog.schmart.de/2007/02/17/putting-sequences-together#comments</comments>
		<pubDate>Sat, 17 Feb 2007 12:39:46 +0000</pubDate>
		<dc:creator>schmart</dc:creator>
				<category><![CDATA[Studium/Promotion]]></category>
		<category><![CDATA[working tipps]]></category>

		<guid isPermaLink="false">http://blog.schmart.de/2007/02/17/putting-sequences-together/</guid>
		<description><![CDATA[Sometimes it is a problem to open many seqeunces in one worksheet to analyse them. For examlple you have sequence data and try to open them in one worksheet in Bioedit. You can copy every sequence by copy&#38;paste in one file or one worksheet or you can use a little helper who will do ...]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is a problem to open many seqeunces in one worksheet to analyse them. For examlple you have sequence data and try to open them in one worksheet in Bioedit. You can copy every sequence by copy&amp;paste in one file or one worksheet or you can use a little helper who will do it for you. Here is one very simple helper written in Perl.<br />
Basicaly you invoke it with an argument defining a file pattern, *.seq defines all files ending on .seq. The files should be text files. The script now reads the file contents and put the contents together in a file called sequences.fasta.<span id="more-37"></span><br />
Let say you have the files 1.seq and 2.seq in one directory:</p>
<p><em>1.seq:</em></p>
<blockquote><p>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<br />
cccccccccccccccccccccccccccccccccccccc</p></blockquote>
<p><em>2.seq:</em></p>
<blockquote><p>ttttttttttttttttttttttttttttttttttttt<br />
ggggggggggggggggggggggggggggggggggggg</p></blockquote>
<p>Invoking appendseq.pl with *.seq as argument will produce the file sequences.fasta containing:</p>
<blockquote><p>&gt;1.seq<br />
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<br />
cccccccccccccccccccccccccccccccccccccc</p>
<p>&gt;2.seq<br />
ttttttttttttttttttttttttttttttttttttt<br />
ggggggggggggggggggggggggggggggggggggg</p></blockquote>
<p>The original filenames are at the beginning of the sequence behind &gt; and define the name of the sequnce. The resulting file should be FASTA compatible.</p>
<p>You can download appendseq.pl <a href="http://www.schmart.de/bioinf/seq.tar.bz2">here</a>.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F02%2F17%2Fputting-sequences-together"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F02%2F17%2Fputting-sequences-together&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.schmart.de/2007/02/17/putting-sequences-together/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freeware for the Lab!</title>
		<link>http://blog.schmart.de/2007/02/08/freeware-for-the-lab</link>
		<comments>http://blog.schmart.de/2007/02/08/freeware-for-the-lab#comments</comments>
		<pubDate>Thu, 08 Feb 2007 20:00:12 +0000</pubDate>
		<dc:creator>schmart</dc:creator>
				<category><![CDATA[Studium/Promotion]]></category>
		<category><![CDATA[working tipps]]></category>

		<guid isPermaLink="false">http://blog.schmart.de/2007/02/08/freeware-for-the-lab/</guid>
		<description><![CDATA[Just reading in a StudiVZ-Group about freeware for biochemistry brings me to the idea to post this:


Biobar Add-On für Mozilla Firefox:
Search in Pubmed, NCBI-Databases, EBI-Databases right from your Browser. No need to surf to the webfrontend of the service.

Labplot für Linux (KDE):
Like Origin. You can use Labplot for regression analysis, creating graphs from data ...]]></description>
			<content:encoded><![CDATA[<p>Just reading in a StudiVZ-Group about freeware for biochemistry brings me to the idea to post this:</p>
<p><a href="http://https://addons.mozilla.org/firefox/169/"><br />
<u>Biobar Add-On für Mozilla Firefox:</u></a><br />
Search in Pubmed, NCBI-Databases, EBI-Databases right from your Browser. No need to surf to the webfrontend of the service.</p>
<p><u><a href="http://labplot.sourceforge.net/">Labplot für Linux (KDE):</a></u><br />
Like Origin. You can use Labplot for regression analysis, creating graphs from data and many more. Only for Linux!<span id="more-36"></span></p>
<p><a href="http://www.lyx.org/"><u>LaTex and Lyx:</u></a><br />
Textprocessing another way. Not WYSIWYG but WYSIWYM. Get information at <a href="http://www.lyx.org/"> http://www.lyx.org/</a> and here <a href="http://en.wikipedia.org/wiki/LaTeX">LaTeX@Wikipedia</a><br />
Give it a try, it’s easier than you think!</p>
<p><a href="http://www.mbio.ncsu.edu/BioEdit/bioedit.html"><u>BioEdit:</u></a><br />
I guess one of the most used sequence alignment editor for Windows. It works also with Linux, just run it with wine.</p>
<p><a href="http://www.gimp.org/"><u>Gimp:</u></a><br />
Not as good as Adobe Photoshop but Gimp is free Software. Maybe it doesn’t look like a Windows Application you are used to but give it a try. The new version should be great, you can try it if you use the 2.3.x Development Release and not the 2.2.x Release.</p>
<p>If you knew other freeware for the lab post a comment.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/freeware%20scientific%20biology" rel="tag">freeware scientific biology</a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F02%2F08%2Ffreeware-for-the-lab"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F02%2F08%2Ffreeware-for-the-lab&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.schmart.de/2007/02/08/freeware-for-the-lab/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styles, Formats and Indexes in Open Office 2.1</title>
		<link>http://blog.schmart.de/2007/02/02/styles-formats-and-indexes-in-open-office-21</link>
		<comments>http://blog.schmart.de/2007/02/02/styles-formats-and-indexes-in-open-office-21#comments</comments>
		<pubDate>Fri, 02 Feb 2007 13:03:01 +0000</pubDate>
		<dc:creator>schmart</dc:creator>
				<category><![CDATA[working tipps]]></category>

		<guid isPermaLink="false">http://blog.schmart.de/2007/02/02/styles-formats-and-indexes-in-open-office-21/</guid>
		<description><![CDATA[Ever got fed up with changeing every headline in your document by hand? Ever got fed up with update your table of content by hand? Yes? So here is a (very) short howto use OpenOffice.org Writer for doing this for you.I decided to write this only for OpenOffice for two reasons. First OpenOffice ist ...]]></description>
			<content:encoded><![CDATA[<p>Ever got fed up with changeing every headline in your document by hand? Ever got fed up with update your table of content by hand? Yes? So here is a (very) short howto use OpenOffice.org Writer for doing this for you.<br />I decided to write this only for OpenOffice for two reasons. First OpenOffice ist OpenSource and works with more than one Operating System (for me I can’t use MS Office because I’m using Linux). Second the idea behind Styles and Formats are the same for the most Office-Software.<br />The first thing you have to do is to install OpenOffice on your system. <span id="more-31"></span>Download it <a href="http://www.openoffice.org">here</a>.</p>
<p><b>Styles and Formats</p>
<p></b>Now lets start. At the beginning there is an empty text document. If you don’t have already one create it with [ctrl+n] or with the file-menu file-&gt;new. Everytime you have to open an entry in a menu I will write it like this menu-&gt;entry.</p>
<p>Check if you have the “Styles and Formats”-Toolbox open. If not, go to Format-&gt;Styles and Formats or press [F11]. Click into Headline 1 (don’t select it). <br /><img src="http://blog.schmart.de/wp-content/uploads/2007/02/start.png" width="100%" /></p>
<p>Write those lines in your document:<br /><i>Styles and Formats<br />a short how to use them with Open Office 2.1<br />Headline 1<br />Headline 2<br />Headline 4<br />normal text<br /></i><br />Now double-click on Headline 1 in your “Styles and Formats”-Toolbox. Do this for the other headlines as for headline 1 but select the matching type.<br />To format the first two lines select “Chaptertemplates” from the pull down menu you can see on the upper picture. There you set the first line to “Title” and the second line to “subtitle”.<br />Now you should have something like this:<br /><img src="http://blog.schmart.de/wp-content/uploads/2007/02/options.png" width="100%" /></p>
<p>Maybe you ask why to do this in that way. What would happen if you have to change the format of your headlines? If you use Styles and Formats you only have to change the template and every text with the according type will use the new parameters. In the upper picture you can see a dialog for changing the style and format for the Heading 1 template. You can open this dialog by right-clicking on “Headline 1″ in  you “Styles and Formats”-Toolbox and selct “change”. Now you can change the font-type, size, familily, style, the alignment and much more.<br />This should make the work with large documents much easier.</p>
<p>And here is another reason to use “Styles and Formats”. If you have to make a <b>Table of content </b>now the programme do the work for you!</p>
<p><b>Creating a TOC</b></p>
<p>Use the document from above and try to create a TOC. First open Insert-&gt;Indexes and Tables. Now a dialog like this should appear:<br /><img src="http://blog.schmart.de/wp-content/uploads/2007/02/indexesandtables.png" width="100%" /></p>
<p>The left part of the dialog shows you am preview of the TOC. The right part allows you to change the appear of the appearance of you TOC. For the fist time just use the standard options — later you can play with them arround to get used to the dialog. Click on OK. OpenOffice will insert the TOC at the cursors position.<br /><img src="http://blog.schmart.de/wp-content/uploads/2007/02/update-index.png" width="100%" /></p>
<p>As you can see here the TOC is gray. The gray color stands for special fields inside a text. Now just right click into the gray text. A context menu will open. One option is: “Update Index”. So if you have written new text or changed the structure of your document just click on “Update Index” and the TOC should be up to date.</p>
<p>I hope this short howto helped you a little bit. For MS Office it is nearly the same (I guess and hope). Maybe the names of the dialogs and menus are different. If you wan’t to know more or if you habe ideas for other topics just post a question (after registering).</p>
<p>Have fun!</p>
<p><a href="http://performancing.com/firefox"><br /></a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F02%2F02%2Fstyles-formats-and-indexes-in-open-office-21"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F02%2F02%2Fstyles-formats-and-indexes-in-open-office-21&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.schmart.de/2007/02/02/styles-formats-and-indexes-in-open-office-21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS-Feeds</title>
		<link>http://blog.schmart.de/2007/01/30/rss-feeds</link>
		<comments>http://blog.schmart.de/2007/01/30/rss-feeds#comments</comments>
		<pubDate>Tue, 30 Jan 2007 11:15:15 +0000</pubDate>
		<dc:creator>schmart</dc:creator>
				<category><![CDATA[working tipps]]></category>

		<guid isPermaLink="false">http://blog.schmart.de/2007/01/30/rss-feeds/</guid>
		<description><![CDATA[What is a RSS-Feed? RSS stands for Really Simple Syndication. But what is the use of RSS-Feeds? RSS-Feeds are something like a mailing list. But not the same. You can't post to RSS-Feeds. You only can read RSS-Feeds. RSS-Feeds are XML-Documents, you can read them with a normal editor with is really silly. Or ...]]></description>
			<content:encoded><![CDATA[<p>What is a RSS-Feed? RSS stands for Really Simple Syndication. But what is the use of RSS-Feeds? RSS-Feeds are something like a mailing list. But not the same. You can’t post to RSS-Feeds. You only can read RSS-Feeds. RSS-Feeds are XML-Documents, you can read them with a normal editor with is really silly. Or you can use a RSS-Reader. If you use a RSS-Reader you can organize your feeds. The feeds could be something like the Table Of Content from PLOS Biology, Nature, Science or Malaria Journal.<br />
Nerly every journal has RSS-Feeds. But sometimes they are hard to find. For the most sites you can use your browsers find function and search for rss.<span id="more-26"></span><br />
Now I will show you an example of a RSS-Reader. As for me I’m working mostly with Linux it is most important to use something with work under nearly every Operating System (like Windows and Mac OS). So I will show you how to use <a href="http://www.getfirefox.com">Mozilla Firefox</a> and Sage (an extension for Firefox) as RSS-Reader.</p>
<p><strong><u>1. Step</u></strong></p>
<li>Download and install <a href="http://www.getfirefox.com">Mozilla Firefox.</a></li>
<li>Start Mozilla Firefox.</li>
<p><u><strong>2. Step</strong></u></p>
<p>Open Extra -&gt; Add-Ons<br />
<img src="http://blog.schmart.de/wp-content/uploads/2007/01/get-addon.png" width="100%" /></p>
<p>Now you should have something like this on your Desktop:</p>
<p><img src="http://blog.schmart.de/wp-content/uploads/2007/01/get-add-ons.png" width="100%" /></p>
<p>In the lower right corner of the new window is a link (get more extensions — or something similar to this). Click it!<br />
After clicking it Firefox will open a new window with the URL: <a href="https://addons.mozilla.org/firefox/extensions/">https://addons.mozilla.org/firefox/extensions/</a><u></u></p>
<p><u><strong>3. Step<br />
</strong></u>Now you can download and install Sage (and many more other plugins).<br />
<img src="http://blog.schmart.de/wp-content/uploads/2007/01/search-for-sage.png" width="100%" /><br />
You will get something like this:<br />
<img src="http://blog.schmart.de/wp-content/uploads/2007/01/search-for-sage1.png" width="100%" /><br />
Open the link to Sage and install it by clicking on the install button on the next page. Before installing you have to wait a few seconds to make sure you read the content of the installation window. But after a few seconds it will look like this:<br />
<img src="http://blog.schmart.de/wp-content/uploads/2007/01/install-sage.png" width="100%" /><br />
After installation you have to restart Firefox (close all windows of Firefox).</p>
<p><strong><u>Using Sage<br />
</u></strong>You can use Sage by pressing alt+z or by open the menu Extras and click on Sage. After doing this Sage will open in the Sidebar. You can add Feeds with drag&amp;drop and delete feeds by marking them and pressing del. Below a short explanation for using Sage (click image for lager image). <a href="http://blog.schmart.de/wp-content/uploads/2007/01/using-sage.png"><img src="http://blog.schmart.de/wp-content/uploads/2007/01/using-sage.png" width="100%" /></a></p>
<p>Now try and add the RSS-Feeds of PLOS Biology, Malria Journal, Nature. Hint: Try the search feed button in Sage.</p>
<p>Have fun! For questions post a comment (after registering).</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/rss%20sage%20firefox%20howto%20" rel="tag">rss sage firefox howto </a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F01%2F30%2Frss-feeds"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.schmart.de%2F2007%2F01%2F30%2Frss-feeds&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://blog.schmart.de/2007/01/30/rss-feeds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

