utppublishing.com Open in urlscan Pro
2606:4700:4400::ac40:9ba0  Public Scan

Submitted URL: http://www.utpjournalsreview.com/
Effective URL: https://utppublishing.com/loi/cjh
Submission: On December 03 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

Name: defaultQuickSearchGET /action/doSearch

<form action="/action/doSearch" name="defaultQuickSearch" method="get" class="quick-search__form">
  <fieldset>
    <legend class="sr-only">Quick Search anywhere</legend>
    <div class="quick-search__input group option-0 ">
      <ul id="autoComplete_list_1" role="listbox" hidden="" class="autoComplete rlist"></ul><label for="AllField81a59e70-cfb6-41fe-a35a-9025b52065bf0" class="sr-only">Enter words / phrases / DOI / ISBN / keywords / authors / etc</label>
      <div class="autoComplete_wrapper" role="combobox" aria-owns="autoComplete_list_1" aria-haspopup="true" aria-expanded="false" aria-label="Enter a text or select an option"><input type="text" id="AllField81a59e70-cfb6-41fe-a35a-9025b52065bf0"
          name="AllField" placeholder="Enter words / phrases / DOI / ISBN / keywords / authors / etc" data-auto-complete-max-words="7" data-auto-complete-max-chars="32" data-contributors-conf="3" data-topics-conf="3" data-publication-titles-conf="3"
          data-history-items-conf="3" value="" class="auto-complete" aria-controls="autoComplete_list_1" aria-autocomplete="both"></div><button type="submit" title="Search" class="btn quick-search__btn"><span
          class="sr-only">Search</span><i class="icon-search"></i></button>
    </div>
  </fieldset>
</form>

Name: thisJournalQuickSearchGET /action/doSearch

<form action="/action/doSearch" name="thisJournalQuickSearch" method="get" class="quick-search__form">
  <fieldset>
    <legend class="sr-only">Quick Search in Journals</legend>
    <div class="quick-search__input group option-1 option-journal">
      <ul id="autoComplete_list_2" role="listbox" hidden="" class="autoComplete rlist"></ul><label for="AllField81a59e70-cfb6-41fe-a35a-9025b52065bf1" class="sr-only">Enter words / phrases / DOI / ISBN / keywords / authors / etc</label>
      <div class="autoComplete_wrapper" role="combobox" aria-owns="autoComplete_list_2" aria-haspopup="true" aria-expanded="false" aria-label="Enter a text or select an option"><input type="text" id="AllField81a59e70-cfb6-41fe-a35a-9025b52065bf1"
          name="AllField" placeholder="Enter words / phrases / DOI / ISBN / keywords / authors / etc" data-auto-complete-max-words="7" data-auto-complete-max-chars="32" data-contributors-conf="3" data-topics-conf="3" data-publication-titles-conf="3"
          data-history-items-conf="3" value="" class="auto-complete" aria-controls="autoComplete_list_2" aria-autocomplete="both"></div><button type="submit" title="Search" class="btn quick-search__btn"><span
          class="sr-only">Search</span><i class="icon-search"></i></button>
    </div><input type="hidden" name="SeriesKey" value="cjh">
  </fieldset>
</form>

POST /action/requestUsername

<form action="/action/requestUsername" method="post"><input type="hidden" name="requestUsername" value="requestUsername">
  <div class="input-group">
    <div class="label">
      <label for="9e598c5b-70ad-40a3-96a7-01f11216dfa5.email">Email</label>
    </div>
    <input id="9e598c5b-70ad-40a3-96a7-01f11216dfa5.email" class="email" type="text" name="email" value="" size="15">
  </div>
  <div class="username-recaptcha-ajax"></div>
  <input class="button primary submit" type="submit" name="submit" value="Submit" disabled="disabled">
  <div class="center">
    <a href="#" class="cancel">Close</a>
  </div>
</form>

POST /action/registration

<form action="/action/registration" class="registration-form" method="post"><input type="hidden" name="redirectUri" value="/loi/cjh">
  <div class="input-group">
    <div class="label">
      <label for="2cf40986-b508-4ea5-9f28-0776b23b5792.email">Email</label>
    </div>
    <input id="2cf40986-b508-4ea5-9f28-0776b23b5792.email" class="email" type="email" name="email" value="">
  </div>
  <div class="submit">
    <input class="button submit primary" type="submit" value="Register" disabled="disabled">
  </div>
</form>

POST /action/changePassword

