Opened 18 years ago
Closed 18 years ago
#370 closed enhancement (fixed)
Hyperlink to Pubmed if Pubmed id submitted from Publication Page in Experiment Section
Reported by: | Owned by: | Nicklas Nordborg | |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.1 |
Component: | web | Version: | |
Keywords: | Pubmed x-ref | Cc: |
Description
$pubmed_id should be an integer.
linking to EBI's Citexplore using the following template:
http://www.ebi.ac.uk/citexplore/citationDetails.do?externalId=$pubmed_id&dataSource=MED
linking to NCBI's Pubmed using the following template:
http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=PureSearch&db=pubmed&details_term=$pubmed_id
Change History (2)
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [2694]) Fixes #201, #370 and #371