canterbury.summon.serialssolutions.com Open in urlscan Pro
66.151.7.65  Public Scan

Submitted URL: http://canterbury.summon.serialssolutions.com/
Effective URL: https://canterbury.summon.serialssolutions.com/
Submission: On November 02 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

<form ng-submit="search.runSearch()" role="search" ng-class="{ hasSearchScopes: (hasSearchScopes &amp;&amp; !viewState.scopeBuilderMode) }" class="ng-pristine ng-valid">
  <fieldset>
    <div class="container-fluid">
      <!-- ngIf: search.journalTitle -->
      <div class="row">
        <div class="col-xs-18">
          <div class="input-group main-searchbar">
            <label for="searchBox_30" class="offscreen ng-binding" ng-bind="::i18n.translations.SEARCH">Search</label>
            <!-- ngIf: !viewState.scopeBuilderMode -->
            <div class="queryBox ng-scope ng-isolate-scope" search-scope-dropdown="" role="combobox" aria-haspopup="listbox" aria-expanded="" ng-if="!viewState.scopeBuilderMode" aria-label="Collections to search for"
              uib-tooltip="Collections to search for">
              <!-- ngIf: searchScpCtrl.searchScopeService.hasSearchScopes && !searchScpCtrl.viewState.searchBuilderMode -->
            </div><!-- end ngIf: !viewState.scopeBuilderMode -->
            <div class="inner-addon right-addon inputWrapper">
              <!-- Enhanced autocomplete -->
              <!-- ngIf: search.useEnhancedAutocomplete() && (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length) -->
              <!-- Standard autocomplete -->
              <!-- ngIf: !search.useEnhancedAutocomplete() && (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length) --><input ng-style="{'padding-inline-end': '103px' }"
                ng-if="!search.useEnhancedAutocomplete() &amp;&amp; (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length)" id="searchBox_95" type="text"
                class="form-control searchBox ng-pristine ng-untouched ng-valid ng-scope ng-empty" ng-class="{'disabled': viewState.scopeBuilderMode}" name="q" ng-model="search.query" aria-label="Search"
                focus-me="view == 'home' || newSearchInfo.isNewSearch" uib-typeahead="item for item in getAutocomplete($viewValue)" typeahead-min-length="3" typeahead-focus-first="false" typeahead-loading="loadingAutocomplete" autocomplete="off"
                ng-disabled="viewState.scopeBuilderMode" title="" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead-96-5603" style="padding-inline-end: 103px;">
              <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup=""
                id="typeahead-96-5603" matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate">
                <!-- ngRepeat: match in matches track by $index -->
              </ul><!-- end ngIf: !search.useEnhancedAutocomplete() && (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length) -->
              <span class="searchbox-btn-group ng-isolate-scope" know-text-width="" text-info="textInformation">
                <button ng-click="clearSearch()" ng-class="{ invisible: !search.query }" type="button" class="btn-link clear-search invisible">
                  <i class="uxf-icon uxf-close" aria-hidden="true"></i>
                  <span aria-label="Clear" uib-tooltip="Clear">
                  </span>
                </button>
                <!-- ngIf: viewState.scopeBuilderMode || advancedEnabled --><button ng-if="viewState.scopeBuilderMode || advancedEnabled" class="btn-link advance-options ng-scope" type="button" ng-click="search.toggleAdvanced()"
                  uib-popover="More options for editing search scope" popover-placement="bottom-right" popover-trigger="'mouseenter'" popover-enable="isScopeBuilderInit" popover-popup-delay="100">
                  <span ng-bind="::i18n.translations.OPTIONS" class="ng-binding">Options</span>
                </button><!-- end ngIf: viewState.scopeBuilderMode || advancedEnabled -->
              </span>
            </div>
            <span class="input-group-addon autocompleteLoader ng-hide" ng-show="loadingAutocomplete">
              <img src="/images/spinner.gif" alt="loading">
            </span>
            <span class="input-group-btn searchIconWrapper">
              <button class="btn btn-default searchBtn customHeaderButtonBackground" ng-class="{addBorderIfNoContrast : view != 'home'}" scroll-to-top="click" type="submit" aria-label="Search">
                <i class="uxf-icon uxf-search uxf-l searchIcon"></i>
                <span class="offscreen ng-binding" ng-bind="::i18n.translations.SEARCH">Search</span>
              </button>
            </span>
            <!-- ngIf: ::search.enableNewSearchButton && !viewState.scopeBuilderMode --><button class="btn btn-link no-right-gutter ng-binding ng-scope ng-hide" type="button"
              ng-if="::search.enableNewSearchButton &amp;&amp; !viewState.scopeBuilderMode" ng-hide="view != 'search' || newSearchInfo.isNewSearch" ng-click="issueNewSearch()" ng-bind="::i18n.translations.NEW_SEARCH">New
              Search</button><!-- end ngIf: ::search.enableNewSearchButton && !viewState.scopeBuilderMode -->
          </div>
          <!-- ngIf: savedSearchEnabled && view == 'home' -->
        </div>
      </div>
    </div>
  </fieldset>
