Benefit Increment Perforating Device and Its Application in TuHa Oil Field
摘要
|
图/表
|
访问统计
|
参考文献
|
相似文献
|
引证文献
|
资源附件
|
文章评论
摘要: 本文着重叙述增效射孔器的作用机理,增效射孔器的应用关键及其在吐哈油田的应用效果。通过列举和分析增效射孔器应用存在的问题,提出了相应的对策。
Abstract: This paper emphatically describes the application mechanisms of benefit increment perforating device, the keystone of application as well as the application results in TuHa oil field. Relative countermeasures have been put forward after listing the applications of the device and analyzing the problems exist.
var swiper = new Swiper('.swiper_xq', {
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
$(function(){
$('img').bigic();
});
jQuery(".slideTxtBox").slide({ trigger: "click" });
文章指标
点击次数:
下载次数:
HTML阅读次数:
引用次数:
历史
收稿日期:
最后修改日期:
录用日期:
在线发布日期: 2020-12-21
出版日期:
//获取当期的基本信息
function GetCurrentIssue() {
var strUrl = "hgp/issue/get_current_issue_info";
if (strUrl != "") {
$.get(strUrl, function (strIssueXml) {
var strYearID = GetXmlValue(strIssueXml, "year_id");
var strIssueID = GetXmlValue(strIssueXml, "quarter_id");
var strVolume = GetXmlValue(strIssueXml, "book_no");
var strIssueEnName = GetXmlValue(strIssueXml, "quarter_en_name");
var strEnPublishDate = GetXmlValue(strIssueXml, "en_publish_date");
var strIssueSmallCoverURL = GetXmlValue(strIssueXml, "image_url");
$("#current_small_cover_id").html("
");
$("#current_publish_date_id").html(strEnPublishDate);
$("#current_volume_id").html(strVolume);
$("#current_issue_id").html(strIssueID);
});
}
}
function GetMetrics() {
var strUrl = "hgp/article/metrics/200303013";
if (strUrl != "") {
$.get(strUrl, function (strReturnScript) {
eval(strReturnScript);
});
}
}
function GetRelatedArticle() {
var strUrl = "hgp/article/related/2003_3_200303013";
if (strUrl != "") {
$.get(strUrl, function (strReturn) {
if (strReturn != "") {
$("#RelateArticleList").html(strReturn);
} else {
$("#RelatedTab").hide();
$("#RelatedContainer").hide();
}
});
} else {
$("#RelatedTab").hide();
$("#RelatedContainer").hide();
}
}
function GetReferenceList(strPage) {
$("#reference_current_page").prop("value", strPage);
var strUrl = "hgp/article/reference/2003$3$200303013";
if (strUrl != "") {
strUrl = strUrl + "?cp=" + strPage;
$.get(strUrl, function (strReturn) {
if (strReturn != "") {
$("#ReferenceList").append(strReturn);
var intReferenceNum = $("div#ReferenceList dd").length;
if (intReferenceNum % 20 != 0) {
$("#MoreReferenceContainer").hide();
}
} else {
if (strPage != "") {
var intPage = parseInt(strPage);
if (intPage == 1) {
$("#ReferenceTab").hide();
$("#ReferenceContainer").hide();
} else {
$("#MoreReferenceContainer").hide();
}
}
}
});
} else {
$("#ReferenceTab").hide();
$("#ReferenceContainer").hide();
}
}
function GetWasReferencedList(strPage) {
$("#was_referenced_current_page").prop("value", strPage);
var strUrl = "hgp/article/cited/2003_3_200303013";
if (strUrl != "") {
strUrl = strUrl + "?cp=" + strPage;
$.get(strUrl, function (strReturn) {
if (strReturn != "") {
$("#WasReferencedList").append(strReturn);
var intWasReferencedNum = $("div#WasReferencedList dd").length;
if (intWasReferencedNum != 0) {
$("#MoreWasReferencedContainer").hide();
}
} else {
if (strPage != "") {
var intPage = parseInt(strPage);
if (intPage == 1) {
$("#CitedByTab").hide();
$("#CitedByContainer").hide();
} else {
$("#MoreWasReferencedContainer").hide();
}
}
}
});
} else {
$("#CitedByTab").hide();
$("#CitedByContainer").hide();
$("#MoreWasReferencedContainer").hide();
}
}
function MoreWasReferenced() {
var strWasReferencedCurrentPage = $("#was_referenced_current_page").val();
var intWasReferencedCurrentPage = parseInt(strWasReferencedCurrentPage);
intWasReferencedCurrentPage = intWasReferencedCurrentPage + 1;
GetWasReferencedList(intWasReferencedCurrentPage);
}
function MoreReference() {
var strReferenceCurrentPage = $("#reference_current_page").val();
var intReferenceCurrentPage = parseInt(strReferenceCurrentPage);
intReferenceCurrentPage = intReferenceCurrentPage;
GetReferenceList(intReferenceCurrentPage);
}
$().ready(function () {
var strFlag="1";
if(strFlag=="1"){
$("#all_issue_position").show();
$("#online_first_position").hide();
}else{
$("#all_issue_position").hide();
$("#online_first_position").show();
}
//如果没有html,自动隐藏
var strHtmlUrl=$("#HtmlUrl").prop("href");
if(strHtmlUrl.indexOf("/html/")<0){
$("#HtmlUrl").hide();
}
var strDOI=$("#DOIValue").html();
if(strDOI==""){
$("#DOI").hide();
}
var strDisplayCnInstitution=$("#DisplayCnInstitutionValue").html();
if(strDisplayCnInstitution==""){
$("#DisplayCnInstitution").hide();
}
var strDisplayEnInstitution=$("#DisplayEnInstitutionValue").html();
if(strDisplayEnInstitution==""){
$("#DisplayEnInstitution").hide();
}
var strAuthorResume=$("#AuthorResumeValue").html();
if(strAuthorResume==""){
$("#AuthorResume").hide();
}
var strContactAuthor=$("#ContactAuthorValue").html();
if(strContactAuthor==""){
$("#ContactAuthor").hide();
}
var strClcNumber=$("#ClcNumberValue").html();
if(strClcNumber==""){
$("#ClcNumber").hide();
}
var strCnFundProject=$("#CnFundProjectValue").html();
if(strCnFundProject==""){
$("#CnFundProject").hide();
}
var strEnFundProject=$("#EnFundProjectValue").html();
if(strEnFundProject==""){
$("#EnFundProject").hide();
}
var strEnTitle=$("#EnTitleValue").html();
if(strEnTitle==""){
$("#EnTitle").hide();
}
var strEnAbstract=$("#EnAbstractValue").html();
if(strEnAbstract==""){
$("#EnAbstract").hide();
}
var strSendTime=$("#SendTimeValue").html();
if(strSendTime==""){
$("#SendTime").hide();
}
var strLastModifyTime=$("#LastModifyTimeValue").html();
if(strLastModifyTime==""){
$("#LastModifyTime").hide();
}
var strAdoptTime=$("#AdoptTimeValue").html();
if(strAdoptTime==""){
$("#AdoptTime").hide();
}
var strPublishTime=$("#PublishTimeValue").html();
if(strPublishTime==""){
$("#PublishTime").hide();
}
var strBookPublishedTime=$("#BookPublishedTimeValue").html();
if(strBookPublishedTime==""){
$("#BookPublishedTime").hide();
}
var strCnKeyWord="增效射孔器;火药推进剂;聚能射孔弹";
var strCnKeyWordList="
关键词: ";
if(strCnKeyWord!=""){
var CnKeyWordArray=strCnKeyWord.split(";");
for(var i=0;i
0){
strCnKeyWordList=strCnKeyWordList+"; ";
}
strCnKeyWordList=strCnKeyWordList+""+strKeyWord+" ";
}
$("#CnKeyWord").html(strCnKeyWordList);
}
var strEnKeyWord="Benefit increment perforating device;Propellant;Shaped charge perforator";
var strEnKeyWordList="Key words: ";
if(strEnKeyWord!=""){
var EnKeyWordArray=strEnKeyWord.split(";");
for(var i=0;i0){
strEnKeyWordList=strEnKeyWordList+"; ";
}
strEnKeyWordList=strEnKeyWordList+""+strKeyWord+" ";
}
$("#EnKeyWord").html(strEnKeyWordList);
}
var strImagesJson="";
if(strImagesJson!=""){
var imagesJson = jQuery.parseJSON(strImagesJson);
var strImagesList="";
var intLength=imagesJson.images.length;
for(var i=0;i"+strCnLabel+" "+strCnTitle+" "+strEnLabel+" "+strEnTitle+"
";
}
$("#ImagesList").html(strImagesList);
}
var strAttachmentsJson="";
if(strAttachmentsJson!=""){
var strAttachmentsList="";
var attachmentsJson = jQuery.parseJSON(strAttachmentsJson);
var intLength=attachmentsJson.attachments.length;
for(var i=0;i