CINXE.COM
The Boston Globe | News in Education
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>The Boston Globe | News in Education</title> <link rel="shortcut icon" href="/bostonglobe/favicon.ico" /> <link rel="icon" type="image/ico" href="/bostonglobe/favicon.ico" /> <link rel="stylesheet" type="text/css" href="/includes/css/nieonline2.css" /> <link rel="stylesheet" type="text/css" href="/bostonglobe/css/nieonline.css" /> <!-- blueprint CSS for layout --> <link rel="stylesheet" href="/includes/css/blueprint/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/includes/css/blueprint/print.css" type="text/css" media="print"> <!--[if lt IE 8]> <link rel="stylesheet" href="/morris/css/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]--> <!--[if IE]> <style type="text/css"> .nav_left_block {margin-top:91px !important;} </style> <![endif]--> </head> <body> <div class="new_header_area"> <div style="float:left; width:430px;"><a href="/bostonglobe"><img src="/bostonglobe/images/bostonglobe-header.png" class="new_logo"></a> </div> <div style="float:left; width:525px; height:211px; text-align:right important!;" class="header_login_wrap_area"> <div class="pre_login_header_text"> <p><a href="https://nieonline.com/bostonglobe/products.cfm" rel="nofollow" target="_blank"><img src="images/view_products.png" border="0" class="view_epaper_button"></a></p> </div> <div style="width:350px; text-align:left; margin-left:150px;"> </div> </div> <div class="new_nav_area" > <div class="new_nav_item" id="current_active_page"><a href="/bostonglobe" class="new_top_nav_a">Home</a></div> <div class="new_nav_item_spacer">|</div> <div class="new_nav_item" ><a href="/bostonglobe/teachers.cfm" class="new_top_nav_a">For Teachers</a></div> <div class="new_nav_item_spacer">|</div> <div class="new_nav_item" ><a href="/bostonglobe/students.cfm" class="new_top_nav_a">For Students</a></div> <div class="new_nav_item_spacer">|</div> <div class="new_nav_item" ><a href="/bostonglobe/families.cfm" class="new_top_nav_a">For Families</a></div> <div class="new_nav_item_spacer">|</div> <div class="new_nav_item" ><a href="/bostonglobe/contact.cfm" class="new_top_nav_a">Contact Us</a></div> </div> </div> <div class="container contentContainer"> <div class="span-24 pageBody"> <img src="images/main/home00.jpg"> <div id="content_text_area"> <div class="span-11" style="padding-right:20px; margin-right:20px; border-right:1px solid gray;"> <p class="small_green_title" style="text-transform:uppercase;">We're giving education a local angle.</p> <p>The Boston Globe's impact on our community goes beyond the pages of the news, information, and opinions read in the newspaper. From direct charitable contributions to scholarships for higher education, sports and the arts, The Globe reaches thousands of people in Greater Boston and New England through a wide range of community and public service programs.</p> <p>Contact us regarding: <ul> <li>Massachusetts Scholastic Art & <br>Writing Awards Program</li> <li>Community partnerships</li> <li>Internships for college students</li> <li>Career day visits</li> </ul> <p>The Boston Globe Foundation's News in Education program provides Globe content, classroom lessons, educational materials, and programs to teachers and students in classrooms across the Commonwealth. News in Education is a program of The Boston Globe Foundation, Inc., a non-profit organization under Section 501(c)(3) of the Internal Revenue Code.</p> </div> <div class="span-11"> <div> <style type="text/css"> #rotating_features, #rotating_features a {font-size:12px!important;} </style> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <style type="text/css"> #rotating_features{width:350px; height: 190px; overflow:hidden; border:1px #000000 soild; margin:8px 0 0 0;} .feature_box{display:none; width:100%; height:100%;} #whats_new{float:left;} #list_div{float:left;} #jump_box{width:9px; height: 9px; overflow:hidden; float:left; margin-left: 5px; border: 1px solid #008065; cusror:hand;} .current_box{background:#008065;} #resume_play{float:left;} #play_arrow{ border-color: #ffffff #ffffff #ffffff #008065; border-style:solid; border-width:5px; width:0; height:0; margin-left:10px; cusror:hand;} </style> <script type="text/javascript"> var items = 9; //number of items //numerical repesentations of the divs var currently_visable = 1; //start it off at 0 var next_in_line = 2; // tee up second div //play or pause var pause = 0; var rotate; var is_waiting = 0; //actual div names var curr_div_name = '#feature1'; var next_div_name = '#feature2'; function faderOut(){ //fades div out if (pause == 0){ $(curr_div_name).fadeOut('slow',function(){ faderIn(); }); } } function faderIn(){ //fades div in if (pause == 0){ $(next_div_name).fadeIn('slow'); getNext(); generate_list(); var rotate = setTimeout("faderOut()",5000); //time delay in milisseconds } } function getNext(){ //updates the current div after fade in and updates the next div numerically currently_visable = next_in_line; if (next_in_line >= items){ next_in_line = 1; }else{ next_in_line = next_in_line+1; } update_div_names(); } function update_div_names(){ //updates the string value of the divs to be faded in and out curr_div_name = '#feature'+currently_visable; next_div_name = '#feature'+next_in_line; } function stop_play(){ if( pause == 1){ clearTimeout(rotate); pause = 0; document.getElementById('resume_play').innerHTML = ''; faderOut(); } } function jump_to(div_number){ clearTimeout(rotate); pause = 1; $(curr_div_name).fadeOut('slow',function(){ currently_visable = div_number; if(div_number == items){ next_in_line = 1; }else{ next_in_line = div_number+1; } update_div_names(); generate_list(); $(curr_div_name).fadeIn('slow',function(){ document.getElementById('resume_play').innerHTML='<a href="javascript:stop_play();" style="color:#008065"><div id="play_arrow" title="Click to resume play"></div></a>'; }); }); } function generate_list(){ var i = 1; var list_output = ''; while (i <= items){ if(i == currently_visable){ list_output = list_output+'<a href="javascript:jump_to('+i+')" title="Click to jump to frame '+i+'"><div id="jump_box" class="current_box"></div></a>'; }else{ list_output = list_output+'<a href="javascript:jump_to('+i+')" title="Click to jump to frame '+i+'"><div id="jump_box"></div></a>'; } i++; } document.getElementById('list_div').innerHTML = list_output; } </script> <div id="rotating_features"> <div id="whats_new"><span class="kicker">What's new:</span></div> <div id="list_div"></div> <div id="resume_play"></div> <hr style="margin:5px 0 5px 0; clear:both;"> <div id="feature1"> <div style="float:left; width:150px; margin-right:10px;"> <img src="/images/newlogos/newsvideo_logo.gif" alt="" width="150" border="0" align="top"> <hr style="margin:8px 0 8px 0;"> <a href="/bostonglobe/videooftheweek.cfm"><h4><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span> Whale scoops up Chilean kayaker and spits him out</h4></a> </div> <div style="floatleft;"> <a href="/bostonglobe/videooftheweek.cfm"><img src="/images/videopromos/20250217video.gif" alt="" width="190" border="0" align="top"></a> </div> </div> <div id="feature2" class="feature_box"> <img src="/images/newlogos/frontpage_logo.gif" width="150"> <p align="left" class="topspace"> <a class=sansbold-1 href="frontpage.cfm"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Nationwide bird flu affects egg prices and supplies, but generally isn't a risk to people</a><br> </p> <p align="right" class="topspace"> <a class=sansbold-3 href="frontpage.cfm">-- Front Page Talking Points Archive</a> </p> </div> <div id="feature3" class="feature_box"> <div style="float:left; width:150px; margin-right:10px;"> <img src="/images/newlogos/cartoons_logo.gif" alt="cftclogo.gif" width="150" border="0" align="top"> <a class="sanslink" href="/bostonglobe/cftc.cfm"><img src="/cftc/images/currentlesson.gif" alt="" width="150" border="0" align="top"></a> </div> <div style="float:left; width:180px;"> <p style="font-weight:bold; font-size:16px;">Do you trust Musk and his team?</p> <p><a href="/bostonglobe/cftc.cfm"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span> Download this week's lesson</a><br> <a href="/bostonglobe/cftc.cfm?cftcfeature=archive"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span> There are more than 200 lessons archived for your use</a> </p> </div> </div> <div id="feature4" class="feature_box"> <div style="float:left; margin-right:10px; width:135px;"> <p><strong>NIE Special Report</strong></p> <p>NBC Academy </p> <p><a href="special_report.cfm" target="_parent"><strong><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Read More!</strong></a></p> </div> <div style="float:left; width:200px;"> <a href="special_report.cfm" target="_parent"><img src="https://nieonline.com/images/special_reports/nbcua_hp.jpg" alt="" width="180" border="0" /></a> </div> </div> <div id="feature5" class="feature_box"><img src="/images/newlogos/usethenews_logo.gif" width="150" border="0" align="top"> <p class=sans-1> <br>Tap the wealth of information in your newspaper as a teaching tool: </p> <p class="navsmall"> <a class=sansbold-1 href="lessons.cfm?category=elementary"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Elementary</a> (K-4) <a class=sansbold-1 href="lessons.cfm?category=middle"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Middle</a> (5-8) <a class=sansbold-1 href="lessons.cfm?category=secondary"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Secondary</a> (9-12) </p> </div> <div id="feature6" class="feature_box"> <img src="/images/newlogos/headline_geo2_o.gif" alt="" width="200" border="0" align="top" style="margin:5px 0 10px 0;"><BR> <A CLASS=kicker HREF="/bostonglobe/mapper.cfm?pubdate=20250217"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>U.S. proposals leave Ukraine and Europe reeling</a><br> <p class=sans-1>Answer FIVE Geography questions each week based on major news events. </p> <A CLASS=sans-2 HREF="/bostonglobe/mapper.cfm?feature=archive"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span><b>Archive of Geography quizzes</b></a><br> </div> <div id="feature7" class="feature_box"><img src="/images/newlogos/history_logo.gif" alt="" width="150" border="0" align="top"><br> <p><br>Diversity, multiculturalism, worldwide events. You'll find plenty for classroom discussions in this listing of events.</p> <p><a href="calendar.cfm"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Get This Week in History</a></p> </div> <!--<div id="feature8" class="feature_box"><img src="/images/newlogos/greenroom_logo.gif" width="200"> <p>The Green Room: Conservation for the Classroom offers lessons from the National Wildlife Federation to educate and inspire people to protect wildlife and wildlife habitat</p> <p><a href="/bostonglobe/nwf_lessons.cfm"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Click here to view lessons</a></p> </div>--> <div id="feature8" class="feature_box"> <div> <img src="/images/newlogos/wordsinthenews_logo.gif" border="0" align="top" width="125"> </div> <div style="margin-top:5px;"> <strong>Today's word:</strong> <span style="color:red;">entice</span> <br><strong>Definition:</strong> <em>To attract (someone), usually to do something, by arousing hope, interest, or desire.</em><br> </div> <div class="navsmall" style="margin-top:5px;"> <b>Words in the News Vocabulary Quiz</b><br> <a href="/detroit/wordsinthenews.cfm?grade=elementary"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Elementary</a> | <a href="/detroit/wordsinthenews.cfm?grade=middleschool"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>Middle</a> | <a href="/detroit/wordsinthenews.cfm?grade=highschool"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>High School</a> </div> </div> <div id="feature9" class="feature_box"><a href="nasa_space_place.cfm"><img src="/images/nasa_space_place/spaceplace.jpg" border="0" width="150" align="top" style="float:left; margin-right:10px;"></a>NASA's Space Place is a monthly column on the latest space discoveries and technologies for elementary students<br><a href="nasa_space_place.cfm"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>View this Month's lesson</a> </div> <div id="feature10" class="feature_box"><a href="nasa_space_place.cfm"><img src="/images/nasa_space_place/spaceplace.jpg" border="0" width="150" align="top" style="float:left; margin-right:10px;"></a>NASA's Space Place is a monthly column on the latest space discoveries and technologies for elementary students<br><a href="nasa_space_place.cfm"><span style='color:#ca0113;font-size:.8em;padding-right:3px;'>►</span>View this Month's lesson</a> </div> </div> <script type="text/javascript">setTimeout("faderOut()",5000); generate_list();</script> </div> <hr style="margin: 11px 0 11px 0;"> <div> <div> <p><span class="small_green_title"style="text-transform:uppercase;">At the Edge of a Warming World</span> <br>The Boston Globe examines how the land, animals, and communities in Cape Cod are being affected by climate change. “To the millions of us who visit Cape Cod once or twice a summer, the effects of climate change can seem subtle, if we see them at all,” Globe journalists write in an introduction to the story on the Globe’s website. “But once you know how to see what is shifting, changing and washing away, it is impossible to ignore.” Journalists from the The Boston Globe divided the article into five sections that each examine a different way in which climate change is affecting Cape Cod.</p> <p><a href="https://pulitzercenter.org/builder/lesson/lesson-plan-analyzing-impacts-climate-change-cape-cod-26713" target="_blank">Click here to view the materials</a></p> <hr> </div> <div> <p><span class="small_green_title">TIPS ON USING THE BOSTON GLOBE IN CLASS</span> <br>Use the <a href="/bostonglobe/downloads/teacherguides/Boston-Globe-NIE-Teachers-guide.pdf">Boston Globe News in Education Guide for Teachers</a> to find loads of information for your classroom lessons. Choose from <a href="http://www.bostonglobe.com/news/special-reports" target="_blank">multimedia Special Reports</a> and <a href="http://www.bostonglobe.com/insiders/ebook/" target="_blank">Globe e-books</a> to <a href="http://www.bostonglobe.com/specials/insiders/2014/08/06/tremont-street-through-years/JEWPD5ITmzDZ9Zm5qUh72N/picture.html" target="_blank">century-old pictures of Boston</a> and <a href="http://www.bostonglobe.com/specials/insiders/back-story" target="_blank">reporter videos on covering the news</a>. </p> </div> </div> </div> </div> <!-- close pageBody div --> </div> <br clear=all> <div id="mi_footer" align="center"> <p class="footerText"> ©2025 <a href="/index.cfm">Online Publications Inc. dba NIEonline.com</a> </p> </div> </div> <!-- contentContainer div --> </div> <!-- centering div --> <!-- SiteCatalyst code version: H.23.8. Copyright 1996-2011 Adobe, Inc. All Rights Reserved. More info available at http://www.omniture.com --> <script language="JavaScript" type="text/javascript" src="http://www.bostonglobe.com/js/s_code_bgcom.js"></script> <script language="JavaScript" type="text/javascript"><!-- s.pageName='NIEOnline | (all)',s.channel='NIEOnline',s.prop1='NIEOnline'; s.server='',s.pageType='',s.prop2='',s.prop3='',s.prop4='',s.prop5='',s.prop6='NIEOnline',s.prop7='',s.prop8='',s.prop9='',s.prop10='',s.prop14='',s.prop41=s.eVar41='BostonGlobe.com'; /* Conversion Variables */ s.campaign='',s.state='',s.zip='',s.events='',s.products='',s.purchaseID='',s.eVar1='',s.eVar2='',s.eVar3='',s.eVar4='',s.eVar5='',s.eVar6='',s.eVar7='',s.eVar8='',s.eVar9='',s.eVar10=''; /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s.t();if(s_code)document.write(s_code)//--></script> <script language="JavaScript" type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--></script><noscript><img src="http://newyorktimes.112.2o7.net/b/ss/nytbostonglobecom/1/H.23.8--NS/0" height="1" width="1" border="0" alt="" /></noscript><!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.23.8. --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44455934-1', 'nieonline.com'); ga('send', 'pageview'); </script> </body> </html>