C and δ18O is of significant importance for the reconstruction of the Earth’s climate history. A key challenge in paleoclimatology is finding a suitable method to represent the correlated fluctuation system between δ13C and δ18O. The method must be able to handle data sets with missing or inaccurate values, while still retaining the full range of dynamic information about the system. The non-linear and complex correlations between δ13C and δ18O poses a challenge in developing reliable and interpretable approaches. The transition network, which involves embedding the δ13C and δ18O sequence into the network using phase space reconstruction, is a coarse-grained based approach. This approach is well-suited to nonlinear, complex dynamic systems, and is particularly adept at emerging knowledge from low-quality datasets. We have effectively represented the fluctuations in the correlation between δ13C and δ18O since 66 million years ago (Ma) using a system of complex network. This system, which has topological dynamical structures, is able to uncover the stable modes and key patterns in Cenozoic climate dynamics. Our findings could help to improve climate models and predictions of future climate change.

","articleId":62253,"qiUrl_en":"https://journal.hep.com.cn/gsf/EN/Y2024/V15/I4","risUrl_en":"https://journal.hep.com.cn/gsf/EN/article/getTxtFile.do?fileType=Ris&id=62253","authorNotesCorrespEn":["* E-mail address: whycht@126.com"],"hasPdf":"false"}}; if(metaData && metaData.article && metaData.article.abstractEn && !metaData.article.highlightEn){ if(metaData.article.abstractEn.match(/^

