Bio-protocol logo Request a detailed protocol

As part of our efforts to make science more reproducible, we're working with Bio-protocol to link the protocols they host with research published at eLife. To request a protocol for an eLife paper that's not yet available on Bio-protocol, fill in the form below and they will send a request to the author.

If the author chooses to make it available, the Bio-protocol team will let you know via email and a link will be added to the eLife article. Learn more about requesting a protocol.

Please do not ask authors to share any details that are already available in the paper.
Protocol to request
Electrophysiology
Research article
Functional synergy between the Munc13 C-terminal C1 and C2 domains
Xiaoxia Liu et al.
DOI: 10.7554/eLife.13696
Your name

Please enter your name

Your email address

Please enter your email address

Your message to authors   Tips for writing messages

Please include a message to authors
This will add your question to a Q&A on the Bio-protocol journal's sister site, Bio-protocol Exchange, so that others can benefit from the discussion of this protocol.
'; var w = $(window).width(); var win = w < 600 ? '95%' : '480px'; htp = layer.tips(html, '#img_' + snumber, { tips: [3, '#fff'], time: 999999999, area: win, offset: 'l', skin: 'lay_tips' }); } function HidDecline() { layer.close(htp); } //way: 0, 第一次, 有弹窗, way=1,非第一次, 没有弹窗, 更新验证码 function CheckManMachine(way) { var url = 'https://exchange-api.bio-protocol.org/v1/forum/captcha/code'; $.ajax({ url: url, type: 'get', dataType: 'json', contentType: 'application/json', success: function (res) { if (res.code == 0) { $('#hidbase64Img').val(res.data.base64Img); $('#hidbase64Code').val(res.data.code); if (!way) { var html = ''; html += '
'; html += ' '; html += ' Renew'; html += '
'; html += '
Please enter the verification code.
'; html += '
'; html += '
'; html += '
'; html += '
'; var w = $(window).width(); var win = w > 600 ? "520px" : '100%'; var h = w > 600 ? '280px' : '310px'; var off_set = w > 600 ? 'auto' : 'b'; layer.open({ type: 1, title: 'Captcha', shadeClose: true, area: [win, h], scrollbar: false, skin: 'layui_confirm', offset: off_set, content: html, }); } else { $('#img_base64').attr('src', res.data.base64Img); } } } }); } function submit_base64() { var base64_code = $.trim($('#hidbase64Code').val()); var verify_code = $.trim($(".txtbase64Code").val()); //var url = 'https://exchange-api.bio-protocol.org/v1/forum/captcha/verify'; if (verify_code == '') { layer.msg('Please provide the verification code.'); return; } var param = { "code": base64_code, "answer": verify_code, "snumber": $.trim($.getUrlVar('item')), "elifeid": '13696' }; $.ajax({ url: "/data/parsedata.aspx?action=captcha_verify", type: 'post', data: JSON.stringify(param), dataType: 'json', contentType: 'application/json', success: function (res) { if (res.code == 0) { layer.closeAll(); $('#hidVerifyCode').val(res.verify_result); sumbmit(1); } else { CheckManMachine(1); layer.msg('The verification code is incorrect. Please try again.'); } } }); } function InputBase64Code() { $('#InputCode').val($.trim($('#txtbase64Code').val())); }
-