store.hbr.org Open in urlscan Pro
192.200.160.12  Public Scan

Submitted URL: https://link.hbr.org/click/36949638.436917/aHR0cHM6Ly9zdG9yZS5oYnIub3JnL3Byb2R1Y3Qvb3ZlcmNvbWluZy1vdmVyd29yay1oYnItd2...
Effective URL: https://store.hbr.org/product/overcoming-overwork-hbr-women-at-work-series/10715?utm_medium=email&utm_source=ecom_univ...
Submission: On October 09 via api from CA — Scanned from CA

Form analysis 7 forms found in the DOM

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="quick-search" data-error-message="Search field cannot be empty." placeholder="Search HBR Products" autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="nav-quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="nav-quick-search" data-error-message="Search field cannot be empty." placeholder="Search HBR Products" autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="navPages-quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="navPages-quick-search" data-error-message="Search field cannot be empty." placeholder="Search HBR Products" autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch form-quickSearch_pdp" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query_pdp">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="search_query_pdp" data-error-message="Search field cannot be empty." autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>*</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating" data-input="" aria-required="true">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name <small>*</small>
      </label>
      <input type="text" name="revfromname" id="revfromname_input" class="form-input" data-label="Name" data-input="" aria-required="true" aria-labelledby="revfromname" aria-live="polite">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" name="email" id="email_input" class="form-input" data-label="Email" data-input="" aria-required="true" aria-labelledby="email" aria-live="polite">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" name="revtitle" id="revtitle_input" class="form-input" data-label="Review Subject" data-input="" aria-required="true" aria-labelledby="revtitle" aria-live="polite">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>*</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" aria-labelledby="revtext" aria-live="polite" data-input="" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="89871">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>*</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating" data-input="" aria-required="true">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name <small>*</small>
      </label>
      <input type="text" name="revfromname" id="revfromname_input" class="form-input" data-label="Name" data-input="" aria-required="true" aria-labelledby="revfromname" aria-live="polite">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" name="email" id="email_input" class="form-input" data-label="Email" data-input="" aria-required="true" aria-labelledby="email" aria-live="polite">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" name="revtitle" id="revtitle_input" class="form-input" data-label="Review Subject" data-input="" aria-required="true" aria-labelledby="revtitle" aria-live="polite">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>*</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" aria-labelledby="revtext" aria-live="polite" data-input="" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="89871">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST https://store.hbr.org/cart.php

