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

URL: https://store.hbr.org/product/the-latest-research-mental-health-and-wellness/MENTHL?utm_medium=email&utm_source=newsle...
Submission: On September 02 via manual from CL

Form analysis 6 forms found in the DOM

/search.php

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

/search.php

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

/search.php

<form class="form form-quickSearch" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="search_query" data-error-message="Search field cannot be empty." autocomplete="off">
      <!-- <button class="form-submit" type="submit"><i class="fa fa-search"></i></button> -->
      <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">
      <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">
        <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" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field" 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" class="form-input"></textarea>
    </div>
    <div class="form-field">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="78777">
    <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">
      <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">
        <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" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field" 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" class="form-input"></textarea>
    </div>
    <div class="form-field">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="78777">
    <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="78777" data-parent-sku="MENTHL-PDF-ENG">
  <div data-product-option-change="" class="productView-opbottom" style="display:none;">
    <div class="form-field form-radio-box" data-product-attribute="set-radio">
      <label class="form-label form-label--alternate form-label--inlineSmall"> Format: <small>*</small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_98" name="attribute[315101]" value="98" checked="" data-default="" required="">
      <label data-product-attribute-value="98" class="radio-box" for="attribute_radio_315101_98">PDF</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_99" name="attribute[315101]" value="99" required="">
      <label data-product-attribute-value="99" class="radio-box" for="attribute_radio_315101_99">Audio MP3</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_100" name="attribute[315101]" value="100" required="">
      <label data-product-attribute-value="100" class="radio-box" for="attribute_radio_315101_100">Audio M4A</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_101" name="attribute[315101]" value="101" required="">
      <label data-product-attribute-value="101" class="radio-box" for="attribute_radio_315101_101">Audio CDROM</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_102" name="attribute[315101]" value="102" required="">
      <label data-product-attribute-value="102" class="radio-box" for="attribute_radio_315101_102">Audio Cassette</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_103" name="attribute[315101]" value="103" required="">
      <label data-product-attribute-value="103" class="radio-box" for="attribute_radio_315101_103">Bundle</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_104" name="attribute[315101]" value="104" required="">
      <label data-product-attribute-value="104" class="radio-box" for="attribute_radio_315101_104">DVD</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_105" name="attribute[315101]" value="105" required="">
      <label data-product-attribute-value="105" class="radio-box" for="attribute_radio_315101_105">Event Live Conference</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_106" name="attribute[315101]" value="106" required="">
      <label data-product-attribute-value="106" class="radio-box" for="attribute_radio_315101_106">Event Virtual Conference</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_107" name="attribute[315101]" value="107" required="">
      <label data-product-attribute-value="107" class="radio-box" for="attribute_radio_315101_107">Word Document</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_108" name="attribute[315101]" value="108" required="">
      <label data-product-attribute-value="108" class="radio-box" for="attribute_radio_315101_108">Electronic Book</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_109" name="attribute[315101]" value="109" required="">
      <label data-product-attribute-value="109" class="radio-box" for="attribute_radio_315101_109">Enhanced Electronic Book</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_110" name="attribute[315101]" value="110" required="">
      <label data-product-attribute-value="110" class="radio-box" for="attribute_radio_315101_110">ePub</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_111" name="attribute[315101]" value="111" required="">
      <label data-product-attribute-value="111" class="radio-box" for="attribute_radio_315101_111">Financial</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_112" name="attribute[315101]" value="112" required="">
      <label data-product-attribute-value="112" class="radio-box" for="attribute_radio_315101_112">Ebook</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_113" name="attribute[315101]" value="113" required="">
      <label data-product-attribute-value="113" class="radio-box" for="attribute_radio_315101_113">Hardcover/Hardcopy</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_150" name="attribute[315101]" value="150" required="">
      <label data-product-attribute-value="150" class="radio-box" for="attribute_radio_315101_150">Hardcover/Hardcopy (Color)</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_151" name="attribute[315101]" value="151" required="">
      <label data-product-attribute-value="151" class="radio-box" for="attribute_radio_315101_151">Hardcover/Hardcopy (B&amp;W)</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_114" name="attribute[315101]" value="114" required="">
      <label data-product-attribute-value="114" class="radio-box" for="attribute_radio_315101_114">Web Based HTML</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_115" name="attribute[315101]" value="115" required="">
      <label data-product-attribute-value="115" class="radio-box" for="attribute_radio_315101_115">Kit</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_116" name="attribute[315101]" value="116" required="">
      <label data-product-attribute-value="116" class="radio-box" for="attribute_radio_315101_116">License</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_117" name="attribute[315101]" value="117" required="">
      <label data-product-attribute-value="117" class="radio-box" for="attribute_radio_315101_117">Magazine</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_118" name="attribute[315101]" value="118" required="">
      <label data-product-attribute-value="118" class="radio-box" for="attribute_radio_315101_118">Mobi</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_119" name="attribute[315101]" value="119" required="">
      <label data-product-attribute-value="119" class="radio-box" for="attribute_radio_315101_119">Multimedia CDROM</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_120" name="attribute[315101]" value="120" required="">
      <label data-product-attribute-value="120" class="radio-box" for="attribute_radio_315101_120">Multimedia Windows Media</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_121" name="attribute[315101]" value="121" required="">
      <label data-product-attribute-value="121" class="radio-box" for="attribute_radio_315101_121">Paperback Book</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_122" name="attribute[315101]" value="122" required="">
      <label data-product-attribute-value="122" class="radio-box" for="attribute_radio_315101_122">Powerpoint</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_123" name="attribute[315101]" value="123" required="">
      <label data-product-attribute-value="123" class="radio-box" for="attribute_radio_315101_123">Paperback/Softbound</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_152" name="attribute[315101]" value="152" required="">
      <label data-product-attribute-value="152" class="radio-box" for="attribute_radio_315101_152">Paperback/Softbound (Color)</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_153" name="attribute[315101]" value="153" required="">
      <label data-product-attribute-value="153" class="radio-box" for="attribute_radio_315101_153">Paperback/Softbound (B&amp;W)</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_154" name="attribute[315101]" value="154" required="">
      <label data-product-attribute-value="154" class="radio-box" for="attribute_radio_315101_154">Registration Fee</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_124" name="attribute[315101]" value="124" required="">
      <label data-product-attribute-value="124" class="radio-box" for="attribute_radio_315101_124">Short Run</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_125" name="attribute[315101]" value="125" required="">
      <label data-product-attribute-value="125" class="radio-box" for="attribute_radio_315101_125">Subscription</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_126" name="attribute[315101]" value="126" required="">
      <label data-product-attribute-value="126" class="radio-box" for="attribute_radio_315101_126">Service</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_127" name="attribute[315101]" value="127" required="">
      <label data-product-attribute-value="127" class="radio-box" for="attribute_radio_315101_127">Video CDROM</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_128" name="attribute[315101]" value="128" required="">
      <label data-product-attribute-value="128" class="radio-box" for="attribute_radio_315101_128">Video DVD</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_129" name="attribute[315101]" value="129" required="">
      <label data-product-attribute-value="129" class="radio-box" for="attribute_radio_315101_129">Video Flash</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_130" name="attribute[315101]" value="130" required="">
      <label data-product-attribute-value="130" class="radio-box" for="attribute_radio_315101_130">Video VHS (NTSC)</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_131" name="attribute[315101]" value="131" required="">
      <label data-product-attribute-value="131" class="radio-box" for="attribute_radio_315101_131">Video VHS (PAL)</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_132" name="attribute[315101]" value="132" required="">
      <label data-product-attribute-value="132" class="radio-box" for="attribute_radio_315101_132">Video Real Player</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_133" name="attribute[315101]" value="133" required="">
      <label data-product-attribute-value="133" class="radio-box" for="attribute_radio_315101_133">Microsoft Excel Spreadsheet</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_134" name="attribute[315101]" value="134" required="">
      <label data-product-attribute-value="134" class="radio-box" for="attribute_radio_315101_134">XML</label>
      <input class="form-radio" type="radio" id="attribute_radio_315101_135" name="attribute[315101]" value="135" required="">
      <label data-product-attribute-value="135" class="radio-box" for="attribute_radio_315101_135">Zip File</label>
    </div>
    <div class="form-field form-radio-box" data-product-attribute="set-select">
      <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_select_315102"> Language: <small>*</small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_138" name="attribute[315102]" value="138" checked="" data-default="" required="">
      <label data-product-attribute-value="138" class="select-box" for="attribute_radio_315102_138">English</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_139" name="attribute[315102]" value="139" required="">
      <label data-product-attribute-value="139" class="select-box" for="attribute_radio_315102_139">Spanish</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_143" name="attribute[315102]" value="143" required="">
      <label data-product-attribute-value="143" class="select-box" for="attribute_radio_315102_143">Chinese</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_147" name="attribute[315102]" value="147" required="">
      <label data-product-attribute-value="147" class="select-box" for="attribute_radio_315102_147">Danish</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_146" name="attribute[315102]" value="146" required="">
      <label data-product-attribute-value="146" class="select-box" for="attribute_radio_315102_146">French</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_144" name="attribute[315102]" value="144" required="">
      <label data-product-attribute-value="144" class="select-box" for="attribute_radio_315102_144">German</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_141" name="attribute[315102]" value="141" required="">
      <label data-product-attribute-value="141" class="select-box" for="attribute_radio_315102_141">Japanese</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_140" name="attribute[315102]" value="140" required="">
      <label data-product-attribute-value="140" class="select-box" for="attribute_radio_315102_140">Portuguese</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_145" name="attribute[315102]" value="145" required="">
      <label data-product-attribute-value="145" class="select-box" for="attribute_radio_315102_145">Polish</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_149" name="attribute[315102]" value="149" required="">
      <label data-product-attribute-value="149" class="select-box" for="attribute_radio_315102_149">Russian</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_148" name="attribute[315102]" value="148" required="">
      <label data-product-attribute-value="148" class="select-box" for="attribute_radio_315102_148">Slovak</label>
      <input class="form-radio" type="radio" id="attribute_radio_315102_142" name="attribute[315102]" value="142" required="">
      <label data-product-attribute-value="142" class="select-box" for="attribute_radio_315102_142">Traditional Chinese</label>
    </div>
    <div class="form-field" data-product-attribute="input-checkbox">
      <input type="hidden" name="attribute[315103]" value="137">
      <input class="form-checkbox" type="checkbox" name="attribute[315103]" id="attribute-check-315103" value="136" data-cp-checkbox="">
      <label class="form-label  form-label--custominline" for="attribute-check-315103">Add Copyright Permission.</label>
      <!-- <a class="quantity-discounts" data-reveal-id="reveal-for-team">Quality Discounts <span class="icon-question"><i class="fa fa-question-circle"></i></span></a> -->
      <a class="quantity-discounts" data-reveal-id="reveal-for-team"><span class="icon-question"><i class="fa fa-question-circle"></i></span></a>
    </div>
    <div class="form-field" data-product-attribute="input-number">
      <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_number_315104"> Copyright Permission Qty: </label>
      <input class="form-input" type="number" id="attribute_number_315104" name="attribute[315104]" value="0">
    </div>
    <div class="productView-split-line"></div>
  </div>
  <div class="form-field form-field--stock u-hiddenVisually" style="display:none;">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
    </label>
  </div>
  <!-- <div class="form-field form-field--stock u-hiddenVisually">
                    <label class="form-label form-label--alternate">
                        <span data-product-stock-status></span>
                    </label>
                </div> -->
  <!-- price -->
  <div class="productAttributes-message" style="display:none">
    <p class="alertBox-message"></p>
  </div>
  <div class="form-field form-field--increments">
    <label class="form-label form-label--alternate" for="qty[]">Quantity:</label>
    <div class="form-increment" data-quantity-change="">
      <!-- <button class="button button--icon" data-action="dec">
            <span class="is-srOnly">Decrease Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-down"/>
                </svg>
            </i>
        </button> -->
      <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="number" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
      <!-- <button class="button button--icon" data-action="inc">
            <span class="is-srOnly">Increase Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-up"/>
                </svg>
            </i>
        </button> -->
    </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">
  </div>
  <!-- snippet location product_addtocart -->
