


brede_ui_bib - UI for editing 'Bib' structure
function brede_ui_bib
function brede_ui_bib(B)
Input: B 'Bib' structure (optional)
This function controls the graphical user interface for setup
and editing of a 'Bib' structure: A bibliographic structure
usually representing a published scientific article.
The journal information (name, ISSN, and WOJOU - the Brede
database journal identifier) can be setup by writing the name
of the journal and by press the associated 'lookup' button.
Some part of the 'bib' structure can be setup from the PMID
(PubMed identifier). Pressing the button will make a lookup
on the web-page corresponding to the PMID, download and read
the bibliographic information. This should be the fastest way
in enter the information. The PMID can be obtained by
searching PubMed and reading the identifier which is place
below the abstract.
The 'bib' structure can contain one or more 'exp' structures,
which correspond to an experiment/contrast. These 'exp'
structures can in turn contain 'loc' structures which each
might be a stereotaxic coordinate for a functional
activation. The 'exp' structures are setup in another window
when the 'New' button is pressed.
When the entry is finished the data can be saved in an XML or
a binary Matlab file, see the File menu.
Multiple 'bib' structures can be controlled from the
brede_ui_bibs window.
Short explanations for the fields in the 'bib' structure are
available in help text of the brede_bib function. Furthermore,
short tooltip descriptions are available for a number of the
input fields, and these will popup if you let the mouse rest
some seconds over the field.
Example:
% Start fresh empty graphical user interface
brede_ui_bib
% Or setup with data from PubMed.
b = brede_web_pmid([15238438], 'output', 'bib')
brede_ui_bib(b{1})
See also BREDE, BREDE_BIB, BREDE_BIB_BIB2VOL,
BREDE_JOU_WOJOU2BIB, BREDE_UI_BIBS,
BREDE_UI_EXP, BREDE_UI_LOC, BREDE_WEB_PMID,
BREDE_WRITE_XML.
$Id: brede_ui_bib.m,v 1.36 2008/04/22 09:44:21 fn Exp $