<form class="form" method="post" action="https://store.hbr.org/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="89871" data-parent-sku="10715">
  <div data-product-option-change="" style="">
    <div class="form-field form-radio-box form-field--format" data-product-attribute="">
      <label class="form-label form-label--alternate form-label--inlineSmall">
        <span class="prefix">Available </span>formats: <small> (*) </small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_98" name="attribute[359401]" value="98" required="" data-state="false">
      <label data-product-attribute-value="98" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_98" data-label="Choose a format" data-value="PDF">
        <strong>PDF</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_99" name="attribute[359401]" value="99" required="" data-state="false">
      <label data-product-attribute-value="99" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_99" data-label="Choose a format" data-value="Audio MP3">
        <strong>Audio MP3</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_100" name="attribute[359401]" value="100" required="" data-state="false">
      <label data-product-attribute-value="100" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_100" data-label="Choose a format" data-value="Audio M4A">
        <strong>Audio M4A</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_101" name="attribute[359401]" value="101" required="" data-state="false">
      <label data-product-attribute-value="101" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_101" data-label="Choose a format" data-value="Audio CDROM">
        <strong>Audio CDROM</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_102" name="attribute[359401]" value="102" required="" data-state="false">
      <label data-product-attribute-value="102" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_102" data-label="Choose a format" data-value="Audio Cassette">
        <strong>Audio Cassette</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_103" name="attribute[359401]" value="103" required="" data-state="false">
      <label data-product-attribute-value="103" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_103" data-label="Choose a format" data-value="Bundle">
        <strong>Bundle</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_104" name="attribute[359401]" value="104" required="" data-state="false">
      <label data-product-attribute-value="104" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_104" data-label="Choose a format" data-value="DVD">
        <strong>DVD</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_105" name="attribute[359401]" value="105" required="" data-state="false">
      <label data-product-attribute-value="105" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_105" data-label="Choose a format" data-value="Event Live Conference">
        <strong>Event Live Conference</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_106" name="attribute[359401]" value="106" required="" data-state="false">
      <label data-product-attribute-value="106" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_106" data-label="Choose a format" data-value="Event Virtual Conference">
        <strong>Event Virtual Conference</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_107" name="attribute[359401]" value="107" required="" data-state="false">
      <label data-product-attribute-value="107" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_107" data-label="Choose a format" data-value="Word Document">
        <strong>Word Document</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_108" name="attribute[359401]" value="108" required="" data-state="false">
      <label data-product-attribute-value="108" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_108" data-label="Choose a format" data-value="Electronic Book">
        <strong>Electronic Book</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_109" name="attribute[359401]" value="109" required="" data-state="false">
      <label data-product-attribute-value="109" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_109" data-label="Choose a format" data-value="Enhanced Electronic Book">
        <strong>Enhanced Electronic Book</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_110" name="attribute[359401]" value="110" required="" data-state="false">
      <label data-product-attribute-value="110" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_110" data-label="Choose a format" data-value="ePub">
        <strong>ePub</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_111" name="attribute[359401]" value="111" required="" data-state="false">
      <label data-product-attribute-value="111" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_111" data-label="Choose a format" data-value="Financial">
        <strong>Financial</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_112" name="attribute[359401]" value="112" required="" data-state="false" checked="checked" data-default="">
      <label data-product-attribute-value="112" class="form-label form-label--radio form-label--format available is-checked show" for="attribute_radio_359401_112" data-label="Choose a format" data-value="Ebook" style="display: inline;">
        <strong>Ebook</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_113" name="attribute[359401]" value="113" required="" data-state="false">
      <label data-product-attribute-value="113" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_113" data-label="Choose a format" data-value="Hardcover/Hardcopy">
        <strong>Hardcover/Hardcopy</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_150" name="attribute[359401]" value="150" required="" data-state="false">
      <label data-product-attribute-value="150" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_150" data-label="Choose a format" data-value="Hardcover/Hardcopy (Color)">
        <strong>Hardcover/Hardcopy (Color)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_151" name="attribute[359401]" value="151" required="" data-state="false">
      <label data-product-attribute-value="151" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_151" data-label="Choose a format" data-value="Hardcover/Hardcopy (B&amp;W)">
        <strong>Hardcover/Hardcopy (B&amp;W)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_114" name="attribute[359401]" value="114" required="" data-state="false">
      <label data-product-attribute-value="114" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_114" data-label="Choose a format" data-value="Web Based HTML">
        <strong>Web Based HTML</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_115" name="attribute[359401]" value="115" required="" data-state="false">
      <label data-product-attribute-value="115" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_115" data-label="Choose a format" data-value="Kit">
        <strong>Kit</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_116" name="attribute[359401]" value="116" required="" data-state="false">
      <label data-product-attribute-value="116" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_116" data-label="Choose a format" data-value="License">
        <strong>License</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_117" name="attribute[359401]" value="117" required="" data-state="false">
      <label data-product-attribute-value="117" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_117" data-label="Choose a format" data-value="Magazine">
        <strong>Magazine</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_118" name="attribute[359401]" value="118" required="" data-state="false">
      <label data-product-attribute-value="118" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_118" data-label="Choose a format" data-value="Mobi">
        <strong>Mobi</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_119" name="attribute[359401]" value="119" required="" data-state="false">
      <label data-product-attribute-value="119" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_119" data-label="Choose a format" data-value="Multimedia CDROM">
        <strong>Multimedia CDROM</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_120" name="attribute[359401]" value="120" required="" data-state="false">
      <label data-product-attribute-value="120" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_120" data-label="Choose a format" data-value="Multimedia Windows Media">
        <strong>Multimedia Windows Media</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_121" name="attribute[359401]" value="121" required="" data-state="false">
      <label data-product-attribute-value="121" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_121" data-label="Choose a format" data-value="Paperback Book">
        <strong>Paperback Book</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_122" name="attribute[359401]" value="122" required="" data-state="false">
      <label data-product-attribute-value="122" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_122" data-label="Choose a format" data-value="Powerpoint">
        <strong>Powerpoint</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_123" name="attribute[359401]" value="123" required="" data-state="false">
      <label data-product-attribute-value="123" class="form-label form-label--radio form-label--format available show" for="attribute_radio_359401_123" data-label="Choose a format" data-value="Paperback/Softbound" style="display: inline;">
        <strong>Paperback/Softbound</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_152" name="attribute[359401]" value="152" required="" data-state="false">
      <label data-product-attribute-value="152" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_152" data-label="Choose a format" data-value="Paperback/Softbound (Color)">
        <strong>Paperback/Softbound (Color)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_153" name="attribute[359401]" value="153" required="" data-state="false">
      <label data-product-attribute-value="153" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_153" data-label="Choose a format" data-value="Paperback/Softbound (B&amp;W)">
        <strong>Paperback/Softbound (B&amp;W)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_154" name="attribute[359401]" value="154" required="" data-state="false">
      <label data-product-attribute-value="154" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_154" data-label="Choose a format" data-value="Registration Fee">
        <strong>Registration Fee</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_124" name="attribute[359401]" value="124" required="" data-state="false">
      <label data-product-attribute-value="124" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_124" data-label="Choose a format" data-value="Short Run">
        <strong>Short Run</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_125" name="attribute[359401]" value="125" required="" data-state="false">
      <label data-product-attribute-value="125" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_125" data-label="Choose a format" data-value="Subscription">
        <strong>Subscription</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_126" name="attribute[359401]" value="126" required="" data-state="false">
      <label data-product-attribute-value="126" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_126" data-label="Choose a format" data-value="Service">
        <strong>Service</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_127" name="attribute[359401]" value="127" required="" data-state="false">
      <label data-product-attribute-value="127" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_127" data-label="Choose a format" data-value="Video CDROM">
        <strong>Video CDROM</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_128" name="attribute[359401]" value="128" required="" data-state="false">
      <label data-product-attribute-value="128" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_128" data-label="Choose a format" data-value="Video DVD">
        <strong>Video DVD</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_129" name="attribute[359401]" value="129" required="" data-state="false">
      <label data-product-attribute-value="129" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_129" data-label="Choose a format" data-value="Video Flash">
        <strong>Video Flash</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_130" name="attribute[359401]" value="130" required="" data-state="false">
      <label data-product-attribute-value="130" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_130" data-label="Choose a format" data-value="Video VHS (NTSC)">
        <strong>Video VHS (NTSC)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_131" name="attribute[359401]" value="131" required="" data-state="false">
      <label data-product-attribute-value="131" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_131" data-label="Choose a format" data-value="Video VHS (PAL)">
        <strong>Video VHS (PAL)</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_132" name="attribute[359401]" value="132" required="" data-state="false">
      <label data-product-attribute-value="132" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_132" data-label="Choose a format" data-value="Video Real Player">
        <strong>Video Real Player</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_133" name="attribute[359401]" value="133" required="" data-state="false">
      <label data-product-attribute-value="133" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_133" data-label="Choose a format" data-value="Microsoft Excel Spreadsheet">
        <strong>Microsoft Excel Spreadsheet</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_134" name="attribute[359401]" value="134" required="" data-state="false">
      <label data-product-attribute-value="134" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_134" data-label="Choose a format" data-value="XML">
        <strong>XML</strong>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359401_135" name="attribute[359401]" value="135" required="" data-state="false">
      <label data-product-attribute-value="135" class="form-label form-label--radio form-label--format" for="attribute_radio_359401_135" data-label="Choose a format" data-value="Zip File">
        <strong>Zip File</strong>
      </label>
    </div>
    <div class="form-field form-radio-box" data-product-attribute="set-radio" role="radiogroup" aria-labelledby="radio-group-label-359402">
      <label class="form-label form-label--alternate form-label--inlineSmall" id="radio-group-label-359402">
        <span class="prefix">Available </span>languages: <small> (*) </small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_138" name="attribute[359402]" value="138" required="" data-state="false" checked="checked" data-default="">
      <label data-product-attribute-value="138" class="form-label form-label--radio available is-checked show" for="attribute_radio_359402_138" data-label="Choose a language" data-value="English" style="display: inline;">English</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_139" name="attribute[359402]" value="139" required="" data-state="false">
      <label data-product-attribute-value="139" class="form-label form-label--radio" for="attribute_radio_359402_139" data-label="Choose a language" data-value="Spanish">Spanish</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_143" name="attribute[359402]" value="143" required="" data-state="false">
      <label data-product-attribute-value="143" class="form-label form-label--radio" for="attribute_radio_359402_143" data-label="Choose a language" data-value="Chinese">Chinese</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_147" name="attribute[359402]" value="147" required="" data-state="false">
      <label data-product-attribute-value="147" class="form-label form-label--radio" for="attribute_radio_359402_147" data-label="Choose a language" data-value="Danish">Danish</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_146" name="attribute[359402]" value="146" required="" data-state="false">
      <label data-product-attribute-value="146" class="form-label form-label--radio" for="attribute_radio_359402_146" data-label="Choose a language" data-value="French">French</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_144" name="attribute[359402]" value="144" required="" data-state="false">
      <label data-product-attribute-value="144" class="form-label form-label--radio" for="attribute_radio_359402_144" data-label="Choose a language" data-value="German">German</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_141" name="attribute[359402]" value="141" required="" data-state="false">
      <label data-product-attribute-value="141" class="form-label form-label--radio" for="attribute_radio_359402_141" data-label="Choose a language" data-value="Japanese">Japanese</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_140" name="attribute[359402]" value="140" required="" data-state="false">
      <label data-product-attribute-value="140" class="form-label form-label--radio" for="attribute_radio_359402_140" data-label="Choose a language" data-value="Portuguese">Portuguese</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_145" name="attribute[359402]" value="145" required="" data-state="false">
      <label data-product-attribute-value="145" class="form-label form-label--radio" for="attribute_radio_359402_145" data-label="Choose a language" data-value="Polish">Polish</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_149" name="attribute[359402]" value="149" required="" data-state="false">
      <label data-product-attribute-value="149" class="form-label form-label--radio" for="attribute_radio_359402_149" data-label="Choose a language" data-value="Russian">Russian</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_148" name="attribute[359402]" value="148" required="" data-state="false">
      <label data-product-attribute-value="148" class="form-label form-label--radio" for="attribute_radio_359402_148" data-label="Choose a language" data-value="Slovak">Slovak</label>
      <input class="form-radio" type="radio" id="attribute_radio_359402_142" name="attribute[359402]" value="142" required="" data-state="false">
      <label data-product-attribute-value="142" class="form-label form-label--radio" for="attribute_radio_359402_142" data-label="Choose a language" data-value="Traditional Chinese">Traditional Chinese</label>
    </div>
    <div class="form-field" data-product-attribute="input-checkbox" style="display: none;">
      <input type="hidden" name="attribute[359403]" value="137">
      <input class="form-checkbox" type="checkbox" name="attribute[359403]" id="attribute-check-359403" value="136" data-cp-checkbox="">
      <label class="form-label  form-label--custominline" for="attribute-check-359403">Add Copyright Permission.</label>
      <a class="quantity-discounts" data-reveal-id="reveal-for-team"><span class="icon-question"><span class="fa fa-question-circle"></span></span></a>
    </div>
    <div class="form-field" data-product-attribute="input-number" style="display: none;">
      <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_number_359404"> Copyright Permission Qty: <small>
        </small>
      </label>
      <input class="form-input" type="number" id="attribute_number_359404" name="attribute[359404]" value="0">
    </div>
    <div class="productView-split-line"></div>
  </div>
  <div class="form-field form-field--stock" style="display:none;">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock="">1000000</span>
    </label>
  </div>
  <div class="productAttributes-message" style="display:none">
    <p class="alertBox-message"></p>
  </div>
  <div id="add-to-cart-wrapper" class="add-to-cart-wrapper productView-actions-container">
    <div class="sticky-addToCart">
      <div class="form-field form-field--increments">
        <label class="form-label form-label--alternate" for="qty[]">Qty</label>
        <div class="form-increment" data-quantity-change="">
          <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="tel" value="1" min="1" data-quantity-min="0" data-quantity-max="0" pattern="[0-9]*" aria-live="polite">
          <span style="display: none;"></span>
        </div>
        <div class="for-team" data-team-price-link="" style="">
          <span>Buying for your team?</span><br>
          <a class="quantity-link text-link-blue" data-custom-reveal-id="reveal-for-team" aria-label="See quantity pricing">See quantity pricing</a>
        </div>
      </div>
      <div class="form-action">
        <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--red button--small" type="submit" value="Add to Cart" data-added-sku="">
        <button id="form-action-buyNow" data-wait-message="Buying Now..." class="button button--small" typ="submit" data-added-sku="">Buy Now</button>
      </div>
    </div>
  </div>