\s*\s*\s*.*?<\/ItemContent>\s*<\/ListItem>\s*<\/List>\s*<\/p>/g)){ //metaData.article.highlightEn = metaData.article.abstractEn.substring(0,metaData.article.abstractEn.indexOf("

")+"

".length); var _abstractEn = metaData.article.abstractEn; metaData.article.abstractEn = metaData.article.abstractEn.replace(/^

\s*\s*\s*.*?<\/ItemContent>\s*<\/ListItem>\s*<\/List>\s*<\/p>/g,""); metaData.article.highlightEn = _abstractEn.substring(0,_abstractEn.indexOf(metaData.article.abstractEn)); } } new mag_vue({ el: '#metaVue', //dataUrl: mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do?articleId='+$("#articleId").val(), data:metaData, loading:true, doTextFun:function(text){ return doDataJsonText(text,metaData); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); var pars = {attachType:'PDF',id:$("#articleId").val(),json:true}; jQuery.post($("#mag-common-contextPath").val()+"/EN/article/showArticleFile.do?" + new Date().getTime(), pars, function(data){ var json=null; if(data.match(/^\[json\].*/g)){ json=eval("("+data.replace(/^\[json\]/g,"")+")"); } if(json && json.status == 1){ //有权限 }else{ //无权限 $("#no-access-div").show(); } }); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJsonToken.do', data:{articleId:$("#articleId").val()}, dataType:"json", async:false, success:function(jsonToken){ mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/getRichHtmlJson.do', data:{articleId:$("#articleId").val(),token:jsonToken.token,referer:document.referrer}, dataType:"json", async:false, success:function(json){ if(json.article){ if(json.article.body && json.article.body.secL && json.article.body.secL.length && json.article.body.secL.length>0){ //隐藏掉第一段标题=‘Contents’的sec var sec = json.article.body.secL[0]; if(sec.type=='sec' && $.trim(sec.title)=='Contents'){ json.article.body.secL.splice(0,1); } } new mag_vue({ el: '#bodyVue', data:json, doTextFun:function(text){ return doDataJsonText(text,json); }, doAfterFun:function(selector,jsonData){doMagVueAfter(selector,jsonData);} }); //去掉参考文献label中多余的中括号 $(".main_content_center_left_one_cankaowenxian_tab_td").each(function(){ $(this).html($(this).html().replace(/(\[)+/g,'[').replace(/(\])+/g,']')); }); //将uri标签变成a链接 $("uri").each(function(){ var href = $(this).html(); var uriA = document.createElement("a"); uriA.setAttribute("href",href); uriA.setAttribute("target","_blank"); uriA.innerHTML=href; $(this)[0].parentNode.replaceChild(uriA,$(this)[0]); }); } } }); } }); //footnote $(".mag-xml-fn-sub").click(function(){ var uuid = $(this).attr("id").replace("mag-xml-fn-sub-",""); var contentId = "mag-xml-fn-content-"+uuid; piaofuFn(this,contentId); }); //altmetric if($.trim($("#article_doi").val())!=''){ mag_ajax({ url:mag_currentQikanUrl()+"/EN/article/getArticleAltmetricToken.do", data:{articleId:$("#articleId").val()}, dataType:"json", success:function(jsonToken){ mag_ajax({ url:mag_currentQikanUrl()+"/EN/article/getArticleAltmetric.do", data:{articleId:$("#articleId").val(),token:jsonToken.token}, dataType:"json", success:function(json){ if(json && json.request && json.request.doi){ window.altmetric_request=json.request; $.ajax({ url:'https://api.altmetric.com/v1/doi/'+$.trim(json.request.doi)+'?callback=altmetric_callback', dataType:'jsonp', jsonp:'callback', jsonpCallback:'altmetric_callback' }); } if(json && json.request && json.request.current_art){ // }else if(json && json.score){ showAltmetric(json.score,json.detailsUrl); } } }); } }); } //console.log("111="+new Date()); mag_rich_menu(jQuery); $(function(){ $('#autoMenu').autoMenu(); }) $("#autoMenu").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); $("#relatedArticles").niceScroll({ cursorcolor: "#ccc", //滚动条的颜色 cursoropacitymax: 0, //滚动条的透明度,从0-1 touchbehavior: false, //使光标拖动滚动像在台式电脑触摸设备 true滚动条拖动不可用 cursorwidth: "6px", //滚动条的宽度 单位默认px cursorborder: "0", // 游标边框css定义 cursorborderradius: "3px", //滚动条两头的圆角 autohidemode: true, //是否隐藏滚动条 true的时候默认不显示滚动条,当鼠标经过的时候显示滚动条 zindex: "auto", //给滚动条设置z-index值 railvalign:'defaul', railpadding: { top: 0, right: -6, left: 0, bottom: 0 }, //滚动条的位置 }); $('body').click(function(){ $('.daochu_div').hide(); $('.qipao').hide(); }) $('.qipao').click(function(event){ event.stopPropagation(); }) //console.log("2222="+new Date()); //加载补充材料 mag_ajax_update({ ele_id:'showArticle_suppls', url:mag_currentQikanUrl() + '/EN/article/showArticleSuppls.do', data:{articleId:$("#articleId").val()} }); //加载专题 mag_ajax_update({ ele_id:'showArticle_subjects', url:mag_currentQikanUrl() + '/EN/subject/showSubjectListByArticle.do', data:{articleId:$("#articleId").val(),forwardJsp:'showArticle'} }); //加载相关视频 mag_ajax_update({ ele_id:'showRelatedArticleVideos', url:mag_currentQikanUrl() + '/EN/article/showRelatedArticleVideos.do', data:{articleId:$("#articleId").val()} }); //表格th align属性因为跟boostrap相关样式冲突,没有起作用,这里写js让align起作用 $(".mag_table_wrap_tab_div_table th[align]").each(function(){ $(this).css("text-align",$(this).attr("align")); }); $(".mag_table_wrap_tab_div_table td[align]").each(function(){ $(this).css("text-align",$(this).attr("align")); }); $(".mag_table_wrap_tab_div_table th[valign]").each(function(){ $(this).css("vertical-align",$(this).attr("valign")); }); $(".mag_table_wrap_tab_div_table td[valign]").each(function(){ $(this).css("vertical-align",$(this).attr("valign")); }); //渲染公式 mag_mathJax(); //trendmd if($("#trendmd-journal-id") && $("#trendmd-journal-id").length && $("#trendmd-journal-id").length>0){ window.setTimeout(function(){ var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://js.trendmd.com/trendmd.min.js"; script.setAttribute("defer",""); script.setAttribute("data-trendmdconfig",'{"journal_id":"'+$("#trendmd-journal-id").val()+'", "element":"#trendmd-suggestions"}'); document.getElementsByTagName("head")[0].appendChild(script); },1); } window.autoMenuFlag=true; }); function altmetric_callback(json){ if(json && json.score){ //window.altmetric_request 信息提交到服务器 mag_ajax({ url:mag_currentQikanUrl()+"/CN/article/submitArticleAltmetricInfo.do", data:{articleId:window.altmetric_request.articleId,token:window.altmetric_request.token,altmetricInfo:JSON.stringify(json)}, errorAlert:false }); if(window.altmetric_request.current_art){ var score = json.score; if(json.score - parseInt(json.score) > 0){ showAltmetric(parseInt(json.score)+1,json.details_url); }else{ showAltmetric(parseInt(json.score),json.details_url); } } } } function showAltmetric(score,detailsUrl){ $("#altmetric-score").html(score); $(".main_content_center_right_duoweidu_div").css("width","25%"); $("#altmetric-a").show(); $("#altmetric-a").attr("href",detailsUrl); } function richClickAuthor(name){ mag_window_location(mag_currentQikanUrl() + "/EN/searchresult",{searchSQL:"((((" +name+ "[Author]) AND All[Journal]) AND 10[PageSize]) AND year[Order])"}); } function richClickKeyword(keyword){ mag_window_location(mag_currentQikanUrl() + "/EN/searchresult",{searchSQL:"((((" +keyword+ "[Keyword]) AND All[Journal]) AND 10[PageSize]) AND year[Order])"}); } function mag_share(){ $("#bShare_more_a").click(); } function loadRelatedArticles(){ if($("#showRelatedArticles") && $("#showRelatedArticles").length>0){ //加载过了 }else{ mag_loading(); mag_ajax_update({ ele_id:'relatedArticles-content', url:mag_currentQikanUrl() + '/EN/article/showRelatedArticles.do', data:{articleId:$("#articleId").val()}, complete:function(){ mag_layer_close(); } }); } } function showMetrics(){ mag_window_location(mag_currentQikanUrl() + '/EN/article/metrics.do?articleId='+$("#articleId").val()); } function piaofuFn(a,eleId){ var content='

'+$("#"+eleId).prop("innerHTML")+'
'; piaofu(a,content); } function huoqukuanduimg(){ // } function doDataJsonText(text,jsonData){ var s = text.replace(/$/g,"$");; var richHtmlJson = $("#article_richHtmlJson").val(); var nlmDir = richHtmlJson.replace(/\/[^\/]+$/,''); if(jsonData && jsonData.xmlDir){ nlmDir = jsonData.xmlDir; } s = s.replace(/\{\{article\.nlmDir\}\}/g,$("#mag-mainWebUrl").val()+"/"+nlmDir); //引用上标 var arr = s.match(/(\[|\()((\s|\,|;|\-|–|(–)|(–)|(–)|(<\/?sup>))*]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a><\/sup>(\s|\,|;|\-|–|(–)|(–)|(–)|(<\/?sup>))*)+(\]|\))/g); if(arr && arr.length>0){ for(var i=0;i.+/g)){ //加上标,并添中上标标识 var sa1 = ""+sa.replace(/<\/?sup>/g,"").replace(/(]*)? rid=\"[^<>]*\"( [^<>]*)?)>/g,"$1 sup-flag=\"true\">")+""; s = s.replace(sa,sa1); }else{ //去掉上标 var sa1 = sa.replace(/(]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g,"$1"); s = s.replace(sa,sa1); } } } var arr1 = s.match(/(]*)? rid=\"[^<>]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g); if(arr1 && arr1.length>0){ for(var i=0;i]*\"( [^<>]*)?>[^<>]+<\/a>)<\/sup>/g,"$1"); s = s.replace(sa,s1); } } } return s; } function doMagVueAfter(selector,jsonData){ var richHtmlJson = $("#article_richHtmlJson").val(); var magDir = richHtmlJson.replace(/\/[^\/]+$/,''); if(jsonData.xmlDir){ magDir = jsonData.xmlDir; } //处理fig $(selector + " .mag-rich-fig[magid]").each(function(){ var magId = $(this).attr("magid"); for(var j=0;j"; ss += ""; ss += ""; var shuomingTitle = ""; var shuomingContent = ''; if(fig.titleCn && fig.titleCn!=''){ shuomingTitle = fig.titleCn; if(fig.titleContentCn && fig.titleContentCn!=''){ shuomingContent += fig.titleContentCn; } } if(shuomingTitle==''){ if(fig.titleEn && fig.titleEn!=''){ shuomingTitle = fig.titleEn; } if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } }else{ if(fig.titleEn && fig.titleEn!=''){ shuomingContent += "

"+fig.titleEn+"

"; } if(fig.titleContentEn && fig.titleContentEn!=''){ shuomingContent += fig.titleContentEn; } } ss += '
'+shuomingTitle+'
'; if(shuomingContent!=''){ ss += shuomingContent; } ss += '
'; ss += '

Full size|PPT slide

'; $(this).html(ss); break; } } }); //处理表格 $(selector + " .mag_main_table[magid]").each(function(){ var magId = $(this).attr("magid"); for(var i=0;i"; } if(tab.titleContentEn && tab.titleContentEn!=''){ shuomingContent += tab.titleContentEn; } } ss += '
'+shuomingTitle+'
'; if(shuomingContent!=''){ ss += shuomingContent; } ss += ''; ss += ''; if(tab.table != ''){ ss += '
'; ss += doDataJsonText(tab.table); ss += '
'; } if(tab.footFnList && tab.footFnList.length>0){ ss += '
'; for(var j=0;j0){ for(var k=0;k"); mag_ajax({ url:mag_currentQikanUrl() + '/CN/article/showArticleAiQuickRead.do', data:{id:62253,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ window.setTimeout(function(){printQuickReadContentCn(result.remark)},1500); }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; }, errorAlert:false }); } } }else if(lang=='EN'){ $("#showArticle_quickread_cn").show(); $("#showArticle_quickread_en").hide(); $("#showArticle_quickread_content_cn").hide(); $("#showArticle_quickread_content_en").show(); }else{ window.newquickreadCn=true; $('.main_content_center_right').hide(); $("#showArticle_quickread").show(300); $("#showArticle_quickread_cn").show(); $("#showArticle_quickread_en").hide(); $("#showArticle_quickread_content_cn").hide(); $("#showArticle_quickread_content_en").show(); if(window.quickreadEnDoing){ // }else{ window.quickreadEnDoing=true; $("#showArticle_quickread_content_en").html(""); mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/showArticleAiQuickRead.do', data:{id:62253,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ window.setTimeout(function(){printQuickReadContentEn(result.remark)},1500); }else{ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; }, errorAlert:false }); } } } function closeQuickread(){ $("#showArticle_quickread").hide(300); $('.main_content_center_right').show(); } function printQuickReadContentEn(remark){ mag_ajax({ url:mag_currentQikanUrl() + '/EN/article/showArticleAiQuickRead.do', data:{remark:remark,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ if(result.content){ var md = new remarkable.Remarkable({html:true}); $("#showArticle_quickread_content_en").html(md.render(result.content+"")); } if(result.complete){ if(result.content && $.trim(result.content)!=''){ //正常内容 $("#showArticle_quickread_content_en .ai_print").hide(); }else{ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); } window.quickreadEnDoing=false; }else{ window.setTimeout(function(){printQuickReadContentEn(remark)},1500); } }else{ // $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_en").html("The system is busy, please try again later."); window.quickreadEnDoing=false; }, errorAlert:false }); } function printQuickReadContentCn(remark){ mag_ajax({ url:mag_currentQikanUrl() + '/CN/article/showArticleAiQuickRead.do', data:{remark:remark,sointech:'true'}, dataType:'json', success:function(result){ if(result.code == 200){ if(result.content){ var md = new remarkable.Remarkable({html:true}); $("#showArticle_quickread_content_cn").html(md.render(result.content+"")); } if(result.complete){ if(result.content && $.trim(result.content)!=''){ //正常内容 $("#showArticle_quickread_content_cn .ai_print").hide(); }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); } window.quickreadCnDoing=false; }else{ window.setTimeout(function(){printQuickReadContentCn(remark)},1500); } }else{ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; } }, error:function(){ $("#showArticle_quickread_content_cn").html("The system is busy, please try again later."); window.quickreadCnDoing=false; }, errorAlert:false }); } function showOutline(lang){ if(lang=='CN'){ mag_layer({ type:4, title:' AI Mindmap
Note: Please note that the content below is AI-generated. Frontiers Journals website shall not be held liable for any consequences associated with the use of this content.
', src:mag_currentQikanUrl() + '/CN/article/showArticleOutline.do?id=62253', width:'85%' }); }else{ mag_layer({ type:4, title:' AI Mindmap
Note: Please note that the content below is AI-generated. Frontiers Journals website shall not be held liable for any consequences associated with the use of this content.
', src:mag_currentQikanUrl() + '/EN/article/showArticleOutline.do?id=62253', width:'85%' }); } }

Tracking δ13C and δ18O fluctuations uncovers stable modes and key patterns of paleoclimate

Shifeng Sun, Haiying Wang, Yongjian Huang

Geoscience Frontiers ›› 2024, Vol. 15 ›› Issue (4) : 101805.

Geoscience Frontiers ›› 2024, Vol. 15 ›› Issue (4) : 101805. DOI: 10.1016/j.gsf.2024.101805

Tracking δ13C and δ18O fluctuations uncovers stable modes and key patterns of paleoclimate

Author information +
History +
Published
01 Jul 2024
Issue Date
23 Mar 2025

Abstract

The examination of fluctuations in the correlations between δ13C and δ18O is of significant importance for the reconstruction of the Earth’s climate history. A key challenge in paleoclimatology is finding a suitable method to represent the correlated fluctuation system between δ13C and δ18O. The method must be able to handle data sets with missing or inaccurate values, while still retaining the full range of dynamic information about the system. The non-linear and complex correlations between δ13C and δ18O poses a challenge in developing reliable and interpretable approaches. The transition network, which involves embedding the δ13C and δ18O sequence into the network using phase space reconstruction, is a coarse-grained based approach. This approach is well-suited to nonlinear, complex dynamic systems, and is particularly adept at emerging knowledge from low-quality datasets. We have effectively represented the fluctuations in the correlation between δ13C and δ18O since 66 million years ago (Ma) using a system of complex network. This system, which has topological dynamical structures, is able to uncover the stable modes and key patterns in Cenozoic climate dynamics. Our findings could help to improve climate models and predictions of future climate change.

Keywords

Cenozoic climate dynamics / Correlation analysis / Complex network / Coarse-grained methods / Phase space reconstruction

Cite this article

Download citation ▾
Shifeng Sun, Haiying Wang, Yongjian Huang. Tracking δ13C and δ18O fluctuations uncovers stable modes and key patterns of paleoclimate. Geoscience Frontiers, 2024, 15(4): 101805 https://doi.org/10.1016/j.gsf.2024.101805

References

I. Bailey, G.M. Hole, G.L. Foster, P.A. Wilson, C.D. Storey, C.N. Trueman, M.E. Raymo. An alternative suggestion for the Pliocene onset of major northern hemisphere glaciation based on the geochemical provenance of North Atlantic Ocean ice-rafted debris. Quat. Sci. Rev., 75 (2013), pp. 181-194,
CrossRef Google scholar
C. Basak, E.E. Martin. Antarctic weathering and carbonate compensation at the Eocene-Oligocene transition. Nat. Geosci., 6 (2013), pp. 121-124,
CrossRef Google scholar
P.J. Bickel, A. Chen. A nonparametric view of network models and Newman-Girvan and other modularities. Proc. Natl. Acad. Sci. U.S.A., 106 (2009), pp. 21068-21073,
CrossRef Google scholar
N. Boers, J. Kurths, N. Marwan. Complex systems approaches for Earth system data analysis. J. Phys.-Complex., 2 (2021), p. 011001,
CrossRef Google scholar
N. Bouttes, D.M. Roche, D. Paillard. Systematic study of the impact of fresh water fluxes on the glacial carbon cycle. Clim. Past., 8 (2012), pp. 589-607,
CrossRef Google scholar
U. Brandes. A faster algorithm for betweenness centrality. J. Math. Sociol., 25 (2001), pp. 163-177,
CrossRef Google scholar
J.D. Bridges, J.A. Tarduno, R.D. Cottrell, T.D. Herbert. Rapid strengthening of westerlies accompanied intensification of Northern Hemisphere glaciation. Nat. Commun., 14 (2023), p. 3905,
CrossRef Google scholar
W. Cao, D. Xi, M.C. Melinte-Dobrinescu, T. Jiang, S.W. Wise, X. Wan. Calcareous nannofossil changes linked to climate deterioration during the Paleocene-Eocene thermal maximum in Tarim Basin, NW China. Geosci. Front., 9 (2018), pp. 1465-1478,
CrossRef Google scholar
S. Cauvy-Fraunié, T. Condom, A. Rabatel, M. Villacis, D. Jacobsen, O. Dangles. Technical note: glacial influence in tropical mountain hydrosystems evidenced by the diurnal cycle in water levels. Hydrol. Earth Syst. Sci., 17 (2013), pp. 4803-4816,
CrossRef Google scholar
P. Cornuault, T. Westerhold, H. Pälike, T. Bickert, K.H. Baumann, M. Kucera. Nature and origin of variations in pelagic carbonate production in the tropical ocean since the mid-Miocene (ODP Site 927). Biogeosciences, 20 (2023), pp. 597-618,
CrossRef Google scholar
L.J. Cotton, P.N. Pearson. Extinction of larger benthic foraminifera at the Eocene/Oligocene boundary. Paleogeogr. Paleoclimatol. Paleoecol., 311 (2011), pp. 281-296,
CrossRef Google scholar
H.K. Coxall, P.A. Wilson, H. Pälike, C.H. Lear, J. Backman. Rapid stepwise onset of Antarctic glaciation and deeper calcite compensation in the Pacific Ocean. Nature, 433 (2005), pp. 53-57,
CrossRef Google scholar
D. De Vleeschouwer, A.J. Drury, M. Vahlenkamp, F. Rochholz, D. Liebrand, H. Pälike. High-latitude biomes and rock weathering mediate climate–carbon cycle feedbacks on eccentricity timescales. Nat. Commun., 11 (2020), p. 5013,
CrossRef Google scholar
G. Fasano, A. Franceschini. A multidimensional version of the Kolmogorov-Smirnov test. Mon. Not. Roy. Astron. Soc., 225 (1987), pp. 155-170,
CrossRef Google scholar
M. Gallegati. A systematic wavelet-based exploratory analysis of climatic variables. Clim. Change, 148 (2018), pp. 325-338,
CrossRef Google scholar
E.G.W. Gasson, R.M. DeConto, D. Pollard, C.D. Clark. Numerical simulations of a kilometre-thick Arctic ice shelf consistent with ice grounding observations. Nat. Commun., 9 (2018), p. 1510,
CrossRef Google scholar
D.F. Gleich. PageRank beyond the Web. SIAM Rev., 57 (2015), pp. 321-363,
CrossRef Google scholar
M. Harzhauser, M. Peresson, C. Benold, O. Mandic, S. Ćorić, G.J.D. Lange. Environmental shifts in and around Lake Pannon during the Tortonian Thermal Maximum based on a multi-proxy record from the Vienna Basin (Austria, Late Miocene, Tortonian). Paleogeogr. Paleoclimatol. Paleoecol., 610 (2023), p. 111332,
CrossRef Google scholar
D.J. Hill, A.M. Haywood, P.J. Valdes, J.E. Francis, D.J. Lunt, B.S. Wade, V.C. Bowman. Paleogeographic controls on the onset of the Antarctic circumpolar current. Geophys. Res. Lett., 40 (2013), pp. 5199-5204,
CrossRef Google scholar
P. Hu, T. Mei. Ranking influential nodes in complex networks with structural holes. Physica A, 490 (2018), pp. 624-631,
CrossRef Google scholar
M. Jolivet, P. Boulvais. Global significance of oxygen and carbon isotope compositions of pedogenic carbonates since the Cretaceous. Geosci. Front., 12 (2021), p. 101132,
CrossRef Google scholar
S.M. Jones, M. Hoggett, S.E. Greene, T. Dunkley Jones. Large Igneous Province thermogenic greenhouse gas flux could have initiated Paleocene-Eocene Thermal Maximum climate change. Nat. Commun., 10 (2019), p. 5547,
CrossRef Google scholar
J.J. Lindsay, H.S.R. Hughes, C.M. Yeomans, J.C.Ø. Andersen, I. McDonald. A machine learning approach for regional geochemical data: platinum-group element geochemistry vs geodynamic settings of the North Atlantic Igneous Province. Geosci. Front., 12 (2021), p. 101098,
CrossRef Google scholar
J. Longman, B.J.W. Mills, Y. Donnadieu, Y. Goddéris. Assessing volcanic controls on Miocene climate change. Geophys. Res. Lett., 49 (2022),
CrossRef Google scholar
X. Ma, W. Ma, J. Tian, J. Yu, E. Huang. Ice sheet and terrestrial input impacts on the 100-kyr ocean carbon cycle during the Middle Miocene. Glob. Planet. Change, 208 (2022), p. 103723,
CrossRef Google scholar
N. Marwan, M. Carmen Romano, M. Thiel, J. Kurths. Recurrence plots for the analysis of complex systems. Phys. Rep.-Rev. Sec. Phys. Lett., 438 (2007), pp. 237-329,
CrossRef Google scholar
K. Morita. A fine-grained distinction of coarse graining. Eur. J. Philos. Sci., 13 (2023), p. 12,
CrossRef Google scholar
A.D. Myers, M.M. Chumley, F.A. Khasawneh, E. Munch. Persistent homology of coarse-grained state-space networks. Phys. Rev. E., 107 (2023), p. 034303,
CrossRef Google scholar
P. Nowack, J. Runge, V. Eyring, J.D. Haigh. Causal networks for climate model evaluation and constrained projections. Nat. Commun., 11 (2020), p. 1415,
CrossRef Google scholar
J. Okuno, H. Miura. Last deglacial relative sea level variations in Antarctica derived from glacial isostatic adjustment modelling. Geosci. Front., 4 (2013), pp. 623-632,
CrossRef Google scholar
Rohling, E.J., Hibbert, F.D., Williams, F.H., Grant, K.M., Marino, G., Foster, G.L., Hennekam, R., Lange, G.J.d., Roberts, A.P., Yu, J., Webster, J.M., Yokoyama, Y., 2017. Differences between the last two glacial maxima and implications for ice-sheet, δ18O, and sea-level reconstructions. Quat. Sci. Rev. 176, 1–28. doi:10.1016/j.quascirev.2017.09.009.
J. Runge, S. Bathiany, E. Bollt, G. Camps-Valls, D. Coumou, E. Deyle, C. Glymour, M. Kretschmer, M.D. Mahecha, J. Muñoz-Marí, E.H. Van Nes, J. Peters, R. Quax, M. Reichstein, M. Scheffer, B. Schölkopf, P. Spirtes, G. Sugihara, J. Sun, K. Zhang, J. Zscheischler. Inferring causation from time series in Earth system sciences. Nat. Commun., 10 (2019), p. 2553,
CrossRef Google scholar
J. Runge, P. Nowack, M. Kretschmer, S. Flaxman, D. Sejdinovic. Detecting and quantifying causal associations in large nonlinear time series datasets. Sci. Adv., 5 (2019), p. 4996,
CrossRef Google scholar
J. Saramaki, M. Kivela, J.P. Onnela, K. Kaski, J. Kertesz. Generalizations of the clustering coefficient to weighted complex networks. Phys. Rev. E., 75 (2007), p. 027105,
CrossRef Google scholar
J.F. Spray, S.M. Bohaty, A. Davies, I. Bailey, B.W. Romans, M.J. Cooper, J.A. Milton, P.A. Wilson. North Atlantic evidence for a unipolar icehouse climate state at the Eocene-Oligocene transition. Paleoceanogr. Paleoclimatol., 34 (2019), pp. 1124-1138,
CrossRef Google scholar
K. Takemoto, C. Oosawa, T. Akutsu. Structure of n-clique networks embedded in a complex network. Physica A, 380 (2007), pp. 665-672,
CrossRef Google scholar
D.J. Thomas, T.J. Bralower. Sedimentary trace element constraints on the role of North Atlantic Igneous Province volcanism in late Paleocene-early Eocene environmental change. Mar. Geol., 217 (2005), pp. 233-254,
CrossRef Google scholar
R. Tomás, Z. Li, J.M. Lopez-Sanchez, P. Liu, A. Singleton. Using wavelet tools to analyse seasonal variations from InSAR time-series data: a case study of the Huangtupo landslide. Landslides, 13 (2016), pp. 437-450,
CrossRef Google scholar
S.K. Turner. Pliocene switch in orbital-scale carbon cycle/climate dynamics: Pliocene carbon cycle switch. Paleoceanography, 29 (2014), pp. 1256-1266,
CrossRef Google scholar
M. Wang, L. Tian. From time series to complex networks: the phase space coarse graining. Physica A, 461 (2016), pp. 456-468,
CrossRef Google scholar
H. Weng, A. Maleki, L. Zheng. Overcoming the limitations of phase transition by higher order analysis of regularization techniques. Ann. Stat., 46 (2018), pp. 3099-3129,
CrossRef Google scholar
T. Westerhold, N. Marwan, A.J. Drury, D. Liebrand, C. Agnini, E. Anagnostou, J.S.K. Barnet, S.M. Bohaty, D. De Vleeschouwer, F. Florindo, T. Frederichs, D.A. Hodell, A.E. Holbourn, D. Kroon, V. Lauretano, K. Littler, L.J. Lourens, M. Lyle, H. Pälike, U. Röhl, J. Tian, R.H. Wilkens, P.A. Wilson, J.C. Zachos. An astronomically dated record of Earth’s climate and its predictability over the last 66 million years. Science, 369 (2020), pp. 1383-1387,
CrossRef Google scholar
Y. Xiang, J. Ding, V. Tarokh. Evolutionary spectra based on the multitaper method with application to stationarity test. 2018 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Calgary, AB (2018), pp. 3994-3998,
CrossRef Google scholar
C. Zhang, Z. Guo. Clay mineral changes across the Eocene-Oligocene transition in the sedimentary sequence at Xining occurred prior to global cooling. Paleogeogr. Paleoclimatol. Paleoecol., 411 (2014), pp. 18-29,
CrossRef Google scholar
J. Zhang, J. Zhou, M. Tang, H. Guo, M. Small, Y. Zou. Constructing ordinal partition transition networks from multivariate time series. Sci. Rep., 7 (2017), p. 7795,
CrossRef Google scholar
Y. Zou, R.V. Donner, N. Marwan, J.F. Donges, J. Kurths. Complex network approaches to nonlinear time series analysis. Phys. Rep.-Rev. Sec. Phys. Lett., 787 (2019), pp. 1-97,
CrossRef Google scholar

Accesses

Citations

Detail

Sections
Recommended

/