</form>

<form ng-submit="search.runSearch()" role="search" ng-class="{ hasSearchScopes: (hasSearchScopes &amp;&amp; !viewState.scopeBuilderMode) }" class="ng-pristine ng-valid">
  <fieldset>
    <div class="container-fluid">
      <!-- ngIf: search.journalTitle -->
      <div class="row">
        <div class="col-xs-18">
          <div class="input-group main-searchbar">
            <label for="searchBox_41" class="offscreen ng-binding" ng-bind="::i18n.translations.SEARCH">Search</label>
            <!-- ngIf: !viewState.scopeBuilderMode -->
            <div class="queryBox ng-scope ng-isolate-scope" search-scope-dropdown="" role="combobox" aria-haspopup="listbox" aria-expanded="" ng-if="!viewState.scopeBuilderMode" aria-label="Collections to search for"
              uib-tooltip="Collections to search for">
              <!-- ngIf: searchScpCtrl.searchScopeService.hasSearchScopes && !searchScpCtrl.viewState.searchBuilderMode -->
            </div><!-- end ngIf: !viewState.scopeBuilderMode -->
            <div class="inner-addon right-addon inputWrapper">
              <!-- Enhanced autocomplete -->
              <!-- ngIf: search.useEnhancedAutocomplete() && (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length) -->
              <!-- Standard autocomplete -->
              <!-- ngIf: !search.useEnhancedAutocomplete() && (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length) --><input ng-style="{'padding-inline-end': '103px' }"
                ng-if="!search.useEnhancedAutocomplete() &amp;&amp; (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length)" id="searchBox_111" type="text"
                class="form-control searchBox ng-pristine ng-untouched ng-valid ng-scope ng-empty" ng-class="{'disabled': viewState.scopeBuilderMode}" name="q" ng-model="search.query" aria-label="Search"
                focus-me="view == 'home' || newSearchInfo.isNewSearch" uib-typeahead="item for item in getAutocomplete($viewValue)" typeahead-min-length="3" typeahead-focus-first="false" typeahead-loading="loadingAutocomplete" autocomplete="off"
                ng-disabled="viewState.scopeBuilderMode" title="" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead-112-5954" style="padding-inline-end: 103px;">
              <ul class="dropdown-menu ng-isolate-scope ng-hide" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox" aria-hidden="true" uib-typeahead-popup=""
                id="typeahead-112-5954" matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)" debounce="debounceUpdate">
                <!-- ngRepeat: match in matches track by $index -->
              </ul><!-- end ngIf: !search.useEnhancedAutocomplete() && (textInformation.textWidth || !advancedEnabled || !textInformation.textToMeasure.length) -->
              <span class="searchbox-btn-group ng-isolate-scope" know-text-width="" text-info="textInformation">
                <button ng-click="clearSearch()" ng-class="{ invisible: !search.query }" type="button" class="btn-link clear-search invisible">
                  <i class="uxf-icon uxf-close" aria-hidden="true"></i>
                  <span aria-label="Clear" uib-tooltip="Clear">
                  </span>
                </button>
                <!-- ngIf: viewState.scopeBuilderMode || advancedEnabled --><button ng-if="viewState.scopeBuilderMode || advancedEnabled" class="btn-link advance-options ng-scope" type="button" ng-click="search.toggleAdvanced()"
                  uib-popover="More options for editing search scope" popover-placement="bottom-right" popover-trigger="'mouseenter'" popover-enable="isScopeBuilderInit" popover-popup-delay="100">
                  <span ng-bind="::i18n.translations.OPTIONS" class="ng-binding">Options</span>
                </button><!-- end ngIf: viewState.scopeBuilderMode || advancedEnabled -->
              </span>
            </div>
            <span class="input-group-addon autocompleteLoader ng-hide" ng-show="loadingAutocomplete">
              <img src="/images/spinner.gif" alt="loading">
            </span>
            <span class="input-group-btn searchIconWrapper">
              <button class="btn btn-default searchBtn customHeaderButtonBackground" ng-class="{addBorderIfNoContrast : view != 'home'}" scroll-to-top="click" type="submit" aria-label="Search">
                <i class="uxf-icon uxf-search uxf-l searchIcon"></i>
                <span class="offscreen ng-binding" ng-bind="::i18n.translations.SEARCH">Search</span>
              </button>
            </span>
            <!-- ngIf: ::search.enableNewSearchButton && !viewState.scopeBuilderMode --><button class="btn btn-link no-right-gutter ng-binding ng-scope ng-hide" type="button"
              ng-if="::search.enableNewSearchButton &amp;&amp; !viewState.scopeBuilderMode" ng-hide="view != 'search' || newSearchInfo.isNewSearch" ng-click="issueNewSearch()" ng-bind="::i18n.translations.NEW_SEARCH">New
              Search</button><!-- end ngIf: ::search.enableNewSearchButton && !viewState.scopeBuilderMode -->
          </div>
          <!-- ngIf: savedSearchEnabled && view == 'home' -->
        </div>
      </div>
    </div>
  </fieldset>
