<%@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

 

2006-2007: ‘Removal, Incarceration, Reentry’
      Fellows to gather in L.A.
      at IJJ follow-up conference

After meeting with crime and punishment experts at John Jay College of Criminal Justice, eight IJJ Fellows will gather in February at the USC Annenberg Institute for Justice and Journalism to discuss their in-depth reporting projects.

The Criminal Justice Fellows will be joined by their editors or news directors Feb. 13-17 at the Los Angeles conference, “The Politics and Consequences of America’s Removal, Incarceration and Reentry Policies.”

In addition to the project discussions, conference sessions will explore such topics as prison overcrowding, prison and parole reform, and obstacles to implementing reentry programs.

Last fall, the Fellows participated in the first phase of the fellowship conference and other activities launching the new Center on the Media, Crime and Justice at City University of New York’s John Jay College. The new center is a partnership of IJJ, John Jay College, Criminal Justice Journalists and the new CUNY Graduate School of Journalism.

The criminal justice fellowship conference is led by IJJ Senior Fellow Joe Domanick, an award-winning journalist and author whose latest book is “Cruel Justice: Three Strikes and the Politics of Crime in America’s Golden State.”

Three of the journalists selected as IJJ Criminal Justice Fellows work in newspapers, three in public radio and two in an online news operation.
The Fellows are:

  • Dan Gunderson, bureau chief for Minnesota Public Radio.
  • Gilman Halsted, reporter for Wisconsin Public Radio.
  • Colleen Mensching, staff writer for the Redlands (Calif.) Daily Facts.
  • Hilda Muñoz, staff writer for The Hartford (Conn.) Courant.
  • Julia Reynolds, staff writer for the Monterey County (Calif.) Herald.
  • Harriet Ryan, senior special correspondent for CourtTVnews.com in New York City.
  • Frank Stoltze, reporter for KPCC 89.3 FM in Los Angeles.
  • Harry Swartz-Turfle, senior producer for CourtTVnews.com in New York City.

During the New York conference sessions Nov. 27-Dec. 2, scholars and other experts discussed the effects of incarceration and prisoner reentry practices on communities, the politics of crime-and-punishment policies, the influence of tougher laws and the impact of U.S. incarceration policies on public health, families and society.

The Fellows also attended John Jay College’s Harry F. Guggenheim Symposium on Crime in America, a program that is part of the new Center on the Media, Crime and Justice.

Created with Ford Foundation funding, the Institute for Justice and Journalism was established at the University of Southern California's Annenberg School for Communication in 2000 to strengthen journalism about issues involving justice and injustice.

IJJ is directed by Steve Montiel, a former reporter and president of the Robert C. Maynard Institute for Journalism Education.

Activities of the Center on the Media, Crime and Justice are supported by funding from the Open Society Institute, The Ford Foundation and Harry F. Guggenheim Foundation.

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

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