</form>

Text Content

Toggle menu
Search


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

Search

My Library Topic Feeds Orders Account Settings Email Preferences Log Out

Search

 * Collections
 * Books
    * All Books
    * HBR 10 Must Read Series
    * HBR 20-Minute Manager Series
    * HBR Emotional Intelligence Series
    * HBR Guide Series
    * HBR Insights Series
    * HBR Working Parents Series
      

 * Tools
    * All Tools
    * Harvard ManageMentor

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

 * HBR Home
   

 * Sign In Create an Account



 * Home
 * Tools
 * Latest Research
 * Leadership & Managing People

 * 


 * 


THE LATEST RESEARCH: MENTAL HEALTH AND WELLNESS

by Harvard Business Review, 
(No reviews yet) Write a Review


WRITE A REVIEW

×

THE LATEST RESEARCH: MENTAL HEALTH AND WELLNESS ^ MENTHL

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

$49.95

Quantity price applied

(No reviews yet) Write a Review


WRITE A REVIEW

×

THE LATEST RESEARCH: MENTAL HEALTH AND WELLNESS ^ MENTHL

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

Format: * 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
Language: * English Spanish Chinese Danish French German Japanese Portuguese
Polish Russian Slovak Traditional Chinese
Add Copyright Permission.
Copyright Permission Qty:

