Harvard:Biophysics 101/2007/Notebook:Denizkural/2007-4-3: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
m (New page: Google and Medstory -- what to do further with OMIM results.)
 
No edit summary
 
Line 1: Line 1:
Google and Medstory -- what to do further with OMIM results.
I've written a script to get the latest news for the keywords provided by OMIM results, I've put them up on a cgi-enabled webserver at Harvard. Note that what is at the top "Biology News Feed" is completely my doing and can be removed/changed.
 
http://people.fas.harvard.edu/~kural/vert.cgi?keyword=colon%20cancer
http://people.fas.harvard.edu/~kural/vert.cgi?keyword=leukemia
http://people.fas.harvard.edu/~kural/vert.cgi?keyword=macular%20degeneration
 
Also, for a different, less invasive news style:
 
http://people.fas.harvard.edu/~kural/horiz.cgi?keyword=HIV
http://people.fas.harvard.edu/~kural/horiz.cgi?keyword=Herceptin
http://people.fas.harvard.edu/~kural/horiz.cgi?keyword=Gleevec
 
 
It is also possible to directly put the keywords in the script, it is just a variable.
 
Note that I didn't use RSS. I will show how to do this with Python and RSS/Atom as well.

Latest revision as of 03:47, 3 April 2007

I've written a script to get the latest news for the keywords provided by OMIM results, I've put them up on a cgi-enabled webserver at Harvard. Note that what is at the top "Biology News Feed" is completely my doing and can be removed/changed.

http://people.fas.harvard.edu/~kural/vert.cgi?keyword=colon%20cancer http://people.fas.harvard.edu/~kural/vert.cgi?keyword=leukemia http://people.fas.harvard.edu/~kural/vert.cgi?keyword=macular%20degeneration

Also, for a different, less invasive news style:

http://people.fas.harvard.edu/~kural/horiz.cgi?keyword=HIV http://people.fas.harvard.edu/~kural/horiz.cgi?keyword=Herceptin http://people.fas.harvard.edu/~kural/horiz.cgi?keyword=Gleevec


It is also possible to directly put the keywords in the script, it is just a variable.

Note that I didn't use RSS. I will show how to do this with Python and RSS/Atom as well.