https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: f21ecbacf999789d0afa17a44b8d6a492a66cf09 authored by Josh Siegle on 27 August 2019, 23:28:41 UTC
Change to version 0.2
Change to version 0.2
Tip revision: f21ecba
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>