Current Stock:



Quantity:


Item: #MENTHL-PDF-ENG Weight: 1.00 LBS

Author: Harvard Business Review Best Seller: FALSE Breadcrumb Series: Latest
Research Classic: FALSE Copyright Perm Flag: FALSE Educator Message Flag: FALSE
Exclusive: FALSE Format Type Filter: PDF Pages: 180 Primary Category: Press
Toolkit Publish Date: July 14, 2021 Publish Date Range: Last 6 months Special
Value: FALSE Subcategory: Leadership & Managing People Subject: Leadership &
Managing People Related Topics: Psychology Related Topics: Emotional
intelligence Related Topics: Workplace health and safety Related Topics:
Organizational culture Related Topics: Employee engagement Related Topics:
Employee performance management Related Topics: Work-life balance Related
Topics: Mental health Related Topics: Stress management Related Topics: Burnout
Related Topics: Wellness Related Topics: Mindfulness Related Topics: Personal
resilience Related Topics: Personal productivity SubjectList:
Psychology,Work-life balance,Mental health,Stress
management,Burnout,Wellness,Mindfulness,Personal resilience,Personal
productivity Item: #MENTHL-PDF-ENG Pages: 180 Publication Date: July 14, 2021



PRODUCT DESCRIPTION

Publication Date: July 14, 2021

