http
LA moves to close med marijuana shops
Submitted by Anonymous on Tue, 2010-01-26 22:40They say several hundred will be shut down. It sounds like that joke about lawyers: a good start.
http://blogs.laweekly.com/ladaily/city-news/pot-shop-law-passed/
http://abcnews.go.com/Business/los-angeles-shutter-hundreds-medical-mari...
- 6184 reads
Cancer pill prolongs colon cancer survival in early clinical trial
Submitted by Anonymous on Mon, 2010-01-25 09:11Though the study was a Phase II clinical trial, the medicine KRX-0401 appeared to have success in a tough segment of oncology: metastatic colon cancer.
We haven't had a new drug in colon cancer since Erbitux and Vectibix in 2006. Keryx appears poised to open a Phase III clinical trial, and positive movement on their share price today means they'll probably have the dough to do it (otherwise get bought).
It's pretty rare for a phase II clinical trial to have positive survival results. Either this drug is poised to become the next blockbuster, or it's the flash in the pan of the week.
- Read more
- 8016 reads
Blueberry juice leads to "improvement" in memory in older folks
Submitted by Anonymous on Sun, 2010-01-24 00:20- Read more
- 10863 reads
Lipoprotein (a) and coronary disease
Submitted by Anonymous on Thu, 2010-01-14 16:05This interesting article in NEJM was ignored by the press, probably because it's complex and also because it came out right at Christmas.
Lipoprotein (a) has been around for many years as a coronary risk factor, only problem is we don't have treatments that modify it.
The new paper shows that coronary risk is correlated with blood levels of lipoprotein (a) and these are correlated with genetic variants in inherited DNA.
Eric Topol reviewed this on his blog:
http://blogs.theheart.org/topolog/2010/1/7/lipoprotein-lpa
- 1210 reads
RSS AI
Submitted by Anonymous on Tue, 2009-01-13 22:29#Get a particular RSS feed and access the titles for further analysis use XML::RSS; use LWP::Simple; # Declare variables my $content; my $file; # MAIN # check for command-line argument die "Usage: rss2html.pl ( | )\n" unless @ARGV == 1; # get the command-line argument my $arg = shift; # create new instance of XML::RSS my $rss = new XML::RSS; # argument is a URL if ($arg=~ /http:/i) { $content = get($arg); die "Could not retrieve $arg" unless $content; # parse the RSS content $rss->parse($content); # print the title and link of each RSS item foreach my $item (@{$rss->{'items'}
- Read more
- 827 reads