https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: 7979bc30d24434ab3d67c8f624bf8485731ec582 authored by Josh Siegle on 26 February 2019, 01:42:21 UTC
Add .mat files to .gitignore
Add .mat files to .gitignore
Tip revision: 7979bc3
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>