</form>

Text Content

Take 15% off your first order of books, tools, and collections with promo code
HBR15OFF . (Terms and conditions apply.)
Toggle menu
Search





 * Compare
 * 
 * 0
   
 * 0
 * Sign In
 * Sign In

Search




My Library Topic Feeds Orders Account Settings Email Preferences Log Out

Search




 * Featured
 * Collections
 * Books
    * All Books
    * HBR Work Smart Series
    * Top 40 Business Books
    * HBR 10 Must Read Series
    * HBR 20-Minute Manager Series
    * HBR Emotional Intelligence Series
    * HBR Guide Series
    * HBR Insights Series
    * HBR Women at Work Series
    * HBR Working Parents Series

 * Tools
    * All Tools
    * Harvard ManageMentor
    * Virtual Group Learning Sessions
    * Tools for Individuals
    * Workshop Kits for Team Training

 * Articles
 * Case Studies
 * Magazine Issues
 * Search by Topic
    * Communication
    * Entrepreneurship
    * Finance & Accounting
    * Innovation
    * International Business
    * Leadership & Managing People
    * Managing Organizations
    * Managing Yourself
    * Operations
    * Sales & Marketing
    * Strategy
    * Technology
    * View All

 * HBR Home

 * Compare
 * Sign In Create an Account






 * Home
 * Books
 * HBR Women at Work Series

