CINXE.COM
《自然》(20241121出版)一周论文导读—新闻—科学网
<!DOCTYPE html> <html> <head> <title>《自然》(20241121出版)一周论文导读—新闻—科学网</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content=《自然》,论文导读,[mynews.keys] /> <script language="javascript" type="text/javascript"> function showsize(sid) { document.getElementById("content"+1).style.fontSize=sid; document.getElementById("content"+1).className='f'+sid; } function showandhide(showid,hideid) { document.getElementById(showid).style.display=""; document.getElementById(hideid).style.display="none"; document.getElementById(showid+"1").style.background="#005007"; document.getElementById(hideid+"1").style.background="#787878"; } </script> <style type="text/css"> body { margin:0; padding:0; background:#e4e6df url(/images/a-b-mbr.jpg) repeat-y center top; text-align:center; font:13px Arial, Helvetica, sans-serif; } #wrap { margin:0 auto; text-align:left; width:970px; padding:0 0px; w\idth:970px;background:#ffffff} img { border:0; } td{font:13px 宋体} #header { width:100%; margin-top:5px;text-align:center; } #fielder {margin:0 auto; text-align:left; width:970px;} #fielderleft {width:450px; float: left;font:13px 宋体;color:#b41319;height:20px; text-align:right;margin-top:5px} #fielderright {width:520px; float: right;height:20px} #fielderleft a{font:13px 宋体;color:#b41319; text-decoration:none; } #main {margin:0 auto; text-align:left; width:960px; padding:0 4px;} #footer { width:100%; height:66px;margin-top:10px; clear:both; text-align:center; } #foot1{text-align:center;background:#d7ceaa;color:#885f17;width:100%; height:30px;margin-top:10px;vertical-align:bottom} #foot1 a{font:12px 宋体, Helvetica, sans-serif;color:#885f17; text-decoration:none;} #mleft{float: left; width:680px} #mright{float: right; width:270px;text-align:left;} .html1{font:12px 宋体;color:#333333; text-decoration:none; } .html2{font:12px 宋体;color:#885f17; text-decoration:none; } #headerleft ul {text-align:left; width:456px; margin:0; padding:0; list-style:none; } #headerleft li{ margin-right: auto;display:inline;vertical-align:bottom;} #headerleft { float:left; width:456px; height:22px text-align:left; } #headerleft a{font:13px 宋体, Helvetica, sans-serif;color:#000000; text-decoration:none;} #headerright a{font:13px 宋体, Helvetica, sans-serif;color:#000000; text-decoration:none;} #head2{background:#ba1414;width:970px;bgcolor:#ba1414;margin-top:0px} textarea { font: 12px Arial, Helvetica, sans-serif; border:1px solid #333333; } .input{ font: 11px Arial, Helvetica, sans-serif; border:1px solid #333333;} .rblinput{ font: 11px Arial; border:0;width:30px} .ulclass{margin:8px 5px 8px 20px; padding:0; list-style:none; text-align:left; line-height:16px;} .ulclass li{display:inline;} .h1ulclass{margin:0px 5px 8px 20px; padding:0; list-style:none; text-align:left; line-height:16px;} .h1ulclass li{display:inline;} .plnum{width: 30px;color:#587c19;font:12px 宋体; text-align:center; font-weight:bold;margin-left:-14px} .highlight2{font-size:12px;color:#333333;text-decoration:none;} a:hover { color: #ba1413; text-decoration: underline; } a{ text-decoration:none;color:#333333;} #head1{width:970px;margin-top:0px} #head2 td{font:12px 宋体} #field8 a{font:13px 宋体;color:#fff; text-decoration:none;} #content1 a{color: #800000;} #content1 {font:14px 宋体;} img{max-width:600px} #field8 td{ height:20px;} .f12{font-size:12px;word-break: break-all;font:12px ;} .f14{font-size:14px;word-break: break-all;font:14px } .f16{font-size:16px;word-break: break-all;font:16px } .ifcomm{} .f12 p {font-size:12px;word-break: break-all;font:12px!important; } .f14 p {font-size:14px;word-break: break-all;font:14px!important; } .f16 p {font-size:16px;word-break: break-all;font:16px!important; } .bq{text-indent:0em;font-weight:bold;font-size:13px;border:solid 1px #333 ;padding:10px;} </style> <script type="text/javascript" src="/js/lazyload/jquery.min.js"></script> <script type="text/javascript" src="/js/lazyload/jquery.lazyload.js"></script> <script type="text/javascript"> jQuery(document).ready( function($){ $("img").lazyload({ placeholder : "/js/lazyload/grey.gif", effect : "fadeIn", threshold : 200 }); }); </script> </head> <body> <div id="wrap"> <script src="/html/js/htmlnewshead.js" type="text/javascript"></script> <script type="text/javascript"> function browserRedirect() { var sUserAgent= navigator.userAgent.toLowerCase(); var bIsIpad= sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs= sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp= sUserAgent.match(/midp/i) == "midp"; var bIsUc7= sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc= sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid= sUserAgent.match(/android/i) == "android"; var bIsCE= sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM= sUserAgent.match(/windows mobile/i) == "windows mobile"; if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) { document.write("<div style='padding-left:4em'><a href=\"https://wap.sciencenet.cn/mobile.php?type=detail&cat=news&id=534543&mobile=1\" style='font-size:2em;color:#ba1413; line-height:2em;text-indent:4em'>点击此处切换为手机版网页</a></div>"); } else { //window.location= '电脑网站地址'; } } browserRedirect(); </script> <!--登录--> <iframe src="https://blog.sciencenet.cn/plus.php?mod=iframelogin" style="width:970px; height:32px; " scrolling="no" frameborder="0" ></iframe> <!--导航--> <link href="https://www.sciencenet.cn/css/indexhead.css" type="text/css" rel="stylesheet" /> <div class="logo"> <div class="lg" ><a href="https://news.sciencenet.cn/"><img src="/images/news.jpg" width="231" height="84" alt="科学网新闻频道" /></a></div> <div class="rg02" > <div class="rg" ><span style="float:left;"> <a href="https://www.sciencenet.cn/life/" style="color:#fff">生命科学</a> | <a href="https://www.sciencenet.cn/medicine/" style="color:#fff">医学科学</a> | <a href="https://www.sciencenet.cn/chemistry/" style="color:#fff">化学科学</a> | <a href="https://www.sciencenet.cn/material/" style="color:#fff">工程材料</a> | <a href="https://www.sciencenet.cn/information/" style="color:#fff">信息科学</a> | <a href="https://www.sciencenet.cn/earth/" style="color:#fff">地球科学</a> | <a href="https://www.sciencenet.cn/mathematics/" style="color:#fff">数理科学</a> | <a href="https://www.sciencenet.cn/policy/" style="color:#fff">管理综合</a> </span> <span style=" float:right; "> <a href="https://blog.sciencenet.cn/blog-45-1064777.html" style="color:#fff">站内规定</a> | <a href="https://wap.sciencenet.cn/" style="color:#fff">手机版</a></span></div> <div class="rg01"><span style="float:left; "> <a href="https://www.sciencenet.cn/">首页</a> | <a href="https://news.sciencenet.cn/">新闻</a> | <a href="https://blog.sciencenet.cn/blog.php">博客</a> | <a href="https://news.sciencenet.cn/ys/">院士</a> | <a href="https://talent.sciencenet.cn/">人才</a> | <a href="https://meeting.sciencenet.cn">会议</a> | <a href="https://fund.sciencenet.cn/">基金·项目</a> | <a href="https://paper.sciencenet.cn/">论文</a> | <a href="https://blog.sciencenet.cn/blog.php?mod=video">视频·直播</a> | <a href="https://paper.sciencenet.cn/AInews">小柯机器人</a> | <a href="https://kxxsh.sciencenet.cn/">医学科普</a> </span> <div style="float:right; padding-left:0px;"> <form style="display:inline" method="get" action="https://www.baidu.com/baidu" accept-charset="utf-8" name="f1"> <input style=" width:100px;border:0" maxlength="40" size="31" name="word" /> <input type="submit" style="cursor:pointer; width:56px; font-size:12px; background-color:#880008; border-width:0px; height:16px; color:#fff;" value="本站搜索" /> <input type="hidden" value="2097152" name="ct" /> <input type="hidden" value="3" name="cl" /> <input type="hidden" value="news.sciencenet.cn" name="si" /> <input type="hidden" value="utf-8" name="ie" /> </form> </div> </div></div> </div> <div style="line-height: 10px; height: 10px; clear: both; "> </div> <div id="main"> <div id="mleft"> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%" > <tr> <td style="width: 680px;"> <table id="content" style="border: solid 1px #bbc89b; width: 680px; text-align: center; background-color: #f8f9f4; table-layout:fixed"> <tr> <td align="left"> <div style="height: 20px; margin: 0 auto; border-bottom: solid 1px #bbc89b; margin-top: 10px; width: 82%; font: 12px 宋体; float: left; "> 作者:冯维维 来源:科学网微信公众号 发布时间:2024/11/23 20:39:18</div> <div style="height: 20px; margin: 0 auto; border-bottom: solid 1px #bbc89b; margin-top: 10px; width: 18%; font: 12px 宋体; float: right"> 选择字号:<span onclick="showsize(12)" style="background-color: #587c19; color: #fff; font-size: 12px; cursor: pointer">小</span> <span onclick="showsize(14)" style="background-color: #587c19; color: #fff; font-size: 12px; cursor: pointer">中</span> <span onclick="showsize(16)" style="background-color: #587c19; color: #fff; font-size: 12px; cursor: pointer"> 大</span> </div> </td> </tr> <tr> <td align="center"> <div id="content1" style=" padding:15px; text-align: left; line-height: 24px; word-wrap: break-word;word-break:break-all" class="f14"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="20"> </td> </tr> <tr> <td align="center" valign="middle" class="style1" style="font-size: 13px; color: #333333; font-family: 宋体; line-height: 20px"> <b></b></td> </tr> <tr> <td align="center" class="style1" style="font-size: 22px; color: #587c19; font-family: 黑体; line-height: 30px"> 《自然》(20241121出版)一周论文导读</td> </tr> <tr> <td align="center" valign="middle" class="style1" style="font-size: 13px; color: #333333; font-family: 宋体; line-height: 20px"> <b></b></td> </tr> </table> <p > </p><p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">Nature, Volume 635 Issue 8039, 21 November 2024</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">《自然》第635卷,8039期,2024年11月21日</p> <div style="text-align: center;" class="ueditorOption ueditorOptionModel" contenteditable="true" id="0"> <img src="https://rmtzx.sciencenet.cn//kxwsprint/6741ca54e4b03b5da6d1b40e.png" data-wenge-id="138306" wosname="6741ca54e4b03b5da6d1b40e.png" size="386356" opaid="wenge-dfofnpg6ffm0/" data-mce-src="https://rmtzx.sciencenet.cn//kxwsprint/6741ca54e4b03b5da6d1b40e.png" id="img-null"> <span style="display:block;color: #999;font-size:14px;margin:0;text-align:center;line-height:20px;" class="img_caption" placeholder="请输入图说"></span> </div> <p class="timeLine_wg" style="height:20px;"><br></p> <p style=";; margin: 0px 0px 26px; text-align: center; word-break: break-all;"><strong>物理学Physics</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>A giant planet transiting a 3-Myr protostar with a misaligned disk</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>绕附近恒星运行的年轻凌星行星</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ 作者:Madyson G. Barber, Andrew W. Mann, Andrew Vanderburg, Daniel Krolikowski, Adam Kraus, Megan Ansdell, Logan Pearce, Gregory N. Mace, Sean M. Andrews, Andrew W. Boyle, Karen A. Collins, Matthew De Furio, Diana Dragomir, Catherine Espaillat, Adina D. Feinstein, Matthew Fields, Daniel Jaffe, Ana Isabel Lopez Murillo, Felipe Murgas, Elisabeth R. Newton, Enric Palle, Erica Sawczynec, Richard P. Schwarz, Pa Chia Thao, …Jesus Noel Villase?or Show authors</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲链接:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">https://www.nature.com/articles/s41586-024-08123-3</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲摘要:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">美国科学家探测到一颗迄今发现最年轻的凌星行星。凌星行星是从一颗恒星与地球这类观察者之间经过的行星。迄今,科学家已经在年龄在1000万到4000万年的恒星周围发现了超过十几颗凌星行星,但却一直未能探测到更年轻的凌星行星。这或许是因为这些行星还没有完全形成,或是因为人们对这类行星的视野被残余的原行星盘(新形成恒星周围的致密气体和尘埃环)遮挡了。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">研究者事分析了NASA“凌日系外行星勘测卫星”传回的数据,观测到一个年龄在300万年的年轻恒星,这个名为IRAS 04125+2902的恒星与地球相对较近(160秒差距)。围绕该恒星的外部原行星盘没有对齐,而且几乎是正面朝上而不是侧面,同时还有一个缺损内盘;集合这些特征让科学家得以对凌星原行星IRAS 04125+2902 b进行了观测。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">分析发现,这颗行星的轨道周期为8.83天,半径是地球的10.7倍,质量约是木星的30%。研究者认为,它可能是常被发现绕主序星旋转的超级地球和超级海王星的前体。鉴于这颗恒星和行星都很年轻,拥有罕见的非对齐盘,且相对地球位置较近,因此,他们认为这个系统可能是研究行星形成早期阶段的一个有用目标。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ Abstract:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">Astronomers have found more than a dozen planets transiting stars that are 10–40?million?years old, but younger transiting planets have remained elusive. The lack of such discoveries may be because planets have not fully formed at this age or because our view is blocked by the protoplanetary disk. However, we now know that many outer disks are warped or broken; provided the inner disk is depleted, transiting planets may thus be visible. Here we report observations of the transiting planet IRAS?04125+2902?b orbiting a 3-million-year-old, 0.7-solar-mass, pre-main-sequence star in the Taurus Molecular Cloud. The host star harbours a nearly face-on (30?degrees inclination) transitional disk and a wide binary companion. The planet has a period of 8.83?days, a radius of 10.7?Earth radii (0.96?Jupiter radii) and a 95%-confidence upper limit on its mass of 90?Earth masses (0.3?Jupiter masses) from radial-velocity measurements, making it a possible precursor of the super-Earths and sub-Neptunes frequently found around main-sequence stars. The rotational broadening of the star and the orbit of the wide (4?arcseconds, 635?astronomical units) companion are both consistent with edge-on orientations. Thus, all components of the system are consistent with alignment except the outer disk; the origin of this misalignment is unclear.</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>Local probe of bulk and edge states in a fractional Chern insulator</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>分数阶陈绝缘子体态和边态的局部探测</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ 作者:Zhurun Ji, Heonjoon Park, Mark E. Barber, Chaowei Hu, Kenji Watanabe, Takashi Taniguchi, Jiun-Haw Chu, Xiaodong Xu & Zhi-Xun Shen</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲链接:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">https://www.nature.com/articles/s41586-024-08092-7</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲摘要:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">分数量子霍尔效应是拓扑量子多体现象的一个重要例子,它是由强电子相关、拓扑有序和时间反转对称性破缺相互作用而产生的。最近,在零磁场下观察到分数量子霍尔效应的晶格模拟,证实了零场分数陈氏绝缘子(FCI)的存在。尽管如此,体积边缘对应——FCI具有导电边缘的绝缘体的标志——尚未被直接观察到。事实上,由于实验的挑战,这种对应关系还没有在任何分数态系统中被可视化。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">研究者报道了使用微波阻抗显微镜成像扭曲MoTe2(t-MoTe2)的FCI边缘状态。通过调整载流子密度,他们观察到系统在金属态和FCI态之间演变,后者表现出绝缘体和导电边缘,正如从体边界对应所期望的那样。进一步分析表明FCI边缘状态具有复合性质。他们还观察了作为层间电场函数的边缘态在拓扑相变中的演变,并揭示了不同分数阶邻近畴的令人兴奋的前景。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">这些发现为研究零磁场下各种任意子态之间的拓扑保护一维界面铺平了道路,例如具有非零拓扑纠缠熵的一维对称保护相、Halperin-Laughlin界面和非阿贝尔任意子的创建。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ Abstract:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">The fractional quantum Hall effect is a key example of topological quantum many-body phenomena, arising from the interplay between strong electron correlation, topological order and time-reversal symmetry breaking. Recently, a lattice analogue of the fractional quantum Hall effect at zero magnetic field has been observed, confirming the existence of a zero-field fractional Chern insulator (FCI). Despite this, the bulk–edge correspondence—a hallmark of a FCI featuring an insulating bulk with conductive edges—has not been directly observed. In fact, this correspondence has not been visualized in any system for fractional states owing to experimental challenges. Here we report the imaging of FCI edge states in twisted MoTe2 (t-MoTe2) using microwave impedance microscopy. By tuning the carrier density, we observe the system evolving between metallic and FCI states, the latter of which exhibits insulating bulk and conductive edges, as expected from the bulk–boundary correspondence. Further analysis suggests the composite nature of the FCI edge states. We also observe the evolution of edge states across the topological phase transition as a function of interlayer electric field and reveal exciting prospects of neighbouring domains with different fractional orders. These findings pave the way for research into topologically protected one-dimensional interfaces between various anyonic states at zero magnetic field, such as gapped one-dimensional symmetry-protected phases with non-zero topological entanglement entropy, Halperin–Laughlin interfaces and the creation of non-abelian anyons.</p> <p style=";; margin: 0px 0px 26px; text-align: center; word-break: break-all;"><strong>化学Chemistry</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>Photocatalytic low-temperature defluorination of PFASs</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>全氟磺酸的光催化低温除氟</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ 作者:Hao Zhang, Jin-Xiang Chen, Jian-Ping Qu & Yan-Biao Kang</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲链接:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">https://www.nature.com/articles/s41586-024-08179-1</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲摘要:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">多氟烷基和全氟烷基物质(PFASs)存在于许多日常消费品中,通常是因为它们具有高热稳定性和化学稳定性,以及疏水和疏油特性。然而,赋予全氟辛烷磺酸特性的惰性碳氟(C-F)键也提供了通过除氟分解的抵抗力,导致其长期存在于环境和人体中,引起了重大的安全和健康问题。尽管最近在销毁功能化全氟辛烷的非焚烧方法方面取得了进展,但回收全氟碳化合物以及聚四氟乙烯等聚合全氟辛烷的工艺仅限于使用高温或强还原试剂的方法。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">研究者报道了一种高度扭曲的咔唑核超光还原剂KQGZ对全氟烷的脱氟。在40℃ ~ 60℃的光催化条件下,一系列PFASs可被脱氟。聚四氟乙烯的主要产品是无定形碳和氟盐。全氟化合物、全氟辛烷磺酸、多氟辛酸等低聚全氟磺酸及其衍生物的脱氟产品为碳酸盐、甲酸盐、草酸盐和三氟乙酸盐。这样就可以将全氟磺酸中的氟作为无机氟化盐进行再循环。机理研究揭示了聚四氟乙烯和低聚全氟乙烯在反应行为和产物组分上的差异。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">这项研究为“永久化学物质”全氟化合物的低温光还原除氟,特别是聚四氟乙烯,以及新的超光还原剂的发现打开了一扇窗。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ Abstract:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">Polyfluoroalkyl and perfluoroalkyl substances (PFASs) are found in many everyday consumer products, often because of their high thermal and chemical stabilities, as well as their hydrophobic and oleophobic properties1. However, the inert carbon–fluorine (C–F) bonds that give PFASs their properties also provide resistance to decomposition through defluorination, leading to long-term persistence in the environment, as well as in the human body, raising substantial safety and health concerns. Despite recent advances in non-incineration approaches for the destruction of functionalized PFASs, processes for the recycling of perfluorocarbons (PFCs) as well as polymeric PFASs such as polytetrafluoroethylene (PTFE) are limited to methods that use either elevated temperatures or strong reducing reagents. Here we report the defluorination of PFASs with a highly twisted carbazole-cored super-photoreductant KQGZ. A series of PFASs could be defluorinated photocatalytically at 40–60?°C. PTFE gave amorphous carbon and fluoride salts as the major products. Oligomeric PFASs such as PFCs, perfluorooctane sulfonic acid (PFOS), polyfluorooctanoic acid (PFOA) and derivatives give carbonate, formate, oxalate and trifluoroacetate as the defluorinated products. This allows for the recycling of fluorine in PFASs as inorganic fluoride salt. The mechanistic investigation reveals the difference in reaction behaviour and product components for PTFE and oligomeric PFASs. This work opens a window for the low-temperature photoreductive defluorination of the ‘forever chemicals’ PFASs, especially for PTFE, as well as the discovery of new super-photoreductants.</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>Silicon heterojunction back-contact solar cells by laser patterning</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>激光图案化硅异质结背接触太阳能电池</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ 作者:Hua Wu, Feng Ye, Miao Yang, Fei Luo, Xiyan Tang, Qing Tang, Haoran Qiu, Zhipeng Huang, Genshun Wang, Zhaoqing Sun, Hao Lin, Junzhe Wei, Yunpeng Li, Xiaoqiang Tian, Jinsheng Zhang, Lei Xie, Xiaoyu Deng, Tuan Yuan, Mingzhe Yu, Yong Liu, Ping Li, Hao Chen, Shenghou Zhou, Qishu Xu, Xixiang Xu Show</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲链接:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">https://www.nature.com/articles/s41586-024-08110-8</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲摘要:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">背接触式硅太阳能电池因其美观而受到重视,因为它们在向阳的一面没有电网,可以应用于建筑物,车辆和飞机,并且可以在不影响外观的情况下实现自我发电。图案化技术将触点安排在硅片的阴影面,这也为光线入射提供了好处。然而,图案过程使生产复杂化并导致功率损耗。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">研究者采用激光简化了后接触太阳能电池的制造,提高了功率转换效率。利用这种方法,他们生产出了效率超过27%的硅太阳能电池。在硅片上沉积氢化非晶硅层进行表面钝化,并收集光生载流子。开发了一种不同于传统工艺实践的致密钝化触点。使用不同波长的脉冲皮秒激光来创建背接触图案。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">该方法是一种生产高性能背接触硅太阳能电池的流线型工艺,总有效加工时间约为新兴主流技术的三分之一。为了满足太瓦的需求,他们开发了效率为26.5%的无铟电池和26.2%效率的无银电池。随着这些技术的进步,将太阳能解决方案整合到建筑和交通中将会得到扩展。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ Abstract:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">Back-contact silicon solar cells, valued for their aesthetic appeal because they have no grid lines on the sunny side, find applications in buildings, vehicles and aircraft and enable self-power generation without compromising appearance. Patterning techniques arrange contacts on the shaded side of the silicon wafer, which offers benefits for light incidence as well. However, the patterning process complicates production and results in power loss. We employed lasers to streamline the fabrication of back-contact solar cells and enhance the power-conversion efficiency. Using this approach, we produced a silicon solar cell that exceeded 27% efficiency. Hydrogenated amorphous silicon layers were deposited onto the wafer for surface passivation and to collect light-generated carriers. A dense passivating contact, which differs from conventional technology practice, was developed. Pulsed picosecond lasers operating at different wavelengths were used to create the back-contact patterns. The approach developed is a streamlined process for producing high-performance back-contact silicon solar cells, with a total effective processing time of about one-third that of the emerging mainstream technology. To meet the terawatt demand, we developed indium-less cells at 26.5% efficiency and precious silver-free cells at 26.2% efficiency. Thus, the integration of solar solutions into buildings and transportation is poised to expand with these technological advances.</p> <p style=";; margin: 0px 0px 26px; text-align: center; word-break: break-all;"><strong>可持续发展Sustainability</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>Keeping the global consumption within the planetary boundaries</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>保持全球消费在地球可承受范围内</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ 作者:Peipei Tian, Honglin Zhong, Xiangjie Chen, Kuishuang Feng, Laixiang Sun, Ning Zhang, Xuan Shao, Yu Liu & Klaus Hubacek</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲链接:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">https://www.nature.com/articles/s41586-024-08154-w</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲摘要:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">不同国家对环境影响的差异已得到广泛承认。然而,在经济和消费群体的复杂相互作用中确定具体责任仍然是一项具有挑战性的努力。研究者使用了一个包含168个国家201个消费群体的支出数据库,调查了6个环境足迹指标的分布,并评估了特定消费支出对地球边界越界的影响。他们发现,31%-67%和51%-91%的地球边界突破责任可分别归因于全球前10%和前20%的消费者,分别来自发达国家和发展中国家。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">通过遵循有效的缓解途径,全球前20%的消费者可以采用在其五分位数内对环境影响最小的消费水平和模式,从而将环境压力减少25%-53%。在这种情况下,仅以粮食和服务部门为重点的行动将足以减少环境压力,使土地系统变化和生物圈完整性恢复到各自的地球边界之内。研究强调,迫切需要关注高消费消费者,以有效地解决地球边界越界问题。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ Abstract:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">The disparity in environmental impacts across different countries has been widely acknowledged. However, ascertaining the specific responsibility within the complex interactions of economies and consumption groups remains a challenging endeavour. Here, using an expenditure database that includes up to 201 consumption groups across 168 countries, we investigate the distribution of 6 environmental footprint indicators and assess the impact of specific consumption expenditures on planetary boundary transgressions. We show that 31–67% and 51–91% of the planetary boundary breaching responsibility could be attributed to the global top 10% and top 20% of consumers, respectively, from both developed and developing countries. By following an effective mitigation pathway, the global top 20% of consumers could adopt the consumption levels and patterns that have the lowest environmental impacts within their quintile, yielding a reduction of 25–53% in environmental pressure. In this scenario, actions focused solely on the food and services sectors would reduce environmental pressure enough to bring land-system change and biosphere integrity back within their respective planetary boundaries. Our study highlights the critical need to focus on high-expenditure consumers for effectively addressing planetary boundary transgressions.</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>Global influence of soil texture on ecosystem water limitation</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;"><strong>土壤质地对生态系统水分限制的全球影响</strong></p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ 作者:F. J. P. Wankmüller, L. Delval, P. Lehmann, M. J. Baur, A. Cecere, S. Wolf, D. Or, M. Javaux & A. Carminati</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲链接:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">https://www.nature.com/articles/s41586-024-08089-2</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲摘要:</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">低土壤水分和高蒸汽压亏缺(VPD)会引起植物水分胁迫,并导致各种干旱反应,包括蒸腾和光合作用的减少。当土壤干燥低于临界土壤湿度阈值时,生态系统从能量向水分限制过渡,气孔关闭以缓解水分胁迫。然而,在生态系统尺度上,这些阈值背后的机制仍然不明确。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">研究者通过分析全球土壤临界水分阈值的观测结果以及土壤水力传导性曲线(其陡度随沙粒含量的增加而增加),发现土壤质地在调节生态系统水分限制发生中具有突出作用。这阐明了生态系统对VPD和土壤湿度的敏感性是如何由土壤质地决定的,沙质土壤中的生态系统对土壤干燥相对更敏感,而粘性土壤中的生态系统对VPD相对更敏感。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">由于同样的原因,沙质土壤中的植物适应水分限制的潜力有限,这对气候变化如何影响陆地生态系统产生了影响。因此,尽管植被-大气交换受大气条件驱动,并受植物调节的调节,但其命运最终取决于土壤。</p> <p style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">▲ Abstract:</p> <p class="lastPadding" style=";; margin: 0px 0px 26px; text-align: justify; word-break: break-all;">Low soil moisture and high vapour pressure deficit (VPD) cause plant water stress and lead to a variety of drought responses, including a reduction in transpiration and photosynthesis. When soils dry below critical soil moisture thresholds, ecosystems transition from energy to water limitation as stomata close to alleviate water stress. However, the mechanisms behind these thresholds remain poorly defined at the ecosystem scale. Here, by analysing observations of critical soil moisture thresholds globally, we show the prominent role of soil texture in modulating the onset of ecosystem water limitation through the soil hydraulic conductivity curve, whose steepness increases with sand fraction. This clarifies how ecosystem sensitivity to VPD versus soil moisture is shaped by soil texture, with ecosystems in sandy soils being relatively more sensitive to soil drying, whereas ecosystems in clayey soils are relatively more sensitive to VPD. For the same reason, plants in sandy soils have limited potential to adjust to water limitations, which has an impact on how climate change affects terrestrial ecosystems. In summary, although vegetation–atmosphere exchanges are driven by atmospheric conditions and mediated by plant adjustments, their fate is ultimately dependent on the soil.</p><div> </div><div style="text-indent:2em;color: #587c19;font-size:13px; ">特别声明:本文转载仅仅是出于传播信息的需要,并不意味着代表本网站观点或证实其内容的真实性;如其他媒体、网站或个人从本网站转载使用,须保留本网站注明的“来源”,并自负版权等法律责任;作者如果不希望被转载或者联系转载稿费等事宜,请与我们接洽。</div> <div style="border-bottom: solid 1px #bfc89d; vertical-align: bottom; width: 100%; height: 20px"> </div> <div style="width: 100%; height: 20px; text-align: center; margin:10px"> <!-- JiaThis Button BEGIN --> <script src="/html/js/share.js" type="text/javascript"></script> <!-- JiaThis Button END --> </div> </div> </td> </tr> </table> </td> </tr> </table> <div style="line-height: 10px; height: 10px; clear: both;"> </div> <div style=" vertical-align: bottom; width: 100%; text-align:right"> <div style="float:left"> </div> <form action="/html/mail.aspx" method="post" id="myform" style="float:right"> <span onclick="javascript:window.print()" style="cursor: pointer; background-color: #587c19; color: #fff;"> 打印 </span> <span style="color: #587c19">发E-mail给:</span><input name="txtemail" type="text" value="" size="22" id="txtemail" style="background-color: #eeeee8" /> <input type="hidden" id="myurl" name="myurl" runat="server" value="534543" /> <input type="submit" value="" style="background-image: url(/images/go.gif); background-color: Transparent; width: 30px; background-repeat: no-repeat; border-width: 0; height: 21px" /></form> </div> <div style="line-height: 20px; height: 20px; clear: both;"> </div> <div style="color:#784704; text-align:left;clear: both;;display:none;" class="ifcomm">以下评论只代表网友个人观点,不代表科学网观点。 </div> <div style="border: solid 1px #bbc89b; width: 680px; text-align: center; background-color: #f8f9f4; color:#333333;;display:none;" class="ifcomm"> <div id="commd"></div> <div style="text-align:left;width: 94%;"><a href="/html/comment.aspx?id=534543" style="color:#ba1413; text-decoration:none"><img src="/images/newcomm.gif" /></a></div> <div style="text-align:left;width: 94%;border-top: solid 0px #bfc89d" id="formcomm"> <iframe src="/html/newscomm.aspx?nid=534543" style="margin: 0px; padding: 0px" frameborder="0" scrolling="no" height="160px" width="100%"></iframe> </div> </div> </div> <div id="mright"> <script src="https://www.sciencenet.cn/field/js/news.js" type="text/javascript"></script> <!--相关新闻和相关论文--> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border: solid 1px #557d1a;"> <tr> <td align="left" id="xgnews1" style="background: #005007; height: 20px; font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px; width: 50%" onmouseover="showandhide('xgnews','xgpaper')"> <span target="_blank" style="font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px; text-indent: 1em">相关新闻</span></td> <td align="left" id="xgpaper1" style="background: #787878; height: 20px; font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px; width: 50%" onmouseover="showandhide('xgpaper','xgnews')"> <span target="_blank" style="font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px; text-indent: 1em">相关论文</span></td> </tr> <tr> <td align="center" colspan="2"> <div id="xgnews"> <ul class="ulclass"> <li class='plnum'>1</li> <li><a href="/htmlnews/2024/11/534451.shtm" class="highlight2" target="_blank">研究提出限制性饮食联合抑制剂治疗肿瘤新策略</a></li> </ul> <ul class="ulclass"> <li class='plnum'>2</li> <li><a href="/htmlnews/2024/11/534172.shtm" class="highlight2" target="_blank">《科学》(20241115出版)一周论文导读</a></li> </ul> <ul class="ulclass"> <li class='plnum'>3</li> <li><a href="/htmlnews/2024/11/534113.shtm" class="highlight2" target="_blank">《自然》(20241114出版)一周论文导读</a></li> </ul> <ul class="ulclass"> <li class='plnum'>4</li> <li><a href="/htmlnews/2024/11/534112.shtm" class="highlight2" target="_blank">反复“失败”2年后,他在博三取得重要突破</a></li> </ul> <ul class="ulclass"> <li class='plnum'>5</li> <li><a href="/htmlnews/2024/11/534098.shtm" class="highlight2" target="_blank">新研究发现,全球过度消费“越界了”</a></li> </ul> <ul class="ulclass"> <li class='plnum'>6</li> <li><a href="/htmlnews/2024/11/534024.shtm" class="highlight2" target="_blank">不甜、没味?他们干脆切了20000个西红柿</a></li> </ul> <ul class="ulclass"> <li class='plnum'>7</li> <li><a href="/htmlnews/2024/11/533743.shtm" class="highlight2" target="_blank">高速3D生物打印机面世</a></li> </ul> <ul class="ulclass"> <li class='plnum'>8</li> <li><a href="/htmlnews/2024/11/533739.shtm" class="highlight2" target="_blank">两台AI机器人联手开展化学研究</a></li> </ul> </div> <div id="xgpaper" style="display: none"> <ul class="ulclass"> <li class='plnum'>1</li> <li><a href="/htmlpaper/2024/8/2024820153357790114570.shtm" class="highlight2" target="_blank">除《自然》外,Nature Portfolio家族还有哪些期刊?</a></li> </ul> <ul class="ulclass"> <li class='plnum'>2</li> <li><a href="/htmlpaper/2024/7/2024729103759122111120.shtm" class="highlight2" target="_blank">《自然》封面:以AI生成数据训练AI,模型变傻?</a></li> </ul> <ul class="ulclass"> <li class='plnum'>3</li> <li><a href="/htmlpaper/2024/7/2024725165935139110778.shtm" class="highlight2" target="_blank">《自然》:科学家找到“隐藏”的新型产甲烷古菌</a></li> </ul> <ul class="ulclass"> <li class='plnum'>4</li> <li><a href="/htmlpaper/2024/6/2024621132248493105297.shtm" class="highlight2" target="_blank">《自然》:研究解码全球小麦百年种质多样性</a></li> </ul> <ul class="ulclass"> <li class='plnum'>5</li> <li><a href="/htmlpaper/2024/3/20243111233549696506.shtm" class="highlight2" target="_blank">受控核聚变有戏了?《自然》:AI预防反应中断</a></li> </ul> <ul class="ulclass"> <li class='plnum'>6</li> <li><a href="/htmlpaper/2023/9/20239810543617985380.shtm" class="highlight2" target="_blank">《自然》:中国科学家发现肿瘤免疫治疗新靶点</a></li> </ul> <ul class="ulclass"> <li class='plnum'>7</li> <li><a href="/htmlpaper/2023/8/20238109454979084249.shtm" class="highlight2" target="_blank">《自然》快速发表,新型绿色木质素胶黏剂获研发</a></li> </ul> <ul class="ulclass"> <li class='plnum'>8</li> <li><a href="/htmlpaper/2023/6/202361510342539982717.shtm" class="highlight2" target="_blank">补全中国人“拼图” 《自然》发表中国人群泛基因组参考图谱</a></li> </ul> </div> </td> </tr> </table> <script src="/html/js/n2.js" type="text/javascript"></script> <!--图片新闻--> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; background-color: #fff; border: solid 1px #557d1a;"> <tr> <td align="left" colspan="2" style="background-image: url(/images/lmsy_jbg_br.jpg); height: 20px; line-height: 20px; text-indent:1em"> <a href="/imgnews.aspx" target="_blank" style="font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px">图片新闻</a></td> </tr> <tr > <td style="width: 100%; height: 8px; border-width: 1px; text-align: right;" colspan="2"> </td> </tr> <tr ><td style="padding: 6px 6px 6px 10px" class="highlight2"> <a href='https://news.sciencenet.cn//htmlnews/2024/11/534543.shtm' target='_blank'><img src='https://news.sciencenet.cn//upload/news/images/2024/11/20241123228457270.png' width='118' height='65' alt='《自然》(20241121出版)一周论文导读' /></a> </td> <td style="padding: 6px 10px 6px 6px" class="highlight2"> <a href='https://news.sciencenet.cn//htmlnews/2024/11/534541.shtm' target='_blank'><img src='https://news.sciencenet.cn//upload/news/images/2024/11/202411232210382260.png' width='118' height='65' alt='清华这位院士搭建了一座室外地质博物园' /></a> </td> <tr ><td style="padding: 6px 6px 6px 10px" class="highlight2"> <a href='https://news.sciencenet.cn/https://news.sciencenet.cn/htmlnews/2024/11/534420.shtm' target='_blank'><img src='https://news.sciencenet.cn//upload/news/images/2024/11/20241121139169920.jpg' width='118' height='65' alt='科学家完整构建火星空间太阳高能粒子能谱' /></a> </td> <td style="padding: 6px 10px 6px 6px" class="highlight2"> <a href='https://news.sciencenet.cn//htmlnews/2024/11/534355.shtm' target='_blank'><img src='https://news.sciencenet.cn//upload/news/images/2024/11/202411201410384140.jpg' width='118' height='65' alt='“糖刹车”基因破除番茄产量与品质悖论' /></a> </td> <tr style=""> <td style="width: 100%; border-width: 1px; text-align: right; height: 20px;" colspan="2"> <a href="/imgnews.aspx" target="_blank" style="color: #3f6417">>>更多</a></td> </tr> </table> <div style="line-height: 10px; height: 15px; clear: both;"> </div> <script src="/html/js/n3.js" type="text/javascript"></script> <!--新闻排行和评论排行--> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border: solid 1px #557d1a;"> <tr> <td align="left" id="zph1" style="background: #005007; height: 20px; font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px; width: 100%" onmouseover="showandhide('zph','yph')"> <a href="/zphnews.aspx" target="_blank" style="font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px; text-indent: 1em">一周新闻排行</a></td> </tr> <tr> <td align="center" colspan="2"> <div id="zph"> <ul class="h1ulclass"> <li class='plnum'>1</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534207.shtm" class="highlight2" target="_blank">物理学家赵凯华逝世,《物理》杂志3篇文章缅怀</a></li> </ul> <ul class="ulclass"> <li class='plnum'>2</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534120.shtm" class="highlight2" target="_blank">清华这门课,“上课就像开盲盒”</a></li> </ul> <ul class="ulclass"> <li class='plnum'>3</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534225.shtm" class="highlight2" target="_blank">“双星合璧”制造人工日食</a></li> </ul> <ul class="ulclass"> <li class='plnum'>4</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534262.shtm" class="highlight2" target="_blank">总统更迭对美国高等教育影响几何</a></li> </ul> <ul class="ulclass"> <li class='plnum'>5</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534193.shtm" class="highlight2" target="_blank">宝钢教育奖揭晓,10名高校教师获优秀教师特等奖</a></li> </ul> <ul class="ulclass"> <li class='plnum'>6</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534173.shtm" class="highlight2" target="_blank">中国科学院杰出科技成就奖总评候选者公示</a></li> </ul> <ul class="ulclass"> <li class='plnum'>7</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534305.shtm" class="highlight2" target="_blank">中美科研人员联合发现胰腺癌治疗新靶点</a></li> </ul> <ul class="ulclass"> <li class='plnum'>8</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534310.shtm" class="highlight2" target="_blank">基金委召开原创探索计划项目和专项项目评审会</a></li> </ul> <ul class="ulclass"> <li class='plnum'>9</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534113.shtm" class="highlight2" target="_blank">《自然》(20241114出版)一周论文导读</a></li> </ul> <ul class="ulclass"> <li class='plnum'>10</li> <li><a href="https://news.sciencenet.cn//htmlnews/2024/11/534224.shtm" class="highlight2" target="_blank">最古老轮子是干这事的</a></li> </ul> </div> </td> </tr> </table> <div style="line-height: 10px; height: 15px; clear: both;"> </div> <script src="/html/js/n4.js" type="text/javascript"></script> <!--博文精选--> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; background-color: #fff; border: solid 1px #557d1a;"> <tr> <td align="left" colspan="2" style="background:#a4934b url(/images/lmd_jby_mbr.jpg) no-repeat; height: 20px; line-height: 20px; text-indent:1em"> <a href="http://blog.sciencenet.cn/blog.php?mod=recommend" target="_blank" style="font: 13px 宋体; color: #fff; font-weight: bold; line-height: 20px">编辑部推荐博文</a></td> </tr> <tr> <td colspan="2"> <div> <ul class="h1ulclass"> <li class='plnum'><img src='/images/t11.gif' /></li><li><a href="https://blog.sciencenet.cn/blog-45-1460788.html" class="highlight2" target="_blank">问答之间|idea被别人做过,要转变方向吗?</a></li> </ul> <ul class="ulclass"> <li class='plnum'><img src='/images/t11.gif' /></li><li><a href="https://blog.sciencenet.cn/blog-45-1460253.html" class="highlight2" target="_blank">科学网博主徐鑫力作,揭示科研成功秘诀 | 赠书</a></li> </ul> <ul class="ulclass"> <li class='plnum'><img src='/images/t11.gif' /></li><li><a href="https://blog.sciencenet.cn/blog-45-1459543.html" class="highlight2" target="_blank">研究生学位论文如何顺利通过外审和答辩</a></li> </ul> <ul class="ulclass"> <li class='plnum'><img src='/images/t11.gif' /></li><li><a href="https://blog.sciencenet.cn/blog-40841-1461342.html" class="highlight2" target="_blank">人形机器人的关键在于态势感知与势态知感的平衡</a></li> </ul> <ul class="ulclass"> <li class='plnum'><img src='/images/t11.gif' /></li><li><a href="https://blog.sciencenet.cn/blog-212210-1461340.html" class="highlight2" target="_blank">这一化学突破可能会改变从医学到农业的一切</a></li> </ul> <ul class="ulclass"> <li class='plnum'><img src='/images/t11.gif' /></li><li><a href="https://blog.sciencenet.cn/blog-3411509-1461173.html" class="highlight2" target="_blank">南林任浩&多伦多大学颜宁等研究超级电容器</a></li> </ul> <ul style="margin: 6px 10px 6px 10px; padding: 0; list-style: none; text-align: right"> <li><a href="https://blog.sciencenet.cn/blog.php?mod=recommend" target="_blank" style="color: #567b1c; font-size: 12px">更多>></a> </li> </ul> </div> </td> </tr> </table> <div style="line-height: 10px; height: 15px; clear: both; "> </div> </div> </div> <div id="footer"> <script src="/html/inc/foot.js" type="text/javascript"></script> </div> </div> </body> <script src="https://libs.baidu.com/jquery/1.11.1/jquery.min.js"></script> <script src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> <script> //******************* $.post("https://news.sciencenet.cn/html/c.aspx?id=534543&com=1" , function (data) { if (data != "") { document.getElementById('commd').innerHTML=data; } }); //****************** var url=encodeURIComponent(location.href); $.ajax({ type : "get", url : "https://wap.sciencenet.cn/api/jssdk.php?url="+url,//替换网址,xxx根据自己jssdk文件位置修改 dataType : "jsonp", jsonp: "callback", jsonpCallback:"success_jsonpCallback", success : function(data){ wx.config({ debug: false, appId: data.appId, timestamp: data.timestamp, nonceStr: data.nonceStr, signature: data.signature, jsApiList: [ "onMenuShareTimeline", //分享给好友 "onMenuShareAppMessage", //分享到朋友圈 "onMenuShareQQ", //分享到QQ "onMenuShareWeibo" //分享到微博 ] }); }, error:function(data){ } }); wx.ready(function (){ var shareData = { title: '科学网-《自然》(20241121出版)一周论文导读', desc: '科学网-《自然》(20241121出版)一周论文导读',//这里请特别注意是要去除html link:location.href, imgUrl: 'https://news.sciencenet.cn/images/logo300.png' }; wx.onMenuShareAppMessage(shareData); wx.onMenuShareTimeline(shareData); wx.onMenuShareQQ(shareData); wx.onMenuShareWeibo(shareData); }); window.onload = function(){ if (typeof WeixinJSBridge == "undefined"){ if( document.addEventListener ){ document.addEventListener('MenuShareTimeline', WeiXinShareBtn, false); }else if (document.attachEvent){ document.attachEvent('MenuShareTimeline', WeiXinShareBtn); document.attachEvent('onMenuShareTimeline', WeiXinShareBtn); } }else{ //WeiXinShareBtn(); } }; </script> </html>