Home | Physicians | RNS & Administrators | Nutrition | Features | MDDialysis | CKD | Disasters | KIDNEYDISEASE | Patient Education | Dialysis Units | Find Unit by Address | Issues | MDRD GFR | AAKP | K DOQI | Translate
TEXT SEARCH
STRUCTURED SEARCHES
for:

Citematch - abstract by journal, date or author
CR mg/dL
μmol/L
AGE yrs W
B
F
M
MDRD
GFR:
??? mL/min/
1.73 m2
Use this code to auto-add endnotes to Pubmed searches. The word "endnote" will appear after each search. Clicking on it will generate a RIS file and automatically load it into an ENL or endnote library. This is very handy when adding references to a scientific article. The code was developed for Chickenfoot by Brian Rosenthal.

Instructions


var i;
var tmp_links = [];
var tmp_nodes = [];
for (i = 0; (link = document.links[i]); i++) {
    var list_uids = "";
    if (link.href.indexOf("list_uids") >= 0
         && (link.href.indexOf("icon") < 0)) {
        var url = link.href;
        list_uids = url.replace(/.*list_uids=(\d+)\&.*/, "$1");
     }
     else if (link.href.indexOf("uid=") >= 0
         && (link.href.indexOf("icon") < 0)
         && (link.href.indexOf("from_uid")) < 0) {
        var url = link.href;
        list_uids = url.replace(/.*uid=(\d+)\&.*/, "$1");
     }
     if (list_uids != '') {
            var span = document.createElement("span");
            var a = document.createElement("a");
            a.target = "_blank";
            a.href = "http://www.hubmed.org/export/ris.cgi?uids=" + list_uids;
            a.innerHTML = 'endnote';
            span.innerHTML = ' ';
            span.appendChild(a);
            tmp_links.push(link);
            tmp_nodes.push(span);
    }
}
for (i = 0; (link = tmp_links[i]); i++) {
    link.parentNode.appendChild(tmp_nodes[i]);
}

var s1 = find(/PMID:\W+\d+/);
var s2 = s1;
if (s2 != 'no matches') {
    s2 = s2.replace(/[^\d]+/, "");
    replace(s1, s1 + ' endnote');
}






©2003-7 by Stephen Z. Fadem, M.D., FACP. All rights reserved. No part of these pages or content may be reproduced without written permission of the author