Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Journal A-Z Lookup... evolved!

BrowZine now supports external journal lookups directly from your library website! Configure any library web page with a simple A-Z lookup box that connects to browzine.com.

This simple box matches against journal title, ISSN or subject without having to resort to a complicated "advanced search" type interface with multiple fields by automatically interpreting what a user is looking for.  Users will see their results conveniently appear in browzine.com.

Why make BrowZine the first-stop for journal lookup on your website?

1) Minimize user confusion - Most A-Z systems are built for librarians who understand what a myriad of database names next to each title mean.  For many typical end users this provides a point of confusion and frustration.  What source should they choose when there are overlapping dates?

2) Fewer clicks to content -
A typical end user experience involves:

  1. Title lookup
  2. Source Selection as well as understanding/comprehending what the different source options mean
  3. Understand/Interpret the resulting source (aggregator/publisher platform) to try to find the current issue if it is not immediately presented
  4. Click the current issue link
  5. View tables of contents

With BrowZine this process is highly simplified:

  1. Title Lookup
  2. Table of contents

Since all titles are presented in a uniform manner, the interface makes it easy for users to bounce from title to title without having to retrain their mind on how to interpret multiple interfaces, or choose from a number of sources for the same material.

3) Rich browsing experience
BrowZine returns subject results in addition to journal results if a user uses a broad term like "surgery."  This allows a user to easily see a host of journals, similar to the ones they are familiar with, presented in a easy-to-grasp graphical format, and scoped to your library's holdings.  If a user looks up a specific journal title instead, each journal lists the subject areas under which it is classified, allowing the user to continue browsing for similar titles.

4) High Performance
- The BrowZine title lookup typically executes in a fraction of the amount of time of most A-Z systems. When used within BrowZine, it provides predictive capabilities for real-time feedback on your query!

5) Integration into A-Z SystemsAs seen below in the Sample Lookup, if a user is looking for something not currently supported by BrowZine, we intelligently route the query to your A-Z system, just like your external lookup tool does today!  But if they are looking for one of the tens of thousands of supported BrowZine journals from the world's top publishers then they will IMMEDIATELY get to the tables of contents of that title, or see multiple matches within BrowZine.

Sample lookup form examples:

Home Page:

Image Modified

BrowZine External Lookup explained:

...

Your BrowZine library ID is the number that shows up in place of <library_id> in the URL below:

Format: http://browzine.com/libraries/<library_id>/subjects


If you need further assistance in locating your BrowZine library ID, please email support@thirdiron.com.

...

OpenAthens users: There are detailed instructions for adding an OpenAthens BrowZine-enabled search panel here: http://support.thirdiron.com/knowledgebase/articles/887064-how-do-i-add-a-browzine-s-journal-title-issn-searc

To customize the form HTML for your library, simply replace the red <library_id> values in the code below with your numerical library ID.

...

<img alt="" src="//s3.amazonaws.com/libapps/accounts/78343/images/BrowZinelogo.png" style="width: 125px; height: 125px; float: left;margin-right:20px;" />
<form method="get" action="http://api.thirdiron.com/v2/libraries/<library_id>/external-search">
<fieldset>
<legend>Search e-journals</legend>
<label for="query">Title, ISSN or Subject keywords</label>
<input type="text" name="query" id="query" required>
<input type="submit" value="submit">
</fieldset>
</form>

...

Form action: http://api.thirdiron.com/v2/libraries/<library_id>/external-search
Form method: get
Search field input name: query

...

<input id="browzine_title_lookup_input">
<button id="browzine_title_lookup_button" type="button" onmouseup="var searchTerm = document.getElementById('browzine_title_lookup_input').value; 
window.location='http://api.thirdiron.com/v2/libraries/<library_id>/external-search?query='+encodeURIComponent(searchTerm);">Start searching</button>

...