</form>

Name: emailForm

<form name="emailForm" ng-hide="alerts.chatEmailError.msg" ng-submit="email()" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div class="form-group">
    <label for="sendToChat" ng-bind="::i18n.translations.SEND_TO + ':'" class="ng-binding">Send to:</label>
    <input type="email" id="sendToChat" readonly="readonly" ng-model="chat.email" class="form-control input-sm ng-pristine ng-untouched ng-valid ng-empty ng-valid-email">
  </div>
  <div class="form-group" ng-class="{'has-error': emailForm.from.$error.email}">
    <label for="emailChat" ng-bind="::i18n.translations.YOUR_EMAIL + ':'" class="ng-binding">Your Email:</label>
    <input type="email" id="emailChat" name="from" ng-model="from" class="form-control input-sm ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" required="">
  </div>
  <div class="checkbox">
    <label for="sendCopy">
      <input type="checkbox" name="sendCopy" ng-model="sendCopy" id="sendCopy" class="ng-pristine ng-untouched ng-valid ng-empty">
      <span ng-bind="::i18n.translations.SEND_ME_COPY_OF_EMAIL" class="ng-binding">Send me a copy of this email</span>
    </label>
  </div>
  <div class="form-group">
    <label for="messageChat" ng-bind="::i18n.translations.YOUR_MESSAGE + ':'" class="ng-binding">Your Message:</label>
    <textarea ng-model="message" name="message" id="messageChat" rows="3" class="form-control input-sm ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">                </textarea>
  </div>
  <button type="submit" class="btn btn-default btn-sm ng-binding" ng-readonly="emailForm.$invalid" aria-disabled="true" aria-describedby="emailFormSubmitDescription" ng-bind="::i18n.translations.SEND" readonly="readOnly">Send</button>
  <div class="sr-only" id="emailFormSubmitDescription">
    <!-- ngIf: emailForm.$invalid --><span ng-if="emailForm.$invalid" ng-bind="::i18n.translations.INVALID_DATA_NOTICE" class="ng-binding ng-scope">This form contains invalid data or is missing required fields and cannot be submitted at this time.
      Please make corrections to enable this button.</span><!-- end ngIf: emailForm.$invalid -->
  </div>
  <img src="/images/spinner.gif" ng-show="isSending" class="isSendingEmail ng-hide" alt="sending...">
  <div summon-alert="" alert-name="emailNotify" class="email-alert ng-isolate-scope" role="alert" aria-live="assertive"><!-- ngIf: alerts[alertName].msg -->
  </div>
</form>

POST

<form method="POST" summon-form-action="clickTrackLinkForm.action" rel="noopener noreferrer" click-track-link-form="" class="ng-pristine ng-valid" target="_blank">
  <input type="hidden" name="linkData" value="" autocomplete="off">
  <input type="submit" class="offscreen" tabindex="-1" aria-hidden="true">
</form>

Text Content

Done Loading Results Done Loading More Facets



HOME - MULTISEARCH - LIBRARY - UNIVERSITY OF CANTERBURY

 *   
   * Home
     
   * Course Reserves
     
 * 
   
   
 *   
   * Request an Interloan
     
   * Feedback
     
   * Help
     
   

Saved Items

Links Menu
English (NZ)

Search

Options
Search New Search


HEADER

 *   
   * Home
     
   * Course Reserves
     
 * 
   
   
 *   
   * Request an Interloan
     
   * Feedback
     
   * Help
     
   

Search

Options
Search New Search
Saved Items

Links Menu
English (NZ)
Filters

  More


REFINE PANE


SEARCH RESULTS


   
 * 
   
   
 * 
   

   
   
 * 
 *  *   
      *   
          
        * Previous
          
          
          
        * 1
          
        * 2
          
        * 3
          
        * 4
          
        * ...
          
          
          
        * Next
          
        
      *   
          
        * Previous
          
          
          
        * Next
          
          
          
        * 1
          
        * 2
          
        * 3
          
        * 4
          
        * ...
          




MORE


×


IMAGE THUMBNAIL


Chat with a Librarian
Collapse Close
Send to:
Your Email:
Send me a copy of this email
Your Message:
Send
This form contains invalid data or is missing required fields and cannot be
submitted at this time. Please make corrections to enable this button.

Back to top