Anxiety, post-traumatic stress, depression, and other invisible illnesses are
plaguing the workforce now more than ever. The Covid-19 pandemic and the rapid
rise of remote work resulted in an explosion of employee burnout, from which
many have not recovered. At the same time, employees are speaking out at work
about their own mental health--and seeking support from their employers. It's
now clear that mental health and well-being need to be prioritized on an
individual and organizational level. To truly make headway on these challenges,
and to encourage open and authentic dialog around mental health at work, it's
necessary to consult the most up-to-date research. "The Latest Research: Mental
Health and Wellness" provides a selection of 23 research-focused HBR articles
that explore the evidence of why businesses must prioritize the mental health of
their employees and how they can go about doing so. You'll find articles from
leading experts and researchers on topics ranging from combating the burnout
epidemic to the importance of having hobbies outside of work. The articles in
this collection will empower employers and managers to support their employees
battling anxiety, an out-of-whack work-life balance, and other hindrances to
well-being. Some articles offer specific coping tactics for individuals, while
other pieces provide guidance and frameworks for managers trying to support the
mental health of their teams. Each article includes discussion questions to help
you facilitate the conversations that will bring change to your team and your
organization.

"The Latest Research: Mental Health and Wellness" is a digital product intended
for individual use. To learn more about volume discounts for organizations,
contact Lindsey.Dietrich@harvardbusiness.org.

Product #: MENTHL-PDF-ENG
Pages: 180
Related Topics: Psychology, Emotional intelligence, Workplace health and safety,
Organizational culture, Employee engagement, Employee performance management,
Work-life balance, Mental health, Stress management, Burnout, Wellness,
Mindfulness, Personal resilience, Personal productivity,
×





NEWSLETTER PROMO

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


THIS PRODUCT ALSO APPEARS IN


BUY TOGETHER


RELATED PRODUCTS

 * | Case
   
   NESTLÉ: NUTRITION, HEALTH, AND WELLNESS
   
   By David E. Bell,  Damien P. McLoughlin,  Natalie Kindred, 
   $8.95 - $15.05
   View Details
 * | Press Toolkit
   
   THE LATEST RESEARCH: DIVERSITY
   
   By Harvard Business Review, 
   $49.95
   View Details
 * | HBR Digital Article
   
   RESEARCH: PEOPLE WANT THEIR EMPLOYERS TO TALK ABOUT MENTAL HEALTH
   
   By Kelly Greenwood,  Vivek Bapat,  Mike Maughan, 
   $8.95
   View Details


CUSTOMER ALSO BOUGHT

 * | Bundles • 4 ITEMS
   
   MENTAL TOUGHNESS COLLECTION
   
   By Harvard Business Review, 
   $59.00
   View Details
 * | Press Book
   
   HBR'S 10 MUST READS ON MENTAL TOUGHNESS (WITH BONUS INTERVIEW "POST-TRAUMATIC
   GROWTH AND BUILDING RESILIENCE" WITH MARTIN SELIGMAN)
   
   By Harvard Business Review,  Martin E.P. Seligman,  Tony Schwartz,  Warren G.
   Bennis,  Robert J. Thomas, 
   $24.95
   View Details
 * | Press Book
   
   HBR GUIDE TO MANAGING STRESS AT WORK
   
   By Harvard Business Review, 
   $19.95
   View Details