Search
Click to Preview


OVERCOMING OVERWORK (HBR WOMEN AT WORK SERIES)

by Harvard Business Review,  Heidi Grant,  Deborah Grayson Riegel,  Amy Gallo, 
Mandy O'neill, 
(No reviews yet) Write a Review


WRITE A REVIEW

Close ×

OVERCOMING OVERWORK (HBR WOMEN AT WORK SERIES)

Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name *
Email *
Review Subject *
Comments *


MSRP:
Was:
Now: $24.95
(USD)
Quantity price applied

(No reviews yet) Write a Review


WRITE A REVIEW

Close ×

OVERCOMING OVERWORK (HBR WOMEN AT WORK SERIES)

Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name *
Email *
Review Subject *
Comments *


Available formats: (*) PDF Audio MP3 Audio M4A Audio CDROM Audio Cassette Bundle
DVD Event Live Conference Event Virtual Conference Word Document Electronic Book
Enhanced Electronic Book ePub Financial Ebook Hardcover/Hardcopy
Hardcover/Hardcopy (Color) Hardcover/Hardcopy (B&W) Web Based HTML Kit License
Magazine Mobi Multimedia CDROM Multimedia Windows Media Paperback Book
Powerpoint Paperback/Softbound Paperback/Softbound (Color) Paperback/Softbound
(B&W) Registration Fee Short Run Subscription Service Video CDROM Video DVD
Video Flash Video VHS (NTSC) Video VHS (PAL) Video Real Player Microsoft Excel
Spreadsheet XML Zip File
Available languages: (*) English Spanish Chinese Danish French German Japanese
Portuguese Polish Russian Slovak Traditional Chinese
Add Copyright Permission.
Copyright Permission Qty:

