<%@LANGUAGE="VBSCRIPT"%> <% Dim MM_editAction MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString) End If ' boolean to abort record edit Dim MM_abortEdit MM_abortEdit = false %> <% ' IIf implementation Function MM_IIf(condition, ifTrue, ifFalse) If condition = "" Then MM_IIf = ifFalse Else MM_IIf = ifTrue End If End Function %> <% If (CStr(Request("MM_insert")) = "frmComments") Then If (Not MM_abortEdit) Then ' execute the insert Dim MM_editCmd Set MM_editCmd = Server.CreateObject ("ADODB.Command") MM_editCmd.ActiveConnection = MM_ijjSQL_STRING MM_editCmd.CommandText = "INSERT INTO dbo.tbl_Content (EntryTextBrief, CategoryID, IPAddress, SessionID) VALUES (?, ?, ?, ?)" MM_editCmd.Prepared = true MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param1", 203, 1, 1073741823, Request.Form("EntryTextBrief")) ' adLongVarWChar MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param2", 5, 1, -1, MM_IIF(Request.Form("CategoryID"), Request.Form("CategoryID"), null)) ' adDouble MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param3", 202, 1, 50, Request.Form("IPAddress")) ' adVarWChar MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param4", 5, 1, -1, MM_IIF(Request.Form("SessionID"), Request.Form("SessionID"), null)) ' adDouble MM_editCmd.Execute MM_editCmd.ActiveConnection.Close ' append the query string to the redirect URL Dim MM_editRedirectUrl MM_editRedirectUrl = "/ijj/comments_successful.asp" If (Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0) Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If Response.Redirect(MM_editRedirectUrl) End If End If %> <% Dim rsContent07Comments Dim rsContent07Comments_cmd Dim rsContent07Comments_numRows Set rsContent07Comments_cmd = Server.CreateObject ("ADODB.Command") rsContent07Comments_cmd.ActiveConnection = MM_ijjSQL_STRING rsContent07Comments_cmd.CommandText = "SELECT * FROM view_Content07Comments ORDER BY EntryDate DESC" rsContent07Comments_cmd.Prepared = true Set rsContent07Comments = rsContent07Comments_cmd.Execute rsContent07Comments_numRows = 0 %> <% Dim rsContent32IJJLinks Dim rsContent32IJJLinks_cmd Dim rsContent32IJJLinks_numRows Set rsContent32IJJLinks_cmd = Server.CreateObject ("ADODB.Command") rsContent32IJJLinks_cmd.ActiveConnection = MM_ijjSQL_STRING rsContent32IJJLinks_cmd.CommandText = "SELECT * FROM view_Content32IJJLinks ORDER BY EntryDate DESC" rsContent32IJJLinks_cmd.Prepared = true Set rsContent32IJJLinks = rsContent32IJJLinks_cmd.Execute rsContent32IJJLinks_numRows = 0 %> <% Dim Repeat4__numRows Dim Repeat4__index Repeat4__numRows = -1 Repeat4__index = 0 rsContent32IJJLinks_numRows = rsContent32IJJLinks_numRows + Repeat4__numRows %> <% Dim Repeat3__numRows Dim Repeat3__index Repeat3__numRows = 3 Repeat3__index = 0 rsContent07Comments_numRows = rsContent07Comments_numRows + Repeat3__numRows %> Institute for Justice and Journalism

 

9/11 Security and Liberty Fellowships, 2004-2005
      Conference assesses impacts
      of 9/11 attacks on nation

During the second week of November, 2004, the Institute for Justice and Journalism began a year-long fellowship with 10 journalists dedicated to producing news coverage about issues of security and liberty in the post 9/11 era.

Among those participating were journalists from the Los Angles Times, the San Francisco Chronicle, Newsday, the Detroit Free Press, the Washington Monthly, The Nation, The American Prospect, UPI, Public Radio International and KNBC-TV.

Their task was to explore and report on the impact that the Sept. 11, 2001 attacks had on American concepts of security as well as on civil and political liberties.

The fellowship program commenced in Los Angeles with a five-day conference that included presentations from two dozen experts, academics, officials and other journalists. Keynote addresses were delivered by NYU media critic Jay Rosen and investigative reporter and editor Lowell Bergman. Bruce Hoffman of the RAND Corporation presented an analysis of the war on terror. Lawyers Laurie Levenson and George S. Cardona debated the Patriot Act. And U.S. Rep. Howard Berman (D-Sherman Oaks) also weighed in on the subject.

Journalists Deborah Potter and Tim Porter, under commission from IJJ, reviewed the state of broadcast and print coverage on the issues of security and liberty.

Experts from the USC Center for Homeland Security conducted a panel on risk assessment and weapons of mass destruction. Officials from the Department of Homeland Security provided the Bush Administration's point of view on security and border matters. Los Angeles County Sheriff Lee Baca discussed local security issues.

Issues of press freedom and civil liberties were addressed by Lucy Daglish from the Reporters Committee for Freedom of the Press and by Peter Weitzel from the Coalition of Journalists for Open Government. The conference was capped by a presentation by John Farmer, senior counsel and team leader of the national 9/11 Commission.

A follow-up conference with IJJ Fellows and their respective editors was held in San Francisco in January 2005. The Fellows reported on their progress in completing their projects. The Washington Post/PBS/NPR team that produced the multi-platform report “No Place to Hide” also made presentations.

 

Home | About Us | Our Partners & Funders | Justice & Journalism Fund | Reporting Resources | Contact Us

<% rsContent07Comments.Close() Set rsContent07Comments = Nothing %> <% rsContent32IJJLinks.Close() Set rsContent32IJJLinks = Nothing %>