


brede_bm_paper2bib - Parse string to Get BrainMap paper
function P = brede_bm_get_paper(s, ...
'PropertyName', 'PropertyValue')
Input: Input String representing a BrainMap paper, either
the HTML page or the tabulated page
Property: Input [ {Html} | Tabulate | TabulateFile ]
Output: B Bib Structure
This function will parse a string representing a HTML webpage
from a request to a 'Paper' in the BrainMap database. It will
extract author, title, abstract and other bibliographic
information.
Ref: Research Imaging Center, http://ric.uthscsa.edu/
Example:
s = brede_bm_get_paper(89, 21, 'Output', 'html', ...
'getmethod', 'perl');
B = brede_bm_paper2bib(s)
for n=1:280, filenames{n}=sprintf('paper%04d.txt',n);end
B_BrainMap = brede_bm_paper2bib(filenames, 'input', 'tabulatefile');
See also BREDE, BREDE_BM, BREDE_BIB, BREDE_BM_GET_PAPER,
BREDE_BM_GET_EXP, BREDE_BM_GET_LOC, BREDE_BM_URL,
BREDE_WEB_URL.
$Id: brede_bm_paper2bib.m,v 1.9 2003/04/14 22:27:51 fnielsen Exp $