Custom Protein Expression
Functional Protein, 95% Purity
Fast turnaround (2-3 weeks)
1-10 mg from E. Coli expression
for only $1790
No outsourcing to China or India


in vitro Protein Synthesis
Full-length protein in 1 week
95% Purity, From any gene
(toxic or membrane proteins)
Isotopic Labelling for NMR

50 µg~3 mg, $390 to $2500
Excellgen

MediaWiKi

Develop a Laboratory Information Management System Using Mediawiki, PHP and Perl

LIMS for Freezer Sample Tracking

Software: Mediawiki.

Components: Perlwikipedia, CMS::MediaWiki.

Programming languages: PHP, Perl, SPARQL.

Example Code


#!/usr/bin/perl
use strict;

use Perlwikipedia;

my $user = ‘admin’; my $pass = ‘xxx’;
my $hostname=”xxx.com”;
my $directory=”LIMS”;
my $editor=Perlwikipedia->new($user);
$editor ->set_wiki($hostname, $directory);
$editor->{debug} = 1;

$editor->login($user, $pass);

my $article = “Wikipedia:Freezer”;
my $text=$editor->get_text($article);

$text = $text . “Run a PCR reaction on June, 7 2007 <br />”;

my $edit_summary=’PCR Enhancer Protein’;

my $is_minor = 0;

$editor->edit($article, $text, $edit_summary, $is_minor);

Comments

A better way to make very short URL for MediaWiki

There are many articles on various web sites talking about shortening URL for mediawiki, but most of time, it does not work if you follow their instruction. Hours have passed by and you got so frustrated: we just need something simple and work. Afer hours of trials, I got the following to work:

1, In your http.conf file, under virtual host section add the following:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.+)$ /index.php?title=$1 [L,QSA]

2, In your LocalSettings.php file change

$wgArticlePath = "$wgScript?title=$1";

to

$wgArticlePath = "/$1";

So it will be:

$wgScriptPath = "";
$wgScript = "$wgScriptPath/index.php";
$wgArticlePath = "/$1";

3, Restart apache:

apachectl restart

Comments

A better way to make very short URL for MediaWiki

There are many articles on various web sites talking about shortening URL for mediawiki, but most of time, it does not work if you follow their instruction. Hours have passed by and you got so frustrated: we just need something simple and work. Afer hours of trials, I got the following to work:

1, In your http.conf file, under virtual host section add the following:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.+)$ /index.php?title=$1 [L,QSA]

2, In your LocalSettings.php file change

$wgArticlePath = "$wgScript?title=$1";

to

$wgArticlePath = "/$1";

So it will be:

$wgScriptPath = "";
$wgScript = "$wgScriptPath/index.php";
$wgArticlePath = "/$1";

3, Restart apache:

apachectl restart

Comments

Next Page » Next Page » Next »

Sponsored Links Lab Supply Mall http://www.labsupplymall.com

GeneExpresso DNA Transfection Reagent
Low Cytotoxicity, Higher Transfection Efficiency than Lipofectamine 2000. $188, $138
Protein expression & purification: E. Coli, insect and mammalian cells
Fast turn around, 3 mg of >95% purity functional protein. No outsourcing to China or India. $2500, $1800
Functional Recombinant Proteins by in vitro Protein Synthesis, 3 days, 95% Purity
Full-length, high quality protein, high yield, high throughput, any genes (toxic, low GC content), membrane proteins, isotopic labelling. $598, $398