LOVD Setup

Custom links

LOVD offers the custom link feature to quickly create links to external sources. By default, LOVD comes with a set of custom links allowing curators to quickly create links to entries in the online databases DbSNP, GenBank, OMIM and Pubmed, without actually having to know how to create links in HTML. You need access to the setup area to create new custom links to other external data sources. The curator can easily add custom links to the variant and patient data using shortcuts on the submission forms.

Information If you wish to add new custom links, or edit existing ones, you will need a basic knowledge of the internet markup language HTML. Custom links allow curators to put a text like '{PMID15977173:Fokkema et al}' in a certain column and get it replaced by a link to an article on PubMed, in this case the LOVD article: '<A href="http://www.ncbi.nlm.nih.gov/pubmed/15977173" target="_blank">Fokkema et al</A>', which will be interpreted as 'Fokkema et al'.

References are used to pass on information necessary for building the link, e.g. a PubMed ID. These references are defined in the link pattern and then specified in the replacement text, and are indicated by numbers surrounded by square brackets, like '[1]' or '[2]'.

Question Example: the PubMed custom link.
Pattern:
  {PMID[1]:[2]}
  Links to abstracts in the PubMed database.
  [1] = The PubMed ID.
  [2] = The name of the author(s).
Replacement text:
  <A href="http://www.ncbi.nlm.nih.gov/pubmed/[1]" target="_blank">[2]</A>.

« Deleting submitters Creating new links »