This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
search_widgets_for_e-resources [2011/01/26 15:52] cturner |
search_widgets_for_e-resources [2019/01/07 17:20] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Generating code ===== | ===== Generating code ===== | ||
| + | |||
| + | ==== ALEXANDER STREET PRESS ==== | ||
| + | * Go to the Alexander Street Press page with links to text files for different databases at [[http://alexanderstreet.com/resources/widgets.htm]] | ||
| + | * Select the link for the database you want | ||
| + | * Go to the section ON-CAMPUS AND OFF-CAMPUS USERS (Authentication through a proxy server) | ||
| + | * Copy and paste the script code for javascript and the remaining code | ||
| + | * In the line <input type="hidden" id="proxyurl" name="proxyurl" value="http://YOUR_PROXY_URL_GOES_HERE" />, put http://silk.library.umass.edu/login?url= within the value= quotes. | ||
| ==== EBSCO ==== | ==== EBSCO ==== | ||
| Line 21: | Line 28: | ||
| * Select search box style options. Note: recommend increasing “Length of text box” to max. 60 | * Select search box style options. Note: recommend increasing “Length of text box” to max. 60 | ||
| * Create search box and copy code from box. | * Create search box and copy code from box. | ||
| + | |||
| + | ==== ISI Web of Knowledge ==== | ||
| + | * Go to [[http://wokinfo.com/webtools/searchbox/]] | ||
| + | * Select databases you want included in the search | ||
| + | * Generate and copy the code | ||
| + | * In the first line of the code (form method) replace the string http://gateway.isiknowledge.com/gateway/Gateway.cgi with http://gateway.isiknowledge.com.silk.library.umass.edu/gateway/Gateway.cgi. This will ensure that off-campus users get the proxy authentication page. | ||
| ==== ProQuest ==== | ==== ProQuest ==== | ||
| - | NOTE: This isn't technically a widget but rather a url to search across multiple databases. | + | NOTE: This is for databases on the new ProQuest platform. |
| - | * Go to [[http://lad.proquest.com/ladweb]] | + | * Go to the ProQuest database of your choice. |
| - | * Sign in with UN and PW (See Administrative Interfaces section of [[usernames_and_passwords_for_electronic_resources]] for login). | + | * Select "My Research" in the upper right of the page. |
| - | * Under "Account Preferences" select "Create Links to ProQuest Datbases" | + | * Select the "Widgets" tab. |
| - | * Choose the databases you want to include in search and select "Create URL" | + | * Under "Widget Preview" make your selections for widget layout and widget selection. |
| - | * Copy and paste url into page with link to search interface. Add proxy prefix (http://silk.library.umass.edu/login?url=) at beginning of url. | + | * Select "Get Widget" and copy the code from the box. |
| ==== Gale ==== | ==== Gale ==== | ||