CINXE.COM
China Petroleum Exploration
<!doctype html> <HTML xmlns:mml="http://www.w3.org/1998/Math/MathML"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--<meta name="viewport" content="width=device-width, initial-scale=1">--> <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! --> <TITLE>China Petroleum Exploration</TITLE> <script language="javascript" src="http://www.cped.cn/js/prototype.js"></script> <script language="javascript" src="http://www.cped.cn/js/jquery/jquery.min.js"></script> <script language="javascript" src="http://www.cped.cn/js/modelDialog1.js"></script> <script language="javascript" src="http://www.cped.cn/js/layer2.1/layer.js"></script> <script language="javascript" src="http://www.cped.cn/js/drag.js"></script> <script language="javascript" src="http://www.cped.cn/js/store.js"></script> <script language="javascript" src="http://www.cped.cn/js/download_EN.js"></script> <LINK rel=stylesheet type=text/css href="http://www.cped.cn/js/manu/lrtk.css"> <script language="javascript" src="http://www.cped.cn/js/manu/manu.js"></script> <!--图片显示 弹出窗口--> <link rel="stylesheet" href="http://www.cped.cn/js/colorbox/colorbox.css" /> <script src="http://www.cped.cn/js/colorbox/jquery.colorbox.js"></script> <!--图片显示 弹出窗口 结束--> <script> MathJax = { tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }, svg: { fontCache: 'global' } }; </script> <script type="text/javascript" id="MathJax-script" async src="http://www.cped.cn/js/mathJax3.0/tex-mml-chtml.js"></script> <script language="javascript"> $(document).ready(function(){ //$(".figureClass").colorbox({rel:'figureClass', transition:"none", width:"80%", height:"80%"}); }); function collectArticle(id){ var url = window.location.href; jQuery.ajax({ url: "http://www.cped.cn/EN/user/addCollectArticle.do", data: { "articleId": id, "url": url }, type: "post", success: function(res) { if (res == "true") { alert("Sucess to collect!"); } else if (res == "false") { alert("This article has been collected!"); } else if (res.length > 5) { window.location.href = "http://www.cped.cn/EN/user/userInfo_en.jsp?url=" + res; } else { alert("Fail to collect this article!"); window.location.reload(); } }, error: function() { alert("Fail to collect this article!"); } }); } //可视化开始 $(document).ready(function(){ var arrSpan=$("[id^='span_visual_article_']"); if(arrSpan && arrSpan.length && arrSpan.length>0 ){ for(var i=0;i<arrSpan.length;i++){ var articleID=arrSpan[i].id.toString().replace("span_visual_article_",""); jQuery.getJSON("http://www.cped.cn/EN/lexeme/existsCnctstInArticle.do?articleID="+articleID, null, function(json){ if(json.result){ $("#span_visual_article_"+json.articleID).show(); } }); } } }); //可视化结束 //选中文章 文章块 变色 function hightlightrowaction(rowid) { var thisrow = $("#"+rowid); if ($(thisrow).hasClass("selectedrow")) { $(thisrow).removeClass("selectedrow"); $(thisrow).addClass("noselectrow"); } else { $(thisrow).addClass("selectedrow"); $(thisrow).removeClass("noselectrow"); } } function getScroll() { var t, l, w, h; 11. if (document.documentElement && document.documentElement.scrollTop) { t = document.documentElement.scrollTop; l = document.documentElement.scrollLeft; w = document.documentElement.scrollWidth; h = document.documentElement.scrollHeight; } else if (document.body) { t = document.body.scrollTop; l = document.body.scrollLeft; w = document.body.scrollWidth; h = document.body.scrollHeight; } return { t: t, l: l, w: w, h: h }; } function isready1(){ var flag=0; var obj = document.getElementsByName('pid'); for(var i= 0;i<obj.length;i++){ if(obj[i].checked){ flag=1; break; } } if(flag==0){ alert("Please select article!"); return false; } var form = document.getElementById("AbstractList"); form.action="../article/uniteZhaiYao.do"; form.submit(); } function selectall(argu,checkBoxName){ var obj = document.getElementsByName(checkBoxName); for(var i= 0;i<obj.length;i++){ obj[i].checked = argu.checked; //hightlightrowaction('art'+obj[i].value); var thisrow = $("#art"+obj[i].value); if(obj[i].checked){ if (!$(thisrow).hasClass("selectedrow")) { $(thisrow).addClass("selectedrow"); $(thisrow).removeClass("noselectrow"); } }else{ if ($(thisrow).hasClass("selectedrow")) { $(thisrow).removeClass("selectedrow"); $(thisrow).addClass("noselectrow"); } } } } //文章图片显示隐藏用 function togthumb() { $(".apwrap").toggleClass("hiden"); if($('.apwrap').hasClass('hiden')) $("#thumbtn").attr("src", "http://www.cped.cn/images/sele_pic2.png"); else $("#thumbtn").attr("src", "http://www.cped.cn/images/sele_pic1.png"); } //导出 function downloadCitations(type){ var flag=0; var ids=""; var obj = document.getElementsByName('pid'); for(var i= 0;i<obj.length;i++){ if(obj[i].checked){ flag=1; ids+=obj[i].value+","; } } if(flag==0){ alert("Please select article!"); return false; } window.location.href="http://www.cped.cn/EN/article/getTxtFiles.do?fileType="+type+"&articleIds="+ids; } function DrawImage(ImgD,FitWidth,FitHeight){ var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ if(image.width/image.height>= FitWidth/FitHeight){ if(image.width>FitWidth){ ImgD.width=FitWidth; ImgD.height=(image.height*FitWidth)/image.width; }else{ ImgD.width=image.width; ImgD.height=image.height; } } else{ if(image.height>FitHeight){ ImgD.height=FitHeight; ImgD.width=(image.width*FitHeight)/image.height; }else{ ImgD.width=image.width; ImgD.height=image.height; } } } } </SCRIPT> <style type="text/css"> .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #D8D8D8; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); } .waiting_content { display: none; position: absolute; top: 15%; left: 25%; width: 50%; padding: 16px; border: 1px solid orange; background-color: white; z-index:1002; overflow: auto; } </style> <!-- 浮动广告开始--> <SCRIPT type=text/javascript> function hidead() { document.getElementById("ad1").style.display="none"; } function addEvent(obj,evtType,func,cap){ cap=cap||false; if(obj.addEventListener){ obj.addEventListener(evtType,func,cap); return true; }else if(obj.attachEvent) { if(cap){ obj.setCapture(); return true; }else{ return obj.attachEvent("on" + evtType,func); } }else{ return false; } } function getPageScroll(){ var xScroll,yScroll; if (self.pageXOffset) { xScroll = self.pageXOffset; } else if (document.documentElement && document.documentElement.scrollLeft){ xScroll = document.documentElement.scrollLeft; } else if (document.body) { xScroll = document.body.scrollLeft; } if (self.pageYOffset) { yScroll = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop){ yScroll = document.documentElement.scrollTop; } else if (document.body) { yScroll = document.body.scrollTop; } arrayPageScroll = new Array(xScroll,yScroll); return arrayPageScroll; } function GetPageSize(){ var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = document.body.scrollWidth; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHeight){ xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } var windowWidth, windowHeight; if (self.innerHeight) { windowWidth = self.innerWidth; windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } if(yScroll < windowHeight){ pageHeight = windowHeight; } else { pageHeight = yScroll; } if(xScroll < windowWidth){ pageWidth = windowWidth; } else { pageWidth = xScroll; } arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight) return arrayPageSize; } var AdMoveConfig=new Object(); AdMoveConfig.IsInitialized=false; AdMoveConfig.ScrollX=0; AdMoveConfig.ScrollY=0; AdMoveConfig.MoveWidth=0; AdMoveConfig.MoveHeight=0; AdMoveConfig.Resize=function(){ var winsize=GetPageSize(); AdMoveConfig.MoveWidth=winsize[2]; AdMoveConfig.MoveHeight=winsize[3]; AdMoveConfig.Scroll(); } AdMoveConfig.Scroll=function(){ var winscroll=getPageScroll(); AdMoveConfig.ScrollX=winscroll[0]; AdMoveConfig.ScrollY=winscroll[1]; } addEvent(window,"resize",AdMoveConfig.Resize); addEvent(window,"scroll",AdMoveConfig.Scroll); function AdMove(id){ if(!AdMoveConfig.IsInitialized){ AdMoveConfig.Resize(); AdMoveConfig.IsInitialized=true; } var obj=document.getElementById(id); obj.style.position="absolute"; var W=AdMoveConfig.MoveWidth-obj.offsetWidth; var H=AdMoveConfig.MoveHeight-obj.offsetHeight; var x = W*Math.random(),y = H*Math.random(); var rad=(Math.random()+1)*Math.PI/6; var kx=Math.sin(rad),ky=Math.cos(rad); var dirx = (Math.random()<0.5?1:-1), diry = (Math.random()<0.5?1:-1); var step = 1; var interval; this.SetLocation=function(vx,vy){x=vx;y=vy;} this.SetDirection=function(vx,vy){dirx=vx;diry=vy;} obj.CustomMethod=function(){ obj.style.left = (x + AdMoveConfig.ScrollX) + "px"; obj.style.top = (y + AdMoveConfig.ScrollY) + "px"; rad=(Math.random()+1)*Math.PI/6; W=AdMoveConfig.MoveWidth-obj.offsetWidth; H=AdMoveConfig.MoveHeight-obj.offsetHeight; x = x + step*kx*dirx; if (x < 0){ dirx = 1;x = 0;kx=Math.sin(rad);ky=Math.cos(rad); } if (x > W){ dirx = -1;x = W;kx=Math.sin(rad);ky=Math.cos(rad); } y = y + step*ky*diry; if (y < 0){ diry = 1;y = 0;kx=Math.sin(rad);ky=Math.cos(rad); } if (y > H){ diry = -1;y = H;kx=Math.sin(rad);ky=Math.cos(rad); } } this.Run=function(){ var delay = 10; interval=setInterval(obj.CustomMethod,delay); obj.onmouseover=function(){clearInterval(interval);} obj.onmouseout=function(){interval=setInterval(obj.CustomMethod, delay);} } } </SCRIPT> <DIV id=ad1 style="Z-INDEX: 5"> </DIV> <SCRIPT type=text/javascript> var ad1=new AdMove("ad1"); ad1.Run(); //多组漂浮 //var ad1=new AdMove("ad2"); //ad2.Run(); </SCRIPT> <!--漂浮结束--> <script language="javascript"> $(document).ready(function () { $("#online_first").load("../article/showAsapSimple.do"); $("#zuixin").load("../article/showNewArticleSimple.do"); $("#guokan").load("../article/showOldVolumnSimple.do"); $("#featured_articles").load("../article/showHotArticleSimple.do"); $("#most_downloader").load("../article/showDownloadTopListSimple.do?year=0"); $("#most_browse").load("../article/showBrowseTopListSimple.do?year=0"); $("#most_cited").load("../article/showBeiyincishuTopSimple.do"); $("#qizhuanji").load("../article/showSpecialIssues_simple.do"); $("#wenzhang_lanmu").load("../article/showChannelListSimple.do"); $("#xunizhuanti").load("../subject/listSubjectSimple.do"); $("#xw_en").load("../model/xwgg_en.htm"); }); </script> <link href="http://www.cped.cn/js/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="http://www.cped.cn/images/1672-7703/css/css.css"> <script src="http://www.cped.cn/js/bootstrap/js/bootstrap.min.js"></script> <link rel="stylesheet" href="http://www.cped.cn/js/bootstrap/css/font-awesome.min.css"> <!--兼容性问题--> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </HEAD> <!--本页所执行的功能已经写入过滤器,但很多vm调用此页,因本此页暂不能删除 --> <BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <!--头部--> <script src='https://tongji.journalreport.cn/mstatistics.service.js' ></script><script>recordAdd('ea255d9c40774aad96c28c37913e6c9a')</script> <!--头部--> <div class="header"> <div class="banner"> <img src="http://www.cped.cn/images/1672-7703/images/banner.jpg"> </div> </div> <div class="daohang"> <div class="navbar site-nav"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand visible-xs" href=""></a> </div> <div class="navbar-collapse collapse" role="navigation"> <div class="niandate_en"> <script language="JavaScript"> function PageDate() { currentDate = new Date() with (currentDate) { day=getDay() month=getMonth() if (month==0){document.write('Jan. ')} if (month==1){document.write('Feb. ')} if (month==2){document.write('March ')} if (month==3){document.write('Apr. ')} if (month==4){document.write('May. ')} if (month==5){document.write('Jun. ')} if (month==6){document.write('Jul. ')} if (month==7){document.write('Aug. ')} if (month==8){document.write('Sept. ')} if (month==9){document.write('Oct. ')} if (month==10){document.write('Nov. ')} if (month==11){document.write('Dec. ')} this.document.write(getDate()+', '+getFullYear()) } } PageDate() </script> </div> <ul class="nav navbar-nav"> <li><a href="http://www.cped.cn/EN/1672-7703/home.shtml" class="site_nav_en">Home</a></li> <li><a href="http://www.cped.cn/EN/column/column1.shtml" class="site_nav_en">About Journal</a></li> <li><a href="http://www.cped.cn/EN/column/column2.shtml" class="site_nav_en">Editorial Board</a></li> <li><a href="http://www.cped.cn/EN/column/column3.shtml" class="site_nav_en">Instruction</a></li> <li><a href="http://www.cped.cn/EN/column/column4.shtml" class="site_nav_en">Publishing Ethics</a></li> <li><a href="http://www.cped.cn/EN/column/column6.shtml" class="site_nav_en">Subscription</a></li> <li><a href="http://www.cped.cn/EN/column/column5.shtml" class="site_nav_en">Contact Us</a></li> <li><a href="http://www.cped.cn/EN/alert/showAlertInfo.do" class="site_nav_en">Email Alert</a></li> <li><a href="http://www.cped.cn/CN/1672-7703/home.shtml" target="_blank" class="site_nav_en">中文</a></li> </ul> </div> </div> </div> <!--中间部分--> <div class="container"> <div class="row"> <!--左--> <div class="left-sidebar border"> <div class="qkxx"> <div class="qkxx_fm"><img src="http://www.cped.cn/fileup/1672-7703/COVER/volumn_20241115183308.jpg"></div> <div class="qkxx_xx"> ISSN 1672-7703<br> CN 11-5215/TE<br> Started in 1996 (Bimonthly) </div> </div> <div class="tab_list"> <div class="title_1">For Authors</div> <ul> <li><a href="http://www.cped.cn/Journalx_sykt/authorLogOn.action" target="_blank">» Manuscript Submission</a></li> <li><a href="../column/column8.shtml">» Download</a></li> </ul> </div> <div class="tab_list"> <div class="title_1">Reviewers</div> <ul> <li><a href="../column/column9.shtml">» Guidelines for Reviewers</a></li> <li><a href="http://www.cped.cn/Journalx_sykt/expertLogOn.action" target="_blank">» Online Peer Review</a></li> </ul> </div> <div class="tab_list"> <div class="title_1">Office</div> <ul> <li><a href="http://www.cped.cn/Journalx_sykt/editorInChiefLogOn.action" target="_blank">» Editor-in-chief</a></li> <li><a href="http://www.cped.cn/Journalx_sykt/editorLogOn.action" target="_blank">» Office Work</a></li> </ul> </div> <div class="tab_list"> <div class="title_1">User Center</div> <ul> <li><a href="../article/showBrowseTopList.do">» Most Read</a></li> <li><a href="../article/showBrowseTopList.do">» Most Downloaded</a></li> </ul> </div> </div> <!--左end--> <!--中--> <div class="center-sidebar"> <div class="js_1 border"> <div class="jskuan1"><IFRAME id="UserInfo" border=0 src="http://www.cped.cn/EN/article/quickSearch.do" width=100% height=36 scrolling=no frameborder=0 allowtransparency="true" ></IFRAME></div> <div class="jskuan2"><IFRAME id="UserInfo" border=0 src="http://www.cped.cn/EN/article/nianQiRapidSearch.jsp" width=100% height=36 scrolling=no frameborder=0 allowtransparency="true" ></IFRAME></div> </div> <!--文章部分--> <div class="current border"> <div class="column_title"> <h4>Current Issue</h4> <div class="dqtab"> <div class="njq">15 November 2024, Volume 29 Issue 6</div> <div class="syq"> <a href='../volumn/volumn_158.shtml'>Previous Issue</a> </div> </div> </div> <!--目录--> <div class="articles kuang"> <form id="AbstractList" action="../article/uniteZhaiYao.do" method=post target=_blank> <DIV id='art2251' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Chen Xuan, Liu Juntian, Zhang Hua, Lin Tong, Gou Hongguang, Cheng Yi, Guo Sen</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.001" class="biaoti">Accumulation Conditions of Deep tight sandstone Gas in Taipei Sag and Enlightenment and Significance of Exploration and Discovery of Yuetan 1H Well</a> </dd> <dd class="kmnjq"> 2024, 29(6): 1-16. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.001">Abstract</a> ( <FONT color=red> 334</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2252' class=noselectrow style="background:#FFFFFF;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Hou Yuting, Yang Zhaoyu, Zhang Zhongyi, Cheng Dangxing, Li Jihong, Liu Jiangyan, Zhang Yan</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.002" class="biaoti">Geological understanding and exploration potential of shale oil in the third submember of the seventh member of Yanchang Formation in Ordos Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 17-29. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.002">Abstract</a> ( <FONT color=red> 338</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2253' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Zhang Zhongmin, Zhang Faqiang, Cao Zhe, Lv Xueyan, Zhou Yu, Cheng Ming, Yan Jianzhao, Zhu Zengshuo, Su Yuping</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.003" class="biaoti">Hydrocarbon accumulation pattern and exploration potential in Ghardaia area,Oued Mya Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 30-42. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.003">Abstract</a> ( <FONT color=red> 39</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2254' class=noselectrow style="background:#FFFFFF;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Wu Jin, Liu Zhanguo, Zhu Chao, Gong Qingshun</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.004" class="biaoti">Reservoir characteristics and main controlling factors for high-quality beach bar sand bodies in deep formation in saline lake basins: a case study of Upper Ganchaigou Formation in Zhahaquan area, Qaidam Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 43-55. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.004">Abstract</a> ( <FONT color=red> 36</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2255' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Zhao Wen, Kong Jinping, Wen Hui, Yang Xi</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.005" class="biaoti">Characteristics and main control factors for enrichment and high-yield production of carbonate oil reservoirs in the third member of the Paleogene Qianjiang Formation in Tankou bulge zone of Qianjiang Sag</a> </dd> <dd class="kmnjq"> 2024, 29(6): 56-67. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.005">Abstract</a> ( <FONT color=red> 33</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2256' class=noselectrow style="background:#FFFFFF;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Yang Yuran, Shi Xuewen, Li Yanyou, He Yifan, Zhu Yiqing, Zhang Ruhua, Xu Liang, Yang Xue, Yang Yiming, Zhang Yichi</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.006" class="biaoti">Paleogeomorphology, sedimentary patterns and exploration of Deyang Anyue Rift Trough in Qiongzhusi Formation, Sichuan Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 68-81. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.006">Abstract</a> ( <FONT color=red> 39</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2257' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Li Xiang, Ji Baoxiang, Chen Jing, Liu Yan, Peng Jiaqiong, Peng Shaoyun, Wang Zhenpeng, Zeng Lingshuai, Lou Tao, Xiong Yixue</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.007" class="biaoti">Fine identification and lithofacies prediction of volcanic rock cycles in the Carboniferous in Shixi area, Junggar Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 82-98. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.007">Abstract</a> ( <FONT color=red> 30</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2258' class=noselectrow style="background:#FFFFFF;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Wei Zhaosheng, Qin Jianhua, Li Yingyan, Li Xiao, Hou Haodong, Zhao Mingzhu, Yang Wei</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.008" class="biaoti">Differential diagenesis of mud shale and its influence on reservoir capacity: a case study in Lusaogou Formation, Jimsar Sag</a> </dd> <dd class="kmnjq"> 2024, 29(6): 99-115. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.008">Abstract</a> ( <FONT color=red> 37</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2259' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Xu Shiyu, Zeng Yiyang, Lin Yi, Zhu Yi, Xiao Xuewei, Li Tianjun, Shan Shujiao, Ma Zike</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.009" class="biaoti">Chemical characteristics and genesis and evolution of formation water in the Middle Permian Maokou Formation, central Sichuan Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 116-129. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.009">Abstract</a> ( <FONT color=red> 36</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2260' class=noselectrow style="background:#FFFFFF;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Liu Yaming, Wang Hongjun, Tian Zuoji, Ma Zhongzhen, Zhou Yubing</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.010" class="biaoti">Analysis of differences in hydrocarbon accumulation in various zones of Guyana Basin, South America</a> </dd> <dd class="kmnjq"> 2024, 29(6): 130-143. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.010">Abstract</a> ( <FONT color=red> 38</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2261' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Li Bin, Dong Zhenguo, Luo Qun</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.011" class="biaoti">Research and application of integrated well drilling technology for shale gas exploration in Baojing block, Hunan Province</a> </dd> <dd class="kmnjq"> 2024, 29(6): 144-156. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.011">Abstract</a> ( <FONT color=red> 44</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2262' class=noselectrow style="background:#FFFFFF;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Zuo Luo, Zhang Xudong, Chen Zuo, Jia Changgui, Sun Haicheng, Li Shuangming, Xu Shengqiang</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.012" class="biaoti">Fracturing simulation and fracture propagation characteristics of coal measure reservoirs in the Permian Longtan Formation in southeastern Sichuan Basin</a> </dd> <dd class="kmnjq"> 2024, 29(6): 157-169. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.012">Abstract</a> ( <FONT color=red> 21</FONT> ) </dd> </div> </dl> </div> </DIV> <DIV id='art2263' class=noselectrow style="background:#f1f1f1;"> <div class="wenzhang"> <dl> <dt class="copy"></dt> <div class="wzzc"> <dd class="zuozhe">Han Ling, Xu Feng</dd> <dd> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.013" class="biaoti">Fracability evaluation of carbonate reservoirs with various lithologies in Qianjiang Sag and research and application of fracturing technology</a> </dd> <dd class="kmnjq"> 2024, 29(6): 170-184. <img src="http://www.cped.cn/images/1672-7703/abstract2.png" width="16" height="16" /> <a target="_blank" href="http://www.cped.cn/EN/10.3969/j.issn.1672-7703.2024.06.013">Abstract</a> ( <FONT color=red> 22</FONT> ) </dd> </div> </dl> </div> </DIV> </form> </div> <!--目录end--> <div class="gdwz"><a href="../1672-7703/current.shtml"><span style="color: #0062ae;">More</span></a></div> </div> <!--文章部分end--> <div class="online_tab border"> <div class="title_2">Priority Publishing</div> <ul> <div id="online_first"></div> </ul> <div class="gdwz"><a href="../article/showAsap.do"><span style="color: #0062ae;">More</span></a></div> </div> </div> <!--中end--> <!--右--> <div class="right-sidebar"> <div class="xw_tab border"> <div class="title_1">News</div> <ul> <div id="de"> <div id="de1"> <ul class="right-middle"> <li class="icon_list3"> <a href="http://www.cped.cn/EN/news/news8.shtml" target="_blank"> 111 </a> <div class="shijian">2023-01-03</div> </li> </ul> </div> <div id="de2"></div> </div> <script> var dome = document.getElementById("de"); var dome1 = document.getElementById("de1"); var dome2 = document.getElementById("de2"); var speed = 50;//设置向上轮动的速度 dome2.innerHTML = dome1.innerHTML;//复制节点 function moveTop() { if (dome1.offsetHeight - dome.scrollTop <= 0) { dome.scrollTop = 0; } else { dome.scrollTop++; } } var myFunction = setInterval("moveTop()", speed); dome.onmouseover = function () { clearInterval(myFunction); }; dome.onmouseout = function () { myFunction = setInterval(moveTop, speed); }; </script> </ul> <div class="more1"><a href="../news/folder.do?folderId=2">More...</a></div> </div> <div class="qkxx_nr border"> <div class="title_1">Copyright information</div> <div style="padding:10px;"> <strong>Chief Editor:</strong><br>Zhao Wenzhi,Academician of Chinese Academy of Engineering <br> <strong>Deputy Editor:</strong><br>He Haiqing Zhou Jiayao<br> <strong>Deputy Managing Editor:</strong><br>Hu Yufang<br> <strong>Address:</strong><br>Building18, Anhuaxili District 3, Chaoyang District, Beijing<br> <strong>TEL:</strong><br> (86-10)64523544、<br> (86-10)645236587<br> <strong>E-mail:</strong>cpe@263.net </div> </div> <div class="ewm border"> <img src="http://www.cped.cn/images/1672-7703/images/ewm.jpg"> </div> <div class="tongji border"> <div class="title_1">Visited</div> <ul> <script>record('ea255d9c40774aad96c28c37913e6c9a')</script> Total visitors: <label id="ipVisitsSum"></label><br> Visitors of today: <label id="ipDaySum"></label><br> Now online: <label id="currentOnLine"></label> </ul> </div> </div> <!--右end--> </div> </div> <!--中间部分end--> <!--底部--> <div class="footer"> <div class="banquan"> Copyright © China Petroleum Exploration, All Rights Reserved.<br> Powered by <a href="http://www.magtech.com.cn/CN/model/index.shtml" target="_blank" class="baise">Beijing Magtech Co., Ltd.</a> </div> </div> <!--返回顶部--> <div class="top_web" id="backtop" style="display:block;"> <span class="glyphicon glyphicon-menu-up" aria-hidden="true" ></span> </div> <script type="text/javascript"> $(document).ready(function(){ $("#backtop").hide(); $(window).scroll(function () { if ($(this).scrollTop() >50) { $('#backtop').fadeIn(); } else { $('#backtop').fadeOut(); } }); $('#backtop').click(function () { $('body,html').animate({ scrollTop: 0 }, 500); }); $("pre").addClass("prettyprint"); prettyPrint(); }); </script> <!--返回顶部end--> </BODY> </HTML>