>> Home >> About >> ICCS Fellows
    

[Normal View]         [Print Preview]        

 
 

ICCS Fellows

The Institute for Citizen-Centred Service (ICCS) Fellows Program brings outstanding champions in the citizen-centred service community together to help ICCS continue to provide leading edge programs and services.  The Fellows represent a group of people with a deep understanding of citizen-centred service who have a wide range of skills and experience.  These individuals have been members of key stakeholder groups including the: Public Sector Service Delivery Council (PSSDC); Public Sector CIO Council (PSCIOC); academic community; federal, provincial and municipal governments; and interested communities outside Canada.  Many of these individuals have received public service awards, including the Heintzman Leadership Award.  This expertise is invaluable to the ICCS and to the community.

The following individuals are currently Fellows of the Institute:

Members

<% 'Open ADO connection and set new cursor/probe Dim rs set rs = Server.CreateObject("ADODB.RecordSet") rs.ActiveConnection = MM_connSMSC_STRING rs.Source = "SELECT * FROM Members" rs.CursorType = 1 rs.CursorLocation = 2 rs.LockType = 3 rs.Open() %>

<% Dim item while not rs.EOF if (rs("Fellows_chair")) = true then Response.Write "" & rs("First_Name") & " " & rs("Last_Name") & "" if (rs("Fellows_Status") <> "") then Response.Write ", " & "" & rs("Fellows_Status") & "" end if Response.Write "
" if (rs("Title") <> "") then Response.Write rs("Title") & "
" end if if (rs("Branch") <> "") then Response.Write rs("Branch") & "
" end if if (rs("Jurisdiction") <> "") then Response.Write rs("Jurisdiction") & "
" end if if (rs("Address1") <> "") then Response.Write rs("Address1") & "
" end if if (rs("Address2") <> "") then Response.Write rs("Address2") & "
" end if if (rs("Address3") <> "") then Response.Write rs("Address3") & "
" end if if (rs("Address4") <> "") then Response.Write rs("Address4") & "
" end if if (rs("PhoneNum") <> "") then Response.Write "Phone: " & rs("PhoneNum") & "
" end if if (rs("FaxNum") <> "") then Response.Write "Fax: " & rs("FaxNum") & "
" end if if (rs("CellNum") <> "") then Response.Write "Mobile: " & rs("CellNum") & "
" end if if (rs("EmailAddress") <> "") then Response.write "" & rs("EmailAddress") & "" & "
" end if Response.Write "
" end if rs.MoveNext wend rs.MoveFirst %>

<% while not rs.EOF if (rs("Fellows")) = true then Response.Write "" & rs("First_Name") & " " & rs("Last_Name") & "" if (rs("Fellows_Status") <> "") then Response.Write ", " & "" & rs("Fellows_Status") & "" end if Response.Write "
" if (rs("Title") <> "") then Response.Write rs("Title") & "
" end if if (rs("Branch") <> "") then Response.Write rs("Branch") & "
" end if if (rs("Jurisdiction") <> "") then Response.Write rs("Jurisdiction") & "
" end if if (rs("Address1") <> "") then Response.Write rs("Address1") & "
" end if if (rs("Address2") <> "") then Response.Write rs("Address2") & "
" end if if (rs("Address3") <> "") then Response.Write rs("Address3") & "
" end if if (rs("Address4") <> "") then Response.Write rs("Address4") & "
" end if if (rs("PhoneNum") <> "") then Response.Write "Phone: " & rs("PhoneNum") & "
" end if if (rs("FaxNum") <> "") then Response.Write "Fax: " & rs("FaxNum") & "
" end if if (rs("CellNum") <> "") then Response.Write "Mobile: " & rs("CellNum") & "
" end if if (rs("EmailAddress") <> "") then Response.write "" & rs("EmailAddress") & "" & "
" end if Response.Write "
" end if rs.MoveNext wend %>

Roy Wiseman, 2007 Heintzman Leadership Award Winner
Chief Information Officer, Region of Peel

<% 'Free Resources rs.Close set rs = nothing %>