Search PubMed and display publication information on your blog or website. Note: Plugin previously also accessed OCRID and ImpactStory.
This is a WordPress plugin to automatically display a publication profile on a website.
Results can be pulled from PubMed and will be automatically updated daily.
One profile can be created per blog user.
[publications]
If your site has multiple users, each user can create their own publications list on the dashboard. The
shortcode is then changed into:
[publications name=login_name]
To retrieve results from PubMed:
Because PubMed does not use unique identifiers for a authors,
you must come up with a way to search for yourself that distinguishes
you from other people in the database.
For example:
“mcclintock”
“mcclintock B”
“mcclintock B AND Cold Spring Harbor[affiliation]”
Download the Plugin and activate it.
Go to PubMed (http://www.ncbi.nlm.nih.gov/pubmed/) and find a unique string search string to identify
the papers you would like to display.
Enter the search string on the plugin page or on your user profile page in WordPress.
Wherever you’d like the publications list to appear, type [publications name=loginname], where loginname is your WordPress login name.
Download the Plugin and activate it.
Go to PubMed (http://www.ncbi.nlm.nih.gov/pubmed/) and find a unique string search string to identify
the papers you would like to display.
Enter the search string on the plugin page or on your user profile page in WordPress.
Wherever you’d like the publications list to appear, type [publications name=loginname], where loginname is your WordPress login name.
= 2.0=
Added ORCiD search functionality
Added multi-user functionality
Added weekly automatic updates
orcid id’s are now validated if they include letters, numbers, or dashes
Up to 1000 records can now be retrieved from PubMed (this should be large enough to include anyone, but not so large so as to invite a near-infinite loop if an inappropriate search is done.
simplified author formatting function
added css and js to adjust the line height to fix a spacing issue with very small fonts
Changed naming of span classes to avoid conflicts
made ORCiD parser accept articles without a journal or a date. Now we only require a title and at least one author
Retired all the ImpactStory code.
Improved error handling (when remote service can’t be contacted) a bit.