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

 

2007 Racial Justice Fellowships

“EXPLORING CIVIL RIGHTS, EQUITY AND OPPORTUNITY:
Covering the Complexities of Racial Justice with Depth and Context”

Applications: Now Closed

USC Annenberg’s Institute for Justice and Journalism is pleased to announce the 2007 Racial Justice Fellowships. The fellowships will be awarded in early October to 10 experienced journalists.

Applicants must be U.S. citizens or permanent residents working as journalists in the United States, and are required to submit a project proposal for either a story or series of stories to be completed by the spring of 2007. We invite applications from journalists working in a variety of media with several years of professional experience.

Fellows will participate in a weeklong conference at USC Annenberg’s Institute for Justice and Journalism in Los Angeles. Sessions will include scholars, advocates and other experts presenting on issues about civil rights, equity and opportunity, including political struggles and court decisions involving affirmative action and public school desegregation.

The Fellows’ editors or news directors will join them at a follow-up conference at the Poynter Institute for Media Studies in St. Petersburg, Fla., to review the in-depth projects.

Fellowship Schedule:

  • Opening Conference: January 14-20, 2007, Los Angeles
    Institute for Justice and Journalism, Annenberg School for Communication,
    School of Journalism, University of Southern California
  • Follow-up Conference: April 10-14, 2007, St. Petersburg, Fla.
    Poynter Institute for Media Studies

The fellowships provide each Fellow a stipend of $2,000 upon completion of a project. In addition, all travel expenses will be covered for Fellows and their editors or news directors to participate in fellowship activities.

For questions, contact the institute at (213) 437-4410 or email ijj@usc.edu

See Past Racial Justice Fellows
__________________
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 the year 2000 to strengthen journalism about justice and injustice. Through Justice and Journalism Fellowships, the institute supports journalists committed to covering complex, often polarizing issues with context and depth.

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

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