|
500049 Video Annotation and Reference System : Varspub
This page last changed on Oct 30, 2008 by brian.
About varspub.mbari.orgVarspub hosts the externally accessible IIS web server, VARS applications and MS SQL Server that hosts the external VARS database. Embargoed DataThere is a DTS Package, 'Update VARS_External on VARSPUB', on Solstice used to copy annotations out for external use. The embargo SQL is executed in the 'Update Observations_Embargoed' phase. September 2008From Nancy Jacobsen-Stout:
From Susan Von Thun:
Also, at [~grch]'s request. I've embargoed the Macon dives. The corresponding SQL is: SELECT DISTINCT ObservationID_FK FROM Annotations WHERE ( ( RecordedDate > DATEADD([year], - 2, GETDATE()) OR RecordedDate IS NULL OR RecordedDate < CAST('1970-01-02' AS datetime) ) OR ( Observer = 'sbush' AND ConceptName LIKE 'octopoteuthis%' ) OR ( ConceptName LIKE 'plantoteuthis%' OR ConceptName LIKE 'bathyteuthis%' OR ConceptName LIKE 'grimalditeuthis%' ) OR ( ConceptName = 'Flota' OR ConceptName LIKE 'flota %' OR ConceptName LIKE 'flota-%' ) OR ( LinkValue LIKE '%green bomber%' ) OR ( RovName = 'Ventana' AND DiveNumber IN (50, 217, 218, 248) ) OR ( RovName = 'Tiburon' AND DiveNumber IN (1001, 1029, 1030, 1031, 1032, 1033, 1034) ) ) July 2007From Nancy Jacobsen-Stout:
The corresponding SQL is: SELECT DISTINCT ObservationID_FK FROM Annotations WHERE (( RecordedDate > DATEADD([year], - 2, GETDATE()) OR RecordedDate IS NULL OR RecordedDate < CAST('1970-01-02' AS datetime) ) OR ( Observer = 'sbush' AND ConceptName LIKE 'octopoteuthis%' ) OR ( ConceptName LIKE 'plantoteuthis%' OR ConceptName LIKE 'bathyteuthis%' OR ConceptName LIKE 'grimalditeuthis%' ) ) June 2007Brian Schlining I update the embargoed SQL script (which is hosted as a DTS job on Solsice -> 'Update VARS_External on VARSPUB'). The new SQL is: SELECT DISTINCT ObservationID_FK FROM Annotations WHERE (( RecordedDate > DATEADD([year], - 2, GETDATE()) OR RecordedDate IS NULL OR RecordedDate < CAST('1970-01-02' AS datetime) ) OR ( Observer = 'sbush' AND ( ConceptName LIKE 'octopoteuthis%' OR ConceptName LIKE 'plantoteuthis%' OR ConceptName LIKE 'bathyteuthis%' OR ConceptName LIKE 'grimalditeuthis%' ) ) ) Data on the external database is a subset of the internal database subjected to some embargo rules. The offical embargoed data page is http://mww.mbari.org/rd/Science/Embargo/embargoes.htm but it is not currently (as of 2007-04-10) up to date. The data is embargoed as follows: April 2007
The corresponding SQL is: SELECT DISTINCT ObservationID_FK FROM Annotations WHERE (( RecordedDate > DATEADD([year], - 2, GETDATE()) OR RecordedDate IS NULL OR RecordedDate < CAST('1970-01-02' AS datetime) ) OR ( Observer = 'sbush' AND ( ConceptName LIKE 'octopoteuthis%' OR ConceptName LIKE 'plantoteuthis%' OR ConceptName LIKE 'bathyteuthis%' OR ConceptName LIKE 'grimalditeuthis%' ) ) OR ( Observer = 'oska' AND ( ConceptName LIKE 'asellota%' OR ConceptName LIKE 'valvifera%' OR ConceptName LIKE 'munnopsidae%' OR ConceptName LIKE 'acanthamunnopsis%' OR ConceptName LIKE 'munnopsinae%' OR ConceptName LIKE 'munneurycope%' OR ConceptName LIKE 'munnopsis%' ) ) OR ( ConceptName LIKE 'praya%' OR ConceptName LIKE 'apolemia%' OR ConceptName LIKE 'gonatus%' OR ConceptName LIKE 'salp%' OR ConceptName LIKE 'doliolid%' ) ) |
| Document generated by Confluence on Feb 03, 2026 12:59 |