<form action="/action/changePassword" method="post">
  <div class="message error"></div>
  <input type="hidden" name="submit" value="submit">
  <div class="input-group">
    <div class="label">
      <label for="2c566ec3-0f46-4d83-bdbe-25673be1cc60-old">Old Password</label>
    </div>
    <input id="2c566ec3-0f46-4d83-bdbe-25673be1cc60-old" class="old" type="password" name="old" value="" autocomplete="off">
    <span class="password-eye-icon icon-eye hidden"></span>
  </div>
  <div class="input-group">
    <div class="label">
      <label for="2c566ec3-0f46-4d83-bdbe-25673be1cc60-new">New Password</label>
    </div>
    <input id="2c566ec3-0f46-4d83-bdbe-25673be1cc60-new" class="pass-hint new" type="password" name="new" value="" autocomplete="off">
    <span class="password-eye-icon icon-eye hidden"></span>
    <div class="password-strength-indicator" data-min="8" data-max="20" data-strength="3">
      <span class="text too-short">Too Short</span>
      <span class="text weak">Weak</span>
      <span class="text medium">Medium</span>
      <span class="text strong">Strong</span>
      <span class="text very-strong">Very Strong</span>
      <span class="text too-long">Too Long</span>
    </div>
    <div id="pswd_info" class="pass-strength-popup js__pswd_info" style="display: none;">
      <h4 id="length"> Your password must have 8 characters or more and contain 3 of the following: </h4>
      <ul>
        <li id="letter" class="invalid">
          <span>a lower case character,&nbsp;</span>
        </li>
        <li id="capital" class="invalid">
          <span>an upper case character,&nbsp;</span>
        </li>
        <li id="special" class="invalid">
          <span>a special character&nbsp;</span>
        </li>
        <li id="number" class="invalid">
          <span>or a digit</span>
        </li>
      </ul>
      <span class="strength">Too Short</span>
    </div>
  </div>
  <input class="button primary submit" type="submit" value="Submit" disabled="disabled">
</form>

POST /action/doLogin

<form action="/action/doLogin" method="post"><input type="hidden" name="id" value="ffe7027a-5224-4bce-95fe-1d2c618e5a6f">
  <input type="hidden" name="redirectUri" value="/loi/cjh">
  <input type="hidden" name="loginUri" value="/loi/cjh">
  <input type="hidden" name="popup" value="true">
  <div class="input-group">
    <div class="label ">
      <label for="login">Email</label>
    </div>
    <input id="login" class="login" type="text" name="login" value="" size="15" placeholder="Enter your email address" autocorrect="off" spellcheck="false" autocapitalize="off" required="true">
    <div class="actions">
    </div>
  </div>
  <div class="input-group">
    <div class="label ">
      <label for="password">Password</label>
    </div>
    <input id="password" class="password" type="password" name="password" value="" autocomplete="off" placeholder="Enter your password" autocorrect="off" spellcheck="false" autocapitalize="off" required="true">
    <span class="password-eye-icon icon-eye hidden"></span>
    <div class="actions">
      <a href="/action/requestResetPassword" class="link show-request-reset-password pop-up">Forgot password?</a>
    </div>
  </div>
  <div class="remember">
    <div class="keepMeLogin">
      <label for="ffe7027a-5224-4bce-95fe-1d2c618e5a6f-remember">
        <span class="label">Keep me logged in</span>
      </label>
    </div>
    <div class="switch small-switch">
      <input id="ffe7027a-5224-4bce-95fe-1d2c618e5a6f-remember" class="cmn-toggle cmn-toggle-round-flat" type="checkbox" name="remember" value="true">
      <label class="tgl-btn" for="ffe7027a-5224-4bce-95fe-1d2c618e5a6f-remember"></label>
    </div>
  </div>
  <div class="submit" disabled="disabled">
    <input class="button submit primary" type="submit" name="loginSubmit" value="Login" disabled="disabled">
  </div>
</form>

POST /action/requestResetPassword

<form action="/action/requestResetPassword" class="request-reset-password-form" method="post"><input type="hidden" name="requestResetPassword" value="true">
  <div class="input-group">
    <div class="label">
      <label for="92668ec7-699b-442e-90af-8155fb79f682.email">Email</label>
    </div>
    <input id="92668ec7-699b-442e-90af-8155fb79f682.email" class="email" type="text" name="email" value="" size="15" placeholder="Enter your email" autocorrect="off" spellcheck="false" autocapitalize="off">
  </div>
  <div class="password-recaptcha-ajax"></div>
  <input class="button primary submit" type="submit" name="submit" value="Submit" disabled="disabled">
</form>

POST /action/verifyPhoneNumber

<form action="/action/verifyPhoneNumber" method="post"><input type="hidden" name="submit" value="submit">
  <div class="message error"></div>
  <div class="input-group">
    <div class="label">
      <label for="4526bc88-0e58-44cb-9399-ebd6a4451b13-code">Enter the verification code</label>
    </div>
    <input id="4526bc88-0e58-44cb-9399-ebd6a4451b13-code" class="verificationCode" type="text" name="verificationCode" value="" size="15">
  </div>
  <input class="button primary submit" type="submit" value="Submit" disabled="disabled">