Current Stock: 1000000



Qty

Buying for your team?
See quantity pricing
Buy Now
Item: #10715E-KND-ENG Pages: 208 Publication Date: August 06, 2024



PRODUCT DESCRIPTION

Publication Date: August 06, 2024

Overworked? Overwhelmed? Protect yourself from burnout.

The amount of work placed on women is often insurmountable. Along with doing
what's required for our jobs, we're often asked to manage tasks that don't lead
to career growth or promotions. At work and at home we're charged with countless
forms of invisible labor that sap our time and energy. We usually rise to the
occasion and do all of these things well, but this constant flow of overwork can
leave us feeling underappreciated, frustrated, and burned out.

It's time to end the culture of overwork for women. From doing fewer dead-end
tasks to delegating effectively, Overcoming Overwork provides practical advice
for taking control of your workload so that you can spend your time doing what
matters to you.

This book will inspire you to:

 * Work smarter, not harder
 * Delegate tasks and projects for a more equitable balance of labor
 * Ask for help when your workload becomes unmanageable
 * Carve out time and space for yourself



The HBR Women at Work series spotlights the real challenges and opportunities
women experience throughout their careers. With interviews from the popular
podcast of the same name and related articles, stories, and research, these
books provide inspiration and advice for taking on topics at work like inequity,
advancement, and building community. Featuring detailed discussion guides, this
series will help you spark important conversations about where we're at and how
to move forward.

