Import any ADS query you can perform on an ADS server in your WordPress website.
The SAO/NASA Astrophysics Data System (ADS) (http://adsabs.harvard.edu) is a Digital Library portal for researchers in Astronomy and Physics, operated by the Smithsonian Astrophysical Observatory (SAO) under a NASA grant. The ADS maintains three bibliographic databases containing more than 9 million records: Astronomy and Astrophysics, Physics, and arXiv e-prints.
"WP NASA/ADS Query Importer" is intended to import the list of papers generated from an ADS query into a WordPress website.
With "WP NASA/ADS Query Importer" you can:
Supported shortcodes:
Mandatory attributes for shortcode "wp_nasaads_query_importer_full":
Optional attributes for shortcode "wp_nasaads_query_importer_full":
Any attribute different from the previous ones will be ignored. Any attribute set to a not allowed value will be re-set to the the default.
Settings:
Note: Please ensure that your server is running PHP 5 or higher before installing. ( WordPress 3.2 requires PHP5)
Example of usage #1: [wp_nasaads_query_importer_full ads_query_url="http://adsabs.harvard.edu/cgi-bin/basic_connect?qsearch=galaxy"] This query will print 200 records inside your page/post. All the default value for the other parameters will be used. Since the ads_query_url contains a complete url, the value of the ADS Server specified in the Settings will be overwritten.
Example of usage #2: [wp_nasaads_query_importer_full ads_query_url="/cgi-bin/basic_connect?qsearch=galaxy"] This query will produce the same result of the Example #1, with the only difference being that the ADS server specified in the Settings will be used.
Example of usage #3: [wp_nasaads_query_importer_full ads_query_url="/cgi-bin/basic_connect?qsearch=galaxy" title="Top publications about galaxies"] This query will produce the same result of the previous example, but it will add a title before the list of papers.
Example of usage #4: [wp_nasaads_query_importer_full ads_query_url="/cgi-bin/basic_connect?qsearch=galaxy" max_num_authors="20" highlight_author="Huchra" max_records_to_print="100"] This query will produce a list of 100 papers (instead of the default 200 coming from the query), will show max 20 authors per paper (instead of 1) and will highlight the Author Huchra if it appears in the first 20 authors shown.
Example of usage #5: [wp_nasaads_query_importer_full ads_query_url="/cgi-bin/basic_connect?qsearch=galaxy" omit_bibcode="true" link_on_field="title"] This query will produce a list of 200 papers like the Example #2, but the bibcode will not be shown and the link to the abstract on the ADS website will be placed on the title.
Example of usage #6: [wp_nasaads_query_importer_full ads_query_url="/cgi-bin/basic_connect?qsearch=galaxy" print_order="title|authors|journal|date|bibcode"] This query will produce the same result of the Example #2, but with the bibcode at the end of the paper in the list.
Note #2: A valid query can be any query to a "private library" or to more complex queries executed from the ADS advanced query form (http://adsabs.harvard.edu/abstract_service.html) . In general, ANY URL that in ADS produces a list of results can be used with this plugin.
Requires: 3.2 or higher
Compatible up to: 3.2.1
Last Updated: 2012-4-27
Downloads: 218
Got something to say? Need help?