COPYRIGHT PERMISSIONS

If you'd like to share this PDF, you can purchase copyright permissions by
increasing the quantity.

ORDER FOR YOUR TEAM AND SAVE!



HBR STORE

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

HBR SERIES

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

SEARCH BY SUBJECT

 * 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 © 2021 Harvard Business School Publishing. All rights reserved.
Harvard Business Publishing is an affiliate of Harvard Business School.

Loading shopping cart, please wait...



WELCOME TO HARVARD BUSINESS REVIEW


HARVARD BUSINESS REVIEW ASKS FOR YOUR CONSENT TO USE YOUR BROWSER DATA TO:

 * perm_identity
   Personalised ads and content, ad and content measurement, audience insights
   and product development
 * devices
   Store and/or access information on a device

expand_moreremove
Learn more
 * 
   How can I change my choice?
 * 
   What if I don't consent?
 * 
   How does legitimate interest work?
 * 
   Do I have to consent to everything?

Your personal data will be processed and information from your device (cookies,
unique identifiers, and other device data) may be stored by, accessed by and
shared with third party vendors, or used specifically by this site or app.

Some vendors may process your personal data on the basis of legitimate interest,
which you can object to by managing your options below. Look for a link at the
bottom of this page or in our privacy policy where you can withdraw consent.

Consent



Manage options

arrow_back

Data preferences


MANAGE YOUR DATA

You can choose how your personal data is used. Vendors want your permission to
do the following:

TCF vendors

help_outline


STORE AND/OR ACCESS INFORMATION ON A DEVICE

Cookies, device identifiers, or other information can be stored or accessed on
your device for the purposes presented to you. View details
Consent


SELECT BASIC ADS

Ads can be shown to you based on the content you’re viewing, the app you’re
using, your approximate location, or your device type. View details
ConsentLegitimate interesthelp_outline


CREATE A PERSONALISED ADS PROFILE

A profile can be built about you and your interests to show you personalised ads
that are relevant to you. View details
Consent


SELECT PERSONALISED ADS

Personalised ads can be shown to you based on a profile about you. View details
Consent


CREATE A PERSONALISED CONTENT PROFILE

A profile can be built about you and your interests to show you personalised
content that is relevant to you. View details
ConsentLegitimate interesthelp_outline


SELECT PERSONALISED CONTENT

Personalised content can be shown to you based on a profile about you. View
details
ConsentLegitimate interesthelp_outline


MEASURE AD PERFORMANCE

The performance and effectiveness of ads that you see or interact with can be
measured. View details
ConsentLegitimate interesthelp_outline


MEASURE CONTENT PERFORMANCE

The performance and effectiveness of content that you see or interact with can
be measured. View details
Consent


APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS

Market research can be used to learn more about the audiences who visit
sites/apps and view ads. View details
ConsentLegitimate interesthelp_outline


DEVELOP AND IMPROVE PRODUCTS

Your data can be used to improve existing systems and software, and to develop
new products View details
ConsentLegitimate interesthelp_outline


ENSURE SECURITY, PREVENT FRAUD, AND DEBUG

help_outline
Your data can be used to monitor for and prevent fraudulent activity, and ensure
systems and processes work properly and securely. View details


TECHNICALLY DELIVER ADS OR CONTENT

help_outline
Your device can receive and send information that allows you to see and interact
with ads and content. View details


MATCH AND COMBINE OFFLINE DATA SOURCES

help_outline
Data from offline data sources can be combined with your online activity in
support of one or more purposes View details


LINK DIFFERENT DEVICES

help_outline
Different devices can be determined as belonging to you or your household in
support of one or more of purposes. View details


RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

help_outline
Your device might be distinguished from other devices based on information it
automatically sends, such as IP address or browser type. View details


USE PRECISE GEOLOCATION DATA

Your precise geolocation data can be used in support of one or more purposes.
This means your location can be accurate to within several meters. View details
Consent

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


CONFIRM OUR VENDORS

Vendors can use your data to provide services. Declining a vendor can stop them
from using the data you shared.

TCF vendors

help_outline


ADITION TECHNOLOGIES AG

Cookie duration: 90 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADFORM

Cookie duration: 60 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIZMEK BY AMAZON

Cookie duration: 396 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


FLASHTALKING, INC.

Cookie duration: 730 (days).

View details | Privacy policylaunch
Consent


DOUBLEVERIFY INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTOLOGY LIMITED

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE, INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CELTRA, INC.

Doesn't use cookies. Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INNOVID INC.

Cookie duration: 92 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

Accept all



Confirm choices

Close