</form>

Text Content

Search
Anywhere
 * Anywhere
 * This Journal

Quick Search anywhere
Enter words / phrases / DOI / ISBN / keywords / authors / etc

Search
Quick Search in Journals
Enter words / phrases / DOI / ISBN / keywords / authors / etc

Search
Advanced Search
0

Skip main navigationOpen Drawer MenuClose Drawer Menu
Home
 * About
 * Books
   * Browse
   * Imprints
   * Series
   * Subjects
 * Journals
 * Publish with Us
   * Book Authors
   * Journals and Societies
   * Call for Papers
 * Resources
   * Resources For Librarians
   * Resources For Booksellers
   * Editorial Policies
   * Open Access
 * Contact




CANADIAN JOURNAL OF HISTORY




LIST OF ISSUES

 * 

 * Home
 * About
   * Aim and Scope
   * Editorial Board
   * Editorial and Ethics Policies   
   * Abstracting and Indexing
   * About the Association
 * Contribute
   * Submit   
   * Call for Papers
   * Guidelines for Authors
   * Guidelines for Peer Reviewers
   * Open Access   
 * Browse
   * Advance Access
   * Current Issue
   * Past Issues
   * Most Read Articles
   * Most Cited Articles
 * Subscribe


Share

Share on
 * Facebook
 * X
 * LinkedIn
 * Copy Link
 * Email
   

HomeCanadian Journal of HistoryList of Issues


RECENT ISSUES

 * Volume 59Issue 2Aug 2024
 * Volume 59Issue 1Apr 2024
 * Volume 58Issue 2-3Dec 2023
 * Volume 58Issue 1Apr 2023


FULL ONLINE ARCHIVE

 * 2000s
 * 1900s

 * 2020s
 * 2010s
 * 2000s

 * 2024
 * 2023
 * 2022
 * 2021
 * 2020

 * 
   Volume 59Issue 2 August 01 2024
   CURRENT ISSUE
   pp. 95-237
   Special Issue: Genocide in History
 * 
   Volume 59Issue 1 April 01 2024
   pp. 1-94
   





 * 2019
 * 2018
 * 2017
 * 2016
 * 2015
 * 2014
 * 2013
 * 2012
 * 2011
 * 2010


 * 2009
 * 2008
 * 2007
 * 2006
 * 2005
 * 2004
 * 2003
 * 2002
 * 2001
 * 2000


 * 1990s
 * 1980s
 * 1970s
 * 1960s

 * 1999
 * 1998
 * 1997
 * 1996
 * 1995
 * 1994
 * 1993
 * 1992
 * 1991
 * 1990


 * 1989
 * 1988
 * 1987
 * 1986
 * 1985
 * 1984
 * 1983
 * 1982
 * 1981
 * 1980


 * 1979
 * 1978
 * 1977
 * 1976
 * 1975
 * 1974
 * 1973
 * 1972
 * 1971
 * 1970


 * 1969
 * 1968
 * 1967
 * 1966



Recommend to Library

Subscribe

Favourite

back


Back to top
ABOUT US
 * UTP Distribution
 * U of T Bookstore
 * Careers
 * Environmental Policy
 * Privacy Policy
   

RESOURCES
 * Book Authors
 * Journals and Societies
 * Libraries
 * Booksellers
 * Open Access
   

PUBLICATIONS
 * Books
 * Journals
 * Subjects
 * Imprints
 * All Publications

CONNECT
 * Facebook
 * X
 * Instagram
 * Linkedin
 * YouTube

 © 2024 University of Toronto Press
Newsletter Sign Up



REQUEST USERNAME

Can't sign in? Forgot your username?

Enter your email address below and we will send you your username


Email

Close

If the address matches an existing account you will receive an email with
instructions to retrieve your username


CREATE A NEW ACCOUNT

Email

Returning user


CHANGE PASSWORD

Old Password
New Password
Too Short Weak Medium Strong Very Strong Too Long

YOUR PASSWORD MUST HAVE 8 CHARACTERS OR MORE AND CONTAIN 3 OF THE FOLLOWING:

 * a lower case character, 
 * an upper case character, 
 * a special character 
 * or a digit

Too Short


PASSWORD CHANGED SUCCESSFULLY

Your password has been changed


LOGIN TO YOUR ACCOUNT

Email

Password
Forgot password?
Keep me logged in


New User
Institutional Login
OpenAthens

Can't sign in? Forgot your password?

Enter your email address below and we will send you the reset instructions


Email

Cancel

If the address matches an existing account you will receive an email with
instructions to reset your password

Close


VERIFY PHONE

Enter the verification code
Cancel


CONGRATS!

Your Phone has been verified

close

About Cookies On This Site

We use cookies to improve user experience on our website and measure the impact
of our content.

Learn more

×
✓
Thanks for sharing!
AddToAny
More…