, but this code
// executes before the first paint, when
is not yet present. The
// classes are added to so styling immediately reflects the current
// toolbar state. The classes are removed after the toolbar completes
// initialization.
const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker'];
if (toolbarState) {
const {
orientation,
hasActiveTab,
isFixed,
activeTray,
activeTabId,
isOriented,
userButtonMinWidth
} = toolbarState;
classesToAdd.push(
orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal',
);
if (hasActiveTab !== false) {
classesToAdd.push('toolbar-tray-open');
}
if (isFixed) {
classesToAdd.push('toolbar-fixed');
}
if (isOriented) {
classesToAdd.push('toolbar-oriented');
}
if (activeTray) {
// These styles are added so the active tab/tray styles are present
// immediately instead of "flickering" on as the toolbar initializes. In
// instances where a tray is lazy loaded, these styles facilitate the
// lazy loaded tray appearing gracefully and without reflow.
const styleContent = `
.toolbar-loading #` + activeTabId + ` {
background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
}
.toolbar-loading #` + activeTabId + `-tray {
display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%);
border-right: 1px solid #aaa; background-color: #f5f5f5;
z-index: 0;
}
.toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray {
width: 15rem; height: 100vh;
}
.toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`;
const style = document.createElement('style');
style.textContent = styleContent;
style.setAttribute('data-toolbar-anti-flicker-loading', true);
document.querySelector('head').appendChild(style);
if (userButtonMinWidth) {
const userButtonStyle = document.createElement('style');
userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}`
document.querySelector('head').appendChild(userButtonStyle);
}
}
}
document.querySelector('html').classList.add(...classesToAdd);
})();
Scallop Report Page | Department of Marine Resources
Scallop Report Page
Scallop Survey Reports:
Survey reports will be posted below once they are available, due to staff changes no reports were produced between 2016 & 2022
- 2023 Zone 2 Sea Scallop Spring Survey report (PDF file, 1.8 MB, 9 pages)
- 2016 Cobscook Bay Sea Scallop Fall Survey report (PDF file, 1.0 MB, 7 pages)
- 2016 Zone 2 Sea Scallop Spring Survey report (PDF file, 5.0 MB, 21 pages)
- 2015 Cobscook Bay Sea Scallop Fall Survey report (PDF file, 8 pages)
- 2015 Zone 2 Sea Scallop Spring Survey report (PDF file, 6.0 MB, 28 pages)
- 2014 Cobscook Bay Sea Scallop Fall Survey report (PDF file, 1.6 MB, 31 pages)
- 2014 Zone 2 Sea Scallop Spring Survey report (PDF file, 3.4 MB, 28 pages)
- 2013 Cobscook Bay Sea Scallop Fall Survey report (PDF file, 3.8 MB, 33 pages)
- 2013 Zone 2 Sea Scallop Spring Survey report (PDF file, 5.4 MB, 47 pages)
- 2012 Cobscook Bay Sea Scallop Survey report (PDF file, 3 MB, 31 pages)
- 2011 fb88 Sea Scallop Survey report (PDF file, 7 MB, 67 pages)
- 2010 fb88 Sea Scallop Survey report (PDF file, 1 MB, 30 pages)
- 2009 fb88 Sea Scallop Survey report (PDF file, 731 kb, 42 pages)
- 2008 fb88 Sea Scallop Survey report (PDF file, 1.3 MB, 23 pages)
- 2007 Cobscook Bay Sea Scallop Survey report (PDF file, 1.2 MB, 21 pages)
- 2006 fb88 Sea Scallop Survey report (PDF file, 2.3 MB, 35 pages)
- 2005 fb88 Sea Scallop Survey report (PDF file, 1 MB, 19 pages)