View allAll Photos Tagged TextField,
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: October 21, 2009
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: April 9, 2010
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Video clip of the sheen in the canal: Dutton Street, Lowell, Massachusetts.
December 15, 2009
Former Colonial Gas Company facility
MassDEP RTN: 3-0028829
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Division E2 - Falmouth, Massachusetts
April 30, 2003
Bouchard Oil Spill, Buzzards Bay, Massachusetts
MassDEP RTN: 4-0017786
Site Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Bulkhead construction for the Dewatering facility
New Bedford Harbor Federal Superfund Site
MassDEP RTN: 4-0000122
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a MassDEP response to a reported sheen in the Muddy River, Brookline, Massachusetts.
Notification date: March 23, 2010
MassDEP RTN: 3-0029168
Site summary information with link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: June 3, 2009
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: June 3, 2009
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
// leAperture Convert 1.0
// Author: Lechee.Lai
// Purpose: This tools work for your SLR camara if you have DSLR for Aperture convert with high ISO metering
// Since DSLR with have great visual after your exposure
// After convert your must have your own Reciprocity law adjust yourself
//
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.rms.*;
import javax.microedition.lcdui.List;
public class Shutter extends MIDlet implements CommandListener
{
TextBox text;
private static RecordStore rs=null;
private Command enterCommand; //
private Command exitCommand; //
private Command backCommand;
private Display display;// display
private Ticker ticker1;
private Spacer spacer1;
private ChoiceGroup isoCg,apeCg,tapeCg;
private int gISO,gApe,tApe;
private int firstVal=1;
//private int SelIndexISO;
//private int SelIndexApe;
private StringItem siMsg;
// form
Form form = new Form("leISO Aperture 1.0");
TextField ExposureText = new TextField(
"ExposureTime S:", "", 10, TextField.NUMERIC);
String[] isoStrings = { "100", "200", "400", "800", "1600" };
String[] apeStrings = { "F2.8","F4","F5.6","F8","F11","F16","F22","F32" };
String[] TargetApe = { "F2.8","F4","F5.6","F8","F11","F16","F22","F32" };
public Shutter()
{
//+++ form
display = Display.getDisplay(this);
text = new TextBox("leISO Aperture Convert 1.0", "", 256, 0);
enterCommand = new Command("OK", Command.SCREEN, 1);
exitCommand = new Command("EXiT", Command.SCREEN, 2);
backCommand = new Command("Back", Command.BACK, 0);
display.setCurrent(form);
// form
isoCg = new ChoiceGroup("ISO DSLR", Choice.POPUP);
form.append(isoCg);
for (int i = 0; i < 5; i++) {
isoCg.append(isoStrings[i], null);
}
isoCg.setSelectedIndex(3, true);
apeCg = new ChoiceGroup("Aperture DSLR", Choice.POPUP);
form.append(apeCg);
for (int i = 0; i < 6; i++) {
apeCg.append(apeStrings[i], null);
}
apeCg.setSelectedIndex(1, true);
form.append(get_spacer1());
tapeCg = new ChoiceGroup("Target Aperture", Choice.POPUP);
form.append(tapeCg);
for (int i = 0; i < 8; i++) {
tapeCg.append(TargetApe[i], null);
}
tapeCg.setSelectedIndex(3, true);
form.addCommand(enterCommand);
form.addCommand(exitCommand);
form.append(ExposureText);
form.setTicker(get_ticker1());
form.setCommandListener(this);
//--- form
}
public static int sq(int x,int y){
int sum=1;
for (int i=1;i=120) {
str = Integer.toString(dd/60)+" Min "+Integer.toString(dd%60) + "s";
} else {
str = Integer.toString(dd)+"s";
}
StringItem siMessage1 = new StringItem("100/"+TargetApe[tApe]+": ",str);
if (firstVal==1)
firstVal=0;
else
form.delete(5);
form.append(siMessage1);
}
}
}
}
Bulkhead construction for the Dewatering facility
New Bedford Harbor Federal Superfund Site
MassDEP RTN: 4-0000122
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
A monitoring well screen: this slotted portion of the casing is placed at the groundwater table. The groundwater will seep into this pipe and may be measured for depth or sampled for environmental contaminants.
MassDEP conducts response actions under the Massachusetts Contingency Plan ("MCP") at an Underground Storage Tank (UST) site on Quincy Street in Dorchester, Massachusetts. The environmental assessment and cleanup work is funded under the American Recovery and Reinvestment Act ("ARRA") of 2009 (details at Recovery.gov).
MassDEP RTN: 3-0028283
Summary Site Information: db.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Site Documents: public.dep.state.ma.us/wsc_viewer/rtn.aspx?rtn=3-0028283
March 31, 2010
Photographs from the Fisherville Mills waste site cleanup site, 2-0000206.
Site summary information and full documents are available online at: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: October 21, 2009
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from the LE Mason site in Hyde Park (Boston), Massachusetts.
MassDEP RTN: 3-0000730
Site Summary Information with link to documents: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from the former Forbes Lithographic Company site in Chelsea, Massachusetts - a brownfields redevelopment.
MassDEP RTN: 3-0001755
Site Summary Information with links to Site Documents: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Bulkhead construction for the Dewatering facility
New Bedford Harbor Federal Superfund Site
MassDEP RTN: 4-0000122
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from aMassachusetts National Guard Underground Storage Tank Site on Victory Road in Docrchester (Boston), Massachusetts
MassDEP RTN=3-0015314
Site Summary Information with link to documents: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Product in canal - Dutton Street, Lowell, Massachusetts.
December 15, 2009
Former Colonial Gas Company facility
MassDEP RTN: 3-0028829
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Wetlands Remediation and Restoration
Photos from an September 15, 2009 site visit to the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
MassDEP RTN: 4-0000068
public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from the Folsom Street Mary Hannon Playground on Howard Avenue in Dorchester, Massachusetts, which was assessed and remediated to address PAHs and petroleum hydrocarbons in soil.
MassDEP RTN: 3-0016565
Site Summary Information with link to documents: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: April 9, 2010
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from the assessment and remediation following a NSTAR Transformer Explosion
South Boston, Massachusetts
West 7th Street at C Street
March 15, 2010
MassDEP RTN: 3-0029128
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from the Fisherville Mills waste site cleanup site, 2-0000206.
Site summary information and full documents are available online at: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs from a February 10, 2010 release of heating oil to the Charles River from an MWRA pumping station in Cambridge, Massachusetts.
MassDEP RTN: 3-0029053
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Wetlands Remediation and Restoration
Photos from an March 25, 2010 site visit to the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
MassDEP RTN: 4-0000068
public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs of the building demolition at the Atlas Tack Federal Superfund Site in Fairhaven, Massachusetts.
July 12-13, 2005
MassDEP RTN: 4-0000068
Link to Site Summary information and documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Photographs from a site with soil contamination along a municiple bike path in Somerville, Massachusetts.
Site visit: April 9, 2010
MassDEP RTN: 3-0028486
Site summary information and link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Video clip of the sheen in the canal: Dutton Street, Lowell, Massachusetts.
December 15, 2009
Former Colonial Gas Company facility
MassDEP RTN: 3-0028829
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Oil sheen on the water in New Bedford Harbor.
June 12, 2002
MassDEP RTN: 4-0017128
Sumaary information and link to related documents: public.dep.state.ma.us/SearchableSites/Site_Info.asp?textfield_...
Aerovox
November 24, 1984
Aerial photographs of New Bedford Harbor
New Bedford Harbor Federal Superfund Site
MassDEP RTN: 4-0000122
Site Summary Information: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from the former Forbes Lithographic Company site in Chelsea, Massachusetts - a brownfields redevelopment.
MassDEP RTN: 3-0001755
Site Summary Information with links to Site Documents: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a MassDEP response to a reported sheen in the Muddy River, Brookline, Massachusetts.
Notification date: March 23, 2010
MassDEP RTN: 3-0029168
Site summary information with link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Photographs from a MassDEP response to a reported sheen in the Muddy River, Brookline, Massachusetts.
Notification date: March 23, 2010
MassDEP RTN: 3-0029168
Site summary information with link to reports: public.dep.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Drilling subcontractor installs monitoring well on a downgradient property. Well will be used to determine if the groundwater contains contaminants that may have migrated from leaking underground storage tanks that were located across Quincy Street.
MassDEP conducts response actions under the Massachusetts Contingency Plan ("MCP") at an Underground Storage Tank (UST) site on Quincy Street in Dorchester, Massachusetts. The environmental assessment and cleanup work is funded under the American Recovery and Reinvestment Act ("ARRA") of 2009 (details at Recovery.gov).
MassDEP RTN: 3-0028283
Summary Site Information: db.state.ma.us/dep/cleanup/sites/Site_Info.asp?textfield_...
Site Documents: public.dep.state.ma.us/wsc_viewer/rtn.aspx?rtn=3-0028283