CINXE.COM

F6Publishing

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>F6Publishing</title> <link href="/Content/css?v=4kBsxuKWuR1igDjHAd5oN5ZYWj7sLWjzxDrzpdZ1Co01" rel="stylesheet"/> <script src="/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1"></script> <script src="/bundles/bootstrap?v=Pn2k_02rZkY8DPE1hp5YHNI-isXJwoXRUt82hlLjVzg1"></script> <script src="/bundles/site?v=yxx6c_DZs7cY9C3tsNkOBrPqsnErABCCa2P_h35kH7E1"></script> </head> <body> <div class="siteBody"> <div class="main cl"> <div class="logo cl"> <div class="left fl"> <a href="https://www.wjgnet.com"> <img src="https://www.wjgnet.com/Images/Bpg-web-logo.svg" /> </a> </div> <div class="right fr"> <div class="menupart cl"> <ul> <li><a href="http://www.wjgnet.com">Home</a> </li> <li> <div class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">English<span class="caret"></span></a> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1"> <li role="presentation"> <a role="menuitem" tabindex="-1" href="/SetCulture?culture=en-US">English</a> <a role="menuitem" tabindex="-1" href="/SetCulture?culture=zh-Hans">简体中文</a> </li> </ul> </div> </li> <li> <div class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="signindropdownMenu"> Sign In <span class="caret"></span> </a> <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="signindropdownMenu"> </ul> </div> </li> <li><a href="/HelpDesk">Help Desk</a></li> <li><a href="http://www.wjgnet.com/bpg/journals.htm">Journals</a> </li> </ul> </div> <div class="searchpart cl"> <div class="gerl fl"> <div class="input-group fl"> <input type="text" class="form-control searchbox" name="fkey" id="fkey" placeholder="Key Words, Title"> </div> <div class="sicon fl"> <a href="javascript:void(0)" onclick="SearchByTitle();"><img src="/Contents/images/search-red.png" /></a> </div> </div> <div class="advan fl"> <a href="http://www.f6publishing.com/PublishedArticlesSearch" target="_blank">Advanced Search</a> </div> </div> </div> </div> <div class="bnavbar cl"> BPG is committed to discovery and dissemination of knowledge </div> <script type="text/javascript"> function SearchByTitle() { var kwd = $("#fkey").val(); if (kwd != '') { window.location.href = "PublishedArticles?kwd=" + encodeURIComponent(kwd); } } </script> <div class="journal cl"> <div class="infopart cl" style="width:100%;margin-left:0px;"> <link rel="stylesheet" href="/DXR.axd?r=1_210,0_4297,1_68,1_69,1_70,1_209,0_4302,0_4423-3NNPn" /><link rel="stylesheet" href="/DXR.axd?r=0_4427,1_74,0_4311,0_4315,1_84-3NNPn" /><link rel="stylesheet" href="/DXR.axd?r=1_73-2NNPn" /> <script id="dxis_1112995209" src="/DXR.axd?r=1_11,1_252,1_12,1_23,1_64,1_13,1_14,1_15,1_16,1_20,1_183,1_184,1_185,1_21,1_22,17_0,1_182,17_23,1_205,17_24,1_194,17_17,1_203,17_19,1_188,1_190,1_198,1_17,1_41,1_199,1_200,1_204,1_186,1_193,17_16,17_21,1_192,17_18,1_61,1_195,1_189,17_15,1_197,1_40,1_191,17_42,1_202,1_196,17_20,1_66,1_48,1_9,17_7,1_27,1_39,1_31,17_35,1_55,17_34,1_54,1_53,17_33,1_24,1_33,1_46,1_213,1_211,1_240,1_47,1_52,17_6,1_51,17_14,1_34,1_19,1_224,1_225,1_212,1_218,1_216,1_219,1_220,1_217,1_221,1_214,1_222,1_223,1_227,1_236,1_238,1_239,1_226,1_231,1_232,1_233,1_215,1_228,1_229,1_230,1_234,1_235,1_237,17_48,17_49,17_2,1_59,1_57,17_38,1_56,17_39,1_58,17_40,17_41,1_60,17_3,1_49,17_8,17_9,1_35,17_10,1_63,1_62,17_11,1_50,1_38,17_43,1_43,17_12,17_13,1_67-8NNPn"></script> <script type="text/javascript" src="/Scripts/jquery.validate.js"></script> <script type="text/javascript"> $().ready(function () { $("#helpDeskform").validate({ rules: { Subject: { required: true }, CommentAndQuestion:{ required:true }, FirstName: { required: true }, LastName: { required: true }, Email: { required: true, email: true } }, messages: { Subject: { required: "Subject is required" }, CommentAndQuestion: { required: "Comments is required" }, FirstName: { required: "First Name is required" }, LastName: { required: "Last Name is required" }, Email: "Email is unvalid" } }); }); </script> <div class="jnavbar"> <span>Write to the Baishideng Publishing Group Help Desk</span> </div> <div class="helpdeskform"> <form action="/NewHelpDesk" id="helpDeskform" method="post" role="form"> <div class="form-group"> <label for="Subject" class="forlabel">Subject</label> <input class="form-control" id="Subject" name="Subject" placeholder="" type="text" value="" /> </div> <div class="form-group"> <label for="CommentAndQuestion" class="forlabel">Comment, Question or Suggestion</label> <textarea class="form-control" cols="20" id="CommentAndQuestion" name="CommentAndQuestion" rows="2" style="height:100px;"> </textarea> </div> <div class="form-group"> <label for="FirstName" class="forlabel">Given Name (First Name )</label> <input class="form-control" id="FirstName" name="FirstName" placeholder="" type="text" value="" /> </div> <div class="form-group"> <label for="LastName" class="forlabel">Surname (Last Name)</label> <input class="form-control" id="LastName" name="LastName" placeholder="" type="text" value="" /> </div> <div class="form-group"> <label for="Phone" class="forlabel">Phone</label> <input class="form-control" id="Phone" name="Phone" placeholder="" type="text" value="" /> </div> <div class="form-group"> <label for="Email" class="forlabel">Email</label> <input class="form-control" id="Email" name="Email" placeholder="" type="text" value="" /> </div> <div> <table id="captcha_LP" class="dxcaLoadingPanel_Office2010Blue" style="left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-2NNPn" alt="" style="vertical-align:middle;" /></td><td class="dx" style="padding-left:0px;"><span id="captcha_TL">Loading&hellip;</span></td> </tr> </table><div class="dxcaControl_Office2010Blue" id="captcha"> <table> <tr> <td><div id="captcha_IMGD" class="dxca-imageDiv" style="background-color:#EEEEEE;border-color:#859EBF;border-width:1px;border-style:solid;width:200px;background-image:url(/DXR.axd?r=0_4264-3NNPn);line-height:0px;font-size:0px;"> <img id="captcha_IMG" src="/DXB.axd?DXCache=8b8c8942-6f6e-f914-f3c7-fba9ddab51f7" alt="Captcha image" style="height:80px;width:200px;" /> </div></td> </tr><tr> <td class="dxcaRefreshButtonCell_Office2010Blue" style="padding-top:5px;padding-bottom:5px;"><a class="dxcaRefreshButton_Office2010Blue" id="captcha_RB" href="javascript:;"><img id="captcha_RIMG" class="dx-vam dxEditors_caRefresh_Office2010Blue" src="/DXR.axd?r=1_89-2NNPn" alt="显示另一个代码" style="margin-right:4px;" /><span id="captcha_RTS" class="dxcaRefreshButtonText_Office2010Blue" style="vertical-align:middle;line-height:0px;">Show another code</span></a></td> </tr><tr> <td class="dxcaTextBoxCellNoIndent_Office2010Blue" style="padding-top:5px;padding-bottom:5px;"><label class="dxcaTextBoxLabel_Office2010Blue" for="captcha_TB_I">Type the code shown:</label><table id="captcha_TB_ET" class="dxeValidStEditorTable dxeRoot_Office2010Blue"> <tr> <td id="captcha_TB_CC" class="dxeErrorFrame_Office2010Blue dxeErrorFrameSys dxeNoBorderBottom dxeControlsCell_Office2010Blue"><table class="dxeTextBoxSys dxeTextBox_Office2010Blue dxeTextBoxDefaultWidthSys" id="captcha_TB" style="width:200px;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Office2010Blue dxeEditAreaSys" id="captcha_TB_I" name="captcha$TB" onfocus="ASPx.EGotFocus(&#39;captcha_TB&#39;)" onblur="ASPx.ELostFocus(&#39;captcha_TB&#39;)" onchange="ASPx.EValueChanged(&#39;captcha_TB&#39;)" type="text" /></td> </tr> </table></td> </tr><tr> <td id="captcha_TB_EC" class="dxeErrorCell_Office2010Blue dxeErrorFrame_Office2010Blue dxeErrorFrameSys dxeErrorCellSys dxeNoBorderTop" style="visibility:hidden;white-space:nowrap;">The submitted code is incorrect</td> </tr> </table><script id="dxss_1628901703"> <!-- ASPx.createControl(ASPxClientTextBox,'captcha_TB','',{'uniqueID':'captcha$TB','customValidationEnabled':true,'isValid':true,'errorText':'The submitted code is incorrect','validateOnLeave':false,'isErrorFrameRequired':true,'errorDisplayMode':'t','errorCellPosition':'Bottom','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'isCaptchaTextBox':true},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Office2010Blue','cssText':''},{'key':'F','className':'dxeFocused_Office2010Blue','cssText':''}]}); //--> </script></td> </tr> </table> </div><script id="dxss_1352609995"> <!-- ASPx.AddHoverItems('captcha',[[['dxcaRefreshButtonHover_Office2010Blue'],[''],['RB']]]); ASPx.createControl(MVCxClientCaptcha,'captcha','',{'callBack':function(arg) { ; },'callbackUrl':'/CaptchaPartial'}); //--> </script> </div> <div style="text-align:center;width:100%"> <button type="submit" id="submitBtn" onclick="$('#helpDeskform').submit();" class="btn btn-primary"> Submit </button> </div> </form> </div> </div> </div> </div> <div class="down cl"> <div class="helpdesk cl"> <a href="/HelpDesk">Write to the Help Desk</a> </div> <div class="subfooter cl"> </div> <div class="copyright"> <span>&#169; 2004-2024 Baishideng Publishing Group Inc. All rights reserved. 7041 Koll Center Parkway, Suite 160, Pleasanton, CA 94566, USA</span><br /><br /> <span>California Corporate Number: 3537345</span> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10