%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
' *** Logout the current user.
MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1"
If (CStr(Request("MM_Logoutnow")) = "1") Then
Session.Contents.Remove("MM_Username")
Session.Contents.Remove("MM_UserAuthorization")
MM_logoutRedirectPage = "/index.htm"
' redirect with URL parameters (remove the "MM_Logoutnow" query param).
if (MM_logoutRedirectPage = "") Then MM_logoutRedirectPage = CStr(Request.ServerVariables("URL"))
If (InStr(1, UC_redirectPage, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then
MM_newQS = "?"
For Each Item In Request.QueryString
If (Item <> "MM_Logoutnow") Then
If (Len(MM_newQS) > 1) Then MM_newQS = MM_newQS & "&"
MM_newQS = MM_newQS & Item & "=" & Server.URLencode(Request.QueryString(Item))
End If
Next
if (Len(MM_newQS) > 1) Then MM_logoutRedirectPage = MM_logoutRedirectPage & MM_newQS
End If
Response.Redirect(MM_logoutRedirectPage)
End If
%>
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers=""
MM_authFailedURL="/ethics_officer/login.asp"
MM_grantAccess=false
If Session("MM_Username") <> "" Then
If (true Or CStr(Session("MM_UserAuthorization"))="") Or _
(InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
MM_grantAccess = true
End If
End If
If Not MM_grantAccess Then
MM_qsChar = "?"
If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
MM_referrer = Request.ServerVariables("URL")
if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
Response.Redirect(MM_authFailedURL)
End If
%>
Laureato in Scienze Politiche, Università di
Trieste.
Specializzato in: (a) Economia & Scenari internazionali;
(b) Studi strategici; (c) Teoria dei sistemi.
Posizioni accademiche nel presente:
Docente di "Politica ed economia internazionale", Dipartimento di Relazioni
Internazionali, School for Public and International Affairs, University of Georgia, Athens, GA,
USA
Co-direttore di Globis (Centre for the Study of Global Issues) presso la medesima
Università.
Posizioni accademiche nel passato:
Ohio State University (1981)
University of Delaware-DRC (1986-87)
ISIG, Gorizia (1977-89)
Università di Trieste (1978-80, 1984-88)
LUISS, Roma (1989-93)
Università di Forlì-Bologna (1995)
University of Georgia (1982-1986 e 1988-oggi)
John Cabot University, Roma (1998)
Il curriculum vitae in versione integrale è disponibile
sul sito personale di Carlo Pelanda: www.carlopelanda.com