The Greenhouse is located within easy walking distance of the Institute’s offices. It consists of 600 sq ft. (300 sq. ft. of bench space) divided in half by a partition along with 300 sq. ft. of head house.
ListCustomSQL: select ItemID,Title,SourceURL,SourceURLPopWin,null as SubTitle,null as TeaserText,RelatedURL,RelatedURLPopWin,c.DetailURL, Subtitle,StartDateTime,StopDateTime,publishstart,listposition FROM ChannelData cd, Channel c WHERE (cd.ChannelID IN ('{EFE2D943-25CE-4E20-BE8F-8EF6B3919D4F}')) AND cd.ChannelID = c.ChannelID AND cd.Status IN (1) AND ( CharIndex(', Biology Chemistry & Health Sciences,',', ' + Category + ',') > 0 OR CharIndex(', Geoenvironmental Sciences & Engineering,',', ' + Category + ',') > 0 )
ORDER BY PublishStart Desc, ListPosition
|