CINXE.COM

The Explorations in Nonfiction Writing Series

<!DOCTYPE html> <html lang="en"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Begin Blueconic Call --> <script src="https://t288.heinemann.com/script.js"></script> <!-- End Blueconic Call --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5GMPBB6');</script> <!-- End Google Tag Manager --> <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate" /><meta http-equiv="Pragma" content="no-cache" /><meta name="facebook-domain-verification" content="h4q9yqf1qyul5sn8kqj503bj9vqlpg" /><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /><div id="pnlMetaImage"> <meta property="og:image" content="http://www.heinemann.com/shared/index_files/H-logo-fb.png"> </div><meta property="fb:pages" content="96011276891" /> <!--favicons for all current browsers and devices 07/15--> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" /><link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png" /><link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" /><link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" /><link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" /><link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" /><link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" /><link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" /><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png" /><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" /><link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192" /><link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" /><link rel="manifest" href="/manifest.json" /><meta name="msapplication-TileColor" content="#2b5797" /><meta name="msapplication-TileImage" content="/mstile-144x144.png" /><meta name="theme-color" content="#ffffff" /><link rel="stylesheet" href="/slick/slick.css" media="screen" /> <!--screen.css is now on the root. The "/css.###/" below is for versioning purposes. A redirect is executed on the server to ensure users are getting the latest version of the stylesheet instead up bringing up their cached version. When making changes to the screen.css file, please change this version number--> <link rel="stylesheet" href="/css/screen-1.css" media="screen" /> <!--<link rel="stylesheet" href="/screen-NEEDTOMINIFY.css" media="screen" />--> <link rel="stylesheet" href="/css/screen-01032025.min.css" media="screen" /> <!--<link rel="stylesheet" href="/css.5/screen-1.min.css" media="screen" />--> <!--<link rel="stylesheet" href="/css.8/screen.min.css" media="screen" /> --> <link rel="stylesheet" href="/css/print.css" media="print" /><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet" type="text/css" /> <!--<link id="wistia_popover_css" rel="stylesheet" href="//fast.wistia.net/assets/stylesheets/.fancybox.css?t=20121119" media="screen" />--> <script src="/includes/lib/modernizr-custom.js"></script> <script type="text/javascript" src="/includes/scripts.js"></script> <!-- Google Analytics --> <!-- End Google Analytics --> <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/197281.js"></script> <!--<script src="//bcn.schooldata.com/track.js" async ></script> --> <!--<script type="text/javascript" src="/includes/lib/NewRelic.js"></script>--> <title> The Explorations in Nonfiction Writing Series </title></head> <body> <!-- begin header --> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script>if (typeof jQuery === 'undefined') { document.write(unescape('%3Cscript%20src%3D%22/includes/lib/jquery-3.3.1.min.js%22%3E 3C/script%3E')); }</script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script> <script>if (typeof jQuery === 'undefined') { document.write(unescape('%3Cscript%20src%3D%22/includes/lib/jquery-ui-1.12.min.js%22%3E 3C/script%3E')); }</script> <link async rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" /> <style> .i-pwd { float: right; margin-right: -17px; margin-top: -40px; position: relative; z-index: 2; } </style> <script src="//www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> //google.load('search', '1'); window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'initialize_dataLayer', }); function inputFocus(searchFormID) { if (!searchFormID) { return; } var formElement = document.getElementById(searchFormID); if (!formElement) { return; } formElement.style['background'] = ''; } //HDMM-1522 function showPassword(id) { const type = document.getElementById(id).getAttribute('type') === 'password' ? 'text' : 'password'; document.getElementById(id).setAttribute('type', type); const clas = document.getElementById(id).getAttribute('type') === 'password' ? 'fa fa-eye icon-password' : 'fa fa-eye-slash icon-password'; document.getElementById('togglePassword').setAttribute('class', clas); } function showPassword1(id) { const type = document.getElementById(id).getAttribute('type') === 'password' ? 'text' : 'password'; document.getElementById(id).setAttribute('type', type); const clas = document.getElementById(id).getAttribute('type') === 'password' ? 'fa fa-eye icon-password' : 'fa fa-eye-slash icon-password'; document.getElementById('togglePassword1').setAttribute('class', clas); } //HDMM-1522 function showrstnewPswd(id) { const type = document.getElementById(id).getAttribute('type') === 'password' ? 'text' : 'password'; document.getElementById(id).setAttribute('type', type); const clas = document.getElementById(id).getAttribute('type') === 'password' ? 'fa fa-eye icon-sever-password' : 'fa fa-eye-slash icon-sever-password'; document.getElementById('togglePassword').setAttribute('class', clas); } function showrstcfmPswd(id) { const type = document.getElementById(id).getAttribute('type') === 'password' ? 'text' : 'password'; document.getElementById(id).setAttribute('type', type); const clas = document.getElementById(id).getAttribute('type') === 'password' ? 'fa fa-eye icon-sever-password' : 'fa fa-eye-slash icon-sever-password'; document.getElementById('togglePassword1').setAttribute('class', clas); } var sessionmin = '300' * 60; function sessionInMin() { sessionmin = sessionmin - 1; console.log(sessionmin) if (sessionmin == 0) { alert("Session expired! Please re-login."); window.location.href = "/extracreditclub/logout.aspx?redirect=login"; } else { window.setTimeout("sessionInMin()", 1000) } } function inputBlur(searchFormID) { if (!searchFormID) { return; } var queryInput = document.getElementById(searchFormID); if (queryInput && !queryInput.value) { queryInput.style['background'] = 'white'; } } function submitQuery(searchFormID) { //alert(document.getElementById(searchFormID).value); //var path = '../search/searchResults.aspx'; var path = 'https://www.heinemann.com' + '/search/searchResults.aspx'; var newPage = path + '?s=' // + document.getElementById('searchTypes').value + 'all' + '&q=' + encodeURIComponent(document.getElementById(searchFormID).value); //alert(newPage); window.location = newPage; return false; } var domain; var id; function hidemail(domain, id) { document.write('<a href="mailto:' + id + '@' + domain + '">' + id + '@<wbr>' + domain + '</a>'); } //google.setOnLoadCallback(init); //google.setOnLoadCallback(initMobile); </script> <script type="text/javascript"> function getQuerystring(key, default_) { if (default_ == null) default_ = ""; key = key.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); var regex = new RegExp("[\\?&]" + key + "=([^&#]*)"); var qs = regex.exec(window.location.href); if (qs == null) return default_; else return qs[1]; } // if the query type is passed in the URL, keep that query type set as the default for the next search //$(document).ready(function () { // $("#searchTypes").val(getQuerystring('s', 'all')); //}); </script> <script src="https://www.heinemann.com/includes/lib/search-placeholder.js" type="text/javascript"></script> <!-- start - include these scripts under the header for tooltipster to work --> <link rel="stylesheet" type="text/css" href="https://www.heinemann.com/includes/tooltipster/dist/css/tooltipster.bundle.min.css" /> <link rel="stylesheet" type="text/css" href="https://www.heinemann.com/includes/tooltipster/dist/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css" /> <script type="text/javascript" src="https://www.heinemann.com/includes/tooltipster/dist/js/tooltipster.bundle.js"></script> <!-- end --> <script type="text/javascript"> jQuery(document).ready(function () { $('#header_cartButton').each(function () { $(this).tooltipster({ theme: 'tooltipster-shadow', arrow: true, delay: 200, contentAsHTML: true, interactive: true, trigger: 'custom', side: 'bottom', distance:-6, triggerOpen: { mouseenter: true, touchstart: true }, triggerClose: { click: true, scroll: true, tap: true, mouseleave: true }, content: 'Loading...', functionBefore: function(instance, helper) { var $origin = $(helper.origin); // we set a variable so the data is only loaded once via Ajax, not every time the tooltip opens if ($origin.data('loaded') !== true) { $.get('/cart/cartContents.aspx#cartData', function(data) { // call the 'content' method to update the content of our tooltip with the returned data. // note: this content update will trigger an update animation (see the updateAnimation option) instance.content(data); // to remember that the data has been loaded $origin.data('loaded', true); }); } } }); }); }); </script> <!-- Support for main menu hover using focus-within --> <script src='/includes/lib/focus-within-polyfill.js'></script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5GMPBB6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Begin NAV --> <header class="header"> <script> // script documentation at http://jqueryui.com/autocomplete/#remote-jsonp $(function () { function log(message) { //$( "<div>" ).text( message ).prependTo( "#log" ); //$( "#log" ).scrollTop( 0 ); window.location.href = "/search/searchResults.aspx?q=" + encodeURIComponent(message); } $("#queryInput").autocomplete({ source: function (request, response) { $.ajax({ //url: "http://gd.geobytes.com/AutoCompleteCity", url: "/search/suggestions.ashx", dataType: "json", data: { q: request.term }, success: function (data) { response(data); } }); }, minLength: 3, select: function (event, ui) { log(ui.item.label); }, open: function () { $(this).removeClass("ui-corner-all").addClass("ui-corner-top"); }, close: function () { $(this).removeClass("ui-corner-top").addClass("ui-corner-all"); } }); }); </script> <a class="skip-main" href="#main-content">Skip to main content</a> <div class="wrapper"> <div class="mobile-header"> <div class="mobile-logo"> <a href="/"><img src="https://dr76b7foe7jxg.cloudfront.net/heinemann_mobile_80x80.png" alt="Heinemann"></a> </div> <div class="mobile-controls"> <a class="mobile-cart" href="/cart/" style="position:relative;background: #145992 url('/shared/index_files/icon-cart-white.png') no-repeat scroll center center;color: white;font-size: 12px;display: block;text-align: center;font-weight: 700;padding-top:10px !important;"><span id="header_lblCartQuantityMobile" class="noti-cart-btn-mobile"></span></a> <a class="mobile-search-control" href="#"><img src="https://www.heinemann.com/shared/index_files/icon-search-white-2x.png" alt="Search"></a> <a class="mobile-nav-control" href="#"><img src="https://www.heinemann.com/shared/index_files/mobile-nav-icon-2x.png" alt="Mobile Navigation"></a> </div> </div> <div id="logo" role="banner"> <a class="hmn-logo" href="https://www.heinemann.com/default.aspx"><img src="https://dr76b7foe7jxg.cloudfront.net/heinemann_logo_rgb_200x62.png" alt="Heinemann"></a> <!--<a class="hmh-logo" href="http://www.hmhco.com/" ><img src="/shared/index_files/hmh-logo.png" alt="HMH"></a>--> </div> <!-- BEGIN LOGIN ASCX FILE HERE --> <style> .header .header-signin { top: -5px; right: 30px; border:none; } .header-signin a { font-weight:700; } .header-signin .linkWrapper { display: inline-block; margin: 0 10px; font-weight: 700; padding-right: 15px; border-right: 2px solid rgb(20 89 146); } .noti-cart-btn { position: absolute; top: -6px; right: -11px; font-size: 10px; color: white !important; font-weight: 600; padding: 5px; line-height: 12px; background-color: #da0e13; width: 23px; height: 23px; border-radius: 2em; } .noti-cart-btn:empty { display:none !important; } ul.store-links .cart { display: block; float: left; margin-left: 5px; width: 100px; text-align: left; } .header #search input { width:84% !important; } ul.store-links .cart a { width: auto !important; position: relative; background-position: left !important; background-position-x: 7px !important; display: inline-block !important; background-image: url(/shared/index_files/icon-cart-white.png) !important; } ul.store-links .cart a:hover .screen-reader-text , ul.store-links .cart a:hover{ background-image:url(/shared/index_files/icon-cart-blue.png) !important; } .cart-txt { display: inline-block; top: -10px; color: white; position: relative; font-weight: 600; } .cart-label { font-weight: 300 !important; display: block !important; position: relative !important; margin-left: 30px !important; margin-right: 7px !important; position:relative !important; clip:auto !important; width:auto !important; height:auto !important; overflow:auto !important; padding: 7px !important; font-size: 18px !important; } .noti-cart-btn-mobile { position: absolute; top: 0; right: 0; font-size: 8px; color: white !important; margin:2px; font-weight: 600; padding: 5px; line-height: 10.5px; background-color: #da0e13; width: 20px; height: 20px; border-radius: 2em; } .noti-cart-btn-mobile:empty { display:none; } </style> <script type="text/javascript"> $(document).ready(function () { if ($(".noti-cart-btn").text().trim().length > 2) { $(".noti-cart-btn").text('99+'); $(".noti-cart-btn-mobile").text('99+'); } }); </script> <div class="header-signin"> <div id="header_pnlMyAccount" class="linkWrapper"> <a id="header_lnkMyAccount" href="https://www.heinemann.com/account/register.aspx">Create Account</a><br /> </div> <a id="header_lnkSignIn" href="https://www.heinemann.com/account/default.aspx">Log In</a> <div style="padding-top: 4px;"> <a id="header_header_lnkSignIn" href="https://www.heinemann.com/distributors.aspx">Find My Sales Rep</a> </div> </div> <!-- BEGIN SEARCH ASCX FILE HERE --> <form style="margin-top: 30px;" role="search" id="search" onsubmit="return submitQuery('queryInput')"> <input name="q" placeholder="Search for authors, books and more.." size="17" id="queryInput" onfocus="inputFocus();" onblur="inputBlur();" autocomplete="off" aria-label="Sitewide Search" /> <button class="button" type="submit" id="search-button"></button> </form> <!--/form#search <input id="Image1" src="//heinemann.com/shared/index_files/search.png" alt="Search" class="button" type="image" /> --> <!-- END SEARCH ASCX FILE HERE --> <!-- END LOGIN ASCX FILE HERE --> </div> <div class="clearit"></div> <div class="nav-bar"> <nav class="nav-primary" role="navigation"> <div class="nav-logo"> <a href="/"> <img src="https://dr76b7foe7jxg.cloudfront.net/heinemann_mobile_80x80.png" alt="Heinemann"> </a> </div> <div class="header-nav-wrap"> <ul class="main-nav"> <li class="top-level"> <a href="https://www.heinemann.com/teacherresources.aspx">Teacher Resources</a> <div class="sub-nav-wrapper"> <ul class="nav-menu"> <li class="col-1"> <section> <!-- <h2 class="nav-title">An introduction to our publications and services</h2> --> <ul class="nav-links-wrapper"> <li class="link-col"> <ul> <li> <a href="https://www.heinemann.com/shop/professional%20books">Shop Our Books</a> </li> <li> <a href="https://www.heinemann.com/curricularresources/">Curricular Resources</a> </li> <li> <a href="https://www.heinemann.com/audiobooks/">Audiobooks</a> </li> </ul> </li> <!-- /.link-col --> <li class="link-col"> <ul> <li> <a href="https://www.heinemann.com/teachingresources/">Free Teaching Resources</a> </li> <li> <a href="https://blog.heinemann.com/">Heinemann Blog & Podcasts</a> </li> </ul> </li> <!-- /.link-col --> <li class="link-col"> <ul> <li><a href="https://www.heinemann.com/PD/default.aspx">Professional Learning</a></li> <li><a href="https://www.heinemann.com/pd/events/" >Professional Book Events</a> </li> </ul> </li> <!-- /.link-col --> </ul> <!-- /.nav-links-wrapper --> </section> </li> <!-- /.col-1 <li class="col-2"> <div class="media-wrapper"> <a href="https://web.cvent.com/event/1b15f3d8-14f0-4501-a5ac-a4120c1961db/summary"> <img src="https://www.heinemann.com/shared/features/F22_PD_WS_HoverGraphic_Continuum.jpg" alt="The Literacy Continuum"/> <script> document.write( "<p style='font-size:14px;'>Register now to learn how to link assessment to instruction with The Literacy Continuum.</p>" ); </script></a > </div> </li>--> <!-- /.col-2 --> </ul> <!-- /#professional-development --> </div> </li> <li class="top-level"> <a href="https://www.heinemann.com/shop/">Explore Heinemann</a> <div class="sub-nav-wrapper"> <ul class="nav-menu"> <li class="col-1"> <section> <ul class="nav-links-wrapper"> <section> <ul class="nav-links-wrapper"> <li class="link-col"> <ul> <li> Literacy<br /> <a href="https://www.heinemann.com/comprehensiontoolkit/" style="font-size:14px; margin-left:20px; margin-top:0;">The Comprehension Toolkit</a><br> <a href="https://www.heinemann.com/collection/fp.aspx" style="font-size:14px; margin-left:20px; margin-top:0;">Fountas & Pinnell Literacy &trade;</a><br /> <a href="https://www.heinemann.com/jenniferserravallo/" style="font-size:14px; margin-left:20px; margin-top:0;">Jennifer Serravallo's Resources</a><br /> <a href="https://www.heinemann.com/saxon-reading-foundations/" style="font-size:14px; margin-left:20px; margin-top:0;">Saxon Reading Foundations</a><br /> <a href="https://www.heinemann.com/collection/calkins.aspx" style="font-size:14px; margin-left:20px; margin-top:0;">Units of Study</a><br /> <a href="https://www.heinemann.com/writing/" style="font-size:14px; margin-left:20px; margin-top:0;">Writing@Heinemann</a> </li> </ul> </li><!-- /.link-col --> <li class="link-col"> <ul> <li> Explore Literacy Topics:<br> <a href="https://www.heinemann.com/topics/reading/" style="font-size:14px; margin-left:20px; margin-top:0;">Reading</a><br /> <a href="https://www.heinemann.com/topics/sel/" style="font-size:14px; margin-left:20px; margin-top:0;">Social Emotional Learning</a><br> <a href="https://www.heinemann.com/literacy/whole-group/" style="font-size:14px; margin-left:20px; margin-top:0;">Whole Group Literacy</a><br /> <a href="https://www.heinemann.com/literacy/small-group/" style="font-size:14px; margin-left:20px; margin-top:0;">Small Group Literacy</a><br /> <a href="https://www.heinemann.com/literacy/assessment-intervention/" style="font-size:14px; margin-left:20px; margin-top:0;">Assessment and Intervention</a><br /> <a href="https://www.heinemann.com/topics/writing/" style="font-size:14px; margin-left:20px; margin-top:0;">Writing</a> </li> <li><a href="https://www.heinemann.com/shop/professional%20books" >Shop Professional Books</a><br /> <a href="https://www.heinemann.com/browsebyauthor.aspx" style="font-size:14px; margin-left:20px; margin-top:0;">Browse by Author</a></li> </ul> </li><!-- /.link-col --> <li class="link-col"> <ul> <li><a href="https://www.heinemann.com/math/" >Math@Heinemann</a><br /> <a href="https://www.heinemann.com/dothemath/" style="font-size:14px; margin-left:20px; margin-top:0;">Do The Math</a><br /> <a href="https://www.listeningtolearn.com/" style="font-size:14px; margin-left:20px; margin-top:0;">Listening to Learn</a><br /> <a href="https://www.heinemann.com/mathbythebook/" style="font-size:14px; margin-left:20px; margin-top:0;">Math by the Book</a><br /> <a href="https://www.heinemann.com/mathexpressions/" style="font-size:14px; margin-left:20px; margin-top:0;">Math Expressions</a><br /> <a href="https://www.heinemann.com/mathinpractice/" style="font-size:14px; margin-left:20px; margin-top:0;">Math in Practice</a><br /> <a href="https://www.heinemann.com/matific/" style="font-size:14px; margin-left:20px; margin-top:0;">Matific</a><br /> <a href="https://www.heinemann.com/transitiontoalgebra/" style="font-size:14px; margin-left:20px; margin-top:0;">Transition to Algebra</a><br /></li> <li > Explore Math Topics:<br> <a href="https://www.heinemann.com/topics/ibl/" style="font-size:14px; margin-left:20px; margin-top:0;">Inquiry Based Math</a><br /> <a href="https://www.heinemann.com/topics/math/" style="font-size:14px; margin-left:20px; margin-top:0;">K-12 Math</a></li> </ul> </li><!-- /.link-col --> </ul><!-- /.nav-links-wrapper --> </section> </ul><!-- /.nav-links-wrapper --> </section></li> </ul><!-- /explore --> </div> </li> <li class="top-level"> <a href="https://www.heinemann.com/research/">Research &amp; Results</a> <div class="sub-nav-wrapper"> <ul class="nav-menu"> <li class="col-1"> <section> <ul class="nav-links-wrapper"> <li class="link-col"> <ul> <li> <a href="https://www.heinemann.com/research#fp">Fountas &amp; Pinnell Literacy&trade; </li> <li><a href="https://www.heinemann.com/research#uos">Units of Study</a></li> <li><a href="https://www.heinemann.com/research#reb">Saxon Phonics and Spelling</a> </li> </ul> </li> <li class="link-col"> <ul> <li><a href="https://www.heinemann.com/research#dtm">Do The Math</a></li> <li><a href="https://www.heinemann.com/research#me">Math Expressions</a> </li> <li><a href="https://www.heinemann.com/research#mat">Matific</a></li> </ul> </li><!-- /.link-col --> </ul><!-- /.nav-links-wrapper --> </section> </li><!-- /.col-1 --> <li class="col-2"> <div class="media-wrapper"> </div><!-- /.media-wrapper --> </li><!-- /.col-2 --> </ul><!-- /#authors --> </div> </li> </ul> </div> <ul class="store-links"> <li class="shop-now"><a style="width:70px;" href="https://www.heinemann.com/shop/" style="padding-left:10px; padding-right:10px;">Shop</a></li> <li class="cart"><a href="/cart/" id="header_cartButton"><div class="cart-label">Cart</div><span class="noti-cart-btn"></span></a></li> </ul> </nav> <!-- /.nav-primary --> </div> </header> <!-- /header --> <div class="mobile-menu" style="display: none;"> <div class="textcenter"><img src="https://dr76b7foe7jxg.cloudfront.net/heinemann_logo_white_name-only_200x46.png" alt="Heinemann"></div> <ul> <li> <a href="#" class="mobile-subnav-noplus-toggle">Teacher Resources</a><a href="#" class="mobile-subnav-toggle" ></a> <ul class="mobile-subnav"> <li><a href="https://www.heinemann.com/shop/professional%20books" >Shop Our Books</a></li> <li><a href="https://www.heinemann.com/curricularresources/" >Curricular Resources</a></li> <li><a href="https://www.heinemann.com/audiobooks/" >Audiobooks</a></li> <li><a href="https://www.heinemann.com/teachingresources/" >Free Teaching Resources</a></li> <li><a href="https://blog.heinemann.com/" >Heinemann Blog & Podcasts</a></li> <li><a href="https://www.heinemann.com/PD/default.aspx">Professional Learning</a></li> <li><a href="https://www.heinemann.com/pd/events/" >Professional Book Events</a></li> </ul> </li> <li> <a href="#" class="mobile-subnav-noplus-toggle">Explore Heinemann</a><a href="#" class="mobile-subnav-toggle" ></a> <ul class="mobile-subnav"> <li style="padding-left:15px; color:#fff;">Literacy</li> <li><a href="https://www.heinemann.com/comprehensiontoolkit/" >The Comprehension Toolkit</a></li> <li><a href="https://www.heinemann.com/collection/fp.aspx">Fountas & Pinnell Literacy &trade;</a></li> <li><a href="https://www.heinemann.com/jenniferserravallo/" >Jennifer Serravallo's Resources</a></li> <li><a href="https://www.heinemann.com/saxon-reading-foundations/" >Saxon Reading Foundations</a></li> <li><a href="https://www.heinemann.com/collection/calkins.aspx">Units of Study</a></li> <li><a href="https://www.heinemann.com/writing/" >Writing@Heinemann</a></li> <hr /> <li style="padding-left:15px; color:#fff;">Explore Literacy Topics:</li> <li><li><a href="https://www.heinemann.com/topics/reading/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Reading</a></li> <li><a href="https://www.heinemann.com/topics/sel/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Social Emotional Learning</a></li> <li><a href="https://www.heinemann.com/literacy/whole-group/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Whole Group Literacy</a></li> <li><a href="https://www.heinemann.com/literacy/small-group/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Small Group Literacy</a></li> <li><a href="https://www.heinemann.com/literacy/assessment-intervention/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Assessment and Intervention</a></li> <li><a href="https://www.heinemann.com/topics/writing/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Writing</a></li> <hr /> <li><a href="https://www.heinemann.com/shop/professional%20books" >Professional Books</a></li> <li><a href="https://www.heinemann.com/browsebyauthor.aspx" style="font-size:.9em;" >&nbsp;&nbsp;&ndash; Browse by Author</a></li> <hr /> <li><a href="https://www.heinemann.com/math/" >Math@Heinemann</a></li> <li><a href="https://www.heinemann.com/dothemath/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Do The Math</a></li> <li><a href="https://www.listeningtolearn.com/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Listening to Learn</a></li> <li><a href="https://www.heinemann.com/mathbythebook/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Math by the Book</a></li> <li><a href="https://www.heinemann.com/mathexpressions/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Math Expressions</a></li> <li><a href="https://www.heinemann.com/mathinpractice/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Math in Practice</a></li> <li><a href="https://www.heinemann.com/matific/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Matific</a></li> <li><a href="https://www.heinemann.com/transitiontoalgebra/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Transition to Algebra</a></li> <hr /> <li style="padding-left:15px; color:#fff;">Explore Math Topics:</li> <li><a href="https://www.heinemann.com/topics/ibl/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; Inquiry Based Math</a></li> <li><a href="https://www.heinemann.com/topics/math/" style="font-size:.9em;">&nbsp;&nbsp;&ndash; K-12 Math</a></li> </li> </ul> </li> <li> <a href="#" class="mobile-subnav-noplus-toggle">Research & Results</a><a href="#" class="mobile-subnav-toggle" ></a> <ul class="mobile-subnav"> <li><a href="https://www.heinemann.com/research#fp">Fountas &amp; Pinnell Literacy&trade;</a></li> <li><a href="https://www.heinemann.com/research#reb">Saxon Phonics and Spelling</a> </li> <li><a href="https://www.heinemann.com/research#uos">Units of Study</a> </li> <li><a href="https://www.heinemann.com/research#dtm">Do The Math</a></li> <li><a href="https://www.heinemann.com/research#me">Math Expressions</a> </li> <li><a href="https://www.heinemann.com/research#mat">Matific</a> </li> </ul> </li> </ul> <div class="account-wrapper"> <ul> <li><a href="https://www.heinemann.com/shop/" >Shop</a></li> <li> <a id="header_lnkMobileMyAccount" href="https://www.heinemann.com/account/register.aspx">Create Account</a><a id="header_lnkMobileSignIn" href="https://www.heinemann.com/account/default.aspx">Log In</a> </li> <li><a id="header_lnkSignIn" href="https://www.heinemann.com/distributors.aspx">Find My Sales Rep</a></li> </ul> </div> </div> <div class="mobile-search"> <form onsubmit="return submitQuery('query-input-mobile')" role="search"> <input name="q" size="17" id="query-input-mobile" onfocus="inputFocus();" class="mobile-search-input" onblur="inputBlur();" autocomplete="off" aria-label="Sitewide Search" /> </form> <!-- End NAV --> </div> <!-- end header --> <div id="main-content" class="anchor" tabindex="-1"></div> <main tabindex="-1"> <!--area for promos and alerts--> <div id="blueconic-hdr"></div> <!-- Main Content --> <div class="main_content"> <h2 class="nomrg"><span id="content_seriesHeader">The Explorations in Nonfiction Writing Series</span></h2> <p></p> <div id="content_displayTitles"> <div id="content_seriesInformation"> <div id="content_seriesInformation"> <div class="flex-container" style="flex-wrap:nowrap;"> <div style="flex:1 1 auto; margin:20px;" > <p> <p>While exploring a range of real-world nonfiction texts, <em>Explorations in Nonfiction Writing</em> supports teachers in guiding their students to work collaboratively as researchers and develop their skills as writers. In addition to learning how to access, interpret, and publish informational texts, students will also consider ways to activate their voice and make their nonfiction writing clearer, more authoritative, and better organized.</p> <p>This grade-by-grade Heinemann Curricular Resource contains: a lesson book containing all of the core resources needed to plan, teach, and assess nonfiction writing; In grades K&ndash;2, a BigBook of Mentor Texts provides an anthology of exemplar nonfiction texts in an expansive format; In grades 3&ndash;5, mentor texts are provided as posters and as reproducible blackline masters; Each unit also has a guide to teaching nonfiction writing which explains how to integrate nonfiction writing throughout the day, including how to conduct effective minilessons and writing conferences. </p> </p> </div> </div> <div class="clearit"></div> <hr> </div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E04223.aspx"><img src='../shared/covers/9780325042237.png' alt="Link to Nonfiction Writing PLUS Pack: Grade K"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E04223.aspx" >Nonfiction Writing PLUS Pack: Grade K</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p><span>The <em><strong>Nonfiction Writing PLUS Pack, Grade K</strong></em> includes <em><a href="http://www.heinemann.com/products/E03142.aspx"><em>Explorations in Nonfiction Writing, Grade K</em></a></em> and <em><a href="http://www.heinemann.com/products/E10872.aspx"><em>Crafting Nonfiction, Grades K-2</em>.</a></em> Click on their respective links to learn more about these resources or read sample chapters.</span>... <a href="../products/E04223.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E04223.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E10872.aspx"><img src='../shared/covers/9780325108728.jpg' alt="Link to Crafting Nonfiction Primary"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E10872.aspx" >Crafting Nonfiction Primary</a></div> <div class="series_results_subtitle">Lessons on Writing Process, Traits, and Craft</div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a> </p> <p><em>“Nonfiction writing does not need to sound like an encyclopedia. It can be richly constructed with a wide variety of sentence patterns. Craft elements and literary devices should be highlighted and employed in nonfiction selections just as carefully as we implement them in fiction.”</em> <cite><strong>Linda Hoyt</strong></cite> Nonfiction writers need to develop a broad arsenal of sentence structures so their writing is rich, varied,... <a href="../products/E10872.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>BOOK WITH ONLINE</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E10872.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E03142.aspx"><img src='../shared/covers/9780325031422.png' alt="Link to Explorations in Nonfiction Writing, Grade K"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E03142.aspx" >Explorations in Nonfiction Writing, Grade K</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1123.aspx'>Anthony Stead</a>, <a href='../authors/1298.aspx'>Linda Hoyt</a> </p> <p><em> “Nonfiction texts govern as much as 90% of the reading and writing done by literate adults and comprise more than 70% of standardized assessments. For our children to succeed in school and beyond they need to be fluent in the different purposes of nonfiction writing. They need to know how to plan, compose, revise, edit, and publish a range of nonfiction texts.”<br> </em>—Tony Stead and Linda Hoyt In <em>Explorations in Nonfiction</em>... <a href="../products/E03142.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E03142.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E02797.aspx"><img src='../shared/covers/9780325027975.jpg' alt="Link to Nonfiction Writing"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E02797.aspx" >Nonfiction Writing</a></div> <div class="series_results_subtitle">Intentional, Connected, and Engaging (DVD, K-2)</div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p><em><span> “Young children need control over the various types of nonfiction texts. They need to take these into their lives. In these DVDs, we and other master teachers, model powerful ways to achieve this with real children in real classrooms.”<br> </span></em><span>—Tony Stead and Linda Hoyt <em></em></span> <span><a href="//fast.wistia.net/embed/iframe/ddzncgfg1a?popover=true" class="wistia-popover[height=375,playerColor=7b796a,width=500]">View</a></span>... <a href="../products/E02797.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>DVD</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E02797.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E04224.aspx"><img src='../shared/covers/9780325042244.png' alt="Link to Nonfiction Writing PLUS Pack: Grade 1"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E04224.aspx" >Nonfiction Writing PLUS Pack: Grade 1</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p>The <em><strong>Nonfiction Writing PLUS Pack, Grade 1</strong></em> includes <em><a href="http://www.heinemann.com/products/E02681.aspx">Explorations in Nonfiction Writing, Grade 1</a></em> and <em><a href="http://www.heinemann.com/products/E10872.aspx"><em>Crafting Nonfiction, Grades K-2.</em></a>. Click on their respective links to learn more about these resources or read sample chapters.</em>... <a href="../products/E04224.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E04224.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E04225.aspx"><img src='../shared/covers/9780325042251.png' alt="Link to Nonfiction Writing PLUS Pack: Grade 2"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E04225.aspx" >Nonfiction Writing PLUS Pack: Grade 2</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p><span><em>Explorations in Nonfiction Writing, Grade 2</em> and <em><a href="http://www.heinemann.com/products/E10872.aspx"><em>Crafting Nonfiction, Grades K-2</em>.</a></em> Click on their respective links to learn more about these resources or read sample chapters.</span>... <a href="../products/E04225.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E04225.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E03722.aspx"><img src='../shared/covers/9780325037226.jpg' alt="Link to Crafting Nonfiction Intermediate"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E03722.aspx" >Crafting Nonfiction Intermediate</a></div> <div class="series_results_subtitle">Lessons on Writing Process, Traits, and Craft (grades 3-5)</div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/5262.aspx'>Kelly Boswell</a> </p> <p><em>“Nonfiction writing does not need to sound like an encyclopedia. It can be richly constructed with a wide variety of sentence patterns. Craft elements and literary devices should be highlighted and employed in nonfiction selections just as carefully as we implement them in fiction.”</em> <cite><strong>Linda Hoyt</strong></cite> Nonfiction writers need to develop a broad arsenal of sentence structures so their writing is rich, varied,... <a href="../products/E03722.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>BOOK WITH CD</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E03722.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E03784.aspx"><img src='../shared/covers/9780325037844.png' alt="Link to Explorations in Nonfiction Writing, Grade 3"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E03784.aspx" >Explorations in Nonfiction Writing, Grade 3</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p><em>“Nonfiction texts govern as much as 90% of the reading and writing done by literate adults and comprise more than 70% of standardized assessments. For our children to succeed in school and beyond they need to be fluent in the different purposes of nonfiction writing. They need to know how to plan, compose, revise, edit, and publish a range of nonfiction texts.”</em> <cite><strong>Tony Stead</strong> and <strong>Linda Hoyt</strong></cite> In... <a href="../products/E03784.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E03784.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E04622.aspx"><img src='../shared/covers/9780325046228.png' alt="Link to Nonfiction Writing Plus Pack Grade 3"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E04622.aspx" >Nonfiction Writing Plus Pack Grade 3</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p>The <em><strong>Nonfiction Writing PLUS Pack, Grade 3</strong></em> includes <a href="http://www.heinemann.com/products/E03784.aspx"><em>Explorations in Nonfiction Writing, Grade 3</em></a> and <em><a href="http://www.heinemann.com/products/E03722.aspx"><em>Crafting Nonfiction, Intermediate</em></a>. </em> Click on their respective links to learn more about these resources or read sample chapters.... <a href="../products/E04622.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E04622.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E04623.aspx"><img src='../shared/covers/9780325046235.png' alt="Link to Nonfiction Writing Plus Pack Grade 4"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E04623.aspx" >Nonfiction Writing Plus Pack Grade 4</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p>The <em><strong>Nonfiction Writing PLUS Pack, Grade 4</strong></em> includes <a href="http://www.heinemann.com/products/E03785.aspx"><em>Explorations in Nonfiction Writing, Grade 4</em></a> and <em><a href="http://www.heinemann.com/products/E03722.aspx"><em>Crafting Nonfiction, Intermediate</em></a>. </em> Click on their respective links to learn more about these resources or read sample chapters.... <a href="../products/E04623.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E04623.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E03786.aspx"><img src='../shared/covers/9780325037868.png' alt="Link to Explorations in Nonfiction Writing, Grade 5"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E03786.aspx" >Explorations in Nonfiction Writing, Grade 5</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p><em>“Nonfiction texts govern as much as 90% of the reading and writing done by literate adults and comprise more than 70% of standardized assessments. For our children to succeed in school and beyond they need to be fluent in the different purposes of nonfiction writing. They need to know how to plan, compose, revise, edit, and publish a range of nonfiction texts.”</em> <cite><strong>Tony Stead</strong> and <strong>Linda Hoyt</strong></cite> In... <a href="../products/E03786.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E03786.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> <div class="series_results"> <!-- Cover Image --> <div class="series_results_image "> <a href="../products/E04624.aspx"><img src='../shared/covers/9780325046242.png' alt="Link to Nonfiction Writing Plus Pack Grade 5"></a> </div> <!-- End Cover Image --> <!-- Main Content--> <div class="series_results_text_main"> <div class="series_results_title"><a href="../products/E04624.aspx" >Nonfiction Writing Plus Pack Grade 5</a></div> <div class="series_results_subtitle"></div> <p> <a href='../authors/1298.aspx'>Linda Hoyt</a>, <a href='../authors/1123.aspx'>Anthony Stead</a> </p> <p>The <em><strong>Nonfiction Writing PLUS Pack, Grade 5</strong></em> includes <a href="http://www.heinemann.com/products/E03786.aspx"><em>Explorations in Nonfiction Writing, Grade 5</em></a> and <em><a href="http://www.heinemann.com/products/E03722.aspx"><em>Crafting Nonfiction, Intermediate</em></a>. </em> Click on their respective links to learn more about these resources or read sample chapters.... <a href="../products/E04624.aspx">more</a></p> </div> <!-- End Main Content--> <!-- Other Formats--> <div class="series_results_formats"> <p> <div style="text-transform:uppercase;"><strong>Bundle</strong></div> <hr class="hr-series" /> <div style="text-align:left;"></div> </p> <div class="series_results_btn"><a class="btn" href="../products/E04624.aspx">Learn More</a></div> </div> <!-- End Other Formats--> <div class="clearit"></div> </div> </div> <div class="clearit"></div> </div> <!-- End Main Content --> <style>footer.footer .social-icons li a {background:none; border-radius:0;height:unset; width:unset; padding-top:0;} footer.footer .social-icons li {margin-right: 18px;} </style> <!-- Footer --> <div class="clearit"></div> </main> <footer class="footer"> <div class="wrapper"> <div class="left"> <nav> <ul class="footer-nav"> <li><a href="https://www.heinemann.com/help.aspx">Customer Service</a></li> <li><a href="https://www.heinemann.com/catalogs/">Catalogs</a></li> <li><a href="https://www.heinemann.com/aboutUs.aspx" >About Us</a></li> <!--<li><a href="https://www.heinemann.com/fellows/">Heinemann Fellows</a></li>--> <li><a href="https://www.heinemann.com/college/">College Exam/Desk</a></li> <li><a href="https://www.heinemann.com/shared/authorinfo/SUBMISSIONS_GUIDELINES_2r_REV.pdf" target="_blank">Submit a Proposal (PDF) &nbsp;<img src="/shared/index_files/new-window-wht.png" alt="Document opens in a new window." /></a></li> </ul> </nav> </div> <div class="right"> <!--<div id="newsletter-signup" > <a class="white-btn float-right screen-800-no-float-center" href="https://thankyou.heinemann.com/confirm-your-email-subscription" target="_blank" >Sign Up to Receive Email Updates</a> </div> <div id="errorMessageWrapper"></div>--> <div class="clearit"></div> <nav> <ul class="social-icons screen-800-no-float-center"> <li> <a href="https://www.instagram.com/heinemannpub/" target="_blank" > <img src="https://dr76b7foe7jxg.cloudfront.net/icon_social_insta.png" alt="Instagram"> </a></li> <li> <a href="https://www.linkedin.com/company/heinemann-publishing" target="_blank" > <img src="https://dr76b7foe7jxg.cloudfront.net/icon_social_linked_in.png" alt="Linkedin"> </a></li> <li> <a href="https://www.facebook.com/HeinemannPublishing" target="_blank" > <img src="https://dr76b7foe7jxg.cloudfront.net/icon_social_fb.png" alt="Facebook"> </a></li> <li> <a href="https://www.youtube.com/heinemannpublishing" target="_blank" > <img src="https://dr76b7foe7jxg.cloudfront.net/icon_social_youtube.png" alt="YouTube"> </a></li> <li> <a href="https://blog.heinemann.com/" target="_blank" > <img src="https://dr76b7foe7jxg.cloudfront.net/icon_social_blog.png" alt="Heinemann Blog"> </a></li> </ul> </nav> </div> </div> <div class="subfooter"> <div class="wrapper"> <div class="textcenter"> <!--<a href="http://www.hmhco.com/" class="lt-focus"><img src="https://dr76b7foe7jxg.cloudfront.net/hmh_logo_white_256x46.png" alt="Houghton Mifflin Harcourt" id="hmh-logo"></a>--> <br> <div id="copyright">&copy; <script type="text/javascript"> var theDate = new Date() document.write(theDate.getFullYear()) </script> Heinemann. &nbsp;<span>A division of HMH Education Company.</span> </div> <br /> <div id="terms"> <ul class="small-text"> <li><a href="http://www.heinemann.com/permissionsrequest.aspx" aria-label="Permissions Request (link opens in a new window)">Permissions Request</a></li> <li><a href="http://www.heinemann.com/disabilityrequest.aspx" aria-label="Disability Request (link opens in a new window)">Disability Request</a></li> <br> <li><a href="http://hein.pub/website-terms" aria-label="Website Terms of Use (link opens in a new window)">Website Terms of Use</a></li> <li><a href="http://hein.pub/privacy" aria-label="Privacy Policies (link opens in a new window)">Privacy Policies</a></li> <!--<li><a href="https://www.heinemann.com/accessibility.aspx" aria-label="Accessibility Request (link opens in a new window)">Accessibility</a></li>--> </ul> <br><br> <!--<a href="#">Sitemap</a>--> <!--Back to Top Link--> <script type="text/javascript"> // create the back to top button $('body').append('<a href="#" class="back-to-top">Back to Top</a>'); var amountScrolled = 300; $(window).scroll(function () { if ($(window).scrollTop() > amountScrolled) { $('a.back-to-top').fadeIn('slow'); } else { $('a.back-to-top').fadeOut('slow'); } }); $('a.back-to-top, a.simple-back-to-top').click(function () { $('body,html').animate({ scrollTop: 0 }, 'fast'); return false; }); </script> <!--End Back to Top Link--> </div> </div> <div class="clearit"></div> </div> </div> </footer> <!-- /footer --> <script src="https://www.heinemann.com/slick/slick.js"></script> <script src="https://www.heinemann.com/includes/lib/jquery.form-validator.min.js"></script> <script> var $messages = $('errorMessageWrapper'); $.validate({ validateOnBlur: false, errorMessagePosition: 'top', scrollToTopOnError: false }); </script> <script type="text/javascript" src="https://www.heinemann.com/includes/lib/common-02042021.js"></script> <!--wistia callouts--> <script charset="ISO-8859-1" src="//fast.wistia.com/assets/external/popover-v1.js"></script> <script src="//fast.wistia.com/static/embed_shepherd-v1.js"></script> <script> wistiaEmbeds.onFind(function (video) { video.videoFoam(true); }); </script> <!--/ wistia callouts--> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10