https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: f430f2858ae9f161a189d09273ada754a370d886 authored by Josh Siegle on 14 May 2020, 17:24:40 UTC
Fix version incompatibility between argschema and marshmallow
Fix version incompatibility between argschema and marshmallow
Tip revision: f430f28
portalHeader.html
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/external_assets/stylesheets/common_layout.css', 1) }}" />
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/external_assets/stylesheets/animation.css', 1) }}" />
<script src="{{ pathto('_static/external_assets/bundled.js', 1) }}" type="text/javascript"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
if(typeof PortalAssets !== 'undefined')
PortalAssets.initializePortal({
tabId: 'Data'
});
});
</script>