Product #: 10715E-KND-ENG
Pages: 208
Related Topics: Inclusion and belonging, Delegating, Diversity and inclusion,
Gender, Mental health, Stress management, Burnout, Wellness, Health and
wellness, Balancing work and family, Time management, Managing yourself,
Close ×



Summaries and excerpts of the latest books, special offers, and more from
Harvard Business Review Press.
Sign up


THIS PRODUCT ALSO APPEARS IN




RELATED PRODUCTS

 * | Book
   
   OVERCOMING OVERWORK: WOMEN AT WORK DISCUSSION GROUP TOOLKIT
   
   By Harvard Business Review, Heidi Grant, Deborah Grayson Riegel ..., 
   $99.95
   (USD)
   View Details
 * | Tool
   
   MANAGING CONFLICT: DISAGREE PRODUCTIVELY (VIRTUAL GROUP LEARNING)
   
   By Harvard Business Review, Amy Gallo, David S Thompson ..., 
   $249.00
   (USD)
   View Details
 * | Book
   
   HBR GUIDE TO LEADING THROUGH CHANGE
   
   By Harvard Business Review, 
   $21.95
   (USD)
   View Details


Close ×


!

OK Cancel


COPYRIGHT PERMISSIONS

To obtain copyright permission to share this PDF with your team, purchase one
copy per user.

ORDER FOR YOUR TEAM AND SAVE!




FOOTER START


HBR STORE

 * Featured
 * Collections
 * Books
 * Tools
 * Articles
 * Case Studies
 * Magazine Issues


HBR SERIES

 * HBR Work Smart Series
 * HBR 10 Must Read Series
 * HBR 20-Minute Manager Series
 * HBR Emotional Intelligence Series
 * HBR Guide Series
 * HBR Insights Series
 * HBR Women at Work Series
 * HBR Working Parents Series


SEARCH BY TOPIC

 * Communication
 * Entrepreneurship
 * Finance & Accounting
 * Innovation
 * International Business
 * Leadership & Managing People
 * Managing Organizations
 * Managing Yourself
 * Operations
 * Sales & Marketing
 * Strategy
 * Technology


MY ACCOUNT

 * My Library
 * Orders
 * Account Settings
 * Email Preferences
 * Sign In


CONTACT US

 * U.S. Canada: 800.988.0886
 * International: 617.783.7500
 * Email: customerservice@harvardbusiness.org
 * Help Center
 * Returns Policy
 * HBR Press




 * Privacy Policy
 * Copyright Information

 * Harvard Business Publishing:
 * Higher Education
 * Corporate Learning
 * Harvard Business Review
 * Harvard Business School

Copyright © 2024 Harvard Business School Publishing. All rights reserved.
Harvard Business Publishing is an affiliate of Harvard Business School.

Back to top Chevron Down Icon



OVERCOMING OVERWORK (HBR WOMEN AT WORK SERIES)

Close ×
| Press Book


OVERCOMING OVERWORK (HBR WOMEN AT WORK SERIES)

By Harvard Business Review,  Heidi Grant,  Deborah Grayson Riegel,  ...

MSRP:
Was:
Now: $24.95
(USD)
Add to Cart Buy Now

Loading shopping cart, please wait...